Starting work on a simple cartridge

In order to get through bootstrap process
This commit is contained in:
2023-10-02 21:56:19 +01:00
parent 5f98c7346f
commit 7cec002e1a
4 changed files with 80 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
TB = tb_top
SOURCES = gb.sv cpu.sv ppu.sv idec.sv ctrl.sv alu.sv alu16.sv regbank.sv rom.sv ram.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 tb_top.sv clkgen.sv
INCLUDES = cpu_pkg.svh sva_common.svh
PATH_SRC = ../rtl:../rtl/cpu:../sim