Skip to content

Commit a8e9b8c

Browse files
committed
lookahead: added comment to the special segment type constant index
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent b523769 commit a8e9b8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vpr/src/route/router_lookahead_map_utils.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ static vtr::Point<int> pick_sample_tile(t_physical_tile_type_ptr tile_type, vtr:
5050
// - CHANX --> IPIN --> exploration interrupted: IPIN found, no need to expand further
5151
#define MAX_EXPANSION_LEVEL 1
5252

53+
// The special segment type index used to identify a direct connection between an OPIN to IPIN that
54+
// does not go through the CHANX/CHANY nodes.
55+
//
56+
// This is used when building the SROURCE/OPIN --> CHAN lookup table that contains additional delay and
57+
// congestion data to reach the CHANX/CHANY nodes which is not present in the lookahead cost map.
5358
#define DIRECT_CONNECT_SPECIAL_SEG_TYPE -1;
5459

5560
namespace util {

0 commit comments

Comments
 (0)