additional interface conversion test coverage

This commit is contained in:
Zachary Snow
2020-12-11 12:41:20 -07:00
parent c5b066d5eb
commit 2311d3e2d6
17 changed files with 169 additions and 17 deletions
+4
View File
@@ -0,0 +1,4 @@
module top;
wire x = 1;
initial $display(x);
endmodule