mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
$__ICE40_CARRY_LUT4 -> $__ICE40_FULL_ADDER as per @whitequark
This commit is contained in:
@@ -142,7 +142,7 @@ module SB_CARRY (output CO, input I0, I1, CI);
|
||||
endmodule
|
||||
|
||||
(* abc_box_id = 1, abc_carry="CI,CO", lib_whitebox *)
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user