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