Files
sv2v/test/siloed/package.svh
Zachary Snow c048ce5b36 remove long deprecated flags
- remove -o/--oneunit, has been the default behavior
- revise test coverage for default vs. siloed behavior
- add test to ensure README usage matches CLI help text
- remove -V alias for --version
- remove -? alias for --help
2021-03-10 13:02:54 -05:00

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