diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/aig/gia/giaIso.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaIso.c b/src/aig/gia/giaIso.c index 3b391529..088649ea 100644 --- a/src/aig/gia/giaIso.c +++ b/src/aig/gia/giaIso.c @@ -1275,7 +1275,7 @@ void Gia_IsoTest( Gia_Man_t * p, Abc_Cex_t * pCex, int fVerbose )      assert( Gia_ManRegNum(p) > 0 );      // generate random permutation of PIs      vPiPerm = Gia_IsoTestGenPerm( Gia_ManPiNum(p) ); -    printf( "Considering random permutation of the AIG:\n" ); +    printf( "Considering random permutation of the primary inputs of the AIG:\n" );      Vec_IntPrint( vPiPerm );      // create AIG with two primary outputs (original and permuted)      pPerm = Gia_ManDupPerm( p, vPiPerm );  | 
