From: yu.dongliang <18588496441@163.com> Date: Thu, 19 Oct 2023 12:53:11 +0000 (+0800) Subject: __ses_path_parent_jr() X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=5ae08d5a99fb361299ac99c492c854bc2416adf0;p=ses.git __ses_path_parent_jr() --- 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);