Skip to content

Commit cd4f504

Browse files
authored
Merge pull request #10549 from VLSIDA/odb-getfirstoutput-clocked-driver
odb: dbNet::getFirstOutput don't skip clocked OUTPUTs (driver of clock net)
2 parents 44c886d + a55161a commit cd4f504

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/odb/src/db/dbNet.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,10 +1264,6 @@ dbITerm* dbNet::getFirstOutput() const
12641264
continue;
12651265
}
12661266

1267-
if (tr->isClocked()) {
1268-
continue;
1269-
}
1270-
12711267
if (tr->getIoType() != dbIoType::OUTPUT) {
12721268
continue;
12731269
}

0 commit comments

Comments
 (0)