This commit is contained in:
James Cherry 2021-03-25 13:30:47 -07:00
parent 72d1df9e3b
commit 7f23e72445
1 changed files with 4 additions and 2 deletions

View File

@ -225,7 +225,8 @@ PathRef::required(const StaState *sta) const
} }
void void
PathRef::setRequired(const Required &required, const StaState *sta) PathRef::setRequired(const Required &required,
const StaState *sta)
{ {
if (path_enumed_) if (path_enumed_)
return path_enumed_->setRequired(required, sta); return path_enumed_->setRequired(required, sta);
@ -236,7 +237,8 @@ PathRef::setRequired(const Required &required, const StaState *sta)
void void
PathRef::prevPath(const StaState *sta, PathRef::prevPath(const StaState *sta,
// Return values. // Return values.
PathRef &prev_path, TimingArc *&prev_arc) const PathRef &prev_path,
TimingArc *&prev_arc) const
{ {
if (path_enumed_) if (path_enumed_)
path_enumed_->prevPath(sta, prev_path, prev_arc); path_enumed_->prevPath(sta, prev_path, prev_arc);