gem5/ext
Curtis Dunham f05cb84ed1 ext: Add SST connector
This patch adds a connector that allows gem5 to be used as a component
in SST (Structural Simulation Toolkit, sst-simulator.org). At a high
level, this allows memory traffic to pass between the two simulators.
SST Links are roughly analogous to gem5 Ports, although Links do not
have a notion of master and slave. This distinction is important to
gem5, so when connecting a gem5 CPU to an SST cache, an ExternalSlave
must be used, and similarly when connecting the memory side of SST cache
to a gem5 port (for memory <-> I/O), an ExternalMaster must be used.

These connectors handle the administrative aspects of gem5
(initialization, simulation, shutdown) as well as translating SST's
MemEvents into gem5 Packets and vice-versa.
2015-04-08 15:56:06 -05:00
..
dnet ext: clang fix for flexible array members 2014-08-13 06:57:19 -04:00
drampower ext: Bump DRAMPower to avoid compilation issues 2014-10-20 18:03:53 -04:00
dramsim2 ext: Fix typo in DRAMSim2 SConscript 2014-03-23 11:11:42 -04:00
dsent ext: dsent: adds a Python interface, drops C++ one 2014-10-11 16:16:00 -05:00
fputils ext: Update fputils to rev 6a47fd8358 2014-10-16 05:49:58 -04:00
gzstream scons: Make shared library builds work again 2009-06-12 21:19:16 -07:00
libelf arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
libfdt ext lib: add libfdt to enable flattened device tree support 2013-02-15 18:48:59 -05:00
mcpat ext: Add a McPAT regression tester 2014-06-04 07:48:20 -07:00
ply ext: disable PLY debugging 2014-03-19 19:18:43 -05:00
sst ext: Add SST connector 2015-04-08 15:56:06 -05:00
x11keysym Ext: Add X11 keysym header files to ext directory. 2011-02-09 22:27:37 -06:00