From c6af9094c092170b14d735097cdf805b90105287 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 20 May 2012 17:27:53 +0700 Subject: Changing 'if' to allow for delay optimization on sequential paths only. --- src/opt/nwk/nwkMap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/opt/nwk') diff --git a/src/opt/nwk/nwkMap.c b/src/opt/nwk/nwkMap.c index 599dc3ee..5f08e179 100644 --- a/src/opt/nwk/nwkMap.c +++ b/src/opt/nwk/nwkMap.c @@ -68,7 +68,8 @@ void Nwk_ManSetIfParsDefault( If_Par_t * pPars ) pPars->fVerbose = 0; // internal parameters pPars->fTruth = 0; - pPars->nLatches = 0; + pPars->nLatchesCi = 0; + pPars->nLatchesCo = 0; pPars->fLiftLeaves = 0; // pPars->pLutLib = Abc_FrameReadLibLut(); pPars->pLutLib = NULL; -- cgit v1.2.3