|
abc-master
|
#include <sim.h>
Data Fields | |
| Abc_Ntk_t * | pNtk |
| int | nInputs |
| int | nOutputs |
| int | fLightweight |
| int | nSimBits |
| int | nSimWords |
| Vec_Ptr_t * | vSim0 |
| Vec_Ptr_t * | vSim1 |
| int | nSuppBits |
| int | nSuppWords |
| Vec_Ptr_t * | vSuppStr |
| Vec_Ptr_t * | vSuppFun |
| Vec_Vec_t * | vSuppTargs |
| int | iInput |
| Extra_MmFixed_t * | pMmPat |
| Vec_Ptr_t * | vFifo |
| Vec_Int_t * | vDiffs |
| int | nSatRuns |
| int | nSatRunsSat |
| int | nSatRunsUnsat |
| abctime | timeSim |
| abctime | timeTrav |
| abctime | timeFraig |
| abctime | timeSat |
| abctime | timeTotal |
| Extra_MmFixed_t* Sim_Man_t_::pMmPat |