Home
last modified time | relevance | path

Searched refs:tech_via (Results 1 – 10 of 10) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defin/
H A DdefinNet.cpp508 dbTechVia* tech_via = _tech->findVia(via_name); in getRotatedVia() local
510 if (tech_via) { in getRotatedVia()
511 via = dbVia::create(_block, viaName.c_str(), tech_via, orient); in getRotatedVia()
564 dbTechVia* tech_via = _tech->findVia(via_name); in pathVia() local
566 if (tech_via != NULL) { in pathVia()
567 _wire_encoder.addTechVia(tech_via); in pathVia()
568 top = tech_via->getTopLayer(); in pathVia()
569 bot = tech_via->getBottomLayer(); in pathVia()
H A DdefinSNet.cpp420 dbTechVia* tech_via = _tech->findVia(via_name); in pathVia() local
422 if (tech_via != NULL) { in pathVia()
427 tech_via, in pathVia()
477 dbTechVia* tech_via = _tech->findVia(via_name); in pathViaArray() local
479 if (tech_via != NULL) { in pathViaArray()
487 tech_via, in pathViaArray()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/test/
H A Dtest_wire.cpp74 dbTechVia* tech_via = shape.getTechVia(); in print_shape() local
75 dbString vname = tech_via->getName(); in print_shape()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A Dtest_wire.cpp311 dbTechVia* tech_via = decoder.getTechVia(); in print_encoding() local
312 std::string vname = tech_via->getName(); in print_encoding()
H A DdbHierInstShapeItr.cpp471 dbTechVia* tech_via = box->getTechVia(); in getShape() local
473 if (tech_via) in getShape()
474 shape.setVia(tech_via, r); in getShape()
H A DdbVia.cpp464 dbTechVia* tech_via, in create() argument
475 via->_rotated_via_id = tech_via->getId(); in create()
478 dbSet<dbBox> boxes = tech_via->getBoxes(); in create()
H A Dtmg_conn.cpp356 dbTechVia* tech_via; in loadSWire() local
370 tech_via = sbox->getTechVia(); in loadSWire()
372 if (tech_via) { in loadSWire()
373 layer1 = tech_via->getTopLayer(); in loadSWire()
374 layer2 = tech_via->getBottomLayer(); in loadSWire()
375 shape.setVia(tech_via, rect); in loadSWire()
/dports/cad/openroad/OpenROAD-2.0/src/ant/src/
H A DAntennaChecker.cc406 dbTechVia* tech_via = tech_via_edge->via(); in get_via_area() local
407 dbSet<dbBox> tech_via_boxes = tech_via->getBoxes(); in get_via_area()
439 dbTechVia* tech_via = tech_via_edge->via(); in get_via_layer() local
440 dbSet<dbBox> tech_via_boxes = tech_via->getBoxes(); in get_via_layer()
466 dbTechVia* tech_via = tech_via_edge->via(); in get_via_name() local
467 return tech_via->getName(); in get_via_name()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio.cpp2848 odb::dbTechVia* tech_via = tech->findVia(viaName.c_str()); in updateDbConn() local
2849 if (tech_via != nullptr) { in updateDbConn()
2850 _wire_encoder.addTechVia(tech_via); in updateDbConn()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DnetRC.cpp88 dbTechVia* tech_via = shape.getTechVia(); in print_shape() local
89 std::string vname = tech_via->getName(); in print_shape()