yosys/backends/simplec/test00.sh

6 lines
150 B
Bash
Raw Normal View History

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