Altera_Forum
Honored Contributor
8 years agoIs "phase shift" or "delay" a constant whatever the frequency is?
Hello,
I'm working on a DE0-Nano and I'm trying to control the SDRAM chip located one DE0 board. After reading a few tutorial, it seems DRAM_CLK signal needs to lead by 3 ns other SDRAM signals. It is said that "the clock skew depends on physical characteristics of the DE0-Nano board" and that "it is necessary that its clock signal, DRAM_CLK, leads the Nios II system clock, CLOCK_50, by 3 nanoseconds". (source -> ftp://ftp.altera.com/up/pub/altera_material/11.0/tutorials/vhdl/de0-nano/using_the_sdram.pdf, chapter 7 - p11) My question is: Is that delay a constant whatever clock frequency is? Othewrwise, I guess the phase shift needs to be kept as a constant. So in the control of my PLL should I specify: -> phase shift = -54 deg (then delay = 3ns@50MHz, 1.5ns@100MHz, 1.05ns@143MHz) OR -> clock delay = 3 ns (then phase shift = -54deg@50MHz, -108deg@100MHz, -154.4deg@143MHz) ? If anyone also know the physical reasons, I would be please to hear it. Thanks for you help, Jean