mirror of https://github.com/YosysHQ/abc.git
Enabling user-specified output signature in &polyn (bug fix).
This commit is contained in:
parent
01d736cba4
commit
baab8c11f2
|
|
@ -98,7 +98,7 @@ Vec_Wec_t * Acec_ParseDistribute( Vec_Wec_t * vM1, Vec_Wec_t * vM2, Vec_Wec_t *
|
|||
Vec_IntPush(vLevel, Entry);
|
||||
Vec_IntForEachEntryStop( vLevel2, Entry, n, Vec_IntSize(vLevel2)-1 )
|
||||
Vec_IntPush(vLevel, Entry);
|
||||
Vec_IntPush(vLevel, Vec_IntEntryLast(vLevel1)+Vec_IntEntryLast(vLevel2));
|
||||
Vec_IntPush(vLevel, Vec_IntEntryLast(vLevel1)+Vec_IntEntryLast(vLevel2)-1);
|
||||
}
|
||||
Vec_WecForEachLevel( vAdd, vLevel1, k )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue