Skip to content

Commit 9563f82

Browse files
committed
No longer call load_cluster_constraints if packing is skipped (not done or loaded) because flow will not continue beyond that point anyway
1 parent 7676acc commit 9563f82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,6 @@ bool vpr_pack_flow(t_vpr_setup& vpr_setup, const t_arch& arch) {
505505

506506
if (packer_opts.doPacking == STAGE_SKIP) {
507507
//pass
508-
//Load cluster_constraints data structure here since skipping pack stage
509-
load_cluster_constraints();
510508
} else {
511509
if (packer_opts.doPacking == STAGE_DO) {
512510
//Do the actual packing

0 commit comments

Comments
 (0)