mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 09:44:27 +02:00
conversions are applied per-file
- NestTF refactored to cover all package items - fixed issue where type traverse skipped typedefs
This commit is contained in:
@@ -9,7 +9,9 @@ function baz;
|
||||
input [2:0] n;
|
||||
baz = n * 2;
|
||||
endfunction
|
||||
localparam PARAM = 37;
|
||||
module top;
|
||||
initial foo();
|
||||
initial $display("bar(0) = %d", bar(0));
|
||||
initial $display("PARAM = %d", PARAM);
|
||||
endmodule
|
||||
|
||||
@@ -10,6 +10,8 @@ module top;
|
||||
input [2:0] n;
|
||||
baz = n * 2;
|
||||
endfunction
|
||||
localparam PARAM = 37;
|
||||
initial foo();
|
||||
initial $display("bar(0) = %d", bar(0));
|
||||
initial $display("PARAM = %d", PARAM);
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user