fdhdltool
Open Generate HDL dialog box (To be removed)
fdhdltool function will be removed in a future release. Instead, use the DSP HDL IP Designer (DSP HDL Toolbox) app, System objects, or Simulink® blocks from DSP HDL Toolbox™. To generate HDL code from DSP HDL Toolbox algorithms, you must also have the HDL Coder™ product.
Description
fdhdltool(
opens the Generate HDL dialog box to set options and generate HDL code for the
specified filter System object™ and the input data type, specified by filtSO
,nt
)nt
.
When the dialog box opens, it displays default values for code generation options that apply to the filter. You can then specify code generation options and generate HDL code. You can also use this dialog box to generate HDL test bench code and scripts for third-party EDA tools.
fdhdltool
operates on a copy of the filter, not the original
object in the workspace. After you call fdhdltool
, changes made
to the original filter do not apply to the copy. The Generate HDL dialog box does
not update either. The naming convention for the copied filter is
filt
_copy
, where
filt
is the name of the original filter.
fdhdltool(
opens the Generate HDL dialog box to set options and generate HDL code for the
specified filterObj
)dfilt
filter object.
Examples
Input Arguments
Version History
Introduced in R2007a