回复 7# seu_huzw
你好!可以再请教您一个问题吗?就是标准单元里面delay arc和power arc中template中有两个参数,分别是input net transition,另一个是total_output_net_capacitance,我想知道这个foundry是怎么确定这两个值呐。(1)template中定义delay 和power arc是这样的:
define_template -type delay \
-index_1 { 4.1 9.9 12.9 21.3 30.2 45.3 92.4 186.6 375.1 } \
-index_2 {0.00031 0.00057 0.00085 0.00108 0.00152 0.0021 0.00414 0.00822 0.01639} \
delay_template_7x7_6
define_template -type power \
-index_1 { 4.1 9.9 12.9 21.3 30.2 45.3 92.4 186.6 375.1 } \
-index_2 {0.00031 0.00057 0.00085 0.00108 0.00152 0.0021 0.00414 0.00822 0.01639} \
power_template_7x7_6
(2)lib中显示这样的
lu_table_template (delay_template_7x7_11) {
variable_1 : input_net_transition;
variable_2 : total_output_net_capacitance;
index_1 ("0.002, 0.0179736, 0.0740444, 0.18112, 0.347938, 0.582002, 0.89");
index_2 ("0.001, 0.00119591, 0.00188358, 0.0031968, 0.00524272, 0.00811339, 0.0118908");
power_lut_template (power_template_7x7_11) {
variable_1 : input_transition_time;
variable_2 : total_output_net_capacitance;
index_1 ("0.002, 0.0179736, 0.0740444, 0.18112, 0.347938, 0.582002, 0.89");
index_2 ("0.001, 0.00119591, 0.00188358, 0.0031968, 0.00524272, 0.00811339, 0.0118908"); |