You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: