diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-15 13:14:48 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-15 13:14:48 -0800 |
commit | 5a63c197477d59567424faab3b56329c426394b9 (patch) | |
tree | 7c3f01af5ce7489342c07b1bc0fff3db0cb7f74b /techlibs | |
parent | 38aa248385537fcea76d3396c31bbc17f6871972 (diff) | |
download | yosys-5a63c197477d59567424faab3b56329c426394b9.tar.gz yosys-5a63c197477d59567424faab3b56329c426394b9.tar.bz2 yosys-5a63c197477d59567424faab3b56329c426394b9.zip |
abc9_ops: -write_box is empty, output a dummy box to prevent ABC error
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/common/Makefile.inc | 1 | ||||
-rw-r--r-- | techlibs/common/dummy.box | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index a42f63128..42f1068ad 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -29,4 +29,3 @@ $(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 deleted file mode 100644 index 0c18070a0..000000000 --- a/techlibs/common/dummy.box +++ /dev/null @@ -1 +0,0 @@ -(dummy) 1 0 0 0 |