lowRISC / sonata-system

A full micro-controller system utilizing the CHERIoT Ibex core, part of the Sunburst project funded by UKRI
Apache License 2.0
29 stars 17 forks source link

Introduce option to run legacy software on the same simulator build #191

Closed alees24 closed 1 month ago

alees24 commented 2 months ago

Simulation builds default to CHERI, but legacy software may be executed on the same build by supplying a command-line option --run-legacy-software when running the simulator. With the simulator builds now taking rather a long time, this is a very useful development aid. It may be of some assistance with automated testing too at some point.

HU90m commented 1 month ago

Closing in favor of https://github.com/lowRISC/sonata-system/pull/204