Pluginlist

Here is the SocExplorer plugin list, we try to keep it updated as much as possible.

Root capable plugins

AHBUART plugin


APBUART plugin


Spacewire plugin

Spacewire plugin screenshot example


RMAP plugin

Paul Leroy



Child only plugins

genericrw plugin

genericrwplugin screenshot example

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.


memctrl plugin

memctrl plugin screenshot example

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.


AMBA plugin

AMBA plugin screenshot example

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 here


DSU3 plugin

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.