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