Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
8bea0781c44e5ebbeab5135503fd4ff8b9daec3b
/
.
/
SVIncCompil
/
Testcases
/
Zachjs
/
resolve
/
package.svh
blob: 478b77c34989edbe6d52aa868d6226686cda7952 [
file
] [
log
] [
blame
]
`define FANCY_SEEING_YOU 1337
package pkg;
function automatic integer width_calc;
input integer a;
return a+3;
endfunction
endpackage