Clear Filters
Clear Filters

What to do after generating HDL code?

17 views (last 30 days)
Jaykishan Solanki
Jaykishan Solanki on 26 Jun 2024 at 10:05
Answered: Kiran Kintali on 26 Jun 2024 at 12:43
I have converted my FFT code to HDL using HDL Coder. Now, it has generated many vhd files with hierarchy ranging from 0 to 4. What is supposed to be the next step? How am i supposed to know which file calls which? I have no experience with VHDL.

Accepted Answer

Kiran Kintali
Kiran Kintali on 26 Jun 2024 at 12:43
I am assuming you are using an evaluation FPGA board.
Use traceability report to understand the elements of the generated code and relationship with the model elements.
You may want to follow the step by step workflow to get the code running on the hardware (FPGA/SoC) using this workflow.
HDL Coder Workflow Advisor (launched from HDL Coder toolstrip) helps you with the next steps after generaitng HDL.
Here are some additional references to download and readup for the next steps of FPGA/SoC workflow.

More Answers (0)

Categories

Find more on Code Generation in Help Center and File Exchange

Tags

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!