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 83702ed commit 893c392Copy full SHA for 893c392
src/cts/include/cts/TritonCTS.h
@@ -189,7 +189,7 @@ class TritonCTS
189
odb::dbInst* inst,
190
odb::dbMTerm* mterm);
191
int writeDummyLoadsToDb(Clock& clockNet,
192
- std::unordered_set<odb::dbInst*>& dummies);
+ std::unordered_set<odb::dbInst*>& dummies);
193
bool computeIdealOutputCaps(Clock& clockNet);
194
void findCandidateDummyCells(std::vector<sta::LibertyCell*>& dummyCandidates);
195
odb::dbInst* insertDummyCell(
0 commit comments