specifyClock
Description
specifyClock(
explicitly maps the HDL port named cosimConfigObj
,name
)name
as a clock port in the generated
block or System object™. The attributes for the clock inherit default values from the
default_clock_definition
row of the ClockPorts
table.
specifyClock(__ ,
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_clock_definition'
.
To change the default clock attributes, specify values for the
'default_clock_definition’
.
specifyClock(__ ,
clears the
definition for the clock port (or ports) specified in name
,[])name
. For example:
specifyClock(c,'clk',[])
clears the definition for the clock named
clk
in the ClockPorts
table.
Input Arguments
Version History
Introduced in R2022b