Skip to content

Commit

Permalink
drt: fix missing << frcLef58EnclosureConstraint
Browse files Browse the repository at this point in the history
Signed-off-by: osamahammad21 <[email protected]>
  • Loading branch information
osamahammad21 committed Apr 16, 2024
1 parent acc8240 commit 9f033ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drt/src/frBaseTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ std::ostream& operator<<(std::ostream& os, frConstraintTypeEnum type)
return os << "frcLef58TwoWiresForbiddenSpcConstraint";
case frConstraintTypeEnum::frcLef58ForbiddenSpcConstraint:
return os << "frcLef58ForbiddenSpcConstraint";
case frConstraintTypeEnum::frcLef58EnclosureConstraint:
return os << "frcLef58EnclosureConstraint";
}
return os << "Bad frConstraintTypeEnum";
}
Expand Down

0 comments on commit 9f033ae

Please sign in to comment.