3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-22 22:03:40 +00:00

Improve simplec back-end

This commit is contained in:
Clifford Wolf 2017-05-12 22:36:53 +02:00
parent 7931e1ebb4
commit ef7594ce3d
3 changed files with 79 additions and 13 deletions

View file

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