configs: Fix inheritance of HMCSystem and cleanup spacing

Minor fix to ensure the HMCSystem can actually be instantiated
(SimObject cannot be created). Also address some spacing issues.
This commit is contained in:
Andreas Hansson 2016-01-11 05:52:17 -05:00
parent 64ca31976f
commit c965ca96cc

View file

@ -84,8 +84,7 @@ import m5
from m5.objects import *
# A single Hybrid Memory Cube (HMC)
class HMCSystem(SimObject):
class HMCSystem(SubSystem):
#*****************************CROSSBAR PARAMETERS*************************
# Flit size of the main interconnect [1]
xbar_width = Param.Unsigned(32, "Data width of the main XBar (Bytes)")