Represent resettable subsystem that has synchronous reset and enable behavior
HDL Coder / HDL Subsystems
The Resettable Synchronous Subsystem uses the State Control block in Synchronous mode with the Resettable Subsystem block. For subsystem blocks with state, the State Control block in Synchronous mode provides efficient reset and enable simulation behavior on hardware.
The reset port in the Resettable Synchronous Subsystem
block adds reset capability to blocks inside the subsystem that have state. This
includes blocks that need not have an external reset port capability, such as filters,
Stateflow®
Chart, and MATLAB Function blocks. For HDL code
generation, the Reset trigger type of the Reset port
is set to level hold
by default.
See Inport for information on the data types accepted by a subsystem's input ports. See Outport for information on the data types output by a subsystem's output ports.
For more information, see Data Types Supported by Simulink in the Simulink® documentation.
Display subsystem port labels on the subsystem block.
Default:
FromPortIcon
none
Does not display port labels on the subsystem block.
FromPortIcon
If the corresponding port icon displays a signal name, the parameter displays the signal name on the subsystem block. Otherwise, it displays the port block name.
FromPortBlockName
Display the name of the corresponding port block on the subsystem block.
SignalName
If the signal connected to the subsystem block port is named, this parameter displays the name. Otherwise, it displays the name of the corresponding port block.
See Block-Specific Parameters for the command-line information.
Control user access to the contents of the subsystem.
Default:
ReadWrite
ReadWrite
Enables opening and modification of subsystem contents.
ReadOnly
Enables the opening but not modification of the subsystem. If the subsystem resides in a block library, you can create and open links to the subsystem, and create and modify local copies of the subsystem. You cannot change the permissions or modify the contents of the original library instance.
NoReadOrWrite
Disables the opening or modification of subsystem. If the subsystem resides in a block library, you can create links to the subsystem in a model. You cannot open, modify, change permissions, or create local copies of the subsystem.
See Block-Specific Parameters for the command-line information.
Enter the name of the function to be called if an error occurs while Simulink software is executing the subsystem.
Default:
' '
Simulink passes two arguments to the function: the subsystem handle and a character vector that specifies the error type. If no function is specified, you get a generic error message.
See Block-Specific Parameters for the command-line information.
Specify whether to resolve names of workspace variables referenced by this subsystem.
Default:
All
All
Resolve all names of workspace
variables used by this subsystem, including those used to specify
block parameter values and Simulink data objects (for example, Simulink.Signal
objects).
ExplicitOnly
Resolve the names of workspace variables used to specify block parameter values, data store memory (where no block exists), signals, and states marked by using the signal resolution icon.
None
Do not resolve workspace variable names.
See Block-Specific Parameters for the command-line information.
Causes Simulink to treat the subsystem as a unit when determining the execution order of block methods.
Default: Off
Cause Simulink to treat the subsystem as a unit when determining the execution order of block methods. For example, when it needs to compute the output of the subsystem, Simulink software invokes the output methods of all the blocks in the subsystem before invoking the output methods of other blocks at the same level as the subsystem block.
Cause Simulink to treat all blocks in the subsystem as being at the same level in the model hierarchy as the subsystem when determining block method execution order. This can cause the execution of block methods in the subsystem to be interleaved with the execution of block methods outside the subsystem.
This parameter enables:
Minimize algebraic loop occurrences
Sample time
Function packaging (requires a Simulink Coder™ license)
See Block-Specific Parameters for the command-line information.
Causes Simulink software to treat the subsystem as a unit when propagating variant conditions from Variant Source blocks or to Variant Sink blocks.
Default: On
Simulink treats the subsystem as a unit when propagating variant conditions from Variant Source blocks or to Variant Sink blocks. For example, when Simulink computes the variant condition of the subsystem, it propagates that condition to all blocks in the subsystem.
Simulink treats all blocks in the subsystem as being at the same level in the model hierarchy as the subsystem itself when determining their variant condition.
See Block-Specific Parameters for the command-line information.
Specify the code format to be generated for an atomic (nonvirtual) subsystem.
Default:
Auto
Auto
Simulink Coder chooses the optimal format based on the type and number of subsystem instances in the model.
Inline
Simulink Coder inlines the subsystem unconditionally.
Nonreusable function
Simulink Coder software explicitly generates a separate function in a separate file. Subsystems with this setting generate functions that might have arguments depending on the Function interface parameter setting. You can name the generated function and file using parameters Function name and File name (no extension). These functions are not reentrant.
Reusable function
Simulink Coder generates a function with arguments that allows reuse of subsystem code when a model includes multiple instances of the subsystem.
This option generates a function with arguments that allows subsystem code to be reused in the generated code of a model reference hierarchy. In this case, the subsystem must be in a library.
See Block-Specific Parameters for the command-line information.
Data Types | Double | Single | Boolean | Base Integer | Fixed-Point | Enumerated | Bus |
Multidimensional Signals | Yes |
Variable-Size Signals | Yes |
HDL Code Generation | Yes |