File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5
vpr_noc_2D_chain_topology/config
vpr_noc_clique_topology/config Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ circuits_dir=benchmarks/noc/Synthetic_Designs/complex_64_noc_2D_chain/
88# Path to directory of architectures to use
99archs_dir=arch/noc/mesh_noc_topology
1010
11+ # Path to directory of NoC Traffic Patterns to use
12+ noc_traffics_dir=benchmarks/noc/Synthetic_Designs/complex_64_noc_2D_chain
13+
1114# Add circuits to list to sweep
1215circuit_list_add=complex_64_noc_2D_chain.blif
1316
1417# Add architectures to list to sweep
1518arch_list_add=stratixiv_arch.timing_with_a_embedded_10X10_mesh_noc_topology.xml
1619
20+ # Add NoC Traffic Patterns to list to sweep
21+ noc_traffic_list_add=complex_64_noc_2D_chain.flows
22+
1723# Parse info and how to parse
1824parse_file=vpr_noc.txt
1925
@@ -24,5 +30,5 @@ qor_parse_file=qor_noc_spec.txt
2430pass_requirements_file=pass_requirements.txt
2531
2632# Script parameters
27- script_params =-starting_stage vpr --noc on --noc_routing_algorithm xy_routing --device "EP4SE820" --noc_flows_file ../../../../../../../../benchmarks/noc/Synthetic_Designs/complex_64_noc_2D_chain/complex_64_noc_2D_chain.flows
33+ script_params =-starting_stage vpr --noc on --noc_routing_algorithm xy_routing --device "EP4SE820"
2834
Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ circuits_dir=benchmarks/noc/Synthetic_Designs/complex_64_noc_clique/
88# Path to directory of architectures to use
99archs_dir=arch/noc/mesh_noc_topology
1010
11+ # Path to directory of NoC Traffic Patterns to use
12+ noc_traffics_dir=benchmarks/noc/Synthetic_Designs/complex_64_noc_clique
13+
1114# Add circuits to list to sweep
1215circuit_list_add=complex_64_noc_clique.blif
1316
1417# Add architectures to list to sweep
1518arch_list_add=stratixiv_arch.timing_with_a_embedded_10X10_mesh_noc_topology.xml
1619
20+ # Add NoC Traffic Patterns to list to sweep
21+ noc_traffic_list_add=complex_64_noc_clique.flows
22+
1723# Parse info and how to parse
1824parse_file=vpr_noc.txt
1925
@@ -24,5 +30,5 @@ qor_parse_file=qor_noc_spec.txt
2430pass_requirements_file=pass_requirements.txt
2531
2632# Script parameters
27- script_params =-starting_stage vpr --noc on --noc_routing_algorithm xy_routing --device "EP4SE820" --noc_flows_file ../../../../../../../../benchmarks/noc/Synthetic_Designs/complex_64_noc_clique/complex_64_noc_clique.flows
33+ script_params =-starting_stage vpr --noc on --noc_routing_algorithm xy_routing --device "EP4SE820"
2834
You can’t perform that action at this time.
0 commit comments