Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d2ffe725ffd133d54bb69681bb797be77a4d5d40
/
.
/
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