Skip to content

Commit a338452

Browse files
committed
3dblox: check after all is read
Signed-off-by: osamahammad21 <[email protected]>
1 parent ecf1eea commit a338452

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/OpenRoad.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ void OpenRoad::read3Dbx(const std::string& filename)
495495
{
496496
odb::ThreeDBlox parser(logger_, db_, sta_);
497497
parser.readDbx(filename);
498+
parser.check();
498499
}
499500

500501
void OpenRoad::read3DBloxBMap(const std::string& filename)

src/odb/src/3dblox/3dblox.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ void ThreeDBlox::readDbx(const std::string& dbx_file)
8888
}
8989
calculateSize(db_->getChip());
9090
db_->triggerPostRead3Dbx(chip);
91-
check();
9291
}
9392

9493
void ThreeDBlox::check()

0 commit comments

Comments
 (0)