Typo.
authorStaf Verhaegen <staf@stafverhaegen.be>
Fri, 2 Apr 2021 17:28:57 +0000 (19:28 +0200)
committerStaf Verhaegen <staf@stafverhaegen.be>
Fri, 2 Apr 2021 17:28:57 +0000 (19:28 +0200)
ls180/pre_pnr/test.py

index 9712a864ffab3338dfae3981f28d7d205ddaaa29..bc0faff7d111089ef10334b74a35b2e406ddc7bf 100644 (file)
@@ -44,7 +44,7 @@ class JTAGPin:
             pad_i = getattr(dut.test_issuer, f"{self.name}__pad__i").value
             pad_o = getattr(dut.test_issuer, f"{self.name}__pad__o").value
             pad_oe = getattr(dut.test_issuer, f"{self.name}__pad__oe").value
-            dut._log.info(f"{self.name}: core.(i={core_i}, o={core_o}, oe={core_oe}), pad.(t={core_i}, o={pad_o}, oe={pad_oe})")
+            dut._log.info(f"{self.name}: core.(i={core_i}, o={core_o}, oe={core_oe}), pad.(i={core_i}, o={pad_o}, oe={pad_oe})")
         else:
             raise ValueError(f"Unsupported pin type {self.type_}")