From: yu.dongliang <18588496441@163.com> Date: Mon, 30 Oct 2023 13:36:15 +0000 (+0800) Subject: tmp X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=f3d2af76057d076114ca9b3c915e10bd3f652f82;p=ses.git tmp --- diff --git a/ses_layout.c b/ses_layout.c index 000f5f3..c9d2b6b 100644 --- a/ses_layout.c +++ b/ses_layout.c @@ -1023,6 +1023,8 @@ static void __ses_xchg_npn_ce(ScfEfunction* f, int d) pc = c->pins[SCF_EDA_NPN_C]; pe = c->pins[SCF_EDA_NPN_E]; + pc->x = (pc->x + c->x * 3) / 4; + if (pc->y > pe->y && pe->y > pb->y) { if ((c->x < 0 && pc->x > pe->x) || (c->x > 0 && pc->x < pe->x))