Files
vhdl/lib/uart/ghdl/tb_uart_rx.make
T
jens 1ed8ad5fdc - added
git-svn-id: http://moon:8086/svn/vhdl/trunk@1624 cc03376c-175c-47c8-b038-4cd826a8556b
2021-04-03 13:05:20 +00:00

21 lines
593 B
Makefile

# -----------------------------------------------------------
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
# -----------------------------------------------------------