--- a/platform/fpga/openpiton/platform.c 2024-03-12 16:27:13.886525365 +0100 +++ b/platform/fpga/openpiton/platform.c 2024-03-12 16:28:40.598403778 +0100 @@ -26,8 +26,8 @@ #define OPENPITON_DEFAULT_PLIC_ADDR 0xfff1100000 #define OPENPITON_DEFAULT_PLIC_SIZE (0x200000 + \ (OPENPITON_DEFAULT_HART_COUNT * 0x1000)) -#define OPENPITON_DEFAULT_PLIC_NUM_SOURCES 2 -#define OPENPITON_DEFAULT_HART_COUNT 3 +#define OPENPITON_DEFAULT_PLIC_NUM_SOURCES 3 +#define OPENPITON_DEFAULT_HART_COUNT 20 #define OPENPITON_DEFAULT_CLINT_ADDR 0xfff1020000 #define OPENPITON_DEFAULT_ACLINT_MTIMER_FREQ 1000000 #define OPENPITON_DEFAULT_ACLINT_MSWI_ADDR \