diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-15 12:03:51 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-15 12:03:51 -0700 |
commit | 5fb27c071bb072644dbb38cf8a516628c2afe15b (patch) | |
tree | 1ec173ff9d5ff9c8891f8f218afbba7e6c455828 /techlibs/ice40/abc_lp.box | |
parent | d032198facc05634bd617328e1865e7f0d8d953c (diff) | |
download | yosys-5fb27c071bb072644dbb38cf8a516628c2afe15b.tar.gz yosys-5fb27c071bb072644dbb38cf8a516628c2afe15b.tar.bz2 yosys-5fb27c071bb072644dbb38cf8a516628c2afe15b.zip |
$__ICE40_CARRY_LUT4 -> $__ICE40_FULL_ADDER as per @whitequark
Diffstat (limited to 'techlibs/ice40/abc_lp.box')
-rw-r--r-- | techlibs/ice40/abc_lp.box | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/abc_lp.box b/techlibs/ice40/abc_lp.box index b85346370..d73b6d649 100644 --- a/techlibs/ice40/abc_lp.box +++ b/techlibs/ice40/abc_lp.box @@ -8,6 +8,6 @@ # (NB: carry chain input/output must be last # input/output and have been moved there # overriding the alphabetical ordering) -$__ICE40_CARRY_LUT4 1 1 3 2 +$__ICE40_FULL_ADDER 1 1 3 2 589 558 465 675 609 186 |