Skip to content

Commit df538dd

Browse files
committed
modified noc parse file to contain number of latency constraints met in the placement run
1 parent b86ab99 commit df538dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vtr_flow/parse/parse_config/vpr_noc.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
%include "timing/vpr.route_min_chan_width.txt"
1212
%include "timing/vpr.route_relaxed_chan_width.txt"
1313

14-
NoC_agg_bandwidth;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: (.*), noc_latency_cost: .*,
15-
NoC_latency;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: .*, noc_latency_cost: (.*),
14+
NoC_agg_bandwidth;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: (.*), noc_latency_cost: .*, noc_latency_constraints_cost: .*,
15+
NoC_latency;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: .*, noc_latency_cost: (.*), noc_latency_constraints_cost: .*,
16+
NoC_latency_constraints_cost;vpr.out;NoC Placement Costs. noc_aggregate_bandwidth_cost: .*, noc_latency_cost: .*, noc_latency_constraints_cost: (.*),

0 commit comments

Comments
 (0)