prefix bare generate blocks with conditionals in codegen

This commit is contained in:
Zachary Snow
2021-06-17 15:27:51 -04:00
parent 404385b00f
commit 108852060e
14 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module top;
generate
begin : i
if (1) begin : i
wire [3:0] x;
reg [1:0] w;
end