basic support for elaboration system tasks

This commit is contained in:
Zachary Snow
2019-09-17 20:30:17 -04:00
parent 1078603bfd
commit 2d034dcb73
3 changed files with 32 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
module top;
if (1 == 0)
wire foo;
else
$info("foo");
endmodule
+2
View File
@@ -0,0 +1,2 @@
module top;
endmodule