このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
ライブラリの開発
コード置換ライブラリの開発
コード置換のカスタマイズの詳細、実行する理由、置換できる内容、制限事項について学習します。コード置換ライブラリを開発するプロセスをよく理解します。ライブラリをコード置換ツールを使用して対話形式で開発するかプログラムで開発します。Quick Start Library Developmentを使用してプロセスとツールについて実験します。
ツール
コード置換ツール | コード置換ライブラリの内容の作成、変更、および検証 |
コード置換ビューアー | コード置換ライブラリの内容の調査 |
関数
トピック
入門
- What Is Code Replacement Customization?
Customize how and when the code generator replaces C/C++ code that it generates for functions and operators. - Code You Can Replace from MATLAB Code
Review lists of functions and operators the code generator can replace depending on the code replacement library that you specify. - Quick Start Library Development
Develop a code replacement library that includes an entry for generating replacement code for a math function.
コード置換ライブラリを開発するワークフロー
- コード置換ライブラリの開発
コード置換ライブラリの開発ワークフロー。
- ステップ 1: コード置換ライブラリの要件の特定
- ステップ 2: Define Code Replacement Library Optimizations
- ステップ 3: Register Code Replacement Library
- ステップ 4: Verify Code Replacement Library
- ステップ 5: コード置換ライブラリの展開
より詳細な制御のオプション
- Data Alignment for Code Replacement
Define code replacement mappings that align data for a replacement function to a specified boundary. - Array Layout and Code Replacement
Define code replacement mappings that specify data layout for storing array elements in memory. - Allow Shape Agnostic Match
Shape-agnostic matrix replacement for Embedded Coder CRL. - 予約済み識別子とコード置換
C/C++ プログラミング言語でコード置換エントリの識別子および関数名として予約されているキーワード。 - Remap Operator Output to Function Input
Meet specific generated code patterns by remapping operator outputs to input positions in your replacement function argument list. - Customize Match and Replacement Process
Add logic to the code replacement match and replacement process for functions or operators.
トラブルシューティング
Troubleshoot Code Replacement Library Registration
If a code replacement library is not listed as a configuration option or does not appear in the Code Replacement Viewer, troubleshoot the library registration.
Troubleshoot Code Replacement Misses
Use miss reason messages that appear in the Code Replacement Viewer to analyze and correct code replacement misses.