Re: [gem5-users] Segfault when changing renameWidth

2014-05-13 Thread Mitch Hayenga via gem5-users
PS: This issue was fixed about two weeks ago by putting in an assert to warn when MaxWidth was <= any width in the machine. So it's in the mainline, just not in gem5-stable. http://repo.gem5.org/gem5?cmd=changeset;node=790a214be1f4 On Tue, May 13, 2014 at 4:36 PM, Mitch Hayenga wrote: > Gem5

Re: [gem5-users] Segfault when changing renameWidth

2014-05-13 Thread Mitch Hayenga via gem5-users
Gem5 has some hard compile-time limits on how large certain widths can be. In src/cpu/o3/impl.hh there is a line that sets "MaxWidth = 8". Increase this to greater than or equal to 16 (or whatever the maximum width in your machine is). The issue you are hitting is time buffer entries writing int