Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextBenchDB.cpp548 double pitch_print = 0.001 * (measure->_minWidth + measure->_minSpace); in writeBenchWires_DB_res() local
553 double x = -(measure->_topWidth * 0.5 + pitchUp_print + pitch_print); in writeBenchWires_DB_res()
589 x -= pitch_print; in writeBenchWires_DB_res()
623 x += pitch_print; in writeBenchWires_DB_res()
664 double pitch_print = 0.001 * (measure->_minWidth + measure->_minSpace); in writeBenchWires_DB() local
669 double x = -(measure->_topWidth * 0.5 + pitchUp_print + pitch_print); in writeBenchWires_DB()
685 x -= pitch_print; in writeBenchWires_DB()
742 x += pitch_print; in writeBenchWires_DB()
1018 double pitch_print = 0.001 * (measure->_minWidth + measure->_minSpace); in writeBenchWires_DB_diag() local
1023 double x = -(measure->_topWidth * 0.5 + pitchUp_print + pitch_print); in writeBenchWires_DB_diag()
H A DextRCmodel.cpp3143 double pitch_print = 0.001 * (measure->_minWidth + measure->_minSpace); in writeBenchWires() local
3148 double x = -(measure->_topWidth * 0.5 + pitchUp_print + pitch_print); in writeBenchWires()
3161 x -= pitch_print; in writeBenchWires()
3200 x += pitch_print; in writeBenchWires()