[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] Re: Broken SST due to python changes

2021-12-15 Thread Hoa Nguyen via gem5-dev
;>> >>>>>>>>>> No idea if this is the _best_ solution to your problem, but my >>>>>>>>>> solution would be to rebuild the image with this installed. Modify >>>>>>>>>> the >>>>>>>>>>

[gem5-dev] Re: Broken SST due to python changes

2021-12-08 Thread Hoa Nguyen via gem5-dev
Hi Gabe, I have more details about this. In this use case, SST initialized the Python environment before adding the "gem5 object". This gem5 object will add more Python stuff from gem5 to the environment. The function that does that is initPython() https://gem5.googlesource.com/public/gem5/+/refs

[gem5-dev] Potential v20.1 hot-fix --- Fixing build errors while compiling gem5 with scons 4.0.1 and scons 4.1.0

2021-02-18 Thread Hoa Nguyen via gem5-dev
Hi all, A bug has been identified, here: https://gem5.atlassian.net/browse/GEM5-916, where compiling gem5 with scons 4.0.1 and 4.1.0 results in build errors. A fix has been produced: https://gem5-review.googlesource.com/c/public/gem5/+/41594 It has been suggested that this should be added to gem

[gem5-dev] Re: derived units for stats formulas?

2021-02-08 Thread Hoa Nguyen via gem5-dev
Hi Gabe, Thanks for the suggestion. It would be nice if we can derive the unit from the Formula that way. However, for now, I think it's better to manually determine the stat units for three reasons: most stats involving Formula are straightforward to determine the unit, it keeps the implementatio

[gem5-dev] Re: A call for maintainers

2020-10-21 Thread Hoa Nguyen via gem5-dev
Hi Jason, I would like to be a maintainer of testlib, which is in ext/. I find that the codebase in ext/ itself could be broken down to several subcomponents as it consists lots of different projects. Also, can you elaborate what type of changes fall under the "misc" tag? Regards, Hoa Nguyen O

[gem5-dev] Re: Question about SMT on FS mode.

2020-10-15 Thread Hoa Nguyen via gem5-dev
Hi Huayi, Previously, SMT for X86 is currently not supported. However, there is some progress on supporting SMT+X86 recently: https://gem5-review.googlesource.com/c/public/gem5/+/35837 Please keep track of the progress here, - on Jira issue: https://gem5.atlassian.net/browse/GEM5-332 - on Gerrit:

[gem5-dev] Implementing PSHUFB instruction

2020-10-12 Thread Hoa Nguyen via gem5-dev
Hi all, I've been trying to implement the PSHUFB instruction and I need some help with this? While I found some documentation about this instruction as well as I found a similar(?) instruction implemented in gem5 (PSHUFD), I don't know how to implement PSHUFB in gem5. I saw that PSHUFD is broken

[gem5-dev] Re: Fw: Trouble building 20.1.0.0

2020-10-05 Thread Hoa Nguyen via gem5-dev
Hi Evey, Can you please provide more information about the protobuf/protoc version that is installed in the machine, as well as the compiling log? - The protobuf/protoc version can be obtained by running "protoc --version". - The compiling log can be obtained by using the --verbose option of scons

[gem5-dev] Re: Trouble building 20.1.0.0

2020-10-05 Thread Hoa Nguyen via gem5-dev
Hi Evey, Can you please provide more information about the protobuf/protoc version that is installed in the machine, as well as the compiling log? - The protobuf/protoc version can be obtained by running "protoc --version". - The compiling log can be obtained by using the --verbose option of scons

[gem5-dev] Reviewing API tagging in src/base

2020-08-25 Thread Hoa Nguyen via gem5-dev
Hi all, We've been tagging the API in gem5 src/base. This is a significant change of gem5 as we don't expect the API to change quickly over time. We are looking for more opinions about the structure of the tagged API, what should be a part of the API and what should not. This is also an opportuni

[gem5-dev] checkpoint "schema"s

2020-06-02 Thread Hoa Nguyen via gem5-dev
Hi Gabe, Let's move this to Jira. I made a Jira issue for this, https://gem5.atlassian.net/browse/GEM5-621 Regards, Hoa Nguyen On Tue, Jun 2, 2020, 12:53 PM Hoa Nguyen wrote: > Hi Gabe, > > Let's move this to Jira. > > I made a Jira issue for this, > https://gem5.atlassian.net/browse/GEM5-621