Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCyclone V clock output pins
On the Cyclone V C3 device there are pins called FPLL_BL_CLKOUT0 and FPLL_BL_CLKOUT1 and similar pins on the other side FPLL_BR_CLKOUT0 and FPLL_BR_CLKOUT1. The implication is that they are specialis...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- I have a similar question to this. I'm designing a DDR3 interface in a Cyclone V 5CEBA5 F484 device. I'm using bank 4A as the interface because it has 48 pins of which I'm using 40. There are no PLL clock out pins in this bank so I've allocated 2 CLKIN pins, CLK2p and CLK2n for my DDR_CLK and DDR_CLK_N outputs. The fitter hasn't 'complained' so my question is are these clock outputs being treated as ordinary I/O whose delay will change each time it's run through Quartus? Thanks, Clive --- Quote End --- Think I've found an answer. The External Memory Interface Handbook Vol 2 states in section 1.1.2 "you should generate the CK and CK# signals using the DDR registers in the IOE to match with the DQS signal ". I'm using the DDR3 SDRAM Controller with UniPHY MegaCore so presumably this will do it all for me :)? Could someone please confirm this for me?