JBUS/busmaster create package
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/JBUS/busmaster/ghdl/busmaster_sync.inc
|
||||
|
||||
MOD_PATH := $(LIB_PATH)/JBUS/busmaster
|
||||
|
||||
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
|
||||
SRCS += $(FIFO_SYNC_SRCS)
|
||||
SRCS += $(MOD_PATH)/src/busmaster_types.vhd
|
||||
SRCS += $(MOD_PATH)/src/busmaster_sync.vhd
|
||||
SRCS += $(MOD_PATH)/src/tb_busmaster_sync.vhd
|
||||
SRCS += $(BUSMASTER_SYNC_SRCS)
|
||||
SRCS += $(LIB_PATH)/JBUS/busmaster/src/tb_busmaster_sync.vhd
|
||||
|
||||
# Compile
|
||||
TARGET := tb_busmaster_sync
|
||||
|
||||
Reference in New Issue
Block a user