diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-03 10:49:21 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-03 10:49:21 -0700 |
commit | d6a84a78a7ca70e567bc1b0665751daf0e44f4ae (patch) | |
tree | 131ecdaa9713cdcf31f5e5fe11aa86e877ac5103 /techlibs/ice40/abc_lp.box | |
parent | 67587bad7fb1adf14ca9598bb1a01d0ffda6a018 (diff) | |
parent | 58af64b63a3a253ab08b1410422677deac5c6618 (diff) | |
download | yosys-d6a84a78a7ca70e567bc1b0665751daf0e44f4ae.tar.gz yosys-d6a84a78a7ca70e567bc1b0665751daf0e44f4ae.tar.bz2 yosys-d6a84a78a7ca70e567bc1b0665751daf0e44f4ae.zip |
Merge remote-tracking branch 'origin/master' into eddie/deferred_top
Diffstat (limited to 'techlibs/ice40/abc_lp.box')
-rw-r--r-- | techlibs/ice40/abc_lp.box | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/techlibs/ice40/abc_lp.box b/techlibs/ice40/abc_lp.box index d73b6d649..473e92fe9 100644 --- a/techlibs/ice40/abc_lp.box +++ b/techlibs/ice40/abc_lp.box @@ -3,11 +3,11 @@ # NB: Inputs/Outputs must be ordered alphabetically # (with exceptions for carry in/out) -# Inputs: A B CI +# Inputs: A B I0 I3 CI # Outputs: O CO # (NB: carry chain input/output must be last # input/output and have been moved there # overriding the alphabetical ordering) -$__ICE40_FULL_ADDER 1 1 3 2 -589 558 465 -675 609 186 +$__ICE40_CARRY_WRAPPER 1 1 5 2 +589 558 661 465 465 +675 609 - - 186 |