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.

What is the importance of PERL language for VLSI design engineer?

Status
Not open for further replies.

shiv_emf

Advanced Member level 2
Joined
Aug 31, 2005
Messages
605
Helped
22
Reputation
44
Reaction score
6
Trophy points
1,298
Activity points
4,106
Hi,
what is the importance of PERL language for VLSI design engg !! .. is it necessary for all professionals who do CODING ?
 

perl

It is very useful to work as a tool to control vlsi flow.
 

perl

Not only for design flow, but for automatisation of any procedures.
 

perl

yes after posting this topic.. i hav searched for related thread .. i got da info !!

i am learning PERl ... which is da BEST book for Beginners?
 

Re: perl

programming the perl by larry wall is a good one
 

perl

in my opinion... perl is quite efficient to do the automation in verification... wrapper..

it is also used as an in-house tools to generate HDL code base on sch...


sp
 

Re: perl

perl is a must for a VLSI designer.
you can use perl to generate repetitive RTL coding for you.
you can use perl to generate your simulation input/output data.
you can use perl to write a script to check your simulation result.
 

    shiv_emf

    Points: 2
    Helpful Answer Positive Rating
Re: perl

Yes , perl is a usful tool . U can use it to post process the netlist to extract
the information you need and creat a report or someting wasting your
many time
 

Re: perl

Perl is used a important tool for TEXT processing
(thats the reson it is used along with VLSI Tools)

It saves a lot of time in scripting and automates the process in VLSI Design flow.
 

    shiv_emf

    Points: 2
    Helpful Answer Positive Rating
perl

yes it is absolutely essential to learn a scripting language (not necessary to restrict to perl) for Vlsi, to explain you in a simple way , for a trivial thing like compiling your project u need to compile so many files (also their order is very important) this stuff can become a headache if u dont ease it with a script which can do the task for you like an obedient servant....

basically all the things that a script does (mostly used for file handling) can be done manually but time consumed will be exponentially high.
 

    shiv_emf

    Points: 2
    Helpful Answer Positive Rating
perl

How about Tcl language ?? whts da application of tcl ??
 

Re: perl

tcl is only used to control the tool not the other logic.
 

    shiv_emf

    Points: 2
    Helpful Answer Positive Rating
Re: perl

language is not important, but the method.
 

    shiv_emf

    Points: 2
    Helpful Answer Positive Rating
Re: perl

Yes, Perl is a very good handy tool for your work, irrespective of design or verification..
once you learn the basics, you can minimise your work.

there is a topic in perl, Regular Expressions does a lot for the automation.
Basically Perl is mostly used for Text processing as far as I know.
this will help you in searching for the data in the tool generated logs and to change it as per your requirements....

Randomization is very good for verification,
and using perl in additon to this, becomes very easy and fast to build verification environment...
 

    shiv_emf

    Points: 2
    Helpful Answer Positive Rating
perl

Perl is very helpfull for writting your own scripts.. Its basically a script language with applications not only in vlsi,but in other fields too..
 

Re: perl

Can anyone mention good books for perl for begginers and if possible, can u please upload material.
 

Re: perl

Perl is strong language of string and number
 

perl

perl has the advantage tat it doesn't have a strict syntax as like other tools.
a great tool to work on.
 

Re: perl

to use perl in VLSI here are few examples -

1. You can write a perl srcipt which checks the results with golden results at the end of simulation and give pass or fail.
2. You can write interactive scripts to run the intended testcase.
3. You can use it for converting the data from one format to other format
 

Re: perl

PERL is useful for automation process. I,e for mainly script language almost used for verification

Dinesh
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top