From e04ded5640c3383294f5269228404e44651f39b6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 17 May 2013 12:05:28 -0700 Subject: Undoing commit from Nov 12, 2012: Extending GIA to represent pintypes and pins. --- src/base/abci/abcTim.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/base/abci/abcTim.c') diff --git a/src/base/abci/abcTim.c b/src/base/abci/abcTim.c index 504e6bc8..1f1b28f4 100644 --- a/src/base/abci/abcTim.c +++ b/src/base/abci/abcTim.c @@ -87,6 +87,8 @@ int Abc_NtkTestTimNodeStrash( Gia_Man_t * pGia, Abc_Obj_t * pNode ) } +#if 0 + /**Function************************************************************* Synopsis [Derives GIA manager using special pins to denote box boundaries.] @@ -174,6 +176,7 @@ void Abc_NtkTestPinGia( Abc_Ntk_t * pNtk, int fWhiteBoxOnly, int fVerbose ) Abc_NtkName(pNtk), pFileName ); } +#endif /**Function************************************************************* -- cgit v1.2.3