projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
987310d
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 28 Nov 2021 23:34:04 +0000
(23:34 +0000)
committer
IkiWiki
<ikiwiki.info>
Sun, 28 Nov 2021 23:34:04 +0000
(23:34 +0000)
docs/pinmux.mdwn
patch
|
blob
|
history
diff --git
a/docs/pinmux.mdwn
b/docs/pinmux.mdwn
index 8538b53b21e55381469e60d83559c1a0c8e83b82..e3046ab9329a6c4f40de80015ca0bd87e6afc4ff 100644
(file)
--- a/
docs/pinmux.mdwn
+++ b/
docs/pinmux.mdwn
@@
-231,8
+231,8
@@
to the Scan Shift Register is this straightforward:
from c4m.nmigen.jtag.tap import IOType, TAP
- class JTAG(
DMITAP, Pins
):
- def __init__(self
, pinset, domain, wb_data_wid=32
):
+ class JTAG(
TAP
):
+ def __init__(self):
TAP.__init__(self, ir_width=4)
self.u_tx = self.add_io(iotype=IOType.Out, name="tx")
self.u_rx = self.add_io(iotype=IOType.In, name="rx")