From 4774dc56fe5a7ef6a9ae154f57b3cb2a48c4ca97 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 7 Nov 2013 10:24:47 -0800 Subject: Fixing the wire-load approximation problem. --- src/map/scl/sclSize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/scl/sclSize.h') diff --git a/src/map/scl/sclSize.h b/src/map/scl/sclSize.h index 1087651e..e635b715 100644 --- a/src/map/scl/sclSize.h +++ b/src/map/scl/sclSize.h @@ -553,7 +553,7 @@ extern Abc_Ntk_t * Abc_SclBufPerform( Abc_Ntk_t * pNtk, int FanMin, int FanMax /*=== sclDnsize.c ===============================================================*/ extern void Abc_SclDnsizePerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, SC_SizePars * pPars ); /*=== sclLoad.c ===============================================================*/ -extern Vec_Flt_t * Abc_SclFindWireCaps( SC_WireLoad * pWL ); +extern Vec_Flt_t * Abc_SclFindWireCaps( SC_WireLoad * pWL, int nFanoutMax ); extern float Abc_SclFindWireLoad( Vec_Flt_t * vWireCaps, int nFans ); extern void Abc_SclAddWireLoad( SC_Man * p, Abc_Obj_t * pObj, int fSubtr ); extern void Abc_SclComputeLoad( SC_Man * p ); -- cgit v1.2.3