File: Makefile.srcs

package info (click to toggle)
uhd 4.9.0.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184,180 kB
  • sloc: cpp: 262,887; python: 112,011; ansic: 102,670; vhdl: 57,031; tcl: 19,924; xml: 8,581; makefile: 3,028; sh: 2,812; pascal: 230; javascript: 120; csh: 94; asm: 20; perl: 11
file content (43 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# Copyright 2018 Ettus Research, A National Instruments Company
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#

##################################################
# RFNoC Utility Sources
##################################################
RFNOC_UTIL_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/rfnoc/utils/, \
chdr_trim_payload.v \
chdr_pad_packet.v \
chdr_resize.v \
chdr_convert_up.v \
chdr_convert_down.v \
chdr_monitor.sv \
chdr_channel_mux.sv \
chdr_channel_demux.sv \
context_handler_sync.v \
context_builder.v \
context_parser.v \
ctrlport_timer.v \
ctrlport_combiner.sv \
ctrlport_decoder.sv \
ctrlport_decoder_param.sv \
ctrlport_window.sv \
ctrlport_splitter.sv \
ctrlport_resp_combine.v \
ctrlport_clk_cross.sv \
ctrlport_reg_rw.v \
ctrlport_reg_ro.v \
ctrlport_to_settings_bus.v \
noc_shell_generic_ctrlport_pyld_chdr.v \
timekeeper.v \
ctrlport_terminator.sv \
chdr_strip_header.sv \
ctrlport_if_clk_cross.sv \
ctrlport_if_combiner.sv \
ctrlport_if_decoder.sv \
ctrlport_if_splitter.sv \
ctrlport_if_terminator.sv \
ctrlport_if_window.sv \
))