File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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: (.*),
Original file line number Diff line number Diff line change 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: (.*),
You can’t perform that action at this time.
0 commit comments