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:
Curtis Dunham 2016-09-20 15:51:24 +01:00
parent 84f9747688
commit 392ef0349e

View file

@ -171,7 +171,7 @@ memory.addParams({
"request_width" : 64, "request_width" : 64,
"coherence_protocol" : "MSI", "coherence_protocol" : "MSI",
"access_time" : "25 ns", "access_time" : "25 ns",
"backend.mem_size" : 256, "backend.mem_size" : "256MiB",
"clock" : "2GHz", "clock" : "2GHz",
"debug" : debug("DEBUG"), "debug" : debug("DEBUG"),
"range_start" : 0, # 2 * (1024 ** 3), # it's behind a directory controller. "range_start" : 0, # 2 * (1024 ** 3), # it's behind a directory controller.