Improvements to the new technology mapper.

This commit is contained in:
Alan Mishchenko
2013-09-09 00:24:56 -07:00
parent 48db1c3a04
commit fba43b5065
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
static float s_ExtraDel[2][3] = { {1.0, 1.0, (float)0.1}, {1.0, 1.0, (float)0.1} };
//static float s_ExtraDel[2][3] = { {1.0, 1.0, (float)0.1}, {1.0, 1.0, (float)0.1} };
static void If_CutSortInputPins( If_Man_t * p, If_Cut_t * pCut, int * pPinPerm, float * pPinDelays );