From a872a103b742cff0b9110df6378430b3611826c3 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 13 Apr 2020 17:55:07 -0700 Subject: [PATCH] misc: Added RELEASE-NOTES.md These release notes will enable users to keep track of the main changes between gem5 versions. The RELEASE-NOTES.md should also notify the user of any API changes they should be aware of when using this release of gem5. Notes on major changes should be apended to the end of the list as they are added to the repo. Change-Id: If75748306a8086b2abbe2f912dbb2ec9f1a6895f Issue-on: https://gem5.atlassian.net/browse/GEM5-439 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27807 Reviewed-by: Bobby R. Bruce Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- RELEASE-NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 RELEASE-NOTES.md diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md new file mode 100644 index 000000000..1a679dd7f --- /dev/null +++ b/RELEASE-NOTES.md @@ -0,0 +1,10 @@ +# Version 20.0.0.0 + +* Compiling and running gem5 with Python 3 is now fully supported. +* Compiling and running gem5 with GCC 8 and 9 is now supported. +* Scons-based tests have been migrated to the testlib framework. Please consult TESTING.md for more information on how these may be run. +* Support for the ALPHA ISA has been dropped. +* Memory SimObjects can now be initialized using an image file using the image_file parameter. +* The m5 utility has been revamped with a new build system based on scons, tests, and updated and more consistent feature support. +* Robust support for marshalling data from a function call inside the simulation to a function within gem5 using a predefined set of rules. +* Workload configuration pulled out into its own object, simplifying the System object and making workload configuration more modular and flexible. -- 2.30.2