Forum Discussion
Altera_Forum
Honored Contributor
13 years agoConnecting DDR3 Controller to Chip Pins
I am trying to code a DDR3 controller and connect its mem* connections to chip pins. i.e. The DDR3 controller IP has input, output, and inout connections that would be connected (using Verilog ...
Altera_Forum
Honored Contributor
13 years agoYou should be able to hook them up directly, i.e. no buffer or anything in between. Regenerate your megafunction and have it generate an example design(it asks after you hit finish the megawizard and click generate). That will create a full project with the DDR3 core instantiated and hooked up to I/O(as well as a pattern generator that tests it). Just look at that example and see what's different.