We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a69e9b commit 0f3a166Copy full SHA for 0f3a166
src/odb/src/db/dbChipConn.cpp
@@ -161,7 +161,7 @@ std::vector<dbChipInst*> dbChipConn::getBottomRegionPath() const
161
162
std::vector<dbId<_dbChipInst>> extractChipInstsPath(
163
dbChip* parent_chip,
164
- std::vector<dbChipInst*> chip_insts)
+ const std::vector<dbChipInst*>& chip_insts)
165
{
166
_dbDatabase* _db = (_dbDatabase*) parent_chip->getImpl()->getOwner();
167
utl::Logger* logger = _db->getLogger();
0 commit comments