Skip to content

Commit 7553a32

Browse files
committed
fix the config files of noc tests
1 parent 34f103a commit 7553a32

File tree

2 files changed

+14
-2
lines changed
  • vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5

2 files changed

+14
-2
lines changed

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_noc_2D_chain_topology/config/config.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
99
archs_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
1215
circuit_list_add=complex_64_noc_2D_chain.blif
1316

1417
# Add architectures to list to sweep
1518
arch_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
1824
parse_file=vpr_noc.txt
1925

@@ -24,5 +30,5 @@ qor_parse_file=qor_noc_spec.txt
2430
pass_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

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_noc_clique_topology/config/config.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ circuits_dir=benchmarks/noc/Synthetic_Designs/complex_64_noc_clique/
88
# Path to directory of architectures to use
99
archs_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
1215
circuit_list_add=complex_64_noc_clique.blif
1316

1417
# Add architectures to list to sweep
1518
arch_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
1824
parse_file=vpr_noc.txt
1925

@@ -24,5 +30,5 @@ qor_parse_file=qor_noc_spec.txt
2430
pass_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

0 commit comments

Comments
 (0)