[gem5-dev] [S] Change in gem5/gem5[develop]: stdlib, configs: Fix riscv-ubuntu-run error

2022-04-14 Thread Hoa Nguyen (Gerrit) via gem5-dev
Hoa Nguyen has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/58889 ) Change subject: stdlib, configs: Fix riscv-ubuntu-run error .. stdlib, configs: Fix riscv-ubuntu-run error This change,

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

2022-04-14 Thread Hoa Nguyen via gem5-dev
Hi Bobby, Sorry for that mistake. I pushed the fix and ran the first few minutes of the simulation, which means the simulator.run() was being executed when the simulation stopped. No errors occurred! https://gem5-review.googlesource.com/c/public/gem5/+/58889 Regards, Hoa Nguyen On Thu, Apr 14,

[gem5-dev] [S] Change in gem5/gem5[develop]: stdlib, configs: Fix riscv-ubuntu-run error

2022-04-14 Thread Hoa Nguyen (Gerrit) via gem5-dev
Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/58889 ) Change subject: stdlib, configs: Fix riscv-ubuntu-run error .. stdlib, configs: Fix riscv-ubuntu-run error This

[gem5-dev] [S] Change in gem5/gem5[develop]: dev-amdgpu: Fix frame writes for <32-bit writes

2022-04-14 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/58852 ) Change subject: dev-amdgpu: Fix frame writes for <32-bit writes .. dev-amdgpu: Fix frame writes for <32-bit

[gem5-dev] Re: gem5 v22.0 to be released in early May. Staging branch to be created by the end of April

2022-04-14 Thread Bobby Bruce via gem5-dev
Dear all, We intend to create the staging branch on April 28th, with the intent of releasing gem5 v22.0 in early May. This is a two week warning. Please ensure all your patches you wish to be part of v22.0 are submitted to the develop branch prior to April 28th. Kind regards, Bobby -- Dr. Bobby

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

2022-04-14 Thread Bobby Bruce via gem5-dev
Hoa, Looks like you broke the tests with this commit: https://gem5-review.googlesource.com/c/public/gem5/+/58790. You should've removed the `root = Root(full_system=True, system=board)` line, this is set when you execute simulator.run() Can you push a quick fix (and run it to make sure it

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

2022-04-14 Thread jenkins-no-reply--- via gem5-dev
See Changes: [Giacomo Travaglini] mem-ruby: CHI fix for WUs on local+upstream line [Bobby R. Bruce] tests: Disable failing MI_Example/Timing CPU X86 Boot Tests [Bobby R. Bruce] tests: Disable failing 8-core Boot Tests for

[gem5-dev] Re: Adding an extension object to Packet-s

2022-04-14 Thread Yan Lee via gem5-dev
Hi Gabe and everyone, Thanks Gabe for bringing this up. Currently I am making a model in AXI protocol and this model will need the AxUser and AxProt fields in the AXI protocol. The packet in gem5 cannot carry additional information except the actual read/write data. I think we can have the

[gem5-dev] Adding an extension object to Packet-s

2022-04-14 Thread Gabe Black via gem5-dev
Hi folks. Yan Lee, a Google colleague of mine, is interested in adding one or more extension objects to gem5 Packet. Systemc has a mechanism like this already, and it's come up a few times where we've wanted to have something like this on the gem5 side as well. Yan, can you please talk about the