Project

General

Profile

Pluginlist » History » Version 2

Alexis Jeandet, 18/05/2014 01:53 AM

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
* description
12
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.
13
14
* author
15
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
16
17
* source code
18
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
19
20
----
21
22
h3. [[APBUARTplugin|APBUART plugin]]
23
24
* description
25 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.
26 1 Alexis Jeandet
27
* author
28
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
29
30
* source code
31
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
32
33
----
34
35
h3. [[spwplugin|Spacewire plugin]]
36
37
p=. !{width: 80%}spwplugin.png(Spacewire plugin screenshot example)!
38
39
* description
40
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. 
41
For the moment it works with the Start-Dundee USB brick and the GRSEB driver is under development.
42
43
* author
44
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
45
46
* source code
47
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
48
49
----
50
51
h3. [[RMAPplugin|RMAP plugin]] 
52
53
   * description
54
55
   * author
56
57
"Paul Leroy":https://hephaistos.lpp.polytechnique.fr/redmine/users/4
58
59
   * source code
60
"PAUL's SocExplorer plugins":https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SOLO_LFR/LPPMON_PLUGINS_PAUL
61
62
----
63
64
----
65
66
h2. Child only plugins
67
68
h3. [[genericrwplugin|genericrw plugin]]   
69
70
p=. !{width: 80%}genericrwplugin.png(genericrwplugin screenshot example)!
71
72
   * description
73
74
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.
75
76
   * author
77
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
78
79
   * source code
80
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
81
82
----
83
84
h3. [[memctrlplugin|memctrl plugin]]
85
86
p=. !{width: 60%}memctrlplugin.png(memctrl plugin screenshot example)!
87
88
   * description
89
90
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.
91
92
   * author
93
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
94
95
   * source code
96
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
97
98
----
99
100
h3. [[AMBAplugin|AMBA plugin]]
101
102
p=. !{width: 70%}AMBAplugin.png(AMBA plugin screenshot example)!
103
104
   * description
105
106
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]]
107
108
   * author
109
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
110
111
   * source code
112
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins
113
114
----
115
116
h3. [[DSU3plugin|DSU3 plugin]]
117
118
   * description
119
120
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.
121
122
   * author
123
"Alexis Jeandet":https://hephaistos.lpp.polytechnique.fr/redmine/users/3
124
125
   * source code
126
"AJE's SocExplorer plugins":https://jeandet@hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins