SW Design

This is Kactus2 extension

User can describe the structure of SW similarly ot HW design. All SW instantiated in one SW design will be executes on a single CPU. The mapping of SW design onto CPU HW is done in a system design.

Select SW components from the library and connect them.
Instead of interfaces and ports, SW components have API interfaces. There are two modes, a SW component can request an API (i.e. make calls to API functions) or provide it (i.e. implement the API functions). Connections are allowed only when interfaces match or if either interface is 'UNSET' (no API VLNV associated with it).