-
Notifications
You must be signed in to change notification settings - Fork 2
Arguments
LWagner edited this page May 9, 2022
·
3 revisions
-a,--arch_desc, file path to an architectural description -d,--debug, Turns on debug output of the simulator. -e,--exp_desc , file path to an experiment description -o,--out, Report Location Directory. Creates a new directory with experiment name and start timestamp for each experiment. -p,--progress_bar, Show progressbar window during simulation. When setting this flag, the simulator does not run in headless mode anymore. -s,--scenario_desc, file path to a scenario description -t,--no_traces, Turns off the DESMO-J trace output of the simulator.
Short Arg | Long Arg | Description |
---|---|---|
-a | --arch_desc | File path to an architectural description |
-d | --debug | Turns on debug output of the simulator. |
-e | --exp_desc | File path to an experiment description |
-o | --out | Report Location Directory. Creates a new directory with experiment name and start timestamp for each experiment run. |
-p | --progress_bar | Show progressbar window during simulation. When setting this flag, the simulator does not run in headless mode anymore. |
-s | --scenario_desc | File path to a scenario description |
-t | --no_traces | Turns off the DESMO-J trace output of the simulator. |