tcl sta::is_ideal_clock
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
f89fcbfa11
commit
6f4cdcfea8
|
|
@ -340,7 +340,6 @@ is_ideal_clock(const Pin *pin)
|
||||||
{
|
{
|
||||||
Sta *sta = Sta::sta();
|
Sta *sta = Sta::sta();
|
||||||
const Mode *mode = sta->cmdMode();
|
const Mode *mode = sta->cmdMode();
|
||||||
sta->ensureClkNetwork();
|
|
||||||
return sta->isIdealClock(pin, mode);
|
return sta->isIdealClock(pin, mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue