tcl sta::is_ideal_clock

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-03-02 16:41:35 -08:00
parent f89fcbfa11
commit 6f4cdcfea8
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ is_ideal_clock(const Pin *pin)
{
Sta *sta = Sta::sta();
const Mode *mode = sta->cmdMode();
sta->ensureClkNetwork();
return sta->isIdealClock(pin, mode);
}