Increase maximum number of harts (#429)

OpenOCD can't deal with systems that have more than 32 harts.
busy
bluew 2019-12-06 02:22:12 +01:00 committed by Tim Newsome
parent 780d8e4d3e
commit aec5cca15b
1 changed files with 1 additions and 1 deletions

View File

@ -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