How to use proprietary IPS with HDL coder?

조회 수: 2 (최근 30일)
Jeedella Jeedella
Jeedella Jeedella 2019년 5월 31일
답변: Kiran Kintali 2023년 4월 23일
How to use proprietary IPS with HDL coder: When using the HDL coder you can define your IPs and then you export their interfaces as Simulink blocks to be used in Embedded coder. This works fine. In case you would like to use proprietary IPs with your own IPs to use them with the embedded coder, how will you generate the interface blocks for these proprietary IPs?
You cannot include them in your HDL coder since you do not have their source code.
What is the solution? Can you help with this?

답변 (1개)

Kiran Kintali
Kiran Kintali 2023년 4월 23일
When generating RTL from Simulink model or MATLAB algorithm, there are several ways to integrate custom HDL IP with HDL Coder generated RTL.
Generate Black Box Interface for Subsystem
Black box for including custom HDL code in MATLAB to HDL workflow
Integrate Custom HDL Code by Using DocBlock

Community Treasure Hunt

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

Start Hunting!

Translated by