Borrar filtros
Borrar filtros

How to upload MATLAB code on FPGA Board

6 visualizaciones (últimos 30 días)
Rohit
Rohit el 12 de Mzo. de 2011
hello,
I have written a code in MATLAB which detects the centroid of a particular object. Now I have a FPGA board (Xilinx Spartan 3E) I would like to upload the code on the board. I actually wish to read the output on the LCD Screen interfaced with the board.
Please help me with uploading the code onto the FPGA Board.

Respuestas (3)

Walter Roberson
Walter Roberson el 12 de Mzo. de 2011
Which tool did you use to convert the .m file in to code suitable for use by the FPGA ?
  2 comentarios
Rohit
Rohit el 12 de Mzo. de 2011
I have not used any tool.
I actually require one. Can you please help me with it ?
Walter Roberson
Walter Roberson el 12 de Mzo. de 2011
There are a few different tools suitable. Please see
http://www.mathworks.com/fpga-design/

Iniciar sesión para comentar.


Kaustubha Govind
Kaustubha Govind el 13 de Mzo. de 2011
It is currently not possible to generate HDL code directly from MATLAB Code. However, you can use Simulink HDL Coder to generate HDL code from Simulink models. You can use the Embedded MATLAB Fcn block to execute MATLAB code, and generate HDL code, from Simulink.

Geethu
Geethu el 5 de En. de 2012
I am working in Matlab and needs to implement my project on FPGA. I am new to simulink and don't know how to start with. Can anyone help me? Also heard that system generator can be used. but I couldn't get the difference between the two.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by