필터 지우기
필터 지우기

is it possible to generate hdl code for matlab s functions

조회 수: 1 (최근 30일)
shankar
shankar 2012년 6월 5일
i am trying to generate hdl code for a simple matlab s function . in hdl advisor i am getting an error
Warning : Could not find tag for the block 'msfuntmpl_basic' Warning : Cannot find the implementation for block 'test/msfuntmpl_basic' if i skip this warning then i am able to see port definitions only in hdl code.
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 6월 5일
http://www.mathworks.com/matlabcentral/answers/29922-why-your-question-is-not-urgent-or-an-emergency

댓글을 달려면 로그인하십시오.

채택된 답변

Tim McBrayer
Tim McBrayer 2012년 6월 5일
No, this is not possible. The full set of blocks supported by HDL Coder, organized by Simulink library, are available via the hdllib command. For a non-hierarchical view, you can run hdllib('flat'). Both of these will create a Simulink library containing each supported block. For more information see the documentation on the hdllib command.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by