i am integrating matlab code into uvm enviroment by following steps montioned at Matlab/Integration | Verification Academy
but i am receiving compilation error.
I downloaded example code from Matlab/Integration | Verification Academy , The tar file does not contain any code.
please provide me guide lines for how to compile my matlab code (i.e *.m files), and C code used for between uvm_env and matlab engine.
Do we instal matlab software ?
Advance Thank you
kbkdec15
Hi, sounds like you are having tarball download problems. Depending on your browser, and on your version of tar, you may have to unpack the tarball in two steps as follows:
% gunzip Matlab_uvm_example.tgz
% tar xf Matlab_uvm_example.tar
This will provide a directory matlab_uvm_example/ containing 32 files in various subdirectories, and a README.txt file and Makefile.
Let us know of any specific compilation error messages you get after that.
Yes, you will need to install and obtain licenses for whichever pieces of the Matlab software product that you need for your application.