is it support the math funmction block to wave read function

4 ビュー (過去 30 日間)
run moves
run moves 2013 年 12 月 26 日
編集済み: Walter Roberson 2013 年 12 月 30 日
i have a mat lab code, i want to generate hdl code to that how i convert that code. the code has waveread command
mathfunction block is supported, or not

採用された回答

Tim McBrayer
Tim McBrayer 2013 年 12 月 30 日
HDL Coder will allow you to convert both MATLAB code and Simulink models containing MATLAB Function blocks to cycle-accurate VHDL or Verilog code. There are limitations; functions that access the host file system such as wavread are not supported. These functions will need to be part of your design's testbench, and will not become part of your hardware design.

その他の回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by