Struct HSStaBase::timingpath¶
Defined in File HSStaBase.h
Nested Relationships¶
This struct is a nested type of Class HSStaBase.
Struct Documentation¶
-
struct timingpath
Public Functions
-
void emplace_backEdgeId(int id)
-
void pop_backEdgeId()
-
bool operator<(const timingpath &another) const
-
bool isSame(const timingpath &another)
Public Members
-
forward_list<int> m_edgeIdList
-
int m_clkId = -1
-
float m_slack = FLT_MAX
-
int m_hop = 0
-
int pathId = 0
-
float slackPre = 0
-
float slackPost = 0
-
int edgeId = 0
-
void emplace_backEdgeId(int id)