mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-29 09:09:47 +02:00
- 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
8 lines
158 B
Systemverilog
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
|