mirror of https://github.com/YosysHQ/abc.git
Adding switch '-W' to fx to control the quality of extracted divisors.
This commit is contained in:
parent
2bb95a97d0
commit
4a7ef41db2
|
|
@ -57,7 +57,7 @@ static int s_MemoryPeak;
|
|||
***********************************************************************/
|
||||
int Fxu_FastExtract( Fxu_Data_t * pData )
|
||||
{
|
||||
int fScrollLines = 1;
|
||||
int fScrollLines = 0;
|
||||
Fxu_Matrix * p;
|
||||
Fxu_Single * pSingle;
|
||||
Fxu_Double * pDouble;
|
||||
|
|
|
|||
Loading…
Reference in New Issue