Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-01-08 10:10:49 -07:00
parent 8b14098a71
commit 6b8ab8aa9c
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ WriteSdc::writeGeneratedClock(Clock *clk) const
void
WriteSdc::writeClockPins(Clock *clk) const
{
// Sort pins.
PinSet &pins = clk->pins();
if (!pins.empty()) {
if (pins.size() > 1)