mem-cache: Fix DCPT with CircularQueue
[gem5.git] / RELEASE-NOTES.md
1 # Version 20.0.0.0
2
3 * Compiling and running gem5 with Python 3 is now fully supported.
4 * Compiling and running gem5 with GCC 8 and 9 is now supported.
5 * Scons-based tests have been migrated to the testlib framework. Please consult TESTING.md for more information on how these may be run.
6 * Support for the ALPHA ISA has been dropped.
7 * Memory SimObjects can now be initialized using an image file using the image_file parameter.
8 * The m5 utility has been revamped with a new build system based on scons, tests, and updated and more consistent feature support.
9 * Robust support for marshalling data from a function call inside the simulation to a function within gem5 using a predefined set of rules.
10 * Workload configuration pulled out into its own object, simplifying the System object and making workload configuration more modular and flexible.