How to use proprietary IPS with HDL coder?

2 views (last 30 days)
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?

Answers (1)

Kiran Kintali
Kiran Kintali on 23 Apr 2023
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!