diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-29 19:39:12 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-29 19:39:12 -0700 |
commit | 1123c09588a6dd3964605de229c6bc4ac158b50e (patch) | |
tree | 6f6b950cfc30c4db0963a90fe065964489fa292b /techlibs/common/Makefile.inc | |
parent | 18ebb86edbade4a94833dead59d69fddd980f5bd (diff) | |
parent | d5f0794a531b36976d2c4d181b1c3921b801bbfa (diff) | |
download | yosys-1123c09588a6dd3964605de229c6bc4ac158b50e.tar.gz yosys-1123c09588a6dd3964605de229c6bc4ac158b50e.tar.bz2 yosys-1123c09588a6dd3964605de229c6bc4ac158b50e.zip |
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'techlibs/common/Makefile.inc')
-rw-r--r-- | techlibs/common/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index de94798af..6c0a4fe66 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -28,4 +28,5 @@ $(eval $(call add_share_file,share,techlibs/common/dff2ff.v)) $(eval $(call add_share_file,share,techlibs/common/gate2lut.v)) $(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)) |