- fixed and use emac_jbus

git-svn-id: http://moon:8086/svn/vhdl/trunk@1540 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-27 18:51:23 +00:00
parent 3a7cd38951
commit d0433ac19d
2 changed files with 9 additions and 20 deletions
+2 -7
View File
@@ -1,14 +1,9 @@
include emac_rx.inc
include emac_tx.inc
include emac_jbus.inc
ROOT_PATH := ../../..
LIB_PATH := $(ROOT_PATH)/lib
SRCS += $(FIFO_SYNC_SRCS)
SRCS += $(FIFO_ASYNC_SRCS)
SRCS += $(EMAC_RX_SRCS)
SRCS += $(EMAC_TX_SRCS)
SRCS += $(LIB_PATH)/emac/src/emac_top_jb.vhd
SRCS += $(EMAC_JBUS_SRCS)
SRCS += $(LIB_PATH)/emac/src/pkt_gen.vhd
SRCS += $(LIB_PATH)/emac/src/tb_emac_top_jb.vhd