Searched refs:sboxId (Results 1 – 2 of 2) sorted by relevance
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/ |
H A D | dbUtil.h | 181 uint sboxId); 187 uint sboxId);
|
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/ |
H A D | dbSearch.cpp | 1201 uint sboxId = netId; in addViaCoordsFromWire() local 1204 = (dbBox*) dbSBox::getSBox(_block, sboxId); // netId is box id in addViaCoordsFromWire() 1208 cnt = addViaBoxes(viaBox, menuId, subMenuId, sboxId, 0); in addViaCoordsFromWire() 1381 uint sboxId = netId; in getPowerWireVias() local 1382 dbSBox* s = (dbSBox*) dbSBox::getSBox(_block, sboxId); // netId is box id in getPowerWireVias() 1901 uint sboxId = s->getId(); in getNetSBoxes() local 1910 = (dbBox*) dbSBox::getSBox(_block, sboxId); // netId is box id in getNetSBoxes() 1914 cnt += addViaBoxes(viaBox, _powerMenuId, _power_wire_id, sboxId, 0); in getNetSBoxes() 1919 cnt += _dcr->addBox(sboxId, in getNetSBoxes()
|