mips: Implement an SE workload for Linux.
authorGabe Black <gabe.black@gmail.com>
Wed, 21 Oct 2020 00:37:08 +0000 (17:37 -0700)
committerGabe Black <gabe.black@gmail.com>
Thu, 29 Oct 2020 01:34:55 +0000 (01:34 +0000)
commit5a2a72bff4f047bcaba07ea6bd9aff6afe028735
tree70f63ffe5fab9927b0f56dc88acf05b3f276d59f
parenta78abf07b7568589a2585397f4c17799626664e8
mips: Implement an SE workload for Linux.

Change-Id: I78f6048cfe06be1b08d54dc7d24cb3518e97be0f
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34158
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/mips/MipsSeWorkload.py [new file with mode: 0644]
src/arch/mips/SConscript
src/arch/mips/linux/process.cc [deleted file]
src/arch/mips/linux/process.hh [deleted file]
src/arch/mips/linux/se_workload.cc [new file with mode: 0644]
src/arch/mips/linux/se_workload.hh [new file with mode: 0644]
src/arch/mips/process.cc
src/arch/mips/process.hh
src/arch/mips/se_workload.cc [new file with mode: 0644]
src/arch/mips/se_workload.hh [new file with mode: 0644]