๐ค AI Summary
This study addresses the common disconnect between SysML models and physical implementations in traditional model-based systems engineering, where models are often abandoned during hardware verification. To bridge this gap, the authors propose a novel bidirectional communication architecture that enables direct, real-time message exchange between executable SysML models and physical hardwareโwithout requiring intermediate translation or co-simulation platforms. By integrating an embedded C++ SysML-side server into IBM Rhapsody and coupling it with a Raspberry Pi hardware interface, the approach embeds SysML statecharts directly into the hardware-in-the-loop verification loop. Validation on a logic gate case study demonstrates perfect output consistency between the SysML model and physical hardware, as confirmed by Karnaugh map comparison. This result substantiates the feasibility of model-driven hardware verification, significantly shortening the digital thread and enhancing model reuse throughout the development lifecycle.
๐ Abstract
Model-Based Systems Engineering (MBSE) is widely treated as the backbone of digital engineering, with languages such as the Systems Modeling Language (SysML) providing the means to capture system structure, behaviour, and verification intent. Yet once verification moves to hardware, the system model is routinely left behind. Domain-specific simulation environments, model transformations, and bespoke tool integrations take over, and the model that began as the authoritative reference drifts out of sync with the implementation it was meant to govern. This paper introduces the SysML Hardware Interface Architecture (SHIA), which keeps an executable SysML model directly inside the verification loop, exchanging messages with physical hardware without intermediate transformation chains, co-simulation platforms, or broker-mediated plugins. SHIA is realised through a SysML side server, written in embedded C++ within IBM Rhapsody, and a hardware side server running on a Raspberry Pi, together establishing a bidirectional link between the digital model and the physical system. A logic gate case study demonstrates the approach end-to-end, from hardware model construction and prototype assembly to test harness design, behavioural statechart control, and staged verification of each component before integration. The integrated system exchanged messages correctly in both directions, and Karnaugh map comparison between the SysML-generated and hardware-generated outputs showed zero discrepancy. The result shows that, when paired with a suitable interface, SysML need not remain a static description that informs downstream tools; it can serve as the executable layer through which hardware behaviour is stimulated, observed, and verified. The work demonstrates a route to model-governed verification and a shorter digital thread between system architecture and the hardware that realises it.