From: klehman Date: Thu, 7 Oct 2021 23:21:35 +0000 (-0400) Subject: comments for test_runner X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=refs%2Fheads%2Fpr;p=soc.git comments for test_runner --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 461007de..8558303f 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -119,6 +119,9 @@ def get_dmi(dmi, addr): class HDLRunner(StateRunner): + """HDLRunner: Implements methods for the setup, preparation, and + running of tests using nmigen HDL simulation. + """ def __init__(self, dut, m, pspec): super().__init__("hdl", HDLRunner)