From eb66ce9c3133f8149959c84a9ab71faa6249870d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 17 Feb 2014 12:19:42 -0800 Subject: Changes to LUT mappers. --- src/map/if/if.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/map/if/if.h') diff --git a/src/map/if/if.h b/src/map/if/if.h index 26d582db..3c844a8b 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -230,8 +230,6 @@ struct If_Man_t_ int nCutsCountAll; int nCutsUselessAll; int nCuts5, nCuts5a; -// Abc_Nam_t * pNamDsd; - int iNamVar; Dss_Man_t * pDsdMan; Vec_Mem_t * vTtMem; // truth table memory and hash table int nBestCutSmall[2]; @@ -256,7 +254,8 @@ struct If_Cut_t_ float Edge; // the edge flow float Power; // the power flow float Delay; // delay of the cut - int iCutFunc; // DSD ID of the cut + int iCutFunc; // TT ID of the cut + int iCutDsd; // DSD ID of the cut unsigned uSign; // cut signature unsigned Cost : 13; // the user's cost of the cut (related to IF_COST_MAX) unsigned fCompl : 1; // the complemented attribute -- cgit v1.2.3