We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518d282 commit 78ac785Copy full SHA for 78ac785
spike_main/spike.cc
@@ -78,7 +78,7 @@ static void help(int exit_code = 1)
78
"required for a DMI access [default 0]\n");
79
fprintf(stderr, " --dm-abstract-rti=<n> Number of Run-Test/Idle cycles "
80
"required for an abstract command to execute [default 0]\n");
81
- fprintf(stderr, " --dm-no-hasel Debug module supports hasel\n");
+ fprintf(stderr, " --dm-no-hasel Debug module won't support hasel\n");
82
fprintf(stderr, " --dm-no-abstract-csr Debug module won't support abstract CSR access\n");
83
fprintf(stderr, " --dm-no-abstract-fpr Debug module won't support abstract FPR access\n");
84
fprintf(stderr, " --dm-no-halt-groups Debug module won't support halt groups\n");
0 commit comments