Main Content
coder.config
Create HDL Coder code generation configuration objects
Description
config_obj = coder.config('hdl')
creates a coder.HdlConfig
configuration object for use with
the HDL codegen
function when generating HDL or
High-Level Synthesis (HLS) code from MATLAB® code.
config_obj = coder.config('fixpt')
creates
a 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.
Examples
Version History
Introduced in R2013a