1
0
mirror of synced 2026-01-29 21:40:57 +00:00
Files
YosysHQ.yosys/backends/simplec/test00.sh
2023-08-12 11:59:39 +10:00

6 lines
158 B
Bash

#!/usr/bin/env 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