[gem5-dev] Change in public/gem5[master]: mem: Replace EventWrapper use with EventFunctionWrapper

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded a new patch set (#2). ( https://gem5-review.googlesource.com/3745 ) Change subject: mem: Replace EventWrapper use with EventFunctionWrapper .. mem: Replace EventWrapper use with EventFunctionWrapper

[gem5-dev] Change in public/gem5[master]: sim: Remove DelayFunction

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3741 Change subject: sim: Remove DelayFunction .. sim: Remove DelayFunction `DelayFunction` is unused. Change-Id:

[gem5-dev] Change in public/gem5[master]: sim, x86: Replace EventWrapper use with EventFunctionWrapper

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3749 Change subject: sim, x86: Replace EventWrapper use with EventFunctionWrapper .. sim, x86: Replace EventWrapper use with

[gem5-dev] Change in public/gem5[master]: mem: Replace EventWrapper use with EventFunctionWrapper

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3745 Change subject: mem: Replace EventWrapper use with EventFunctionWrapper .. mem: Replace EventWrapper use with EventFunctionWrapper

[gem5-dev] Change in public/gem5[master]: dev: Replace EventWrapper use with EventFunctionWrapper

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3748 Change subject: dev: Replace EventWrapper use with EventFunctionWrapper .. dev: Replace EventWrapper use with EventFunctionWrapper

[gem5-dev] Change in public/gem5[master]: mem: Move the Rank construction logic to the Rank constructor

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3742 Change subject: mem: Move the Rank construction logic to the Rank constructor .. mem: Move the Rank construction logic to the

[gem5-dev] Change in public/gem5[master]: misc: Add .travis.yml to kick off builds on github

2017-06-13 Thread Sean Wilson (Gerrit)
Hello Jason Lowe-Power, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/3740 to review the following change. Change subject: misc: Add .travis.yml to kick off builds on github ..

[gem5-dev] Change in public/gem5[master]: cpu, gpu-compute: Replace EventWrapper use with EventFunctio...

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3746 Change subject: cpu, gpu-compute: Replace EventWrapper use with EventFunctionWrapper .. cpu, gpu-compute: Replace EventWrapper

[gem5-dev] Change in public/gem5[master]: arm: Replace EventWrapper use with EventFunctionWrapper

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3747 Change subject: arm: Replace EventWrapper use with EventFunctionWrapper .. arm: Replace EventWrapper use with EventFunctionWrapper

[gem5-dev] Change in public/gem5[master]: sim: Add generic EventFunctionWrapper

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3743 Change subject: sim: Add generic EventFunctionWrapper .. sim: Add generic EventFunctionWrapper Add EventFunctionWrapper, an event

[gem5-dev] Change in public/gem5[master]: mem: Replace EventWrapper in PacketQueue with EventFunctionW...

2017-06-13 Thread Sean Wilson (Gerrit)
Sean Wilson has uploaded this change for review. ( https://gem5-review.googlesource.com/3744 Change subject: mem: Replace EventWrapper in PacketQueue with EventFunctionWrapper .. mem: Replace EventWrapper in PacketQueue

[gem5-dev] Change in public/gem5[master]: tests: Add ARM MOESI_CMP_directory regressions

2017-06-13 Thread Nikos Nikoleris (Gerrit)
Nikos Nikoleris has submitted this change and it was merged. ( https://gem5-review.googlesource.com/2908 ) Change subject: tests: Add ARM MOESI_CMP_directory regressions .. tests: Add ARM MOESI_CMP_directory regressions

[gem5-dev] Change in public/gem5[master]: arm: Refactor the VExpress_EMM system creation

2017-06-13 Thread Nikos Nikoleris (Gerrit)
Nikos Nikoleris has submitted this change and it was merged. ( https://gem5-review.googlesource.com/2907 ) Change subject: arm: Refactor the VExpress_EMM system creation .. arm: Refactor the VExpress_EMM system creation

[gem5-dev] Change in public/gem5[master]: scons: Make MOESI_CMP_directory the default ARM ruby protocol

2017-06-13 Thread Nikos Nikoleris (Gerrit)
Nikos Nikoleris has submitted this change and it was merged. ( https://gem5-review.googlesource.com/2906 ) Change subject: scons: Make MOESI_CMP_directory the default ARM ruby protocol .. scons: Make MOESI_CMP_directory

[gem5-dev] Change in public/gem5[master]: ruby, arm: Forward invalidations to the local exclusive monitor

2017-06-13 Thread Nikos Nikoleris (Gerrit)
Nikos Nikoleris has submitted this change and it was merged. ( https://gem5-review.googlesource.com/2904 ) Change subject: ruby, arm: Forward invalidations to the local exclusive monitor .. ruby, arm: Forward invalidations

[gem5-dev] Change in public/gem5[master]: config: Warn not fail for ARM systems configured with ruby

2017-06-13 Thread Nikos Nikoleris (Gerrit)
Nikos Nikoleris has submitted this change and it was merged. ( https://gem5-review.googlesource.com/2905 ) Change subject: config: Warn not fail for ARM systems configured with ruby .. config: Warn not fail for ARM systems

Re: [gem5-dev] Garnet standalone > 256 cores

2017-06-13 Thread JUAN JOSE GARCIA-CASTRO CRESPO
Right, that's what I though, although I tried to change the type to uint32_t and it still didn't work. Anyway, I avoided this by using a topology which does not require that much directories such as MeshDirCorners_XY. Using that topology, I was able to simulate 1024 in a 32x32 mesh. Going for

Re: [gem5-dev] "mouse" device on ARM

2017-06-13 Thread Andreas Sandberg
Hi Gabe, I wasn't around when we implemented the original device model. I suspect the reasoning was that a touch screens are more reliable when using VNC since they use absolute coordinates. IIRC, most virtualisation solution nowadays default to touch screen emulation for this reason. I started

Re: [gem5-dev] Garnet standalone > 256 cores

2017-06-13 Thread Andreas Sandberg
Hi Juan, There is probably something from with a configuration script somewhere that tries to set the interleaving match bits to start at bit 256. PyBind enforces that the value is small enough to fit in the target C++ type (uint8_t), which 256 clearly doesn't. This is why you get the somewhat

[gem5-dev] Change in public/gem5[master]: mem-garnet: Fix garnet stats

2017-06-13 Thread Javier Cano-Cano (Gerrit)
Hello Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/3700 to look at the new patch set (#2). Change subject: mem-garnet: Fix garnet stats .. mem-garnet: Fix garnet

[gem5-dev] Garnet standalone > 256 cores

2017-06-13 Thread JUAN JOSE GARCIA-CASTRO CRESPO
I'm trying to launch simulations with more than 256 cores, this is my simulation parameters and the output: ./build/NULL/gem5.opt configs/example/garnet_synth_traffic.py --num-cpus=512 --num-dirs=512 --mem-size=8192MB --network=garnet2.0 --topology=Mesh_XY --mesh-rows=1 --sim-cycles=1000

[gem5-dev] Cron <m5test@zizzer> /z/m5/regression/do-regression quick

2017-06-13 Thread Cron Daemon
* build/RISCV/tests/opt/quick/se/00.hello/riscv/linux/simple-atomic: FAILED! * build/RISCV/tests/opt/quick/se/00.hello/riscv/linux/simple-timing: FAILED!*** diff[simout]: SKIPPED * build/RISCV/tests/opt/quick/se/00.hello/riscv/linux/o3-timing: FAILED! *