mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 02:08:10 +02:00
%pdra: added an option -t for disabling trace reuse
This commit is contained in:
@@ -261,6 +261,9 @@ int IPdr_ManRebuildClauses( Pdr_Man_t * p, Vec_Vec_t * vClauses )
|
||||
int RetValue = -1;
|
||||
int nCubes = 0;
|
||||
|
||||
if ( vClauses == NULL )
|
||||
return RetValue;
|
||||
|
||||
assert( Vec_VecSize(vClauses) >= 2 );
|
||||
assert( Vec_VecSize(p->vClauses) == 0 );
|
||||
Vec_VecExpand( p->vClauses, 1 );
|
||||
|
||||
Reference in New Issue
Block a user