Skip to content

Commit 40f8a4e

Browse files
committed
flags: restore astar_fac and initial_pres_fac defaults
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 98b9370 commit 40f8a4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vpr/src/base/read_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
20112011
" when doing router delay profiling."
20122012
" The router delay profiling step is currently used to calculate the place delay matrix lookup."
20132013
" Values between 1 and 2 are resonable; higher values trade some quality for reduced run-time")
2014-
.default_value("1.5")
2014+
.default_value("1.2")
20152015
.show_in(argparse::ShowIn::HELP_ONLY);
20162016

20172017
route_timing_grp.add_argument(args.max_criticality, "--max_criticality")

vtr_flow/tasks/regression_tests/vtr_reg_nightly/titan_quick_qor/config/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ archs_dir=arch/titan
2020
#of the slowest benchmarks
2121

2222
#Largest benchmarks, excluded
23-
#circuit_list_add=gaussianblur_stratixiv_arch_timing.blif
23+
#circuit_list_add=gaussianblur_stratixiv_arch_timing.blif
2424

2525
#Large benchmarks
2626
circuit_list_add=directrf_stratixiv_arch_timing.blif
@@ -66,4 +66,4 @@ pass_requirements_file=pass_requirements_vpr_titan.txt
6666
#A large number of routing iterations is set to ensure the router doesn't give up to easily on the larger benchmarks
6767
#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)
6868
#Set a 24hr timeout so they don't run forever
69-
script_params=-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map -timeout 86400 --seed 197
69+
script_params=-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --router_lookahead map -timeout 86400 --seed 197 --initial_pres_fac 1.0 --router_profiler_astar_fac 1.5

0 commit comments

Comments
 (0)