git-svn-id: http://moon:8086/svn/vhdl/trunk@1632 cc03376c-175c-47c8-b038-4cd826a8556b
17 lines
741 B
PHP
17 lines
741 B
PHP
# -----------------------------------------------------------
|
|
include $(VHDL_HOME)/make/defs.mk
|
|
# -----------------------------------------------------------
|
|
PKG_NAME := UART_GENERIC
|
|
|
|
# -----------------------------------------------------------
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/misc/bbfifo/src/bbfifo.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/uart/src/uart_types.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/uart/src/generic/juart/juart_tx.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/uart/src/generic/juart/juart_rx.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/uart/src/generic/uart_tx.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/uart/src/generic/uart_rx.vhd
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/uart/src/generic/uart.vhd
|
|
|
|
# -----------------------------------------------------------
|
|
|