add comments on TestIssuer TestRunner
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 22:17:11 +0000 (23:17 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 22:17:11 +0000 (23:17 +0100)
src/soc/simple/test/test_issuer.py

index 3b1fa4e76f6cde734a1a0523721e46eb95b5c494..ebc529fcada9f0a3b60d2fee463890f477955f21 100644 (file)
@@ -10,6 +10,12 @@ related bugs:
 
 import unittest
 import sys
+
+# here is the logic which takes test cases and "executes" them.
+# in this instance (TestRunner) its job is to instantiate both
+# a Libre-SOC nmigen-based HDL instance and an ISACaller python
+# simulator.  it's also responsible for performing the single
+# step and comparison.
 from soc.simple.test.test_runner import TestRunner
 
 # test with ALU data and Logical data