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 CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by