Skip to content

Commit 55a40c6

Browse files
committed
[RegTest] Disabled strong_multiclock test for parallel connection router
Temporarily disabled the `strong_multiclock` test in `vtr_reg_strong` CI regression tests for the parallel connection router, due to some random failures as mentioned in Issue verilog-to-routing#3029. After fixing the problem with the `strong_multiclock` test, this will be reactivated.
1 parent c165990 commit 55a40c6

File tree

1 file changed

+3
-3
lines changed
  • vtr_flow/tasks/regression_tests/vtr_reg_strong/strong_multiclock/config

1 file changed

+3
-3
lines changed

vtr_flow/tasks/regression_tests/vtr_reg_strong/strong_multiclock/config/config.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ pass_requirements_file=pass_requirements_multiclock.txt
2727
script_params_common=-starting_stage vpr -sdc_file tasks/regression_tests/vtr_reg_strong/strong_multiclock/config/multiclock.sdc
2828
script_params_list_add =
2929
script_params_list_add = --router_algorithm parallel --num_workers 4
30-
script_params_list_add = --enable_parallel_connection_router on --astar_fac 0.0 --post_target_prune_fac 0.0 --post_target_prune_offset 0.0
31-
script_params_list_add = --enable_parallel_connection_router on --multi_queue_num_threads 2 --multi_queue_num_queues 4 --astar_fac 0.0 --post_target_prune_fac 0.0 --post_target_prune_offset 0.0
32-
script_params_list_add = --enable_parallel_connection_router on --multi_queue_num_threads 2 --multi_queue_num_queues 8 --multi_queue_direct_draining on --astar_fac 0.0 --post_target_prune_fac 0.0 --post_target_prune_offset 0.0
30+
# script_params_list_add = --enable_parallel_connection_router on --astar_fac 0.0 --post_target_prune_fac 0.0 --post_target_prune_offset 0.0
31+
# script_params_list_add = --enable_parallel_connection_router on --multi_queue_num_threads 2 --multi_queue_num_queues 4 --astar_fac 0.0 --post_target_prune_fac 0.0 --post_target_prune_offset 0.0
32+
# script_params_list_add = --enable_parallel_connection_router on --multi_queue_num_threads 2 --multi_queue_num_queues 8 --multi_queue_direct_draining on --astar_fac 0.0 --post_target_prune_fac 0.0 --post_target_prune_offset 0.0

0 commit comments

Comments
 (0)