diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-12-24 16:17:57 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-12-24 16:17:57 +0100 |
commit | e548483c9105a0fef0a4b5c64640611b304ecb05 (patch) | |
tree | c92cd84a4a7889cc5ae1ddb43c0c050ae8795219 /backends/smt2/Makefile.inc | |
parent | aad195b88ce55d46fe741b217efc66b3aa259535 (diff) | |
download | yosys-e548483c9105a0fef0a4b5c64640611b304ecb05.tar.gz yosys-e548483c9105a0fef0a4b5c64640611b304ecb05.tar.bz2 yosys-e548483c9105a0fef0a4b5c64640611b304ecb05.zip |
Added write_smt2 (only gate level logic supported so far)
Diffstat (limited to 'backends/smt2/Makefile.inc')
-rw-r--r-- | backends/smt2/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/smt2/Makefile.inc b/backends/smt2/Makefile.inc new file mode 100644 index 000000000..4e0a393a8 --- /dev/null +++ b/backends/smt2/Makefile.inc @@ -0,0 +1,3 @@ + +OBJS += backends/smt2/smt2.o + |