Skip to content

Commit dd2d7f7

Browse files
authored
Merge pull request #8633 from osamahammad21/3dblox-updates
odb: allow lib free techlef in 3dblox
2 parents 2ef561b + 7bd5dcb commit dd2d7f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ void ThreeDBlox::createChiplet(const ChipletDef& chiplet)
146146
odb::lefin lef_reader(db_, logger_, false);
147147
tech = db_->findTech(tech_name.c_str());
148148
if (tech == nullptr) {
149-
auto lib = lef_reader.createTechAndLib(
149+
lef_reader.createTechAndLib(
150150
tech_name.c_str(), tech_name.c_str(), tech_file.c_str());
151-
tech = lib->getTech();
151+
tech = db_->findTech(tech_name.c_str());
152152
}
153153
}
154154
// Read LEF files

0 commit comments

Comments
 (0)