|
|
[Submitted] mem: Update DDR3 and DDR4 based on datasheets
|
ahansson
|
April 23rd, 2014, 12:37 p.m.
|
|
|
|
[Submitted] mem: Update DRAM command scheduler for bank groups
|
ahansson
|
June 25th, 2015, 7:30 a.m.
|
|
|
|
[Discarded] mem: Update mostly exclusive cache policy to cover more cases
|
ahansson
|
April 11th, 2016, 5:08 p.m.
|
|
|
|
[Submitted] MEM: Use base class Master/SlavePort pointers in the bus
|
ahansson
|
April 9th, 2012, 9:40 a.m.
|
|
|
|
[Submitted] mem: Use C++11 delegating constructors for Request
|
ahansson
|
August 19th, 2015, 9:06 a.m.
|
|
|
|
[Submitted] mem: Use const pointers for port proxy write functions
|
ahansson
|
November 17th, 2014, 6:14 a.m.
|
|
|
|
[Submitted] Mem: Use cycles to express cache-related latencies
|
ahansson
|
September 28th, 2012, 7 a.m.
|
|
|
|
[Submitted] Mem: Use deque instead of list for bus retries
|
ahansson
|
October 12th, 2012, 1:41 a.m.
|
|
|
|
[Submitted] Mem: Use range operations in bus in preparation for striping
|
ahansson
|
September 21st, 2012, 9 a.m.
|
|
|
|
[Submitted] mem: Use shared_ptr for Ruby Message classes
|
ahansson
|
September 29th, 2014, 10:40 a.m.
|
|
|
|
[Submitted] mem: Use STL deque in favour of list for DRAM queues
|
ahansson
|
July 18th, 2013, 12:59 p.m.
|
|
|
|
[Submitted] mem: Use the packet delays and do not just zero them out
|
ahansson
|
October 30th, 2015, 10:35 a.m.
|
|
|
|
[Submitted] mem: Use the range cache for lookup as well as access
|
ahansson
|
February 3rd, 2015, 7:57 p.m.
|
|
|
|
[Submitted] mem: Use the same timing calculation for DRAM read and write
|
ahansson
|
October 16th, 2013, 7:40 a.m.
|
|
|
|
[Discarded] MEM: VirtualPorts are replaced with FSTranslatingProxys
|
ahansson
|
November 28th, 2011, 10:20 a.m.
|
|
|
|
[Submitted] mem: Wakeup sleeping CPUs without caches on LLSC
|
ahansson
|
February 21st, 2014, 1:21 p.m.
|
|
|
|
[Submitted] mem: write streaming support via WriteInvalidate promotion
|
ahansson
|
August 13th, 2014, 2:08 p.m.
|
|
|
|
[Submitted] misc: Add explicit overrides and fix other clang >= 3.5 issues
|
ahansson
|
October 8th, 2015, 2:31 p.m.
|
|
|
|
[Submitted] misc: Add functions for doing popcount and power-of-two checking
|
ahansson
|
September 10th, 2014, 7:53 a.m.
|
|
|
|
[Submitted] misc: Add panic_if / fatal_if / chatty_assert
|
ahansson
|
February 21st, 2014, 1:24 p.m.
|
|
|
|
[Submitted] misc: Appease clang static analyzer
|
ahansson
|
October 26th, 2015, 6:13 p.m.
|
|
|
|
[Submitted] misc: Appease gcc 5.1
|
ahansson
|
May 8th, 2015, 1:10 p.m.
|
|
|
|
[Submitted] misc: README direct to website for dependencies
|
ahansson
|
August 17th, 2014, 10:46 a.m.
|
|
|
|
[Submitted] misc: Remove redundant compiler-specific defines
|
ahansson
|
October 8th, 2015, 2:29 p.m.
|
|
|
|
[Submitted] misc: Use gmtime for conversion to UTC to avoid getenv/setenv
|
ahansson
|
October 14th, 2014, 7:55 a.m.
|
|
|
|
[Submitted] ns_gige: Fix a missing curly brace in if-statement
|
ahansson
|
January 24th, 2012, 9:11 a.m.
|
|
|
|
[Submitted] o3: Use shared_ptr for MemDepEntry
|
ahansson
|
September 29th, 2014, 10:40 a.m.
|
|
|
|
[Submitted] Packet: Cleaning up packet command and attribute
|
ahansson
|
May 2nd, 2012, 7:14 a.m.
|
|
|
|
[Submitted] Packet: Remove NACKs from packet and its use in endpoints
|
ahansson
|
July 21st, 2012, 5:11 a.m.
|
|
|
|
[Submitted] Packet: Unify the use of PortID in packet and port
|
ahansson
|
May 23rd, 2012, 6:32 a.m.
|
|
|
|
[Submitted] Packet: Updated comments for src and dest fields
|
ahansson
|
May 23rd, 2012, 6:32 a.m.
|
|
|
|
[Submitted] PacketQueue: Allow queuing in the same tick as desired send tick
|
ahansson
|
August 3rd, 2012, 9:29 a.m.
|
|
|
|
[Submitted] Param: Fix proxy traversal to support chained proxies
|
ahansson
|
September 21st, 2012, 9:05 a.m.
|
|
|
|
[Submitted] Param: Transition to Cycles for relevant parameters
|
ahansson
|
September 1st, 2012, 3:44 p.m.
|
|
|
|
[Submitted] Port: Add getAddrRanges to master port (asking slave port)
|
ahansson
|
June 6th, 2012, 9:44 a.m.
|
|
|
|
[Submitted] Port: Add isSnooping to slave port (asking master port)
|
ahansson
|
June 6th, 2012, 9:43 a.m.
|
|
|
|
[Submitted] Port: Add protocol-agnostic ports in the port hierarchy
|
ahansson
|
June 17th, 2012, 10:16 a.m.
|
|
|
|
[Submitted] Port: Align port names in C++ and Python
|
ahansson
|
June 11th, 2012, 7:46 a.m.
|
|
|
|
[Submitted] Port: Extend the QueuedPort interface and use where appropriate
|
ahansson
|
July 19th, 2012, 2:12 p.m.
|
|
|
|
[Submitted] Port: Hide the queue implementation in SimpleTimingPort
|
ahansson
|
July 6th, 2012, 6:31 a.m.
|
|
|
|
[Submitted] Port: Make getAddrRanges const
|
ahansson
|
June 6th, 2012, 9:45 a.m.
|
|
|
|
[Submitted] Port: Move retry from port base class to Master/SlavePort
|
ahansson
|
June 6th, 2012, 9:40 a.m.
|
|
|
|
Port: Separate the port and the interface protocol
|
ahansson
|
July 10th, 2012, 4:07 a.m.
|
|
|
|
[Submitted] Port: Stricter port bind/unbind semantics
|
ahansson
|
August 20th, 2012, 7:32 a.m.
|
|
|
|
[Submitted] power: Add basic DVFS support for gem5
|
ahansson
|
June 11th, 2014, 5:03 p.m.
|
|
|
|
[Submitted] power: Add voltage domains to the clock domains
|
ahansson
|
June 27th, 2013, 4:40 p.m.
|
|
|
|
[Submitted] Power: Change bitfield name to avoid conflicts with range_map
|
ahansson
|
March 21st, 2012, 10:03 a.m.
|
|
|
|
[Submitted] Power: Fix MaxMiscDestRegs which was set to zero
|
ahansson
|
June 8th, 2012, 2:54 a.m.
|
|
|
|
[Submitted] Python: Make the All proxy traverse SimObject children as well
|
ahansson
|
March 21st, 2012, 10:07 a.m.
|
|
|
|
[Submitted] range_map: Enable const find and iteration
|
ahansson
|
March 21st, 2012, 10:06 a.m.
|
|