Starting work on PPU -> display -> VGA

This commit is contained in:
2023-10-13 20:46:05 +01:00
parent bfcdec1d83
commit 3c3dbd2175
10 changed files with 600 additions and 20 deletions

View File

@@ -1,7 +1,12 @@
TB = tb_top
SOURCES = gb.sv cpu.sv ppu.sv idec.sv ctrl.sv alu.sv alu16.sv regbank.sv rom.sv ram.sv cart.sv tb_top.sv clkgen.sv
SOURCES = gb.sv cpu.sv ppu.sv idec.sv ctrl.sv alu.sv alu16.sv regbank.sv rom.sv ram.sv cart.sv display.sv tb_top.sv vgasim.sv clkgen.sv
INCLUDES = cpu_pkg.svh sva_common.svh
PATH_SRC = ../rtl:../rtl/cpu:../rtl/ppu:../sim
DPI_SOURCES = vgasim.c
DPI_CFLAGS =
DPI_LIBS =
PATH_SRC = ../rtl:../rtl/cpu:../rtl/ppu:../sim:../dpi
DEFINES = SVA_ENABLE