We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c7b2a commit 9f651a9Copy full SHA for 9f651a9
vtr_flow/parse/parse_config/vpr_noc.txt
@@ -11,5 +11,5 @@
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: (.*),
+NoC_agg_bandwidth;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: (.*), noc_latency_cost: .*,
+NoC_latency;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: .*, noc_latency_cost: (.*),
0 commit comments