summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-02-15 00:26:59 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2016-02-15 00:26:59 -0800
commite663db663873534e7fa796fc22ffc6886cd1bc14 (patch)
tree69e97f1978156d771608b0d6a4ec1f261b784c8a /src
parentc8962e94e22dc68bce49ce4aa213600c2ae426e8 (diff)
downloadabc-e663db663873534e7fa796fc22ffc6886cd1bc14.tar.gz
abc-e663db663873534e7fa796fc22ffc6886cd1bc14.tar.bz2
abc-e663db663873534e7fa796fc22ffc6886cd1bc14.zip
Temporarily undoing one of the recent changes.
Diffstat (limited to 'src')
-rw-r--r--src/opt/ret/retIncrem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/ret/retIncrem.c b/src/opt/ret/retIncrem.c
index c322f61b..ea6fc9ab 100644
--- a/src/opt/ret/retIncrem.c
+++ b/src/opt/ret/retIncrem.c
@@ -169,8 +169,8 @@ int Abc_NtkRetimeFinalizeLatches( Abc_Ntk_t * pNtk, st__table * tLatches, int nI
// this is a new latch
pLatchIn = Abc_NtkCreateBi(pNtk);
pLatchOut = Abc_NtkCreateBo(pNtk);
- Abc_ObjAssignName( pLatchOut, Abc_ObjName(Abc_ObjFanin0(pLatch)), "_o2" );
- Abc_ObjAssignName( pLatchIn, Abc_ObjName(Abc_ObjFanin0(pLatch)), "_i2" );
+ Abc_ObjAssignName( pLatchOut, Abc_ObjName(pLatch), "_out" );
+ Abc_ObjAssignName( pLatchIn, Abc_ObjName(pLatch), "_in" );
}
else
{