YigalB1
New Contributor
10 months agoHow to instance SDRAM controller in DE10 Lite?
I am trying to fill the SDTAM chip on the DE10 Lite from Quartus, using a .mif file.
From what I read , the SDRAM is DDR4, yet in the IP catalog includes DDR2/DD3/LPDDR2 with UniPhy.
Which instance should be used for that?
I am not really sure why is that needed, since at this stage the FPGA is not part of the process, right?
The data that is written into the SDRAM is transferred from the host (Quartus) directly into the SDRAM chip.
Is that correct?
After this is done, the plan is to fill the DE10 Lite external SDRAM with content from Quartus command line.
- Clearly ease of use. Works without installing JTAG stack (at least Standalone-Programmer) on the client computer.
Altera/Intel RS232 UART IP uses AVMM interface which I don't need in basic HDL debug logic design. I have simple Rx and Tx code with fixed baudrate (921k) written from the scratch. There's no code I can send you as is, I'll check if I can extract something. There are however tons of UART code on the net.