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:
parent
64ca31976f
commit
c965ca96cc
1 changed files with 13 additions and 14 deletions
|
@ -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)")
|
||||
|
|
Loading…
Reference in a new issue