summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-03-16 15:43:08 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-03-16 15:43:08 -0700
commitc347f2b90b1164fe50b4bb061b3cd4e63bbfeda4 (patch)
treec7690a1facbdcb9d92297eaa93777a9513c31bc6 /src/map/if/if.h
parentaeedc6ace5c60834919f55515ad8ccfdd9ceaf0a (diff)
downloadabc-c347f2b90b1164fe50b4bb061b3cd4e63bbfeda4.tar.gz
abc-c347f2b90b1164fe50b4bb061b3cd4e63bbfeda4.tar.bz2
abc-c347f2b90b1164fe50b4bb061b3cd4e63bbfeda4.zip
Alternative way of computing delay in SOP balancing.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index aa851d9d..6dda12a7 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -486,6 +486,7 @@ extern void If_ManImproveMapping( If_Man_t * p );
extern int If_ManPerformMappingSeq( If_Man_t * p );
/*=== ifTime.c ============================================================*/
extern int If_CutDelaySopCost( If_Man_t * p, If_Cut_t * pCut );
+extern int If_CutDelaySopCost2( If_Man_t * p, If_Cut_t * pCut );
extern Vec_Wrd_t * If_CutDelaySopArray( If_Man_t * p, If_Cut_t * pCut );
extern float If_CutDelay( If_Man_t * p, If_Obj_t * pObj, If_Cut_t * pCut );
extern void If_CutPropagateRequired( If_Man_t * p, If_Obj_t * pObj, If_Cut_t * pCut, float Required );