2021-02-15 22:40:12 +01:00
|
|
|
TB = tb_top
|
2021-02-17 00:05:46 +01:00
|
|
|
SOURCES = gb.sv cpu.sv alu.sv registers.sv control.sv decode.sv rom.sv tb_top.sv clkgen.sv
|
2022-02-08 17:14:13 +01:00
|
|
|
INCLUDES = cpu_pkg.svh
|
2021-02-15 23:55:09 +01:00
|
|
|
PATH_SRC = ../rtl:../rtl/cpu:../rtl/shared:../sim/tbench:../sim/shared
|
|
|
|
|
2022-02-08 17:14:13 +01:00
|
|
|
include ../synthflow/vivado/Makefile.rules
|
2021-02-15 22:40:12 +01:00
|
|
|
|