WIP PPU LX/LY registers

Removed second reg16 read port - no longer needed.
This commit is contained in:
2023-10-03 20:44:28 +01:00
parent 118f6b41b8
commit 06746f71fb
3 changed files with 22 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
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
INCLUDES = cpu_pkg.svh sva_common.svh
PATH_SRC = ../rtl:../rtl/cpu:../sim
PATH_SRC = ../rtl:../rtl/cpu:../rtl/ppu:../sim
DEFINES = SVA_ENABLE