qed::import_from_dse (::quartus::qed)
The following table displays information for the qed::import_from_dse Tcl command:
Tcl Package and Version |
Belongs to ::quartus::qed 1.0 |
|||
Syntax | qed::import_from_dse [-h | -help] [-long_help] -json_file <json_file> | |||
Arguments | -h | -help | Short help | ||
-long_help | Long help with examples and possible return values | |||
-json_file <json_file> | Filepath to a DSE configuration .json file | |||
Description |
Imports the exploration points from a Design Space Explorer run as projects in an Exploration Dashboard Workspace. All projects will be loaded into a single group, but different seeds of the same exploration strategy will also be put into another group dedicated to that strategy. The compute specification will also be inherited from the DSE configuration file into Exploration Dashboard. This command only supports importing DSE runs from Quartus Prime Pro version 24.1 or later. |
|||
Example Usage |
qed::import_from_dse -json_file my_project/dse/my_revision/my_revision.dse_config.json |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful |