Schroeti
Occasional Contributor
5 years agoEMIF Cyclone 10 GX: emif_usr_clk frequency incorrect
Hi, i've instantiated the EMIF IP core to connect to a DDR3 SODIMM memory on a customer board. The EMIF is fed by a configurable clock generator. Some information:
- pll_ref_clk frequency: 100MH...
- 5 years ago
In the top.sdc you are setting pll reference clock as 50Mhz and this causes the incorrect emif_usr_clk frequency. Please remove the following constraint from sdc then you should see the correct clock frequency in the report. The pll reference clock frequency is defined in the IP sdc.
create_clock -name {clk_emif} -period 20.0 [get_ports {emif_clk_clk}]