mirror of https://github.com/YosysHQ/abc.git
Experiments with simulation.
This commit is contained in:
parent
3f7cfde14b
commit
c7c3aa3f2d
|
|
@ -213,7 +213,7 @@ void * Gia_ParWorkerThread( void * pArg )
|
||||||
unsigned Counter = 0;
|
unsigned Counter = 0;
|
||||||
while ( 1 )
|
while ( 1 )
|
||||||
{
|
{
|
||||||
while ( pThData->Status == 0 );
|
while ( pThData->Status == 0 )
|
||||||
printf( "" );
|
printf( "" );
|
||||||
assert( pThData->Status == 1 );
|
assert( pThData->Status == 1 );
|
||||||
if ( pThData->Id == -1 )
|
if ( pThData->Id == -1 )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue