diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/base/abci/abc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index c98e4858..4d560e93 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -16770,7 +16770,7 @@ int Abc_CommandRetime( Abc_Frame_t * pAbc, int argc, char ** argv ) if ( !Abc_NtkLatchNum(pNtk) ) { - Abc_Print( -1, "The network has no latches. Retiming is not performed.\n" ); +// Abc_Print( -1, "The network has no latches. Retiming is not performed.\n" ); return 0; } @@ -16933,7 +16933,7 @@ int Abc_CommandDRetime( Abc_Frame_t * pAbc, int argc, char ** argv ) if ( !Abc_NtkLatchNum(pNtk) ) { - Abc_Print( -1, "The network has no latches. Retiming is not performed.\n" ); +// Abc_Print( -1, "The network has no latches. Retiming is not performed.\n" ); return 0; } @@ -17096,7 +17096,7 @@ int Abc_CommandFlowRetime( Abc_Frame_t * pAbc, int argc, char ** argv ) if ( !Abc_NtkLatchNum(pNtk) ) { - Abc_Print( -1, "The network has no latches. Retiming is not performed.\n" ); +// Abc_Print( -1, "The network has no latches. Retiming is not performed.\n" ); return 0; } |