Home
last modified time | relevance | path

Searched refs:pFileSim (Results 1 – 2 of 2) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcDar.c3513 …* pNtk, int nFrames, int nWords, int TimeOut, int fNew, int fMiter, int fVerbose, char * pFileSim ) in Abc_NtkDarSeqSim() argument
3561 if ( pFileSim != NULL ) in Abc_NtkDarSeqSim()
3564 pSml = Fra_SmlSimulateCombGiven( pMan, pFileSim, fMiter, fVerbose ); in Abc_NtkDarSeqSim()
H A Dabc.c22382 char * pFileSim; in Abc_CommandSim() local
22384 … pNtk, int nFrames, int nWords, int TimeOut, int fNew, int fMiter, int fVerbose, char * pFileSim ); in Abc_CommandSim()
22393 pFileSim = NULL; in Abc_CommandSim()
22438 pFileSim = argv[globalUtilOptind]; in Abc_CommandSim()
22475 if ( pFileSim != NULL && Abc_NtkLatchNum(pNtk) ) in Abc_CommandSim()
22481 …Abc->Status = Abc_NtkDarSeqSim( pNtk, nFrames, nWords, TimeOut, fNew, fMiter, fVerbose, pFileSim ); in Abc_CommandSim()