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

2014-09-03 Thread Cron Daemon via gem5-dev
scons: *** [build/ALPHA/mem/ruby/structures/RubyMemoryControl.do] Error 1 scons: *** [build/ALPHA/mem/protocol/DMARequestMsg.do] Error 1 scons: *** [build/ALPHA/mem/protocol/DMA_Controller.do] Error 1 scons: *** [build/ALPHA/mem/protocol/DMA_Transitions.do] Error 1 scons: ***

Re: [gem5-dev] Cron m5test@zizzer /z/m5/regression/do-regression quick

2014-09-03 Thread Andreas Hansson via gem5-dev
Would someone be able to fry the build directory? Thanks, Andreas On 03/09/2014 08:11, Cron Daemon via gem5-dev gem5-dev@gem5.org wrote: scons: *** [build/ALPHA/mem/ruby/structures/RubyMemoryControl.do] Error 1 scons: *** [build/ALPHA/mem/protocol/DMARequestMsg.do] Error 1 scons: ***

Re: [gem5-dev] Ruby regression tests and null isa

2014-09-03 Thread Andreas Hansson via gem5-dev
Hi Nilay, That all sounds good. I am not adverse to the idea of including a ruby protocol in the NULL build, but I??d like it to be for a good reason as it does indeed add quite some time to the build. That??s all... Andreas On 03/09/2014 05:44, Nilay Vaish ni...@cs.wisc.edu wrote: On Mon, 1

[gem5-dev] changeset in gem5: arm: Fix ExtMachInst hash operator underlying...

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset d2850235e31c in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=d2850235e31c description: arm: Fix ExtMachInst hash operator underlying type This patch fixes the hash operator used for ARM ExtMachInst, which incorrectly was still using

[gem5-dev] changeset in gem5: arch: Cleanup unused ISA traits constants

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset 98771a936b61 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=98771a936b61 description: arch: Cleanup unused ISA traits constants This patch prunes unused values, and also unifies how the values are defined (not using an enum for ALPHA),

[gem5-dev] changeset in gem5: sim: Fix checkpoint restore for Ticked

2014-09-03 Thread Andrew Bardsley via gem5-dev
changeset 82a4fa2d19a0 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=82a4fa2d19a0 description: sim: Fix checkpoint restore for Ticked This patch makes restoring the 'lastStopped' value for Ticked-containing objects (including MinorCPU) optional so

[gem5-dev] changeset in gem5: arch, cpu: Factor out the ExecContext into a ...

2014-09-03 Thread Andreas Sandberg via gem5-dev
changeset 4207f9bfcceb in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=4207f9bfcceb description: arch, cpu: Factor out the ExecContext into a proper base class We currently generate and compile one version of the ISA code per CPU model. This is

[gem5-dev] changeset in gem5: mem: Packet queue clean up

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset 7f4059e4f2d5 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=7f4059e4f2d5 description: mem: Packet queue clean up No change in functionality, just a bit of tidying up. diffstat: src/mem/packet_queue.cc | 20 +++-

[gem5-dev] changeset in gem5: cpu: Change writeback modeling for outstandin...

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 5b6279635c49 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=5b6279635c49 description: cpu: Change writeback modeling for outstanding instructions As highlighed on the mailing list gem5's writeback modeling can impact performance. This

[gem5-dev] changeset in gem5: cache: Fix handling of LL/SC requests under c...

2014-09-03 Thread Geoffrey Blake via gem5-dev
changeset 7aacec2a247d in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=7aacec2a247d description: cache: Fix handling of LL/SC requests under contention If a set of LL/SC requests contend on the same cache block we can get into a situation where CPUs

[gem5-dev] changeset in gem5: mem: Add utility script to plot DRAM efficien...

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset 5169ebd26163 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=5169ebd26163 description: mem: Add utility script to plot DRAM efficiency sweep This patch adds basic functionality to quickly visualise the output from the DRAM efficiency script.

[gem5-dev] changeset in gem5: arm: support 16kb vm granules

2014-09-03 Thread Curtis Dunham via gem5-dev
changeset f40134eb3f85 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=f40134eb3f85 description: arm: support 16kb vm granules diffstat: src/arch/arm/miscregs.hh | 26 - src/arch/arm/table_walker.cc | 125 +-

[gem5-dev] changeset in gem5: config: Change parsing of Addr so hex values ...

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 19f5df7ac6a1 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=19f5df7ac6a1 description: config: Change parsing of Addr so hex values work from scripts When passed from a configuration script with a hexadecimal value (like 0x8000), gem5

[gem5-dev] changeset in gem5: dev: Avoid invalid sized reads in PL390 with ...

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 72890a571a7b in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=72890a571a7b description: dev: Avoid invalid sized reads in PL390 with DPRINTF enabled The first DPRINTF() in PL390::writeDistributor always read a uint32_t, though a packet may

[gem5-dev] changeset in gem5: arch: Properly guess OpClass from optional St...

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 43516d8eabe9 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=43516d8eabe9 description: arch: Properly guess OpClass from optional StaticInst flags isa_parser.py guesses the OpClass if none were given based upon the StaticInst flags. The

[gem5-dev] changeset in gem5: cpu: Fix SMT scheduling issue with the O3 cpu

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset ed05298e8566 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=ed05298e8566 description: cpu: Fix SMT scheduling issue with the O3 cpu The o3 cpu could attempt to schedule inactive threads under round-robin SMT mode. This is because

[gem5-dev] changeset in gem5: cpu: Add a fetch queue to the o3 cpu

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 12e3be8203a5 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=12e3be8203a5 description: cpu: Add a fetch queue to the o3 cpu This patch adds a fetch queue that sits between fetch and decode to the o3 cpu. This effectively decouples fetch

[gem5-dev] changeset in gem5: cpu: Fix o3 front-end pipeline interlock beha...

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 867b536a68be in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=867b536a68be description: cpu: Fix o3 front-end pipeline interlock behavior The o3 pipeline interlock/stall logic is incorrect. o3 unnecessicarily stalled fetch and decode due to

[gem5-dev] changeset in gem5: cpu: Fix o3 drain bug

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 40d24a672351 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=40d24a672351 description: cpu: Fix o3 drain bug For X86, the o3 CPU would get stuck with the commit stage not being drained if an interrupt arrived while drain was pending.

[gem5-dev] changeset in gem5: arm: Fix v8 neon latency issue for loads/stores

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 53278be85b40 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=53278be85b40 description: arm: Fix v8 neon latency issue for loads/stores Neon memory ops that operate on multiple registers currently have very poor performance because of

[gem5-dev] changeset in gem5: cpu: fix bimodal predictor to use correct glo...

2014-09-03 Thread Dam Sunwoo via gem5-dev
changeset 1b627a6ddac0 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=1b627a6ddac0 description: cpu: fix bimodal predictor to use correct global history reg A small bug in the bimodal predictor caused significant degradation in performance on some

[gem5-dev] changeset in gem5: mem: Refactor assignment of Packet types

2014-09-03 Thread Curtis Dunham via gem5-dev
changeset 711eb0e64249 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=711eb0e64249 description: mem: Refactor assignment of Packet types Put the packet type swizzling (that is currently done in a lot of places) into a refineCommand() member

[gem5-dev] changeset in gem5: x86: Flag instructions that call suspend as I...

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 0b4d10f53c2d in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=0b4d10f53c2d description: x86: Flag instructions that call suspend as IsQuiesce The o3 cpu relies upon instructions that suspend a thread context being flagged as IsQuiesce. If

[gem5-dev] changeset in gem5: arm: ISA X31 destination register fix

2014-09-03 Thread Andrew Bardsley via gem5-dev
changeset 85001c018d4c in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=85001c018d4c description: arm: ISA X31 destination register fix This patch substituted the zero register for X31 used as a destination register. This prevents false dependencies

[gem5-dev] changeset in gem5: alpha: Stop using 'inorder' and rely entirely...

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset 35241e33c38f in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=35241e33c38f description: alpha: Stop using 'inorder' and rely entirely on 'minor' This patch avoids building the 'inorder' CPU model for any permutation of ALPHA, and also removes

[gem5-dev] changeset in gem5: config: Update Streamline scripts and configs

2014-09-03 Thread Dam Sunwoo via gem5-dev
changeset 2d6d7a056a38 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=2d6d7a056a38 description: config: Update Streamline scripts and configs Updated the stat_config.ini files to reflect new structure. Moved to a more generic stat naming scheme that

[gem5-dev] changeset in gem5: arm: use condition code registers for ARM ISA

2014-09-03 Thread Curtis Dunham via gem5-dev
changeset 8bee5f4edb92 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=8bee5f4edb92 description: arm: use condition code registers for ARM ISA Analogous to ee049bf (for x86). Requires a bump of the checkpoint version and corresponding upgrader code

[gem5-dev] changeset in gem5: cpu: Fix cache blocked load behavior in o3 cpu

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 6be8945d226b in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=6be8945d226b description: cpu: Fix cache blocked load behavior in o3 cpu This patch fixes the load blocked/replay mechanism in the o3 cpu. Rather than flushing the entire

[gem5-dev] changeset in gem5: tests: Use medium dataset for perlbmk regress...

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset ee383b8e4d3f in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=ee383b8e4d3f description: tests: Use medium dataset for perlbmk regressions This patch changes the perlbmk regression script from the large to the medium dataset to reduce the

[gem5-dev] changeset in gem5: config: Refactor RealviewEMM to fit into new ...

2014-09-03 Thread Geoffrey Blake via gem5-dev
changeset dfebd39c48a7 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=dfebd39c48a7 description: config: Refactor RealviewEMM to fit into new config system This eliminates some default devices and adds in helper functions to connect the devices

[gem5-dev] changeset in gem5: arm: Assume we have a kernel that supports pc...

2014-09-03 Thread Ali Saidi via gem5-dev
changeset 1aff1376921e in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=1aff1376921e description: arm: Assume we have a kernel that supports pci devices Change the default kernel for AArch64 and since it supports PCI devices remove the hack that made

[gem5-dev] changeset in gem5: arm: Mark v7 cbz instructions as direct branches

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 5e424aa952c5 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=5e424aa952c5 description: arm: Mark v7 cbz instructions as direct branches v7 cbz/cbnz instructions were improperly marked as indirect branches. diffstat:

[gem5-dev] changeset in gem5: cpu: Fix o3 quiesce fetch bug

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset 1ba825974ee6 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=1ba825974ee6 description: cpu: Fix o3 quiesce fetch bug O3 is supposed to stop fetching instructions once a quiesce is encountered. However due to a bug, it would continue

[gem5-dev] changeset in gem5: arm: Make memory ops work on 64bit/128-bit qu...

2014-09-03 Thread Mitch Hayenga via gem5-dev
changeset d96b61d843b2 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=d96b61d843b2 description: arm: Make memory ops work on 64bit/128-bit quantities Multiple instructions assume only 32-bit load operations are available, this patch increases load

[gem5-dev] changeset in gem5: tests: Use O3_ARM_v7a config for full-system ...

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset 60dddc0a6f78 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=60dddc0a6f78 description: tests: Use O3_ARM_v7a config for full-system ARM regressions This patch changes the CPU configuration used for the full-system ARM regressions to increase

[gem5-dev] changeset in gem5: dev: seperate legacy io offsets from PCI offset

2014-09-03 Thread Ali Saidi via gem5-dev
changeset 1e2f39859382 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=1e2f39859382 description: dev: seperate legacy io offsets from PCI offset The PC platform has a single IO range that is used both legacy IO and PCI IO while other platforms may

[gem5-dev] changeset in gem5: arm: Support 2GB of memory for AArch64 systems

2014-09-03 Thread Ali Saidi via gem5-dev
changeset 644b615fbe6a in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=644b615fbe6a description: arm: Support 2GB of memory for AArch64 systems diffstat: configs/common/FSConfig.py | 27 +++ src/dev/arm/RealView.py| 9 + 2

[gem5-dev] changeset in gem5: mem: Fix a bug in the cache port flow control

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset fa9ef374075f in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=fa9ef374075f description: mem: Fix a bug in the cache port flow control This patch fixes a bug in the cache port where the retry flag was reset too early, allowing new requests to

[gem5-dev] changeset in gem5: base: Use the global Mersenne twister throughout

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset c91b23c72d5e in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=c91b23c72d5e description: base: Use the global Mersenne twister throughout This patch tidies up random number generation to ensure that it is done consistently throughout the code

[gem5-dev] changeset in gem5: stats: Update stats for CPU and cache changes

2014-09-03 Thread Andreas Hansson via gem5-dev
changeset 5f1f92bf76ee in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=5f1f92bf76ee description: stats: Update stats for CPU and cache changes This patch updates the stats to reflect the fixes and changes to the CPU (mainly the o3), and the caches.

[gem5-dev] changeset in gem5: dev, arm: Add support for linux generic pci h...

2014-09-03 Thread Ali Saidi via gem5-dev
changeset 198dfef33403 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=198dfef33403 description: dev, arm: Add support for linux generic pci host driver This change adds support for a generic pci host bus driver that has been included in recent Linux

Re: [gem5-dev] Review Request 2372: style: add .clang-format file

2014-09-03 Thread Andreas Sandberg via gem5-dev
On Sept. 1, 2014, 6:14 p.m., Andreas Sandberg wrote: .clang-format, line 18 http://reviews.gem5.org/r/2372/diff/1/?file=41128#file41128line18 Has this changed name? The clang documentation lists DerivePointerAlignment, but not DerivePointerBinding. Nilay Vaish wrote:

Re: [gem5-dev] bi-mode branch predictor miss prediction rate is high

2014-09-03 Thread Mitch Hayenga via gem5-dev
A bug was recently found in the bimodal predictor. If you are still looking at this, you might want to try a new checkout. Hope this helps. On Wed, Jul 2, 2014 at 4:52 PM, Zi Yan via gem5-dev gem5-dev@gem5.org wrote: I get 5 100-million-instruction simpoints for each benchmark in SPEC CPU

Re: [gem5-dev] workaround: Ruby functional read failed error

2014-09-03 Thread Jiri Kaspar via gem5-dev
BTW, in the scenario above, the functionalWrite will not work correctly, data updated by functionalWrite in controllers will be replaced with old data from a queued packet several ticks later. functionalWrite works well in this scenario, the functional write failed bug is already fixed. Sorry