You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microwatt/litedram/gen-src
Benjamin Herrenschmidt 6fe077910b litedram: Add simulation support
This adds a simulated litedram model along with the necessary
Makefile gunk to verilate it and wrap it for use by ghdl.

The core_dram_tb test bench is a variant of core_tb with
LiteDRAM simulated. It's not built by default, an explicit

make core_dram_tb

is necessary as to not require verilator to be installed for
the normal build process (also it's slow'ish).

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4 years ago
..
sdram_init litedram: Add simulation support 4 years ago
arty.yml litedram: Update to new LiteX/LiteDRAM version 4 years ago
dram-init-mem.vhdl litedram: Split the init memory from the main wrapper 4 years ago
generate.py litedram: Add simulation support 4 years ago
nexys-video.yml litedram: Update to new LiteX/LiteDRAM version 4 years ago
no-init-mem.vhdl litedram: Split the init memory from the main wrapper 4 years ago
sim.yml litedram: Add simulation support 4 years ago