Create HDL Coder code generation configuration objects
config_obj = coder.config('hdl')
creates
a coder.HdlConfig
configuration object for use with
the HDL codegen
function when generating HDL
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.