- JCPU: splitted into separate Makefiles

git-svn-id: http://moon:8086/svn/vhdl/trunk@1442 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 20:26:14 +00:00
parent 9837603ae1
commit fd0972e5dd
5 changed files with 58 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
include ../src/core/jcpu_core.mk
SRCS += ../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += ../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(JCPU_CORE_SRCS)
SRCS += ../src/itest_irom.vhdl
SRCS += ../src/tb_cpu_itest.vhd
# Compile
TARGET := cpu_itest
ENTITY := tb_cpu
WITH_GHW := y
include ../../../../Common/make/ghdl.mk