mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 08:45:29 +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 [2:0] s = 3'b110;
|
||||
initial #1 $display("%b", s);
|
||||
endmodule
|
||||
Reference in New Issue
Block a user