diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-08-24 22:09:50 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-08-24 22:09:50 +0200 |
commit | ee3e7a0e45e764c2655391b0e444e4379c97fe3c (patch) | |
tree | d2b087e184ebffdcd9791be7a95073b912fd2749 /examples/smtbmc/.gitignore | |
parent | cd18235f30221ea2a5d51ab8b1d2639f51f1e99d (diff) | |
download | yosys-ee3e7a0e45e764c2655391b0e444e4379c97fe3c.tar.gz yosys-ee3e7a0e45e764c2655391b0e444e4379c97fe3c.tar.bz2 yosys-ee3e7a0e45e764c2655391b0e444e4379c97fe3c.zip |
yosys-smtbmc --smtc -g
Diffstat (limited to 'examples/smtbmc/.gitignore')
-rw-r--r-- | examples/smtbmc/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/smtbmc/.gitignore b/examples/smtbmc/.gitignore new file mode 100644 index 000000000..1c9afd5ba --- /dev/null +++ b/examples/smtbmc/.gitignore @@ -0,0 +1,9 @@ +demo1.smt2 +demo1.yslog +demo2.smt2 +demo2.vcd +demo2.yslog +demo2_tb +demo2_tb.smtc +demo2_tb.v +demo2_tb.vcd |