Using EDA Simulator Link with Simulink to Import HDL Files to Model

Hello,
I am currently using Simulink to create a basic system model of a chip. I was hoping to incorporate Verilog blocks into the model to get functional block results as well as measured (generated from .m files). I want to be able to use EDA Simulator Link to do this, but I'm hesitant to request a license for the university since I don't know if someone else without the EDA simulator link license would be able to run the model. I know if might be an obvious question, but does anyone know if it's possible to run of model and get HDL results without the EDA Simulator link? Is there a way to package the Simulink libraries so that the EDA link wouldn't be needed down the line? Thanks for the help!

 Accepted Answer

Do you use ModelSim for the HDL simulation? The best way to do this would be to use EDA Simulator Link - the only way around it should be to develop your own MATLAB-based tool using the ModelSim external interface (I'm guessing this will be in TCL) to marshall data in and out and manage the simulation. I'm not familiar with the challenges that you might face with this, but you might be able to get something to work for your specific case (i.e. ignoring any robustness issues).

2 Comments

Thanks for the quick response! I was also wondering if I get the EDA Simulator Link and create Simulink library blocks based on HDL code, could I give that library to someone that doesn't have EDA Simulator Link and could they use the HDL-based blocks in a model? I feel the answer to this question is no, but I just am curious since we want to create this model and make it available to members of our group, but I'm the only one actively working on it. I hope that the concern makes sense. Thanks again for your help!
Alicia: AFAIK, EDA Simulator Link uses a Cosimulation block from its library to achieve the interface between MATLAB and Modelsim - so all users of your model will need a license.
However, if you're on a network license, you might be able to share the EDA Link license with other users on your network. I would recommend contacting MathWorks Licensing Support to see if you have any such options.

Sign in to comment.

More Answers (0)

Categories

Find more on RF Blockset Models for Transceivers in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!