From 3e212582853b0abc567682c4c8b9e4ae9ab91de9 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 9 Feb 2014 20:27:04 -0800 Subject: Commenting out warnings about combinational network during retiming. --- src/base/abci/abc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3