New AIG optimization package.

This commit is contained in:
Alan Mishchenko 2012-10-06 15:12:39 -07:00
parent ad8a3f5159
commit 4637097491
3 changed files with 4 additions and 3 deletions

View File

@ -1632,6 +1632,7 @@ ddSymmSiftingBackward(
Move *move;
int res = -1;
size = size;
for (move = moves; move != NULL; move = move->next) {
if (move->size < size) {
size = move->size;

View File

@ -412,7 +412,7 @@ void Dau_DsdTestOne( word t, int i )
// t = t & 0xFFFFFFFF;
// t |= (t << 32);
p = Dau_DsdPerform( t );
return;
// return;
t2 = Dau_DsdToTruth( p );
if ( t != t2 )

View File

@ -1,3 +1,3 @@
SRC += src/opt/dau/dau.c \
src/opt/dau/daCore.c \
src/opt/dau/daDsd.c
src/opt/dau/dauCore.c \
src/opt/dau/dauDsd.c