diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-21 14:08:24 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-21 15:19:41 -0800 |
commit | 8d1b736c4f3d30743f6b3a9cbab35bdb80b49153 (patch) | |
tree | 9121dc7a1d0f8732bb496411fbb460c46b57cfa4 /techlibs/common/Makefile.inc | |
parent | 7977574995baa2cdba1401233179f9f84fe96a3a (diff) | |
download | yosys-8d1b736c4f3d30743f6b3a9cbab35bdb80b49153.tar.gz yosys-8d1b736c4f3d30743f6b3a9cbab35bdb80b49153.tar.bz2 yosys-8d1b736c4f3d30743f6b3a9cbab35bdb80b49153.zip |
Move from +/shiftx2mux.v into +/techmap.v; cleanup
Diffstat (limited to 'techlibs/common/Makefile.inc')
-rw-r--r-- | techlibs/common/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index 5d797ec1d..a42f63128 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -30,4 +30,3 @@ $(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)) |