Commit 11c5c810 by Alan Mishchenko

New AIG optimization package.

parent f66fd3f3
...@@ -147,8 +147,8 @@ word Dau_DsdToTruth( char * p ) ...@@ -147,8 +147,8 @@ word Dau_DsdToTruth( char * p )
void Dau_DsdTest2() void Dau_DsdTest2()
{ {
// char * p = Abc_UtilStrsav( "!(ab!(de[cf]))" ); // char * p = Abc_UtilStrsav( "!(ab!(de[cf]))" );
char * p = Abc_UtilStrsav( "!(a![d<ecf>]b)" ); // char * p = Abc_UtilStrsav( "!(a![d<ecf>]b)" );
word t = Dau_DsdToTruth( p ); // word t = Dau_DsdToTruth( p );
} }
...@@ -450,9 +450,9 @@ void Dau_DsdTestOne( word t, int i ) ...@@ -450,9 +450,9 @@ void Dau_DsdTestOne( word t, int i )
printf( "Verification failed. " ); printf( "Verification failed. " );
printf( "%8d : ", i ); printf( "%8d : ", i );
printf( "%30s ", p ); printf( "%30s ", p );
Kit_DsdPrintFromTruth( (unsigned *)&t, 6 ); // Kit_DsdPrintFromTruth( (unsigned *)&t, 6 );
printf( " " ); // printf( " " );
Kit_DsdPrintFromTruth( (unsigned *)&t2, 6 ); // Kit_DsdPrintFromTruth( (unsigned *)&t2, 6 );
printf( "\n" ); printf( "\n" );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment