User Guide: DSim Cloud CLI job download command
Synopsis
mdc job download <job-id> <artifact> [options]
This command allows you to download artifacts from your regressions. The artifact can be a file or folder. The artifact will be compressed and downloaded as _downloaded_<artifact>.tar.gz.
<job-id>
unique identifier of the job. Required.
<artifact>
name of the artifact as defined in the outputs
section of your job file. Required.
Options
-h, --help
Show help message.
-x, --extract
Extract the artifact after download. By default, the artifact will be extracted to a new folder called _downloaded_<artifact>.
-d, --destination <String>
Destination folder to download or extract artifact.
Example(s)
mdc job download carry-lookahead-adder-82d77 waves-sv mdc job download carry-lookahead-adder-12abc log-vhdl-sv mdc job download test-def34 artifacts mdc job download carry-lookahead-adder-82d77 waves-sv -x mdc job download hello-world-beef8 results-verilog -x -d ./Verilog/data/