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 5d21c9e commit 325655bCopy full SHA for 325655b
src/drt/src/pa/FlexPA.cpp
@@ -109,6 +109,8 @@ void FlexPA::addInst(frInst* inst)
109
unique_insts_.initUniqueInstPinAccess(unique_class);
110
initSkipInstTerm(unique_class);
111
genInstAccessPoints(inst);
112
+ unique_inst_patterns_[unique_class]
113
+ = std::vector<std::unique_ptr<FlexPinAccessPattern>>();
114
prepPatternInst(inst);
115
}
116
inst->setPinAccessIdx(unique_class->getPinAccessIdx());
0 commit comments