From: Luke Kenneth Casson Leighton Date: Sun, 14 Nov 2021 16:48:17 +0000 (+0000) Subject: comments X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=d5126be13ac8f60e5824c3c974cd3197885f085e comments --- diff --git a/src/spec/testing_stage1.py b/src/spec/testing_stage1.py index a15f68f..28c3861 100644 --- a/src/spec/testing_stage1.py +++ b/src/spec/testing_stage1.py @@ -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)