OpenCores

Scratch DDR SDRAM Controller

Issue List
DCM dont lock #6
Open bert.lange opened this issue about 14 years ago
bert.lange commented about 14 years ago

The DCM didn't lok in simulation beacuse the reset is fixed to '0'.

Add the following line in scratch_isim_tb.vhd will help:

rst <= '1', '0' after 5 * clk_period;

regards


Assignee
No one
Labels
Bug