How to change the directory to run a hdl simulator?
Mostra commenti meno recenti

We are trying to run an inbuilt example model ('Verify Viterbi Decoder Using Cadence Incisive') in SIMULINK (version R2013b), for which we are facing an error related to directory. How do we change this directory? A screenshot of the error is being attached with this mail. How do we change this directory? Kindly help us in solving out this problem.
Risposta accettata
Più risposte (1)
Bharath Venkataraman
il 22 Giu 2015
0 voti
You can launch Incisive from the MALTAB command line using the command nclaunch . nclaunch has a property setting for hdlsimdir, where you can specify which directory the Incisive executable is present in.
You can modify the callback for the 'Incisive startup command' startup block in the demo to tell it where to launch Incisive from by modifying the nclaunch command in the callback. Right click on the block and click on Properties. Click on the Callbacks tab and then the OpenFcn option, which shows the call to nclaunch. Add the property value pair 'hdlsimdir', 'path to Incisive' to the command and you should be able to now launch Incisive by double clicking on the block.
Categorie
Scopri di più su Guided Code Generation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!