Main Content

Simulink.architecture.register

Add custom target architecture to concurrent execution target architecture selector

Description

example

Simulink.architecture.register(CustomArchFile) adds an XML-format custom target architecture file CustomArchFile to the concurrent execution target architecture selector. To access this selector, click the Select button on the Concurrent Execution pane of the Concurrent Execution dialog box.

Examples

collapse all

Add custom target architecture defined in the XML file custom_arch.xml to the concurrent execution target architecture selector. This example requires you to create a custom_arch.xml first.

openExample("simulink_features/AssigningTasksToCoresForMulticoreProgrammingExample"); 
Simulink.architecture.register('custom_arch.xml')

Input Arguments

collapse all

Custom target architecture file that describes a custom target for concurrent execution, specified as an XML file.

Version History

Introduced in R2014a