How to execute system commands from the Active-HDL console

Solution

To execute an external system command in the Active-HDL console, the command should be preceded by the exclamation point symbol (!)

For example:

!dir //This will list the contents of the current directory
! mkdir <folder_name> //creates a new folder in the current/specified directory

Notes:

  1. In the Tcl and Compatibility modes, the use of the exclamation point symbol(!) is not allowed.

  2. The exclamation point symbol (!) cannot be used to run interactive commands such as time

  3. It does not matter if there is a space between the '!' and the command. Both ways will work.



Printed version of site: www.aldec.com/en/support/resources/documentation/faq/1455