rahdirs
Advanced Member level 1

I have generated test cases in matlab.Now from MATLAB,itself i want to invoke modelsim & pass the .do file which has the tcl script to run the functional simulation..
I'm doing this:
This opens modelsim but says unable to read macro file. And my simulation in modelsim would take atleast 2-3 hrs.After that how can i return control back to Matlab ?
I'm doing this:
Code:
tclstart = 'do C:/Users/Desktop/Matlab_latest/eupsic/iklsfv8.do';
vsim(tclstart,'tclstart');
This opens modelsim but says unable to read macro file. And my simulation in modelsim would take atleast 2-3 hrs.After that how can i return control back to Matlab ?