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.

Tcl and Perl for backend VLSI design

Status
Not open for further replies.

pratap_v

Member level 4
Joined
Jan 6, 2007
Messages
71
Helped
10
Reputation
20
Reaction score
7
Trophy points
1,288
Activity points
1,688
Hi everyone
Iam just a fresher in the VLSI Physical design field. I want to familiarise with tool commands. As a fresher which one do i need to start either Tcl or Perl. And please also let me know which is more important for a backend design engineer.
Thank u
 

tcl or perl

Most of the tools are built on TCL.May be u learn TCL
 

tcl or perl

TcL will be more helpful .
 

tcl or perl

You will build your script with TCL, then analysis your result with Perl.
 

tcl or perl

You should definitely learn both, TCL is neccessary to run the tools but perl (or something similarly powerfull at text processing) is very helpfull in speeding up many text analysis and processing tasks.
 

tcl or perl

Most EDA tools have embedded tcl for scripting so you have to learn at least that.

However , many people think that perl is more powerful in text processing and manipulating text files. So it is not uncommon to see perl scripts for the manipulation of netlists, constraints , sdf, spefs and other relevant text files
 

Re: tcl or perl

Learn both it will be advantageous,coaching centre is in Ameerpet,Hyderabad.
 

Re: tcl or perl

HI,
i also think that learn TCL first. So far i know perl is also extensively used in BACKEND. So you need to know that.

Both languages are simple. I dont think you need to go for any training.

bye,
Ram
 

Re: tcl or perl

TcL will be more helpful
 

tcl or perl

Hi All,

You need's to learn both.since if u want to use scripts inside the tool the TCL is more powerfull.but if you want's to use script outside the tool like automationa and all u need's to use perl.and perl is very easy.

regards,
ramesh.s
 

Re: tcl or perl

TCL will be more helpful in automation as most of the EDA tools nowadays support TCL.
 

tcl or perl

Learn both of their core subset
 

Re: tcl or perl

tcl means tool command language, that's more general than perl in eda tools.




pratap_v said:
Hi everyone
Iam just a fresher in the VLSI Physical design field. I want to familiarise with tool commands. As a fresher which one do i need to start either Tcl or Perl. And please also let me know which is more important for a backend design engineer.
Thank u
 

tcl or perl

Learn Both perl and TCL
 

Re: tcl or perl

TCL is more popular. Now, all eda tools support TCL.
 

Re: tcl or perl

Learn in the following order:

1. Unix commands
2. Shell scripting
3. TCL
4. Perl
 
tcl or perl

i agree with sekapr
 

Re: tcl or perl

hai guys i am in synplicity..just joined
they told me that they will explain tcl and shell scripting ..
i completely agreed with this order..its good
 

Re: tcl or perl

Both are about 100 times better than shell programming, both are interpreted languages, perl is actually less of an interpreter than tcl is.

i have studied in some doc's that "perl code will on average be about 10x faster than tcl code. That's because tcl is a pure interpreter, whereas perl is a demicompiler; that is, it turns its target program into an intermediary form and than executes that using its interpreter"

tcl does not store its data or code in internal form, which means it has to re-parse it again and again.

There is more information on this in various topics at eda board. But all of the above is unrelated as here our purpose is to use basic tcl/perl to write few scripts(to automate) which makes our work easier. Both are good for our kind of work.

Thanks & Regards
 

Re: tcl or perl

eeeraghu is right. Both are good!
Many thanks!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top