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>
This commit is contained in:
@@ -37,17 +37,19 @@ if env['TARGET_ISA'] == 'mips':
|
||||
Source('interrupts.cc')
|
||||
Source('isa.cc')
|
||||
Source('linux/linux.cc')
|
||||
Source('linux/process.cc')
|
||||
Source('linux/se_workload.cc')
|
||||
Source('mmu.cc')
|
||||
Source('pagetable.cc')
|
||||
Source('process.cc')
|
||||
Source('remote_gdb.cc')
|
||||
Source('se_workload.cc')
|
||||
Source('tlb.cc')
|
||||
Source('utility.cc')
|
||||
|
||||
SimObject('MipsInterrupts.py')
|
||||
SimObject('MipsISA.py')
|
||||
SimObject('MipsMMU.py')
|
||||
SimObject('MipsSeWorkload.py')
|
||||
SimObject('MipsTLB.py')
|
||||
|
||||
DebugFlag('MipsPRA')
|
||||
|
||||
Reference in New Issue
Block a user