Re: Importing cell library into Electric 7.00

Ming Deng <[email protected]> Sun, 19 Dec 2004 08:13:38 -0500
Newsgroups gmane.comp.cad.electric.general
Organization Kaben Research Inc.
Message-ID <[email protected]>
Thanks Steve for your answer.

After some tweaks, I was able to import LEF/DEF into Electric 7.00. Here 
was what I did:
1. In LEF, renamed all layers to be in the formats of "POLYn", "METALn", 
"VIAn" or "CONTn". (n is a number here)
2. In DEF, added width information for special nets VSS and VDD. ( + 
ROUTED layer_name width )

Basic layer information of each cell were successfully imported into 
Electric. But all net names were lost.

Ming

Steven Rubin wrote:

> At 02:16 PM 12/16/2004, you wrote:
>
>> Hi Steve,
>>
>> I was trying to test the functionality of Electric 7.00 on another 
>> 3-party cell library. The library comes with two LEF files, ie. a 
>> technology LEF and a cell library LEF. After a little bit testing and 
>> code viewing, I got to know 7.00's LEF import function does not read 
>> technology LEF.  I don't know whether there is any way you know of 
>> that we can import a technology LEF into Electric.   Another question 
>> is why layer names are constrained that they must be prefixed with 
>> "POLY", "METAL-", "VIA" and "CONT".
>
>
> Electric's LEF and DEF systems are not taken from "industry standard" 
> code.  Such code carries a hefty price tag.  Instead, we wrote our own 
> code, based on sample LEF and DEF files.  Needless to say, this means 
> that the code is incomplete.
>
> The LEF and DEF code is now translated into Java and will be part of 
> the next release.  The Java versions have the same limitations.
>
> The next release is scheduled to occur in the coming week (this is a 
> release of the next Java version, 8.01...the C version will not be 
> updated anymore).  I will make further announcements when it is ready.
>
>    -Steven Rubin