From 100cbc9cf63af46697f129c9c10f0cc80ff7db9d Mon Sep 17 00:00:00 2001 From: Erfan Azarkhish Date: Tue, 3 Nov 2015 12:17:56 -0600 Subject: mem: hmc: top level design This patch enables modeling a complete Hybrid Memory Cube (HMC) device. It highly reuses the existing components in gem5's general memory system with some small modifications. This changeset requires additional patches to model a complete HMC device. Committed by: Nilay Vaish --- configs/example/fs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/example/fs.py') diff --git a/configs/example/fs.py b/configs/example/fs.py index 9d8b87aaa..69b2e970a 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -215,6 +215,7 @@ def build_test_system(np): test_sys.cpu[i].createThreads() CacheConfig.config_cache(options, test_sys) + MemConfig.config_mem(options, test_sys) return test_sys -- cgit v1.2.3