component.mk
来自「ethernet wishbone interface」· MK 代码 · 共 12 行
MK
12 行
C_LIB_SRCS += ins_eth_ocm.c eth_ocm_phy.c
ASM_LIB_SRCS +=
INCLUDE_PATH += \
# We define the ALTERA_TRIPLE_SPEED_MAC compiler flag because
# currently, Altera's implementation of the InterNiche ipport.h
# file forces the stack to use a different function for allocating
# buffers which bypasses the NIOS II processors cache. We want
# to do this as well so we don't have to copy
CPPFLAGS += -DALTERA_TRIPLE_SPEED_MAC
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?