We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running ecppll twice with the same input returns different results
$ ecppll -i 60 -o 120 --highres -f first.v $ ecppll -i 60 -o 120 --highres -f second.v $ diff first.v second.v 32,33c32,33 < .CLKOS_CPHASE(-895312416), < .CLKOS_FPHASE(32676), --- > .CLKOS_CPHASE(-1799184928), > .CLKOS_FPHASE(32738),
Specifying three output frequencies has the same random behaviour
Dropping the --high-res flag makes the output stable
--high-res
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running ecppll twice with the same input returns different results
Specifying three output frequencies has the same random behaviour
Dropping the
--high-res
flag makes the output stableThe text was updated successfully, but these errors were encountered: