Fix typo
This commit is contained in:
@@ -38,7 +38,7 @@ class System(SimObject):
|
||||
type = 'System'
|
||||
swig_objdecls = [ '%include "python/swig/system.i"' ]
|
||||
|
||||
physmem = Param.PhysicalMemory(Parent.any, "phsyical memory")
|
||||
physmem = Param.PhysicalMemory(Parent.any, "physical memory")
|
||||
mem_mode = Param.MemoryMode('atomic', "The mode the memory system is in")
|
||||
if build_env['FULL_SYSTEM']:
|
||||
abstract = True
|
||||
|
||||
Reference in New Issue
Block a user