WIP
Some checks failed
Run Simulator Tests on local RHEL9 / build (push) Failing after 5s
Run Simulator Tests on local RHEL8 / build (push) Failing after 7s
Build on RHEL9 / build (push) Failing after 7s
Build on RHEL8 / build (push) Failing after 14s

This commit is contained in:
2026-02-16 14:37:44 +01:00
parent 3ec0a9337e
commit 2ba38e5cc4
6 changed files with 30 additions and 4 deletions

View File

@@ -713,6 +713,8 @@ template <> defs::detectorType StringTo(const std::string &s) {
return defs::GOTTHARD2;
if (s == "Xilinx_ChipTestBoard")
return defs::XILINX_CHIPTESTBOARD;
if (s == "Matterhorn")
return defs::MATTERHORN;
throw RuntimeError("Unknown detector type " + s);
}