mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 09:44:27 +02:00
fix premature elaboration of single element patterns
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