mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added more generic _TECHMAP_ wire mechanism to techmap pass
This commit is contained in:
parent
9ab850e45e
commit
532091afcb
3 changed files with 193 additions and 79 deletions
|
@ -46,7 +46,7 @@ module \$lut (I, O);
|
|||
.I0(I[0]), .I1(I[1]), .I2(I[2]),
|
||||
.I3(I[3]), .I4(I[4]), .I5(I[5]));
|
||||
end else begin:error
|
||||
wire TECHMAP_FAIL;
|
||||
wire _TECHMAP_FAIL_ = 1;
|
||||
end
|
||||
endgenerate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue