is it support the math funmction block to wave read function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
run moves
am 26 Dez. 2013
Bearbeitet: Walter Roberson
am 30 Dez. 2013
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
0 Kommentare
Akzeptierte Antwort
Tim McBrayer
am 30 Dez. 2013
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 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!