Experiments with MUX decomposition.

This commit is contained in:
Alan Mishchenko 2021-07-08 21:54:46 -07:00
parent 96b9192c78
commit 4116e13b5e
2 changed files with 1 additions and 2 deletions

View File

@ -5103,7 +5103,7 @@ SOURCE=.\src\aig\gia\giaResub2.c
# End Source File
# Begin Source File
SOURCE=.\src\aig\gia\giaResub3_new.c
SOURCE=.\src\aig\gia\giaResub3.c
# End Source File
# Begin Source File

View File

@ -211,7 +211,6 @@ Gia_Man_t * Gia_ManPerformMuxDec( Gia_Man_t * p )
Gia_ManHashAlloc( pNew );
for ( o = 0; o < Gia_ManCoNum(p); o++ )
{
Abc_TtReverseVars( pRes+o*nWords, nWords );
Vec_IntClear( vDatas );
for ( i = 0; i < nWords; i++ )
Vec_IntPush( vDatas, Kit_TruthToGia(pNew, (unsigned *)(pRes+o*nWords+i), 6, vMemory, vLeaves, 1) );