BrunoLevy / learn-fpga

Learning FPGA, yosys, nextpnr, and RISC-V
BSD 3-Clause "New" or "Revised" License
2.58k stars 246 forks source link

SDRAM #24

Open BrunoLevy opened 3 years ago

BrunoLevy commented 3 years ago

Develop a SDRAM controler 1) a small standalone project with a framebuffer and HDMI 2) map it in the address space of FemtoRV32 3) FemtoRV32 full access (code + data) Links: SDRAM notes: https://github.com/BrunoLevy/learn-fpga/blob/master/FemtoRV/TUTORIALS/SDRAM.md HDMI notes: https://github.com/BrunoLevy/learn-fpga/blob/master/FemtoRV/TUTORIALS/HDMI.md Small HDMI project: https://github.com/BrunoLevy/learn-fpga/tree/master/Basic/ULX3S_hdmi

Mecrisp commented 2 years ago

Done :-)