[gem5-dev] Change in gem5/gem5[develop]: stdlib: Fix RISCVBoard when running O3 CPU with Ruby

2021-11-18 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52963 ) Change subject: stdlib: Fix RISCVBoard when running O3 CPU with Ruby .. stdlib: Fix RISCVBoard when running O3 CPU with

[gem5-dev] Re: Gem5 on MacOS/clang --as-needed flag detection

2021-11-18 Thread Gabe Black via gem5-dev
Hi Arun, thanks for letting us know about this. Would you mind creating a bug on Jira? https://gem5.atlassian.net/jira/software/c/projects/GEM5/issues I'll have to look at this more closely, but I think this is a bug in the CheckLinkFlag check, where it should not set SHLINKFLAGS even if

[gem5-dev] Change in gem5/gem5[develop]: stdlib,configs: Adding a config to run NPB using stdlib.

2021-11-18 Thread Kaustav Goswami (Gerrit) via gem5-dev
Kaustav Goswami has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52964 ) Change subject: stdlib,configs: Adding a config to run NPB using stdlib. .. stdlib,configs: Adding a config

[gem5-dev] Change in gem5/gem5[develop]: stdlib: Fix RISCVBoard when running O3 CPU with Ruby

2021-11-18 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52963 ) Change subject: stdlib: Fix RISCVBoard when running O3 CPU with Ruby .. stdlib: Fix RISCVBoard when running

[gem5-dev] Gem5 on MacOS/clang --as-needed flag detection

2021-11-18 Thread Rodrigues, Arun F via gem5-dev
Hello, I’m running into some issues building libgem5 on MacOS using clang. The build compiles correctly, but fails during linking because the LLVM linker doesn’t understand the –as-needed flag. It seems that gem5 is incorrectly passing this flag. Buildline: scons build/RISCV/libgem5_opt.dylib

[gem5-dev] Change in gem5/gem5[develop]: sim: Remove some old transitional code in SEWorkload.

2021-11-18 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52107 ) Change subject: sim: Remove some old transitional code in SEWorkload. .. sim: Remove some old transitional code in

[gem5-dev] Change in gem5/gem5[develop]: cpu: Remove an architecture check in addPrivateSplitL1Caches.

2021-11-18 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52488 ) Change subject: cpu: Remove an architecture check in addPrivateSplitL1Caches. .. cpu: Remove an architecture check in

[gem5-dev] Change in gem5/gem5[develop]: cpu: Get rid of the BaseCPU UnifiedTLB parameter.

2021-11-18 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52487 ) Change subject: cpu: Get rid of the BaseCPU UnifiedTLB parameter. .. cpu: Get rid of the BaseCPU UnifiedTLB parameter. This

[gem5-dev] Change in gem5/gem5[develop]: cpu: Set up _*_ports values in BaseCPU in __init__.

2021-11-18 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52489 ) Change subject: cpu: Set up _*_ports values in BaseCPU in __init__. .. cpu: Set up _*_ports values in BaseCPU in __init__.

[gem5-dev] Build failed in Jenkins: nightly #47

2021-11-18 Thread jenkins-no-reply--- via gem5-dev
See Changes: [giacomo.travaglini] misc: Replace master/slave terminology from BaseCPU.py [Bobby R. Bruce] stdlib: Fix component incorporation ordering [Bobby R. Bruce] stdlib,tests: Fix boot_kvm_fork_run.py [Bobby R.