mirror of https://github.com/YosysHQ/abc.git
Adding names to GIA inputs/outputs. Changing polarity of invariant generated by PDR.
This commit is contained in:
parent
2e8543fca1
commit
617055f5a2
|
|
@ -378,7 +378,7 @@ void Pdr_ManDumpClauses( Pdr_Man_t * p, char * pFileName, int fProved )
|
|||
Vec_PtrForEachEntry( Pdr_Set_t *, vCubes, pCube, i )
|
||||
{
|
||||
Pdr_SetPrint( pFile, pCube, Aig_ManRegNum(p->pAig), vFlopCounts );
|
||||
fprintf( pFile, " 0\n" );
|
||||
fprintf( pFile, " 1\n" );
|
||||
}
|
||||
fprintf( pFile, ".e\n\n" );
|
||||
fclose( pFile );
|
||||
|
|
|
|||
Loading…
Reference in New Issue