diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-05 13:01:27 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-05 13:01:27 -0700 |
commit | e742478e1d4ffc93efd8dfe6f6d7fb53eef0305e (patch) | |
tree | 54212587a715cc669b6022bee8c2e564948ce4d1 /techlibs/common | |
parent | a32b14a55f888664981dc6b1184b00f34f5f4201 (diff) | |
parent | 903cd58acf7c490e0b75e34742966dc62e61028f (diff) | |
download | yosys-e742478e1d4ffc93efd8dfe6f6d7fb53eef0305e.tar.gz yosys-e742478e1d4ffc93efd8dfe6f6d7fb53eef0305e.tar.bz2 yosys-e742478e1d4ffc93efd8dfe6f6d7fb53eef0305e.zip |
Merge remote-tracking branch 'origin/master' into xc7dsp
Diffstat (limited to 'techlibs/common')
-rw-r--r-- | techlibs/common/Makefile.inc | 1 | ||||
-rw-r--r-- | techlibs/common/dummy.box | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index e6d1c2f29..6c0a4fe66 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -29,3 +29,4 @@ $(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)) diff --git a/techlibs/common/dummy.box b/techlibs/common/dummy.box new file mode 100644 index 000000000..0c18070a0 --- /dev/null +++ b/techlibs/common/dummy.box @@ -0,0 +1 @@ +(dummy) 1 0 0 0 |