Project

General

Profile

Pluginlist » History » Version 5

Alexis Jeandet, 18/09/2015 05:23 PM

1 1 Alexis Jeandet
h1. Pluginlist
2
3
{{>toc}}
4
5
Here is the SocExplorer plugin list, we try to keep it updated as much as possible.
6
7
h2. Root capable plugins
8
9
h3. [[AHBUARTplugin|AHBUART plugin]]
10
11 4 Alexis Jeandet
p=. !{width: 80%}AHBUartPlugin.png(AHBUart plugin screenshot example)!
12
13 1 Alexis Jeandet
* description
14
This plugin handle the "gaisler's AHBUART":http://www.gaisler.com/index.php/products/ipcores/soclibrary protocol, it allows you to access to any device using this IP.
15
16
* author
17
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
18
19
* source code
20
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
21
22
----
23
24
h3. [[APBUARTplugin|APBUART plugin]]
25
26 3 Alexis Jeandet
p=. !{width: 80%}APBUartPlugin.png(APBUart plugin screenshot example)!
27
28 1 Alexis Jeandet
* description
29 2 Alexis Jeandet
This plugin is initially written to get the stdout of the "LEON3":http://www.gaisler.com/index.php/products/processors processor, when it is redirected to the APBUART. The APBUART plugin handle both direct and FIFO debug mode.
30 1 Alexis Jeandet
31
* author
32
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
33
34
* source code
35
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
36
37
----
38
39
h3. [[spwplugin|Spacewire plugin]]
40
41
p=. !{width: 80%}spwplugin.png(Spacewire plugin screenshot example)!
42
43
* description
44
This plugin is a generic spacewire plugin, as any other root plugin it gives you an access to any target implementing the RMAP protocol. This plugin also embed a TCP server which forwards non RMAP packets to any connected client(s). You can also easily add your bridge by subclassing abstractSpwBridge. 
45
For the moment it works with the Start-Dundee USB brick and the GRSEB driver is under development.
46
47
* author
48
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
49
50
* source code
51
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
52
53
----
54
55
h3. [[RMAPplugin|RMAP plugin]] 
56
57
   * description
58
59
   * author
60
61
"Paul Leroy":https://hephaistos.lpp.polytechnique.fr/redmine/users/4
62
63
   * source code
64
"PAUL's SocExplorer plugins":https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SOLO_LFR/LPPMON_PLUGINS_PAUL
65
66
----
67
68
----
69
70
h2. Child only plugins
71
72
h3. [[genericrwplugin|genericrw plugin]]   
73
74
p=. !{width: 80%}genericrwplugin.png(genericrwplugin screenshot example)!
75
76
   * description
77
78
This plugin allows you to edit or view any memory space of your SOC. You can choose the start address and the number of bytes you want to read or write.
79
80
   * author
81
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
82
83
   * source code
84
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
85
86
----
87
88
h3. [[memctrlplugin|memctrl plugin]]
89
90
p=. !{width: 60%}memctrlplugin.png(memctrl plugin screenshot example)!
91
92
   * description
93
94
This plugin checks the a memory space and say if it can read and write to this space without any error. To ensure that there is no aliasing problems it generates a random number sequence in RAM, writes it to the destination memory space then read it and compare what he read with what he writes. It can be useful to detect memory controller configuration mistakes or soldering issues.
95
96
   * author
97
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
98
99
   * source code
100
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
101
102
----
103
104
h3. [[AMBAplugin|AMBA plugin]]
105
106
p=. !{width: 70%}AMBAplugin.png(AMBA plugin screenshot example)!
107
108
   * description
109
110
This plugin handles the Gaisler' s plug and play AMBA bus, you can use it to list the available peripherals. All detected peripheral information will be shared by SocExplorer to all the other plugins and available in Python. For more details have a look [[Python_tricks#SOC-related-functions|here]]
111
112
   * author
113
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
114
115
   * source code
116
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
117
118
----
119
120
h3. [[DSU3plugin|DSU3 plugin]]
121
122
   * description
123
124
This plugin allow to load code from an elf file into the leon3 and start it execution. This plugin is experimental and will change a lot before the release state.
125
126
   * author
127
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
128
129
   * source code
130
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins