Skip to content

Commit 3fb14e1

Browse files
committed
Merge branch 'router_rcv_2.0' of https://github.com/verilog-to-routing/vtr-verilog-to-routing into router_rcv_2.0
2 parents 538c7f3 + eed4296 commit 3fb14e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpr/src/base/vpr_types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,10 +1018,10 @@ enum e_routing_failure_predictor {
10181018

10191019
// How to allocate budgets, and if RCV should be enabled
10201020
enum e_routing_budgets_algorithm {
1021-
MINIMAX, // Use MINIMAX-PERT algorithm to allocate budgets
1022-
YOYO, // Use MINIMAX as above, and enable RCV algorithm to resolve negative hold slack
1021+
MINIMAX, // Use MINIMAX-PERT algorithm to allocate budgets
1022+
YOYO, // Use MINIMAX as above, and enable RCV algorithm to resolve negative hold slack
10231023
SCALE_DELAY,
1024-
DISABLE // Do not allocate budgets and run default router
1024+
DISABLE // Do not allocate budgets and run default router
10251025
};
10261026

10271027
enum class e_timing_report_detail {

0 commit comments

Comments
 (0)