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.

perl or tcl, which is better for eda scripting

Status
Not open for further replies.

suituse

Member level 1
Joined
Jan 10, 2005
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
317
Both of these two languange are popular in scripting, which one is more useful in
ic design scripting? Can you give your idea?
 

perl is superior on text process,many tools can run scripts in tcl directly,
 

Dear Sir :

Tell the truth that happen in our com... about this ..

Q : perl + tcl = ??

Ans : 1 + 1 > 2 .....

So try hard to learn ...and you will get the most of the ans by yourself .

HOpe this help ...

B/R
 

tcl first, then perl. maybe...
 

The tcl is the best, and the Perl is excellent, too.
The script generally is writed by tcl , and the cadence PLI use the Perl.
 

For me, tcl is better !
 

For me:
1,use tcl scripts to write synthesis script.
2,use perl to analysis the simulation result and synthesis log file.

And also I use shell script to write simulation task list.

I think for our ASIC designers ,we just use them very simply.
 
use tcl in front-end
use perl in back-end
 

Tcl are used in the within the tools,
perl is used to automate the design flow, that uses these tools,
both are required in a design flow,
 

tcl!
just my opinion!!
 

TCl is more verbose, in general, and so a quick script to convert some data format to another is generally quicker in perl. But tools generally support TCL for their internal scripts so best to know both to some extent.
 

As most tools support TCL scripts, and Perl is used to decode some data from large enough file and automatic creation of files, both are necessary.
 

i m new to tcl and perl
I want to learn perl
is there any tips to learn it easily!!!
 

arp said:
i m new to tcl and perl
I want to learn perl
is there any tips to learn it easily!!!

search with google, you would get a lot.
 

tcl is popular than perl
 

soccer said:
tcl is popular than perl

More or less popular?

I think that perl is more popular, given that it is the basis for PHP used in web sites worldwide...

Tcl is used with the Tk to provide GUIs and thus is opular for that application, but there is perl/tk too
 

Tcl doesn't replace Perl and conversely. Both script languages have their applications.
 

I think these two languages is important,because of their property.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top