Skip to content

Commit 5f08715

Browse files
committed
modified noc nightly tasks to match the renaming of 2D chain to nearest neighbor
1 parent 92f4056 commit 5f08715

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
regression_tests/vtr_reg_nightly_test5/vpr_ispd
22
regression_tests/vtr_reg_nightly_test5/vpr_tight_floorplan
3-
regression_tests/vtr_reg_nightly_test5/vpr_noc_2D_chain_topology
3+
regression_tests/vtr_reg_nightly_test5/vpr_noc_nearest_neighbor_topology
44
regression_tests/vtr_reg_nightly_test5/vpr_noc_clique_topology
55
regression_tests/vtr_reg_nightly_test5/vpr_noc_star_topology

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_noc_2D_chain_topology/config/config.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_noc_nearest_neighbor_topology/config/config.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
##############################################
44

55
# Path to directory of circuits to use
6-
circuits_dir=benchmarks/noc/Synthetic_Designs/complex_64_noc_2D_chain/
6+
circuits_dir=benchmarks/noc/Synthetic_Designs/complex_64_noc_nearest_neighbor/
77

88
# Path to directory of architectures to use
99
archs_dir=arch/noc/mesh_noc_topology
1010

1111
# Add circuits to list to sweep
12-
circuit_list_add=complex_64_noc_2D_chain.blif
12+
circuit_list_add=complex_64_noc_nearest_neighbor.blif
1313

1414
# Add architectures to list to sweep
1515
arch_list_add=stratixiv_arch.timing_with_a_embedded_10X10_mesh_noc_topology.xml
@@ -24,5 +24,5 @@ qor_parse_file=qor_noc_spec.txt
2424
pass_requirements_file=pass_requirements.txt
2525

2626
# 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
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_nearest_neighbor/complex_64_noc_nearest_neighbor.flows
2828

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_noc_2D_chain_topology/config/golden_results.txt renamed to vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_noc_nearest_neighbor_topology/config/golden_results.txt

File renamed without changes.

0 commit comments

Comments
 (0)