From 491814140c2af5c0912c5a97989a3813045d8163 Mon Sep 17 00:00:00 2001 From: mslijepc Date: Tue, 28 Jul 2026 10:29:49 +0200 Subject: [PATCH] changed default clint size --- riscv/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/platform.h b/riscv/platform.h index 5b794da2..bb1b06b9 100644 --- a/riscv/platform.h +++ b/riscv/platform.h @@ -7,7 +7,7 @@ #define DEFAULT_ISA "rv64imafdc_zicntr_zihpm" #define DEFAULT_PRIV "MSU" #define CLINT_BASE 0x02000000 -#define CLINT_SIZE 0x000c0000 +#define CLINT_SIZE 0x0000c000 #define PLIC_BASE 0x0c000000 #define PLIC_SIZE 0x01000000 #define PLIC_NDEV 31