Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dextprocess.cpp52 _top_right_x = 0; in extConductor()
78 parse->printDouble(fp, "\t", "top_right_x", _top_right_x, true); in printConductor()
105 else if (parser->setDoubleVal("top_right_x", 1, _top_right_x)) in readConductor()
604 _hiRight[0] = cond->_top_right_x; in extMasterConductor()
606 if (cond->_top_right_x - cond->_top_left_x > 0) { in extMasterConductor()
608 _hiRight[0] = cond->_top_right_x; in extMasterConductor()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A Dextprocess.h71 double _top_right_x; variable