riscv: Implement an SE workload for Linux.
authorGabe Black <gabe.black@gmail.com>
Wed, 21 Oct 2020 00:37:03 +0000 (17:37 -0700)
committerGabe Black <gabe.black@gmail.com>
Thu, 29 Oct 2020 01:34:41 +0000 (01:34 +0000)
commita78abf07b7568589a2585397f4c17799626664e8
tree59e64ceb53a6354b24838c46ce5ff0024ee24493
parent24a2f8ffb92b1bc5a8e777b753553c73ae14fba0
riscv: Implement an SE workload for Linux.

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