Re: [gem5-dev] gem5 GUI project.

2020-02-14 Thread Jason Lowe-Power
See also the jira issue: https://gem5.atlassian.net/browse/GEM5-262 Cheers, Jason On Fri, Feb 14, 2020 at 3:51 PM Ravishdeep Singh wrote: > Oops! I linked the actual file my bad. > https://github.com/afarooqui98/ECS193a/blob/master/docs/requirements_doc.md > > On Fri, Feb 14, 2020 at 3:46 PM

Re: [gem5-dev] gem5 GUI project.

2020-02-14 Thread Gabe Black
Hi Ravishdeep, I think this is a cool idea and I've had some thoughts about that over the years. I'd love to see what you're planning, but I think you forgot to attach your document? Gabe On Fri, Feb 14, 2020 at 3:46 PM Ravishdeep Singh wrote: > Hello gem5 developers, > > I am part of an

Re: [gem5-dev] gem5 GUI project.

2020-02-14 Thread Ravishdeep Singh
Oops! I linked the actual file my bad. https://github.com/afarooqui98/ECS193a/blob/master/docs/requirements_doc.md On Fri, Feb 14, 2020 at 3:46 PM Ravishdeep Singh wrote: > Hello gem5 developers, > > I am part of an undergraduate student group working under Jason > Lowe-Power. Our project is to

[gem5-dev] gem5 GUI project.

2020-02-14 Thread Ravishdeep Singh
Hello gem5 developers, I am part of an undergraduate student group working under Jason Lowe-Power. Our project is to create a GUI for gem5. Linked below is a requirements document for the project. If anybody has any suggestions or questions, please let us know, we are currently still prototyping

[gem5-dev] Moving changes from master to develop

2020-02-14 Thread Gabe Black
Hi folks. I've seen some people abandon a change on master, and then reupload the same change to develop. This will work, but it's unnecessary and will disconnect the change's history. To migrate the change from one branch to the other, you can use the "Move change" option in the gerrit UI which

[gem5-dev] Cron /z/m5/regression/do-regression quick

2020-02-14 Thread Cron Daemon
* build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing: FAILED! * build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-switcheroo-atomic: FAILED! * build/ARM/tests/opt/quick/fs/10.linux-boot/arm/linux/realview-simple-timing-dual: FAILED! *

[gem5-dev] Change in gem5/gem5[develop]: scons, systemc: disable systemc tests by default

2020-02-14 Thread Ciro Santilli (Gerrit)
Ciro Santilli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25385 ) Change subject: scons,systemc: disable systemc tests by default .. scons,systemc: disable systemc tests by

Re: [gem5-dev] gem5 segfault with DPRINTFs

2020-02-14 Thread Daniel Gerzhoy
Ah sorry about that, my mistake. Thanks for the guidance! Dan On Fri, Feb 14, 2020 at 3:13 AM Ciro Santilli wrote: > Please don't cross post on dev/user as it can divide discussion. > > On Fri, Feb 14, 2020 at 3:32 AM Daniel Gerzhoy > wrote: > > > > Hi all, > > > > I've added a series of

[gem5-dev] Change in gem5/gem5[develop]: base: Use a int to store fgetc return value

2020-02-14 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25384 ) Change subject: base: Use a int to store fgetc return value .. base: Use a int to store fgetc return

[gem5-dev] Change in gem5/gem5[develop]: sim: print --debug-flag Event execution and instance ID

2020-02-14 Thread Ciro Santilli (Gerrit)
Ciro Santilli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25383 ) Change subject: sim: print --debug-flag Event execution and instance ID .. sim: print --debug-flag Event

Re: [gem5-dev] gem5 segfault with DPRINTFs

2020-02-14 Thread Ciro Santilli
Please don't cross post on dev/user as it can divide discussion. On Fri, Feb 14, 2020 at 3:32 AM Daniel Gerzhoy wrote: > > Hi all, > > I've added a series of DPRINTFs into the coherence protocol (GPU_VIPER) > and its been working ok, up until this morning when I added a bunch all at > once and