is it possible to simulate an FPGA in simulink?

4 ビュー (過去 30 日間)
SimTec
SimTec 2018 年 6 月 22 日
回答済み: Kiran Kintali 2018 年 6 月 24 日
hello, is it possible to simulate an FPGA as a block then writing the VHDL code within it and connect it to the dc-dc converter via ADC and DAC?
best regards,
  1 件のコメント
Matt Dickson
Matt Dickson 2018 年 6 月 22 日
While it doesn't come with all licenses, it sounds like you want the HDL Coder blockset. It has a collection of Simulink blocks that can generate HDL from your model.

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

回答 (1 件)

Kiran Kintali
Kiran Kintali 2018 年 6 月 24 日
You can use Simulink blocks to model and simulate your algorithm and use HDLCoder to generate VHDL/Verilog from the model. You can simulate the generated code in a HDL simulator (such as questasim, incisive or vcs) and deploy the generated code on an FPGA board after synthesizing the generated code to a bitstream (using tools such as vivado, quartus prime).
https://www.mathworks.com/products/hdl-coder.html

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by