Magic Mailing List |
|
From: cfk (cfk AT pacbell DOT net) Date: Fri Sep 26 2003 - 20:54:01 EDT
I downloaded both magic-7.2.51 and magic-7.3.2. They both expand, compile and run with the formula as shown on Tims web page tar -xvzf magic-7.2.51 cd magic-7.251 cd scripts ./configure --with-tcl --with-opengl cd .. make tcl make install-tcl Both run with the default SCMOS technology and the Tcl wrapper "magic -w" and the 0.25um Technology file SCN5M_DEEP.12 for 5 metal layers as "magic -w -TSCN5M_DEEP.12". They both read Grahams cells just fine with either technology with no DRC errors. I found Grahams XLS spreadsheet to be fascinating as he diagrammed his cells and would urge others to read it. It has some very useful insights into how he designed his cells. I did make a mistake earlier that led to some confusion on my part, but others might trip over this one also, so here it is. Watch out when invoking ./configure to not misspell "--with-opengl". I did, and an error was quietly written into make.log and invoking magic failed with an undefined function. Looks like it will be a fun weekend studying Grahams cell library. Charles ----- Original Message ----- From: "Graham Petley" <graham.petley AT vlsitechnology DOT org> To: <magic-dev AT csl DOT cornell.edu> Sent: Friday, September 26, 2003 3:12 AM Subject: Magic standard cell library available > Hallo, > I have put a standard cell library, the vsclib, in Magic format > on my web site at > www.vlsitechnology.org > I didn't use Magic to create the library, so I am not sure it > is structured properly. But it looks OK and passes Magic DRC > with the scmos rule set. > In addition there are also > - files to support the Alliance layout tools > - CIF files in generic 0.13um techno > - Spice decks for functional simulation (with WinSpice3) > - GIF images for on-line viewing > - Spreadsheet with layout info > - A library, the vxlib, currently only supported for Alliance > This is to support a book I am writing, "The Art of Standard > Cell Design". Please feel free to comment on the cells., > especially any issues with the magic format. I plan to use > Magic for extraction and characterisation. > There aren't many freely available standard cell libraries for > download, and even fewer in Magic format. I hope you find it > useful. > Best Regards, Graham Petley > > ===== > Graham Petley > ASIC Specialist and Consulting Engineer > Metzstrasse 14, 81667 Munich, Germany > Phone +49-89-6349-7630 Mobile +49-177-282-5072 > http://www.vlsitechnology.org/
|
|