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 call Perl script from Verilog?

Status
Not open for further replies.

bharat_in

Member level 4
Joined
Oct 5, 2006
Messages
78
Helped
9
Reputation
18
Reaction score
7
Trophy points
1,288
Activity points
1,716
Anyone knows how to call perl script from verilog?

please reply as soon as possible.
thanks in advance for the reply.
 

Re: perl from verilog

bharat_in said:
Anyone knows how to call perl script from verilog?

please reply as soon as possible.
thanks in advance for the reply.

Code:
  initial begin
    $system ("My_Perl_Script.pl");
  end

Also do a google for "Perl Verilog" and see:

**broken link removed**

HTH
Ajeetha, CVC
www.noveldv.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top