fastmodel: Use BaseMMU in the CortexR52 wrapper
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Change-Id: I569dc66a9dad54a374b0864ef2ffabd114aede7b Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/37715 Reviewed-by: Gabe Black <gabe.black@gmail.com> Maintainer: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -36,10 +36,10 @@ namespace FastModel
|
||||
{
|
||||
|
||||
CortexR52TC::CortexR52TC(
|
||||
::BaseCPU *cpu, int id, System *system, ::BaseTLB *dtb, ::BaseTLB *itb,
|
||||
::BaseCPU *cpu, int id, System *system, ::BaseMMU *mmu,
|
||||
::BaseISA *isa, iris::IrisConnectionInterface *iris_if,
|
||||
const std::string &iris_path) :
|
||||
ThreadContext(cpu, id, system, dtb, itb, isa, iris_if, iris_path)
|
||||
ThreadContext(cpu, id, system, mmu, isa, iris_if, iris_path)
|
||||
{}
|
||||
|
||||
bool
|
||||
|
||||
@@ -44,7 +44,7 @@ class CortexR52TC : public Iris::ThreadContext
|
||||
|
||||
public:
|
||||
CortexR52TC(::BaseCPU *cpu, int id, System *system,
|
||||
::BaseTLB *dtb, ::BaseTLB *itb, ::BaseISA *isa,
|
||||
::BaseMMU *mmu, ::BaseISA *isa,
|
||||
iris::IrisConnectionInterface *iris_if,
|
||||
const std::string &iris_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user