How can i convert Matlab code to hdl code

HOW CAN I CONVERT MATLAB CODE TO HDL CODE ?
CAN I CONVERT METHOD BUILT IN MATLAB TO HDL OR NOT ?

 Accepted Answer

Not all functions have the capability to have HDL code generated for them. See this list for functions that do.

1 Comment

Type hdlcoder in command window, hdl workflow advisor takes you to convert matlab floating point code to fixed point and later on you can do vhdl/verilog code generation for given synthesis tool (you have install separately like xilinx/quartus)and device / chip.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!