sim: Track ThreadContext-s in the Workload object.

Change-Id: I00bf9fa36d3993f55d41e50196ad8a89a3d506c4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/44616
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Boris Shingarov <shingarov@gmail.com>
This commit is contained in:
Gabe Black
2021-04-18 23:24:43 -07:00
parent 8467e183c9
commit 2f424f6a13
4 changed files with 75 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ Source('mathexpr.cc')
Source('power_state.cc')
Source('power_domain.cc')
Source('stats.cc')
Source('workload.cc')
GTest('byteswap.test', 'byteswap.test.cc', '../base/types.cc')
GTest('guest_abi.test', 'guest_abi.test.cc')