[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Fix cache hits being profiled as cache misses

2020-11-20 Thread Hoa Nguyen (Gerrit) via gem5-dev
Hoa Nguyen has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/37835 ) Change subject: mem-ruby: Fix cache hits being profiled as cache misses .. mem-ruby: Fix cache hits being profiled as cache

[gem5-dev] Re: Compiling gem5 as library for x86 results in error

2020-11-20 Thread Gabe Black via gem5-dev
No, that's no related to USE_SYSTEMC=False. That's disabling the systemc kernel, and the error message is that the system port is not connected. Even though the names are similar, the system object doesn't have anything to do with systemc. The system port itself is a port that the system object (a

[gem5-dev] Change in gem5/gem5[develop]: python: Remove SortedDict from python utilities

2020-11-20 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/37796 ) Change subject: python: Remove SortedDict from python utilities .. python: Remove SortedDict from python utilities

[gem5-dev] Change in gem5/gem5[develop]: scons, python: Remove SmartDict from python utilities

2020-11-20 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/37775 ) Change subject: scons, python: Remove SmartDict from python utilities .. scons, python: Remove SmartDict from python

[gem5-dev] Change in gem5/gem5[develop]: util: Use MAINTAINERS.yaml for valid tags in git hook

2020-11-20 Thread Jason Lowe-Power (Gerrit) via gem5-dev
Jason Lowe-Power has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/37220 ) Change subject: util: Use MAINTAINERS.yaml for valid tags in git hook .. util: Use MAINTAINERS.yaml for valid tags in

[gem5-dev] Change in gem5/gem5[develop]: util: Relax commit message checker to allow fixups

2020-11-20 Thread Jason Lowe-Power (Gerrit) via gem5-dev
Jason Lowe-Power has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/37598 ) Change subject: util: Relax commit message checker to allow fixups .. util: Relax commit message checker to allow

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby,misc: Fix a parameter name in a DeprecatedParam message

2020-11-20 Thread Hoa Nguyen (Gerrit) via gem5-dev
Hoa Nguyen has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/36635 ) Change subject: mem-ruby,misc: Fix a parameter name in a DeprecatedParam message .. mem-ruby,misc: Fix a parameter name

[gem5-dev] Re: Compiling gem5 as library for x86 results in error

2020-11-20 Thread Michele Marazzi via gem5-dev
Dear Gabe, Thanks for your help. It does compile with USE_SYSTEMC=False, but unfortunately I suspect I do need that part in order to use gem5 as planned. Indeed, the case scenario is to interface it to a slave memory controller. After many tries of different configurations, I keep getting as

[gem5-dev] Change in gem5/gem5[develop]: python: Fix toBool converter

2020-11-20 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/37755 ) Change subject: python: Fix toBool converter .. python: Fix toBool converter It was using an undefined variable