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 can I use Perl in FPGA or CMOS VLSI design?

Status
Not open for further replies.

uckingcu

Junior Member level 2
Joined
Sep 2, 2005
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,456
HI ..i am new to the perl..can anyone tell me how we can use perl in fpga or cmos vlsi design.. pls provide some information how to learn for vlsi..pls provode some links or examples to understand better..

thankx in adv
 

perl vlsi

hi,
I think in eda world perl is less popular than tcl/tk.
 

perl in vlsi

but is perl is more power than tcl/tk.
perl script run faster than tcl.
tcl is commonly used because it is popular for long time.
perl is new bie and powefull
 

vlsi perl scripts

A simple example:

For MEM-BIST logic, you can write a script with perl according certain algorithms. When you want to reuse this logic design in different porject. You only change the setting of perl script. Then it will generate the RTL to your design.

You may use this methodology in your reuseable designs.

The information of Perl language is easy to be found in WWW.
 


use of perl in vlsi

Hi
First of all, remember that PERL is not a programming language. It is a scripting language. That means, we are writting some scripts in order to automate some things. Starting from simulating a RTL code to executing a physical design algorithms, we can automate every process. If everything is automated, then the complete chip design process will be simplified. So, learing perl like any other software is not good. Scripting languages are mainly aimed at creating environment.

PERL in 24 days is available online. It is a good refernce.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top