From 9dda6459f5458d3c07fa5d855d1dd8980cb8cb0e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 30 Sep 2024 12:03:09 +0200 Subject: [PATCH] Reduce the number of contexts to 2 by default --- tools/plictool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plictool.c b/tools/plictool.c index da598e6..6041d65 100644 --- a/tools/plictool.c +++ b/tools/plictool.c @@ -24,7 +24,7 @@ enum op { DUMP, CLAIM } operation = DUMP; const char *plic_address_str = "0x40800000"; -long ncontexts = 15872L; +long ncontexts = 2L; long maxsources = 1024L; long nsources = 1024L; long claim_ctx = 0;