From: Gleb Gagarin Date: Wed, 15 Nov 2017 23:42:39 +0000 (-0800) Subject: hartids knob description added X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c7c772b169d0e1a00998c48e63c7cae98e7aa6a;p=riscv-isa-sim.git hartids knob description added --- diff --git a/spike_main/spike.cc b/spike_main/spike.cc index 3061b10..863ee81 100644 --- a/spike_main/spike.cc +++ b/spike_main/spike.cc @@ -28,6 +28,7 @@ static void help() fprintf(stderr, " -H Start halted, allowing a debugger to connect\n"); fprintf(stderr, " --isa= RISC-V ISA string [default %s]\n", DEFAULT_ISA); fprintf(stderr, " --pc=
Override ELF entry point\n"); + fprintf(stderr, " --hartids= Explicitly specify hartids, default is 0,1,...\n"); fprintf(stderr, " --ic=:: Instantiate a cache model with S sets,\n"); fprintf(stderr, " --dc=:: W ways, and B-byte blocks (with S and\n"); fprintf(stderr, " --l2=:: B both powers of 2).\n");