Skip to content

Commit ea28fce

Browse files
committed
misc: Update RELEASE-NOTES.md for v24.1.0.1
1 parent 0e4c848 commit ea28fce

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

RELEASE-NOTES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

0 commit comments

Comments
 (0)