ClockProcessPostfix
Specify
string to append to HDL clock process names
Settings
'string'
The default postfix
is _process.
The coder uses process
blocks to modify the content of a filter's registers. The label for each of
these blocks is derived from a register name and the postfix _process.
For example, the coder derives the label delay_pipeline_process in
the following block declaration from the register name delay_pipeline and
the default postfix string _process:
delay_pipeline_process : PROCESS (clk, reset)
BEGIN
.
.
.
See Also
PackagePostfix, ReservedWordPostfix
 | ClockLowTime | | CoefficientMemory |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit