- added
git-svn-id: http://moon:8086/svn/vhdl/trunk@1476 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user