Increase maximum number of harts (#429)
OpenOCD can't deal with systems that have more than 32 harts.
This commit is contained in:
@@ -9,7 +9,7 @@ struct riscv_program;
|
||||
#include "jtag/jtag.h"
|
||||
|
||||
/* The register cache is statically allocated. */
|
||||
#define RISCV_MAX_HARTS 32
|
||||
#define RISCV_MAX_HARTS 1024
|
||||
#define RISCV_MAX_REGISTERS 5000
|
||||
#define RISCV_MAX_TRIGGERS 32
|
||||
#define RISCV_MAX_HWBPS 16
|
||||
|
||||
Reference in New Issue
Block a user