git-svn-id: http://moon:8086/svn/vhdl/trunk@1559 cc03376c-175c-47c8-b038-4cd826a8556b
15 lines
288 B
Makefile
15 lines
288 B
Makefile
include $(VHDL_HOME)/make/defs.mk
|
|
include emac_jbus.inc
|
|
|
|
SRCS := $(EMAC_JBUS_SRCS)
|
|
SRCS += $(LIB_PATH)/emac/src/pkt_gen.vhd
|
|
SRCS += $(LIB_PATH)/emac/src/tb_emac_top_jb.vhd
|
|
|
|
# Compile
|
|
TARGET := tb_emac_top_jb
|
|
ENTITY := tb_emac_top_jb
|
|
RUN_TIME := 2000us
|
|
|
|
include $(VHDL_HOME)/make/ghdl.mk
|
|
|