About Xilinx Vivado ip core, How do I verify ip cores using FPGA-in-the-loop.

5 ビュー (過去 30 日間)
立杰
立杰 2023 年 11 月 18 日
コメント済み: 立杰 2023 年 12 月 19 日
I used Xilinx Vivado ip core in my project, now I would like to verify this project using the simulink. But in the FPGA-in-the-Loop Wizard Sources Files windows, I only add .v or .vhdl sources files. How to solve it? Please

採用された回答

Tushar Sharma
Tushar Sharma 2023 年 11 月 27 日
Hi,
I understand that you want to verify your project using Simulink, but you are unable to add the source files in the "FPGA-in-the-Loop Wizard" window as it only accepts VHDL or Verilog files.
To interface Xilinx Vivado IP cores with Simulink for verification, you can follow these steps:
  • In Xilinx Vivado, generate a testbench for the IP core. This testbench should include the necessary stimuli and any additional logic required to interact with the IP core.
  • Now, export the testbench generated in Vivado as VHDL or Verilog files.
These exported files can now be used for verification as sources for simulation in Simulink.
Hope it helps!
Best regards,
Tushar Sharma

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHDL Coder についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by