summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-02-17 12:19:42 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2014-02-17 12:19:42 -0800
commiteb66ce9c3133f8149959c84a9ab71faa6249870d (patch)
tree28a8da402d4ee53458b45010b065e96a27888aed /src/map/if/if.h
parentadb3044f39fdfa261d828b8f3600dfbc0def2e4a (diff)
downloadabc-eb66ce9c3133f8149959c84a9ab71faa6249870d.tar.gz
abc-eb66ce9c3133f8149959c84a9ab71faa6249870d.tar.bz2
abc-eb66ce9c3133f8149959c84a9ab71faa6249870d.zip
Changes to LUT mappers.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h5
1 files changed, 2 insertions, 3 deletions
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