__ses_path_parent_jr()
authoryu.dongliang <18588496441@163.com>
Thu, 19 Oct 2023 12:53:11 +0000 (20:53 +0800)
committeryu.dongliang <18588496441@163.com>
Thu, 19 Oct 2023 12:53:11 +0000 (20:53 +0800)
ses_step_jr.c

index 2ada725108f8a356106744c19f9157ec54dd512c..d666818d6922c93040faf2b6b55a799b0ecffc9d 100644 (file)
@@ -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);