mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-02 19:48:30 +02:00
prefix bare generate blocks with conditionals in codegen
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ module top;
|
||||
assign c = x ? d : e;
|
||||
|
||||
generate
|
||||
begin : A
|
||||
if (1) begin : A
|
||||
wire [1:0] c [0:2];
|
||||
wire [5:0] d;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user