configs: fix bug introduced due to 276ad9121192
I had made a typo in changeset 276ad9121192. This changeset fixes it
This commit is contained in:
@@ -84,7 +84,7 @@ import m5
|
||||
from m5.objects import *
|
||||
|
||||
# A single Hybrid Memory Cube (HMC)
|
||||
class HMCSystem(SimOject):
|
||||
class HMCSystem(SimObject):
|
||||
|
||||
#*****************************CROSSBAR PARAMETERS*************************
|
||||
# Flit size of the main interconnect [1]
|
||||
|
||||
Reference in New Issue
Block a user