From f39369a415ab3fc7d23b8a4994f31be2e3ebefe6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 9 May 2014 19:01:22 +0700 Subject: Adding switch -C to 'amap' to control max number of cuts at a node. --- src/map/amap/amapCore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/amap/amapCore.c') diff --git a/src/map/amap/amapCore.c b/src/map/amap/amapCore.c index 5a84669c..b1c9242b 100644 --- a/src/map/amap/amapCore.c +++ b/src/map/amap/amapCore.c @@ -48,6 +48,7 @@ void Amap_ManSetDefaultParams( Amap_Par_t * p ) memset( p, 0, sizeof(Amap_Par_t) ); p->nIterFlow = 1; // iterations of area flow p->nIterArea = 4; // iteratoins of exact area + p->nCutsMax = 500; // the maximum number of cuts at a node p->fUseMuxes = 0; // enables the use of MUXes p->fUseXors = 1; // enables the use of XORs p->fFreeInvs = 0; // assume inverters are free (area = 0) -- cgit v1.2.3