User Profile
User Widgets
Contributions
Re: Initialize EMIF example memory model
Hi Adzim, Thanks for your reply. When you generate an EMIF example for the purpose of simulation, it will generate a memory model to work with. I am referring to this memory model, and I want to know if there is any way to initialize this memory. Please take a look at this: https://www.intel.com/content/www/us/en/docs/programmable/683842/21-1-19-2-0/simulation-example-design.html Thanks, Mahdi1.4KViews0likes0CommentsUnderstanding address map in EMIF
Hi, I am trying to read/write from/to an external memory model during the simulation using EMIF. I have some questions regarding the address map in EMIF. Based on this configuration, what should be the address width? I guess it should be 29 bits, right? But, why the amm_address is 26 bits here? Also, I can't understand why mem_a is 17 bits. The other problem is that I don't know how to generate certain addresses if I want to read or write from/to memory. What is the meaning of each bit of this 26-bit amm_address? Here is the Controller configuration: Thank, -- MahdiSolved1.6KViews0likes5CommentsSimulating the behavior of external memory
Hi, I am wondering if there are any ways to simulate the behavior of external memory (DRAM with DDR4 protocol) on Intel Stratix 10 FPGA. I know that I can simulate the EMIF itself, and I have already connected the EMIF to my design. But I do not know how to simulate the DRAM as well without connecting the design to the actual FPGA board. Thanks, - MahdiSolved689Views0likes2Commentsconnecting Stratix 10 External Memory Interface (EMIF) to multiple AV-MM
Hello, I have a design with two AV-MM read ports and one write port, including read_data_valid and write_data_valid, and separate watirequest for each port. All these three ports are master ports, which should be connected to slave ports. I am wondering how I can instantiate an EMIF that can support this kind of design and have an arbiter to which I can connect all these three ports to it. I want to use the DDR4 protocol for my design. I could not find anything useful in the UG of EMIF, and it is not clear in Platform Designer whether I can have this kind of interface or not. I will be glad if somebody can help me with this issue. Thanks, -- MahdiSolved1.3KViews0likes5Comments