git-svn-id: http://moon:8086/svn/vhdl/trunk@1540 cc03376c-175c-47c8-b038-4cd826a8556b
18 lines
327 B
Makefile
18 lines
327 B
Makefile
include emac_jbus.inc
|
|
|
|
ROOT_PATH := ../../..
|
|
LIB_PATH := $(ROOT_PATH)/lib
|
|
|
|
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
|
|
WITH_VCD := y
|
|
RUN_TIME := 2000us
|
|
|
|
include $(ROOT_PATH)/Common/make/ghdl.mk
|
|
|