misc: Fix typo in multisim code snippet (#1417)
This commit is contained in:
@@ -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:
|
Here is an example of how to use MultiSim:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import gem5.util.multisim as multisim
|
import gem5.utils.multisim as multisim
|
||||||
|
|
||||||
# Set the maximum number of processes to run in parallel
|
# Set the maximum number of processes to run in parallel
|
||||||
multisim.set_num_processes(4)
|
multisim.set_num_processes(4)
|
||||||
|
|||||||
Reference in New Issue
Block a user