15 lines
325 B
Makefile
15 lines
325 B
Makefile
include $(VHDL_MAKE_HOME)/defs.mk
|
|
include $(LIB_PATH)/JBUS/busmaster/ghdl/busmaster_sync.inc
|
|
|
|
SRCS += $(BUSMASTER_SYNC_SRCS)
|
|
SRCS += $(LIB_PATH)/JBUS/busmaster/src/tb_busmaster_sync.vhd
|
|
|
|
# Compile
|
|
TARGET := tb_busmaster_sync
|
|
ENTITY := tb_busmaster_sync
|
|
RUN_TIME := 40us
|
|
WAVE_FORMAT := vcd
|
|
|
|
include $(VHDL_MAKE_HOME)/ghdl.mk
|
|
|