Add command/pseudo-instruction m5fail
Review Request #1479 - Created Oct. 23, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| LluĂs Vilanova | |
| gem5 | |
| Reviewers | |
| Default | |
Used as a command in full-system scripts helps the user ensure the benchmarks have finished successfully.
For example, one can use:
/path/to/benchmark args || /sbin/m5 fail 1
and thus ensure GEM5 will exit with an error if the benchmark fails.
