3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

Further improved and extended xsthammer

This commit is contained in:
Clifford Wolf 2013-06-11 19:49:35 +02:00
parent 8ce99fa686
commit 4b311b7b99
7 changed files with 231 additions and 142 deletions

View file

@ -9,15 +9,6 @@ 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
Simply run 'make' to generate all test cases and run all the tests.
(Use 'make -j N' to use N parallel cores.)