- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1503 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-23 18:47:15 +00:00
parent ebe4306954
commit cb6cb78ea2
6 changed files with 34 additions and 25 deletions
-19
View File
@@ -1,19 +0,0 @@
_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)