grenader
Newbie level 3
- Joined
- Aug 26, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Location
- antalya
- Activity points
- 51
try to use ddr2 sdram on virtex_5 lx110t board. I generate the example design by using mig. Then i simulate the design with modelsim and it works. Then i wanted to see the signals on chipscope but first of all i had clock problem of trigger, as you know if there is a clock problem with trigger so it means something is problem with clock pins or clock generation. The first problem is, the ucf which is automatically generated mig and ml509_master_ucf file are not similar, here is an example,
mig36_1.ucf
NET "sys_clk_p" LOC = "H17" ; #Bank 3
NET "sys_clk_n" LOC = "H18" ; #Bank 3
ml509_master_ucf
NET SMA_DIFF_CLK_IN_N LOC="H15"; # Bank 3, Vcco=2.5V, No DCI
NET SMA_DIFF_CLK_IN_P LOC="H14"; # Bank 3, Vcco=2.5V, No DCI
so the ucf file which is generated automatically by mig is not relaible? It is nearly 1 month i am trying to run ddr2 but unfortunately i couldnt solve the problem. How can i achieve this problem? what do you prefer for me to generate the clocks and ucf file?
Kind Regards
mig36_1.ucf
NET "sys_clk_p" LOC = "H17" ; #Bank 3
NET "sys_clk_n" LOC = "H18" ; #Bank 3
ml509_master_ucf
NET SMA_DIFF_CLK_IN_N LOC="H15"; # Bank 3, Vcco=2.5V, No DCI
NET SMA_DIFF_CLK_IN_P LOC="H14"; # Bank 3, Vcco=2.5V, No DCI
so the ucf file which is generated automatically by mig is not relaible? It is nearly 1 month i am trying to run ddr2 but unfortunately i couldnt solve the problem. How can i achieve this problem? what do you prefer for me to generate the clocks and ucf file?
Kind Regards