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.

Which libraries can be used in Magma?

Status
Not open for further replies.

edacw1

Full Member level 4
Joined
Mar 7, 2004
Messages
221
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,298
Activity points
1,187
import lef import lib

who knows which librarys can be used in Magma? From Front to Back..Thank you!!
 

rules file magma lef convert

MAGMA uses .volcano libraries. You can convert your SCell, I/O and Macro
libraries into .volcano. You need .lib and LEF of them or you may use
also GDS instead of LEF. Usualy you may wish to convert LEF into MTcl
(MAGMAs´ Tcl extension) add or modify some rules and set them into
separate <your_sc_lib>.volcano. In case of I/O or Macro cells you just need to reference technology rules from the <your_sc_lib>.volcano.
Adding information for the noise analysis requires additional effort.
Look into Overview and learn the data model, then look the chapter about
creating libraries.
I hope it helps
 

Re: Magma's Library?

Any help me with some souce to learn more about magma
 

Magma's Library?

I still not know how to abtain the volcano library through converting the standard library to the .volcano library. Please tell me more clear!!! thanks!
 

Magma's Library?

moorhuhn:
if I want to convert standard library to volcano library , I must add .lef file? thanks!!!
 

Re: Magma's Library?

hi stocking,
here is the mtcl commands for volcano preparation:

for stdcell:
import lib -lib "libname" ".lib file location"
set l /"libname"
import lef rule "rule file location" -rule_file "rule file name.tcl"
source "rule file name.tcl"
import lef cell -lib $l "lef file location"
run prepare lib $l
run prepare routability $l

for io :
follow the same as above but do not do run prepare routability.
 

Re: Magma's Library?

Magma use .lib file format . after readin it . you can export volcano.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top