From e5e88f468aa1e46107d92beea5f637d506c9f9a0 Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Thu, 1 Apr 2021 13:48:37 +0200 Subject: [PATCH] Typo (is -> ==) --- c4m/cocotb/jtag/c4m_jtag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c4m/cocotb/jtag/c4m_jtag.py b/c4m/cocotb/jtag/c4m_jtag.py index c4bb5af..2cf9981 100644 --- a/c4m/cocotb/jtag/c4m_jtag.py +++ b/c4m/cocotb/jtag/c4m_jtag.py @@ -108,7 +108,7 @@ class JTAG_Master(object): isreset = False if self.state is None: yield self.reset() - if self.state is "Reset": + if self.state == "Reset": isreset = True self.tms <= 0 yield self.cycle_clock() -- 2.30.2