|
Simics tools
VIM syntax fileI use VIM for coding and created a syntax highlighting file
for simics CLI scripts.
Generic functions
There's a collection of utility functions that extend Simics using Python.
- list_attributes() provides a list of the available attributes of a CLI object
- class ThreadedWindow provides a base class for creating an additional window with
a dedicated thread so that you can return to Simics CLI after creating the window.
|
LEON2 register view
At least in the academic version of Simics there is no register content view for the LEON2
SPARC processor. I implemented one of my own.
|
|