PDEC possible fixes #393

Merged
meierj merged 11 commits from pdec_possible_fixes_and_fdir into develop 2023-02-22 14:45:49 +01:00
Showing only changes of commit 9285e13ce5 - Show all commits

View File

@ -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,