forked from riscv/riscv-debug-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdtm.tex
18 lines (13 loc) · 822 Bytes
/
dtm.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\chapter{Debug Transport Module (DTM)} \label{dtm}
Debug Transport Modules provide access to the DM over one or more transports
(eg. JTAG or USB).
There may be multiple DTMs in a single platform. Ideally every component that
communicates with the outside world includes a DTM, allowing a platform to be
debugged through every transport it supports. For instance a USB component
could include a DTM. This would trivially allow any platform to be debugged
over USB. All that is required is that the USB module already in use also has
access to the Debug Module Interface.
Using multiple DTMs at the same time is not supported. It is left to the user
to ensure this does not happen.
This specification defines a JTAG DTM in Appendix~\ref{jtagdtm}. Additional DTMs
may be added in future versions of this specification.