mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 19:17:35 +02:00
Debugging 64-bit bug in new semi-canonical form..
This commit is contained in:
@@ -557,6 +557,7 @@ inline int minimalSwapAndFlipIVar_superFast_all(word* pInOut, int nVars, int nWo
|
||||
int i;
|
||||
word pDuplicate[1024];
|
||||
int bitInfoTemp = pStore[0];
|
||||
printf("visit\n" );
|
||||
memcpy(pDuplicate,pInOut,nWords*sizeof(word));
|
||||
for(i=0;i<5;i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user