3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-16 07:45:28 +00:00

Fix begin/end in generate

This commit is contained in:
dalance 2020-11-11 12:03:37 +09:00
parent 71ca9a8253
commit 84ecb321b4
2 changed files with 4 additions and 7 deletions

View file

@ -21,9 +21,6 @@ module top;
end
end
generate
begin : unconditional_block
initial `CONSTANT_CHECK
end
if (WIDTH == 32) begin : conditional_block
initial `CONSTANT_CHECK
end