Files
gem5/tests/gem5/checkpoint_tests/README.md
Harshil Patel a880ff1e15 tests: Updated directory structure
-Changed copyright message to reflect correct year.
- Updated directory structure.
- Changed directory name to snake case.
- Added a README.md for checkpoint tests.

Change-Id: Id350addb9cce6740a20a5a45171f80306b711efa
2023-08-08 13:38:56 -07:00

564 B

Checkpoint tests

These tests run hello world binary for arm, x86, and power isa and ubuntuboot workload for x86 isa using checkpoints. Each binary is run in two parts:

  • Save checkpoint: A binary is run for a set amount of ticks and then a checkpoint is taken. This test checks if the checkpoint is taken.

  • Resotre checkpoint: The same binary and board in the respective save test are used with the saved checkpoint (the checkpoint is uploaded to gem5 resources). This test checks if the binary ran properly.

./main.py run gem5/checkpoint_tests/