create_metadata_template (::quartus::board)
The following table displays information for the create_metadata_template Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::board 1.0 |
|||
| Syntax | create_metadata_template [-h | -help] [-long_help] -destination_dir <destination_dir> [-type <readme> ] | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -destination_dir <destination_dir> | The directory to save the template file | |||
| -type <readme> | Template type to be created (readme) | |||
| Description |
The command creates the specified metadata template file type to the specified destination directory. |
|||
| Example Usage |
::board::create_metadata_template -type readme -destination_dir ./project_dir |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||