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

Setting for user_clk #333

Open
ztachip opened this issue Apr 23, 2023 · 1 comment
Open

Setting for user_clk #333

ztachip opened this issue Apr 23, 2023 · 1 comment
Labels

Comments

@ztachip
Copy link

ztachip commented Apr 23, 2023

I assume that user_clk is the clock for the AXI interface.
Do I have a choice on this clock? Can I set user_clk to any clock value?
Thanks

@enjoy-digital
Copy link
Owner

Hi @ztachip,

user_clk is indeed the clock of the user interfaces. This is provided by the core and you have to use it for the user interfaces. It's possible to adjust this clk by setting sys_clk_freq but I would first recommend using a value closed to the one used in an example to start with and then do small change/test increments.

The variation range will be limited by:

  • The frequency range of the PLL used to generate this clk from the primary clk.
  • The frequency range of the DRAM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants