Article Details

ID: 213
Case Type: faq
Category: Debugging
Related To: ORCAstra
Family: All FPGA

Search Answer Database

Search Text Image

How can I perform setup and initialization tasks in an ORCAstra Visual Window?

Each time a new ORCAstra Visual Window in invoked, the application searches the associated script file (which is a file having the same name and in the same directory, but with the script's suffix such as ".vbs", instead of ".vis") for a subroutine called "Main()", and if it exists, immediately calls it. Thus, if there are any initialization tasks that must be performed, they can be included in this routine.