From: Staf Verhaegen Date: Fri, 2 Apr 2021 17:28:57 +0000 (+0200) Subject: Typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87d4a96289d0476b6f66b614ee5affe09094fdce;p=soc-cocotb-sim.git Typo. --- 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_}")