mirror of https://github.com/YosysHQ/icestorm.git
Merge 2b57ea2194 into f31c39cc2e
This commit is contained in:
commit
fd04eb4452
|
|
@ -120,7 +120,7 @@ bool analyze(
|
|||
{
|
||||
double fout = f_vco * exp2(-divq);
|
||||
|
||||
if (fabs(fout - f_pllout) < fabs(*best_fout - f_pllout) || !found_something) {
|
||||
if (((fabs(fout - f_pllout) < fabs(*best_fout - f_pllout)) && (fout >= 16.0)) || !found_something) {
|
||||
*best_fout = fout;
|
||||
*best_divr = divr;
|
||||
*best_divf = divf;
|
||||
|
|
|
|||
Loading…
Reference in New Issue