What's new?

Feb 27 2024

Introducing code coverage reporting in Renode

Introducing code coverage reporting in Renode

One of the key metrics helping ensure code quality is test coverage, providing objective, automatic ways of making sure that all of the most important branches of the code are verified. Antmicro’s open source Renode simulation framework already offers advanced Python-driven scripting and automation as well as extensive execution tracing features, and the recent addition of code coverage analysis provides developers with even more control and better understanding of their software. Read more

Feb 8 2024

Developing and testing heterogeneous space systems with Renode

Developing and testing heterogeneous space systems with Renode

While landing humans on the Moon was a feat accomplished with very basic compute power of 2MHz provided by the Apollo Guidance Computer, modern spacecraft can take advantage of a much more advanced and capable data processing infrastructure. The space systems of today are essentially powerful heterogeneous multi-node setups with many layers of redundancy and lots of communication flowing in all directions. The resulting complexity requires rigorous testing in order to predict and prevent possible catastrophic failures - because in space, no one can hear your hardware beep. Read more

Dec 18 2023

Expanding RISC-V support in Renode with Bit-Manipulation extensions

Expanding RISC-V support in Renode with Bit-Manipulation extensions

Antmicro’s open source Renode simulation framework offers support for various instruction set architectures, with the RISC‑V ISA being a major focus for both ourselves – as a founding member of RISC‑V International – and our customers, including e.g. Google Research and Microchip. Renode’s support for RISC‑V is also being developed as part of EU-funded research activities such as TRISTAN, to enable easier prototyping and development of new silicon based on open source core and peripheral IP implementations, which we are also heavily involved with. Read more

Dec 14 2023

Developing and testing with Renode in heterogeneous, multi-node automotive use cases

Developing and testing with Renode in heterogeneous, multi-node automotive use cases

Automotive engineering in the past 30 years has been transformed by the growing capabilities of microprocessors, enabling their use in a wide range of the vehicle’s capabilities related to safety, convenience and efficiency. Modern vehicles can have hundreds of microcontrollers and application processors, managing anything from engine and transmission control systems, cruise control, brakes and other safety-critical systems, to infotainment, in cabin systems and more. Read more