- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1504 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
_PKG_NAME := MIPS_CORE
|
||||
|
||||
_CURDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
_SRC := mips_types.vhd
|
||||
_SRC += mips_instr.vhd
|
||||
_SRC += mips_alu.vhd
|
||||
_SRC += mips_bcu.vhd
|
||||
_SRC += mips_biu.vhd
|
||||
_SRC += mips_cop.vhd
|
||||
_SRC += mips_dcache.vhd
|
||||
_SRC += mips_icache.vhd
|
||||
_SRC += mips_muldiv.vhd
|
||||
_SRC += mips_pipeline.vhd
|
||||
_SRC += mips_reg.vhd
|
||||
_SRC += mips_shifter.vhd
|
||||
_SRC += mips_top.vhd
|
||||
|
||||
|
||||
$(_PKG_NAME)_SRCS := $(addprefix $(_CURDIR)/,$(_SRC))
|
||||
|
||||
undefine $(_SRC)
|
||||
|
||||
Reference in New Issue
Block a user