From 36585eff57d16171bb4a53fdc6348613d44eabe6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 9 Dec 2018 15:18:12 -0800 Subject: Experiments with retiming (adding new APIs). --- src/base/wlc/wlcReadVer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/wlc/wlcReadVer.c') diff --git a/src/base/wlc/wlcReadVer.c b/src/base/wlc/wlcReadVer.c index d8187bd4..e2b61c6f 100644 --- a/src/base/wlc/wlcReadVer.c +++ b/src/base/wlc/wlcReadVer.c @@ -1284,7 +1284,7 @@ startword: else if ( Wlc_PrsStrCmp( pStart, "ABC_DFFRSE" ) ) { int NameId[10] = {0}, fFound, fFlopIn, fFlopClk, fFlopRst, fFlopSet, fFlopEna, fFlopAsync, fFlopSre, fFlopInit, fFlopOut; - pStart += strlen("ABC_DFF"); + pStart += strlen("ABC_DFFRSE"); while ( 1 ) { pStart = Wlc_PrsFindSymbol( pStart, '.' ); @@ -1348,7 +1348,7 @@ startword: else if ( Wlc_PrsStrCmp( pStart, "ABC_DFF" ) ) { int NameId = -1, NameIdIn = -1, NameIdOut = -1, fFound, nBits = 1, fFlopIn, fFlopOut; - pStart += strlen("ABC_DFFRSE"); + pStart += strlen("ABC_DFF"); while ( 1 ) { pStart = Wlc_PrsFindSymbol( pStart, '.' ); -- cgit v1.2.3