mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-02 02:17:13 +02:00
basic support for elaboration system tasks
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module top;
|
||||
if (1 == 0)
|
||||
wire foo;
|
||||
else
|
||||
$info("foo");
|
||||
endmodule
|
||||
@@ -0,0 +1,2 @@
|
||||
module top;
|
||||
endmodule
|
||||
Reference in New Issue
Block a user