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.

internal_power in .lib file.

Status
Not open for further replies.

googler123

Junior Member level 1
Joined
Dec 8, 2011
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,400
Hi All,

I use the NCX to generate a .lib file for some standard cells.

But I am not sure How to make sure the .lib file is correct?

And also ,I confused on internal_power sections.Some of them are "-" nd some of them are "+".

How can give me explanation?

Here is some of them:

cell (AND_2X1) {
cell_leakage_power : 2.605e;
leakage_power () {
when : "!A&B";
value : "26.05";
}
pg_pin ("VDD!") {
voltage_name : "VDD!";
pg_type : "primary_power";
}
pg_pin ("VSS!") {
voltage_name : "VSS!";
pg_type : "primary_ground";
}
pin (A) {
direction : "input";
rise_capacitance : 0.005;
capacitance : 0.005;
fall_capacitance : 0.005;
max_transition : 4.00;
related_power_pin : "VDD!";
related_ground_pin : "VSS!";
internal_power () {
when : "!B";
rise_power ("power_inputs_1") {
index_1("0.08, 0.15, 0.31, 0.63, 1.250, 2.500, 4.00");
values("-0.017, -0.012, -0.014, -0.010, -0.014, -0.013, -0.013");
}
fall_power ("power_inputs_1") {
index_1("0.08, 0.15, 0.31, 0.63, 1.250, 2.500, 4.00");
values("0.013, 0.015, 0.016, 0.015, 0.015, 0.015, 0.015");
}
}


Have some books or PDFs for NCX/lib format?Please help me.

BR
Thanks,
 

Hey, Well first of all get the library compiler user manual from the solvnet. They have explained all these things clearly.
If you cant find the book. let me know shall upload it . If its okay with the moderator.
 

Good Day ,

Could you upload them?

BR
Thanks.


Hey, Well first of all get the library compiler user manual from the solvnet. They have explained all these things clearly.
If you cant find the book. let me know shall upload it . If its okay with the moderator.
 

kindly forward your id please as i think, The moderator has made a rule that we should not upload reading materials here such as ebooks and user guides.

cheers
 

hello googler,

kindly find the library compiler guides.

happy reading

- - - Updated - - -

i think the size is too big to upload here, shall send it to your id. if you need be
 

Attachments

  • Library_compiler.zip
    8 MB · Views: 107

Thanks a lot !

hello googler,

kindly find the library compiler guides.

happy reading

- - - Updated - - -

i think the size is too big to upload here, shall send it to your id. if you need be
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top