Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/62931?usp=email )

Change subject: stdlib: Fix typos and remove unneeded import in Simulator
......................................................................

stdlib: Fix typos and remove unneeded import in Simulator

Change-Id: I6faa63959d09444b8e931e14846fb1af98866ade
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62931
Tested-by: kokoro <noreply+kok...@google.com>
Maintainer: Bobby Bruce <bbr...@ucdavis.edu>
Reviewed-by: Bobby Bruce <bbr...@ucdavis.edu>
---
M src/python/gem5/simulate/simulator.py
1 file changed, 15 insertions(+), 3 deletions(-)

Approvals:
  Bobby Bruce: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




diff --git a/src/python/gem5/simulate/simulator.py b/src/python/gem5/simulate/simulator.py
index 0d2917d..b32e54a 100644
--- a/src/python/gem5/simulate/simulator.py
+++ b/src/python/gem5/simulate/simulator.py
@@ -47,7 +47,6 @@
 from .exit_event import ExitEvent
 from ..components.boards.abstract_board import AbstractBoard
from ..components.processors.switchable_processor import SwitchableProcessor
-from ..components.processors.cpu_types import CPUTypes


 class Simulator:
@@ -284,7 +283,7 @@

         if not self._instantiated:
             raise Exception(
- "Cannot obtain simulation statistics prior to inialization." + "Cannot obtain simulation statistics prior to initialization."
             )

         return m5.stats.gem5stats.get_simstat(self._root)
@@ -440,7 +439,7 @@
:param max_ticks: The maximum number of ticks to execute per simulation
         run. If this max_ticks value is met, a MAX_TICK exit event is
         received, if another simulation exit event is met the tick count is
- reset. This is the **maximum number of ticks per simululation run**.
+        reset. This is the **maximum number of ticks per simulation run**.
         """

         # Check to ensure no banned module has been imported.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/62931?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I6faa63959d09444b8e931e14846fb1af98866ade
Gerrit-Change-Number: 62931
Gerrit-PatchSet: 15
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: Melissa Jost <mkj...@ucdavis.edu>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to