mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
$__ICE40_CARRY_LUT4 -> $__ICE40_FULL_ADDER as per @whitequark
This commit is contained in:
parent
d032198fac
commit
5fb27c071b
7 changed files with 8 additions and 8 deletions
|
@ -63,7 +63,7 @@ endmodule
|
|||
`endif
|
||||
|
||||
`ifdef _ABC
|
||||
module \$__ICE40_CARRY_LUT4 (output CO, O, input A, B, CI);
|
||||
module \$__ICE40_FULL_ADDER (output CO, O, input A, B, CI);
|
||||
SB_CARRY carry (
|
||||
.I0(A),
|
||||
.I1(B),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue