Altera_Forum
Honored Contributor
13 years agoQsys doesn't generate memory model
I have a hierarchical Qsys system containing a NIOSII, two DDR3 memory controllers and some video processing modules.
One of my subsystems is ddr3_system, which instantiates a DDR3 memory controller and the memory tester modules taken from the Qsys tutorial. In my top level Qsys system I have two instances of ddr3_system. Now, when I generate a testbench for ddr3_system, Qsys instantiates a DDR3 memory model (Altera DDR3 Memory Model for UniPHY), and connects it to the memory interface of the controller. But when I generate a testbench for my top level system, Qsys doesn't instantiate a DDR3 memory model - instead, it instantiates an "Altera Conduit BFM". Does anyone have a suggestion on how I can get Qsys to instantiate the memory model when I generate my top level system?