From: klehman Date: Thu, 7 Oct 2021 15:57:39 +0000 (-0400) Subject: added comment to teststate X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da356d71be9f28c23e2b4fe99ad3e45c8bd029c3;p=soc.git added comment to teststate --- diff --git a/src/soc/simple/test/teststate.py b/src/soc/simple/test/teststate.py index 3a65c9dc..d2f4b51f 100644 --- a/src/soc/simple/test/teststate.py +++ b/src/soc/simple/test/teststate.py @@ -12,6 +12,9 @@ from openpower.test.state import (State, state_add, state_factory, from soc.fu.compunits.test.test_compunit import get_l0_mem class HDLState(State): + """HDLState: Obtains registers and memory from an nmigen simulator + object by implementing State class methods. + """ def __init__(self, core): super().__init__() self.core = core