Skip to content

Commit 58c8265

Browse files
saaramahmoudiSrivat97
authored andcommitted
added specific noc qor parse files
1 parent 42cedf5 commit 58c8265

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#Metrics for the standard VTR flow, which involves both minimum channel
2+
#width search and relaxed channel width routing
3+
4+
%include "common/vtr_flow.txt"
5+
6+
%include "common/vtr_benchmarks.txt"
7+
8+
%include "common/vpr.common.txt"
9+
%include "timing/vpr.pack.txt"
10+
%include "timing/vpr.place.txt"
11+
%include "timing/vpr.route_min_chan_width.txt"
12+
%include "timing/vpr.route_relaxed_chan_width.txt"
13+
14+
NoC_agg_bandwidth;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: (\d+)
15+
NoC_latency;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: \d+, noc_latency_cost: (.*),
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
vpr_status;output.txt;vpr_status=(.*)
2+
total_wirelength;vpr.out;\s*Total wirelength:\s*(\d+)
3+
total_runtime;vpr.out;The entire flow of VPR took (.*) seconds
4+
min_chan_width;vpr.out;Best routing used a channel width factor of (\d+)
5+
crit_path_delay;vpr.crit_path.out;Final critical path delay \(least slack\): (.*) ns
6+
NoC_agg_bandwidth;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: (\d+)
7+
NoC_latency;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: \d+, noc_latency_cost: (.*),

0 commit comments

Comments
 (0)