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:
parent
7931e1ebb4
commit
ef7594ce3d
3 changed files with 79 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue