run: -l latest checkpoint restore

Run is in theory done now, but all edge functionality needs double testing.
This commit is contained in:
Ciro Santilli
2018-08-30 09:54:28 +01:00
parent ddfb34cdd4
commit 12d5794547
3 changed files with 27 additions and 15 deletions

View File

@@ -8535,7 +8535,7 @@ The out of build tree is required, because otherwise Buildroot would copy the ou
By default, we use `configs/example/fs.py` script.
The `-X-b` option enables the alternative `configs/example/arm/fs_bigLITTLE.py` script instead.
The `--gem5-biglittle` option enables the alternative `configs/example/arm/fs_bigLITTLE.py` script instead.
First apply:
@@ -8546,7 +8546,7 @@ patch -d gem5/gem5 -p1 < patches/manual/gem5-biglittle.patch
then:
....
./run -a A -g -X-b
./run -a A -g --gem5-biglittle
....
Advantages over `fs.py`: