stdlib,configs,tests: Rename config to arm-ubuntu-run.py
The "config/example/gem5_library/arm-ubuntu-boot-exit.py" script is renamed to "config/example/gem5_library/arm-ubuntu-run.py". This makes it more consistent with similar scripts in the "config/example/gem5_library" directory: "x86-ubuntu-run.py" and "riscv-ubuntu-run.py". Change-Id: I9d96fd68e122f2841573b1717b0969cd44972771 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65132 Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
committed by
Bobby Bruce
parent
26858db854
commit
8ffecdd966
@@ -35,7 +35,7 @@ Usage
|
||||
|
||||
```
|
||||
scons build/ARM/gem5.opt -j<NUM_CPUS>
|
||||
./build/ARM/gem5.opt configs/example/gem5_library/arm-ubuntu-boot-exit.py
|
||||
./build/ARM/gem5.opt configs/example/gem5_library/arm-ubuntu-run.py
|
||||
```
|
||||
|
||||
"""
|
||||
@@ -275,7 +275,7 @@ gem5_verify_config(
|
||||
)
|
||||
|
||||
gem5_verify_config(
|
||||
name="test-gem5-library-example-arm-ubuntu-boot-test",
|
||||
name="test-gem5-library-example-arm-ubuntu-run-test",
|
||||
fixtures=(),
|
||||
verifiers=(),
|
||||
config=joinpath(
|
||||
@@ -283,7 +283,7 @@ gem5_verify_config(
|
||||
"configs",
|
||||
"example",
|
||||
"gem5_library",
|
||||
"arm-ubuntu-boot-exit.py",
|
||||
"arm-ubuntu-run.py",
|
||||
),
|
||||
config_args=[],
|
||||
valid_isas=(constants.all_compiled_tag,),
|
||||
|
||||
Reference in New Issue
Block a user