diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-29 07:03:32 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-29 07:03:32 -0700 |
commit | 25b1670a8425198abfcef4602a3d1ddcc0ca5d40 (patch) | |
tree | 1dcf02b4445a4d5d71fa3b7876dc3d0b6f91c3b6 /techlibs/ice40 | |
parent | 13ecd8b0df267285eb9f0a6fda84684ef491eded (diff) | |
download | yosys-25b1670a8425198abfcef4602a3d1ddcc0ca5d40.tar.gz yosys-25b1670a8425198abfcef4602a3d1ddcc0ca5d40.tar.bz2 yosys-25b1670a8425198abfcef4602a3d1ddcc0ca5d40.zip |
Rename boxes too
Diffstat (limited to 'techlibs/ice40')
-rw-r--r-- | techlibs/ice40/abc_hx.box | 2 | ||||
-rw-r--r-- | techlibs/ice40/abc_lp.box | 2 | ||||
-rw-r--r-- | techlibs/ice40/abc_u.box | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/techlibs/ice40/abc_hx.box b/techlibs/ice40/abc_hx.box index 571152129..3ea70bc91 100644 --- a/techlibs/ice40/abc_hx.box +++ b/techlibs/ice40/abc_hx.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_FULL_ADDER 1 1 5 2 +$__ICE40_CARRY_WRAPPER 1 1 5 2 400 379 449 316 316 259 231 - - 126 diff --git a/techlibs/ice40/abc_lp.box b/techlibs/ice40/abc_lp.box index a9f8699fc..473e92fe9 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_FULL_ADDER 1 1 5 2 +$__ICE40_CARRY_WRAPPER 1 1 5 2 589 558 661 465 465 675 609 - - 186 diff --git a/techlibs/ice40/abc_u.box b/techlibs/ice40/abc_u.box index bc8a8d9cd..f00e247b8 100644 --- a/techlibs/ice40/abc_u.box +++ b/techlibs/ice40/abc_u.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_FULL_ADDER 1 1 5 2 +$__ICE40_CARRY_WRAPPER 1 1 5 2 1231 1205 1285 874 874 675 609 - - 278 |