Are the options 'TargetFunctionLibrary' and 'CodeReplacementLibrary' the same ?

조회 수: 1 (최근 30일)
In model adivor for the check
Check for blocks not recommended for MISRA C:2012
I get a warning, that option for code replacement library ist not set correctly.
We use an m-file to set the configuration. Within this m-file we set the configuration for the option 'TargetFunctionLibrary', but I do not find any help or reference within Matlab, but it seems this option has the same effect like the option 'CodeReplacementLibrary' .
So maybe the options are identical ?

채택된 답변

Muskan
Muskan 2023년 5월 16일
Hi Roland,
As per my understanding of the question, no, the 'TargetFunctionLibrary' and 'CodeReplacementLibrary' options in MATLAB are not the same.
The 'TargetFunctionLibrary' option is used to specify the library of target-specific functions used in generated code, while the 'CodeReplacementLibrary' option specifies the library of code replacements used to optimize the generated code. These options serve different purposes and are used in different contexts to optimize generated code.
You can refer to the following documentation for a better understanding:
Thanks

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by