MATLAB: VHDL Simulation

vhdl

Hi I have VHDL code. How to simulate VHDL file in Matlab and see the wave form for that?
Amitabh

Best Answer

MATLAB itself cannot be used for HDL simulation - you will need software like Modelsim or Synopsys to do this. However, using EDA Simulator Link, you can generate a testbench in MATLAB and send it to an HDL Simulator to verify your HDL code.
Related Question