2023-08-11 20:59:39 -05:00
|
|
|
#!/usr/bin/env bash
|
2017-05-12 07:13:33 -05:00
|
|
|
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
|