File: Makefile.srcs

package info (click to toggle)
uhd 4.8.0.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 183,172 kB
  • sloc: cpp: 279,415; python: 109,850; ansic: 103,348; vhdl: 57,230; tcl: 20,007; xml: 8,581; makefile: 2,863; sh: 2,797; pascal: 230; javascript: 120; csh: 94; asm: 20; perl: 11
file content (45 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (10)
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
44
45
#
# Copyright 2010-2012 Ettus Research LLC
#

##################################################
# FIFO Sources
##################################################
SDR_LIB_SRCS = $(abspath $(addprefix $(BASE_DIR)/../sdr_lib/, \
acc.v \
add2.v \
add2_and_clip.v \
add2_and_clip_reg.v \
add2_and_round.v \
add2_and_round_reg.v \
add2_reg.v \
cic_dec_shifter.v \
cic_decim.v \
cic_int_shifter.v \
cic_interp.v \
cic_strober.v \
clip.v \
clip_reg.v \
cordic.v \
cordic_z24.v \
cordic_stage.v \
ddc_chain.v \
duc_chain.v \
dspengine_16to8.v \
dspengine_8to16.v \
hb_dec.v \
hb_interp.v \
pipectrl.v \
pipestage.v \
round.v \
round_reg.v \
round_sd.v \
rx_dcoffset.v \
rx_frontend.v \
sign_extend.v \
small_hb_dec.v \
small_hb_int.v \
tx_frontend.v \
dsp_tx_glue.v \
dsp_rx_glue.v \
))