can we use HDL coder for functions that have another functions inside themselve ??

9 visualizaciones (últimos 30 días)
fahim GH
fahim GH el 3 de Jun. de 2015
Movida: DGM el 2 de Abr. de 2024 a las 19:09
hi I want to use HDL coder for converting my matlab code to VHDL but inside my function code I have another functions like imresize.imresize in another function in matlab and have another functions in it too....:( I dont know what to do??does HDL coder help in these cases??how should I use it thanks so much

Respuestas (1)

Tim McBrayer
Tim McBrayer el 3 de Jun. de 2015
Editada: Tim McBrayer el 3 de Jun. de 2015
There is no problem using nested functions in your MATLAB source to HDL Coder, as long as all constructs are supported and all library functions called are also supported. Please refer to the list of supported library functions.
  4 comentarios
fahim GH
fahim GH el 4 de Jun. de 2015
Movida: DGM el 2 de Abr. de 2024 a las 19:09
I can not see the supported libraries :( can u send me this file ??
Tim McBrayer
Tim McBrayer el 5 de Jun. de 2015
Movida: DGM el 2 de Abr. de 2024 a las 19:09
This is part of the HDL Coder documentation; you will need to log into your MathWorks account.
Alternatively you can refer to the in-product documentation; it's the same material.
>> web(fullfile(docroot, 'hdlcoder/ug/fixed-point-run-time-library-support.html'))

Iniciar sesión para comentar.

Categorías

Más información sobre HDL Coder en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by