how to program an FPGA using VHDL ?
Ältere Kommentare anzeigen
I am trying to program an FPGA board I'm starting programming VHDL so I need my algoritheme which allows programming a Xilinx FPGA board types.
Antworten (1)
Tim McBrayer
am 8 Nov. 2013
0 Stimmen
If you are hand-writing VHDL code, there is no algorithm in MATLAB that will let you program an FPGA. There is an entire class of software collectively known as synthesis tools that exists specifically to convert HDL into a realized design on an FPGA or ASIC. Since you are targeting an FPGA you need to get this software from your FPGA company, such as Xilinx or Altera.
If you are creating VHDL via MathWorks' HDL Coder product, you need to investigate the HDL Workflow Advisor, which is part of HDL Coder. It will walk you through the process of converting a MATLAB design or Simulink model, step-by-step, into a final implementation on an FPGA. The HDL Workflow Advisor still requires a compatible synthesis tool to do the actual synthesis.
1 Kommentar
Lahssan BEN TARLA
am 13 Dez. 2013
Kategorien
Mehr zu AMD FPGA and SoC Devices finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!