projects
/
c4m-jtag.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3fc6b
)
Get Wishbone from c4m lib.
author
Staf Verhaegen
<staf@stafverhaegen.be>
Fri, 6 Dec 2019 09:46:18 +0000
(10:46 +0100)
committer
Staf Verhaegen
<staf@stafverhaegen.be>
Fri, 6 Dec 2019 19:15:45 +0000
(20:15 +0100)
c4m/nmigen/jtag/tap.py
patch
|
blob
|
history
diff --git
a/c4m/nmigen/jtag/tap.py
b/c4m/nmigen/jtag/tap.py
index 928634a545cc550f46947225a30352b5a110b2f2..725e7e6321df9c5b5f511c74519de746f790916d 100755
(executable)
--- 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",