Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scdaq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scouting-demonstrator
scdaq
Merge requests
!50
Preallocated output slices only
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Preallocated output slices only
preallocated_output_slices_only
into
master
Overview
8
Commits
5
Pipelines
4
Changes
7
Merged
Emilio Meschi
requested to merge
preallocated_output_slices_only
into
master
2 years ago
Overview
8
Commits
5
Pipelines
4
Changes
7
Expand
Use preallocated slices from same slice pool as input for output
0
0
Merge request reports
Compare
master
version 3
cb73453f
2 years ago
version 2
ed239d27
2 years ago
version 1
9d0e7788
2 years ago
master (base)
and
latest version
latest version
d27755ab
5 commits,
2 years ago
version 3
cb73453f
4 commits,
2 years ago
version 2
ed239d27
3 commits,
2 years ago
version 1
9d0e7788
3 commits,
2 years ago
7 files
+
17
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
etc/scdaq/scdaq.conf
+
4
−
4
Options
@@ -24,7 +24,7 @@ bitFileName:micron_bitfile_path
dma_dev
:/
dev
/
xdma0_c2h_0
# Max received packet size in bytes (buffer to reserve)
dma_packet_buffer_size
:
1
048576
dma_packet_buffer_size
:
1
261568
# Number of packet buffers to allocate
dma_number_of_packet_buffers
:
1000
@@ -122,10 +122,10 @@ verbosity:0
# 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
:
1000000
nOrbitsPerFile
:
65536
## Information necessary to issue a reset request for the board
scone_host
:
scone_port
:
scone_host
:
localhost
scone_port
:
8080
# Currently can be one of kcu1500_ugmt and kcu1500_demux
scone_board
:
Loading