From 64bbbc9a9fd6b307a6d25a26daf859491c3355d1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 6 Apr 2021 21:35:12 +0100 Subject: [PATCH] remove unneeded code --- src/soc/debug/dmi2jtag.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/debug/dmi2jtag.py b/src/soc/debug/dmi2jtag.py index 7f464d93..bc32f580 100644 --- a/src/soc/debug/dmi2jtag.py +++ b/src/soc/debug/dmi2jtag.py @@ -12,7 +12,6 @@ from nmigen import Memory, Signal, Module from nmigen.back.pysim import Simulator, Delay, Settle, Tick from nmutil.util import wrap -from nmigen_soc.wishbone import Interface as WishboneInterface # JTAG to DMI interface -- 2.30.2