What to do after generating HDL code?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jaykishan Solanki
am 26 Jun. 2024
Beantwortet: Kiran Kintali
am 26 Jun. 2024
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.
0 Kommentare
Akzeptierte Antwort
Kiran Kintali
am 26 Jun. 2024
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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!