Browse Source

Merge pull request #2354 from mslijepc/mslijepc_20260728_clint-size

changed default clint size
pull/1899/merge
Andrew Waterman 2 weeks ago
committed by GitHub
parent
commit
cb71dabb92
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      riscv/platform.h

2
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

Loading…
Cancel
Save