Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a9df1f

Browse files
committedJul 16, 2024·
fix arch file name in config files
1 parent 638fce2 commit 5a9df1f

File tree

3 files changed

+3
-3
lines changed
  • vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5

3 files changed

+3
-3
lines changed
 

‎vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_3d_noc_clique_topology/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ circuit_list_add=complex_64_noc_clique.blif
1616

1717
# Add architectures to list to sweep
1818
arch_list_add=3d_10x10_noc_base_stratixiv_up.xml
19-
arch_list_add=3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing
19+
arch_list_add=3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml
2020

2121
# Add NoC Traffic Patterns to list to sweep
2222
noc_traffic_list_add=complex_64_noc_clique.flows

‎vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_3d_noc_nearest_neighbor_topology/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ circuit_list_add=complex_64_noc_nearest_neighbor.blif
1616

1717
# Add architectures to list to sweep
1818
arch_list_add=3d_10x10_noc_base_stratixiv_up.xml
19-
arch_list_add=3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing
19+
arch_list_add=3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml
2020

2121
# Add NoC Traffic Patterns to list to sweep
2222
noc_traffic_list_add=complex_64_noc_nearest_neighbor.flows

‎vtr_flow/tasks/regression_tests/vtr_reg_nightly_test5/vpr_3d_noc_star_topology/config/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ circuit_list_add=complex_64_noc_star.blif
1717

1818
# Add architectures to list to sweep
1919
arch_list_add=3d_10x10_noc_base_stratixiv_up.xml
20-
arch_list_add=3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing
20+
arch_list_add=3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml
2121

2222
# Add NoC Traffic Patterns to list to sweep
2323
noc_traffic_list_add=complex_64_noc_star_no_constraints.flows

0 commit comments

Comments
 (0)
Please sign in to comment.