3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 19:53:35 +00:00

driver: document -B

This commit is contained in:
Emil J. Tywoniak 2024-09-18 11:50:40 +02:00
parent 34572708d5
commit d8ba30fb07

View file

@ -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");