configs: fix bug introduced due to 276ad9121192
I had made a typo in changeset 276ad9121192. This changeset fixes it
This commit is contained in:
parent
845a10e330
commit
6433a10749
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ import m5
|
||||||
from m5.objects import *
|
from m5.objects import *
|
||||||
|
|
||||||
# A single Hybrid Memory Cube (HMC)
|
# A single Hybrid Memory Cube (HMC)
|
||||||
class HMCSystem(SimOject):
|
class HMCSystem(SimObject):
|
||||||
|
|
||||||
#*****************************CROSSBAR PARAMETERS*************************
|
#*****************************CROSSBAR PARAMETERS*************************
|
||||||
# Flit size of the main interconnect [1]
|
# Flit size of the main interconnect [1]
|
||||||
|
|
Loading…
Reference in a new issue