diff options
Diffstat (limited to 'objects/BaseSystem.mpy')
-rw-r--r-- | objects/BaseSystem.mpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/BaseSystem.mpy b/objects/BaseSystem.mpy index 2a8b98338..460bce736 100644 --- a/objects/BaseSystem.mpy +++ b/objects/BaseSystem.mpy @@ -1,4 +1,5 @@ simobj BaseSystem(SimObject): + type = 'BaseSystem' abstract = True memctrl = Param.MemoryController(Super, "memory controller") physmem = Param.PhysicalMemory(Super, "phsyical memory") |