Reduce the number of contexts to 2 by default
This commit is contained in:
parent
44a6ef47b8
commit
9dda6459f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user