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.

a simple question about the timing lib

Status
Not open for further replies.

incol

Full Member level 2
Joined
Jan 18, 2005
Messages
143
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,077
Dear everyone

I am studying a file of timing lib and there are some questions need your help.

In the program as follows, what does the data in the index_1 & index_2 mean? Do they mean rising time or loading capacitance? Thanks very much!

delay_model : table_lookup;
/* 2. Define template of size 3 x 3*/
lu_table_template(constraint_template) {
variable_1 : constrained_pin_transition;
variable_2 : related_pin_transition;
index_1 ("0.0, 0.5, 1.5");
index_2 ("0.0, 2.0, 4.0");
}
. . .
 

Hello,

Index_1 means Variable_1 = constrained_pin_transition.
And
Index_2 means Variable_2 = related_pin_transition.

So, both of them are transition time.
 

ok, got it, thank you very much
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top