File tree 2 files changed +6
-7
lines changed
vtr_flow/parse/parse_config/common
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -949,12 +949,11 @@ class SdcParseCallback : public sdcparse::Callback {
949
949
}
950
950
}
951
951
}
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 ());
958
957
}
959
958
}
960
959
Original file line number Diff line number Diff line change 1
1
#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*(.* )
3
3
placed_wirelength_est;vpr.out;BB estimate of min-dist \(placement\) wire length: (\d+)
4
4
5
5
#VPR Number of heap operations
You can’t perform that action at this time.
0 commit comments