LibertyPort::setIsPad missing from PR 43
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
ebd71eb2ed
commit
37a1236449
|
|
@ -2473,6 +2473,12 @@ LibertyPort::setIsDisabledConstraint(bool is_disabled)
|
|||
is_disabled_constraint_ = is_disabled;
|
||||
}
|
||||
|
||||
void
|
||||
LibertyPort::setIsPad(bool is_pad)
|
||||
{
|
||||
is_pad_ = is_pad;
|
||||
}
|
||||
|
||||
LibertyPort *
|
||||
LibertyPort::cornerPort(const Corner *corner,
|
||||
const MinMax *min_max)
|
||||
|
|
|
|||
Loading…
Reference in New Issue