We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 538c7f3 + eed4296 commit 3fb14e1Copy full SHA for 3fb14e1
vpr/src/base/vpr_types.h
@@ -1018,10 +1018,10 @@ enum e_routing_failure_predictor {
1018
1019
// How to allocate budgets, and if RCV should be enabled
1020
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
+ MINIMAX, // Use MINIMAX-PERT algorithm to allocate budgets
+ YOYO, // Use MINIMAX as above, and enable RCV algorithm to resolve negative hold slack
1023
SCALE_DELAY,
1024
- DISABLE // Do not allocate budgets and run default router
+ DISABLE // Do not allocate budgets and run default router
1025
};
1026
1027
enum class e_timing_report_detail {
0 commit comments