13.33.76 get_design_info
Retrieves some basic details of your design. The result value of the command will be a string value.
get_design_info value
Arguments
value
Must be one of the valid string values summarized in the table below:
Value | Description |
|---|---|
name | Design name. The result is set to the design name string. |
family | Silicon family. The result is set to the family name. |
design_path | Fully qualified path of the design file. The result is set to the location of the .adb file. If a design has not been saved to disk, the result will be an empty string. This command replaces the command get_design_filename. |
|
design_folder |
Directory (folder) portion of the design_path. |
|
design_file |
Filename portion of the design_path. |
|
cwdir |
Current working directory. The result is set to the location of the current working directory |
|
die |
Die name. The result is set to the name of the selected die for the design. If no die is selected, this is an empty string. |
|
Package |
Package. The result is set to the name of the selected package for the design. If no package is selected, this is an empty string. |
|
Speed |
Speed grade. The result is set to the speed grade for the design. If no speed grade is selected, this is an empty string. |
