issue66 followup
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
d37810bf60
commit
4777bce77e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue