mirror of https://github.com/YosysHQ/abc.git
Experiments with SPFD-based decomposition.
This commit is contained in:
parent
166fba3509
commit
19d6e1693a
|
|
@ -919,7 +919,9 @@ void Bdc_SpfdDecomposeTest()
|
|||
int i, j, k, n, Cost, CostBest = 100000;
|
||||
int clk = clock();
|
||||
|
||||
// return;
|
||||
return;
|
||||
|
||||
// printf( "%d\n", RAND_MAX );
|
||||
|
||||
vDivs = Bdc_SpfdDecomposeTest__( &vWeights );
|
||||
// vDivs = Bdc_SpfdReadFiles5( &vWeights );
|
||||
|
|
|
|||
Loading…
Reference in New Issue