Searched hist:10427 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/python/m5/util/
H A Dconvert.py10427:26fee6c20087 Thu Oct 09 17:52:00 EDT 2014 Andreas Hansson <andreas.hansson@arm.com> config: Add Current as a parameter type

This patch adds the Python parameter type Current, which is used for
the DRAM power modelling (to start with). With this addition we avoid
implicit unit assumptions.
/gem5/src/mem/cache/tags/
H A Dbase.cc12703:2d0e4d2d76b3 Thu May 10 06:38:00 EDT 2018 Nikos Nikoleris <nikos.nikoleris@arm.com> mem-cache: Remove isTouched field from the CacheBlk

At the moment isTouched is used in the warm-up detection mechanism but
it keeps track of the same information as isValid(). This change
removes it and substitutes its use by isValid().

Change-Id: I611ddf2fa4562ae3b3b2ed2fb74d26abd2e5ec62
Reviewed-on: https://gem5-review.googlesource.com/10427
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
/gem5/src/python/m5/
H A Dparams.py10427:26fee6c20087 Thu Oct 09 17:52:00 EDT 2014 Andreas Hansson <andreas.hansson@arm.com> config: Add Current as a parameter type

This patch adds the Python parameter type Current, which is used for
the DRAM power modelling (to start with). With this addition we avoid
implicit unit assumptions.

Completed in 52 milliseconds