From da6838463fedf0821f542dcc3a4451bfe1ca3abd Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 27 Aug 2012 14:29:32 -0700 Subject: Added features 'map -M ' to control the use of large gates. --- src/map/mio/mio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/mio/mio.h') diff --git a/src/map/mio/mio.h b/src/map/mio/mio.h index 0aba261a..a7b3f669 100644 --- a/src/map/mio/mio.h +++ b/src/map/mio/mio.h @@ -149,7 +149,8 @@ extern void Mio_DeriveGateDelays( Mio_Gate_t * pGate, float ** ptPinDelays, int nPins, int nInputs, float tDelayZero, float * ptDelaysRes, float * ptPinDelayMax ); extern Mio_Gate_t * Mio_GateCreatePseudo( int nInputs ); -extern void Mio_LibraryShift( Mio_Library_t * pLib, double Shift ); +extern void Mio_LibraryShiftDelay( Mio_Library_t * pLib, double Shift ); +extern void Mio_LibraryShiftArea( Mio_Library_t * pLib, double Shift ); ABC_NAMESPACE_HEADER_END -- cgit v1.2.3