yosys/tests/xsthammer
Clifford Wolf a6370ce857 Progress in xsthammer: working proof for cell models 2013-06-10 14:02:11 +02:00
..
.gitignore Progress on xsthammer 2013-06-10 12:37:05 +02:00
README Added first xsthammer scripts 2013-06-10 01:40:20 +02:00
generate.cc Added first xsthammer scripts 2013-06-10 01:40:20 +02:00
run-check.sh Progress in xsthammer: working proof for cell models 2013-06-10 14:02:11 +02:00
run-xst.sh Added first xsthammer scripts 2013-06-10 01:40:20 +02:00
xl_cells.v Progress on xsthammer 2013-06-10 12:37:05 +02:00
xl_cells_tb.v Progress in xsthammer: working proof for cell models 2013-06-10 14:02:11 +02:00
xl_cells_tb.ys Progress in xsthammer: working proof for cell models 2013-06-10 14:02:11 +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.. ;-)


Generating the Test Cases:
	clang -Wall -o generate generate.cc -lstdc++
	./generate

Running XST Synthesis:
	bash run-xst.sh
	rm -rf xst_temp

Running Yosys Synthesis and Check:
	TBD