How to convert the Simulink project to VHDL code?

11 ビュー (過去 30 日間)
Maneesha Shibu
Maneesha Shibu 2023 年 2 月 16 日
コメント済み: Kiran Kintali 2023 年 3 月 10 日
I have created a digital down converter in simulink and I want to convert it into VHDL Code.But in this I can only convert one subsytem to VHDL rest of them is getting one or another type of errors.
The errors are:
call to function cordicrotate is not supported
comment out the block
set the multitask data transfer and singletask data transfer to error on diagnostics additionaly in solver pane,set solver type to fixed-step and in the solver details-tasking and samle time options group selet 'treat each discrete rate as a separate task'

回答 (2 件)

Bharath Venkataraman
Bharath Venkataraman 2023 年 2 月 24 日
You can run the hdlsetup function on the model to set the parameters of the model to common default values for HDL code generation.
This example shows how to build a DDC for HDL code generation and may give you some insight as well.
  1 件のコメント
Maneesha Shibu
Maneesha Shibu 2023 年 3 月 10 日
I wantt to use the cordic processor itself and when I want to convert this block the error is coming.
error is 'call to function cordicrotate is not supported'

サインインしてコメントする。


Kiran Kintali
Kiran Kintali 2023 年 2 月 24 日
編集済み: Kiran Kintali 2023 年 2 月 24 日
Implement Digital Downconverter for FPGA
This example shows how to design a digital downconverter (DDC) for radio communication applications such as LTE, and generate HDL code.
Are you implementing these modules using custom subsystems?
  2 件のコメント
Maneesha Shibu
Maneesha Shibu 2023 年 3 月 10 日
I want to use the cordic processor itself and when I want to convert this block the error is coming.
error is 'call to function cordicrotate is not supported'
Kiran Kintali
Kiran Kintali 2023 年 3 月 10 日
Can you reach tech support or share your model with the reproduction steps?

サインインしてコメントする。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by