Home
last modified time | relevance | path

Searched refs:condCnt (Results 1 – 2 of 2) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dextprocess.cpp1480 extProcess::extProcess(uint condCnt, uint dielCnt, Logger* logger) { in extProcess() argument
1482 _condTable = new Ath__array1D<extConductor*>(condCnt); in extProcess()
1487 _masterConductorTable = new Ath__array1D<extMasterConductor*>(condCnt); in extProcess()
1492 _varTable = new Ath__array1D<extVariation*>(condCnt); in extProcess()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A Dextprocess.h300 extProcess(uint condCnt, uint dielCnt, Logger* logger);