mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-07 19:56:44 +02:00
split out basic suite tests with refs to new core suite
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module top;
|
||||
wire x = 1;
|
||||
initial $display(x);
|
||||
endmodule
|
||||
Reference in New Issue
Block a user