error HDL compilation failed

2 ビュー (過去 30 日間)
wang
wang 2023 年 3 月 20 日
回答済み: Kiran Kintali 2023 年 3 月 23 日
I am replicating a MATLAB document, but there is an error in the process.
This error occurs when I click build to run.
  1 件のコメント
YP
YP 2023 年 3 月 20 日
The log shows 'streaming_2_d_fir_filter_pkg' is missing.
Make sure you add 'Streaming_2_D_FIR_Filter_pkg.vhd' in the filWizard.

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

回答 (1 件)

Kiran Kintali
Kiran Kintali 2023 年 3 月 23 日
Can you check if all the design files are added to the filWizard? There seems to be a pilot error and some package files are missing.
https://ww2.mathworks.cn/help/hdlverifier/ug/video-processing-acceleration-using-fpga-in-the-loop.html
Generate HDL Code
Generate HDL code for the Streaming Video Sharpening subsystem by performing these steps:
a. Right-click on the block labeled Streaming 2-D FIR Filter.
b. Select HDL Code > Generate HDL for Subsystem in the context menu.
Alternatively, you can generate HDL code by entering the following command at the MATLAB prompt:
makehdl('fil_videosharp_sim/Streaming 2-D FIR Filter')
Add all the files generated in this step to the filWizard
Source Files
a. Add the previously generated HDL source files for the Streaming Video Sharpening subsystem.
b. Select Streaming_2_D_FIR_Filter.vhd as the Top-level file.

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by