mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 09:44:27 +02:00
split out basic suite tests with refs to new core suite
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module top;
|
||||
initial begin
|
||||
$display(1'b0);
|
||||
$display(1'b0);
|
||||
$display(1'b1);
|
||||
$display(1'b0);
|
||||
end
|
||||
endmodule
|
||||
Reference in New Issue
Block a user