sim: Add a mechanism for finding an compatible SE workload.
authorGabe Black <gabeblack@google.com>
Wed, 26 Aug 2020 06:24:47 +0000 (23:24 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 7 Oct 2020 22:58:29 +0000 (22:58 +0000)
commit8041ab0ad70a44406e330801b96b6b7ee010d456
treead19ffe6985a08a905d86bb73317cab8ba696fc0
parentaf8794c378efc519716b98515342d00fc1267cee
sim: Add a mechanism for finding an compatible SE workload.

This makes it possible to pick an SEWorkload generically at the config
level and not in C++ after the structure of the simulation has already
been set.

Change-Id: I7e52beb5a4d45aa43192e1ba4de6c5aab8b43d84
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33900
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/sim/Workload.py