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)
5353 fprintf (stderr, " --l2=<S>:<W>:<B> B both powers of 2).\n " );
5454 fprintf (stderr, " --big-endian Use a big-endian memory system.\n " );
5555 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 " );
5758 fprintf (stderr, " --log-cache-miss Generate a log of cache miss\n " );
5859 fprintf (stderr, " --log-commits Generate a log of commits info\n " );
5960 fprintf (stderr, " --extension=<name> Specify RoCC Extension\n " );
You can’t perform that action at this time.
0 commit comments