From 87d4a96289d0476b6f66b614ee5affe09094fdce Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Fri, 2 Apr 2021 19:28:57 +0200 Subject: [PATCH] Typo. --- ls180/pre_pnr/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls180/pre_pnr/test.py b/ls180/pre_pnr/test.py index 9712a86..bc0faff 100644 --- a/ls180/pre_pnr/test.py +++ b/ls180/pre_pnr/test.py @@ -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_}") -- 2.30.2