Fix createConfig for Star
Include two fixes to make the generated Star config files from createConfig
usable with the latest scanConsole
:
- Add
"enable": 1
to the generated connectivity configs.ScanHelper::loadChipConfigs
now requires the field in the configs explicitly. - Set the HCC "ICENABLE" sub-register in
StarCfg
accordingly when adding ABCs. This is needed inHccCfg::histoChipMap()
to build the HCC channel to chip ID map forStarDataProcessor
.