mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 19:53:35 +00:00
driver: document -B
This commit is contained in:
parent
34572708d5
commit
d8ba30fb07
|
@ -275,6 +275,9 @@ int main(int argc, char **argv)
|
|||
printf(" -d\n");
|
||||
printf(" print more detailed timing stats at exit\n");
|
||||
printf("\n");
|
||||
printf(" -B perffile\n");
|
||||
printf(" write more detailed timing stats at exit in JSON into perffile\n");
|
||||
printf("\n");
|
||||
printf(" -l logfile\n");
|
||||
printf(" write log messages to the specified file\n");
|
||||
printf("\n");
|
||||
|
|
Loading…
Reference in a new issue