amphibionics
Newbie level 4
- Joined
- Aug 12, 2012
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,320
Anybody knows how to interpolate delay values from the 3-D lookup table in the Liberty file?
here are some sample template:
Thank you.;-)
here are some sample template:
Code:
/* 3-D table template f(i_trans, o_cap, r_cap) */
lu_table_template( f_itrans_ocap_rcap ) {
variable_1 : input_net_transition;
variable_2 : total_output_net_capacitance;
variable_3 : related_out_total_output_net_capacitance;
index_1 (" 0.0000, 1.0000 ");
index_2 (" 0.0000, 1.0000 ");
index_3 (" 0.0000, 1.0000 ");
}
/* 3-D table template f(d_trans, c_trans, r_cap) */
lu_table_template( f_dtrans_ctrans_rcap ) {
variable_1 : constrained_pin_transition;
variable_2 : related_pin_transition;
variable_3 : related_out_total_output_net_capacitance;
index_1 (" 0.0000, 1.0000 ");
index_2 (" 0.0000, 1.0000 ");
index_3 (" 0.0000, 1.0000 ");
}
Thank you.;-)
Last edited by a moderator: