aboutsummaryrefslogtreecommitdiffstats
path: root/backends/simplec/test00.sh
blob: 6a7560da06bd7f254906db3afbe0f82eba384fa4 (plain)
1
2
3
4
5
#!/bin/bash
set -ex
../../yosys -p 'synth -top test; write_simplec -i8 test00_uut.c' test00_uut.v
clang -o test00_tb test00_tb.c
./test00_tb