How to change the directory to run a hdl simulator?
Afficher commentaires plus anciens

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.
Réponse acceptée
Plus de réponses (1)
Bharath Venkataraman
le 22 Juin 2015
0 votes
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.
Catégories
En savoir plus sur Guided Code Generation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!