-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFecHeader.linux
More file actions
53 lines (45 loc) · 1.8 KB
/
FecHeader.linux
File metadata and controls
53 lines (45 loc) · 1.8 KB
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
46
47
48
49
50
51
52
53
# Do not modify this file anymore. Please refer to config/cvs_profile and modify depending of your hardware.
# The FEC device driver does not need anymore modify for the different version.
##################################################################
# are we building against the XDAQ RPM?
XDAQ_RPMBUILD=yes
# OS and Plateform
XDAQ_OS=linux
XDAQ_PLATFORM=x86_64_slc6
# FecSoftwareV3_0 root directory
FECSOFTWARE_ROOT=${ENV_CMS_TK_FEC_ROOT}
# Device driver directory
DEVICEDRIVERPATH=${FECSOFTWARE_ROOT}/FecPciDeviceDriver
# TriDAS root directory
XDAQ_ROOT=/opt/xdaq
# XERCES ROOT
XERCESCROOT=/opt/xdaq
# HAL and SBS directories
HALDIR=/opt/xdaq
# HAL version: include ${HALDIR}/thisVersion.txt
#export HALVER=`cat ${HALDIR}/thisVersion.txt | awk '{print $1}'`
#SBS_DIR=
CAEN_DIR=/opt/xdaq
# Linux sources for PCI device driver compilation
# Since this option is not yet implemented then should be always yes
PCIFEC_COMPILE=no
# USB FEC support
USBFEC_COMPILE=no
# uTCA FEC support
UTCAFEC_COMPILE=yes
# I2C bus speed (possible values are 100, 200, 400, 1000). Take care about this speed and use 100 KHz for your program. Higher speed need resistor for the termination of the I2C bus (for CCU 25)
BUSI2CSPEED=100
# DCU base address (usefull only for stable version greater than stable0703, stable0204, and last/CVS)
DCUADDRESS=0x0
# For detector specificity sources and flags (See config.FecRules.linux)
# Possible values are (for the moment) => PRESHOWER, TRACKER, TOTEM => all the compilation is done with the preshower
#DETECTOR=PRESHOWER
#DETECTOR=TOTEM
#DETECTOR=PIXEL
DETECTOR=ALL
# Debug messages in the applications
DO_DEBUGFECSOFT=no
# The next flags display all the registers in case of error but decrease the performace
DO_DEBUGGETREGISTERS=no
##################################################################
#EOF