Skip to content

Increase PLL min VCO from 400MHz to 750MHz for improved stability across operating conditions #869

New issue

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

Merged
merged 6 commits into from
Jun 20, 2022

Conversation

liamfraser
Copy link
Contributor

No description provided.

@liamfraser liamfraser requested a review from kilograham June 16, 2022 16:33
parser.add_argument("--low-vco", "-l", action="store_true", help="Use a lower VCO frequency when possible. This reduces power consumption, at the cost of increased jitter")
parser.add_argument("output", help="Output frequency in MHz.", type=float)
args = parser.parse_args()

assert((args.vco_min >= 750) and (args.vco_max <= 1600))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just occurred to me that we should probably also assert that (args.vco_min <= args.vco_max) 😉

@kilograham kilograham added this to the 1.3.2 milestone Jun 17, 2022
@liamfraser liamfraser requested a review from Wren6991 June 20, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants