Forum Discussion

HYl's avatar
HYl
Icon for New Contributor rankNew Contributor
5 years ago

change the frequency(uClk_usr uClk_usrDiv2)

I am working with Acceleration Stack Version 1.1 . How to change the frequency(uClk_usr uClk_usrDiv2) on the board? Does the uClk_userDiv2 have to be at half of uClk_user? I want uClk_usr to be 300M,and uClk_usrDiv2 to be 150M. what can i do ?

7 Replies

    • HYl's avatar
      HYl
      Icon for New Contributor rankNew Contributor
      Hi JohnT_Intel: I am working with DCP1.1 , not DCP1.2.
    • HYl's avatar
      HYl
      Icon for New Contributor rankNew Contributor
      Hi, I already have done the necessary work according to ug-afu-dev-v1-1. I finally get .gbs,but i find the real uClk_usrDiv2 period is not correct.I find uClk_usr is 300MHz,while uClk_usrDiv2 is 150M ,not 100MHz.
  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,

    For version 1.1, the uClk_usrDiv2 will always be half of uClk_usr frequency which is why you are observing 300Mhz and 150Mhz respectively. If you would like to set uClk_usrDiv2 to 100Mhz then I would recommend you to update your DCP version to 1.2.

    • HYl's avatar
      HYl
      Icon for New Contributor rankNew Contributor
      I am wondering why there is a frequency relationship limitation between uClk_usr and uClk_usrDiv2.Can i remove the limitation? Is there someting special?
  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,

    If you look at the document for v1.1, it is stated that "uClk_usrDiv2 (fixed at half frequency of uClk_usr)". So there is no way for you to changed it as it has been fixed on the design. So if you move to v1.2, you will have the flexibility as the feature as been enabled.