yosys/tests/xsthammer
Clifford Wolf 8fbb5b6240 Added timout functionality to SAT solver 2013-06-20 12:49:10 +02:00
..
.gitignore Further improved and extended xsthammer 2013-06-11 19:49:35 +02:00
Makefile Further improved and extended xsthammer 2013-06-11 19:49:35 +02:00
README Further improved and extended xsthammer 2013-06-11 19:49:35 +02:00
generate.cc Added more stuff to xsthammer, found first xst bug 2013-06-17 11:30:25 +02:00
run-check.sh Added timout functionality to SAT solver 2013-06-20 12:49:10 +02:00
run-xst.sh More xsthammer improvements (using xst 14.5 now) 2013-06-13 17:23:51 +02:00
xl_cells.v More xsthammer improvements (using xst 14.5 now) 2013-06-13 17:23:51 +02:00
xl_cells_tb.v More xsthammer improvements (using xst 14.5 now) 2013-06-13 17:23:51 +02:00
xl_cells_tb.ys More xsthammer improvements (using xst 14.5 now) 2013-06-13 17:23:51 +02:00

README

	================================
	This is work under construction!
	================================


This is going to be a collection of auto-generated test cases. The goal is
to synthesize them with Yosys and Xilinx XST and perform formal equivialence
checks using the Yosys SAT-based equivialence checker. This will hopefully
reveal some bugs in both applications.. ;-)

Simply run 'make' to generate all test cases and run all the tests.
(Use 'make -j N' to use N parallel cores.)