The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Design Languages >> Verilog-AMS >> Opening an external program through cadence
https://designers-guide.org/forum/YaBB.pl?num=1186684743

Message started by ghad on Aug 9th, 2007, 11:39am

Title: Opening an external program through cadence
Post by ghad on Aug 9th, 2007, 11:39am

Hi,
I am using verilogA under cadence. But I need to run an outside .exe program (or a Matlab .m file) in the background. Can it be done through cadence ( can i open the outside program by using a function in cadence (as in skill) or in verilogA?)
Thank you.
Best regards.

Title: Re: Opening an external program through cadence
Post by boe on Aug 10th, 2007, 3:58am

Hi ghad,
You can use the SKILL command system("cmd") for this.
BOE

Title: Re: Opening an external program through cadence
Post by ghad on Aug 13th, 2007, 9:42am

Hi,
Thanks for your message, but I wasn't able to find any tutorial or manual about how using the CIW in cadence to see how to use the "cmd".
If let's say, i want to open the following: "/home/program.exe"
What would be the syntax used?
Thank you for your time,
Best regards,
Ghad

Title: Re: Opening an external program through cadence
Post by boe on Aug 13th, 2007, 9:55am

Hi Ghad,
You'd use the SKILL-
Code:
system("/home/program.exe")
Hope this helps...
BOE

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.