aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/Makefile.inc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-16 15:25:49 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-21 15:19:41 -0800
commit7977574995baa2cdba1401233179f9f84fe96a3a (patch)
tree1649fe008d42e3b9be19aec510b6266da8749c32 /techlibs/common/Makefile.inc
parentf165a748244b022b215631ade2c8a5e0139cec09 (diff)
downloadyosys-7977574995baa2cdba1401233179f9f84fe96a3a.tar.gz
yosys-7977574995baa2cdba1401233179f9f84fe96a3a.tar.bz2
yosys-7977574995baa2cdba1401233179f9f84fe96a3a.zip
New techmap +/shiftx2mux.v which decomposes LSB first; better for ABC
Diffstat (limited to 'techlibs/common/Makefile.inc')
-rw-r--r--techlibs/common/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc
index a42f63128..5d797ec1d 100644
--- a/techlibs/common/Makefile.inc
+++ b/techlibs/common/Makefile.inc
@@ -30,3 +30,4 @@ $(eval $(call add_share_file,share,techlibs/common/cmp2lut.v))
$(eval $(call add_share_file,share,techlibs/common/cells.lib))
$(eval $(call add_share_file,share,techlibs/common/mul2dsp.v))
$(eval $(call add_share_file,share,techlibs/common/dummy.box))
+$(eval $(call add_share_file,share,techlibs/common/shiftx2mux.v))