From: Staf Verhaegen Date: Fri, 6 Dec 2019 09:46:18 +0000 (+0100) Subject: Get Wishbone from c4m lib. X-Git-Tag: 24jan2021ls180~40 X-Git-Url: https://git.libre-soc.org/?p=c4m-jtag.git;a=commitdiff_plain;h=fe93d329020fe7fff1c58e01eea36c452598e851 Get Wishbone from c4m lib. --- diff --git a/c4m/nmigen/jtag/tap.py b/c4m/nmigen/jtag/tap.py index 928634a..725e7e6 100755 --- a/c4m/nmigen/jtag/tap.py +++ b/c4m/nmigen/jtag/tap.py @@ -6,7 +6,7 @@ from nmigen.build import * from nmigen.lib.io import * from nmigen.tracer import get_var_name -from wishbone import Wishbone +from c4m_repo.nmigen.lib import Wishbone __all__ = [ "TAP",