[gem5-dev] Change in gem5/gem5[master]: systemc: Stop using python to set/manage the global time resolution.

2018-11-07 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/14056 Change subject: systemc: Stop using python to set/manage the global time resolution. .. systemc: Stop using

[gem5-dev] Change in gem5/gem5[master]: sim: Push the global frequency management code into C++.

2018-11-07 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/14055 Change subject: sim: Push the global frequency management code into C++. .. sim: Push the global frequency

[gem5-dev] Change in gem5/gem5[master]: cpu: Fixed PC shifting on LTAGE branch predictor

2018-11-07 Thread Pau Cabre (Gerrit)
Pau Cabre has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/14035 Change subject: cpu: Fixed PC shifting on LTAGE branch predictor .. cpu: Fixed PC shifting on LTAGE branch predictor

[gem5-dev] Change in gem5/gem5[master]: configs: Added an option for choosing branch predictor type

2018-11-07 Thread Pau Cabre (Gerrit)
Pau Cabre has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/14015 Change subject: configs: Added an option for choosing branch predictor type .. configs: Added an option for choosing

[gem5-dev] Change in gem5/gem5[master]: mem-ruby: Use Packet writing functions instead of memcpy

2018-11-07 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/13915 ) Change subject: mem-ruby: Use Packet writing functions instead of memcpy .. mem-ruby: Use Packet

[gem5-dev] Change in gem5/gem5[master]: misc: Update workflow requirements in CONTRIBUTING.md

2018-11-07 Thread Anthony Gutierrez (Gerrit)
Anthony Gutierrez has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/13755 ) Change subject: misc: Update workflow requirements in CONTRIBUTING.md .. misc: Update workflow

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Deprecate usage of legacy bootloader patching

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/14001 ) Change subject: arch-arm: Deprecate usage of legacy bootloader patching .. arch-arm: Deprecate

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Refactor ISA::clear by adding a ISA::clear32 method

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/13997 ) Change subject: arch-arm: Refactor ISA::clear by adding a ISA::clear32 method .. arch-arm:

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Remove MISCREG commented numbers

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/13996 ) Change subject: arch-arm: Remove MISCREG commented numbers .. arch-arm: Remove MISCREG commented

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Implement AArch32 RVBAR

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/13999 ) Change subject: arch-arm: Implement AArch32 RVBAR .. arch-arm: Implement AArch32 RVBAR RVBAR has

Re: [gem5-dev] Has anyone managed to link with the gold linker? It is failing for me with "internal error in read_cie" for debug builds

2018-11-07 Thread Ciro Santilli
Ah OK, the partial link commands were not picking it up. I used the following patch and it worked, the link command is 4x faster (actual rebuild less due to scons slowness, but they are similar now it seems). I'm going to expose it to scons. gold is awesome. diff --git a/SConstruct

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Implement AArch32 RVBAR

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Hello Andreas Sandberg, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/13999 to review the following change. Change subject: arch-arm: Implement AArch32 RVBAR ..

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Refactor ISA::clear by adding a ISA::clear32 method

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Hello Andreas Sandberg, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/13997 to review the following change. Change subject: arch-arm: Refactor ISA::clear by adding a ISA::clear32 method

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Deprecate usage of legacy bootloader patching

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Hello Andreas Sandberg, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/14001 to review the following change. Change subject: arch-arm: Deprecate usage of legacy bootloader patching

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Remove SCTLR.VE bit

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Hello Andreas Sandberg, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/13998 to review the following change. Change subject: arch-arm: Remove SCTLR.VE bit ..

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Remove MISCREG commented numbers

2018-11-07 Thread Giacomo Travaglini (Gerrit)
Hello Andreas Sandberg, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/13996 to review the following change. Change subject: arch-arm: Remove MISCREG commented numbers

Re: [gem5-dev] Has anyone managed to link with the gold linker? It is failing for me with "internal error in read_cie" for debug builds

2018-11-07 Thread Ciro Santilli
What's the best way to add new compiler flags? Any way to do it from the command line without modifying the source? I tried: diff --git a/SConstruct b/SConstruct index d81c5abd9..fc91cf8a8 100755 --- a/SConstruct +++ b/SConstruct @@ -345,6 +345,7 @@ if main['GCC'] or main['CLANG']: # As

[gem5-dev] Change in gem5/gem5[master]: configs: Add missing path to ruby imports

2018-11-07 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has uploaded a new patch set (#2). ( https://gem5-review.googlesource.com/c/public/gem5/+/13995 ) Change subject: configs: Add missing path to ruby imports .. configs: Add missing path to ruby imports Add

[gem5-dev] Change in gem5/gem5[master]: \configs: Add missing path to ruby imports

2018-11-07 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13995 Change subject: \configs: Add missing path to ruby imports .. \configs: Add missing path to ruby imports Add

[gem5-dev] Change in gem5/gem5[master]: systemc: Wrap some report maps in functions.

2018-11-07 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13975 Change subject: systemc: Wrap some report maps in functions. .. systemc: Wrap some report maps in functions. By

[gem5-dev] Change in gem5/gem5[master]: systemc: Stop using python init to set up predefined message ids.

2018-11-07 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13976 Change subject: systemc: Stop using python init to set up predefined message ids. .. systemc: Stop using python

[gem5-dev] Change in gem5/gem5[master]: systemc: Separate and conditionalize exposing sc_main to python.

2018-11-07 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13978 Change subject: systemc: Separate and conditionalize exposing sc_main to python. .. systemc: Separate and

[gem5-dev] Change in gem5/gem5[master]: systemc: Only build python utility code if python is enabled.

2018-11-07 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13979 Change subject: systemc: Only build python utility code if python is enabled. .. systemc: Only build python

[gem5-dev] Change in gem5/gem5[master]: systemc: Seperate out the sc_main fiber and its bookkeeping.

2018-11-07 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13977 Change subject: systemc: Seperate out the sc_main fiber and its bookkeeping. .. systemc: Seperate out the sc_main