diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-05-17 12:05:28 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-05-17 12:05:28 -0700 |
commit | e04ded5640c3383294f5269228404e44651f39b6 (patch) | |
tree | 821d4849488897bbf310ae85a0b0424fc49043ea /src/base | |
parent | 760c1f60d2dc0f980053e666b53dfb7390f85823 (diff) | |
download | abc-e04ded5640c3383294f5269228404e44651f39b6.tar.gz abc-e04ded5640c3383294f5269228404e44651f39b6.tar.bz2 abc-e04ded5640c3383294f5269228404e44651f39b6.zip |
Undoing commit from Nov 12, 2012: Extending GIA to represent pintypes and pins.
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/abci/abcTim.c | 3 |
1 files changed, 3 insertions, 0 deletions
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************************************************************* |