Skip to content

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,

#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.

2 participants