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 058210c commit 8bbb2c9Copy full SHA for 8bbb2c9
src/gpl/src/nesterovPlace.cpp
@@ -1211,7 +1211,7 @@ void NesterovPlace::createCbkGCell(odb::dbInst* db_inst)
1211
auto gcell_index = nbc_->createCbkGCell(db_inst);
1212
// Always create gcell on top-level
1213
nbVec_[0]->createCbkGCell(db_inst, gcell_index);
1214
- // TODO: properly create new gcell in each region
+ // TODO: create new gcell in its proper region
1215
// for (auto& nesterov : nbVec_) {
1216
// nesterov->createCbkGCell(db_inst, gcell_index);
1217
// }
0 commit comments