specifyReset
Description
specifyReset(
explicitly maps the HDL port named cosimConfigObj
,name
)name
as a reset port in the generated
block or system object. The attributes for the reset signal inherit default values from the
'default_reset_definition'
row of the ResetPorts
table.
specifyReset(__ ,
sets properties
using one or more name-value arguments in addition to the input arguments in the previous
syntax. Unspecified arguments inherit the value from
Name=Value
)'default_reset_definition'
.
To change the default reset attributes, specify values for the
'default_reset_definition'
.
specifyCReset(__ ,
clears the
definition for the reset port (or ports) specified in name
,[])name
. For example:
specifyReset(c,'rst1',[])
clears the definition for the reset named
rst1
in the ResetPorts
table.
Input Arguments
Version History
Introduced in R2022b