mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
@@ -388,6 +388,7 @@ public:
|
||||
Crpr &crpr_diff,
|
||||
Delay &max_borrow,
|
||||
bool &borrow_limit_exists) const;
|
||||
virtual bool ignoreClkLatency(const StaState *sta) const;
|
||||
|
||||
protected:
|
||||
PathEndLatchCheck(Path *path,
|
||||
|
||||
@@ -1269,6 +1269,12 @@ PathEndLatchCheck::exceptPathCmp(const PathEnd *path_end,
|
||||
return cmp;
|
||||
}
|
||||
|
||||
bool
|
||||
PathEndLatchCheck::ignoreClkLatency(const StaState *sta) const
|
||||
{
|
||||
return PathEnd::ignoreClkLatency(path_, path_delay_, sta);
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
||||
PathEndOutputDelay::PathEndOutputDelay(OutputDelay *output_delay,
|
||||
|
||||
Reference in New Issue
Block a user