summaryrefslogtreecommitdiffstats
path: root/src/aig/saig/saigIsoFast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/saig/saigIsoFast.c')
-rw-r--r--src/aig/saig/saigIsoFast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aig/saig/saigIsoFast.c b/src/aig/saig/saigIsoFast.c
index befbf934..a7cc942c 100644
--- a/src/aig/saig/saigIsoFast.c
+++ b/src/aig/saig/saigIsoFast.c
@@ -111,7 +111,7 @@ void Iso_StoStop( Iso_Sto_t * p )
void Iso_StoCollectInfo_rec( Aig_Man_t * p, Aig_Obj_t * pObj, int fCompl, Vec_Int_t * vVisited, Iso_Dat_t * pData, Vec_Ptr_t * vRoots )
{
Iso_Dat_t * pThis = pData + Aig_ObjId(pObj);
- assert( Aig_ObjIsPi(pObj) || Aig_ObjIsNode(pObj) );
+ assert( Aig_ObjIsCi(pObj) || Aig_ObjIsNode(pObj) );
if ( pThis->fVisit )
{
if ( fCompl )
@@ -183,7 +183,7 @@ Vec_Int_t * Iso_StoCollectInfo( Iso_Sto_t * p, Aig_Obj_t * pPo )
int i, Value, Entry, * pPerm;
// int clk = clock();
- assert( Aig_ObjIsPo(pPo) );
+ assert( Aig_ObjIsCo(pPo) );
// collect initial POs
Vec_IntClear( p->vVisited );