Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to Automate a process with PERL ...?

Status
Not open for further replies.

kushagrak

Member level 2
Joined
Feb 27, 2008
Messages
47
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,507
execute commands from perl script

Hi all,

please could any one help me on how to automate my process of compiling and simulating my code/FILE using PERL...


a LITTLE BIT OF GUIDENCE CAN make much difference .......

Thanks in advance....

kushagra..
 

Hi there are different ways you can automate the process with perl...

1. create a compile , elaborate , simulate script by priting from perl to file and then execute that file from same perl script.

2. directlty start executing commands from perl script.

In both cases you can see the result file. Parse it for expected result. If exepcted result matches then do next action (may be taking othe testcase) or if it fails then stop



regards,
ram
 

can anybody give me a perl example about automating a process, and how to directlty start executing commands from perl script?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top