more test coverage and dead code removal

This commit is contained in:
Zachary Snow
2021-03-09 15:48:10 -05:00
parent 937a583e41
commit 38cc25fad6
21 changed files with 115 additions and 44 deletions
+7
View File
@@ -0,0 +1,7 @@
module top;
initial
fork
$display("A");
$display("B");
join
endmodule