필터 지우기
필터 지우기

HDL Simulation in Modelsim from Matlab

조회 수: 1 (최근 30일)
Luffy
Luffy 2015년 10월 8일
편집: Luffy 2015년 10월 9일
Unlike the many examples & videos listed in my case,i have the entire tcl script in a .do file and it is very long (350 lines).So it may not be feasible to use 'tclstart' in vsim.
I have generated the test cases from matlab.Now i want to invoke modelsim & pass the .do file which has the tcl script. I'm thinking of using this command in tclstart 'do C:/Users/Desktop/Matlab_latest/eupsic/iklsfv8.do'.
I'm doing this:
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 ?

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by