Forum Discussion

DM38's avatar
DM38
Icon for New Contributor rankNew Contributor
1 year ago
Solved

Arria 10 EMIF Simulation - Memory Clock Frequency

Hello, I am attempting to simulate the Arria 10 EMIF with a DDR4 memory model but am running into some issues. I cannot get the EMIF to generate the expected DDR4 clock frequencies. For example...
  • AdzimZM_Altera's avatar
    1 year ago

    Hello,


    The configuration for the related clock is set in the IP file.

    You need to change certain value to get the desired clock.

    You can look into file path "emif_0_example_design\sim\ed_sim\altera_emif_211\sim\ed_sim_altera_emif_211_*".

    And then go to line 1451-1455, where are the value:

    • PLL_SIM_VCO_FREQ_PS (944)
    • PLL_SIM_PHYCLK_0_FREQ_PS (1888)
    • PLL_SIM_PHYCLK_1_FREQ_PS (3776)
    • PLL_SIM_PHYCLK_FB_FREQ_PS (3776)
    • PLL_SIM_PHY_CLK_VCO_PHASE_PS (118)


    Change the value to :

    • PLL_SIM_VCO_FREQ_PS (938)
    • PLL_SIM_PHYCLK_0_FREQ_PS (1876)
    • PLL_SIM_PHYCLK_1_FREQ_PS (3752)
    • PLL_SIM_PHYCLK_FB_FREQ_PS (3752)
    • PLL_SIM_PHY_CLK_VCO_PHASE_PS (117)



    Regards,

    Adzim