Home
last modified time | relevance | path

Searched defs:liberty_cell (Results 1 – 3 of 3) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A Dautocluster.cpp60 LibertyCell* liberty_cell = network->libertyCell(inst); in calculateArea() local
65 LibertyCell* liberty_cell = network->libertyCell(macro); in calculateArea() local
95 LibertyCell* liberty_cell = network_->libertyCell(child); in computeMetrics() local
199 LibertyCell* liberty_cell = network_->libertyCell(child_inst); in getBufferNetUtil() local
331 LibertyCell* liberty_cell = network_->libertyCell(inst); in createCluster() local
362 LibertyCell* liberty_cell = network_->libertyCell(leaf_inst); in createCluster() local
389 LibertyCell* liberty_cell = network_->libertyCell(leaf_inst); in createClusterUtil() local
459 LibertyCell* liberty_cell = network_->libertyCell(inst); in calculateBufferNetConnection() local
746 LibertyCell* liberty_cell = network_->libertyCell(inst); in breakCluster() local
1041 LibertyCell* liberty_cell = network_->libertyCell(inst); in MLPartBufferNetUtil() local
/dports/cad/openroad/OpenROAD-2.0/src/sta/verilog/
H A DVerilogReader.cc528 LibertyCell *liberty_cell = nullptr; in makeModuleInst() local
585 VerilogReader::hasScalarNamedPortRefs(LibertyCell *liberty_cell, in hasScalarNamedPortRefs()
/dports/cad/openroad/OpenROAD-2.0/src/sta/tcl/
H A DStaTcl.i5527 LibertyCell *liberty_cell() { return cmdNetwork()->libertyCell(self); } in liberty_cell() function
5705 LibertyCell *liberty_cell() { return cmdLinkedNetwork()->libertyCell(self); } in liberty_cell() function