diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2015-06-22 23:04:53 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2015-06-22 23:04:53 -0700 |
commit | 0398ced8243806439b814f21ca7d6e584cea13a1 (patch) | |
tree | 8812787fdd028d6fa04b1206c628a1b0c4743417 /src/map/amap | |
parent | 70697f868a263930e971c062e5b46e64fbb1ee18 (diff) | |
download | abc-0398ced8243806439b814f21ca7d6e584cea13a1.tar.gz abc-0398ced8243806439b814f21ca7d6e584cea13a1.tar.bz2 abc-0398ced8243806439b814f21ca7d6e584cea13a1.zip |
Version abc90714
committer: Baruch Sterin <baruchs@gmail.com>
Diffstat (limited to 'src/map/amap')
-rw-r--r-- | src/map/amap/amapRule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/amap/amapRule.c b/src/map/amap/amapRule.c index 212f7631..27de49ee 100644 --- a/src/map/amap/amapRule.c +++ b/src/map/amap/amapRule.c @@ -296,7 +296,7 @@ Kit_DsdPrint( stdout, pNtk ); { assert( iNod > 1 ); pNod = Amap_LibNod( pLib, Amap_Lit2Var(iNod) ); - assert( pNod->Type == AMAP_OBJ_MUX || pNod->nSuppSize == pGate->nPins ); +// assert( pNod->Type == AMAP_OBJ_MUX || pNod->nSuppSize == pGate->nPins ); pSet = (Amap_Set_t *)Aig_MmFlexEntryFetch( pLib->pMemSet, sizeof(Amap_Set_t) ); memset( pSet, 0, sizeof(Amap_Set_t) ); pSet->iGate = pGate->Id; |