diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-09 00:24:56 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-09 00:24:56 -0700 |
commit | fba43b50655b41f3a12dc910a475e4e3568e4de7 (patch) | |
tree | 4bd24d355bfdaf8bcfce0396dc363b77e9b9bcb8 /src/map/if/ifTime.c | |
parent | 48db1c3a0469f831cf6229721edb801756bce67d (diff) | |
download | abc-fba43b50655b41f3a12dc910a475e4e3568e4de7.tar.gz abc-fba43b50655b41f3a12dc910a475e4e3568e4de7.tar.bz2 abc-fba43b50655b41f3a12dc910a475e4e3568e4de7.zip |
Improvements to the new technology mapper.
Diffstat (limited to 'src/map/if/ifTime.c')
-rw-r--r-- | src/map/if/ifTime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifTime.c b/src/map/if/ifTime.c index d42a874d..f0fd3046 100644 --- a/src/map/if/ifTime.c +++ b/src/map/if/ifTime.c @@ -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 ); |