mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 09:28:12 +02:00
fix struct array pattern conversion (resolves #60)
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