File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Version 24.1.0.1
2+
3+ ** [ HOTFIX] ** This hotfix release applies the following:
4+
5+ * Generalization of the class types in CHI RNF/MN generators thus fixing an issue with missing attributes when using the CHI protocol.
6+ PR: < https://github.com/gem5/gem5/pull/1851 > .
7+ * Add Sphinx documentation for the gem5 standard library.
8+ This is largely generated from Python docstrings.
9+ See "docs/README" for more information on building and deploying Sphinx documentation.
10+ PR: < https://github.com/gem5/gem5/pull/335 > .
11+ * Add missing ` RubySystem ` member and related methods in ` PerfectCacheMemory ` 's entries.
12+ This was causing assertions to trigger in "src/mem/ruby/commonNetDest.cc".
13+ PR: < https://github.com/gem5/gem5/pull/1864 > .
14+ * Add ` useSecondaryLoadLinked ` function to "src/mem/ruby/slicc_interface/ProtocolInfo.hh".
15+ This fixes a bug which was introduced after the removal of the ` PROTOCOL_MESI_Two_Level ` and ` PROTOCOL_MESI_Three_Level ` MACROs in v24.1.0.0.
16+ These MACROs were being used to infer if ` Load_Linked ` requests are sent to the Ruby protocol or not.
17+ The ` useSecondaryLoadLinked ` function has been introduced to specify this directly where needed.
18+ PR: < https://github.com/gem5/gem5/pull/1865 > .
19+
120# Version 24.1
221
322## User facing changes
You can’t perform that action at this time.
0 commit comments