mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 00:41:13 +02:00
allow packages to reference their own items explicitly
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module top;
|
||||
localparam Foo = 1;
|
||||
localparam Bar = 2;
|
||||
initial $display(Foo + Bar);
|
||||
endmodule
|
||||
Reference in New Issue
Block a user