Commit ccf3cadd by Alan Mishchenko

Bug fix in 'blockpo'.

parent a735d95a
......@@ -228,6 +228,7 @@ void Saig_ManBlockPo( Aig_Man_t * pAig, int nCycles )
}
// set the flops
Aig_ManSetRegNum( pAig, Aig_ManRegNum(pAig) + nCycles );
Aig_ManCleanup( pAig );
}
////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment