mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #2448 from nitz/tcl-script-documentation-fixes
Tcl script documentation fixes
This commit is contained in:
commit
5cf738b66a
|
@ -267,9 +267,11 @@ int main(int argc, char **argv)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" -s scriptfile\n");
|
printf(" -s scriptfile\n");
|
||||||
printf(" execute the commands in the script file\n");
|
printf(" execute the commands in the script file\n");
|
||||||
|
#ifdef YOSYS_ENABLE_TCL
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" -c tcl_scriptfile\n");
|
printf(" -c tcl_scriptfile\n");
|
||||||
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");
|
||||||
|
#endif
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" -p command\n");
|
printf(" -p command\n");
|
||||||
printf(" execute the commands\n");
|
printf(" execute the commands\n");
|
||||||
|
|
Loading…
Reference in New Issue