From 80d2eef712472a5e58dd40bc13a2e757a56a0c01 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 8 Apr 2014 19:22:41 -0700 Subject: Adding switch to control area/delay quality tradeoff in 'amap'. --- src/map/amap/amap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/amap/amap.h') 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 }; -- cgit v1.2.3