mirror of https://github.com/YosysHQ/abc.git
Experiments with simulation.
This commit is contained in:
parent
2eec6c6c17
commit
550b769d39
|
|
@ -239,6 +239,7 @@ void Gia_ParTestSimulate2( Gia_Man_t * p, int nWords, int nProcs )
|
|||
assert( nCountFanins > 0 );
|
||||
nCountFanins--;
|
||||
}
|
||||
ThData[i].Id = -1;
|
||||
}
|
||||
if ( Vec_IntSize(vStack) > 0 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue