Skip to content
Snippets Groups Projects

Preallocated output slices only

Merged Emilio Meschi requested to merge preallocated_output_slices_only into master
Files
7
+ 4
4
@@ -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:1048576
dma_packet_buffer_size:1261568
# 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