hello , i m working in a project that deals with cryptography....i need to write code in vhdl...
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
can anyone tell me , whether the matlab code can be converted to vhdl???
0 Commenti
Risposte (2)
Tim McBrayer
il 22 Dic 2015
Walter is mostly correct. HDL Coder has been able to generate HDL code directly from MATLAB code since R2012a. This design flow does not require Simulink to be installed or a Simulink license, but it does require a MATLAB Coder license. For full product details and license dependencies, see the HDL Coder page on mathworks.com.
0 Commenti
Walter Roberson
il 22 Dic 2015
Yes. To do it requires Simulink, Fixed Point Designer, and the HDL Coder Toolbox. Any MATLAB functions would have to be coded as MATLAB Function Blocks (formerly called Embedded MATLAB blocks), which can require modification of the code.
Note: the HDL Coder Toolbox is available only for Academic licenses and the Commercial / Professional licenses, and is not available for Student Version or Home licenses.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!