mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-25 04:26:01 +00:00
Fix "make vgtest" so it runs to the end (but now it fails ;)
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
3931b3a03f
commit
15fb0107dc
40 changed files with 79 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
`default_nettype none
|
||||
|
||||
module top1;
|
||||
module genblock_collide_top1;
|
||||
generate
|
||||
if (1) begin : foo
|
||||
if (1) begin : bar
|
||||
|
@ -12,7 +12,7 @@ module top1;
|
|||
endgenerate
|
||||
endmodule
|
||||
|
||||
module top2;
|
||||
module genblock_collide_top2;
|
||||
genvar i;
|
||||
generate
|
||||
if (1) begin : foo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue