diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-28 17:19:02 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-28 17:19:02 -0700 |
commit | 345a572449d64749c77eb11b401a2372c94bead8 (patch) | |
tree | 0f24ab8a26958d4464b0ff0aeadf680afcb8abf0 /techlibs/ice40/abc_hx.box | |
parent | a45c09c8d1320d311fbda8d615d39117acb8f70b (diff) | |
parent | 2aedee1f0e0f6a6214241f51f5c12d4b67c3ef6f (diff) | |
download | yosys-345a572449d64749c77eb11b401a2372c94bead8.tar.gz yosys-345a572449d64749c77eb11b401a2372c94bead8.tar.bz2 yosys-345a572449d64749c77eb11b401a2372c94bead8.zip |
Merge remote-tracking branch 'origin/eddie/fix_carry_wrapper' into xaig_arrival
Diffstat (limited to 'techlibs/ice40/abc_hx.box')
-rw-r--r-- | techlibs/ice40/abc_hx.box | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/techlibs/ice40/abc_hx.box b/techlibs/ice40/abc_hx.box index c0ea742e2..571152129 100644 --- a/techlibs/ice40/abc_hx.box +++ b/techlibs/ice40/abc_hx.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 -400 379 316 -259 231 126 +$__ICE40_FULL_ADDER 1 1 5 2 +400 379 449 316 316 +259 231 - - 126 |