Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/pla/
H A DplaMan.c115 Pla_Man_t * p = Pla_ManAlloc( pName, nVars, 1, Vec_IntSize(vMints) ); in Pla_GenFromMinterms()
176 p = Pla_ManAlloc( Buffer, nInputs, nOutputs, nCubes ); in Pla_ManGenerate()
H A DplaRead.c203 p = Pla_ManAlloc( pFileName, nIns, nOuts, nCubes ); in Pla_ReadPla()
H A DplaSimple.c308 p = Pla_ManAlloc( Buffer, nVars, 1, Vec_WrdSize(vSop) ); in Pla_ManFxPrepare()
H A Dpla.h215 static inline Pla_Man_t * Pla_ManAlloc( char * pFileName, int nIns, int nOuts, int nCubes ) in Pla_ManAlloc() function