svgb/build/tb_top.Makefile

8 lines
256 B
Plaintext
Raw Normal View History

TB = tb_top
2022-02-08 23:53:02 +00: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 16:14:13 +00:00
INCLUDES = cpu_pkg.svh
PATH_SRC = ../rtl:../rtl/cpu:../rtl/shared:../sim/tbench:../sim/shared
2022-02-08 16:14:13 +00:00
include ../synthflow/vivado/Makefile.rules