mirror of https://github.com/YosysHQ/abc.git
Improvements to handling boxes and flops.
This commit is contained in:
parent
dca14d5678
commit
dd3e5a90de
|
|
@ -433,7 +433,7 @@ void Gia_ManPrintStats( Gia_Man_t * p, Gps_Par_t * pPars )
|
|||
if ( Gia_ManHasChoices(p) )
|
||||
Abc_Print( 1, " ch =%5d", Gia_ManChoiceNum(p) );
|
||||
if ( p->pManTime )
|
||||
Abc_Print( 1, " box = %d", Tim_ManBoxNum((Tim_Man_t *)p->pManTime) );
|
||||
Abc_Print( 1, " box = %d", Gia_ManBoxNum(p) - Gia_ManRegBoxNum(p) );
|
||||
if ( pPars && pPars->fMuxXor )
|
||||
printf( "\nXOR/MUX " ), Gia_ManPrintMuxStats( p );
|
||||
if ( pPars && pPars->fSwitch )
|
||||
|
|
|
|||
Loading…
Reference in New Issue