File: Makefile.srcs

package info (click to toggle)
uhd 3.7.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 456,376 kB
  • ctags: 89,637
  • sloc: ansic: 51,090; cpp: 42,755; xml: 19,627; vhdl: 12,678; tcl: 5,944; python: 5,870; ada: 2,760; sh: 2,175; makefile: 615; pascal: 230; csh: 224; perl: 11
file content (10 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
##################################################
# Logic to interface to Opencores 10G MAC
##################################################
XGE_INTERFACE_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/xge_interface/, \
axi64_to_xge64.v \
axi_count_packets_in_fifo.v \
xge64_to_axi64.v \
xge_handshake.v \
xge_mac_wrapper.v \
))