-
Notifications
You must be signed in to change notification settings - Fork 69
Copy simulation_inputs | add docs #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -296,6 +296,25 @@ should be absolute with respect to the workload rootfs. Files will be placed | |
| together in the output directory. You cannot specify the directory structure of | ||
| the output. | ||
|
|
||
| simulation_outputs | ||
| ^^^^^^^^^^^^^^^^^^^^^ | ||
| A list of simulation output files to copy after running firesim. Each path | ||
| should be absolute with respect to the `sim_slot_*` directory. | ||
|
||
|
|
||
| simulation_inputs | ||
| ^^^^^^^^^^^^^^^^^^^^^ | ||
| A list of simulation input files to provide to firesim before running simulations. | ||
| Each path should be relative to the firemarshal top directory. | ||
|
|
||
| .. Note:: `simulation_outputs` and `simulation_inputs` are specific to firesim | ||
| workloads and hence should be wrapped with the `firesim` key. | ||
| ``` | ||
| firesim: { | ||
| simulation_inputs: ["./images/br-base/br-base-bin-dwarf"], | ||
| simulation_outputs: ["memory_stats0.csv", "metasim_stderr.out"] | ||
| } | ||
| ``` | ||
|
|
||
| .. _workload-rootfs-size: | ||
|
|
||
| rootfs-size | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.