C2000 blockset is missing CLB

6 ビュー (過去 30 日間)
Paul Moore
Paul Moore 2025 年 5 月 2 日
回答済み: Harsh 2025 年 5 月 5 日
Where do I get the CLB block for the C2000 blockset addon of Simulink? Using the F28379 TI processor.

回答 (1 件)

Harsh
Harsh 2025 年 5 月 5 日
Hi Paul,
The Configurable Logic Block (CLB) is a versatile component used in Texas Instruments C2000 processors, allowing users to implement custom digital logic functions.
To integrate the Configurable Logic Block with, you can follow these steps:
  1. Configure CLB in Code Composer Studio (CCS), use the CLB tool in CCS to define your logic functions and generate the necessary configuration files ("clb_config.c" and "clb_config.h"). Make sure that the tile names match those in your CCS configuration.
  2. After configuring the CLB, build your project in CCS to generate the configuration files. You can then use these files in your MATLAB/Simulink environment.
A similar workflow can be seen in the following documentations from MathWorks:
  • https://www.mathworks.com/help/ti-c2000/ug/clb-configuration.html#mw_e1c083fe-e2bd-4d2c-93f3-b73ddd86d0fa
  • https://www.mathworks.com/help/ti-c2000/ref/sect-hw-imp-pane-clb.html
I hope this helps, thanks!

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by