mirror of https://github.com/YosysHQ/abc.git
Remove structural choices after mapping.
This commit is contained in:
parent
59a7cc5c9c
commit
30c952ed22
|
|
@ -2674,6 +2674,9 @@ Gia_Man_t * Nf_ManPerformMapping( Gia_Man_t * p, Jf_Par_t * pPars )
|
|||
pNew = Nf_ManPerformMappingInt( p, pPars );
|
||||
Gia_ManTransferTiming( pNew, p );
|
||||
//Gia_ManCellMappingVerify( pNew );
|
||||
// remove choices after mapping
|
||||
ABC_FREE( pNew->pReprs );
|
||||
ABC_FREE( pNew->pNexts );
|
||||
}
|
||||
//pNew->MappedDelay = (int)((If_Par_t *)pp)->FinalDelay;
|
||||
//pNew->MappedArea = (int)((If_Par_t *)pp)->FinalArea;
|
||||
|
|
|
|||
Loading…
Reference in New Issue