summaryrefslogtreecommitdiffstats
path: root/src/proof/dch/dchSim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/dch/dchSim.c')
-rw-r--r--src/proof/dch/dchSim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/dch/dchSim.c b/src/proof/dch/dchSim.c
index b2d24761..3e7c575b 100644
--- a/src/proof/dch/dchSim.c
+++ b/src/proof/dch/dchSim.c
@@ -211,7 +211,7 @@ void Dch_PerformRandomSimulation( Aig_Man_t * pAig, Vec_Ptr_t * vSims )
memset( pSim, 0xff, sizeof(unsigned) * nWords );
// assign primary input random sim info
- Aig_ManForEachPi( pAig, pObj, i )
+ Aig_ManForEachCi( pAig, pObj, i )
{
pSim = Dch_ObjSim( vSims, pObj );
for ( k = 0; k < nWords; k++ )