Struct HierarchyLink¶
Defined in File defs.h
Struct Documentation¶
-
struct HierarchyLink¶
层次拓扑链路描述(两个 FPGA 端点间的物理连接)。
Public Members
-
int link_id = -1¶
链路唯一标识。
-
HierarchyLinkEndpoint left¶
左端点。
-
HierarchyLinkEndpoint right¶
右端点。
-
bool is_mgt = false¶
是否为 MGT(高速收发器)链路。
-
int channel_capacity = 0¶
通道容量。
-
int hio_channels = 0¶
HIO/GIO 通道数(IO JSON),不是 FIT 根数。
-
int mgt_channels = 0¶
MGT 通道数(IO JSON),不是 FIT 根数。
-
string cable¶
线缆标识。
-
int link_id = -1¶