2.3. Simulator Integration#
SimBricks enables the creation of virtual prototypes by orchestrating, connecting and synchronizing multiple instances of already existing (or newly created) simulators. To use them as part of the SimBricks platform, a user must integrate a respective simulator.
On this page, we provide an overview of how SimBricks connects existing simulators into an end-to-end virtual prototype. In the end, you should have all the required knowledge to extend SimBricks by integrating a new Simulator.
Tip
In case you want to jump straight into the implementation details, check out the Implementation section.