- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1626 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-04-03 13:09:19 +00:00
parent 33b91c2dfb
commit 28dcb864ae
2 changed files with 3 additions and 3 deletions
+20
View File
@@ -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_generic
ENTITY := tb_uart
RUN_TIME := 880us
include $(VHDL_HOME)/make/ghdl.mk
# -----------------------------------------------------------