[gem5-dev] Re: Trouble building 20.1.0.0

2020-10-02 Thread Poremba, Matthew via gem5-dev
[AMD Public Use] Hi Evey, I've seen similar issues in the past caused by protobuf. I was able to workaround this by passing a non-existent command to the PROTOC variable to scons, e.g.: scons build/X86/gem5.opt -j 9 PROTOC=asdf Due to the way gem5 stores the build variables, I never had to

[gem5-dev] Fw: Trouble building 20.1.0.0

2020-10-02 Thread Yijia Liu via gem5-dev
Hello gem5, This should be an easy fix, but I've been looking into it for a couple of hours and couldn't figure out what's off. I downloaded v20.1.0.0 and installed all the dependencies. I tried to build the opt binary with scons build/X86/gem5.opt -j 9 The build failed because of #NDEBUG

[gem5-dev] Re: PCI memory BARs broken on ARM

2020-10-02 Thread Jason Lowe-Power via gem5-dev
Hey Gabe, I believe the developers at AMD have already implemented a lot of similar things to get their GPU model working. The relevant Jira issue is https://gem5.atlassian.net/browse/GEM5-470 (I think). There may be other relevant issues on this Epic: https://gem5.atlassian.net/browse/GEM5-195.

[gem5-dev] Change in gem5/gem5[develop]: util: add update-copyright utility

2020-10-02 Thread Ciro Santilli (Gerrit) via gem5-dev
Ciro Santilli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/35535 ) Change subject: util: add update-copyright utility .. util: add update-copyright utility Only ARM copyright

[gem5-dev] Change in gem5/gem5[develop]: dev: Rework how PCI BARs are set up in python and C++.

2020-10-02 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/35516 ) Change subject: dev: Rework how PCI BARs are set up in python and C++. .. dev: Rework how PCI BARs are set up in

[gem5-dev] Change in gem5/gem5[develop]: x86: Change how IO port devices are structured in the PC platform.

2020-10-02 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/35515 ) Change subject: x86: Change how IO port devices are structured in the PC platform. .. x86: Change how IO port