- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1503 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user