How to run scripts without loading design?

Description

I tried to open Active-HDL and run a script without manually loading a design. I cannot make it work. Can you help?

Solution

Active-HDL requires a design to be loaded before compilation or simulation can be executed. In order for your script to run without you manually loading a design, you need to add following commands:

Example:

#will create a new design with the specified name
createdesign [-flow] <design_name> <path> 
#if the design already exists this command will load it.
opendesign [-a] [-preserve] <design_name> 

So, if you already have a design you need to add “opendesign” command after “set worklib work” command.

Ask Us a Question
x
Ask Us a Question
x
Captcha ImageReload Captcha
Incorrect data entered.
Thank you! Your question has been submitted. Please allow 1-3 business days for someone to respond to your question.
Internal error occurred. Your question was not submitted. Please contact us using Feedback form.
We use cookies to ensure we give you the best user experience and to provide you with content we believe will be of relevance to you. If you continue to use our site, you consent to our use of cookies. A detailed overview on the use of cookies and other website information is located in our Privacy Policy.