1
0
mirror of synced 2026-01-24 19:42:18 +00:00
2017-05-12 22:39:16 +02:00

6 lines
150 B
Bash

#!/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