svgb/build/tb_top.Makefile

14 lines
378 B
Plaintext
Raw Permalink Normal View History

TB = tb_top
2023-10-31 23:48:14 +01:00
SOURCES = gb.sv cpu.sv ppu.sv ppu_ioregs.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
2023-10-13 21:46:05 +02:00
DPI_SOURCES = vgasim.c
DPI_CFLAGS =
DPI_LIBS =
PATH_SRC = ../rtl:../rtl/cpu:../rtl/ppu:../sim:../dpi
DEFINES = SVA_ENABLE
include ../synthflow/vivado/Makefile.rules