马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
刚开始用siliconsmart做自己stdcell的lib库,我有一个模板的lib库可以导入,看了下里面的内容,对于下面这些template的用处有些不解:这些是放在cell的表征结果之前的,我不改这些内容直接跑自己的cell,出来的结果,index里面都是(1,2,3,4,5,6)这样的结果,求问这些template的用处,以及如何产生自己的template,感谢!
lu_table_template (constraint_template_7x7) {
variable_1 : constrained_pin_transition;
variable_2 : related_pin_transition;
index_1 ("5, 10, 20, 40, 80, 160, 320");
index_2 ("5, 10, 20, 40, 80, 160, 320");
}
lu_table_template (delay_template_7x7_x1) {
variable_1 : input_net_transition;
variable_2 : total_output_net_capacitance;
index_1 ("5, 10, 20, 40, 80, 160, 320");
index_2 ("0.72, 1.44, 2.88, 5.76, 11.52, 23.04, 46.08");
}
lu_table_template (mpw_constraint_template_7x7) {
variable_1 : constrained_pin_transition;
index_1 ("5, 10, 20, 40, 80, 160, 320");
}
power_lut_template (passive_power_template_7x1_x1) {
variable_1 : input_transition_time;
index_1 ("5, 10, 20, 40, 80, 160, 320");
}
power_lut_template (power_template_7x7_x1) {
variable_1 : input_transition_time;
variable_2 : total_output_net_capacitance;
index_1 ("5, 10, 20, 40, 80, 160, 320");
index_2 ("0.72, 1.44, 2.88, 5.76, 11.52, 23.04, 46.08");
}
lu_table_template (waveform_template_name) {
variable_1 : input_net_transition;
variable_2 : normalized_voltage;
index_1 ("0, 1000, 2000, 3000, 4000, 5000, 6000");
index_2 ("0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16");
}
|