..
cache
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
config
Fixes to get prefetching working again.
2009-02-16 08:56:40 -08:00
protocol
ruby: functional access updates to network test protocol
2012-10-18 18:35:42 -05:00
ruby
ruby: improved support for functional accesses
2012-10-15 17:51:57 -05:00
slicc
ruby: improved support for functional accesses
2012-10-15 17:51:57 -05:00
abstract_mem.cc
Mem: Separate the host and guest views of memory backing store
2012-10-15 08:12:32 -04:00
abstract_mem.hh
Mem: Separate the host and guest views of memory backing store
2012-10-15 08:12:32 -04:00
AbstractMemory.py
Mem: Remove the file parameter from AbstractMemory
2012-09-19 06:15:46 -04:00
addr_mapper.cc
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
addr_mapper.hh
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
AddrMapper.py
mem: Add a gasket that allows memory ranges to be re-mapped.
2012-09-25 11:49:40 -05:00
bridge.cc
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
bridge.hh
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
Bridge.py
Bridge: Remove NACKs in the bridge and unify with packet queue
2012-08-22 11:39:58 -04:00
bus.cc
Mem: Fix incorrect logic in bus blocksize check
2012-10-15 12:51:21 -04:00
bus.hh
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
Bus.py
dev: Make default clock more reasonable for system and devices
2012-10-25 13:14:44 -04:00
coherent_bus.cc
Mem: Determine bus block size during initialisation
2012-10-11 06:38:43 -04:00
coherent_bus.hh
Mem: Determine bus block size during initialisation
2012-10-11 06:38:43 -04:00
comm_monitor.cc
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
comm_monitor.hh
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
CommMonitor.py
MEM: Add the communication monitor
2012-05-09 04:37:45 -04:00
fs_translating_port_proxy.cc
mem: fix bug with CopyStringOut and null string termination.
2012-05-10 18:04:27 -05:00
fs_translating_port_proxy.hh
MEM: Introduce the master/slave port sub-classes in C++
2012-03-30 09:40:11 -04:00
mem_object.cc
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
mem_object.hh
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
MemObject.py
Clock: Move the clock and related functions to ClockedObject
2012-08-21 05:49:01 -04:00
mport.cc
MEM: Separate snoops and normal memory requests/responses
2012-04-14 05:45:07 -04:00
mport.hh
MEM: Separate requests and responses for timing accesses
2012-05-01 13:40:42 -04:00
noncoherent_bus.cc
Port: Align port names in C++ and Python
2012-07-09 12:35:39 -04:00
noncoherent_bus.hh
Mem: Determine bus block size during initialisation
2012-10-11 06:38:43 -04:00
packet.cc
Packet: Remove NACKs from packet and its use in endpoints
2012-08-22 11:39:59 -04:00
packet.hh
mem: Add a gasket that allows memory ranges to be re-mapped.
2012-09-25 11:49:40 -05:00
packet_access.hh
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
2009-09-23 08:34:21 -07:00
packet_queue.cc
Port: Extend the QueuedPort interface and use where appropriate
2012-08-22 11:39:56 -04:00
packet_queue.hh
MEM: Separate requests and responses for timing accesses
2012-05-01 13:40:42 -04:00
page_table.cc
Fix: Address a few benign memory leaks
2012-07-09 12:35:30 -04:00
page_table.hh
SE/FS: Get rid of includes of config/full_system.hh.
2011-11-18 02:20:22 -08:00
physical.cc
Mem: Separate the host and guest views of memory backing store
2012-10-15 08:12:32 -04:00
physical.hh
Mem: Separate the host and guest views of memory backing store
2012-10-15 08:12:32 -04:00
port.cc
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
port.hh
mem: Fix typo in port comments
2012-10-31 09:28:23 -04:00
port_proxy.cc
MEM: Remove the Broadcast destination from the packet
2012-04-14 05:45:55 -04:00
port_proxy.hh
MEM: Introduce the master/slave port sub-classes in C++
2012-03-30 09:40:11 -04:00
qport.hh
Port: Extend the QueuedPort interface and use where appropriate
2012-08-22 11:39:56 -04:00
request.hh
ARM: dump stats and process info on context switches
2012-11-02 11:32:01 -05:00
SConscript
mem: Add a gasket that allows memory ranges to be re-mapped.
2012-09-25 11:49:40 -05:00
se_translating_port_proxy.cc
SETranslatingPortProxy: fix bug in tryReadString()
2012-08-06 16:57:11 -07:00
se_translating_port_proxy.hh
MEM: Introduce the master/slave port sub-classes in C++
2012-03-30 09:40:11 -04:00
simple_dram.cc
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
simple_dram.hh
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
simple_mem.cc
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
simple_mem.hh
Port: Add protocol-agnostic ports in the port hierarchy
2012-10-15 08:12:35 -04:00
SimpleDRAM.py
DRAM: Introduce SimpleDRAM to capture a high-level controller
2012-09-21 11:48:13 -04:00
SimpleMemory.py
Mem: Add a maximum bandwidth to SimpleMemory
2012-09-18 10:30:02 -04:00
tport.cc
Port: Extend the QueuedPort interface and use where appropriate
2012-08-22 11:39:56 -04:00
tport.hh
Port: Hide the queue implementation in SimpleTimingPort
2012-07-09 12:35:42 -04:00