From e37ec2aac577264d4cec9dbe39149ed523cf6958 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 24 Apr 2016 20:49:05 +0300 Subject: Improved algo for edge computation. --- src/base/abci/abc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 5f1e4cd6..2cd9c0b9 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -34931,11 +34931,6 @@ int Abc_CommandAbc9Edge( Abc_Frame_t * pAbc, int argc, char ** argv ) } if ( !fUseOld ) { - if ( pAbc->pGia->pManTime != NULL && Tim_ManBoxNum((Tim_Man_t*)pAbc->pGia->pManTime) ) - { - printf( "Currently this version of the algorithm does not work for designs with boxes.\n" ); - return 0; - } //Edg_ManAssignEdgeNew( pAbc->pGia, nEdges, fVerbose ); Seg_ManComputeDelay( pAbc->pGia, DelayMax, nEdges==2, fVerbose ); return 0; -- cgit v1.2.3