Commenting out warnings about combinational network during retiming.

This commit is contained in:
Alan Mishchenko 2014-02-09 20:27:04 -08:00
parent 05fbf4bd69
commit 3e21258285
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}