mirror of https://github.com/YosysHQ/abc.git
&if -w to transfer timing
This commit is contained in:
parent
f8d093b695
commit
0b4ebeb19f
|
|
@ -2362,9 +2362,11 @@ Gia_Man_t * Gia_ManPerformMappingInt( Gia_Man_t * p, If_Par_t * pPars )
|
||||||
// print delay trace
|
// print delay trace
|
||||||
if ( pPars->fVerboseTrace )
|
if ( pPars->fVerboseTrace )
|
||||||
{
|
{
|
||||||
|
Gia_ManTransferTiming( pNew, p );
|
||||||
pNew->pLutLib = pPars->pLutLib;
|
pNew->pLutLib = pPars->pLutLib;
|
||||||
Gia_ManDelayTraceLutPrint( pNew, 1 );
|
Gia_ManDelayTraceLutPrint( pNew, pPars->fVerbose );
|
||||||
pNew->pLutLib = NULL;
|
pNew->pLutLib = NULL;
|
||||||
|
Gia_ManTransferTiming( p, pNew );
|
||||||
}
|
}
|
||||||
return pNew;
|
return pNew;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue