mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
tcl -h message only if YOSYS_ENABLE_TCL defined.
This commit is contained in:
parent
949eb95593
commit
cc0d7244b8
1 changed files with 2 additions and 0 deletions
|
@ -267,9 +267,11 @@ int main(int argc, char **argv)
|
|||
printf("\n");
|
||||
printf(" -s scriptfile\n");
|
||||
printf(" execute the commands in the script file\n");
|
||||
#ifdef YOSYS_ENABLE_TCL
|
||||
printf("\n");
|
||||
printf(" -c tcl_scriptfile\n");
|
||||
printf(" execute the commands in the tcl script file (see 'help tcl' for details)\n");
|
||||
#endif
|
||||
printf("\n");
|
||||
printf(" -p command\n");
|
||||
printf(" execute the commands\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue