sv2v/test/siloed/package.svh

8 lines
158 B
Systemverilog

`define FANCY_SEEING_YOU 1337
package pkg;
function automatic integer width_calc;
input integer a;
return a+3;
endfunction
endpackage