mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 17:54:22 +02:00
convert logics with initial values to regs, not wires
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module top;
|
||||
wire [2:0] s = 3'b110;
|
||||
reg [2:0] s = 3'b110;
|
||||
initial #1 $display("%b", s);
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user