yosys/backends/simplec/test00.sh

6 lines
150 B
Bash
Raw Normal View History

2017-05-12 07:13:33 -05:00
#!/bin/bash
set -ex
2017-05-12 15:36:53 -05:00
../../yosys -p 'synth -top test; write_simplec -verbose -i8 test00_uut.c' test00_uut.v
2017-05-12 07:13:33 -05:00
clang -o test00_tb test00_tb.c
./test00_tb