Update reference outputs

--HG--
extra : convert_revision : 110a6c51cc1c562d115492b7360bfdbbded8eefd
This commit is contained in:
Steve Reinhardt
2006-08-18 00:17:21 -04:00
parent 4e3164617a
commit a12dbc3074
37 changed files with 1414 additions and 105 deletions

View File

@@ -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']: