Skip to content

Commit 06317d0

Browse files
authored
Merge pull request #1820 from ArashAhmadian/fixed_chan_width_bug
fixing regex issue with fixed_chan_width parse file
2 parents 8b2d0ed + 223e8b6 commit 06317d0

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#VPR Routing Metrics
22
routed_wirelength;vpr.out;\s*Total wirelength: (.*), average .*
33

4-
total_nets_routed;vpr.out;total_nets_routed: (\d+)
5-
total_connections_routed;vpr.out;total_connections_routed: (\d+)
6-
total_heap_pushes;vpr.out;total_heap_pushes: (\d+)
7-
total_heap_pops;vpr.out;total_heap_pops: (\d+)
4+
total_nets_routed;vpr.out;Router Stats: total_nets_routed: (\d+) .*
5+
total_connections_routed;vpr.out;Router Stats: .*total_connections_routed: (\d+) .*
6+
total_heap_pushes;vpr.out;Router Stats: .*total_heap_pushes: (\d+) .*
7+
total_heap_pops;vpr.out;Router Stats: .*total_heap_pops: (\d+)
88

99
#Area Metrics
1010
logic_block_area_total;vpr.out;\s*Total logic block area .*: (.*)

0 commit comments

Comments
 (0)