How to call vhdl program from matlab script

please help!
I need to call vhdl programs from matlab script in orther to facilitate some calculations process. I am new on Matlab Ihave no idea how to do that.
Thank you

 Accepted Answer

2 Comments

Thank you so much Mr. Kiran for your response. What I really need to do is to call a VHDL program as instruction inside a MATLAB script. The VHDL program needs to be called in the middle of MATLAB script and gives a result that needs to be processed for the next lines of the MATLAB script.
Thank you so much Sir
I think you are looking for HDL Cosimulation with MATLAB. Please check the examples in the page.

Sign in to comment.

More Answers (1)

Hello,
You can use MATLAB's HDL Coder module to generate VHDL code in matlab. More details can be found at the HDL Coder product page.

Tags

Community Treasure Hunt

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

Start Hunting!