Skip to content

Commit d848230

Browse files
committed
[vpr][place] parse initial place wl and cpd
1 parent 4a5fbbb commit d848230

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

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

45
#VPR Number of heap operations

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
%include "../common/vpr.place.txt"
22

33
#VPR Place Timing Metrics
4+
initial_placed_CPD_est;vpr.out;Initial placement estimated Critical Path Delay \(CPD\): (.*) ns
45
placed_CPD_est;vpr.out;Placement estimated critical path delay \(least slack\): (.*) ns
56
placed_setup_TNS_est;vpr.out;Placement estimated setup Total Negative Slack \(sTNS\): (.*) ns
67
placed_setup_WNS_est;vpr.out;Placement estimated setup Worst Negative Slack \(sWNS\): (.*) ns

0 commit comments

Comments
 (0)