comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 14 Nov 2021 16:48:17 +0000 (16:48 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 14 Nov 2021 16:48:17 +0000 (16:48 +0000)
src/spec/testing_stage1.py

index a15f68f9ec26704961570c71f9758966ffae216d..28c386135d12a2749d3f2ac5a65d0d8bc7eaf301 100644 (file)
@@ -174,7 +174,8 @@ class DummyPlatform(TemplatedPlatform):
         end_ports = len(self._ports)
 
         # now make a corresponding (duplicate) request to the pad manager
-        # BUT, if it doesn't exist, don't sweat it
+        # BUT, if it doesn't exist, don't sweat it: all it means is, the
+        # application did not request Boundary Scan for that resource.
         pad_start_ports = len(self.pad_mgr._ports)
         try:
             pvalue = self.pad_mgr.request(name, number, dir=dir, xdr=xdr)