use TTL Nand to combine the circuit graph in 'eda/native' module
authoryu.dongliang <18588496441@163.com>
Fri, 11 Apr 2025 12:19:45 +0000 (20:19 +0800)
committeryu.dongliang <18588496441@163.com>
Mon, 22 Dec 2025 15:56:33 +0000 (23:56 +0800)
commit06a416cbe11a07ba486f571b6ea76d538ab3d152
treeb8c85c2526515a1767aaef36ff8434a4d84a896c
parentdf6d3dd98fc7bcc8f0ce6e3d7107f18429217ac5
use TTL Nand to combine the circuit graph in 'eda/native' module
21 files changed:
core/scf_basic_block.h
core/scf_core_types.h
core/scf_dag.h
core/scf_function.c
core/scf_function.h
core/scf_optimizer.c
core/scf_optimizer_dominators.c
core/scf_optimizer_dominators_reverse.c [new file with mode: 0644]
core/scf_variable.h
elf/scf_elf_x64.c
elf/scf_elf_x64_so.c
lib/x64/scf_object.o
native/eda/scf_eda.c
native/eda/scf_eda.h
native/eda/scf_eda_inst.c
native/eda/scf_eda_pack.c
native/eda/scf_eda_pack.h
native/x64/scf_x64.c
native/x64/scf_x64_inst.c
parse/Makefile
parse/scf_parse.c