[gem5-dev] Change in gem5/gem5[master]: scons: conditional use of new RPATH inclusion

2019-02-22 Thread Andrea Mondelli (Gerrit)
Andrea Mondelli has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/16649 ) Change subject: scons: conditional use of new RPATH inclusion .. scons: conditional use of new RPATH i

[gem5-dev] Change in gem5/gem5[master]: systemc: Export the sc_core::sc_time class to python.

2019-02-22 Thread Gabe Black (Gerrit)
Hello Jason Lowe-Power, Matthias Jung, Weiping Liao, Giacomo Travaglini, Andreas Sandberg, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16502 to look at the new patch set (#4). Change subject: systemc: Export the sc_core::sc_time c

Re: [gem5-dev] SimObject Param types which are template classes

2019-02-22 Thread Gabe Black
Yeah, this sounds like it's basically the same thing. Jason, the example you gave won't work for the following reason. When gem5 auto generates the header which defines the create() function, it doesn't include the header which defines the return type of create. I'm not 100% sure why, but likely be

[gem5-dev] Change in gem5/gem5[master]: ruby: Fix garnet's round robin arbitration for vc selection

2019-02-22 Thread Srikant Bharadwaj (Gerrit)
Hello Jieming Yin, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16688 to look at the new patch set (#2). Change subject: ruby: Fix garnet's round robin arbitration for vc selection

[gem5-dev] Change in gem5/gem5[master]: ruby: Fix garnet's round robin arbitration for vc selection

2019-02-22 Thread Srikant Bharadwaj (Gerrit)
Srikant Bharadwaj has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16688 Change subject: ruby: Fix garnet's round robin arbitration for vc selection .. ruby: Fix garnet's round robin

[gem5-dev] Change in gem5/gem5[master]: cpu: Fix indirect branch history updates

2019-02-22 Thread Srikant Bharadwaj (Gerrit)
Srikant Bharadwaj has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16668 Change subject: cpu: Fix indirect branch history updates .. cpu: Fix indirect branch history updates Recent

[gem5-dev] Change in gem5/gem5[master]: scons: conditional use of new RPATH inclusion

2019-02-22 Thread Andrea Mondelli (Gerrit)
Hello Gabe Black, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16649 to look at the new patch set (#2). Change subject: scons: conditional use of new RPATH inclusion ...

[gem5-dev] Power CLs

2019-02-22 Thread Gabe Black
Hi Sandipan, I saw your power changes which are appreciated. The power ISA has been neglected for a while and could use some attention. Could you please introduce yourself and give some context for your series of changes? I suspect not many (or any) of the maintainers here have a strong working kn

[gem5-dev] Change in gem5/gem5[master]: scons: conditional use of new RPATH inclusion

2019-02-22 Thread Andrea Mondelli (Gerrit)
Andrea Mondelli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16649 Change subject: scons: conditional use of new RPATH inclusion .. scons: conditional use of new RPATH inclusion

[gem5-dev] Change in gem5/gem5[master]: scons: Marshal Python sources using the same Python as gem5

2019-02-22 Thread Andreas Sandberg (Gerrit)
Hello Gabe Black, Giacomo Travaglini, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16422 to look at the new patch set (#5). Change subject: scons: Marshal Python sources using the same Python as gem5 .

[gem5-dev] Change in gem5/gem5[master]: misc: un-hide MemObject::getMasterPort in TLB class

2019-02-22 Thread Andrea Mondelli (Gerrit)
Andrea Mondelli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16648 Change subject: misc: un-hide MemObject::getMasterPort in TLB class .. misc: un-hide MemObject::getMasterPort i

Re: [gem5-dev] Checkpoint upgrader

2019-02-22 Thread Daniel Carvalho
Thank you for the feedback, Giacomo. That sounds reasonable, although a year sounds a bit short. Personally, I use 10 cores to create checkpoints, therefore (assuming that once the Simpoints are taken, there is no need to take them again): (~20 SPEC benchmarks / num cores) * 30 days = 2 months

[gem5-dev] Change in gem5/gem5[master]: python: Add fallbacks for packages that have been renamed

2019-02-22 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/15994 ) Change subject: python: Add fallbacks for packages that have been renamed .. python: Add fallbacks fo

[gem5-dev] Change in gem5/gem5[master]: python: Fix param -> int conversion issues

2019-02-22 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/16000 ) Change subject: python: Fix param -> int conversion issues .. python: Fix param -> int conversion iss

Re: [gem5-dev] Checkpoint upgrader

2019-02-22 Thread Giacomo Travaglini
Hi Daniel, Supporting old checkpoint is something nice but has the cost of having to update util/cpt_upgrader.py for every sensible addition. The end result as you are saying will be a gigantic, overpopulated cpt_upgrader patcher. What about defining checkpoint history windows: we support resto

[gem5-dev] Change in gem5/gem5[master]: cpu-o3: Add cache read ports limit to LSQ

2019-02-22 Thread Gabor Dozsa (Gerrit)
Gabor Dozsa has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/13517 ) Change subject: cpu-o3: Add cache read ports limit to LSQ .. cpu-o3: Add cache read ports limit to LSQ Th

[gem5-dev] Change in gem5/gem5[master]: python: Add missing operators to NumericParamValue

2019-02-22 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/16001 ) Change subject: python: Add missing operators to NumericParamValue .. python: Add missing operators t

[gem5-dev] Change in gem5/gem5[master]: python: Make iterator handling Python 3 compatible

2019-02-22 Thread Andreas Sandberg (Gerrit)
Andreas Sandberg has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/15992 ) Change subject: python: Make iterator handling Python 3 compatible .. python: Make iterator handling

[gem5-dev] Change in gem5/gem5[master]: python: Enforce absolute imports for Python 3 compatibility

2019-02-22 Thread Andreas Sandberg (Gerrit)
Hello Gabe Black, Jason Lowe-Power, Giacomo Travaglini, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/15983 to look at the new patch set (#7). Change subject: python: Enforce absolute imports for Python 3 compatibility ...

[gem5-dev] Change in gem5/gem5[master]: python: Add missing operators to NumericParamValue

2019-02-22 Thread Andreas Sandberg (Gerrit)
Hello Gabe Black, Jason Lowe-Power, Nikos Nikoleris, Giacomo Travaglini, Ciro Santilli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16001 to look at the new patch set (#8). Change subject: python: Add missing operators to NumericP

[gem5-dev] Change in gem5/gem5[master]: python: Fix param -> int conversion issues

2019-02-22 Thread Andreas Sandberg (Gerrit)
Hello Gabe Black, Jason Lowe-Power, Juha Jäykkä, Giacomo Travaglini, Ciro Santilli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16000 to look at the new patch set (#7). Change subject: python: Fix param -> int conversion issues ..

[gem5-dev] Change in gem5/gem5[master]: arch-power: Update hello test program

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16646 Change subject: arch-power: Update hello test program .. arch-power: Update hello test program This updates the h

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix stack layout for 64-bit execution

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16641 Change subject: arch-power: Fix stack layout for 64-bit execution .. arch-power: Fix stack layout for 64-bit execu

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fields for XS form instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16634 Change subject: arch-power: Add fields for XS form instructions .. arch-power: Add fields for XS form instructions

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix branch instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16639 Change subject: arch-power: Fix branch instructions .. arch-power: Fix branch instructions This fixes the followi

[gem5-dev] Change in gem5/gem5[master]: arch-power: Remove redundant zero register updates

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16644 Change subject: arch-power: Remove redundant zero register updates .. arch-power: Remove redundant zero register u

[gem5-dev] Change in gem5/gem5[master]: arch-power: Update authors and copyright information

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16647 Change subject: arch-power: Update authors and copyright information .. arch-power: Update authors and copyright i

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point logical count zeros instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16629 Change subject: arch-power: Add fixed-point logical count zeros instructions .. arch-power: Add fixed-point logica

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix fixed-point compare instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16625 Change subject: arch-power: Fix fixed-point compare instructions .. arch-power: Fix fixed-point compare instructio

[gem5-dev] Change in gem5/gem5[master]: arch-power: Remove redundant system call operand

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16645 Change subject: arch-power: Remove redundant system call operand .. arch-power: Remove redundant system call opera

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword rotate instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16638 Change subject: arch-power: Add fixed-point doubleword rotate instructions .. arch-power: Add fixed-point doublewo

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point compare instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16626 Change subject: arch-power: Add fixed-point compare instructions .. arch-power: Add fixed-point compare instructio

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point logical bit permute instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16632 Change subject: arch-power: Add fixed-point logical bit permute instructions .. arch-power: Add fixed-point logica

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix fixed-point logical instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16627 Change subject: arch-power: Fix fixed-point logical instructions .. arch-power: Fix fixed-point logical instructio

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point logical population count instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16630 Change subject: arch-power: Add fixed-point logical population count instructions .. arch-power: Add fixed-poin

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add branch target address register instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16640 Change subject: arch-power: Add branch target address register instructions .. arch-power: Add branch target addre

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix remote GDB semantics

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16642 Change subject: arch-power: Fix remote GDB semantics .. arch-power: Fix remote GDB semantics This fixes the endia

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix fixed-point word shift instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16633 Change subject: arch-power: Fix fixed-point word shift instructions .. arch-power: Fix fixed-point word shift inst

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix special-purpose register definitions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16643 Change subject: arch-power: Fix special-purpose register definitions .. arch-power: Fix special-purpose register d

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fields for MD and MDS form instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16637 Change subject: arch-power: Add fields for MD and MDS form instructions .. arch-power: Add fields for MD and MDS f

[gem5-dev] Change in gem5/gem5[master]: arch-power: Rename program counter registers

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16603 Change subject: arch-power: Rename program counter registers .. arch-power: Rename program counter registers The

[gem5-dev] Change in gem5/gem5[master]: arch-power: Rename and add opcode fields

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16607 Change subject: arch-power: Rename and add opcode fields .. arch-power: Rename and add opcode fields This introdu

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword multipy-add instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16621 Change subject: arch-power: Add fixed-point doubleword multipy-add instructions .. arch-power: Add fixed-point

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point arithmetic add instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16618 Change subject: arch-power: Add fixed-point arithmetic add instructions .. arch-power: Add fixed-point arithmetic

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix fixed-point load and store instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16608 Change subject: arch-power: Fix fixed-point load and store instructions .. arch-power: Fix fixed-point load and st

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix fixed-point arithmetic add and subtract instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16613 Change subject: arch-power: Fix fixed-point arithmetic add and subtract instructions .. arch-power: Fix fixed-p

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword arithmetic modulo instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16624 Change subject: arch-power: Add fixed-point doubleword arithmetic modulo instructions .. arch-power: Add fixed-

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point load and reserve instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16611 Change subject: arch-power: Add fixed-point load and reserve instructions .. arch-power: Add fixed-point load and

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword shift instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16635 Change subject: arch-power: Add fixed-point doubleword shift instructions .. arch-power: Add fixed-point doublewor

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword arithmetic divide instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16622 Change subject: arch-power: Add fixed-point doubleword arithmetic divide instructions .. arch-power: Add fixed-

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword load and store instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16609 Change subject: arch-power: Add fixed-point doubleword load and store instructions .. arch-power: Add fixed-poi

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword arithmetic divide extended ins...

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16623 Change subject: arch-power: Add fixed-point doubleword arithmetic divide extended instructions .. arch-power: A

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point logical parity instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16631 Change subject: arch-power: Add fixed-point logical parity instructions .. arch-power: Add fixed-point logical par

[gem5-dev] Change in gem5/gem5[master]: arch-power: Reorder instruction decoding logic

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16606 Change subject: arch-power: Reorder instruction decoding logic .. arch-power: Reorder instruction decoding logic

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fields for VA form instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16620 Change subject: arch-power: Add fields for VA form instructions .. arch-power: Add fields for VA form instructions

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fields for DX form instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16617 Change subject: arch-power: Add fields for DX form instructions .. arch-power: Add fields for DX form instructions

[gem5-dev] Change in gem5/gem5[master]: arch-power: Make ELF interpreter read 64-bit LSB executables

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16605 Change subject: arch-power: Make ELF interpreter read 64-bit LSB executables .. arch-power: Make ELF interpreter r

[gem5-dev] Change in gem5/gem5[master]: arch-power: Switch to 64-bit registers and operands

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16604 Change subject: arch-power: Switch to 64-bit registers and operands .. arch-power: Switch to 64-bit registers and

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point logical extend sign instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16628 Change subject: arch-power: Add fixed-point logical extend sign instructions .. arch-power: Add fixed-point logica

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix fixed-point word rotate instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16636 Change subject: arch-power: Fix fixed-point word rotate instructions .. arch-power: Fix fixed-point word rotate in

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point doubleword multiply instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16619 Change subject: arch-power: Add fixed-point doubleword multiply instructions .. arch-power: Add fixed-point double

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point byte-reversed load and store instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16610 Change subject: arch-power: Add fixed-point byte-reversed load and store instructions .. arch-power: Add fixed-

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point word arithmetic divide extended instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16615 Change subject: arch-power: Add fixed-point word arithmetic divide extended instructions .. arch-power: Add fix

[gem5-dev] Change in gem5/gem5[master]: arch-power: Fix fixed-point arithmetic multiply and divide instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16614 Change subject: arch-power: Fix fixed-point arithmetic multiply and divide instructions .. arch-power: Fix fixe

[gem5-dev] Change in gem5/gem5[master]: arch-power: Simplify doubleword operand types

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16602 Change subject: arch-power: Simplify doubleword operand types .. arch-power: Simplify doubleword operand types Cu

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point store conditional instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16612 Change subject: arch-power: Add fixed-point store conditional instructions .. arch-power: Add fixed-point store co

[gem5-dev] Change in gem5/gem5[master]: arch-power: Add fixed-point word arithmetic modulo instructions

2019-02-22 Thread Sandipan Das (Gerrit)
Sandipan Das has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16616 Change subject: arch-power: Add fixed-point word arithmetic modulo instructions .. arch-power: Add fixed-point

[gem5-dev] Change in gem5/gem5[master]: python: Add missing operators to NumericParamValue

2019-02-22 Thread Andreas Sandberg (Gerrit)
Hello Gabe Black, Jason Lowe-Power, Nikos Nikoleris, Giacomo Travaglini, Ciro Santilli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16001 to look at the new patch set (#7). Change subject: python: Add missing operators to NumericP

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Add a mechanism to iterate all entries of an AssociativeSet

2019-02-22 Thread Javier Bueno Hedo (Gerrit)
Javier Bueno Hedo has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/16582 ) Change subject: mem-cache: Add a mechanism to iterate all entries of an AssociativeSet .. mem-cac

[gem5-dev] Change in gem5/gem5[master]: scons: Add support for specifying Python version

2019-02-22 Thread Andreas Sandberg (Gerrit)
Hello Gabe Black, Jason Lowe-Power, Juha Jäykkä, Giacomo Travaglini, Ciro Santilli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16003 to look at the new patch set (#8). Change subject: scons: Add support for specifying Python vers

[gem5-dev] Change in gem5/gem5[master]: scons: Marshal Python sources using the same Python as gem5

2019-02-22 Thread Andreas Sandberg (Gerrit)
Hello Gabe Black, Giacomo Travaglini, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16422 to look at the new patch set (#4). Change subject: scons: Marshal Python sources using the same Python as gem5 .

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

2019-02-22 Thread Cron Daemon
* build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/o3-timing: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/simple-atomic: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64f/o3-timing: FAILED! * build/RISCV/tests/opt/quic

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Added extra information to PrefetchInfo

2019-02-22 Thread Javier Bueno Hedo (Gerrit)
Javier Bueno Hedo has uploaded a new patch set (#2). ( https://gem5-review.googlesource.com/c/public/gem5/+/16583 ) Change subject: mem-cache: Added extra information to PrefetchInfo .. mem-cache: Added extra information to Pr

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Copy over flags to forwarded response

2019-02-22 Thread Nikos Nikoleris (Gerrit)
Hello Jason Lowe-Power, Daniel Carvalho, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/16182 to look at the new patch set (#3). Change subject: mem-cache: Copy over flags to forwarded response .

Re: [gem5-dev] SimObject Param types which are template classes

2019-02-22 Thread Daniel Carvalho
Hi all, I am not sure the MySimObject will be allowed by the Python code. If I recall correctly, when I tried there was something about the Params being programmatically forward declared somewhere, and it didn't exist without the template arguments. Some time ago I have embedded templates to Py