Skip to content

Commit 0b26ced

Browse files
committed
Commenting fixes
1 parent fefa645 commit 0b26ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/base/vpr_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ enum e_routing_budgets_algorithm {
10211021
MINIMAX, // Use MINIMAX-PERT algorithm to allocate budgets
10221022
YOYO, // Use MINIMAX as above, and enable RCV algorithm to resolve negative hold slack
10231023
SCALE_DELAY,
1024-
DISABLE
1024+
DISABLE // Do not allocate budgets and run default router
10251025
};
10261026

10271027
enum class e_timing_report_detail {

vpr/src/route/route_path_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class RoutingContext;
3838
* This means nodes that already exist in the current path, or current route tree could be expanded twice.
3939
* This would result in electrically illegal loops (example below)
4040
*
41-
* IPIN--|----| |-----------Sink 1
41+
* OPIN--|----| |-----------Sink 1
4242
* | |--------X----| <--- The branch intersects with a previous routing
4343
* | |
4444
* |-------------| Sink 2

0 commit comments

Comments
 (0)