Can we convert a HDL code into MATLAB code directly in MATLAB

3 views (last 30 days)
Sir/Ma'am
I have a code in Verilog so can is there any provision of converting it into Matlab directly.

Answers (1)

Kiran Kintali
Kiran Kintali on 18 Apr 2020
You can import your verilog module to Simulink. Will this be of help?
>> help importhdl
importhdl Import HDL code (Verilog) and generate Simulink model.

Community Treasure Hunt

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

Start Hunting!