Skip to content

Commit 47978d5

Browse files
Merge pull request #3025 from verilog-to-routing/parse_config_init_place
Fix the regex pattern for initial placement WL
2 parents 6da8915 + f32bd59 commit 47978d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)