mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 03:46:07 +02:00
Enabled detecting CEXes in multiple POs without stopping (sim3 -a).
This commit is contained in:
@@ -238,6 +238,8 @@ Abc_Cex_t* _cex_get_vec(int i)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if ( pCex == (Abc_Cex_t *)1 )
|
||||
return pCex;
|
||||
return Abc_CexDup( pCex, -1 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user