From ba704a01b21c7b80a1ddcd268a7214aa46fd72fd Mon Sep 17 00:00:00 2001 From: Robert Hauser <85344819+robhau@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:54:16 +0200 Subject: [PATCH] misc: Fix typo in multisim code snippet (#1417) --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)