mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-03 08:33:46 +02:00
prefix bare generate blocks with conditionals in codegen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module top;
|
||||
generate
|
||||
begin : i
|
||||
if (1) begin : i
|
||||
wire [3:0] x;
|
||||
reg [1:0] w;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user