Skip to content

Commit

Permalink
Updating the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed May 15, 2024
1 parent c906dfb commit 2c02ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sat/bmc/bmcMaj.c
Original file line number Diff line number Diff line change
Expand Up @@ -3722,8 +3722,6 @@ void Exa_ManExactSynthesis6( Bmc_EsPar_t * pPars, char * pFileName )
Abc_RData_t * p = Abc_ReadPla( pFileName );
Abc_RData_t * p2 = p ? Abc_RData2Rel( p ) : NULL;
if ( !p || !p2 ) return;
//Abc_WritePla(p, "_/_rel/test.pla", 0);
//Abc_WritePla(p2, "_/_rel/test2.pla", 1);
nDivs = 0;
nOuts = p->nOuts;
nVars = p->nIns;
Expand All @@ -3737,6 +3735,8 @@ void Exa_ManExactSynthesis6( Bmc_EsPar_t * pPars, char * pFileName )
for ( i = 0; i < p->nPats; i++ )
if ( Abc_RDataGetOut(p2, k, i) )
Abc_InfoSetBit((unsigned *)Vec_WrdEntryP(vSimsOut, i), k);
Abc_RDataStop( p );
Abc_RDataStop( p2 );
}
else
printf( "Unknown file extension in file \"%s\".\n", pFileName );
Expand Down

0 comments on commit 2c02ae8

Please sign in to comment.