mirror of https://github.com/YosysHQ/abc.git
Bug fix in 'blockpo'.
This commit is contained in:
parent
a735d95a5b
commit
ccf3caddb8
|
|
@ -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 );
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue