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