File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Version 23.0.1.0
2
+
3
+ This minor release incorporates documentation updates, bug fixes, and some minor improvements.
4
+
5
+ ## Documentation updates
6
+
7
+ * "TESTING.md" has been updated to more accurately reflect our current testing infrastructure.
8
+ * "README" has been replaced with "README.md" and includes more up-to-date information on using gem5.
9
+ * "CONTRIBUTING.md" has been updated to reflect our migration to GitHub and the changes in policy and proceedures.
10
+ * Where needed old references to Gerrit have been removed in favor of GitHub.
11
+
12
+ ## Bug Fixes
13
+
14
+ * Fixes an assert failure when using ARM which was trigged when ` shiftAmt ` is 0 for a UQRSH instruction.
15
+ * Fixes ` name 'fatal' is not defined ` being thrown when tracing is off.
16
+ * Fixes a bug in ARM in which the TLBIOS instructions were decoded as normal MSR instructions with no effect on the TLBs.
17
+ * Fixes invalid ` packet_id ` value in flit.
18
+ * Fixes default CustomMesh for use with Garnet.
19
+
20
+ ## Minor Improvements
21
+
22
+ * The gem5 resources downloader now outputs more helpful errors in the case of a failure.
23
+ * "util/github-runners-vagrant" has been added. This outlines how to setup a GitHub Action's set-hosted runner for gem5.
24
+ * The PyUnit tests have been refactored to no longer download large resources during testing.
25
+ * Using Perf is now optional when utilizing KVM CPUs.
26
+
1
27
# Version 23.0.0.1
2
28
3
29
** [ HOTFIX] ** Fixes compilation of ` GCN3_X86 ` and ` VEGA_X85 ` .
You can’t perform that action at this time.
0 commit comments