- 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:
@@ -0,0 +1,14 @@
|
||||
include ../src/core/jcpu_core.mk
|
||||
|
||||
SRCS += $(JCPU_CORE_SRCS)
|
||||
SRCS += ../src/itest_irom.vhdl
|
||||
SRCS += ../src/cpu_embedded.vhd
|
||||
SRCS += ../src/tb_cpu_embedded.vhd
|
||||
|
||||
# Compile
|
||||
TARGET := cpu_embedded
|
||||
ENTITY := tb_cpu_embedded
|
||||
WITH_GHW := y
|
||||
|
||||
include ../../../../Common/make/ghdl.mk
|
||||
|
||||
Reference in New Issue
Block a user