File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ static void help(int exit_code = 1)
53
53
fprintf (stderr, " --l2=<S>:<W>:<B> B both powers of 2).\n " );
54
54
fprintf (stderr, " --big-endian Use a big-endian memory system.\n " );
55
55
fprintf (stderr, " --misaligned Support misaligned memory accesses\n " );
56
- fprintf (stderr, " --device=<name> Attach MMIO plugin device from an --extlib library\n " );
56
+ fprintf (stderr, " --device=<name> Attach MMIO plugin device from an --extlib library,\n " );
57
+ fprintf (stderr, " specify --device=<name>,<args> to pass down extra args.\n " );
57
58
fprintf (stderr, " --log-cache-miss Generate a log of cache miss\n " );
58
59
fprintf (stderr, " --log-commits Generate a log of commits info\n " );
59
60
fprintf (stderr, " --extension=<name> Specify RoCC Extension\n " );
You can’t perform that action at this time.
0 commit comments