Skip to content

Commit bd230ae

Browse files
committed
ant: remove unnecessary check
Signed-off-by: luis201420 <[email protected]>
1 parent 779caf9 commit bd230ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ant/src/AntennaChecker.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,13 +1095,6 @@ Violations AntennaChecker::getAntennaViolations(odb::dbNet* net,
10951095

10961096
bool AntennaChecker::designIsPlaced()
10971097
{
1098-
if (db_->getChip() == nullptr) {
1099-
logger_->error(
1100-
utl::ANT,
1101-
18,
1102-
"Load a design before running the antenna checker commands.");
1103-
}
1104-
11051098
for (odb::dbBTerm* bterm : block_->getBTerms()) {
11061099
if (bterm->getFirstPinPlacementStatus() == odb::dbPlacementStatus::NONE) {
11071100
return false;

0 commit comments

Comments
 (0)