From 7a214e3553fbb10726b58eaea432c8bd366c3677 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 1 Apr 2021 23:14:58 +0100 Subject: [PATCH] TWI enabled in JTAG boundary scan --- src/soc/simple/issuer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index a615b03d..8d9bec5e 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -172,7 +172,7 @@ class TestIssuerInternal(Elaboratable): # XXX MUST keep this up-to-date with litex, and # soc-cocotb-sim, and err.. all needs sorting out, argh subset = ['uart', - # 'mtwi', - disabled for now + 'mtwi', 'eint', 'gpio', 'mspi0', # 'mspi1', - disabled for now # 'pwm', 'sd0', - disabled for now -- 2.30.2