Merge pull request #875 from YosysHQ/clifford/mutate
[yosys.git] / backends / simplec / test00.sh
1 #!/bin/bash
2 set -ex
3 ../../yosys -p 'synth -top test; write_simplec -verbose -i8 test00_uut.c' test00_uut.v
4 clang -o test00_tb test00_tb.c
5 ./test00_tb