Class: coder.FixptConfig
Package: coder
Add design range specification to parameter
addDesignRangeSpecification(fcnName,paramName,designMin, designMax)
addDesignRangeSpecification(
specifies
the minimum and maximum values allowed for the parameter, fcnName
,paramName
,designMin
, designMax
)paramName
,
in function, fcnName
. The fixed-point conversion
process uses this design range information to derive ranges for downstream
variables in the code.