Skip to content

Commit 11334be

Browse files
committed
[ot] scripts/jtag: move JTAG Python modules to python/qemu/jtag
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent 1d3938c commit 11334be

File tree

9 files changed

+4
-3
lines changed

9 files changed

+4
-3
lines changed

docs/opentitan/jtagmbx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ instantiated and listens for incoming connection on TCP port 3335.
3636

3737
OpenTitan implementation provides JTAG/DTM/DMI/Mailbox stack available as Python modules:
3838

39-
* jtag/tap module is available from `scripts/jtag` directory
39+
* jtag/tap module is available from `python/qemu/jtag` directory
4040
* dtm/dmi and jtag mailbox modules are available from `scripts/opentitan` directory
4141

4242
Python snippet to create a communication channel with the VM JTAG mailbox:

docs/opentitan/lc_ctrl_dmi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ instantiated and listens for incoming connection on TCP port 3335.
3333

3434
OpenTitan implementation provides JTAG/DTM/DMI/Mailbox stack available as Python modules:
3535

36-
* jtag/tap module is available from `scripts/jtag` directory
36+
* jtag/tap module is available from `python/qemu/jtag` directory
3737
* dtm/dmi and jtag mailbox modules are available from `scripts/opentitan` directory
3838

3939
Python snippet to create a communication channel with the VM JTAG mailbox:

docs/opentitan/pymod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The communication ports of the OpenTitan machines exposed through CharDev device
44
to access the devices from the local host (or also from a remote host when the CharDev is created
55
using a TCP socket).
66

7-
* `scripts/jtag`: JTAG / TAP controller client, using the _Remote BitBang Protocol_
7+
* `python/qemu/jtag`: JTAG / TAP controller client, using the _Remote BitBang Protocol_
88
* `scripts/opentitan/ot`: OpenTitan tools
99
* `dtm`: Debug Transport Module support,
1010
* `dm`: RISC-V Debug Module support,
File renamed without changes.

scripts/jtag/.pylintrc renamed to python/qemu/jtag/.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ disable=
44
too-few-public-methods,
55
too-many-arguments,
66
too-many-branches,
7+
too-many-function-args,
78
too-many-instance-attributes,
89
too-many-lines,
910
too-many-locals,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)