From 5ae08d5a99fb361299ac99c492c854bc2416adf0 Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Thu, 19 Oct 2023 20:53:11 +0800 Subject: [PATCH] __ses_path_parent_jr() --- ses_step_jr.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ses_step_jr.c b/ses_step_jr.c index 2ada725..d666818 100644 --- a/ses_step_jr.c +++ b/ses_step_jr.c @@ -239,12 +239,6 @@ static void __ses_path_parent_jr(ScfEfunction* f, ses_path_t* path) __ses_path_pr(f, path, 0, child->parent_p0, NULL, &child->parent_r0, &child->parent_jr0); __ses_path_pr(f, path, child->parent_p1, path->pins->size - 1, NULL, &child->parent_r1, &child->parent_jr1); - child->parent_r0 += path->parent_r0; - child->parent_jr0 += path->parent_jr0; - - child->parent_r1 += path->parent_r1; - child->parent_jr1 += path->parent_jr1; - scf_logw("child: %d, parent_p0: %d, parent_p1: %d, r0: %lg, r1: %lg\n", child->index, child->parent_p0, child->parent_p1, child->parent_r0, child->parent_r1); -- 2.25.1