Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDDR_afi_clk to PLL input ?
Hello, My scenario: I've a project with a DDR2 SDRAM controller, this controller gives me two clocks : .ddr2.afi_clk = 200 Mhz and .ddr2.afi_half_clk = 100 Mhz, I use th...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- [LIST] Do I need to use the afi clock when I use the SDRAM memory controller? [/LIST] Rafael C. --- Quote End --- I'm not 100% sure about this one, but as the AFI (Altera PHY Interface) is provided to make it easier to interface with external memory, I would say that yes, you do need to use it. I'm assuming that by bundling it all up Altera relieves you of having to define all the tricky timing settings. --- Quote Start --- [LIST] How do I use the afi clock on the Input of a PLL block to all clocks be synchronous ? [/LIST] Rafael C. --- Quote End --- I have found PLLs and clock control modules to be a real headache, as often you are only allowed to connect certain inputs with certain outputs. By the looks of it afi_half_clk is inverted - is it possible to export the non-inverted one? --- Quote Start --- [LIST] Can I use Avalon Memory clock corssing bridge with no synchronized clocks ? [/LIST] Rafael C. --- Quote End --- The clocks of clock crossing bridges do not need to be synchronised.