Arvindh19
Newbie level 5
- Joined
- May 22, 2014
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 58
Hi people,
I found the following lines of code in the timing library file which is input to the Prime time
Can someone help me as to what the look up table is about as I am very confused with the variable 1,2 and the index_1 and 2 value
Regards
Arvindh.S
I found the following lines of code in the timing library file which is input to the Prime time
Code:
lu_table_template(delay_template_6x6) {
variable_1 : input_net_transition;
variable_2 : total_output_net_capacitance;
index_1 ("1000.0, 1001.0, 1002.0, 1003.0, 1004.0, 1005.0");
index_2 ("1000.0, 1001.0, 1002.0, 1003.0, 1004.0, 1005.0");
Can someone help me as to what the look up table is about as I am very confused with the variable 1,2 and the index_1 and 2 value
Regards
Arvindh.S