Skip to content

Generate long strip stave and petal config files

Zhengcheng Tao requested to merge deval_config_tool into devel

This MR adds options in src/tools/createConfig.cpp to generate configurations for a long strip stave and a strip petal in addition to the single chip configuration. In case of the LS stave or petal, an example connectivity config file is generated as well.

The system type can be specified via -s <system type>. Current available options are: SingleChip (default), StripLSStave, StripPetal. Should be straightforward to extend to pixels.

Merge request reports