mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 10:41:37 +00:00
Add first draft of simple C back-end
This commit is contained in:
parent
241dc7dfb4
commit
bd4ed19887
6 changed files with 623 additions and 0 deletions
5
backends/simplec/test00.sh
Normal file
5
backends/simplec/test00.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue