socModelBuilder
R2026bDescription
The socModelBuilder object controls and runs the steps for
building and executing an SoC model on an SoC or FPGA board. Use this object to load existing
binaries onto the hardware board.
Creation
Syntax
Description
creates an object that you can use to build the model with the name
obj = socModelBuilder(modelName)modelName.
sets properties (SoC Blockset) using one or more
name-value arguments.obj = socModelBuilder(modelName,Name=Value)
sets properties (SoC Blockset) to their default value.obj = socModelBuilder
Input Arguments
Properties
Object Functions
buildModel (SoC Blockset) | Build SoC model |
loadBinaries (SoC Blockset) | Load existing binaries onto hardware board |
Examples
Version History
Introduced in R2023a
See Also
SoC Builder (SoC Blockset)