Searched hist:11177 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh12872:037b430699e8 Mon Jun 11 21:47:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Fill out some of the sc_vector.hh classes.

The iterator class needs to have some operators, etc., defined so that
tests written against it can compile correctly. The implementations
were heavily influenced by the Accellera implementation.

Also it should be noted that the systemc spec is incorrect where it
defines these classes. When implemented like they are in the
Accellera version, the versions of bind in sc_vector_assembly which
take sc_vector<T>::iterator and iterator parameters are different, and
so they can overload each other. If implemented as described by the
spec however, those types are the same and the code won't compile.

Change-Id: I62852adf7e6c0a2f3df076ba4e93d2501859c32d
Reviewed-on: https://gem5-review.googlesource.com/11177
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/mem/cache/
H A Dmshr.hh11177:524c44cf8278 Thu Oct 29 08:48:00 EDT 2015 Andreas Hansson <andreas.hansson@arm.com> mem: Clarify cache MSHR handling on fill

This patch addresses the upgrading of deferred targets in the MSHR,
and makes it clearer by explicitly calling out what is happening
(deferred targets are promoted if we get exclusivity without asking
for it).
H A Dmshr.cc11177:524c44cf8278 Thu Oct 29 08:48:00 EDT 2015 Andreas Hansson <andreas.hansson@arm.com> mem: Clarify cache MSHR handling on fill

This patch addresses the upgrading of deferred targets in the MSHR,
and makes it clearer by explicitly calling out what is happening
(deferred targets are promoted if we get exclusivity without asking
for it).
H A Dcache.cc11177:524c44cf8278 Thu Oct 29 08:48:00 EDT 2015 Andreas Hansson <andreas.hansson@arm.com> mem: Clarify cache MSHR handling on fill

This patch addresses the upgrading of deferred targets in the MSHR,
and makes it clearer by explicitly calling out what is happening
(deferred targets are promoted if we get exclusivity without asking
for it).

Completed in 62 milliseconds