From 3fdaa03ceb71041b74aab81bf992afbc7a2d2e9e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 23 Apr 2021 23:17:11 +0100 Subject: [PATCH] add comments on TestIssuer TestRunner --- src/soc/simple/test/test_issuer.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/soc/simple/test/test_issuer.py b/src/soc/simple/test/test_issuer.py index 3b1fa4e7..ebc529fc 100644 --- a/src/soc/simple/test/test_issuer.py +++ b/src/soc/simple/test/test_issuer.py @@ -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 -- 2.30.2