1, support Crystal,
authoryu.dongliang <18588496441@163.com>
Sun, 1 Jun 2025 14:18:07 +0000 (22:18 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 1 Jun 2025 14:18:12 +0000 (22:18 +0800)
commit25206d353670478c1af02ef54e73691e08a12ab7
treef91ce595b206405faf210046df18885ab5380d20
parent6db43f4bdd19cac4a44b72b338fc91bb50206857
1, support Crystal,
2, add command line mode, get args from 'stdin' & print VA to 'stdout'
52 files changed:
Makefile
cpk/Makefile
cpk/crystal.c [new file with mode: 0644]
cpk/crystal.cpk [new file with mode: 0644]
cpk/op_amp_f007.cpk
cpk/ttl_adc.cpk
cpk/ttl_add.cpk
cpk/ttl_and.cpk
cpk/ttl_and2_or.cpk
cpk/ttl_dff.cpk
cpk/ttl_if.cpk
cpk/ttl_mla.cpk
cpk/ttl_nand.c
cpk/ttl_nand.cpk
cpk/ttl_nand4.c
cpk/ttl_nand4.cpk
cpk/ttl_nor.cpk
cpk/ttl_not.cpk
cpk/ttl_not_delay.cpk
cpk/ttl_or.cpk
cpk/ttl_xor.cpk
examples/astable_multivibrator.cpk
examples/colpitts_oscillator.cpk
examples/crystal_oscillator.cpk [new file with mode: 0644]
examples/pnp_oscillator.cpk
examples/sin_oscillator.cpk
main.c
scf_def.h
scf_eda_pack.c
scf_eda_pack.h
ses_core.h
ses_layout.c
ses_node_analysis.c
ses_path.c
ses_step_crystal.c [new file with mode: 0644]
ses_step_dc_diode.c
ses_step_dc_input.c
ses_step_dc_npn.c
ses_step_dc_pnp.c
ses_step_draw.c
ses_step_open.c
ses_step_output.c
ses_step_topo.c
ses_steps.c
ses_utils.c
test/LC_NAND.c [new file with mode: 0644]
test/Makefile
test/crystal.c [new file with mode: 0644]
test/crystal_NAND.c [new file with mode: 0644]
test/fft.c
test/test.c [deleted file]
test/v.txt [deleted file]