svgb/build/tb_top.Makefile

8 lines
256 B
Plaintext
Raw Normal View History

TB = tb_top
2022-02-09 00:53:02 +01:00
SOURCES = gb.sv cpu.sv alu.sv registers.sv control.sv decode.sv rom.sv ram.sv tb_top.sv clkgen.sv
2022-02-08 17:14:13 +01:00
INCLUDES = cpu_pkg.svh
PATH_SRC = ../rtl:../rtl/cpu:../rtl/shared:../sim/tbench:../sim/shared
2022-02-08 17:14:13 +01:00
include ../synthflow/vivado/Makefile.rules