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