mirror of https://github.com/YosysHQ/abc.git
Bug fix in &b when reference counters are given.
This commit is contained in:
parent
87e1bc45a6
commit
0847ee732e
|
|
@ -48,6 +48,7 @@ Gia_Man_t * Gia_ManDupMuxes( Gia_Man_t * p )
|
|||
Gia_Obj_t * pObj, * pFan0, * pFan1, * pFanC;
|
||||
int i;
|
||||
assert( p->pMuxes == NULL );
|
||||
ABC_FREE( p->pRefs );
|
||||
Gia_ManCreateRefs( p );
|
||||
// start the new manager
|
||||
pNew = Gia_ManStart( 5000 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue