Skip to content

Commit 0d8934f

Browse files
Merge branch 'master' into packer-feasible-candidates-list-to-priority-queue
2 parents 60575e9 + 28aedc1 commit 0d8934f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

vpr/src/timing/read_sdc.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -949,12 +949,11 @@ class SdcParseCallback : public sdcparse::Callback {
949949
}
950950
}
951951
}
952-
953-
if (!found) {
954-
VTR_LOGF_WARN(fname_.c_str(), lineno_,
955-
"get_clocks target name or pattern '%s' matched no clocks\n",
956-
clock_glob_pattern.c_str());
957-
}
952+
}
953+
if (!found) {
954+
VTR_LOGF_WARN(fname_.c_str(), lineno_,
955+
"get_clocks target name or pattern '%s' matched no clocks\n",
956+
clock_glob_pattern.c_str());
958957
}
959958
}
960959

vtr_flow/parse/parse_config/common/vpr.place.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#VPR Place Metrics
2-
initial_placed_wirelength_est;vpr.out;Initial placement BB estimate of wirelength:\s*(\d+)
2+
initial_placed_wirelength_est;vpr.out;Initial placement BB estimate of wirelength:\s*(.*)
33
placed_wirelength_est;vpr.out;BB estimate of min-dist \(placement\) wire length: (\d+)
44

55
#VPR Number of heap operations

0 commit comments

Comments
 (0)