3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 19:53:35 +00:00
yosys/tests/xsthammer/README
2013-06-10 01:40:20 +02:00

24 lines
563 B
Plaintext

================================
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