JBUS/busmaster create package
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := BUSMASTER_ASYNC
|
||||
|
||||
# -----------------------------------------------------------
|
||||
$(PKG_NAME)_SRCS := $(FIFO_ASYNC_SRCS)
|
||||
$(PKG_NAME)_SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
||||
$(PKG_NAME)_SRCS += $(LIB_PATH)/JBUS/busmaster/src/busmaster_types.vhd
|
||||
$(PKG_NAME)_SRCS += $(LIB_PATH)/JBUS/busmaster/src/busmaster_async.vhd
|
||||
|
||||
# -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user