15 lines
325 B
Makefile
15 lines
325 B
Makefile
include $(VHDL_HOME)/defs.mk
|
|
include $(LIB_PATH)/JBUS/busmaster/ghdl/busmaster_async.inc
|
|
|
|
SRCS += $(BUSMASTER_ASYNC_SRCS)
|
|
SRCS += $(LIB_PATH)/JBUS/busmaster/src/tb_busmaster_async.vhd
|
|
|
|
# Compile
|
|
TARGET := tb_busmaster_async
|
|
ENTITY := tb_busmaster_async
|
|
RUN_TIME := 80us
|
|
WAVE_FORMAT := vcd
|
|
|
|
include $(VHDL_MAKE_HOME)/ghdl.mk
|
|
|