Skip to content

REL-694 Release v0.10.0

Andrew Bolin requested to merge rel-694-release-v-0-10-0 into main

Prepares for release, including changes as below.

Also snuck in an update to the .make submodule, mainly to try and resolve a bug in its updating of the Helm charts (the update did not resolve the bug, but in general it's good to stay up to date...)

0.10.0

  • Processor Tango device starts up with simulationMode=False if FPGA present.
  • simulationMode attribute is now read-only. FPGA Hardware is used if possible, or simulation can be requested via SelectPersonality command.
  • Update to ska-low-cbf-sw-cnic v0.5.0 (duplex, virtual digitiser)
  • Update to ska-low-cbf-fpga v0.17.0
  • Add multi-personality (CNIC, Correlator, PST) debug console
  • Fix FPGA personalities switching problem
  • Update Tango device so it can specify which Xilinx platform (shell) version to use when selecting personality
  • Remove AlveoDevice, obsolete Tango device formerly used for FPGA health monitoring
  • Switch to Xilinx platform (shell) version 3 (XDMA 3); by default deploy 3 processor instances (e.g. 2*CNIC, 1 PST)
  • Add SPEAD initial packet template generation for Correlator FPGA personality
  • Add StartVirtualDigitiser command
Edited by Andrew Bolin

Merge request reports