Skip to content

Commit 2462a4b

Browse files
committed
Adjust vtr_reg_weekly with less effort on Titan, and remove gaussian blur
Gaussian blur can be added back if this works reasonably. Signed-off-by: Keith Rothman <[email protected]>
1 parent 352a13b commit 2462a4b

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.github/kokoro/continuous/weekly.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ env_vars {
4141

4242
env_vars {
4343
key: "NUM_CORES"
44-
value: "1"
44+
value: "3"
4545
}

.github/kokoro/presubmit/weekly.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ env_vars {
4141

4242
env_vars {
4343
key: "NUM_CORES"
44-
value: "1"
44+
value: "3"
4545
}

vtr_flow/tasks/regression_tests/vtr_reg_weekly/vtr_reg_titan/config/config.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ archs_dir=arch/titan
1313
# circuits run first (to detect early failures), followed larger
1414
# circuits (so they do not start last)
1515

16-
#Largest benchmarks, which have potential to unroute or time-out
17-
circuit_list_add=gaussianblur_stratixiv_arch_timing.blif
18-
circuit_list_add=bitcoin_miner_stratixiv_arch_timing.blif
19-
circuit_list_add=directrf_stratixiv_arch_timing.blif
20-
2116
#Small benchmarks
2217
circuit_list_add=neuron_stratixiv_arch_timing.blif
2318
circuit_list_add=sparcT1_core_stratixiv_arch_timing.blif
2419
circuit_list_add=stereo_vision_stratixiv_arch_timing.blif
2520
circuit_list_add=cholesky_mc_stratixiv_arch_timing.blif
2621

22+
#Largest benchmarks, which have potential to unroute or time-out
23+
circuit_list_add=bitcoin_miner_stratixiv_arch_timing.blif
24+
circuit_list_add=directrf_stratixiv_arch_timing.blif
25+
26+
2727
#Mixed order of large and small
2828
circuit_list_add=LU230_stratixiv_arch_timing.blif
2929
circuit_list_add=gsm_switch_stratixiv_arch_timing.blif
@@ -56,6 +56,4 @@ pass_requirements_file=pass_requirements_vpr_titan.txt
5656

5757
#The Titan benchmarks are run at a fixed channel width of 300 to simulate a Stratix IV-like routing architecture
5858
#A large number of routing iterations is set to ensure the router doesn't give up to easily on the larger benchmarks
59-
#To be more run-time comparable to commercial tools like Quartus, we run with higher placer effort (inner_num=2) and lower astar_fac (1.0)
60-
#Set a 48hr timeout so they don't run forever
61-
script_params=-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map --inner_num 2 --astar_fac 1.0 -timeout 172800
59+
script_params=-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map -timeout 172800

0 commit comments

Comments
 (0)