Rebased to LLVM 3.7, giving around 10% performance improvements.
Added some custom LLVM optimisation passes (2-3 % extra performance).
Command Line Interface Improvements
Added support for variables, these can be used as parameters to commands. They are set using the var-set command or by assigning them using VAR=VALUE syntax.
Default variables can now be taken by some commands. Current default variables include DEFAULT_CPU (used by some CPU commands, e.g. register set and inspection commands), DEFAULT_MACHINE (used by some machine commands) and DEFAULT_RUNNABLE (used by the run, step and time commands). System configs have been updated to assign these variables.
Experimental DWARF support. When loading an ELF file, it is possible to add the parameter dwarf=1, this enables experimental DWARF parsing (and a whole lot of terminal output dumping the DWARF records). Currently, there is support in the disassembler command where instead of an address, it is possible to specify func=name, where name is the name of the function to disassemble. E.g: “dis cpu=cpu0 func=main” will dissassemble the main function. Note as this feature is experimental, it is likely that there are bugs (e.g. incorrect parsing, memory leaks, etc), and many parsing errors are currently handled with assert().
Added a non-time-based event API. This is used to issue for example trap taken events that the user can intercept. Currently, the following events are defined ‘temu.cpuErrorMode’, ‘temu.cpuTrapEntry’ and temu.cpuTrapExit’. Note that there isn’t any standard reporting of these (except the error mode event) and the user should provides his own event handlers in that can report the events.
Added GUI based console. A problem with the inline serial console was that it was printing too much info in the T-EMU console window when booting systems with lots of output like Linux. There is now a graphical user interface console with rudimentary VT100 support that also supports console input. This keeps your emulator command window clean from serial output. The GUI console does not log traffic at the moment.
GdbServer now available. The GdbServer is available as firstly a library, secondly through a stand-alone tool (temu-gdbserver) and thirdly as a command in the temu command line interface. Note that it is available as a C++ library, and C++ libs in the emulator are not seen as API stable. A stable C library may be made available later if there is need for one.
Adding Python scripting support to command line interface.
Adding cache emulation support. Note that unlike hardware, emulating a cache will slow down the emulation. The cache emulation interfaces and a generic cache model are available through libTEMUMemory. The cache APIs exist to allow the user to do detailed performance analysis and estimate the impact from running with and without caches. Note, that for normal usage, it is best to emulate caches by setting the average waitstates on the RAM and / or ROM models.
LEON2, 3 and 4 now support caches in the CPU models. Caches are optional and you do not pay for something that is not used.
LEON2SoC is now working as a cache controller to keep taps on flushing bits.
Deprecations
Logging function temu_logCritical() is deprecated. It is renamed as temu_logFatal() to more clearly illustrate the intent.
temu_MemoryKind is no longer used. The enum will be removed later.
temu_MemoryMapIface is deprecated. The interface is no longer used and the function interface is preferred. At present users should not implement their own memory spaces. This may change in the future, but at the moment, all fields in the interface are deprecated and the interface will be removed in the future.
CPU Changes
SPARCv8
LEON4
Add support for NGMP reset values
Terma.com uses cookies and the like for the purposes of statistical analysis, improving the friendliness and usability of our website, tailoring content to your interests and engaging with social media. By visiting our website, you consent to our and third party use of cookies as described in our privacy policy. Read More
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.