summaryrefslogtreecommitdiff
path: root/tools/proxyclient/m1n1/trace/spi.py
diff options
context:
space:
mode:
authormagh <magh@maghmogh.com>2023-03-06 18:44:55 -0600
committermagh <magh@maghmogh.com>2023-03-06 18:44:55 -0600
commite80d9d8871b325a04b18f90a9ea4bb7fd148fb25 (patch)
tree79dbdb8506b7ff1e92549188d1b94cfc0b3503ae /tools/proxyclient/m1n1/trace/spi.py
add m1n1HEADmaster
Diffstat (limited to 'tools/proxyclient/m1n1/trace/spi.py')
-rw-r--r--tools/proxyclient/m1n1/trace/spi.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/proxyclient/m1n1/trace/spi.py b/tools/proxyclient/m1n1/trace/spi.py
new file mode 100644
index 0000000..dd4f967
--- /dev/null
+++ b/tools/proxyclient/m1n1/trace/spi.py
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: MIT
+
+from ..hw.spi import *
+from ..hv import TraceMode
+from ..utils import *
+from . import ADTDevTracer
+
+class SPITracer(ADTDevTracer):
+ REGMAPS = [SPIRegs]
+ NAMES = ["spi"]