Update reference outputs
--HG-- extra : convert_revision : 110a6c51cc1c562d115492b7360bfdbbded8eefd
This commit is contained in:
@@ -6,7 +6,7 @@ from Bus import Bus
|
||||
class BaseCPU(SimObject):
|
||||
type = 'BaseCPU'
|
||||
abstract = True
|
||||
mem = Param.PhysicalMemory(Parent.any, "memory")
|
||||
mem = Param.MemObject("memory")
|
||||
|
||||
system = Param.System(Parent.any, "system object")
|
||||
if build_env['FULL_SYSTEM']:
|
||||
|
||||
Reference in New Issue
Block a user