summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-02-09 20:27:04 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2014-02-09 20:27:04 -0800
commit3e212582853b0abc567682c4c8b9e4ae9ab91de9 (patch)
treee7a31e47b74bfb83e6672f108dbb6284578c1c43 /src
parent05fbf4bd69b047460a41cf869aea78f051a0c5f8 (diff)
downloadabc-3e212582853b0abc567682c4c8b9e4ae9ab91de9.tar.gz
abc-3e212582853b0abc567682c4c8b9e4ae9ab91de9.tar.bz2
abc-3e212582853b0abc567682c4c8b9e4ae9ab91de9.zip
Commenting out warnings about combinational network during retiming.
Diffstat (limited to 'src')
-rw-r--r--src/base/abci/abc.c6
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;
}