diff options
author | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-20 15:51:24 +0100 |
---|---|---|
committer | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-20 15:51:24 +0100 |
commit | 392ef0349e01e776e2123dabdb5a71083318d9e4 (patch) | |
tree | 4a6c0518bb8e7c2ee53975975c237bb430ac6ea2 /ext | |
parent | 84f97476880fdce51f50a43f68398610354a4a4a (diff) | |
download | gem5-392ef0349e01e776e2123dabdb5a71083318d9e4.tar.xz |
ext: update SST test config
Align configuration with new SST change [1] requiring units for
memHierarchy's backend.mem_size parameter.
[1] https://github.com/sstsimulator/sst-elements/commit/c901abb4e79644ff18f5222c94f5dae012772e1e
Change-Id: I19fa09bec8aa453dc52d154598a4ebb20ea304d8
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sst/tests/test6_arm_4c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sst/tests/test6_arm_4c.py b/ext/sst/tests/test6_arm_4c.py index 642760627..f3bb43600 100644 --- a/ext/sst/tests/test6_arm_4c.py +++ b/ext/sst/tests/test6_arm_4c.py @@ -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. |