diff options
| author | Eddie Hung <eddie@fpgeh.com> | 2019-07-12 01:17:53 -0700 |
|---|---|---|
| committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-12 01:17:53 -0700 |
| commit | 28274dfb09fb48637f82949ce601a417eb3d0b82 (patch) | |
| tree | 37333eaeb73f10562f1ce7c12edcbab13d0a4747 | |
| parent | e0e5d7d68eee0d1a83b048d9d9fde94673ff5673 (diff) | |
| download | yosys-28274dfb09fb48637f82949ce601a417eb3d0b82.tar.gz yosys-28274dfb09fb48637f82949ce601a417eb3d0b82.tar.bz2 yosys-28274dfb09fb48637f82949ce601a417eb3d0b82.zip | |
Off by one
| -rw-r--r-- | techlibs/ice40/abc_u.box | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/abc_u.box b/techlibs/ice40/abc_u.box index 3a71addef..95c2c3d81 100644 --- a/techlibs/ice40/abc_u.box +++ b/techlibs/ice40/abc_u.box @@ -9,5 +9,5 @@ # input/output and have been moved there # overriding the alphabetical ordering) $__ICE40_CARRY_LUT4 1 1 3 2 -1231 1205 875 +1231 1205 874 675 609 278 |
