Files
vhdl/lib/emac/ghdl/tb_emac_top_jb.make
T
jens d0433ac19d - fixed and use emac_jbus
git-svn-id: http://moon:8086/svn/vhdl/trunk@1540 cc03376c-175c-47c8-b038-4cd826a8556b
2021-03-27 18:51:23 +00:00

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