Skip to content

Commit 2a1f14b

Browse files
committed
connection box: fixes after rebase
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent cc7e669 commit 2a1f14b

File tree

6 files changed

+105
-95
lines changed

6 files changed

+105
-95
lines changed

vpr/src/base/vpr_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ enum class e_router_lookahead {
113113
CLASSIC, ///<VPR's classic lookahead (assumes uniform wire types)
114114
MAP, ///<Lookahead considering different wire types (see Oleg Petelin's MASc Thesis)
115115
EXTENDED_MAP, ///<Lookahead with a more extensive node sampling method
116-
CONNECTION_BOX_MAP, ///<Lookahead considering different wire types and IPIN connection box.
117-
NO_OP ///<A no-operation lookahead which always returns zero
116+
NO_OP, ///<A no-operation lookahead which always returns zero
117+
CONNECTION_BOX_MAP ///<Lookahead considering different wire types and IPIN connection box.
118118
};
119119

120120
enum class e_route_bb_update {

0 commit comments

Comments
 (0)