Commit 6e1df46c by Alan Mishchenko

Updates to delay optimization project.

parent d948f725
...@@ -1993,7 +1993,7 @@ Gia_Man_t * Sbd_ManDerive( Gia_Man_t * p, Vec_Int_t * vMirrors ) ...@@ -1993,7 +1993,7 @@ Gia_Man_t * Sbd_ManDerive( Gia_Man_t * p, Vec_Int_t * vMirrors )
***********************************************************************/ ***********************************************************************/
void Sbd_NtkPerformOne( Sbd_Man_t * p, int Pivot ) void Sbd_NtkPerformOne( Sbd_Man_t * p, int Pivot )
{ {
Sbd_Str_t Strs[SBD_DIV_MAX]; word Truth = 0; Sbd_Str_t Strs[SBD_DIV_MAX]; //word Truth = 0;
int RetValue, nStrs = 0; int RetValue, nStrs = 0;
if ( !p->pSto && Sbd_ManMergeCuts( p, Pivot ) ) if ( !p->pSto && Sbd_ManMergeCuts( p, Pivot ) )
return; return;
......
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