Sign in
foss-fpga-tools
/
third_party
/
yosys
/
a3a7bb9bf7160d434db7a4737e68f6b015b221ef
/
.
/
backends
/
simplec
/
test00.sh
blob: ede7572737846bded1aa2c7d5b7a150135038f4d [
file
]
#!/bin/bash
set
-
ex
../../
yosys
-
p
'synth -top test; write_simplec -verbose -i8 test00_uut.c'
test00_uut
.
v
clang
-
o test00_tb test00_tb
.
c
./
test00_tb