Re: [gem5-dev] Way to test m5 ops in java, lua

2020-03-23 Thread Prakash Ramrakhyani
: jang.han...@gmail.com; Prakash Ramrakhyani Subject: Way to test m5 ops in java, lua Hi folks. I'm going to be reworking the m5 utility to make the build process uniform, and to expand the back ends to cover various different mechanisms of invoking the m5 ops, where which to use depends on what

[gem5-dev] changeset in gem5: util: update Java JNI interface to m5ops

2016-02-29 Thread Prakash Ramrakhyani
changeset cd41493e8b7e in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=cd41493e8b7e description: util: update Java JNI interface to m5ops Synchronize with ab19693da "pseudo inst,util: Add optional key to initparam pseudo instruction" diffstat:

[gem5-dev] changeset in gem5: mem: Fix incorrect assert failure in the Cache

2014-03-07 Thread Prakash Ramrakhyani
changeset 83bb6e381cbf in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=83bb6e381cbf description: mem: Fix incorrect assert failure in the Cache This patch fixes an assert condition that is not true at all times. There are valid situations that arise

[gem5-dev] changeset in gem5: mem: Add privilege info to request class

2013-10-31 Thread Prakash Ramrakhyani
changeset 4b7f60080149 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=4b7f60080149 description: mem: Add privilege info to request class This patch adds a flag in the request class that indicates if the request was made in privileged mode.

[gem5-dev] changeset in gem5: mem: Reorganize cache tags and make them a Si...

2013-06-27 Thread Prakash Ramrakhyani
, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Authors: Prakash Ramrakhyani + +from m5.params import * +from m5.proxy import * +from ClockedObject import ClockedObject + +class BaseTags(ClockedObject): +type = 'BaseTags' +abstract = True +cxx_header = mem/cache/tags/base.hh

[gem5-dev] changeset in gem5: sim: Enable sampling of run-time for code-sec...

2012-01-09 Thread Prakash Ramrakhyani
changeset 97d873b8b13e in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=97d873b8b13e description: sim: Enable sampling of run-time for code-sections marked using pseudo insts. This patch adds a mechanism to collect run time samples for specific portions