Skip to content
Snippets Groups Projects

feature: Introduce VCU128 processors and so much more

Merged Giovanna Lazzari Miotto requested to merge feature/vcu128-processors into main
Files
59
+ 0
112
Dinyar Rabady
Last comment by Giovanna Lazzari Miotto
################################################################################
##
## Input settings
##
################################################################################
# Input settings, allowed values are:
# "wzdma" for DMA driver from Wojciech M. Zabolotny
# "filedma" for reading from file and simulating DMA
# "micronDMA" for PICO driver
# "tcpip" for TCP/IP input receving
input:wzdma
## Settings for DMA input
# DMA device
dma_dev:/dev/xdma0_c2h_0
# Max received packet size in bytes (buffer to reserve)
dma_packet_buffer_size:1261568
# Number of packet buffers to allocate
dma_number_of_packet_buffers:1000
# Print report each N packets, use 0 to disable
packets_per_report:200000
# number of orbits per packet, in decimal
nOrbitsPerPacket:20
## Extra settings for "filedma" input
#input_file:/dev/shm/testdata.bin
input_file:testdata.bin
## Extra settings for "tcpip" input
tcpDestPort:10000
################################################################################
##
## Stream processor settings
##
################################################################################
enable_stream_processor:yes
# Define processing type (unpacking), allowed values are:
# "PASS_THROUGH"
# "GMT"
# "CALO"
# Note: When changing the processing type, change also "output_filename_prefix"
# in the file output section.
#
processor_type:
# Enable software zero-supression
doZS:yes
################################################################################
##
## File output settings
##
################################################################################
output_filename_prefix:
output_filename_base:
max_file_size:8589934592
# Always write data to a file regardless of the run status, useful for debugging
output_force_write:no
################################################################################
##
## SCDAQ Generic Settings
##
################################################################################
# enable development functionalities (e.g. TCP input filter)
dev_TCPAutoReconnectOnFailure:false
## Logging, supported LOG severities:
# TRACE
# DEBUG
# INFO
# WARNING
# ERROR
# FATAL
#
# Log only severities at the same level or more severe than the log_min_severity
# Use TRACE to log everything
#
log_min_severity:TRACE
# Pipeline settings
threads:8
# N orbits to store to each file
# Configured to store fixed number of orbits per file when nOrbitsPerFile > 1
# Set to 0 to use fixed file size instead
nOrbitsPerFile:4096
# Headers for cmssw support
cmsswHeaders:no
## Information necessary to issue a reset request for the board
scone_host:localhost
scone_port:8080
# e.g kcu1500_ugmt, kcu1500_demux, sb852_bril
scone_board:
Loading