File tree Expand file tree Collapse file tree 9 files changed +4
-3
lines changed Expand file tree Collapse file tree 9 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ instantiated and listens for incoming connection on TCP port 3335.
36
36
37
37
OpenTitan implementation provides JTAG/DTM/DMI/Mailbox stack available as Python modules:
38
38
39
- * jtag/tap module is available from ` scripts /jtag` directory
39
+ * jtag/tap module is available from ` python/qemu /jtag` directory
40
40
* dtm/dmi and jtag mailbox modules are available from ` scripts/opentitan ` directory
41
41
42
42
Python snippet to create a communication channel with the VM JTAG mailbox:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ instantiated and listens for incoming connection on TCP port 3335.
33
33
34
34
OpenTitan implementation provides JTAG/DTM/DMI/Mailbox stack available as Python modules:
35
35
36
- * jtag/tap module is available from ` scripts /jtag` directory
36
+ * jtag/tap module is available from ` python/qemu /jtag` directory
37
37
* dtm/dmi and jtag mailbox modules are available from ` scripts/opentitan ` directory
38
38
39
39
Python snippet to create a communication channel with the VM JTAG mailbox:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The communication ports of the OpenTitan machines exposed through CharDev device
4
4
to access the devices from the local host (or also from a remote host when the CharDev is created
5
5
using a TCP socket).
6
6
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_
8
8
* ` scripts/opentitan/ot ` : OpenTitan tools
9
9
* ` dtm ` : Debug Transport Module support,
10
10
* ` dm ` : RISC-V Debug Module support,
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
too-few-public-methods,
5
5
too-many-arguments,
6
6
too-many-branches,
7
+ too-many-function-args,
7
8
too-many-instance-attributes,
8
9
too-many-lines,
9
10
too-many-locals,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments