mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-30 09:38:55 +02:00
Adding switch '-W' to fx to control the quality of extracted divisors.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user