summaryrefslogtreecommitdiffstats
path: root/src/map/amap/amap.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-04-08 19:22:41 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-04-08 19:22:41 -0700
commit80d2eef712472a5e58dd40bc13a2e757a56a0c01 (patch)
tree59f4fade1395267ad0a64d3d216b5d06cbc35a4e /src/map/amap/amap.h
parent22ada3b2b7667c376404b4c870307dd9717563b2 (diff)
downloadabc-80d2eef712472a5e58dd40bc13a2e757a56a0c01.tar.gz
abc-80d2eef712472a5e58dd40bc13a2e757a56a0c01.tar.bz2
abc-80d2eef712472a5e58dd40bc13a2e757a56a0c01.zip
Adding switch to control area/delay quality tradeoff in 'amap'.
Diffstat (limited to 'src/map/amap/amap.h')
-rw-r--r--src/map/amap/amap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/amap/amap.h b/src/map/amap/amap.h
index 03e9ce44..c897331c 100644
--- a/src/map/amap/amap.h
+++ b/src/map/amap/amap.h
@@ -50,6 +50,7 @@ struct Amap_Par_t_
int fUseXors; // enables the use of XORs
int fFreeInvs; // assume inverters are free (area = 0)
float fEpsilon; // used to compare floating point numbers
+ float fADratio; // ratio of area/delay improvement
int fVerbose; // verbosity flag
};