Home
last modified time | relevance | path

Searched refs:frCollection (Results 1 – 7 of 7) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrLookupTbl.h71 const frCollection<rowClass>& rowsIn,
72 const frCollection<valClass>& valsIn,
142 frCollection<rowClass> rows;
143 frCollection<valClass> vals;
188 const frCollection<frCollection<valClass>>& valsIn) in fr2DLookupTbl()
207 frCollection<rowClass> getRows() { return rows; } in getRows()
208 frCollection<colClass> getCols() { return cols; } in getCols()
209 frCollection<frCollection<valClass>> getValues() { return vals; } in getValues()
259 frCollection<rowClass> rows;
260 frCollection<colClass> cols;
[all …]
H A DfrLayer.h160 frCollection<std::shared_ptr<frConstraint>> getConstraints() const in getConstraints()
162 frCollection<std::shared_ptr<frConstraint>> constraintsOut; in getConstraints()
226 frCollection<std::shared_ptr<frLef58CutSpacingTableConstraint>>
229 frCollection<std::shared_ptr<frLef58CutSpacingTableConstraint>> sol; in getLef58CutSpacingTableConstraints()
241 frCollection<std::shared_ptr<frLef58SpacingEndOfLineConstraint>>
244 frCollection<std::shared_ptr<frLef58SpacingEndOfLineConstraint>> sol; in getLef58SpacingEndOfLineConstraints()
577 frCollection<std::weak_ptr<frConstraint>> constraints;
578 frCollection<std::weak_ptr<frLef58CutSpacingTableConstraint>>
580 frCollection<std::weak_ptr<frLef58SpacingEndOfLineConstraint>>
H A DfrConstraint.h75 frCollection<std::shared_ptr<frLef58CutClass>> getCutClasses() const in getCutClasses()
77 frCollection<std::shared_ptr<frLef58CutClass>> sol; in getCutClasses()
1402 const frCollection<frSpacingTableTwRowType>& rowsIn, in frSpacingTableTwConstraint()
1403 const frCollection<frCollection<frCoord>>& spacingIn) in frSpacingTableTwConstraint()
1419 void setSpacingTable(const frCollection<frSpacingTableTwRowType>& rowsIn, in setSpacingTable()
1420 const frCollection<frCollection<frCoord>>& spacingIn) in setSpacingTable()
1436 frCollection<frSpacingTableTwRowType> rows;
1437 frCollection<frCollection<frCoord>> spacingTbl;
H A DfrTechObject.h287 frCollection<std::shared_ptr<frConstraint>> constraints;
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio.cpp991 frCollection<frCoord> rowVals, colVals; in setRoutingLayerProperties()
992 frCollection<frCollection<frCoord>> tblVals; in setRoutingLayerProperties()
1129 frCollection<frCoord> widthTbl; in setRoutingLayerProperties()
1130 frCollection<frCoord> extTbl; in setRoutingLayerProperties()
1339 frCollection<frCollection<std::pair<frCoord, frCoord>>> table; in setCutLayerProperties()
1587 frCollection<frCollection<frCoord>> tblVals(1, {minSpacing}); in addRoutingLayer()
1600 frCollection<frCoord> widthTbl; in addRoutingLayer()
1619 frCollection<frCollection<frUInt4>> _tblVals; in addRoutingLayer()
1624 frCollection<frCollection<frCoord>> tblVals; in addRoutingLayer()
1654 frCollection<frCollection<frUInt4>> _tblVals; in addRoutingLayer()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/
H A DfrBaseTypes.h56 using frCollection = std::vector<T>; variable
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/test/
H A Dfixture.cpp379 frCollection<frSpacingTableTwRowType> rows; in makeSpacingTableTwConstraint()