From f3d2af76057d076114ca9b3c915e10bd3f652f82 Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Mon, 30 Oct 2023 21:36:15 +0800 Subject: [PATCH] tmp --- ses_layout.c | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.25.1