Home
last modified time | relevance | path

Searched refs:_geoThickTable (Results 1 – 5 of 5) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DnetRC.cpp1514 _geoThickTable = new extGeoThickTable* [lefLayerCnt + 1]; in readCmpFile()
1516 _geoThickTable[ii] = NULL; in readCmpFile()
1571 _geoThickTable[level] = in readCmpFile()
1601 _geoThickTable[lCnt] in readCmpFile()
2550 if (_usingMetalPlanes && (_geoThickTable == NULL)) { in makeBlockRCsegs()
2699 if (_usingMetalPlanes && (_geoThickTable == NULL)) { in makeBlockRCsegs()
H A Dextmeasure.cpp3480 if (_extMain->_usingMetalPlanes && (_extMain->_geoThickTable == NULL)) { in underFlowStep()
3677 if (_extMain->_geoThickTable != NULL) { in underFlowStep()
3680 if ((_extMain->_geoThickTable[_met] != NULL) && in underFlowStep()
3681 !_extMain->_geoThickTable[_met] in underFlowStep()
3814 if (_extMain->_usingMetalPlanes && (_extMain->_geoThickTable == NULL)) { in underFlowStep()
H A DextFlow.cpp737 if (_geoThickTable == NULL) in addMultipleRectsOnSearch()
741 extGeoThickTable* thickTable = _geoThickTable[level]; in addMultipleRectsOnSearch()
817 if (_geoThickTable != NULL) { in addNetSBoxes()
1008 if (_geoThickTable != NULL) { in addNetShapesOnSearch()
H A Dextmain.cpp474 _geoThickTable = NULL;
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A DextRCap.h1825 extGeoThickTable** _geoThickTable; variable