2023-08-12 03:59:39 +02:00
|
|
|
#!/usr/bin/env bash
|
2017-05-12 14:13:33 +02:00
|
|
|
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
|