Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Practicality of HDL Coder for complex designs.

1 visualizzazione (ultimi 30 giorni)
lis_user1
lis_user1 il 19 Nov 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Assume I have a linear cmos sensor which continuous scan the space for stars and output a string of pixels every few micro seconds, and my FPGA is expected to take into that pixel values, do accumulation, multi-dimensional transforms as complex as fft, and dump into memory and interface to an LCD display. And it also needs to receive instructions from CPU to set the intervals and transform parameters. The transform part needs rapid prototyping, i.e. between Matlab & HDL. I understand that usually a Matlab algorithm needs a lot of re-writting to make it as close to hardware as possible in order to work with HDL coder.
What is the effort needed between recoding matlab to re-assemblying HDL blocks? (Assume in a classic HDL design, after 1st round of converting a Matlab algorithm to HDL, we have a version of the HDL which have all the basic elements like butterflies and multipliers and future Matlab algorithm change usually involves twicking these basic HDL elements).
So my question is, how much effort can I save in order to bring up a design with some amount of controls? How can I best fit the HDL Coder to my design?

Risposte (1)

Bharath Venkataraman
Bharath Venkataraman il 9 Dic 2015
If you use blocks like the HDL Optimized FFT, the control signals are part of the block and can be used to drive the functionality. This should make the process of building the design easier.

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by