Skip to content

Commit 354d539

Browse files
Fix parse configs for xilinx architecture
1 parent 807d53e commit 354d539

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

vtr_flow/parse/pass_requirements/pass_requirements_vpr_xilinx_fixed_width.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ routed_wirelength;RangeAbs(0.50,1.50,5)
88
#Area metrics
99
logic_block_area_total;Range(0.5,1.6)
1010
logic_block_area_used;Range(0.5,1.6)
11-
min_chan_width_routing_area_total;Range(0.5,1.6)
12-
min_chan_width_routing_area_per_tile;Range(0.5,1.6)
11+
routing_area_total;Range(0.5,1.6)
12+
routing_area_per_tile;Range(0.5,1.6)
1313

1414
#Run-time metrics
1515
crit_path_route_time;RangeAbs(0.10,10.0,2)
Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
vpr_status;output.txt;vpr_status=(.*)
2-
total_wirelength;vpr.out;\s*Total wirelength: (\d+)
3-
#total_wirelength_(mcw);vpr.out;Total wirelength:\s*(\d+)
4-
#total_wirelength_(1.3mcw);vpr.crit_path.out;Total wirelength:\s*(\d+)
2+
53
total_runtime;vpr.out;The entire flow of VPR took (.*) seconds
6-
#pack_time;vpr.out;Packing took (.*) seconds
7-
#place_time;vpr.out;Placement took (.*) seconds
8-
#route_time;vpr.out;Routing took (.*) seconds
9-
#num_pre_packed_nets;vpr.out;Total Nets: (\d+)
10-
#num_post_packed_nets;vpr.out;Netlist num_nets:\s*(\d+)
11-
crit_path_delay;vpr.crit_path.out;Final critical path: (.*) ns
4+
pack_time;vpr.out;\s*Packing took (.*) seconds
5+
place_time;vpr.out;\s*Placement took (.*) seconds
6+
route_time;vpr.out;\s*Routing took (.*) seconds .*
7+
8+
num_pre_packed_nets;vpr.out;Total Nets: (\d+)
9+
num_post_packed_nets;vpr.out;Netlist num_nets:\s*(\d+)
1210

11+
num_pre_packed_blocks;vpr.out;\s+Blocks\s*:\s*(\d+)
12+
num_post_packed_blocks;vpr.out;Netlist num_blocks:\s*(\d+)
13+
14+
total_wirelength;vpr.out;\s*Total wirelength: (\d+)
15+
critical_path_delay;vpr.out;Final critical path delay \(least slack\): (.*) ns

0 commit comments

Comments
 (0)