ext: update SST test config
Align configuration with new SST change [1] requiring units for
memHierarchy's backend.mem_size parameter.
[1] c901abb4e7
Change-Id: I19fa09bec8aa453dc52d154598a4ebb20ea304d8
This commit is contained in:
parent
84f9747688
commit
392ef0349e
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ memory.addParams({
|
|||
"request_width" : 64,
|
||||
"coherence_protocol" : "MSI",
|
||||
"access_time" : "25 ns",
|
||||
"backend.mem_size" : 256,
|
||||
"backend.mem_size" : "256MiB",
|
||||
"clock" : "2GHz",
|
||||
"debug" : debug("DEBUG"),
|
||||
"range_start" : 0, # 2 * (1024 ** 3), # it's behind a directory controller.
|
||||
|
|
Loading…
Reference in a new issue