Skip to content

Commit

Permalink
Merge pull request #1903 from zqb-all/help-msg-for-dm-no-hasel
Browse files Browse the repository at this point in the history
Fix help message for --dm-no-hasel
  • Loading branch information
aswaterman authored Jan 24, 2025
2 parents 58da6a2 + 2b773d9 commit 10109ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spike_main/spike.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static void help(int exit_code = 1)
"required for a DMI access [default 0]\n");
fprintf(stderr, " --dm-abstract-rti=<n> Number of Run-Test/Idle cycles "
"required for an abstract command to execute [default 0]\n");
fprintf(stderr, " --dm-no-hasel Debug module supports hasel\n");
fprintf(stderr, " --dm-no-hasel Debug module won't support hasel\n");
fprintf(stderr, " --dm-no-abstract-csr Debug module won't support abstract CSR access\n");
fprintf(stderr, " --dm-no-abstract-fpr Debug module won't support abstract FPR access\n");
fprintf(stderr, " --dm-no-halt-groups Debug module won't support halt groups\n");
Expand Down

0 comments on commit 10109ae

Please sign in to comment.