add eda backend in scf native, to make a C code to digit electronic graph
authoryu.dongliang <18588496441@163.com>
Thu, 6 Jul 2023 13:06:34 +0000 (21:06 +0800)
committeryu.dongliang <18588496441@163.com>
Mon, 22 Dec 2025 15:56:32 +0000 (23:56 +0800)
commit3bc46650e50784d6ac0ee9b4575295a39a0ef16c
treee2e046aacf847e62694a6fa5685e8eca35a76302
parente57898e43afd7c75e754d3584b5bcb3c170ccfb3
add eda backend in scf native, to make a C code to digit electronic graph
18 files changed:
core/scf_ast.h
core/scf_core_types.h
core/scf_dag.h
core/scf_function.h
native/eda/Makefile [new file with mode: 0644]
native/eda/main.c [new file with mode: 0644]
native/eda/scf_eda.c [new file with mode: 0644]
native/eda/scf_eda.h [new file with mode: 0644]
native/eda/scf_eda.pb-c.c [new file with mode: 0644]
native/eda/scf_eda.pb-c.h [new file with mode: 0644]
native/eda/scf_eda.proto [new file with mode: 0644]
native/eda/scf_eda_inst.c [new file with mode: 0644]
native/eda/scf_eda_pb.c [new file with mode: 0644]
native/eda/scf_eda_pb.h [new file with mode: 0644]
native/scf_native.c
parse/Makefile
parse/main.c
parse/scf_parse.c