3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00
This commit is contained in:
Mohamed Gaber 2024-09-11 21:39:37 +03:00
parent 738b5eef0b
commit 8dac27108e
No known key found for this signature in database

View file

@ -305,12 +305,12 @@ int main(int argc, char **argv)
printf(" execute the commands in the tcl script file (see 'help tcl' for details)\n"); printf(" execute the commands in the tcl script file (see 'help tcl' for details)\n");
printf("\n"); printf("\n");
printf(" -C\n"); printf(" -C\n");
printf(" enters TCL interatcive shell mode\n"); printf(" enters TCL interactive shell mode\n");
#endif #endif
#ifdef WITH_PYTHON #ifdef WITH_PYTHON
printf("\n"); printf("\n");
printf(" -y python_scriptfile\n"); printf(" -y python_scriptfile\n");
printf(" execute the python script"); printf(" execute a python script with libyosys available as a built-in module\n");
#endif #endif
printf("\n"); printf("\n");
printf(" -p command\n"); printf(" -p command\n");