mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-04 08:33:58 +02:00
Incorrect assertion added by recent changes.
This commit is contained in:
@@ -992,7 +992,7 @@ Gia_Man_t * Gia_ManDupMarked( Gia_Man_t * p )
|
||||
{
|
||||
if ( pObj->fMark0 )
|
||||
{
|
||||
assert( Gia_ObjIsAnd(pObj) && !Gia_ObjIsBuf(pObj) );
|
||||
assert( !Gia_ObjIsBuf(pObj) );
|
||||
pObj->fMark0 = 0;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user