config: Support full-system with SST's memory system
authorCurtis Dunham <Curtis.Dunham@arm.com>
Wed, 8 Apr 2015 20:56:06 +0000 (15:56 -0500)
committerCurtis Dunham <Curtis.Dunham@arm.com>
Wed, 8 Apr 2015 20:56:06 +0000 (15:56 -0500)
commitc3268f882029c7501867540ccf04db054fdff084
tree6c31899946f53d46a0b7bbbfe7fd5dc782dfde2c
parentf05cb84ed1a61f81c26e4ea22f98454d12f069aa
config: Support full-system with SST's memory system

This patch adds an example configuration in ext/sst/tests/ that allows
an SST/gem5 instance to simulate a 4-core AArch64 system with SST's
memHierarchy components providing all the caches and memories.
configs/common/CacheConfig.py
configs/common/FSConfig.py
configs/common/MemConfig.py
configs/common/Options.py
configs/example/fs.py
ext/sst/tests/test6_arm_4c.py [new file with mode: 0644]
src/dev/arm/RealView.py