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