coder.config
R2026bCreate HDL Coder code generation configuration objects
Syntax
Description
creates a hdl_config = coder.config("hdl")coder.HdlConfig configuration object for use with
the HDL codegen function when generating HDL
code from MATLAB® code.
creates a hls_config = coder.config("hls")coder.HlsConfig configuration object for use with
the codegen function when generating
High-Level Synthesis (HLS) code from MATLAB code.
creates a
fixpt_config = coder.config("fixpt")coder.FixptConfig
configuration object for use with the HDL
codegen function when generating HDL
code from floating-point MATLAB code. The coder.FixptConfig object configures the
floating-point to fixed-point conversion.