Skip to content

Commit 084fb54

Browse files
committed
[Router] Fixed the Logging Issues and Reverted the Changes for RCV Tests
Fixed the output of the SSSP time of the connection router, which caused VTR flow log parser issues and made CI mad. Reverted the changes for RCV tests, which are not working and appear to be too simple to be useful. It needs more time and effort to make a comprehensive set of regression tests for the RCV technique. We tend to postpone this task since it is not the main purpose of this PR.
1 parent cb015ea commit 084fb54

File tree

5 files changed

+1
-59
lines changed

5 files changed

+1
-59
lines changed

vpr/src/route/connection_router.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ConnectionRouter : public ConnectionRouterInterface {
5151
}
5252

5353
~ConnectionRouter() {
54-
VTR_LOG("Serial Connection Router is being destroyed. Time spent computing SSSP: %.3f seconds\n.", this->sssp_total_time.count() / 1000000.0);
54+
VTR_LOG("Serial Connection Router is being destroyed. Time spent computing SSSP: %.3f seconds.\n", this->sssp_total_time.count() / 1000000.0);
5555
}
5656

5757
// Clear's the modified list. Should be called after reset_path_costs

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

vtr_flow/tasks/regression_tests/vtr_reg_strong/task_list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@ regression_tests/vtr_reg_strong/strong_timing_no_fail
8787
regression_tests/vtr_reg_strong/strong_noc
8888
regression_tests/vtr_reg_strong/strong_flat_router
8989
regression_tests/vtr_reg_strong/strong_routing_constraints
90-
regression_tests/vtr_reg_strong/strong_yoyo_budgets

vtr_flow/tasks/regression_tests/vtr_reg_strong_odin/strong_yoyo_budgets/config/config.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

vtr_flow/tasks/regression_tests/vtr_reg_strong_odin/task_list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,3 @@ regression_tests/vtr_reg_strong_odin/koios_test
8282
regression_tests/vtr_reg_strong_odin/koios_test_no_hb
8383
regression_tests/vtr_reg_strong_odin/strong_timing_fail
8484
regression_tests/vtr_reg_strong_odin/strong_timing_no_fail
85-
regression_tests/vtr_reg_strong_odin/strong_yoyo_budgets

0 commit comments

Comments
 (0)