svgb/build/tb_top.Makefile
Koray Yanik 06746f71fb WIP PPU LX/LY registers
Removed second reg16 read port - no longer needed.
2023-10-03 20:44:28 +01:00

9 lines
285 B
Makefile

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:../rtl/ppu:../sim
DEFINES = SVA_ENABLE
include ../synthflow/vivado/Makefile.rules