From a4f80c1d36ee2ea986ac3fd637aa91f97537cdb6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 13 Oct 2013 21:05:35 -0700 Subject: Cleaning up buffering code. --- src/map/scl/sclUpsize.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map/scl/sclUpsize.c') diff --git a/src/map/scl/sclUpsize.c b/src/map/scl/sclUpsize.c index 58c5142c..fbcaff83 100644 --- a/src/map/scl/sclUpsize.c +++ b/src/map/scl/sclUpsize.c @@ -291,8 +291,6 @@ int Abc_SclFindBestCell( SC_Man * p, Abc_Obj_t * pObj, Vec_Int_t * vRecalcs, Vec continue; if ( k > Notches ) break; -// if ( p->vInDrive && !Abc_SclInputDriveOk( p, pObj, pCellNew ) ) -// continue; // set new cell Abc_SclObjSetCell( pObj, pCellNew ); Abc_SclUpdateLoad( p, pObj, pCellOld, pCellNew ); -- cgit v1.2.3