User Guide: DSim Cloud CLI job command
Synopsis
mdc job submit | status | log | download | list | kill | wave
This command allows you to manage your jobs for regressions. It can be used to execute jobs, get the status of jobs, view captured output, download artifacts, list jobs, kill jobs, and view waveforms.
See Tutorial: Regressions for how to create jobs for regressions.
Sub-commands
submit Execute a job using a job file.
status Get the status of a job.
log View the captured output of a job task.
download Download a job's artifacts.
list List the jobs.
kill Kill a job.
wave View waveform artifacts from a job.
Example(s)
mdc job submit carry_lookahead_adder.yml mdc job status carry-lookahead-adder-82d77 mdc job log carry-lookahead-adder-def34 run-sv mdc job download carry-lookahead-adder-12abc waves-vhdl mdc job list mdc job kill carry-lookahead-adder-82d77 mdc job wave carry-lookahead-adder-82d77 waves-sv