diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c2c6b382e0..5fd35e2aff 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -32,7 +32,7 @@ Then run the simulations in parallel with the `gem5` binary using `-m gem5.util Here is an example of how to use MultiSim: ```python -import gem5.util.multisim as multisim +import gem5.utils.multisim as multisim # Set the maximum number of processes to run in parallel multisim.set_num_processes(4)