From: yu.dongliang <18588496441@163.com> Date: Sat, 11 Nov 2023 13:50:09 +0000 (+0800) Subject: scf_eda_pb.c X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=6b1860150ec3c75f5f844f28689fc67567cf0b99;p=ses.git scf_eda_pb.c --- diff --git a/scf_eda_pb.c b/scf_eda_pb.c index 62edc7d..d7f0445 100644 --- a/scf_eda_pb.c +++ b/scf_eda_pb.c @@ -32,10 +32,10 @@ static scf_edata_t pin_datas[] = {SCF_EDA_Diode, 0, SCF_EDA_Diode_NEG, 0, 0, 750, 0, 0, 0, 0}, {SCF_EDA_NPN, 0, SCF_EDA_NPN_B, 0, 0, 750, 0, 0, 0, 0}, - {SCF_EDA_NPN, 0, SCF_EDA_NPN_C, 0, 0, 50, 0, 0, 0, 150}, + {SCF_EDA_NPN, 0, SCF_EDA_NPN_C, 0, 0, 10, 0, 0, 0, 150}, {SCF_EDA_PNP, 0, SCF_EDA_PNP_B, 0, 0, 750, 0, 0, 0, 0}, - {SCF_EDA_PNP, 0, SCF_EDA_PNP_C, 0, 0, 50, 0, 0, 0, 150}, + {SCF_EDA_PNP, 0, SCF_EDA_PNP_C, 0, 0, 10, 0, 0, 0, 150}, }; static scf_edata_t* _pin_find_data(const uint64_t type, const uint64_t model, const uint64_t pid) diff --git a/ses_steps.c b/ses_steps.c index 044cbc9..204bbab 100644 --- a/ses_steps.c +++ b/ses_steps.c @@ -144,7 +144,7 @@ int ses_steps_analyse(ScfEfunction* f, int64_t ns, int64_t count) return ret; int j; - for (j = 0; j < 3; j++) { + for (j = 0; j < 1; j++) { printf("\n\033[33m%s(), %d(), j: %d\033[0m\n", __func__, __LINE__, j); ret = __ses_steps_analyse(f, ns, i, ctx);