Home
last modified time | relevance | path

Searched refs:max_out_cap (Results 1 – 4 of 4) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/scl/
H A DsclLibScl.c132 pPin->max_out_cap = 0; in Abc_SclReadLibraryGenlib()
331 pPin->max_out_cap = Vec_StrGetF(vOut, pPos); in Abc_SclReadLibrary()
575 Vec_StrPutF( vOut, pPin->max_out_cap ); in Abc_SclWriteLibrary()
779 fprintf( s, " max_capacitance : %f;\n", pPin->max_out_cap ); in Abc_SclWriteLibraryText()
H A DsclLibUtil.c695 … printf( "Cm =%5.0f ff ", SC_CellPin(pCell, pCell->n_inputs)->max_out_cap ); in Abc_SclPrintCells()
772 pPin->max_out_cap *= Load; in Abc_SclLibNormalize()
H A DsclLib.h185 float max_out_cap; // } (not used) member
H A DsclSize.c131 printf( "Cmax =%6.1f ff ", pCell ? SC_CellPin(pCell, pCell->n_inputs)->max_out_cap : 0.0 ); in Abc_SclTimeNodePrint()