Skip to content

Commit 6e98512

Browse files
authored
Merge pull request #2305 from verilog-to-routing/parse_noc_specification
Modified NoC parse file
2 parents b86ab99 + df538dd commit 6e98512

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)