Browse Source

Documentation: Cache block size for CMO operations default 64 (#923)

pull/925/head
John Ingalls 5 years ago
committed by GitHub
parent
commit
0dd29aaf59
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spike_main/spike.cc

2
spike_main/spike.cc

@ -72,7 +72,7 @@ static void help(int exit_code = 1)
fprintf(stderr, " --dm-no-abstract-csr Debug module won't support abstract to authenticate\n");
fprintf(stderr, " --dm-no-halt-groups Debug module won't support halt groups\n");
fprintf(stderr, " --dm-no-impebreak Debug module won't support implicit ebreak in program buffer\n");
fprintf(stderr, " --blocksz=<size> Cache block size (B) for CMO operations(powers of 2) [default 16]\n");
fprintf(stderr, " --blocksz=<size> Cache block size (B) for CMO operations(powers of 2) [default 64]\n");
exit(exit_code);
}

Loading…
Cancel
Save