Commit 6fdfefaa by Alan Mishchenko

Improvements to the retiming algorithm.

parent f070d350
...@@ -98,7 +98,7 @@ void Wln_RetPrint( Wln_Ret_t * p, int fVerbose ) ...@@ -98,7 +98,7 @@ void Wln_RetPrint( Wln_Ret_t * p, int fVerbose )
printf( "Total number of objects = %d. Objects with non-trivial delay = %d.\n", Wln_NtkObjNum(p->pNtk), nCount ); printf( "Total number of objects = %d. Objects with non-trivial delay = %d.\n", Wln_NtkObjNum(p->pNtk), nCount );
if ( !fVerbose ) if ( !fVerbose )
{ {
int nCount = 0, nPrints = 0, nLimit = 5; int nPrints = 0, nLimit = 5;
printf( "The following %d objects have non-trivial delays:\n", nLimit ); printf( "The following %d objects have non-trivial delays:\n", nLimit );
Wln_NtkForEachObj( p->pNtk, iObj ) Wln_NtkForEachObj( p->pNtk, iObj )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment