|
|
[Submitted] MEM: Pass the ports from Python to C++ using the Swig params
|
ahansson
|
January 18th, 2012, 2:32 a.m.
|
|
|
|
[Submitted] MEM: Introduce the master/slave port sub-classes in C++
|
ahansson
|
March 10th, 2012, 11:54 a.m.
|
|
|
|
[Submitted] MEM: Separate snoops and normal memory requests/responses
|
ahansson
|
April 2nd, 2012, 6:49 a.m.
|
|
|
|
[Submitted] Config: Use clock option in se/fs script and pass to switch_cpus
|
ahansson
|
July 10th, 2012, 4:14 a.m.
|
|
|
|
[Submitted] PacketQueue: Allow queuing in the same tick as desired send tick
|
ahansson
|
August 3rd, 2012, 9:29 a.m.
|
|
|
|
[Submitted] mem: Fix memory allocation bug in deferred snoop handling
|
ahansson
|
December 14th, 2015, 10:30 p.m.
|
|
|
|
[Submitted] AddrRange: Simplify AddrRange params Python hierarchy
|
ahansson
|
August 29th, 2012, 11:52 a.m.
|
|
|
|
[Submitted] clang: Fix issues identified by the clang static analyzer
|
ahansson
|
September 11th, 2012, 3:41 a.m.
|
|
|
|
[Submitted] Regression: Use CPU clock and 32-byte width for L1-L2 bus
|
ahansson
|
September 27th, 2012, 6:30 a.m.
|
|
|
|
[Submitted] mem: Align downstream cache packet creation in atomic and timing
|
ahansson
|
March 31st, 2016, 6:21 p.m.
|
|
|
|
[Submitted] base: Encapsulate the underlying fields in AddrRange
|
ahansson
|
October 30th, 2012, 8:57 a.m.
|
|
|
|
stats: Add documentation to the python statistics system
|
ahansson
|
January 15th, 2013, 10:24 a.m.
|
|
|
|
[Submitted] scons: Fix up numerous warnings about name shadowing
|
ahansson
|
February 14th, 2013, 1:53 a.m.
|
|
|
|
[Submitted] config: Make configs/common a Python package
|
ahansson
|
October 13th, 2016, 2:10 p.m.
|
|
|
|
[Submitted] mem: Avoid explicitly zeroing the memory backing store
|
ahansson
|
April 22nd, 2013, 2:44 p.m.
|
|
|
|
[Submitted] mem: Spring cleaning of MSHR and MSHRQueue
|
ahansson
|
May 9th, 2013, 3:18 a.m.
|
|
|
|
[Submitted] arm: Add Makefile for aarch64 build of util/m5
|
ahansson
|
April 23rd, 2014, 12:15 p.m.
|
|
|
|
[Submitted] mem: Add precharge all (PREA) to the DRAM controller
|
ahansson
|
April 23rd, 2014, 12:36 p.m.
|
|
|
|
[Submitted] mem: write streaming support via WriteInvalidate promotion
|
ahansson
|
August 13th, 2014, 2:08 p.m.
|
|
|
|
[Submitted] config: Cleanup .json config file generation
|
ahansson
|
September 10th, 2014, 7:50 a.m.
|
|
|
|
[Submitted] arm: Add helper methods to setup architected PMU events
|
ahansson
|
September 29th, 2014, 10:39 a.m.
|
|
|
|
[Submitted] cpu: Ensure timing CPU sinks response before sending new request
|
ahansson
|
January 27th, 2015, 10:19 a.m.
|
|
|
|
[Submitted] mem, cpu: Add a separate flag for strictly ordered memory
|
ahansson
|
March 30th, 2015, 9:17 a.m.
|
|
|
|
[Submitted] MEM: Simplify ports by removing EventManager
|
ahansson
|
December 19th, 2011, 5:55 a.m.
|
|
|
|
[Submitted] mem: Add snoop filters to L2 crossbars, and check size
|
ahansson
|
August 21st, 2015, 3:49 p.m.
|
|
|
|
[Submitted] Config: Exit with fatal if a port is already connected
|
ahansson
|
May 18th, 2012, 9:10 a.m.
|
|
|
|
[Submitted] mem: Add an option to perform clean writebacks from caches
|
ahansson
|
October 19th, 2015, 5:02 p.m.
|
|
|
|
[Submitted] Packet: Remove NACKs from packet and its use in endpoints
|
ahansson
|
July 21st, 2012, 5:11 a.m.
|
|
|
|
[Submitted] mem: Move the point of coherency to the coherent crossbar
|
ahansson
|
January 1st, 2016, 2:33 p.m.
|
|
|
|
[Submitted] AddrRange: Transition from Range<T> to AddrRange
|
ahansson
|
September 3rd, 2012, 9:22 p.m.
|
|
|
|
[Submitted] mem: Adjust cache queue reserve to more conservative values
|
ahansson
|
February 24th, 2016, 9:28 a.m.
|
|
|
|
[Submitted] mem: Remove the joining of neighbouring ranges
|
ahansson
|
December 6th, 2012, 8:01 p.m.
|
|
|
|
[Submitted] scons: Allow pkg-config to fail and continue
|
ahansson
|
January 8th, 2013, 6:47 a.m.
|
|
|
|
[Submitted] mem: Add support for multi-channel DRAM configurations
|
ahansson
|
February 19th, 2013, 6:38 a.m.
|
|
|
|
[Submitted] cpu: Remove CpuPort and use MasterPort in the CPU classes
|
ahansson
|
March 14th, 2013, 7 a.m.
|
|
|
|
[Submitted] sim: Make MaxTick in Python match the one in C++
|
ahansson
|
July 12th, 2013, 9:41 a.m.
|
|
|
|
[Discarded] dev: Split Ethernet into EtherDevice and leave controllers (2/2)
|
ahansson
|
August 19th, 2013, 9:41 a.m.
|
|
|
|
[Submitted] mem: Add tRRD as a timing parameter for the DRAM controller
|
ahansson
|
October 16th, 2013, 7:44 a.m.
|
|
|
|
[Discarded] arch: support dynamic ISA file generation in SConscripts
|
ahansson
|
April 23rd, 2014, 12:23 p.m.
|
|
|
|
[Submitted] config: Add options to take/resume from SimPoint checkpoints
|
ahansson
|
November 20th, 2014, 9:43 a.m.
|
|
|
|
[Submitted] arch, cpu: Factor out the ExecContext into a proper base class
|
ahansson
|
August 19th, 2014, 9:28 a.m.
|
|
|
|
[Submitted] mem: Add memory rank-to-rank delay
|
ahansson
|
September 10th, 2014, 7:52 a.m.
|
|
|
|
[Submitted] mem: Add missig timing and current parameters to DRAM configs
|
ahansson
|
September 29th, 2014, 10:42 a.m.
|
|
|
|
[Submitted] mem: Remove redundant Packet::allocate calls
|
ahansson
|
November 17th, 2014, 6:14 a.m.
|
|
|
|
[Submitted] mem: Clarify usage of latency in the cache
|
ahansson
|
February 5th, 2015, 12:52 p.m.
|
|
|
|
[Submitted] cpu: Fix a bug in counting issued instructions in MinorCPU
|
ahansson
|
May 8th, 2015, 1:11 p.m.
|
|
|
|
[Submitted] mem: Allow read-only caches and check compliance
|
ahansson
|
June 10th, 2015, 7:59 a.m.
|
|
|
|
[Submitted] mem: Transition away from isSupplyExclusive for writebacks
|
ahansson
|
July 13th, 2015, 3:16 p.m.
|
|
|
|
[Submitted] Python: Make the All proxy traverse SimObject children as well
|
ahansson
|
March 21st, 2012, 10:07 a.m.
|
|
|
|
[Submitted] Bus: Remove redundant packet parameter from isOccupied
|
ahansson
|
May 25th, 2012, 9:47 a.m.
|
|