mirror of https://github.com/YosysHQ/abc.git
Experiments with MUX decomposition.
This commit is contained in:
parent
96b9192c78
commit
4116e13b5e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Reference in New Issue