mirror of https://github.com/YosysHQ/abc.git
Another bug fix.
This commit is contained in:
parent
9596162b4a
commit
c8eac7595d
|
|
@ -36170,7 +36170,7 @@ int Abc_CommandAbc9Dfs( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
return 1;
|
||||
}
|
||||
if ( fChoices )
|
||||
pTemp = Gia_ManDupChoices( pAbc->pGia );
|
||||
pTemp = pAbc->pGia->pSibls ? Gia_ManDupChoices(pAbc->pGia) : Gia_ManDup(pAbc->pGia);
|
||||
else if ( fLeveled )
|
||||
pTemp = Gia_ManDupLevelized( pAbc->pGia );
|
||||
else if ( fNormal )
|
||||
|
|
|
|||
Loading…
Reference in New Issue