- added
git-svn-id: http://moon:8086/svn/vhdl/trunk@1624 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/lib/uart/ghdl/uart_generic.inc
|
||||
|
||||
# -----------------------------------------------------------
|
||||
MOD_PATH := $(LIB_PATH)/uart/src
|
||||
|
||||
SRCS := $(UART_GENERIC_SRCS)
|
||||
SRCS += $(MOD_PATH)/tb_uart.vhd
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Compile
|
||||
TARGET := tb_uart
|
||||
ENTITY := tb_uart
|
||||
RUN_TIME := 880us
|
||||
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
# -----------------------------------------------------------
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := UART_GENERIC
|
||||
|
||||
# -----------------------------------------------------------
|
||||
MOD_PATH := $(LIB_PATH)/uart/src
|
||||
|
||||
$(PKG_NAME)_SRCS += $(LIB_PATH)/misc/bbfifo/src/bbfifo.vhd
|
||||
$(PKG_NAME)_SRCS += $(MOD_PATH)/uart_types.vhd
|
||||
$(PKG_NAME)_SRCS += $(MOD_PATH)/generic/juart/juart_tx.vhd
|
||||
$(PKG_NAME)_SRCS += $(MOD_PATH)/generic/juart/juart_rx.vhd
|
||||
$(PKG_NAME)_SRCS += $(MOD_PATH)/generic/uart_tx.vhd
|
||||
$(PKG_NAME)_SRCS += $(MOD_PATH)/generic/uart_rx.vhd
|
||||
$(PKG_NAME)_SRCS += $(MOD_PATH)/generic/uart.vhd
|
||||
|
||||
# -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user