Skip to content
Snippets Groups Projects
Commit 0a2cf8e9 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SDP-602: Update to use new SDPTR calling convention

parent b57cee4d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,5 @@ ARG LOCAL_DOCKER_REGISTRY_LOFAR ...@@ -3,7 +3,5 @@ ARG LOCAL_DOCKER_REGISTRY_LOFAR
FROM ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/sdptr:latest FROM ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/sdptr:latest
COPY simulator.conf /sdptr/src/simulator.conf
WORKDIR /sdptr/src WORKDIR /sdptr/src
CMD ["sdptr", "--type=simulator", "--configfile=simulator.conf", "--nodaemon"] CMD ["sdptr", "--ip_prefix=127.0.", "--nodaemon"]
# sdptr.conf
# configuration file for the SDP Translator.
#
# this config file holds settings for all [type].
#
# # settings per type
# [LB_CORE] # [ant_band_station_type]
# n_fpgas = 16 # 8 or 16
# first_pfga_nr = 0 # 0 for LB or 16 for HB
# ip_prefix = 10.99. # first part of ip (last part is hardware dependent)
# n_beamsets = 1 # 1 for 'LB', 'HB Remote' and 'HB International' and 2 for 'HB Core'
[simulator]
n_fpgas = 16
first_fpga_nr = 0
ip_prefix = 127.0.
n_beamsets = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment