| Author |
Message |
feel_on_on
Joined: 29 Apr 2005 Posts: 260 Helped: 1
|
21 Oct 2009 4:08 please tell me whether I can know the process from .lib file |
|
|
|
|
1.please tell me how to gain the process information from .lib file?
eg: .13/90nm/45nm
I read the information from .lib , is nom_process is the foundry process ?
nom_voltage : 1.08
nom_temperature: 125
nom_process: 1.200
2. tell me what is cell area unit in the library ?
cell(AND)
area : 12 thanks a lot
|
|
| Back to top |
|
 |
Google AdSense

|
21 Oct 2009 4:08 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
feel_on_on
Joined: 29 Apr 2005 Posts: 260 Helped: 1
|
23 Oct 2009 2:44 please tell me whether I can know the process from .lib file |
|
|
|
|
| anyone help me ?
|
|
| Back to top |
|
 |
arjun1110
Joined: 03 Jul 2008 Posts: 76 Helped: 2 Location: Bangalore,India
|
23 Oct 2009 5:27 Re: please tell me whether I can know the process from .lib |
|
|
|
|
Hello,
To answer your first question, for each corner there will be unique number will be assigned for example, Best/Nominal/Worst corner it may be 1/2/3 respectively. And they can follow any convention like in your case it looks like,
For Best corner (nom_process : 1.1)
Nominal corner (nom_process :1.2)
Worst corner (nom_process :1.3)
Open respective three corner .libs and you will get to know.
And for second question look at the starting few lines of the .lib file there units may be defined. Or I guess it is um^2.
Regards
|
|
| Back to top |
|
 |