mirror of https://github.com/YosysHQ/abc.git
Updates to delay optimization project.
This commit is contained in:
parent
d948f7259a
commit
6e1df46cd3
|
|
@ -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 )
|
||||
{
|
||||
Sbd_Str_t Strs[SBD_DIV_MAX]; word Truth = 0;
|
||||
Sbd_Str_t Strs[SBD_DIV_MAX]; //word Truth = 0;
|
||||
int RetValue, nStrs = 0;
|
||||
if ( !p->pSto && Sbd_ManMergeCuts( p, Pivot ) )
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue