caravel/signoff/digital_pll/primetime-signoff/lib/min/digital_pll.tt.lib

6107 lines
269 KiB
Plaintext

library("digital_pll.tt") {
technology (cmos) ;
delay_model : table_lookup ;
library_features ( report_delay_calculation ) ;
date : "Tue Oct 18 15:35:15 2022" ;
revision : "T-2022.03-SP3" ;
nom_process : 1.0000 ;
nom_voltage : 1.8000 ;
nom_temperature : 25.0000 ;
operating_conditions( "sky130_fd_sc_hd__tt_1.80v_25C" ) {
process : 1.0000 ;
voltage : 1.8000 ;
temperature : 25.0000 ;
} /* current design opcond */
default_operating_conditions : "sky130_fd_sc_hd__tt_1.80v_25C" ;
voltage_unit : "1V" ;
time_unit : "1ns" ;
capacitive_load_unit (1.000000, pf);
slew_derate_from_library : 1.0000 ;
slew_lower_threshold_pct_rise : 20.0000 ;
slew_lower_threshold_pct_fall : 20.0000 ;
slew_upper_threshold_pct_rise : 80.0000 ;
slew_upper_threshold_pct_fall : 80.0000 ;
input_threshold_pct_rise : 50.0000 ;
input_threshold_pct_fall : 50.0000 ;
output_threshold_pct_rise : 50.0000 ;
output_threshold_pct_fall : 50.0000 ;
k_process_cell_rise : 0.000000;
k_process_cell_fall : 0.000000;
k_volt_cell_rise : 0.000000;
k_volt_cell_fall : 0.000000;
k_temp_cell_rise : 0.000000;
k_temp_cell_fall : 0.000000;
k_process_rise_transition : 0.000000;
k_process_fall_transition : 0.000000;
k_volt_rise_transition : 0.000000;
k_volt_fall_transition : 0.000000;
k_temp_rise_transition : 0.000000;
k_temp_fall_transition : 0.000000;
default_fanout_load : 1.000000;
default_inout_pin_cap : 1.000000;
default_input_pin_cap : 1.000000;
default_output_pin_cap : 0.000000;
current_unit : 1mA;
pulling_resistance_unit : "1kohm";
comment : "PrimeTime extracted Model." ;
define(min_delay_flag, timing, boolean);
define(internal_noise_width_above_low, pin, float);
define(internal_noise_height_below_high, pin, float);
define(original_pin, pin, string);
define(max_noise_immunity_low, pin, float);
define(is_unconstrained, pin, boolean);
define(internal_noise_width_below_high, pin, float);
define(internal_noise_peak_time_below_high, pin, float);
define(internal_noise_height_above_low, pin, float);
define(max_noise_immunity_high, pin, float);
define(internal_noise_peak_time_above_low, pin, float);
/* SCALAR table template is built-in */
/* 2-D table template f(in_trans, out_cap) */
lu_table_template( f_itrans_ocap ) {
variable_1 : input_net_transition;
variable_2 : total_output_net_capacitance;
index_1 (" 0.0000, 1.0000 ");
index_2 (" 0.0000, 1.0000 ");
}
/* 2-D table template f(d_trans, c_trans) */
lu_table_template( f_dtrans_ctrans ) {
variable_1 : constrained_pin_transition;
variable_2 : related_pin_transition;
index_1 (" 0.0000, 1.0000 ");
index_2 (" 0.0000, 1.0000 ");
}
type ( BUS2_type0 ) {
base_type : array ;
data_type : bit ;
bit_width : 2 ;
bit_from : 1 ;
bit_to : 0 ;
downto : true ;
} /* end of type */
type ( BUS5_type1 ) {
base_type : array ;
data_type : bit ;
bit_width : 5 ;
bit_from : 4 ;
bit_to : 0 ;
downto : true ;
} /* end of type */
type ( BUS26_type2 ) {
base_type : array ;
data_type : bit ;
bit_width : 26 ;
bit_from : 25 ;
bit_to : 0 ;
downto : true ;
} /* end of type */
cell( digital_pll ) {
area : 3687.284424 ;
dont_use : true ;
dont_touch : true ;
interface_timing : true;
timing_model_type : "extracted";
is_macro_cell : true;
pin("dco") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.044286 ;
/* Other user defined attributes. */
original_pin : dco;
timing () {
related_pin : "pll_control_clock" ;
timing_type : recovery_rising ;
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.330387, 0.299470, 0.243104, 0.175801, 0.048497",\
"0.371483, 0.340565, 0.284200, 0.216896, 0.089592",\
"0.454758, 0.423840, 0.367475, 0.300171, 0.172867",\
"0.582328, 0.551410, 0.495045, 0.427741, 0.300438",\
"0.782386, 0.751468, 0.695103, 0.627799, 0.500495");
}
} /* end of arc pll_control_clock_dco_recfr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : removal_rising ;
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.011670, 0.039164, 0.089289, 0.149140, 0.267464",\
"-0.029458, -0.001964, 0.048161, 0.108012, 0.226336",\
"-0.112854, -0.085360, -0.035236, 0.024616, 0.142940",\
"-0.240396, -0.212902, -0.162777, -0.102926, 0.015399",\
"-0.439029, -0.411536, -0.361414, -0.301565, -0.183257");
}
} /* end of arc pll_control_clock_dco_remfr*/
} /* end of pin dco */
pin("enable") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009419 ;
/* Other user defined attributes. */
original_pin : enable;
timing () {
related_pin : "pll_control_clock" ;
timing_type : recovery_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.219514, 0.188557, 0.132120, 0.064730, -0.062690",\
"0.235239, 0.204283, 0.147845, 0.080456, -0.046964",\
"0.262345, 0.231388, 0.174950, 0.107561, -0.019859",\
"0.317785, 0.286829, 0.230391, 0.163002, 0.035582",\
"0.500992, 0.470035, 0.413598, 0.346208, 0.218789");
}
} /* end of arc pll_control_clock_enable_recrr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : removal_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.141104, 0.168597, 0.218720, 0.278570, 0.396881",\
"0.125379, 0.152872, 0.202995, 0.262845, 0.381156",\
"0.098636, 0.126129, 0.176252, 0.236102, 0.354413",\
"0.046212, 0.073703, 0.123822, 0.183667, 0.301948",\
"-0.107387, -0.079913, -0.029825, 0.029983, 0.148014");
}
} /* end of arc pll_control_clock_enable_remrr*/
} /* end of pin enable */
pin("osc") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.003792 ;
/* Other user defined attributes. */
original_pin : osc;
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.010000, 0.025010, 0.500000, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.059768, 0.044749, 0.017366, -0.015330, -0.048567",\
"0.062127, 0.047057, 0.019582, -0.013225, -0.046587",\
"0.065668, 0.050522, 0.022907, -0.010065, -0.043614",\
"0.177724, 0.160162, 0.128146, 0.089916, 0.050452",\
"0.255334, 0.234783, 0.197316, 0.152579, 0.108232");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.011141, 0.500000, 0.748909, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.106139, 0.083122, 0.041159, -0.008946, -0.093447",\
"0.111040, 0.087994, 0.045981, -0.004186, -0.088826",\
"0.326102, 0.301814, 0.257535, 0.204663, 0.113935",\
"0.402194, 0.377596, 0.332752, 0.279205, 0.187565",\
"0.631808, 0.606275, 0.559724, 0.504141, 0.409751");
}
} /* end of arc pll_control_clock_osc_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.010000, 0.025010, 0.500000, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.031480, -0.017930, 0.006773, 0.036271, 0.062259",\
"-0.033563, -0.019987, 0.004762, 0.034315, 0.060354",\
"-0.036689, -0.023075, 0.001744, 0.031380, 0.057493",\
"-0.135608, -0.120787, -0.093766, -0.061502, -0.033023",\
"-0.188555, -0.173236, -0.145307, -0.111958, -0.083478");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.011141, 0.500000, 0.748909, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.034079, -0.011291, 0.030254, 0.079861, 0.158284",\
"-0.038617, -0.015823, 0.025732, 0.075351, 0.153885",\
"-0.237748, -0.214706, -0.172698, -0.122537, -0.039133",\
"-0.300081, -0.277597, -0.236606, -0.187660, -0.104256",\
"-0.488175, -0.467375, -0.429454, -0.384174, -0.300770");
}
} /* end of arc pll_control_clock_osc_hldr*/
} /* end of pin osc */
pin("resetb") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009128 ;
/* Other user defined attributes. */
original_pin : resetb;
timing () {
related_pin : "pll_control_clock" ;
timing_type : recovery_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.224759, 0.193802, 0.137365, 0.069975, -0.057444",\
"0.240482, 0.209525, 0.153088, 0.085698, -0.041721",\
"0.264073, 0.233116, 0.176678, 0.109289, -0.018131",\
"0.311847, 0.280890, 0.224453, 0.157063, 0.029643",\
"0.487936, 0.456979, 0.400542, 0.333152, 0.205733");
}
} /* end of arc pll_control_clock_resetb_recrr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : removal_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.135853, 0.163347, 0.213470, 0.273319, 0.391631",\
"0.120130, 0.147624, 0.197747, 0.257596, 0.375908",\
"0.096737, 0.124230, 0.174353, 0.234202, 0.352514",\
"0.050600, 0.078092, 0.128213, 0.188060, 0.306355",\
"-0.101821, -0.074343, -0.024248, 0.035568, 0.153651");
}
} /* end of arc pll_control_clock_resetb_remrr*/
} /* end of pin resetb */
pin("VPWR") {
direction : input ;
max_transition : 0.750000 ;
capacitance : 0.000000 ;
} /* end of pin VPWR */
pin("VGND") {
direction : input ;
max_transition : 0.750000 ;
capacitance : 0.000000 ;
} /* end of pin VGND */
bus ( clockp ) {
bus_type : BUS2_type0 ;
direction : output ;
pin("clockp[1]") {
direction : output ;
max_capacitance : 1.000000 ;
min_capacitance : 0.000000 ;
capacitance : 0.005594 ;
/* Other user defined attributes. */
original_pin : clockp[1];
timing () {
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.683560, 8.713506, 8.768703, 8.976263, 9.378345",\
"8.732661, 8.762607, 8.817804, 9.025364, 9.427446",\
"8.763680, 8.793626, 8.848824, 9.056383, 9.458466",\
"8.870291, 8.900236, 8.955434, 9.162993, 9.565076",\
"8.966045, 8.995991, 9.051188, 9.258748, 9.660830");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.586720, 8.611234, 8.652215, 8.781262, 9.029758",\
"8.627056, 8.651569, 8.692551, 8.821598, 9.070094",\
"8.697258, 8.721771, 8.762753, 8.891800, 9.140296",\
"8.834958, 8.859471, 8.900453, 9.029500, 9.277996",\
"9.087919, 9.112432, 9.153414, 9.282461, 9.530957");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc dco_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.710610, 0.740559, 0.795752, 1.003311, 1.405313",\
"0.759750, 0.789699, 0.844892, 1.052451, 1.454452",\
"0.790850, 0.820799, 0.875992, 1.083551, 1.485553",\
"0.896874, 0.926823, 0.982016, 1.189575, 1.591577",\
"0.991077, 1.021026, 1.076219, 1.283778, 1.685779");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.853506, 0.878015, 0.918999, 1.048046, 1.296543",\
"0.884432, 0.908941, 0.949925, 1.078972, 1.327469",\
"0.966440, 0.990950, 1.031934, 1.160981, 1.409478",\
"1.098325, 1.122835, 1.163819, 1.292866, 1.541363",\
"1.306688, 1.331198, 1.372182, 1.501229, 1.749726");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591");
}
} /* end of arc dco_clockp[1]_una_min*/
timing () {
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.496323, 8.520836, 8.561817, 8.690865, 8.939361",\
"8.545424, 8.569938, 8.610919, 8.739966, 8.988462",\
"8.576444, 8.600957, 8.641938, 8.770986, 9.019482",\
"8.683052, 8.707565, 8.748547, 8.877594, 9.126090",\
"8.778808, 8.803321, 8.844302, 8.973350, 9.221846");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.912397, 8.942343, 8.997540, 9.205100, 9.607183",\
"8.952735, 8.982680, 9.037878, 9.245438, 9.647520",\
"9.022936, 9.052881, 9.108079, 9.315639, 9.717721",\
"9.160637, 9.190582, 9.245780, 9.453340, 9.855422",\
"9.413601, 9.443546, 9.498744, 9.706304, 10.108386");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991");
}
} /* end of arc dco_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.813304, 0.837814, 0.878798, 1.007845, 1.256342",\
"0.862444, 0.886954, 0.927937, 1.056985, 1.305482",\
"0.893544, 0.918054, 0.959038, 1.088085, 1.336582",\
"0.999568, 1.024078, 1.065062, 1.194109, 1.442606",\
"1.091441, 1.115950, 1.156934, 1.285982, 1.534479");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.208858, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.837450, 0.867399, 0.922592, 1.130151, 1.532152",\
"0.878545, 0.908494, 0.963688, 1.171246, 1.573248",\
"0.961820, 0.991769, 1.046962, 1.254521, 1.656523",\
"1.089375, 1.119324, 1.174517, 1.382076, 1.784077",\
"1.289258, 1.319207, 1.374400, 1.581959, 1.983960");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.094488, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528");
}
} /* end of arc dco_clockp[1]_inv_min*/
timing () {
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.919227, 4.949172, 5.004370, 5.211930, 5.614012",\
"4.934952, 4.964898, 5.020095, 5.227655, 5.629737",\
"4.962058, 4.992003, 5.047201, 5.254761, 5.656843",\
"5.017499, 5.047444, 5.102642, 5.310202, 5.712284",\
"5.200636, 5.230582, 5.285779, 5.493339, 5.895421");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.682801, 4.707313, 4.748295, 4.877342, 5.125838",\
"4.692737, 4.717249, 4.758231, 4.887278, 5.135774",\
"4.736931, 4.761444, 4.802425, 4.931473, 5.179968",\
"4.812354, 4.836866, 4.877848, 5.006895, 5.255391",\
"5.202982, 5.227495, 5.268476, 5.397524, 5.646019");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc enable_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.180332, 2.210282, 2.265475, 2.473034, 2.875036",\
"2.196058, 2.226007, 2.281200, 2.488759, 2.890761",\
"2.223163, 2.253113, 2.308306, 2.515864, 2.917866",\
"2.278604, 2.308553, 2.363746, 2.571305, 2.973307",\
"2.461057, 2.491007, 2.546200, 2.753758, 3.155760");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.454954, 2.479463, 2.520447, 2.649494, 2.897991",\
"2.464890, 2.489400, 2.530383, 2.659431, 2.907928",\
"2.509084, 2.533594, 2.574578, 2.703625, 2.952122",\
"2.584507, 2.609016, 2.650000, 2.779047, 3.027544",\
"2.975116, 2.999626, 3.040610, 3.169657, 3.418154");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc enable_clockp[1]_una_min*/
timing () {
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.852629, 4.877141, 4.918123, 5.047171, 5.295666",\
"4.868354, 4.892867, 4.933848, 5.062896, 5.311391",\
"4.895460, 4.919972, 4.960954, 5.090002, 5.338497",\
"4.950901, 4.975413, 5.016395, 5.145442, 5.393938",\
"5.134038, 5.158550, 5.199532, 5.328579, 5.577075");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.117355, 5.147301, 5.202498, 5.410058, 5.812140",\
"5.127292, 5.157237, 5.212434, 5.419994, 5.822076",\
"5.171486, 5.201431, 5.256629, 5.464189, 5.866271",\
"5.246908, 5.276854, 5.332051, 5.539611, 5.941693",\
"5.637459, 5.667405, 5.722602, 5.930162, 6.332244");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc enable_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.280709, 2.305218, 2.346202, 2.475250, 2.723747",\
"2.296434, 2.320944, 2.361928, 2.490975, 2.739472",\
"2.323540, 2.348049, 2.389033, 2.518080, 2.766577",\
"2.378980, 2.403490, 2.444474, 2.573521, 2.822018",\
"2.562384, 2.586894, 2.627877, 2.756925, 3.005422");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.050513, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.519053, 2.549003, 2.604196, 2.811754, 3.213756",\
"2.528990, 2.558939, 2.614132, 2.821691, 3.223692",\
"2.573184, 2.603133, 2.658326, 2.865885, 3.267887",\
"2.648606, 2.678555, 2.733748, 2.941307, 3.343309",\
"3.039221, 3.069170, 3.124363, 3.331922, 3.733924");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023205, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc enable_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.692236, 3.722182, 3.777379, 3.984939, 4.387021",\
"3.707792, 3.737738, 3.792935, 4.000495, 4.402577",\
"3.730890, 3.760836, 3.816033, 4.023593, 4.425675",\
"3.759599, 3.789544, 3.844742, 4.052302, 4.454383",\
"3.810964, 3.840910, 3.896107, 4.103667, 4.505749");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.518147, 3.542660, 3.583642, 3.712689, 3.961185",\
"3.526538, 3.551050, 3.592032, 3.721079, 3.969575",\
"3.573870, 3.598382, 3.639364, 3.768411, 4.016907",\
"3.633001, 3.657513, 3.698495, 3.827542, 4.076038",\
"3.883630, 3.908143, 3.949124, 4.078171, 4.326667");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[0]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.762088, 1.792037, 1.847230, 2.054789, 2.456791",\
"1.777644, 1.807593, 1.862786, 2.070345, 2.472347",\
"1.800742, 1.830691, 1.885885, 2.093443, 2.495445",\
"1.829150, 1.859100, 1.914293, 2.121851, 2.523853",\
"1.875795, 1.905744, 1.960937, 2.168496, 2.570498");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.703857, 1.728367, 1.769351, 1.898398, 2.146895",\
"1.712247, 1.736757, 1.777741, 1.906788, 2.155285",\
"1.759579, 1.784089, 1.825073, 1.954120, 2.202617",\
"1.817604, 1.842113, 1.883097, 2.012145, 2.260642",\
"2.060233, 2.084743, 2.125726, 2.254774, 2.503271");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[0]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.650107, 3.674620, 3.715601, 3.844649, 4.093144",\
"3.665663, 3.690176, 3.731158, 3.860205, 4.108701",\
"3.688761, 3.713274, 3.754256, 3.883303, 4.131799",\
"3.717539, 3.742052, 3.783033, 3.912081, 4.160576",\
"3.769742, 3.794255, 3.835237, 3.964284, 4.212780");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.740369, 3.770315, 3.825512, 4.033072, 4.435154",\
"3.748759, 3.778705, 3.833902, 4.041462, 4.443544",\
"3.796091, 3.826037, 3.881234, 4.088794, 4.490876",\
"3.855366, 3.885311, 3.940509, 4.148069, 4.550150",\
"4.107036, 4.136981, 4.192178, 4.399738, 4.801820");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[0]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.810503, 1.835012, 1.875996, 2.005044, 2.253541",\
"1.826059, 1.850568, 1.891552, 2.020599, 2.269097",\
"1.849157, 1.873666, 1.914650, 2.043697, 2.292195",\
"1.877959, 1.902469, 1.943453, 2.072500, 2.320997",\
"1.930753, 1.955262, 1.996246, 2.125293, 2.373791");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.047551, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.827031, 1.856980, 1.912174, 2.119732, 2.521734",\
"1.835422, 1.865371, 1.920564, 2.128123, 2.530124",\
"1.882754, 1.912703, 1.967896, 2.175455, 2.577456",\
"1.942057, 1.972006, 2.027200, 2.234758, 2.636760",\
"2.193938, 2.223887, 2.279080, 2.486639, 2.888641");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.021766, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[0]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.888534, 5.918479, 5.973677, 6.181237, 6.583319",\
"5.903473, 5.933418, 5.988616, 6.196176, 6.598258",\
"5.935316, 5.965261, 6.020458, 6.228018, 6.630100",\
"5.981146, 6.011092, 6.066289, 6.273849, 6.675931",\
"6.114318, 6.144263, 6.199461, 6.407021, 6.809103");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.729723, 5.754236, 5.795218, 5.924265, 6.172760",\
"5.736569, 5.761081, 5.802063, 5.931110, 6.179606",\
"5.782955, 5.807467, 5.848449, 5.977497, 6.225992",\
"5.857877, 5.882390, 5.923371, 6.052419, 6.300914",\
"6.236680, 6.261192, 6.302174, 6.431221, 6.679717");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[10]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.697258, 2.727207, 2.782400, 2.989959, 3.391961",\
"2.712197, 2.742146, 2.797339, 3.004898, 3.406899",\
"2.744039, 2.773989, 2.829182, 3.036741, 3.438742",\
"2.789870, 2.819819, 2.875012, 3.082571, 3.484573",\
"2.923042, 2.952991, 3.008184, 3.215743, 3.617745");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.681477, 2.705986, 2.746970, 2.876017, 3.124514",\
"2.688322, 2.712832, 2.753815, 2.882863, 3.131360",\
"2.734709, 2.759218, 2.800202, 2.929250, 3.177747",\
"2.809630, 2.834140, 2.875123, 3.004171, 3.252668",\
"3.188431, 3.212941, 3.253925, 3.382972, 3.631469");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[10]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.664663, 5.689175, 5.730157, 5.859204, 6.107700",\
"5.679602, 5.704114, 5.745096, 5.874143, 6.122639",\
"5.711445, 5.735957, 5.776939, 5.905986, 6.154482",\
"5.757276, 5.781788, 5.822770, 5.951817, 6.200313",\
"5.890447, 5.914959, 5.955941, 6.084989, 6.333484");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.773093, 5.803039, 5.858236, 6.065796, 6.467878",\
"5.779939, 5.809884, 5.865081, 6.072641, 6.474723",\
"5.826326, 5.856271, 5.911469, 6.119029, 6.521111",\
"5.901248, 5.931193, 5.986390, 6.193950, 6.596032",\
"6.280048, 6.309994, 6.365191, 6.572751, 6.974833");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[10]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.591491, 2.616001, 2.656985, 2.786032, 3.034529",\
"2.606430, 2.630940, 2.671923, 2.800971, 3.049468",\
"2.638273, 2.662782, 2.703766, 2.832814, 3.081311",\
"2.684103, 2.708613, 2.749597, 2.878644, 3.127141",\
"2.817275, 2.841785, 2.882768, 3.011816, 3.260313");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038583, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.605140, 2.635090, 2.690283, 2.897841, 3.299843",\
"2.611986, 2.641935, 2.697128, 2.904687, 3.306689",\
"2.658372, 2.688322, 2.743515, 2.951073, 3.353075",\
"2.733294, 2.763243, 2.818436, 3.025995, 3.427997",\
"3.112096, 3.142045, 3.197238, 3.404797, 3.806799");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017705, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[10]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.132882, 5.162827, 5.218025, 5.425585, 5.827667",\
"5.144595, 5.174541, 5.229738, 5.437298, 5.839380",\
"5.173016, 5.202961, 5.258159, 5.465719, 5.867801",\
"5.212220, 5.242165, 5.297362, 5.504922, 5.907004",\
"5.302364, 5.332310, 5.387507, 5.595067, 5.997149");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.859375, 4.883887, 4.924869, 5.053916, 5.302412",\
"4.864037, 4.888549, 4.929531, 5.058578, 5.307074",\
"4.903898, 4.928411, 4.969392, 5.098440, 5.346935",\
"4.970842, 4.995355, 5.036336, 5.165384, 5.413879",\
"5.390399, 5.414912, 5.455894, 5.584941, 5.833436");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[11]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.242374, 2.272323, 2.327516, 2.535075, 2.937077",\
"2.254087, 2.284037, 2.339230, 2.546788, 2.948790",\
"2.282508, 2.312457, 2.367650, 2.575209, 2.977211",\
"2.320978, 2.350927, 2.406120, 2.613679, 3.015681",\
"2.404334, 2.434283, 2.489476, 2.697035, 3.099037");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.210005, 2.234515, 2.275498, 2.404546, 2.653043",\
"2.214668, 2.239178, 2.280161, 2.409209, 2.657706",\
"2.254529, 2.279039, 2.320022, 2.449070, 2.697567",\
"2.321433, 2.345943, 2.386927, 2.515974, 2.764471",\
"2.732286, 2.756796, 2.797780, 2.926827, 3.175324");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[11]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.062171, 5.086684, 5.127666, 5.256713, 5.505208",\
"5.073884, 5.098397, 5.139379, 5.268426, 5.516922",\
"5.102305, 5.126818, 5.167799, 5.296847, 5.545342",\
"5.141417, 5.165929, 5.206911, 5.335958, 5.584454",\
"5.230708, 5.255220, 5.296202, 5.425249, 5.673745");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.206144, 5.236090, 5.291287, 5.498847, 5.900929",\
"5.210807, 5.240752, 5.295949, 5.503510, 5.905591",\
"5.250668, 5.280613, 5.335811, 5.543371, 5.945453",\
"5.317616, 5.347561, 5.402759, 5.610319, 6.012401",\
"5.738060, 5.768005, 5.823203, 6.030763, 6.432845");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[11]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.252059, 2.276569, 2.317552, 2.446600, 2.695097",\
"2.263772, 2.288282, 2.329266, 2.458313, 2.706810",\
"2.292193, 2.316703, 2.357686, 2.486734, 2.735231",\
"2.331406, 2.355915, 2.396899, 2.525946, 2.774443",\
"2.421634, 2.446144, 2.487128, 2.616175, 2.864672");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035170, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.396187, 2.426136, 2.481329, 2.688888, 3.090890",\
"2.400850, 2.430799, 2.485992, 2.693551, 3.095553",\
"2.440711, 2.470660, 2.525853, 2.733412, 3.135414",\
"2.507660, 2.537609, 2.592802, 2.800361, 3.202363",\
"2.928293, 2.958242, 3.013435, 3.220994, 3.622996");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015678, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[11]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.628398, 4.658344, 4.713541, 4.921101, 5.323183",\
"4.642239, 4.672184, 4.727381, 4.934941, 5.337023",\
"4.666760, 4.696705, 4.751903, 4.959463, 5.361545",\
"4.707334, 4.737279, 4.792477, 5.000037, 5.402119",\
"4.829398, 4.859344, 4.914541, 5.122101, 5.524183");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.713337, 4.737849, 4.778831, 4.907878, 5.156374",\
"4.721033, 4.745545, 4.786527, 4.915574, 5.164070",\
"4.761901, 4.786414, 4.827395, 4.956443, 5.204938",\
"4.819780, 4.844292, 4.885274, 5.014321, 5.262817",\
"5.135880, 5.160393, 5.201375, 5.330422, 5.578918");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[12]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.260456, 2.290406, 2.345599, 2.553158, 2.955159",\
"2.274297, 2.304246, 2.359439, 2.566998, 2.969000",\
"2.298818, 2.328768, 2.383960, 2.591519, 2.993521",\
"2.339392, 2.369341, 2.424534, 2.632093, 3.034095",\
"2.461881, 2.491830, 2.547023, 2.754582, 3.156584");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.201509, 2.226019, 2.267003, 2.396050, 2.644547",\
"2.209205, 2.233715, 2.274698, 2.403746, 2.652243",\
"2.250074, 2.274584, 2.315567, 2.444615, 2.693112",\
"2.307952, 2.332462, 2.373445, 2.502493, 2.750990",\
"2.625559, 2.650069, 2.691052, 2.820100, 3.068597");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[12]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.352649, 4.377162, 4.418143, 4.547191, 4.795686",\
"4.366489, 4.391002, 4.431983, 4.561031, 4.809526",\
"4.391011, 4.415523, 4.456505, 4.585552, 4.834048",\
"4.431585, 4.456098, 4.497079, 4.626127, 4.874622",\
"4.554047, 4.578559, 4.619541, 4.748588, 4.997084");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.780451, 4.810396, 4.865593, 5.073153, 5.475235",\
"4.788146, 4.818091, 4.873289, 5.080849, 5.482931",\
"4.829015, 4.858961, 4.914158, 5.121718, 5.523800",\
"4.886893, 4.916838, 4.972035, 5.179595, 5.581677",\
"5.202993, 5.232939, 5.288136, 5.495696, 5.897778");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[12]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.146389, 2.170898, 2.211882, 2.340929, 2.589426",\
"2.160229, 2.184739, 2.225722, 2.354770, 2.603267",\
"2.184750, 2.209260, 2.250244, 2.379291, 2.627788",\
"2.225324, 2.249834, 2.290818, 2.419865, 2.668362",\
"2.346444, 2.370954, 2.411937, 2.540985, 2.789482");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042536, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.115685, 2.145634, 2.200827, 2.408386, 2.810388",\
"2.123380, 2.153329, 2.208522, 2.416081, 2.818083",\
"2.164249, 2.194198, 2.249391, 2.456950, 2.858952",\
"2.222127, 2.252076, 2.307269, 2.514828, 2.916830",\
"2.531005, 2.560955, 2.616148, 2.823706, 3.225708");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019494, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[12]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.812301, 3.842246, 3.897444, 4.105004, 4.507085",\
"3.824476, 3.854421, 3.909619, 4.117178, 4.519260",\
"3.850678, 3.880624, 3.935821, 4.143381, 4.545463",\
"3.891243, 3.921188, 3.976386, 4.183946, 4.586027",\
"4.011787, 4.041733, 4.096931, 4.304491, 4.706572");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.869612, 3.894125, 3.935106, 4.064154, 4.312649",\
"3.876258, 3.900771, 3.941752, 4.070799, 4.319295",\
"3.918188, 3.942700, 3.983682, 4.112729, 4.361225",\
"3.976068, 4.000580, 4.041562, 4.170609, 4.419105",\
"4.291544, 4.316056, 4.357038, 4.486085, 4.734581");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[13]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.897204, 1.927153, 1.982347, 2.189905, 2.591907",\
"1.909379, 1.939329, 1.994522, 2.202080, 2.604082",\
"1.935582, 1.965531, 2.020724, 2.228283, 2.630285",\
"1.976146, 2.006095, 2.061288, 2.268847, 2.670849",\
"2.091349, 2.121299, 2.176492, 2.384051, 2.786052");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.068346, 2.092856, 2.133840, 2.262887, 2.511384",\
"2.074992, 2.099502, 2.140486, 2.269533, 2.518030",\
"2.116922, 2.141432, 2.182415, 2.311463, 2.559960",\
"2.174802, 2.199311, 2.240295, 2.369342, 2.617839",\
"2.482644, 2.507154, 2.548137, 2.677185, 2.925682");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[13]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.871993, 3.896506, 3.937487, 4.066535, 4.315030",\
"3.884168, 3.908681, 3.949662, 4.078710, 4.327205",\
"3.910371, 3.934884, 3.975865, 4.104912, 4.353408",\
"3.950935, 3.975448, 4.016429, 4.145476, 4.393972",\
"4.072926, 4.097438, 4.138420, 4.267467, 4.515963");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.947350, 3.977296, 4.032493, 4.240053, 4.642135",\
"3.953996, 3.983942, 4.039139, 4.246699, 4.648781",\
"3.995926, 4.025872, 4.081069, 4.288630, 4.690711",\
"4.053806, 4.083752, 4.138949, 4.346509, 4.748590",\
"4.370395, 4.400340, 4.455537, 4.663097, 5.065179");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[13]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.050556, 2.075066, 2.116050, 2.245097, 2.493594",\
"2.062731, 2.087241, 2.128225, 2.257272, 2.505769",\
"2.088934, 2.113444, 2.154428, 2.283475, 2.531972",\
"2.129498, 2.154008, 2.194992, 2.324039, 2.572536",\
"2.250960, 2.275469, 2.316453, 2.445500, 2.693997");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037216, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.049379, 2.079328, 2.134521, 2.342080, 2.744081",\
"2.056024, 2.085974, 2.141167, 2.348726, 2.750727",\
"2.097955, 2.127904, 2.183097, 2.390656, 2.792657",\
"2.155834, 2.185783, 2.240976, 2.448535, 2.850537",\
"2.472391, 2.502341, 2.557534, 2.765092, 3.167094");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016832, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[13]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.423787, 3.453733, 3.508930, 3.716490, 4.118572",\
"3.436740, 3.466686, 3.521883, 3.729443, 4.131525",\
"3.461108, 3.491053, 3.546251, 3.753811, 4.155892",\
"3.503122, 3.533067, 3.588265, 3.795825, 4.197906",\
"3.637389, 3.667334, 3.722532, 3.930092, 4.332173");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.284778, 3.309291, 3.350272, 3.479320, 3.727816",\
"3.292571, 3.317083, 3.358065, 3.487112, 3.735608",\
"3.335931, 3.360444, 3.401425, 3.530472, 3.778968",\
"3.397869, 3.422381, 3.463363, 3.592410, 3.840906",\
"3.778924, 3.803436, 3.844418, 3.973465, 4.221961");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[14]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.836428, 1.866377, 1.921570, 2.129129, 2.531131",\
"1.849381, 1.879330, 1.934523, 2.142082, 2.544084",\
"1.873748, 1.903697, 1.958890, 2.166449, 2.568451",\
"1.915762, 1.945711, 2.000905, 2.208463, 2.610465",\
"2.049567, 2.079517, 2.134710, 2.342269, 2.744271");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.839579, 1.864088, 1.905072, 2.034119, 2.282616",\
"1.847371, 1.871881, 1.912865, 2.041912, 2.290409",\
"1.890731, 1.915240, 1.956224, 2.085272, 2.333769",\
"1.952669, 1.977178, 2.018162, 2.147209, 2.395706",\
"2.333699, 2.358208, 2.399192, 2.528239, 2.776736");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[14]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.122122, 3.146634, 3.187616, 3.316663, 3.565159",\
"3.135075, 3.159588, 3.200569, 3.329616, 3.578112",\
"3.159442, 3.183955, 3.224936, 3.353984, 3.602480",\
"3.201457, 3.225969, 3.266951, 3.395998, 3.644494",\
"3.334435, 3.358947, 3.399929, 3.528976, 3.777472");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.447863, 3.477808, 3.533006, 3.740566, 4.142647",\
"3.455655, 3.485601, 3.540798, 3.748358, 4.150440",\
"3.499015, 3.528961, 3.584158, 3.791718, 4.193800",\
"3.560953, 3.590899, 3.646096, 3.853656, 4.255738",\
"3.941088, 3.971034, 4.026231, 4.233791, 4.635873");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[14]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.658376, 1.682886, 1.723870, 1.852917, 2.101414",\
"1.671329, 1.695839, 1.736823, 1.865870, 2.114367",\
"1.695697, 1.720206, 1.761191, 1.890238, 2.138735",\
"1.737711, 1.762221, 1.803205, 1.932252, 2.180749",\
"1.866023, 1.890533, 1.931517, 2.060564, 2.309061");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040759, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.877016, 1.906965, 1.962158, 2.169717, 2.571719",\
"1.884808, 1.914757, 1.969950, 2.177509, 2.579511",\
"1.928168, 1.958117, 2.013310, 2.220869, 2.622871",\
"1.990106, 2.020055, 2.075248, 2.282807, 2.684809",\
"2.363962, 2.393911, 2.449104, 2.656663, 3.058665");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018398, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[14]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.583009, 2.612955, 2.668152, 2.875712, 3.277794",\
"2.596444, 2.626389, 2.681587, 2.889147, 3.291229",\
"2.620305, 2.650251, 2.705448, 2.913008, 3.315090",\
"2.662195, 2.692141, 2.747339, 2.954898, 3.356981",\
"2.794485, 2.824431, 2.879628, 3.087188, 3.489270");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.671157, 2.695670, 2.736651, 2.865699, 3.114195",\
"2.679210, 2.703722, 2.744704, 2.873751, 3.122247",\
"2.722205, 2.746718, 2.787699, 2.916746, 3.165242",\
"2.784132, 2.808644, 2.849626, 2.978673, 3.227169",\
"3.161475, 3.185988, 3.226969, 3.356016, 3.604512");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[15]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.366160, 1.396109, 1.451303, 1.658861, 2.060863",\
"1.379595, 1.409544, 1.464737, 1.672296, 2.074297",\
"1.403457, 1.433406, 1.488599, 1.696158, 2.098160",\
"1.445347, 1.475296, 1.530489, 1.738048, 2.140049",\
"1.572223, 1.602172, 1.657365, 1.864924, 2.266926");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.568086, 1.592596, 1.633580, 1.762627, 2.011124",\
"1.576139, 1.600648, 1.641632, 1.770680, 2.019177",\
"1.619134, 1.643643, 1.684627, 1.813675, 2.062172",\
"1.681061, 1.705570, 1.746554, 1.875601, 2.124099",\
"2.052198, 2.076708, 2.117692, 2.246739, 2.495236");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[15]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.645313, 2.669826, 2.710807, 2.839854, 3.088351",\
"2.658747, 2.683260, 2.724241, 2.853289, 3.101785",\
"2.682609, 2.707122, 2.748103, 2.877151, 3.125647",\
"2.724499, 2.749012, 2.789993, 2.919041, 3.167537",\
"2.858206, 2.882718, 2.923700, 3.052747, 3.301243");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.745283, 2.775229, 2.830426, 3.037986, 3.440068",\
"2.753335, 2.783281, 2.838478, 3.046038, 3.448120",\
"2.796330, 2.826276, 2.881474, 3.089033, 3.491116",\
"2.858257, 2.888203, 2.943400, 3.150960, 3.553042",\
"3.236479, 3.266425, 3.321622, 3.529182, 3.931264");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[15]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.518078, 1.542588, 1.583572, 1.712619, 1.961116",\
"1.531512, 1.556022, 1.597006, 1.726053, 1.974550",\
"1.555375, 1.579884, 1.620868, 1.749915, 1.998412",\
"1.597265, 1.621774, 1.662758, 1.791805, 2.040302",\
"1.730421, 1.754930, 1.795915, 1.924962, 2.173459");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042329, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.546346, 1.576295, 1.631488, 1.839047, 2.241049",\
"1.554398, 1.584347, 1.639540, 1.847099, 2.249101",\
"1.597393, 1.627342, 1.682535, 1.890094, 2.292096",\
"1.659320, 1.689269, 1.744462, 1.952021, 2.354023",\
"2.037520, 2.067469, 2.122662, 2.330221, 2.732223");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019161, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[15]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.130567, 2.160513, 2.215710, 2.423270, 2.825352",\
"2.143540, 2.173485, 2.228683, 2.436243, 2.838325",\
"2.168955, 2.198900, 2.254098, 2.461658, 2.863740",\
"2.209502, 2.239448, 2.294646, 2.502205, 2.904288",\
"2.331562, 2.361508, 2.416705, 2.624265, 3.026347");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.960396, 1.984908, 2.025890, 2.154937, 2.403433",\
"1.967525, 1.992037, 2.033019, 2.162066, 2.410562",\
"2.008976, 2.033489, 2.074470, 2.203517, 2.452013",\
"2.066853, 2.091366, 2.132347, 2.261395, 2.509891",\
"2.382689, 2.407202, 2.448183, 2.577231, 2.825727");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[16]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.253089, 1.283038, 1.338231, 1.545790, 1.947792",\
"1.266062, 1.296011, 1.351204, 1.558763, 1.960765",\
"1.291477, 1.321426, 1.376619, 1.584178, 1.986180",\
"1.332025, 1.361974, 1.417167, 1.624726, 2.026728",\
"1.453525, 1.483474, 1.538667, 1.746226, 2.148228");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.231749, 1.256259, 1.297243, 1.426290, 1.674787",\
"1.238878, 1.263388, 1.304372, 1.433419, 1.681916",\
"1.280329, 1.304839, 1.345823, 1.474870, 1.723367",\
"1.338207, 1.362716, 1.403700, 1.532747, 1.781245",\
"1.654013, 1.678522, 1.719506, 1.848554, 2.097051");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[16]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.823496, 1.848009, 1.888990, 2.018038, 2.266534",\
"1.836469, 1.860981, 1.901963, 2.031010, 2.279506",\
"1.861884, 1.886396, 1.927378, 2.056425, 2.304921",\
"1.902432, 1.926944, 1.967926, 2.096973, 2.345469",\
"2.022976, 2.047489, 2.088470, 2.217517, 2.466013");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.130901, 2.160847, 2.216044, 2.423604, 2.825686",\
"2.138030, 2.167976, 2.223173, 2.430733, 2.832815",\
"2.179482, 2.209427, 2.264625, 2.472184, 2.874267",\
"2.237359, 2.267304, 2.322502, 2.530061, 2.932144",\
"2.552086, 2.582031, 2.637229, 2.844789, 3.246871");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[16]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.079598, 1.104108, 1.145092, 1.274139, 1.522636",\
"1.092571, 1.117080, 1.158064, 1.287112, 1.535609",\
"1.117986, 1.142496, 1.183480, 1.312527, 1.561024",\
"1.158534, 1.183043, 1.224027, 1.353074, 1.601572",\
"1.273452, 1.297962, 1.338946, 1.467993, 1.716490");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.039729, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.275188, 1.305137, 1.360330, 1.567889, 1.969891",\
"1.282317, 1.312266, 1.367459, 1.575017, 1.977019",\
"1.323768, 1.353717, 1.408910, 1.616469, 2.018471",\
"1.381645, 1.411594, 1.466787, 1.674346, 2.076348",\
"1.688724, 1.718673, 1.773866, 1.981425, 2.383427");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018052, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[16]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.370265, 1.400211, 1.455408, 1.662968, 2.065050",\
"1.386490, 1.416435, 1.471633, 1.679193, 2.081275",\
"1.410411, 1.440356, 1.495554, 1.703114, 2.105196",\
"1.449303, 1.479249, 1.534446, 1.742006, 2.144088",\
"1.537786, 1.567731, 1.622929, 1.830488, 2.232571");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.419809, 1.444321, 1.485303, 1.614350, 1.862846",\
"1.426471, 1.450983, 1.491965, 1.621012, 1.869508",\
"1.464293, 1.488805, 1.529787, 1.658834, 1.907330",\
"1.531232, 1.555745, 1.596727, 1.725774, 1.974270",\
"1.948915, 1.973427, 2.014409, 2.143456, 2.391952");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[17]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.845207, 0.875156, 0.930349, 1.137908, 1.539910",\
"0.861431, 0.891381, 0.946574, 1.154132, 1.556134",\
"0.885352, 0.915302, 0.970495, 1.178053, 1.580055",\
"0.923538, 0.953487, 1.008680, 1.216239, 1.618241",\
"1.004381, 1.034330, 1.089523, 1.297082, 1.699084");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.023607, 1.048116, 1.089100, 1.218148, 1.466645",\
"1.030269, 1.054779, 1.095763, 1.224810, 1.473307",\
"1.068091, 1.092601, 1.133585, 1.262632, 1.511129",\
"1.134996, 1.159505, 1.200490, 1.329537, 1.578034",\
"1.543479, 1.567988, 1.608972, 1.738020, 1.986517");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[17]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.433282, 1.457794, 1.498776, 1.627823, 1.876319",\
"1.449506, 1.474018, 1.515000, 1.644047, 1.892543",\
"1.473427, 1.497939, 1.538921, 1.667968, 1.916464",\
"1.512467, 1.536979, 1.577961, 1.707008, 1.955504",\
"1.600844, 1.625356, 1.666338, 1.795385, 2.043881");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.498433, 1.528378, 1.583576, 1.791136, 2.193218",\
"1.505095, 1.535040, 1.590238, 1.797798, 2.199880",\
"1.542917, 1.572863, 1.628060, 1.835620, 2.237702",\
"1.609862, 1.639807, 1.695005, 1.902565, 2.304647",\
"2.030254, 2.060200, 2.115397, 2.322957, 2.725039");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[17]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.016728, 1.041238, 1.082222, 1.211269, 1.459766",\
"1.032953, 1.057462, 1.098446, 1.227494, 1.475991",\
"1.056874, 1.081383, 1.122367, 1.251415, 1.499912",\
"1.095792, 1.120301, 1.161285, 1.290332, 1.538829",\
"1.183078, 1.207587, 1.248571, 1.377618, 1.626116");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048827, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.007766, 1.037715, 1.092908, 1.300467, 1.702469",\
"1.014428, 1.044377, 1.099570, 1.307129, 1.709131",\
"1.052250, 1.082199, 1.137393, 1.344951, 1.746953",\
"1.119195, 1.149144, 1.204337, 1.411896, 1.813898",\
"1.538134, 1.568083, 1.623276, 1.830835, 2.232837");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022315, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[17]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.946074, 0.976020, 1.031217, 1.238777, 1.640859",\
"0.966577, 0.996523, 1.051720, 1.259280, 1.661362",\
"0.984410, 1.014355, 1.069553, 1.277113, 1.679195",\
"1.025028, 1.054974, 1.110171, 1.317731, 1.719813",\
"1.146515, 1.176460, 1.231658, 1.439217, 1.841300");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.768794, 0.793307, 0.834289, 0.963336, 1.211832",\
"0.780774, 0.805286, 0.846268, 0.975315, 1.223811",\
"0.817348, 0.841861, 0.882842, 1.011890, 1.260386",\
"0.875231, 0.899744, 0.940726, 1.069773, 1.318269",\
"1.193961, 1.218473, 1.259455, 1.388502, 1.636998");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[18]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.822530, 0.852476, 0.907673, 1.115233, 1.517315",\
"0.843033, 0.872978, 0.928176, 1.135736, 1.537818",\
"0.860865, 0.890811, 0.946009, 1.153568, 1.555650",\
"0.901484, 0.931429, 0.986627, 1.194187, 1.596269",\
"1.022494, 1.052439, 1.107637, 1.315197, 1.717279");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.748420, 0.772932, 0.813914, 0.942961, 1.191457",\
"0.760399, 0.784911, 0.825893, 0.954940, 1.203436",\
"0.796973, 0.821486, 0.862468, 0.991515, 1.240011",\
"0.854857, 0.879369, 0.920351, 1.049398, 1.297894",\
"1.173556, 1.198068, 1.239050, 1.368097, 1.616593");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[18]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.639500, 0.664013, 0.704994, 0.834041, 1.082537",\
"0.660003, 0.684515, 0.725497, 0.854544, 1.103040",\
"0.677836, 0.702348, 0.743330, 0.872377, 1.120873",\
"0.718454, 0.742966, 0.783948, 0.912995, 1.161491",\
"0.838767, 0.863279, 0.904261, 1.033308, 1.281804");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.935266, 0.965212, 1.020409, 1.227969, 1.630051",\
"0.947246, 0.977191, 1.032389, 1.239949, 1.642031",\
"0.983820, 1.013766, 1.068963, 1.276523, 1.678605",\
"1.041703, 1.071649, 1.126846, 1.334406, 1.736488",\
"1.359319, 1.389265, 1.444462, 1.652022, 2.054104");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[18]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.595734, 0.620246, 0.661228, 0.790275, 1.038771",\
"0.616237, 0.640749, 0.681731, 0.810778, 1.059274",\
"0.634069, 0.658582, 0.699563, 0.828611, 1.077107",\
"0.674688, 0.699200, 0.740182, 0.869229, 1.117725",\
"0.790725, 0.815238, 0.856219, 0.985267, 1.233763");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.064116, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.828088, 0.858034, 0.913231, 1.120791, 1.522873",\
"0.840068, 0.870013, 0.925211, 1.132771, 1.534853",\
"0.876642, 0.906588, 0.961785, 1.169345, 1.571427",\
"0.934525, 0.964471, 1.019668, 1.227228, 1.629310",\
"1.244542, 1.274487, 1.329685, 1.537244, 1.939327");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030061, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[18]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.359901, 8.389847, 8.445045, 8.652604, 9.054686",\
"8.380479, 8.410424, 8.465622, 8.673182, 9.075263",\
"8.397212, 8.427157, 8.482355, 8.689915, 9.091996",\
"8.439213, 8.469158, 8.524356, 8.731915, 9.133997",\
"8.573470, 8.603415, 8.658613, 8.866173, 9.268254");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.201900, 8.226412, 8.267393, 8.396441, 8.644937",\
"8.215018, 8.239531, 8.280512, 8.409559, 8.658055",\
"8.253045, 8.277557, 8.318539, 8.447586, 8.696082",\
"8.314980, 8.339492, 8.380473, 8.509521, 8.758017",\
"8.695683, 8.720196, 8.761177, 8.890224, 9.138721");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[19]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.818206, 3.848155, 3.903348, 4.110907, 4.512908",\
"3.838783, 3.868732, 3.923925, 4.131484, 4.533486",\
"3.855517, 3.885466, 3.940659, 4.148217, 4.550220",\
"3.897518, 3.927467, 3.982660, 4.190219, 4.592221",\
"4.031287, 4.061236, 4.116429, 4.323988, 4.725990");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.796481, 3.820991, 3.861974, 3.991022, 4.239519",\
"3.809599, 3.834109, 3.875093, 4.004140, 4.252637",\
"3.847626, 3.872135, 3.913119, 4.042167, 4.290663",\
"3.909559, 3.934069, 3.975053, 4.104100, 4.352597",\
"4.290240, 4.314750, 4.355733, 4.484781, 4.733278");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[19]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.041184, 8.065697, 8.106678, 8.235725, 8.484221",\
"8.061762, 8.086274, 8.127255, 8.256303, 8.504799",\
"8.078495, 8.103007, 8.143989, 8.273036, 8.521532",\
"8.120496, 8.145008, 8.185989, 8.315037, 8.563533",\
"8.253470, 8.277983, 8.318964, 8.448011, 8.696507");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.382280, 8.412226, 8.467423, 8.674983, 9.077065",\
"8.395398, 8.425344, 8.480541, 8.688101, 9.090182",\
"8.433425, 8.463370, 8.518568, 8.726128, 9.128209",\
"8.495358, 8.525304, 8.580502, 8.788061, 9.190143",\
"8.875161, 8.905107, 8.960304, 9.167864, 9.569945");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[19]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.613719, 3.638229, 3.679212, 3.808260, 4.056756",\
"3.634297, 3.658807, 3.699790, 3.828838, 4.077334",\
"3.651031, 3.675540, 3.716524, 3.845571, 4.094068",\
"3.693032, 3.717541, 3.758525, 3.887573, 4.136069",\
"3.821161, 3.845670, 3.886654, 4.015701, 4.264198");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.066146, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.860957, 3.890906, 3.946099, 4.153658, 4.555660",\
"3.874075, 3.904025, 3.959218, 4.166776, 4.568779",\
"3.912102, 3.942051, 3.997244, 4.204803, 4.606805",\
"3.974036, 4.003984, 4.059178, 4.266736, 4.668738",\
"4.347547, 4.377495, 4.432689, 4.640247, 5.042249");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030822, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[19]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.194715, 3.224661, 3.279858, 3.487418, 3.889500",\
"3.203674, 3.233620, 3.288817, 3.496377, 3.898459",\
"3.233104, 3.263050, 3.318247, 3.525807, 3.927889",\
"3.273670, 3.303615, 3.358813, 3.566373, 3.968455",\
"3.395743, 3.425689, 3.480886, 3.688446, 4.090528");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.131040, 3.155553, 3.196534, 3.325582, 3.574078",\
"3.135700, 3.160213, 3.201194, 3.330241, 3.578737",\
"3.179626, 3.204139, 3.245120, 3.374167, 3.622663",\
"3.237510, 3.262023, 3.303004, 3.432051, 3.680547",\
"3.553404, 3.577917, 3.618898, 3.747946, 3.996442");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[1]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.579001, 1.608950, 1.664143, 1.871702, 2.273704",\
"1.587960, 1.617910, 1.673103, 1.880661, 2.282663",\
"1.617390, 1.647339, 1.702532, 1.910091, 2.312093",\
"1.657956, 1.687905, 1.743098, 1.950657, 2.352659",\
"1.780497, 1.810446, 1.865639, 2.073198, 2.475200");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.670278, 1.694788, 1.735772, 1.864819, 2.113316",\
"1.674939, 1.699448, 1.740432, 1.869479, 2.117976",\
"1.718864, 1.743374, 1.784358, 1.913405, 2.161902",\
"1.776748, 1.801258, 1.842242, 1.971289, 2.219786",\
"2.092841, 2.117351, 2.158335, 2.287382, 2.535879");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[1]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.992938, 3.017451, 3.058432, 3.187479, 3.435975",\
"3.001897, 3.026410, 3.067391, 3.196439, 3.444935",\
"3.031327, 3.055839, 3.096821, 3.225868, 3.474364",\
"3.071892, 3.096405, 3.137386, 3.266433, 3.514930",\
"3.192651, 3.217163, 3.258145, 3.387192, 3.635688");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.152889, 3.182835, 3.238033, 3.445592, 3.847675",\
"3.157550, 3.187495, 3.242693, 3.450253, 3.852335",\
"3.201475, 3.231421, 3.286618, 3.494178, 3.896260",\
"3.259359, 3.289305, 3.344502, 3.552062, 3.954144",\
"3.574285, 3.604230, 3.659428, 3.866987, 4.269069");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[1]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.523992, 1.548501, 1.589485, 1.718532, 1.967029",\
"1.532951, 1.557460, 1.598444, 1.727492, 1.975989",\
"1.562380, 1.586890, 1.627874, 1.756921, 2.005418",\
"1.602946, 1.627456, 1.668440, 1.797487, 2.045984",\
"1.717865, 1.742374, 1.783358, 1.912406, 2.160903");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026987, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.570723, 1.600672, 1.655865, 1.863424, 2.265426",\
"1.575383, 1.605332, 1.660525, 1.868084, 2.270086",\
"1.619309, 1.649258, 1.704451, 1.912010, 2.314012",\
"1.677193, 1.707142, 1.762335, 1.969894, 2.371896",\
"1.984533, 2.014482, 2.069675, 2.277234, 2.679236");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011800, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[1]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.527999, 7.557944, 7.613142, 7.820702, 8.222783",\
"7.550189, 7.580134, 7.635332, 7.842892, 8.244973",\
"7.568108, 7.598053, 7.653250, 7.860810, 8.262892",\
"7.607144, 7.637090, 7.692287, 7.899847, 8.301929",\
"7.697029, 7.726974, 7.782172, 7.989732, 8.391813");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.585530, 7.610042, 7.651024, 7.780071, 8.028567",\
"7.595183, 7.619695, 7.660677, 7.789724, 8.038220",\
"7.629990, 7.654502, 7.695484, 7.824532, 8.073028",\
"7.696927, 7.721439, 7.762421, 7.891468, 8.139964",\
"8.111069, 8.135581, 8.176562, 8.305610, 8.554106");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[20]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.353077, 3.383026, 3.438219, 3.645778, 4.047780",\
"3.375267, 3.405216, 3.460409, 3.667968, 4.069970",\
"3.393185, 3.423135, 3.478328, 3.685886, 4.087888",\
"3.430949, 3.460898, 3.516091, 3.723650, 4.125652",\
"3.508335, 3.538285, 3.593477, 3.801036, 4.203038");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.527436, 3.551945, 3.592929, 3.721977, 3.970474",\
"3.537089, 3.561599, 3.602582, 3.731630, 3.980127",\
"3.571896, 3.596406, 3.637389, 3.766437, 4.014934",\
"3.638781, 3.663291, 3.704274, 3.833322, 4.081819",\
"4.042994, 4.067504, 4.108488, 4.237535, 4.486032");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[20]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.577312, 7.601824, 7.642806, 7.771853, 8.020350",\
"7.599502, 7.624014, 7.664996, 7.794044, 8.042540",\
"7.617421, 7.641933, 7.682915, 7.811962, 8.060458",\
"7.656801, 7.681313, 7.722295, 7.851342, 8.099838",\
"7.747925, 7.772438, 7.813419, 7.942467, 8.190963");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.673209, 7.703155, 7.758352, 7.965912, 8.367993",\
"7.682862, 7.712808, 7.768005, 7.975565, 8.377646",\
"7.717669, 7.747615, 7.802812, 8.010372, 8.412454",\
"7.784614, 7.814559, 7.869756, 8.077316, 8.479398",\
"8.201864, 8.231810, 8.287007, 8.494567, 8.896648");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[20]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.496835, 3.521345, 3.562329, 3.691376, 3.939873",\
"3.519025, 3.543535, 3.584518, 3.713566, 3.962063",\
"3.536943, 3.561453, 3.602437, 3.731484, 3.979981",\
"3.576197, 3.600706, 3.641690, 3.770737, 4.019234",\
"3.666233, 3.690742, 3.731726, 3.860773, 4.109270");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.067156, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.515399, 3.545348, 3.600541, 3.808100, 4.210102",\
"3.525052, 3.555001, 3.610194, 3.817753, 4.219755",\
"3.559859, 3.589808, 3.645001, 3.852560, 4.254562",\
"3.626803, 3.656752, 3.711945, 3.919504, 4.321506",\
"4.042332, 4.072281, 4.127474, 4.335032, 4.737035");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031378, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[20]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.092240, 7.122186, 7.177383, 7.384943, 7.787025",\
"7.112289, 7.142235, 7.197432, 7.404992, 7.807074",\
"7.130658, 7.160604, 7.215801, 7.423361, 7.825443",\
"7.171100, 7.201045, 7.256242, 7.463802, 7.865884",\
"7.292322, 7.322268, 7.377465, 7.585025, 7.987107");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.906440, 6.930953, 6.971934, 7.100982, 7.349477",\
"6.918041, 6.942553, 6.983535, 7.112582, 7.361078",\
"6.955070, 6.979582, 7.020564, 7.149611, 7.398107",\
"7.012949, 7.037461, 7.078443, 7.207490, 7.455986",\
"7.326383, 7.350895, 7.391877, 7.520925, 7.769420");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[21]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.236834, 3.266783, 3.321976, 3.529535, 3.931537",\
"3.256882, 3.286831, 3.342024, 3.549583, 3.951585",\
"3.275252, 3.305201, 3.360394, 3.567953, 3.969954",\
"3.315693, 3.345642, 3.400835, 3.608394, 4.010396",\
"3.436325, 3.466275, 3.521468, 3.729027, 4.131029");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.194081, 3.218591, 3.259575, 3.388622, 3.637119",\
"3.205682, 3.230191, 3.271175, 3.400223, 3.648720",\
"3.242712, 3.267221, 3.308205, 3.437252, 3.685749",\
"3.300591, 3.325100, 3.366084, 3.495131, 3.743628",\
"3.613969, 3.638479, 3.679462, 3.808510, 4.057006");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[21]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.766672, 6.791184, 6.832166, 6.961213, 7.209709",\
"6.786721, 6.811233, 6.852215, 6.981262, 7.229758",\
"6.805089, 6.829602, 6.870584, 6.999631, 7.248127",\
"6.845531, 6.870043, 6.911025, 7.040072, 7.288568",\
"6.965052, 6.989564, 7.030546, 7.159594, 7.408089");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.096889, 7.126834, 7.182031, 7.389591, 7.791673",\
"7.108488, 7.138433, 7.193631, 7.401191, 7.803273",\
"7.145518, 7.175464, 7.230661, 7.438221, 7.840303",\
"7.203397, 7.233342, 7.288539, 7.496099, 7.898181",\
"7.515728, 7.545673, 7.600871, 7.808431, 8.210512");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[21]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.045856, 3.070366, 3.111349, 3.240397, 3.488894",\
"3.065905, 3.090414, 3.131398, 3.260445, 3.508942",\
"3.084274, 3.108783, 3.149767, 3.278815, 3.527312",\
"3.124715, 3.149225, 3.190209, 3.319256, 3.567753",\
"3.238283, 3.262792, 3.303776, 3.432823, 3.681320");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.062414, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.262997, 3.292947, 3.348140, 3.555698, 3.957700",\
"3.274597, 3.304547, 3.359740, 3.567299, 3.969301",\
"3.311627, 3.341577, 3.396770, 3.604328, 4.006330",\
"3.369506, 3.399455, 3.454648, 3.662207, 4.064209",\
"3.674269, 3.704219, 3.759412, 3.966971, 4.368973");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.029066, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[21]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.338168, 6.368114, 6.423311, 6.630871, 7.032953",\
"6.354570, 6.384516, 6.439713, 6.647273, 7.049355",\
"6.378321, 6.408266, 6.463463, 6.671023, 7.073105",\
"6.417368, 6.447313, 6.502511, 6.710071, 7.112153",\
"6.507142, 6.537087, 6.592285, 6.799845, 7.201927");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.377278, 6.401790, 6.442772, 6.571819, 6.820315",\
"6.384081, 6.408594, 6.449575, 6.578623, 6.827118",\
"6.421705, 6.446217, 6.487199, 6.616246, 6.864742",\
"6.488655, 6.513167, 6.554149, 6.683196, 6.931692",\
"6.903365, 6.927877, 6.968859, 7.097906, 7.346402");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[22]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.837347, 2.867296, 2.922489, 3.130048, 3.532050",\
"2.853750, 2.883699, 2.938892, 3.146451, 3.548452",\
"2.877500, 2.907450, 2.962643, 3.170202, 3.572203",\
"2.915302, 2.945251, 3.000444, 3.208003, 3.610004",\
"2.992875, 3.022824, 3.078017, 3.285576, 3.687578");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.993314, 3.017823, 3.058807, 3.187855, 3.436352",\
"3.000117, 3.024627, 3.065611, 3.194658, 3.443155",\
"3.037740, 3.062249, 3.103233, 3.232280, 3.480778",\
"3.104649, 3.129158, 3.170142, 3.299189, 3.547686",\
"3.509433, 3.533942, 3.574926, 3.703974, 3.952471");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[22]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.368381, 6.392893, 6.433875, 6.562922, 6.811418",\
"6.384783, 6.409296, 6.450277, 6.579325, 6.827820",\
"6.408535, 6.433047, 6.474029, 6.603076, 6.851572",\
"6.447926, 6.472438, 6.513420, 6.642467, 6.890963",\
"6.538902, 6.563414, 6.604396, 6.733443, 6.981939");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.484258, 6.514203, 6.569400, 6.776960, 7.179042",\
"6.491062, 6.521008, 6.576205, 6.783765, 7.185847",\
"6.528685, 6.558630, 6.613827, 6.821387, 7.223469",\
"6.595641, 6.625587, 6.680784, 6.888344, 7.290426",\
"7.013490, 7.043435, 7.098632, 7.306192, 7.708274");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[22]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.963659, 2.988169, 3.029153, 3.158200, 3.406697",\
"2.980062, 3.004572, 3.045555, 3.174603, 3.423100",\
"3.003812, 3.028322, 3.069306, 3.198353, 3.446850",\
"3.043080, 3.067590, 3.108574, 3.237621, 3.486118",\
"3.132981, 3.157491, 3.198475, 3.327522, 3.576019");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049355, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.999408, 3.029357, 3.084550, 3.292109, 3.694111",\
"3.006211, 3.036160, 3.091353, 3.298912, 3.700914",\
"3.043834, 3.073783, 3.128976, 3.336535, 3.738537",\
"3.110790, 3.140740, 3.195933, 3.403491, 3.805493",\
"3.526899, 3.556848, 3.612041, 3.819600, 4.221601");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022597, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[22]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.917485, 5.947431, 6.002628, 6.210188, 6.612270",\
"5.929346, 5.959291, 6.014488, 6.222048, 6.624130",\
"5.955893, 5.985838, 6.041035, 6.248595, 6.650677",\
"5.996349, 6.026295, 6.081492, 6.289052, 6.691134",\
"6.117771, 6.147717, 6.202914, 6.410474, 6.812556");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.730186, 5.754698, 5.795680, 5.924727, 6.173223",\
"5.736659, 5.761171, 5.802153, 5.931200, 6.179696",\
"5.778805, 5.803317, 5.844299, 5.973346, 6.221842",\
"5.836677, 5.861189, 5.902171, 6.031219, 6.279714",\
"6.150349, 6.174861, 6.215843, 6.344891, 6.593386");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[23]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.740560, 2.770509, 2.825702, 3.033261, 3.435263",\
"2.752420, 2.782370, 2.837563, 3.045121, 3.447123",\
"2.778968, 2.808917, 2.864110, 3.071669, 3.473670",\
"2.819424, 2.849374, 2.904567, 3.112125, 3.514127",\
"2.940252, 2.970201, 3.025394, 3.232953, 3.634955");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.699186, 2.723696, 2.764680, 2.893727, 3.142224",\
"2.705660, 2.730170, 2.771153, 2.900201, 3.148698",\
"2.747806, 2.772315, 2.813299, 2.942346, 3.190843",\
"2.805678, 2.830188, 2.871171, 3.000219, 3.248716",\
"3.119319, 3.143829, 3.184812, 3.313860, 3.562357");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[23]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.592141, 5.616653, 5.657635, 5.786682, 6.035178",\
"5.604001, 5.628513, 5.669495, 5.798542, 6.047038",\
"5.630548, 5.655060, 5.696042, 5.825089, 6.073585",\
"5.671005, 5.695517, 5.736499, 5.865546, 6.114042",\
"5.790809, 5.815321, 5.856303, 5.985350, 6.233846");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.920185, 5.950130, 6.005327, 6.212887, 6.614969",\
"5.926658, 5.956603, 6.011800, 6.219360, 6.621442",\
"5.968804, 5.998749, 6.053946, 6.261507, 6.663589",\
"6.026676, 6.056622, 6.111819, 6.319379, 6.721461",\
"6.339251, 6.369196, 6.424393, 6.631953, 7.034035");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[23]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.549782, 2.574292, 2.615276, 2.744323, 2.992820",\
"2.561643, 2.586152, 2.627136, 2.756183, 3.004680",\
"2.588190, 2.612699, 2.653683, 2.782730, 3.031227",\
"2.628646, 2.653156, 2.694140, 2.823187, 3.071684",\
"2.742461, 2.766971, 2.807955, 2.937002, 3.185499");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036182, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.766255, 2.796204, 2.851397, 3.058956, 3.460958",\
"2.772728, 2.802678, 2.857871, 3.065429, 3.467431",\
"2.814874, 2.844824, 2.900017, 3.107575, 3.509577",\
"2.872746, 2.902696, 2.957889, 3.165447, 3.567449",\
"3.177784, 3.207734, 3.262927, 3.470485, 3.872487");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016368, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[23]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.173604, 5.203549, 5.258747, 5.466307, 5.868389",\
"5.186995, 5.216940, 5.272137, 5.479697, 5.881779",\
"5.210888, 5.240833, 5.296031, 5.503591, 5.905673",\
"5.252831, 5.282776, 5.337973, 5.545533, 5.947615",\
"5.385466, 5.415411, 5.470608, 5.678168, 6.080250");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.236295, 5.260808, 5.301789, 5.430837, 5.679332",\
"5.244352, 5.268864, 5.309846, 5.438893, 5.687389",\
"5.287359, 5.311872, 5.352853, 5.481901, 5.730396",\
"5.349277, 5.373789, 5.414771, 5.543818, 5.792314",\
"5.727129, 5.751642, 5.792624, 5.921671, 6.170166");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[24]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.421927, 2.451877, 2.507070, 2.714628, 3.116630",\
"2.435318, 2.465267, 2.520460, 2.728019, 3.130021",\
"2.459211, 2.489161, 2.544353, 2.751912, 3.153914",\
"2.501154, 2.531103, 2.586296, 2.793855, 3.195857",\
"2.628523, 2.658472, 2.713665, 2.921224, 3.323226");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.690560, 2.715070, 2.756053, 2.885101, 3.133598",\
"2.698617, 2.723126, 2.764110, 2.893157, 3.141654",\
"2.741624, 2.766134, 2.807117, 2.936165, 3.184662",\
"2.803541, 2.828051, 2.869035, 2.998082, 3.246579",\
"3.175181, 3.199691, 3.240674, 3.369722, 3.618219");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[24]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.207125, 5.231637, 5.272619, 5.401666, 5.650162",\
"5.220515, 5.245027, 5.286009, 5.415056, 5.663552",\
"5.244409, 5.268921, 5.309903, 5.438950, 5.687446",\
"5.286351, 5.310863, 5.351845, 5.480893, 5.729388",\
"5.420410, 5.444922, 5.485904, 5.614952, 5.863447");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.339127, 5.369072, 5.424269, 5.631829, 6.033911",\
"5.347183, 5.377129, 5.432326, 5.639886, 6.041968",\
"5.390191, 5.420136, 5.475333, 5.682893, 6.084975",\
"5.452108, 5.482053, 5.537251, 5.744811, 6.146893",\
"5.830866, 5.860811, 5.916008, 6.123569, 6.525651");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[24]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.641505, 2.666015, 2.706999, 2.836046, 3.084543",\
"2.654896, 2.679405, 2.720389, 2.849437, 3.097934",\
"2.678789, 2.703299, 2.744282, 2.873330, 3.121827",\
"2.720732, 2.745241, 2.786225, 2.915272, 3.163769",\
"2.854269, 2.878778, 2.919762, 3.048809, 3.297306");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042187, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.600675, 2.630624, 2.685817, 2.893376, 3.295378",\
"2.608731, 2.638680, 2.693873, 2.901432, 3.303434",\
"2.651738, 2.681688, 2.736881, 2.944440, 3.346442",\
"2.713656, 2.743605, 2.798798, 3.006357, 3.408359",\
"3.092388, 3.122338, 3.177531, 3.385090, 3.787091");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019090, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[24]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.851857, 4.881802, 4.936999, 5.144559, 5.546641",\
"4.869705, 4.899650, 4.954847, 5.162407, 5.564489",\
"4.889139, 4.919084, 4.974281, 5.181841, 5.583923",\
"4.931112, 4.961058, 5.016255, 5.223815, 5.625897",\
"5.065336, 5.095282, 5.150479, 5.358039, 5.760121");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.579996, 4.604508, 4.645490, 4.774538, 5.023033",\
"4.591242, 4.615754, 4.656736, 4.785783, 5.034279",\
"4.631114, 4.655626, 4.696608, 4.825655, 5.074151",\
"4.693028, 4.717540, 4.758522, 4.887569, 5.136065",\
"5.073173, 5.097685, 5.138667, 5.267714, 5.516210");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[25]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.565262, 2.595212, 2.650404, 2.857963, 3.259965",\
"2.583111, 2.613060, 2.668253, 2.875812, 3.277813",\
"2.602545, 2.632494, 2.687687, 2.895246, 3.297247",\
"2.644518, 2.674467, 2.729660, 2.937219, 3.339221",\
"2.778233, 2.808182, 2.863375, 3.070934, 3.472936");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.447150, 2.471660, 2.512644, 2.641691, 2.890188",\
"2.458395, 2.482905, 2.523889, 2.652936, 2.901433",\
"2.498267, 2.522777, 2.563761, 2.692808, 2.941305",\
"2.560182, 2.584692, 2.625675, 2.754723, 3.003220",\
"2.940301, 2.964811, 3.005795, 3.134842, 3.383339");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[25]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.417500, 4.442012, 4.482994, 4.612041, 4.860537",\
"4.435349, 4.459861, 4.500843, 4.629890, 4.878386",\
"4.454782, 4.479295, 4.520277, 4.649324, 4.897820",\
"4.496756, 4.521268, 4.562250, 4.691298, 4.939793",\
"4.629645, 4.654157, 4.695139, 4.824186, 5.072682");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.876768, 4.906713, 4.961911, 5.169471, 5.571553",\
"4.888014, 4.917959, 4.973156, 5.180717, 5.582798",\
"4.927886, 4.957831, 5.013028, 5.220588, 5.622670",\
"4.989800, 5.019745, 5.074943, 5.282503, 5.684585",\
"5.369045, 5.398991, 5.454188, 5.661748, 6.063830");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[25]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.264765, 2.289275, 2.330259, 2.459306, 2.707803",\
"2.282614, 2.307123, 2.348107, 2.477154, 2.725651",\
"2.302047, 2.326557, 2.367541, 2.496588, 2.745085",\
"2.344021, 2.368531, 2.409514, 2.538562, 2.787059",\
"2.471864, 2.496373, 2.537357, 2.666404, 2.914901");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.056991, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.611455, 2.641404, 2.696597, 2.904156, 3.306158",\
"2.622700, 2.652649, 2.707842, 2.915401, 3.317403",\
"2.662572, 2.692521, 2.747714, 2.955273, 3.357275",\
"2.724486, 2.754436, 2.809628, 3.017187, 3.419189",\
"3.097442, 3.127392, 3.182585, 3.390143, 3.792145");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.026392, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[25]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.477136, 2.507082, 2.562279, 2.769839, 3.171921",\
"2.501403, 2.531349, 2.586546, 2.794106, 3.196188",\
"2.514383, 2.544328, 2.599526, 2.807086, 3.209168",\
"2.554867, 2.584813, 2.640010, 2.847570, 3.249652",\
"2.672359, 2.702305, 2.757502, 2.965062, 3.367144");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.520920, 2.545433, 2.586414, 2.715461, 2.963958",\
"2.534181, 2.558694, 2.599675, 2.728723, 2.977219",\
"2.566018, 2.590531, 2.631512, 2.760560, 3.009056",\
"2.618962, 2.643474, 2.684456, 2.813503, 3.061999",\
"2.922761, 2.947274, 2.988255, 3.117303, 3.365799");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[2]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.251615, 1.281564, 1.336757, 1.544315, 1.946317",\
"1.275882, 1.305831, 1.361024, 1.568583, 1.970585",\
"1.288861, 1.318810, 1.374003, 1.581562, 1.983564",\
"1.329346, 1.359295, 1.414488, 1.622046, 2.024048",\
"1.441617, 1.471566, 1.526759, 1.734318, 2.136320");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.405800, 1.430310, 1.471294, 1.600341, 1.848838",\
"1.419061, 1.443571, 1.484555, 1.613602, 1.862099",\
"1.450898, 1.475407, 1.516392, 1.645439, 1.893936",\
"1.503842, 1.528351, 1.569335, 1.698382, 1.946879",\
"1.802757, 1.827266, 1.868250, 1.997298, 2.245795");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[2]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.429148, 2.453661, 2.494642, 2.623690, 2.872186",\
"2.453415, 2.477928, 2.518909, 2.647957, 2.896453",\
"2.466395, 2.490907, 2.531889, 2.660936, 2.909432",\
"2.506879, 2.531392, 2.572373, 2.701421, 2.949917",\
"2.625562, 2.650075, 2.691056, 2.820103, 3.068599");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.748761, 2.778707, 2.833904, 3.041464, 3.443546",\
"2.762022, 2.791968, 2.847165, 3.054725, 3.456807",\
"2.793859, 2.823805, 2.879002, 3.086562, 3.488644",\
"2.846802, 2.876748, 2.931946, 3.139505, 3.541588",\
"3.151232, 3.181177, 3.236375, 3.443935, 3.846017");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[2]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.290174, 1.314683, 1.355667, 1.484714, 1.733212",\
"1.314441, 1.338950, 1.379934, 1.508981, 1.757478",\
"1.327420, 1.351930, 1.392914, 1.521961, 1.770458",\
"1.367905, 1.392414, 1.433398, 1.562445, 1.810942",\
"1.487014, 1.511523, 1.552507, 1.681554, 1.930051");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.078850, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.532710, 1.562659, 1.617852, 1.825411, 2.227413",\
"1.545971, 1.575920, 1.631113, 1.838672, 2.240674",\
"1.577808, 1.607757, 1.662950, 1.870509, 2.272511",\
"1.630751, 1.660700, 1.715894, 1.923452, 2.325454",\
"1.935309, 1.965258, 2.020452, 2.228010, 2.630012");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037044, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[2]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.920738, 1.950683, 2.005881, 2.213441, 2.615523",\
"1.934155, 1.964100, 2.019298, 2.226857, 2.628939",\
"1.959116, 1.989062, 2.044260, 2.251819, 2.653901",\
"1.999687, 2.029633, 2.084830, 2.292390, 2.694472",\
"2.121722, 2.151667, 2.206865, 2.414425, 2.816507");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.859233, 1.883745, 1.924727, 2.053774, 2.302270",\
"1.866636, 1.891148, 1.932130, 2.061177, 2.309673",\
"1.907812, 1.932324, 1.973306, 2.102353, 2.350849",\
"1.965693, 1.990205, 2.031187, 2.160234, 2.408730",\
"2.281912, 2.306425, 2.347406, 2.476454, 2.724950");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[3]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.024122, 1.054071, 1.109264, 1.316823, 1.718825",\
"1.037538, 1.067487, 1.122681, 1.330239, 1.732241",\
"1.062500, 1.092449, 1.147642, 1.355201, 1.757203",\
"1.103071, 1.133020, 1.188213, 1.395772, 1.797774",\
"1.225573, 1.255522, 1.310715, 1.518274, 1.920276");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.114922, 1.139431, 1.180415, 1.309463, 1.557960",\
"1.122325, 1.146834, 1.187818, 1.316865, 1.565362",\
"1.163501, 1.188010, 1.228994, 1.358041, 1.606539",\
"1.221382, 1.245891, 1.286875, 1.415922, 1.664419",\
"1.537801, 1.562310, 1.603294, 1.732341, 1.980839");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[3]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.721181, 1.745693, 1.786675, 1.915722, 2.164218",\
"1.734597, 1.759110, 1.800092, 1.929139, 2.177635",\
"1.759559, 1.784072, 1.825053, 1.954101, 2.202597",\
"1.800130, 1.824642, 1.865624, 1.994671, 2.243167",\
"1.920862, 1.945374, 1.986356, 2.115403, 2.363899");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.880524, 1.910469, 1.965667, 2.173227, 2.575309",\
"1.887927, 1.917872, 1.973070, 2.180629, 2.582711",\
"1.929103, 1.959048, 2.014246, 2.221806, 2.623888",\
"1.986984, 2.016929, 2.072127, 2.279686, 2.681768",\
"2.302223, 2.332168, 2.387366, 2.594926, 2.997008");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[3]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.968421, 0.992931, 1.033915, 1.162962, 1.411459",\
"0.981837, 1.006347, 1.047331, 1.176378, 1.424875",\
"1.006799, 1.031309, 1.072293, 1.201340, 1.449837",\
"1.047370, 1.071880, 1.112864, 1.241911, 1.490408",\
"1.162419, 1.186929, 1.227913, 1.356960, 1.605457");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041164, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.013730, 1.043679, 1.098872, 1.306430, 1.708432",\
"1.021132, 1.051081, 1.106274, 1.313833, 1.715835",\
"1.062308, 1.092257, 1.147451, 1.355009, 1.757011",\
"1.120189, 1.150138, 1.205332, 1.412890, 1.814892",\
"1.427861, 1.457810, 1.513003, 1.720562, 2.122564");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018747, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[3]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.231660, 1.261606, 1.316803, 1.524363, 1.926445",\
"1.241870, 1.271816, 1.327013, 1.534573, 1.936655",\
"1.270048, 1.299994, 1.355191, 1.562751, 1.964833",\
"1.310618, 1.340563, 1.395761, 1.603321, 2.005403",\
"1.431367, 1.461313, 1.516510, 1.724070, 2.126152");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.145204, 1.169717, 1.210698, 1.339746, 1.588242",\
"1.150657, 1.175169, 1.216151, 1.345198, 1.593694",\
"1.193790, 1.218303, 1.259284, 1.388332, 1.636827",\
"1.251676, 1.276188, 1.317170, 1.446217, 1.694713",\
"1.566734, 1.591246, 1.632228, 1.761275, 2.009771");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[4]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.717893, 0.747842, 0.803035, 1.010594, 1.412596",\
"0.728103, 0.758052, 0.813245, 1.020804, 1.422806",\
"0.756281, 0.786230, 0.841423, 1.048982, 1.450984",\
"0.796850, 0.826800, 0.881993, 1.089551, 1.491553",\
"0.911823, 0.941772, 0.996965, 1.204524, 1.606526");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.745674, 0.770183, 0.811167, 0.940215, 1.188712",\
"0.751126, 0.775636, 0.816620, 0.945667, 1.194164",\
"0.794260, 0.818769, 0.859753, 0.988801, 1.237298",\
"0.852145, 0.876655, 0.917639, 1.046686, 1.295183",\
"1.159624, 1.184133, 1.225117, 1.354164, 1.602662");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[4]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.186676, 1.211189, 1.252170, 1.381218, 1.629714",\
"1.196886, 1.221398, 1.262380, 1.391427, 1.639923",\
"1.225065, 1.249577, 1.290559, 1.419606, 1.668102",\
"1.265634, 1.290146, 1.331128, 1.460175, 1.708671",\
"1.387691, 1.412204, 1.453186, 1.582233, 1.830729");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.369634, 1.399580, 1.454777, 1.662337, 2.064419",\
"1.375087, 1.405033, 1.460230, 1.667790, 2.069872",\
"1.418220, 1.448166, 1.503363, 1.710923, 2.113005",\
"1.476106, 1.506051, 1.561249, 1.768809, 2.170891",\
"1.792136, 1.822082, 1.877279, 2.084839, 2.486921");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[4]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.754832, 0.779342, 0.820326, 0.949373, 1.197870",\
"0.765042, 0.789552, 0.830535, 0.959583, 1.208080",\
"0.793220, 0.817730, 0.858714, 0.987761, 1.236258",\
"0.833790, 0.858299, 0.899283, 1.028330, 1.276828",\
"0.956314, 0.980824, 1.021808, 1.150855, 1.399352");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.030961, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.864271, 0.894220, 0.949413, 1.156972, 1.558974",\
"0.869724, 0.899673, 0.954866, 1.162425, 1.564427",\
"0.912857, 0.942806, 0.997999, 1.205558, 1.607560",\
"0.970743, 1.000692, 1.055885, 1.263444, 1.665446",\
"1.286973, 1.316922, 1.372115, 1.579673, 1.981675");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.013807, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[4]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.717345, 0.747290, 0.802488, 1.010048, 1.412130",\
"0.728752, 0.758698, 0.813895, 1.021455, 1.423537",\
"0.755727, 0.785673, 0.840870, 1.048430, 1.450513",\
"0.796294, 0.826239, 0.881437, 1.088997, 1.491079",\
"0.918448, 0.948393, 1.003591, 1.211151, 1.613233");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.642426, 0.666938, 0.707920, 0.836967, 1.085463",\
"0.648603, 0.673116, 0.714097, 0.843145, 1.091640",\
"0.691007, 0.715520, 0.756501, 0.885548, 1.134044",\
"0.748888, 0.773401, 0.814382, 0.943429, 1.191925",\
"1.064903, 1.089416, 1.130398, 1.259445, 1.507941");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589");
}
} /* end of arc ext_trim[5]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.499227, 0.529176, 0.584369, 0.791928, 1.193930",\
"0.510634, 0.540584, 0.595777, 0.803335, 1.205337",\
"0.537610, 0.567559, 0.622752, 0.830311, 1.232312",\
"0.578176, 0.608125, 0.663318, 0.870877, 1.272879",\
"0.700704, 0.730653, 0.785846, 0.993405, 1.395407");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.593731, 0.618241, 0.659225, 0.788272, 1.036769",\
"0.599909, 0.624418, 0.665402, 0.794450, 1.042947",\
"0.642313, 0.666822, 0.707806, 0.836853, 1.085350",\
"0.700194, 0.724703, 0.765687, 0.894734, 1.143231",\
"1.016402, 1.040912, 1.081896, 1.210943, 1.459440");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591");
}
} /* end of arc ext_trim[5]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.513399, 0.537912, 0.578893, 0.707940, 0.956436",\
"0.524806, 0.549319, 0.590300, 0.719348, 0.967843",\
"0.551781, 0.576294, 0.617276, 0.746323, 0.994819",\
"0.592348, 0.616861, 0.657842, 0.786889, 1.035385",\
"0.713334, 0.737846, 0.778828, 0.907875, 1.156371");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.645878, 0.675824, 0.731021, 0.938581, 1.340664",\
"0.652056, 0.682001, 0.737199, 0.944759, 1.346841",\
"0.694459, 0.724405, 0.779603, 0.987162, 1.389245",\
"0.752340, 0.782286, 0.837484, 1.045043, 1.447126",\
"1.067502, 1.097448, 1.152645, 1.360205, 1.762288");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991");
}
} /* end of arc ext_trim[5]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.447434, 0.471944, 0.512928, 0.641975, 0.890472",\
"0.458841, 0.483351, 0.524335, 0.653382, 0.901879",\
"0.485817, 0.510326, 0.551310, 0.680358, 0.928854",\
"0.526383, 0.550893, 0.591877, 0.720924, 0.969421",\
"0.641353, 0.665863, 0.706846, 0.835894, 1.084391");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034772, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.490197, 0.520146, 0.575339, 0.782898, 1.184900",\
"0.496374, 0.526323, 0.581516, 0.789075, 1.191077",\
"0.538778, 0.568727, 0.623920, 0.831479, 1.233481",\
"0.596659, 0.626608, 0.681801, 0.889360, 1.291362",\
"0.904118, 0.934067, 0.989260, 1.196818, 1.598820");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015643, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528");
}
} /* end of arc ext_trim[5]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.125444, 8.155390, 8.210588, 8.418147, 8.820229",\
"8.136477, 8.166423, 8.221621, 8.429180, 8.831262",\
"8.163829, 8.193774, 8.248972, 8.456532, 8.858613",\
"8.204399, 8.234344, 8.289542, 8.497102, 8.899183",\
"8.326454, 8.356400, 8.411597, 8.619157, 9.021238");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.049976, 8.074489, 8.115470, 8.244517, 8.493013",\
"8.055937, 8.080449, 8.121430, 8.250478, 8.498974",\
"8.098559, 8.123072, 8.164053, 8.293100, 8.541596",\
"8.156443, 8.180955, 8.221936, 8.350984, 8.599480",\
"8.472618, 8.497130, 8.538112, 8.667159, 8.915655");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[6]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.560465, 3.590414, 3.645607, 3.853166, 4.255168",\
"3.571497, 3.601447, 3.656640, 3.864198, 4.266201",\
"3.598849, 3.628798, 3.683991, 3.891550, 4.293552",\
"3.639420, 3.669370, 3.724563, 3.932122, 4.334124",\
"3.761927, 3.791877, 3.847070, 4.054628, 4.456631");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.626515, 3.651025, 3.692008, 3.821056, 4.069552",\
"3.632476, 3.656986, 3.697969, 3.827017, 4.075513",\
"3.675098, 3.699608, 3.740591, 3.869639, 4.118135",\
"3.732982, 3.757492, 3.798476, 3.927523, 4.176020",\
"4.049354, 4.073863, 4.114847, 4.243895, 4.492391");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[6]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.913584, 7.938097, 7.979078, 8.108126, 8.356622",\
"7.924616, 7.949129, 7.990110, 8.119158, 8.367654",\
"7.951968, 7.976480, 8.017462, 8.146509, 8.395005",\
"7.992540, 8.017053, 8.058034, 8.187081, 8.435577",\
"8.113317, 8.137830, 8.178811, 8.307858, 8.556355");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "8.080091, 8.110037, 8.165235, 8.372794, 8.774876",\
"8.086052, 8.115997, 8.171195, 8.378755, 8.780836",\
"8.128675, 8.158620, 8.213818, 8.421377, 8.823459",\
"8.186558, 8.216503, 8.271701, 8.479260, 8.881342",\
"8.501771, 8.531716, 8.586914, 8.794474, 9.196555");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[6]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.480061, 3.504570, 3.545554, 3.674601, 3.923098",\
"3.491093, 3.515603, 3.556587, 3.685634, 3.934131",\
"3.518445, 3.542954, 3.583938, 3.712985, 3.961482",\
"3.559016, 3.583526, 3.624510, 3.753557, 4.002054",\
"3.674046, 3.698555, 3.739539, 3.868586, 4.117083");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033581, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.550390, 3.580339, 3.635532, 3.843091, 4.245093",\
"3.556351, 3.586300, 3.641493, 3.849052, 4.251054",\
"3.598973, 3.628922, 3.684115, 3.891674, 4.293676",\
"3.656858, 3.686807, 3.742000, 3.949559, 4.351561",\
"3.964480, 3.994429, 4.049623, 4.257181, 4.659183");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015095, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[6]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.440782, 7.470727, 7.525924, 7.733484, 8.135566",\
"7.454084, 7.484030, 7.539227, 7.746787, 8.148869",\
"7.479153, 7.509098, 7.564295, 7.771855, 8.173937",\
"7.519726, 7.549671, 7.604868, 7.812428, 8.214510",\
"7.640594, 7.670540, 7.725737, 7.933297, 8.335379");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.330377, 7.354889, 7.395871, 7.524919, 7.773414",\
"7.337712, 7.362224, 7.403206, 7.532253, 7.780749",\
"7.378951, 7.403463, 7.444445, 7.573492, 7.821988",\
"7.436829, 7.461341, 7.502323, 7.631371, 7.879866",\
"7.752353, 7.776865, 7.817847, 7.946895, 8.195391");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[7]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.245471, 3.275420, 3.330613, 3.538172, 3.940174",\
"3.258774, 3.288723, 3.343916, 3.551475, 3.953476",\
"3.283842, 3.313791, 3.368984, 3.576543, 3.978545",\
"3.324415, 3.354365, 3.409558, 3.617117, 4.019119",\
"3.439556, 3.469505, 3.524698, 3.732257, 4.134259");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.247842, 3.272352, 3.313336, 3.442383, 3.690880",\
"3.255177, 3.279687, 3.320670, 3.449718, 3.698215",\
"3.296416, 3.320925, 3.361909, 3.490957, 3.739454",\
"3.354294, 3.378804, 3.419788, 3.548835, 3.797332",\
"3.662189, 3.686699, 3.727682, 3.856730, 4.105227");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[7]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.387370, 7.411882, 7.452864, 7.581911, 7.830407",\
"7.400672, 7.425185, 7.466166, 7.595214, 7.843709",\
"7.425740, 7.450252, 7.491234, 7.620281, 7.868777",\
"7.466314, 7.490826, 7.531808, 7.660855, 7.909351",\
"7.588377, 7.612890, 7.653872, 7.782919, 8.031415");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "7.572703, 7.602649, 7.657846, 7.865406, 8.267488",\
"7.580038, 7.609983, 7.665181, 7.872741, 8.274822",\
"7.621277, 7.651222, 7.706419, 7.913980, 8.316061",\
"7.679155, 7.709101, 7.764298, 7.971858, 8.373940",\
"7.995598, 8.025543, 8.080741, 8.288301, 8.690382");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[7]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.259656, 3.284166, 3.325150, 3.454197, 3.702694",\
"3.272959, 3.297469, 3.338453, 3.467500, 3.715997",\
"3.298028, 3.322537, 3.363521, 3.492568, 3.741065",\
"3.338602, 3.363111, 3.404095, 3.533142, 3.781639",\
"3.461077, 3.485587, 3.526571, 3.655618, 3.904115");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040813, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.392075, 3.422024, 3.477217, 3.684776, 4.086778",\
"3.399410, 3.429359, 3.484552, 3.692111, 4.094113",\
"3.440649, 3.470598, 3.525791, 3.733350, 4.135352",\
"3.498527, 3.528476, 3.583669, 3.791228, 4.193230",\
"3.815165, 3.845115, 3.900308, 4.107866, 4.509869");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018577, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[7]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.960595, 6.990541, 7.045738, 7.253298, 7.655380",\
"6.985799, 7.015744, 7.070941, 7.278502, 7.680583",\
"6.997872, 7.027818, 7.083015, 7.290575, 7.692657",\
"7.039886, 7.069831, 7.125028, 7.332588, 7.734670",\
"7.174290, 7.204235, 7.259432, 7.466992, 7.869074");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.892056, 6.916568, 6.957550, 7.086597, 7.335093",\
"6.908412, 6.932925, 6.973907, 7.102954, 7.351449",\
"6.943146, 6.967659, 7.008640, 7.137688, 7.386183",\
"7.005024, 7.029537, 7.070518, 7.199566, 7.448061",\
"7.386569, 7.411082, 7.452064, 7.581111, 7.829607");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[8]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.078215, 3.108165, 3.163358, 3.370917, 3.772918",\
"3.103419, 3.133368, 3.188561, 3.396120, 3.798122",\
"3.115492, 3.145441, 3.200634, 3.408193, 3.810194",\
"3.157505, 3.187454, 3.242647, 3.450206, 3.852208",\
"3.292290, 3.322239, 3.377432, 3.584991, 3.986993");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.163258, 3.187767, 3.228751, 3.357798, 3.606295",\
"3.179615, 3.204124, 3.245108, 3.374155, 3.622652",\
"3.214348, 3.238858, 3.279841, 3.408889, 3.657386",\
"3.276227, 3.300737, 3.341720, 3.470768, 3.719265",\
"3.657936, 3.682445, 3.723429, 3.852476, 4.100973");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[8]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.730659, 6.755171, 6.796153, 6.925200, 7.173696",\
"6.755863, 6.780375, 6.821357, 6.950404, 7.198900",\
"6.767934, 6.792447, 6.833428, 6.962476, 7.210971",\
"6.809948, 6.834461, 6.875443, 7.004490, 7.252985",\
"6.943287, 6.967800, 7.008781, 7.137829, 7.386324");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.940860, 6.970805, 7.026002, 7.233562, 7.635644",\
"6.957216, 6.987162, 7.042359, 7.249919, 7.652001",\
"6.991950, 7.021895, 7.077093, 7.284653, 7.686735",\
"7.053829, 7.083775, 7.138972, 7.346532, 7.748614",\
"7.434569, 7.464515, 7.519712, 7.727272, 8.129354");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[8]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.986480, 3.010990, 3.051974, 3.181021, 3.429518",\
"3.011684, 3.036194, 3.077177, 3.206225, 3.454722",\
"3.023756, 3.048266, 3.089249, 3.218297, 3.466794",\
"3.065770, 3.090279, 3.131263, 3.260310, 3.508807",\
"3.194430, 3.218940, 3.259924, 3.388971, 3.637468");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.081809, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "3.084292, 3.114241, 3.169434, 3.376993, 3.778995",\
"3.100649, 3.130598, 3.185791, 3.393350, 3.795352",\
"3.135382, 3.165331, 3.220524, 3.428083, 3.830085",\
"3.197261, 3.227210, 3.282403, 3.489962, 3.891964",\
"3.571754, 3.601703, 3.656896, 3.864455, 4.266457");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038522, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[8]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.289207, 6.319152, 6.374350, 6.581910, 6.983992",\
"6.313654, 6.343599, 6.398797, 6.606357, 7.008439",\
"6.326495, 6.356441, 6.411638, 6.619198, 7.021280",\
"6.368523, 6.398468, 6.453665, 6.661225, 7.063307",\
"6.501708, 6.531653, 6.586851, 6.794411, 7.196493");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.200384, 6.224896, 6.265878, 6.394925, 6.643421",\
"6.216182, 6.240695, 6.281676, 6.410724, 6.659219",\
"6.251484, 6.275997, 6.316978, 6.446026, 6.694521",\
"6.313371, 6.337883, 6.378865, 6.507913, 6.756408",\
"6.694424, 6.718936, 6.759918, 6.888966, 7.137461");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc ext_trim[9]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.773118, 2.803067, 2.858260, 3.065819, 3.467821",\
"2.797566, 2.827515, 2.882708, 3.090267, 3.492269",\
"2.810406, 2.840356, 2.895549, 3.103107, 3.505109",\
"2.852434, 2.882384, 2.937577, 3.145135, 3.547137",\
"2.981284, 3.011233, 3.066426, 3.273985, 3.675987");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.798478, 2.822988, 2.863971, 2.993019, 3.241516",\
"2.814278, 2.838787, 2.879771, 3.008818, 3.257315",\
"2.849579, 2.874089, 2.915073, 3.044120, 3.292617",\
"2.911466, 2.935975, 2.976959, 3.106006, 3.354503",\
"3.286275, 3.310785, 3.351769, 3.480816, 3.729313");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc ext_trim[9]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.219798, 6.244310, 6.285292, 6.414339, 6.662835",\
"6.244245, 6.268757, 6.309739, 6.438787, 6.687282",\
"6.257085, 6.281598, 6.322579, 6.451627, 6.700122",\
"6.299114, 6.323626, 6.364608, 6.493655, 6.742151",\
"6.433215, 6.457727, 6.498709, 6.627756, 6.876252");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "6.450132, 6.480078, 6.535275, 6.742835, 7.144917",\
"6.465931, 6.495876, 6.551074, 6.758634, 7.160716",\
"6.501233, 6.531178, 6.586376, 6.793936, 7.196018",\
"6.563120, 6.593065, 6.648263, 6.855823, 7.257905",\
"6.944985, 6.974931, 7.030128, 7.237688, 7.639770");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc ext_trim[9]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.794641, 2.819150, 2.860134, 2.989181, 3.237678",\
"2.819088, 2.843598, 2.884581, 3.013629, 3.262126",\
"2.831928, 2.856438, 2.897422, 3.026469, 3.274966",\
"2.873957, 2.898466, 2.939450, 3.068497, 3.316994",\
"3.008481, 3.032991, 3.073974, 3.203022, 3.451519");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.079248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.950213, 2.980162, 3.035355, 3.242914, 3.644916",\
"2.966012, 2.995962, 3.051155, 3.258713, 3.660715",\
"3.001314, 3.031264, 3.086457, 3.294015, 3.696017",\
"3.063201, 3.093150, 3.148343, 3.355902, 3.757904",\
"3.445231, 3.475181, 3.530374, 3.737932, 4.139935");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037258, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc ext_trim[9]_clockp[1]_inv_min*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : rising_edge ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "9.640311, 9.670257, 9.725454, 9.933014, 10.335096",\
"9.677211, 9.707156, 9.762354, 9.969913, 10.371996",\
"9.733339, 9.763285, 9.818482, 10.026042, 10.428124",\
"9.773211, 9.803157, 9.858355, 10.065914, 10.467997",\
"9.884442, 9.914388, 9.969585, 10.177145, 10.579227");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017991");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "9.408760, 9.433272, 9.474254, 9.603301, 9.851797",\
"9.445660, 9.470172, 9.511153, 9.640201, 9.888697",\
"9.501788, 9.526300, 9.567282, 9.696329, 9.944825",\
"9.541660, 9.566173, 9.607154, 9.736201, 9.984697",\
"9.652891, 9.677403, 9.718385, 9.847432, 10.095928");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630589");
}
} /* end of arc pll_control_clock_clockp[1]_redg*/
timing () {
min_delay_flag : true ;
related_pin : "pll_control_clock" ;
timing_type : rising_edge ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.275532, 1.305482, 1.360675, 1.568233, 1.970235",\
"1.312123, 1.342072, 1.397265, 1.604824, 2.006826",\
"1.369821, 1.399770, 1.454963, 1.662522, 2.064523",\
"1.411934, 1.441884, 1.497077, 1.704635, 2.106637",\
"1.532871, 1.562820, 1.618013, 1.825572, 2.227573");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528",\
"0.029987, 0.060629, 0.132132, 0.429120, 1.017528");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "1.225232, 1.249741, 1.290725, 1.419773, 1.668270",\
"1.261822, 1.286332, 1.327316, 1.456363, 1.704860",\
"1.319520, 1.344030, 1.385014, 1.514061, 1.762558",\
"1.361634, 1.386143, 1.427127, 1.556175, 1.804672",\
"1.482570, 1.507080, 1.548064, 1.677111, 1.925608");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630591");
}
} /* end of arc pll_control_clock_clockp[1]_redg_min*/
timing () {
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.924472, 4.954418, 5.009615, 5.217175, 5.619257",\
"4.940195, 4.970140, 5.025338, 5.232898, 5.634980",\
"4.963786, 4.993731, 5.048929, 5.256489, 5.658571",\
"5.011560, 5.041505, 5.096703, 5.304263, 5.706345",\
"5.187652, 5.217597, 5.272795, 5.480355, 5.882437");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.692588, 4.717101, 4.758082, 4.887130, 5.135625",\
"4.701775, 4.726287, 4.767269, 4.896316, 5.144812",\
"4.747436, 4.771948, 4.812930, 4.941977, 5.190473",\
"4.824522, 4.849035, 4.890017, 5.019064, 5.267560",\
"5.233646, 5.258159, 5.299140, 5.428188, 5.676683");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
} /* end of arc resetb_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.185578, 2.215527, 2.270720, 2.478279, 2.880280",\
"2.201300, 2.231250, 2.286443, 2.494002, 2.896003",\
"2.224891, 2.254841, 2.310034, 2.517592, 2.919594",\
"2.272665, 2.302614, 2.357807, 2.565366, 2.967368",\
"2.448756, 2.478706, 2.533899, 2.741458, 3.143460");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.464741, 2.489250, 2.530234, 2.659281, 2.907779",\
"2.473927, 2.498437, 2.539421, 2.668468, 2.916965",\
"2.519588, 2.544098, 2.585082, 2.714129, 2.962626",\
"2.596675, 2.621185, 2.662168, 2.791216, 3.039713",\
"3.005798, 3.030308, 3.071291, 3.200339, 3.448836");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
} /* end of arc resetb_clockp[1]_una_min*/
timing () {
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "4.857874, 4.882386, 4.923368, 5.052415, 5.300911",\
"4.873597, 4.898109, 4.939091, 5.068139, 5.316634",\
"4.897188, 4.921700, 4.962682, 5.091730, 5.340225",\
"4.944962, 4.969474, 5.010456, 5.139503, 5.387999",\
"5.121054, 5.145566, 5.186548, 5.315596, 5.564091");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590",\
"0.027387, 0.046876, 0.091107, 0.266336, 0.630590");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "5.127141, 5.157087, 5.212284, 5.419844, 5.821926",\
"5.136328, 5.166273, 5.221470, 5.429030, 5.831112",\
"5.181989, 5.211935, 5.267132, 5.474692, 5.876774",\
"5.259076, 5.289021, 5.344218, 5.551778, 5.953860",\
"5.668199, 5.698144, 5.753342, 5.960902, 6.362984");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990",\
"0.029980, 0.060637, 0.132183, 0.429253, 1.017990");
}
} /* end of arc resetb_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.285954, 2.310464, 2.351447, 2.480495, 2.728992",\
"2.301677, 2.326187, 2.367170, 2.496218, 2.744715",\
"2.325268, 2.349777, 2.390761, 2.519809, 2.768306",\
"2.373042, 2.397551, 2.438535, 2.567582, 2.816079",\
"2.549134, 2.573643, 2.614627, 2.743675, 2.992172");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.049150, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591",\
"0.027387, 0.046876, 0.091107, 0.266335, 0.630591");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "2.528841, 2.558790, 2.613983, 2.821542, 3.223544",\
"2.538027, 2.567976, 2.623169, 2.830728, 3.232730",\
"2.583688, 2.613637, 2.668830, 2.876389, 3.278391",\
"2.660775, 2.690724, 2.745917, 2.953476, 3.355478",\
"3.069898, 3.099847, 3.155040, 3.362599, 3.764601");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006094, 0.038994, 0.111058, 0.407511, 1.000000");
values ( "0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530",\
"0.029987, 0.060629, 0.132132, 0.429121, 1.017530");
}
} /* end of arc resetb_clockp[1]_inv_min*/
} /* end of pin clockp[1] */
pin("clockp[0]") {
direction : output ;
max_capacitance : 1.000000 ;
min_capacitance : 0.000000 ;
capacitance : 0.000475 ;
/* Other user defined attributes. */
original_pin : clockp[0];
timing () {
related_pin : "pll_control_clock" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.109363, 0.282311, 0.500000, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.124068, 0.155957, 0.209986, 0.414087, 0.822987",\
"0.125096, 0.156974, 0.210999, 0.415115, 0.824227",\
"0.126285, 0.158151, 0.212169, 0.416304, 0.825660",\
"0.136352, 0.168146, 0.222132, 0.426411, 0.837641",\
"0.188737, 0.222732, 0.277706, 0.482260, 0.889570");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.109363, 0.282311, 0.500000, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.024882, 0.056242, 0.123373, 0.413699, 0.999986",\
"0.024888, 0.056244, 0.123374, 0.413699, 0.999986",\
"0.024895, 0.056247, 0.123375, 0.413699, 0.999986",\
"0.025024, 0.056320, 0.123402, 0.413699, 0.999986",\
"0.031156, 0.060747, 0.125312, 0.413760, 1.001639");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.088746, 0.122474, 0.282311, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.148079, 0.175287, 0.215412, 0.344254, 0.591326",\
"0.151074, 0.178233, 0.218354, 0.347206, 0.594299",\
"0.166047, 0.192962, 0.233061, 0.361962, 0.609163",\
"0.184530, 0.211415, 0.251516, 0.380457, 0.627685",\
"0.248056, 0.275208, 0.315602, 0.444815, 0.692062");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.088746, 0.122474, 0.282311, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.023723, 0.044423, 0.084415, 0.255240, 0.610581",\
"0.023723, 0.044444, 0.084430, 0.255242, 0.610581",\
"0.023723, 0.044547, 0.084506, 0.255249, 0.610581",\
"0.024162, 0.044849, 0.084699, 0.255249, 0.610581",\
"0.026280, 0.046452, 0.085782, 0.255249, 0.610581");
}
} /* end of arc pll_control_clock_clockp[0]_una*/
timing () {
min_delay_flag : true ;
related_pin : "pll_control_clock" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.093588, 0.282311, 0.500000, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.124068, 0.155957, 0.209986, 0.412811, 0.819794",\
"0.124993, 0.156872, 0.210897, 0.413736, 0.820909",\
"0.126285, 0.158151, 0.212169, 0.415027, 0.822466",\
"0.136352, 0.168146, 0.222132, 0.425135, 0.834448",\
"0.188737, 0.222732, 0.277706, 0.480984, 0.886400");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.093588, 0.282311, 0.500000, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.024882, 0.056242, 0.123373, 0.410752, 0.993819",\
"0.024888, 0.056244, 0.123374, 0.410752, 0.993819",\
"0.024895, 0.056247, 0.123375, 0.410752, 0.993819",\
"0.025024, 0.056320, 0.123402, 0.410752, 0.993819",\
"0.031156, 0.060747, 0.125312, 0.411344, 0.995633");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.085179, 0.122474, 0.282311, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.148079, 0.175287, 0.215412, 0.342977, 0.588154",\
"0.150285, 0.177456, 0.217578, 0.345151, 0.590343",\
"0.166047, 0.192962, 0.233061, 0.360685, 0.605990",\
"0.184530, 0.211415, 0.251516, 0.379181, 0.624512",\
"0.248056, 0.275208, 0.315602, 0.443538, 0.688889");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.085179, 0.122474, 0.282311, 1.499877");
index_2 ( "0.000975, 0.033875, 0.105939, 0.402392, 1.000000");
values ( "0.023723, 0.044423, 0.084415, 0.252603, 0.603981",\
"0.023723, 0.044438, 0.084426, 0.252603, 0.603981",\
"0.023723, 0.044547, 0.084506, 0.252603, 0.603981",\
"0.024162, 0.044849, 0.084699, 0.252603, 0.603981",\
"0.026280, 0.046452, 0.085782, 0.252603, 0.604155");
}
} /* end of arc pll_control_clock_clockp[0]_una_min*/
} /* end of pin clockp[0] */
} /* end of bus clockp */
bus ( div ) {
bus_type : BUS5_type1 ;
direction : input ;
pin("div[4]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.010169 ;
/* Other user defined attributes. */
original_pin : div[4];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.053905, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.637903, 1.614826, 1.572753, 1.522516, 1.437718",\
"1.653835, 1.630758, 1.588685, 1.538447, 1.453649",\
"1.669464, 1.646387, 1.604314, 1.554077, 1.469279",\
"1.701748, 1.678670, 1.636597, 1.586360, 1.501562",\
"1.815336, 1.792259, 1.750186, 1.699948, 1.615150");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.024602, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.885876, 1.862798, 1.820725, 1.770488, 1.685690",\
"1.895732, 1.872655, 1.830582, 1.780344, 1.695547",\
"1.938557, 1.915479, 1.873406, 1.823169, 1.738371",\
"2.013017, 1.989939, 1.947867, 1.897629, 1.812831",\
"2.402816, 2.379738, 2.337665, 2.287428, 2.202630");
}
} /* end of arc pll_control_clock_div[4]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.053905, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.601674, -0.588048, -0.563206, -0.533543, -0.507405",\
"-0.620305, -0.606679, -0.581836, -0.552173, -0.526035",\
"-0.644809, -0.631183, -0.606341, -0.576678, -0.550540",\
"-0.693673, -0.680046, -0.655204, -0.625541, -0.599403",\
"-0.839172, -0.825545, -0.800703, -0.771040, -0.744902");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.024602, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.711958, -0.698332, -0.673489, -0.643826, -0.617688",\
"-0.722181, -0.708555, -0.683712, -0.654049, -0.627911",\
"-0.761968, -0.748342, -0.723499, -0.693836, -0.667698",\
"-0.824867, -0.811241, -0.786399, -0.756736, -0.730598",\
"-1.220951, -1.207325, -1.182483, -1.152820, -1.126682");
}
} /* end of arc pll_control_clock_div[4]_hldr*/
} /* end of pin div[4] */
pin("div[3]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.020134 ;
/* Other user defined attributes. */
original_pin : div[3];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.098698, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.308471, 2.285393, 2.243320, 2.193083, 2.108285",\
"2.334966, 2.311888, 2.269815, 2.219578, 2.134780",\
"2.355571, 2.332493, 2.290420, 2.240183, 2.155385",\
"2.369631, 2.346553, 2.304480, 2.254243, 2.169445",\
"2.372550, 2.349473, 2.307400, 2.257163, 2.172365");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.044367, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.026788, 2.003711, 1.961638, 1.911401, 1.826603",\
"2.045945, 2.022867, 1.980794, 1.930557, 1.845759",\
"2.077661, 2.054584, 2.012511, 1.962273, 1.877475",\
"2.120786, 2.097709, 2.055636, 2.005399, 1.920601",\
"2.446711, 2.423633, 2.381560, 2.331323, 2.246525");
}
} /* end of arc pll_control_clock_div[3]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.098698, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.755724, -0.732923, -0.691356, -0.641723, -0.563063",\
"-0.781896, -0.759096, -0.717529, -0.667896, -0.589236",\
"-0.819043, -0.796243, -0.754676, -0.705043, -0.626383",\
"-0.869170, -0.846370, -0.804803, -0.755169, -0.676509",\
"-0.923016, -0.900216, -0.858649, -0.809015, -0.730355");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.044367, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.694978, -0.681352, -0.656510, -0.626847, -0.600709",\
"-0.713363, -0.699737, -0.674895, -0.645232, -0.619094",\
"-0.744700, -0.731073, -0.706231, -0.676568, -0.650430",\
"-0.807621, -0.793995, -0.769153, -0.739490, -0.713352",\
"-1.192171, -1.178544, -1.153702, -1.109898, -1.031238");
}
} /* end of arc pll_control_clock_div[3]_hldr*/
} /* end of pin div[3] */
pin("div[2]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007243 ;
/* Other user defined attributes. */
original_pin : div[2];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.040532, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.112218, 2.089141, 2.047068, 1.996830, 1.912032",\
"2.127495, 2.104417, 2.062344, 2.012107, 1.927309",\
"2.152452, 2.129374, 2.087301, 2.037064, 1.952266",\
"2.179488, 2.156411, 2.114338, 2.064101, 1.979302",\
"2.232232, 2.209155, 2.167082, 2.116844, 2.032046");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.018133, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.034381, 2.011304, 1.969231, 1.918993, 1.834195",\
"2.041314, 2.018236, 1.976164, 1.925926, 1.841128",\
"2.088803, 2.065726, 2.023653, 1.973416, 1.888618",\
"2.147660, 2.124583, 2.082510, 2.032273, 1.947475",\
"2.387852, 2.364774, 2.322701, 2.272464, 2.187666");
}
} /* end of arc pll_control_clock_div[2]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.040532, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.805060, -0.791434, -0.760166, -0.710532, -0.631872",\
"-0.820337, -0.806710, -0.775375, -0.725742, -0.647082",\
"-0.845294, -0.831667, -0.800794, -0.751160, -0.672500",\
"-0.872330, -0.858703, -0.829623, -0.779990, -0.701330",\
"-0.925076, -0.911449, -0.886607, -0.840045, -0.761385");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.018133, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.651041, -0.637415, -0.612572, -0.582909, -0.556771",\
"-0.657974, -0.644348, -0.619506, -0.589842, -0.563704",\
"-0.705054, -0.691427, -0.666585, -0.636922, -0.610784",\
"-0.763550, -0.749923, -0.725081, -0.695418, -0.669280",\
"-0.990583, -0.976956, -0.952114, -0.922451, -0.896313");
}
} /* end of arc pll_control_clock_div[2]_hldr*/
} /* end of pin div[2] */
pin("div[1]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.012755 ;
/* Other user defined attributes. */
original_pin : div[1];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.065410, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.814196, 1.791119, 1.749046, 1.698808, 1.614010",\
"1.836949, 1.813872, 1.771799, 1.721562, 1.636764",\
"1.857352, 1.834274, 1.792201, 1.741964, 1.657166",\
"1.906131, 1.883054, 1.840981, 1.790744, 1.705946",\
"2.049658, 2.026580, 1.984507, 1.934270, 1.849472");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.030023, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.195804, 2.172727, 2.130654, 2.080416, 1.995618",\
"2.207920, 2.184842, 2.142769, 2.092532, 2.007734",\
"2.248491, 2.225413, 2.183340, 2.133103, 2.048305",\
"2.322933, 2.299856, 2.257783, 2.207546, 2.122747",\
"2.711668, 2.688590, 2.646517, 2.596280, 2.511482");
}
} /* end of arc pll_control_clock_div[1]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.065410, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.791976, -0.778350, -0.753508, -0.723845, -0.680901",\
"-0.814730, -0.801104, -0.776261, -0.746598, -0.703763",\
"-0.835132, -0.821506, -0.796664, -0.767001, -0.717793",\
"-0.883942, -0.870316, -0.845474, -0.815811, -0.739808",\
"-0.971418, -0.948618, -0.907051, -0.857417, -0.778757");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.030023, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.734118, -0.720492, -0.695649, -0.665986, -0.639848",\
"-0.746200, -0.732573, -0.707731, -0.678068, -0.651930",\
"-0.786808, -0.773182, -0.748340, -0.718677, -0.692539",\
"-0.834944, -0.821318, -0.796475, -0.766812, -0.740674",\
"-1.028789, -1.015163, -0.990321, -0.960658, -0.934520");
}
} /* end of arc pll_control_clock_div[1]_hldr*/
} /* end of pin div[1] */
pin("div[0]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.014162 ;
/* Other user defined attributes. */
original_pin : div[0];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.071732, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.825387, 1.802309, 1.760236, 1.709999, 1.625201",\
"1.852357, 1.829280, 1.787207, 1.736969, 1.652171",\
"1.871132, 1.848055, 1.805982, 1.755744, 1.670946",\
"1.915872, 1.892794, 1.850721, 1.800484, 1.715686",\
"2.042603, 2.019526, 1.977453, 1.927215, 1.842417");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.033134, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.263043, 2.239965, 2.197892, 2.147655, 2.062857",\
"2.275835, 2.252757, 2.210684, 2.160447, 2.075649",\
"2.316077, 2.292999, 2.250926, 2.200689, 2.115891",\
"2.390860, 2.367782, 2.325709, 2.275472, 2.190674",\
"2.792930, 2.769852, 2.727779, 2.677542, 2.592744");
}
} /* end of arc pll_control_clock_div[0]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.071732, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.712769, -0.699143, -0.674301, -0.644637, -0.618499",\
"-0.736846, -0.723220, -0.698378, -0.668715, -0.642577",\
"-0.753331, -0.739704, -0.714862, -0.685199, -0.659061",\
"-0.783310, -0.769684, -0.744841, -0.715178, -0.689040",\
"-0.836937, -0.823310, -0.798468, -0.768805, -0.742667");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.033134, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.845724, -0.822924, -0.781357, -0.731723, -0.653063",\
"-0.859012, -0.836212, -0.794645, -0.745012, -0.666352",\
"-0.899031, -0.876231, -0.834664, -0.785030, -0.706370",\
"-0.949669, -0.926869, -0.885302, -0.835669, -0.757008",\
"-1.169650, -1.146850, -1.105283, -1.055650, -0.976990");
}
} /* end of arc pll_control_clock_div[0]_hldr*/
} /* end of pin div[0] */
} /* end of bus div */
bus ( ext_trim ) {
bus_type : BUS26_type2 ;
direction : input ;
pin("ext_trim[25]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.010858 ;
/* Other user defined attributes. */
original_pin : ext_trim[25];
} /* end of pin ext_trim[25] */
pin("ext_trim[24]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007560 ;
/* Other user defined attributes. */
original_pin : ext_trim[24];
} /* end of pin ext_trim[24] */
pin("ext_trim[23]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006265 ;
/* Other user defined attributes. */
original_pin : ext_trim[23];
} /* end of pin ext_trim[23] */
pin("ext_trim[22]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009199 ;
/* Other user defined attributes. */
original_pin : ext_trim[22];
} /* end of pin ext_trim[22] */
pin("ext_trim[21]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.012069 ;
/* Other user defined attributes. */
original_pin : ext_trim[21];
} /* end of pin ext_trim[21] */
pin("ext_trim[20]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.013103 ;
/* Other user defined attributes. */
original_pin : ext_trim[20];
} /* end of pin ext_trim[20] */
pin("ext_trim[19]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.012913 ;
/* Other user defined attributes. */
original_pin : ext_trim[19];
} /* end of pin ext_trim[19] */
pin("ext_trim[18]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.012418 ;
/* Other user defined attributes. */
original_pin : ext_trim[18];
} /* end of pin ext_trim[18] */
pin("ext_trim[17]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009033 ;
/* Other user defined attributes. */
original_pin : ext_trim[17];
} /* end of pin ext_trim[17] */
pin("ext_trim[16]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007038 ;
/* Other user defined attributes. */
original_pin : ext_trim[16];
} /* end of pin ext_trim[16] */
pin("ext_trim[15]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007614 ;
/* Other user defined attributes. */
original_pin : ext_trim[15];
} /* end of pin ext_trim[15] */
pin("ext_trim[14]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007256 ;
/* Other user defined attributes. */
original_pin : ext_trim[14];
} /* end of pin ext_trim[14] */
pin("ext_trim[13]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006473 ;
/* Other user defined attributes. */
original_pin : ext_trim[13];
} /* end of pin ext_trim[13] */
pin("ext_trim[12]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007660 ;
/* Other user defined attributes. */
original_pin : ext_trim[12];
} /* end of pin ext_trim[12] */
pin("ext_trim[11]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006033 ;
/* Other user defined attributes. */
original_pin : ext_trim[11];
} /* end of pin ext_trim[11] */
pin("ext_trim[10]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006772 ;
/* Other user defined attributes. */
original_pin : ext_trim[10];
} /* end of pin ext_trim[10] */
pin("ext_trim[9]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.015732 ;
/* Other user defined attributes. */
original_pin : ext_trim[9];
} /* end of pin ext_trim[9] */
pin("ext_trim[8]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.016282 ;
/* Other user defined attributes. */
original_pin : ext_trim[8];
} /* end of pin ext_trim[8] */
pin("ext_trim[7]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007268 ;
/* Other user defined attributes. */
original_pin : ext_trim[7];
} /* end of pin ext_trim[7] */
pin("ext_trim[6]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.005692 ;
/* Other user defined attributes. */
original_pin : ext_trim[6];
} /* end of pin ext_trim[6] */
pin("ext_trim[5]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.005946 ;
/* Other user defined attributes. */
original_pin : ext_trim[5];
} /* end of pin ext_trim[5] */
pin("ext_trim[4]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.005118 ;
/* Other user defined attributes. */
original_pin : ext_trim[4];
} /* end of pin ext_trim[4] */
pin("ext_trim[3]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007362 ;
/* Other user defined attributes. */
original_pin : ext_trim[3];
} /* end of pin ext_trim[3] */
pin("ext_trim[2]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.015661 ;
/* Other user defined attributes. */
original_pin : ext_trim[2];
} /* end of pin ext_trim[2] */
pin("ext_trim[1]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.004227 ;
/* Other user defined attributes. */
original_pin : ext_trim[1];
} /* end of pin ext_trim[1] */
pin("ext_trim[0]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.008776 ;
/* Other user defined attributes. */
original_pin : ext_trim[0];
} /* end of pin ext_trim[0] */
} /* end of bus ext_trim */
pin("pll_control_clock") {
direction : internal ;
max_transition : 1.499877 ;
min_transition : 0.000000 ;
max_capacitance : 1.000000 ;
min_capacitance : 0.000000 ;
capacitance : 0.000000 ;
/* Other user defined attributes. */
original_pin : ringosc.ibufp01/Y;
timing () {
related_pin : "pll_control_clock" ;
timing_type : min_pulse_width ;
fall_constraint( scalar ){
values ( "0.325737");
}
} /* end of arc pll_control_clock_pll_control_clock_pwl*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : min_pulse_width ;
rise_constraint( scalar ){
values ( "0.291661");
}
} /* end of arc pll_control_clock_pll_control_clock_pwh*/
} /* end of pin pll_control_clock */
} /* end of cell */
} /* end of library */