3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00
yosys/backends/simplec/test00.sh
2017-05-12 14:13:33 +02:00

6 lines
141 B
Bash

#!/bin/bash
set -ex
../../yosys -p 'synth -top test; write_simplec -i8 test00_uut.c' test00_uut.v
clang -o test00_tb test00_tb.c
./test00_tb