From 9285e13ce51c386bad8720977c3210380a0f0ccf Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 20 Feb 2023 18:17:27 +0100 Subject: [PATCH] increase allowed IRQs --- linux/ipcore/PdecHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ipcore/PdecHandler.h b/linux/ipcore/PdecHandler.h index e6da7724..c68926cf 100644 --- a/linux/ipcore/PdecHandler.h +++ b/linux/ipcore/PdecHandler.h @@ -182,7 +182,7 @@ class PdecHandler : public SystemObject, public ExecutableObjectIF, public HasAc // discarded static const uint8_t MAP_CLK_FREQ = 2; - static constexpr uint32_t MAX_ALLOWED_IRQS_PER_WINDOW = 500; + static constexpr uint32_t MAX_ALLOWED_IRQS_PER_WINDOW = 800; enum class FrameAna_t : uint8_t { ABANDONED_CLTU,