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>
Thu, 6 Jul 2023 13:06:34 +0000 (21:06 +0800)
commit5d198c45b60b9d8a32eaf797ac3bc25f91eaa8c9
treee2e046aacf847e62694a6fa5685e8eca35a76302
parentf8036bacb8f3e9f18207e4bae87bafc89aedb1f2
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