- added makefiles for GHDL

git-svn-id: http://moon:8086/svn/vhdl/trunk@1389 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-19 11:07:39 +00:00
parent c5d7d2fe3b
commit 9d6ff5fa17
2 changed files with 45 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
_PKG_NAME := JCPU_CORE
_CURDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
_SRC := cpu_pkg.vhd
_SRC += cpu.vhd
_SRC += alu.vhd
_SRC += chipram.vhd
_SRC += chipreg.vhd
_SRC += dpath_ctrl.vhd
_SRC += int_ctrl.vhd
_SRC += pc.vhd
_SRC += reg_dual.vhd
_SRC += stack_ctrl.vhd
$(_PKG_NAME)_SRCS := $(addprefix $(_CURDIR)/,$(_SRC))
undefine $(_SRC)