git-svn-id: http://moon:8086/svn/vhdl/trunk@1476 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-23 08:18:35 +00:00
parent fa2e213d8f
commit 16c9996524
5 changed files with 88 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
include fifo_async.inc
ROOT_PATH := ../../..
LIB_PATH := $(ROOT_PATH)/lib
SRCS += $(FIFO_ASYNC_SRCS)
SRCS += $(LIB_PATH)/FIFO/src/tb_fifo_async.vhd
# Compile
TARGET := tb_fifo_async
ENTITY := tb_fifo_async
WITH_VCD := y
RUN_TIME := 5us
include $(ROOT_PATH)/Common/make/ghdl.mk