Skip to content
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

icepll enhancements #303

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

icepll enhancements #303

wants to merge 1 commit into from

Conversation

duskwuff
Copy link

@duskwuff duskwuff commented Oct 1, 2022

  1. support PHASE_AND_DELAY + SHIFTREG feedback, which uses a 4x VCO multiplier behind the scenes

  2. allow overriding clock constraints, just in case you like to live on the edge. my testing suggests that the 10 MHz F_pfd minimum is highly flexible, for example

- support PHASE_AND_DELAY + SHIFTREG feedback, which uses a 4x VCO
  multiplier behind the scenes

- allow overriding clock constraints, just in case you like to live on
  the edge
FEEDBACK_PHASE_AND_DELAY,
};

struct freq_constraint {
Copy link
Member

Choose a reason for hiding this comment

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

consider using a std::pair<double, double> rather than defining a custom struct for this,

@@ -25,6 +25,20 @@
#include <emscripten.h>
#endif

enum feedback_mode
Copy link
Member

Choose a reason for hiding this comment

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

This should probably be an enum struct so the enum values are properly scoped.

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.

None yet

2 participants