mirror of https://github.com/efabless/caravel.git
6107 lines
271 KiB
Plaintext
6107 lines
271 KiB
Plaintext
|
|
||
|
library("digital_pll.ss") {
|
||
|
|
||
|
technology (cmos) ;
|
||
|
delay_model : table_lookup ;
|
||
|
library_features ( report_delay_calculation ) ;
|
||
|
date : "Tue Oct 18 15:35:42 2022" ;
|
||
|
revision : "T-2022.03-SP3" ;
|
||
|
nom_process : 1.0000 ;
|
||
|
nom_voltage : 1.4000 ;
|
||
|
nom_temperature : 100.0000 ;
|
||
|
operating_conditions( "sky130_fd_sc_hd__ss_1.40v_100C" ) {
|
||
|
process : 1.0000 ;
|
||
|
voltage : 1.4000 ;
|
||
|
temperature : 100.0000 ;
|
||
|
} /* current design opcond */
|
||
|
default_operating_conditions : "sky130_fd_sc_hd__ss_1.40v_100C" ;
|
||
|
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 : 5.000000 ;
|
||
|
capacitance : 0.047637 ;
|
||
|
|
||
|
/* 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.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.911268, 0.876403, 0.792637, 0.527748, -1.021825",\
|
||
|
"1.048628, 1.013763, 0.929998, 0.665109, -0.884465",\
|
||
|
"1.072048, 1.037182, 0.953417, 0.688528, -0.861046",\
|
||
|
"1.425246, 1.390380, 1.306615, 1.041726, -0.507848",\
|
||
|
"2.697011, 2.662145, 2.578380, 2.313491, 0.763917");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.146313, 0.177917, 0.253847, 0.493956, 1.898575",\
|
||
|
"0.008906, 0.040510, 0.116440, 0.356549, 1.761168",\
|
||
|
"-0.014566, 0.017038, 0.092968, 0.333077, 1.737696",\
|
||
|
"-0.367712, -0.336108, -0.260179, -0.020069, 1.384549",\
|
||
|
"-1.634731, -1.603127, -1.527200, -1.287095, 0.117494");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_dco_remfr*/
|
||
|
|
||
|
} /* end of pin dco */
|
||
|
|
||
|
pin("enable") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.010170 ;
|
||
|
|
||
|
/* 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.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.621664, 0.586771, 0.502939, 0.237842, -1.312954",\
|
||
|
"0.675443, 0.640550, 0.556718, 0.291621, -1.259175",\
|
||
|
"0.766274, 0.731381, 0.647550, 0.382452, -1.168343",\
|
||
|
"1.126217, 1.091324, 1.007493, 0.742395, -0.808401",\
|
||
|
"2.460041, 2.425148, 2.341317, 2.076219, 0.525424");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.464556, 0.496158, 0.572084, 0.812181, 2.216728",\
|
||
|
"0.411006, 0.442608, 0.518534, 0.758631, 2.163178",\
|
||
|
"0.320017, 0.351620, 0.427545, 0.667643, 2.072189",\
|
||
|
"-0.022351, 0.009248, 0.085166, 0.325238, 1.729638",\
|
||
|
"-1.223528, -1.191955, -1.116100, -0.876224, 0.527025");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_enable_remrr*/
|
||
|
|
||
|
} /* end of pin enable */
|
||
|
|
||
|
pin("osc") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.003886 ;
|
||
|
|
||
|
/* 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.010000, 0.055546, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.189474, 0.170028, 0.123307, -0.024437, -0.888726",\
|
||
|
"0.206493, 0.187018, 0.140228, -0.007734, -0.873297",\
|
||
|
"0.574763, 0.554667, 0.506387, 0.353711, -0.539428",\
|
||
|
"0.955455, 0.934718, 0.884897, 0.727348, -0.194296",\
|
||
|
"1.721448, 1.699421, 1.646499, 1.479145, 0.500143");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.031446, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.455410, 0.426814, 0.358111, 0.140854, -1.130079",\
|
||
|
"0.469499, 0.440892, 0.372162, 0.154819, -1.116614",\
|
||
|
"1.018802, 0.989757, 0.919974, 0.699303, -0.591603",\
|
||
|
"1.575474, 1.545985, 1.475135, 1.251091, -0.059550",\
|
||
|
"2.695569, 2.665186, 2.592191, 2.361357, 1.011007");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.055546, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-0.099726, -0.080970, -0.035907, 0.106595, 0.940218",\
|
||
|
"-0.114992, -0.096227, -0.051143, 0.091426, 0.925441",\
|
||
|
"-0.445333, -0.426377, -0.380834, -0.236815, 0.605685",\
|
||
|
"-0.786818, -0.767664, -0.721647, -0.576128, 0.275142",\
|
||
|
"-1.473918, -1.454367, -1.407396, -1.258860, -0.389942");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.031446, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-0.111486, -0.085623, -0.023486, 0.173008, 1.322479",\
|
||
|
"-0.123498, -0.097649, -0.035548, 0.160834, 1.309648",\
|
||
|
"-0.591824, -0.566552, -0.505835, -0.313830, 0.809380",\
|
||
|
"-1.066433, -1.041745, -0.982430, -0.794861, 0.302402",\
|
||
|
"-2.021403, -1.997889, -1.941397, -1.762753, -0.717700");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_osc_hldr*/
|
||
|
|
||
|
} /* end of pin osc */
|
||
|
|
||
|
pin("resetb") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.010007 ;
|
||
|
|
||
|
/* 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.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.631890, 0.596997, 0.513166, 0.248068, -1.302727",\
|
||
|
"0.690703, 0.655810, 0.571979, 0.306881, -1.243914",\
|
||
|
"0.779863, 0.744970, 0.661138, 0.396041, -1.154755",\
|
||
|
"1.102647, 1.067754, 0.983922, 0.718825, -0.831971",\
|
||
|
"2.419166, 2.384273, 2.300442, 2.035344, 0.484549");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.454232, 0.485834, 0.561760, 0.801857, 2.206404",\
|
||
|
"0.395419, 0.427022, 0.502947, 0.743045, 2.147592",\
|
||
|
"0.306259, 0.337862, 0.413787, 0.653885, 2.058432",\
|
||
|
"-0.007900, 0.023701, 0.099623, 0.339709, 1.744189",\
|
||
|
"-1.226546, -1.194965, -1.119089, -0.879149, 0.524478");
|
||
|
}
|
||
|
|
||
|
} /* 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.006786 ;
|
||
|
|
||
|
/* 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.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "23.663662, 23.727619, 23.757322, 24.031710, 25.137758",\
|
||
|
"23.831835, 23.895792, 23.925495, 24.199883, 25.305931",\
|
||
|
"23.921097, 23.985054, 24.014757, 24.289145, 25.395193",\
|
||
|
"24.194382, 24.258339, 24.288042, 24.562429, 25.668478",\
|
||
|
"25.517523, 25.581480, 25.611183, 25.885571, 26.991619");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "23.484695, 23.537046, 23.559740, 23.743553, 24.440615",\
|
||
|
"23.617662, 23.670013, 23.692707, 23.876520, 24.573582",\
|
||
|
"23.640316, 23.692667, 23.715361, 23.899174, 24.596235",\
|
||
|
"23.951910, 24.004261, 24.026955, 24.210768, 24.907829",\
|
||
|
"25.462399, 25.514750, 25.537443, 25.721256, 26.418318");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.884044, 1.947996, 1.977702, 2.252134, 3.358498",\
|
||
|
"2.052109, 2.116061, 2.145767, 2.420199, 3.526563",\
|
||
|
"2.141071, 2.205024, 2.234730, 2.509162, 3.615525",\
|
||
|
"2.413002, 2.476954, 2.506660, 2.781092, 3.887455",\
|
||
|
"3.725516, 3.789469, 3.819175, 4.093606, 5.199970");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.266639, 2.318997, 2.341689, 2.525500, 3.222569",\
|
||
|
"2.379282, 2.431640, 2.454332, 2.638143, 3.335212",\
|
||
|
"2.399996, 2.452353, 2.475045, 2.658856, 3.355926",\
|
||
|
"2.740508, 2.792865, 2.815557, 2.999368, 3.696437",\
|
||
|
"4.047087, 4.099444, 4.122136, 4.305947, 5.003016");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "23.165434, 23.217785, 23.240479, 23.424292, 24.121353",\
|
||
|
"23.333607, 23.385958, 23.408651, 23.592464, 24.289526",\
|
||
|
"23.422869, 23.475220, 23.497913, 23.681726, 24.378788",\
|
||
|
"23.696154, 23.748505, 23.771198, 23.955011, 24.652073",\
|
||
|
"25.019291, 25.071642, 25.094336, 25.278149, 25.975210");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "24.314220, 24.378178, 24.407881, 24.682268, 25.788317",\
|
||
|
"24.447187, 24.511145, 24.540848, 24.815235, 25.921284",\
|
||
|
"24.469843, 24.533800, 24.563503, 24.837891, 25.943939",\
|
||
|
"24.781439, 24.845396, 24.875099, 25.149487, 26.255535",\
|
||
|
"26.291925, 26.355883, 26.385586, 26.659973, 27.766022");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.136008, 2.188365, 2.211058, 2.394868, 3.091938",\
|
||
|
"2.304073, 2.356430, 2.379122, 2.562933, 3.260003",\
|
||
|
"2.393036, 2.445393, 2.468085, 2.651896, 3.348966",\
|
||
|
"2.664966, 2.717323, 2.740016, 2.923826, 3.620896",\
|
||
|
"3.846674, 3.899031, 3.921723, 4.105534, 4.802604");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.484614, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.263237, 2.327190, 2.356896, 2.631328, 3.737691",\
|
||
|
"2.400598, 2.464551, 2.494256, 2.768688, 3.875052",\
|
||
|
"2.424017, 2.487970, 2.517676, 2.792107, 3.898471",\
|
||
|
"2.777204, 2.841157, 2.870862, 3.145294, 4.251658",\
|
||
|
"4.048783, 4.112736, 4.142441, 4.416873, 5.523237");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.270977, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.846319, 13.910277, 13.939980, 14.214366, 15.320416",\
|
||
|
"13.900097, 13.964055, 13.993757, 14.268144, 15.374194",\
|
||
|
"13.990929, 14.054887, 14.084589, 14.358975, 15.465026",\
|
||
|
"14.350864, 14.414823, 14.444525, 14.718911, 15.824962",\
|
||
|
"15.684845, 15.748803, 15.778505, 16.052891, 17.158941");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "12.764826, 12.817180, 12.839871, 13.023685, 13.720746",\
|
||
|
"12.798232, 12.850586, 12.873278, 13.057092, 13.754152",\
|
||
|
"12.928926, 12.981280, 13.003972, 13.187786, 13.884847",\
|
||
|
"13.324700, 13.377054, 13.399746, 13.583560, 14.280621",\
|
||
|
"14.853168, 14.905522, 14.928214, 15.112028, 15.809089");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.727568, 5.791521, 5.821226, 6.095658, 7.202020",\
|
||
|
"5.781347, 5.845299, 5.875005, 6.149436, 7.255798",\
|
||
|
"5.872179, 5.936131, 5.965837, 6.240268, 7.346630",\
|
||
|
"6.232115, 6.296067, 6.325773, 6.600204, 7.706566",\
|
||
|
"7.563376, 7.627328, 7.657034, 7.931466, 9.037827");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.275280, 6.327637, 6.350329, 6.534140, 7.231207",\
|
||
|
"6.308686, 6.361043, 6.383736, 6.567546, 7.264614",\
|
||
|
"6.439380, 6.491737, 6.514430, 6.698240, 7.395308",\
|
||
|
"6.835155, 6.887513, 6.910205, 7.094015, 7.791083",\
|
||
|
"8.363632, 8.415990, 8.438682, 8.622493, 9.319560");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.494149, 13.546503, 13.569195, 13.753009, 14.450069",\
|
||
|
"13.547928, 13.600282, 13.622973, 13.806787, 14.503848",\
|
||
|
"13.638760, 13.691113, 13.713805, 13.897619, 14.594680",\
|
||
|
"13.998695, 14.051049, 14.073741, 14.257555, 14.954616",\
|
||
|
"15.332678, 15.385032, 15.407723, 15.591537, 16.288599");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.020127, 14.084085, 14.113788, 14.388174, 15.494225",\
|
||
|
"14.053534, 14.117492, 14.147194, 14.421580, 15.527631",\
|
||
|
"14.184227, 14.248185, 14.277887, 14.552274, 15.658324",\
|
||
|
"14.580002, 14.643960, 14.673662, 14.948049, 16.054098",\
|
||
|
"16.108194, 16.172152, 16.201855, 16.476240, 17.582291");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.016084, 6.068441, 6.091134, 6.274944, 6.972012",\
|
||
|
"6.069863, 6.122220, 6.144912, 6.328722, 7.025790",\
|
||
|
"6.160695, 6.213052, 6.235744, 6.419554, 7.116622",\
|
||
|
"6.520632, 6.572989, 6.595681, 6.779491, 7.476559",\
|
||
|
"7.854919, 7.907277, 7.929969, 8.113779, 8.810846");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.117289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.507359, 6.571311, 6.601017, 6.875449, 7.981811",\
|
||
|
"6.540765, 6.604718, 6.634423, 6.908855, 8.015217",\
|
||
|
"6.671459, 6.735412, 6.765117, 7.039549, 8.145910",\
|
||
|
"7.067235, 7.131187, 7.160893, 7.435325, 8.541686",\
|
||
|
"8.595739, 8.659693, 8.689398, 8.963830, 10.070190");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.065323, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.913422, 9.977380, 10.007082, 10.281468, 11.387519",\
|
||
|
"9.958630, 10.022588, 10.052290, 10.326676, 11.432727",\
|
||
|
"10.061524, 10.125483, 10.155185, 10.429571, 11.535622",\
|
||
|
"10.327432, 10.391390, 10.421092, 10.695478, 11.801529",\
|
||
|
"11.155413, 11.219371, 11.249073, 11.523459, 12.629510");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.508708, 9.561062, 9.583754, 9.767568, 10.464628",\
|
||
|
"9.537689, 9.590043, 9.612735, 9.796549, 10.493609",\
|
||
|
"9.676434, 9.728787, 9.751479, 9.935293, 10.632354",\
|
||
|
"9.982724, 10.035078, 10.057770, 10.241584, 10.938644",\
|
||
|
"10.965886, 11.018240, 11.040932, 11.224746, 11.921806");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.506257, 4.570209, 4.599915, 4.874346, 5.980708",\
|
||
|
"4.551465, 4.615417, 4.645123, 4.919554, 6.025916",\
|
||
|
"4.654358, 4.718311, 4.748016, 5.022448, 6.128810",\
|
||
|
"4.918637, 4.982590, 5.012295, 5.286727, 6.393089",\
|
||
|
"5.701752, 5.765705, 5.795410, 6.069842, 7.176204");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.394521, 4.446878, 4.469571, 4.653381, 5.350449",\
|
||
|
"4.423502, 4.475860, 4.498552, 4.682362, 5.379430",\
|
||
|
"4.562247, 4.614604, 4.637297, 4.821107, 5.518175",\
|
||
|
"4.867544, 4.919901, 4.942594, 5.126404, 5.823472",\
|
||
|
"5.800888, 5.853245, 5.875937, 6.059747, 6.756815");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.812335, 9.864689, 9.887381, 10.071195, 10.768255",\
|
||
|
"9.857543, 9.909897, 9.932589, 10.116403, 10.813463",\
|
||
|
"9.960437, 10.012791, 10.035482, 10.219296, 10.916357",\
|
||
|
"10.226515, 10.278869, 10.301560, 10.485374, 11.182435",\
|
||
|
"11.059175, 11.111528, 11.134220, 11.318034, 12.015095");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "10.059042, 10.123000, 10.152702, 10.427089, 11.533139",\
|
||
|
"10.088023, 10.151981, 10.181684, 10.456070, 11.562120",\
|
||
|
"10.226768, 10.290727, 10.320429, 10.594815, 11.700866",\
|
||
|
"10.533069, 10.597027, 10.626729, 10.901115, 12.007166",\
|
||
|
"11.516707, 11.580666, 11.610368, 11.884754, 12.990805");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.663862, 4.716219, 4.738912, 4.922722, 5.619790",\
|
||
|
"4.709070, 4.761427, 4.784120, 4.967930, 5.664998",\
|
||
|
"4.811965, 4.864322, 4.887014, 5.070824, 5.767892",\
|
||
|
"5.078050, 5.130407, 5.153100, 5.336910, 6.033978",\
|
||
|
"5.910934, 5.963292, 5.985984, 6.169794, 6.866862");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.109553, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.750111, 4.814063, 4.843769, 5.118200, 6.224562",\
|
||
|
"4.779092, 4.843044, 4.872750, 5.147182, 6.253543",\
|
||
|
"4.917837, 4.981789, 5.011495, 5.285926, 6.392288",\
|
||
|
"5.224127, 5.288080, 5.317785, 5.592217, 6.698579",\
|
||
|
"6.207277, 6.271229, 6.300935, 6.575366, 7.681728");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060864, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "16.065104, 16.129061, 16.158764, 16.433149, 17.539200",\
|
||
|
"16.118469, 16.182426, 16.212130, 16.486515, 17.592566",\
|
||
|
"16.232340, 16.296297, 16.326000, 16.600386, 17.706436",\
|
||
|
"16.559402, 16.623360, 16.653063, 16.927448, 18.033499",\
|
||
|
"17.683958, 17.747915, 17.777618, 18.052004, 19.158054");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "15.671553, 15.723907, 15.746598, 15.930412, 16.627474",\
|
||
|
"15.699566, 15.751920, 15.774611, 15.958426, 16.655487",\
|
||
|
"15.838329, 15.890683, 15.913375, 16.097187, 16.794250",\
|
||
|
"16.214880, 16.267233, 16.289927, 16.473738, 17.170801",\
|
||
|
"17.832279, 17.884630, 17.907324, 18.091137, 18.788198");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.033623, 7.097576, 7.127281, 7.401713, 8.508074",\
|
||
|
"7.086988, 7.150941, 7.180646, 7.455078, 8.561440",\
|
||
|
"7.200859, 7.264811, 7.294517, 7.568948, 8.675309",\
|
||
|
"7.527923, 7.591876, 7.621581, 7.896013, 9.002374",\
|
||
|
"8.652478, 8.716432, 8.746137, 9.020569, 10.126929");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.010730, 7.063087, 7.085780, 7.269590, 7.966658",\
|
||
|
"7.038743, 7.091100, 7.113792, 7.297603, 7.994670",\
|
||
|
"7.177506, 7.229863, 7.252555, 7.436366, 8.133433",\
|
||
|
"7.554057, 7.606414, 7.629107, 7.812917, 8.509984",\
|
||
|
"9.171450, 9.223807, 9.246499, 9.430310, 10.127378");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "15.472351, 15.524705, 15.547397, 15.731211, 16.428272",\
|
||
|
"15.525715, 15.578069, 15.600760, 15.784575, 16.481636",\
|
||
|
"15.639587, 15.691941, 15.714633, 15.898447, 16.595509",\
|
||
|
"15.966652, 16.019005, 16.041698, 16.225510, 16.922573",\
|
||
|
"17.091213, 17.143564, 17.166258, 17.350071, 18.047132");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "15.811159, 15.875117, 15.904819, 16.179205, 17.285255",\
|
||
|
"15.839171, 15.903130, 15.932832, 16.207218, 17.313269",\
|
||
|
"15.977935, 16.041893, 16.071596, 16.345982, 17.452032",\
|
||
|
"16.354486, 16.418444, 16.448147, 16.722532, 17.828583",\
|
||
|
"17.971880, 18.035837, 18.065540, 18.339926, 19.445976");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.644922, 6.697279, 6.719972, 6.903782, 7.600850",\
|
||
|
"6.698288, 6.750645, 6.773337, 6.957148, 7.654215",\
|
||
|
"6.812158, 6.864515, 6.887208, 7.071018, 7.768085",\
|
||
|
"7.139223, 7.191580, 7.214272, 7.398082, 8.095150",\
|
||
|
"8.263778, 8.316135, 8.338826, 8.522637, 9.219705");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100565, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.822628, 6.886581, 6.916286, 7.190718, 8.297079",\
|
||
|
"6.850641, 6.914594, 6.944299, 7.218731, 8.325092",\
|
||
|
"6.989403, 7.053356, 7.083061, 7.357493, 8.463854",\
|
||
|
"7.365954, 7.429907, 7.459612, 7.734044, 8.840405",\
|
||
|
"8.983348, 9.047301, 9.077006, 9.351439, 10.457799");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056615, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.032233, 14.096191, 14.125894, 14.400280, 15.506330",\
|
||
|
"14.072928, 14.136887, 14.166589, 14.440975, 15.547026",\
|
||
|
"14.177962, 14.241920, 14.271623, 14.546009, 15.652060",\
|
||
|
"14.467014, 14.530972, 14.560675, 14.835061, 15.941112",\
|
||
|
"15.444935, 15.508893, 15.538595, 15.812982, 16.919031");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.320268, 13.372622, 13.395313, 13.579127, 14.276188",\
|
||
|
"13.339567, 13.391921, 13.414613, 13.598427, 14.295487",\
|
||
|
"13.459179, 13.511533, 13.534225, 13.718039, 14.415099",\
|
||
|
"13.790047, 13.842401, 13.865092, 14.048906, 14.745967",\
|
||
|
"15.262344, 15.314698, 15.337390, 15.521204, 16.218266");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.776074, 5.840026, 5.869732, 6.144164, 7.250525",\
|
||
|
"5.816768, 5.880721, 5.910426, 6.184858, 7.291220",\
|
||
|
"5.921802, 5.985754, 6.015460, 6.289892, 7.396254",\
|
||
|
"6.206571, 6.270524, 6.300229, 6.574661, 7.681023",\
|
||
|
"7.124567, 7.188519, 7.218225, 7.492656, 8.599017");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.727178, 5.779535, 5.802227, 5.986037, 6.683105",\
|
||
|
"5.746478, 5.798835, 5.821527, 6.005337, 6.702405",\
|
||
|
"5.866089, 5.918446, 5.941138, 6.124949, 6.822016",\
|
||
|
"6.197150, 6.249507, 6.272200, 6.456010, 7.153078",\
|
||
|
"7.629166, 7.681523, 7.704215, 7.888025, 8.585093");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.830072, 13.882426, 13.905118, 14.088932, 14.785993",\
|
||
|
"13.870768, 13.923121, 13.945813, 14.129627, 14.826688",\
|
||
|
"13.975801, 14.028155, 14.050847, 14.234661, 14.931722",\
|
||
|
"14.264759, 14.317113, 14.339805, 14.523619, 15.220679",\
|
||
|
"15.239111, 15.291465, 15.314157, 15.497971, 16.195032");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.174811, 14.238770, 14.268472, 14.542858, 15.648909",\
|
||
|
"14.194110, 14.258068, 14.287770, 14.562157, 15.668207",\
|
||
|
"14.313721, 14.377679, 14.407381, 14.681767, 15.787818",\
|
||
|
"14.644588, 14.708546, 14.738248, 15.012634, 16.118685",\
|
||
|
"16.119431, 16.183388, 16.213091, 16.487476, 17.593527");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.858840, 5.911198, 5.933890, 6.117700, 6.814768",\
|
||
|
"5.899535, 5.951892, 5.974585, 6.158395, 6.855463",\
|
||
|
"6.004570, 6.056927, 6.079619, 6.263429, 6.960497",\
|
||
|
"6.293556, 6.345913, 6.368605, 6.552415, 7.249483",\
|
||
|
"7.268530, 7.320888, 7.343580, 7.527390, 8.224458");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088837, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.244807, 6.308759, 6.338465, 6.612896, 7.719258",\
|
||
|
"6.264106, 6.328059, 6.357764, 6.632196, 7.738558",\
|
||
|
"6.383718, 6.447670, 6.477376, 6.751807, 7.858169",\
|
||
|
"6.714586, 6.778539, 6.808244, 7.082676, 8.189037",\
|
||
|
"8.187031, 8.250984, 8.280689, 8.555121, 9.661482");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049175, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "12.624058, 12.688016, 12.717718, 12.992105, 14.098155",\
|
||
|
"12.675722, 12.739680, 12.769382, 13.043769, 14.149819",\
|
||
|
"12.771986, 12.835944, 12.865646, 13.140033, 14.246083",\
|
||
|
"13.067621, 13.131579, 13.161282, 13.435668, 14.541718",\
|
||
|
"14.186246, 14.250204, 14.279906, 14.554293, 15.660343");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "12.954471, 13.006824, 13.029516, 13.213330, 13.910391",\
|
||
|
"12.982414, 13.034768, 13.057460, 13.241274, 13.938334",\
|
||
|
"13.106281, 13.158635, 13.181327, 13.365141, 14.062201",\
|
||
|
"13.402962, 13.455316, 13.478007, 13.661821, 14.358882",\
|
||
|
"14.624348, 14.676702, 14.699393, 14.883207, 15.580268");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.903606, 5.967558, 5.997264, 6.271696, 7.378057",\
|
||
|
"5.955271, 6.019224, 6.048929, 6.323361, 7.429723",\
|
||
|
"6.051535, 6.115487, 6.145193, 6.419624, 7.525986",\
|
||
|
"6.347185, 6.411138, 6.440843, 6.715275, 7.821637",\
|
||
|
"7.466034, 7.529986, 7.559692, 7.834124, 8.940485");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.684494, 5.736851, 5.759543, 5.943353, 6.640421",\
|
||
|
"5.712438, 5.764795, 5.787487, 5.971297, 6.668365",\
|
||
|
"5.836305, 5.888662, 5.911355, 6.095165, 6.792233",\
|
||
|
"6.132975, 6.185332, 6.208024, 6.391834, 7.088902",\
|
||
|
"7.358401, 7.410758, 7.433450, 7.617260, 8.314328");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "11.702385, 11.754739, 11.777431, 11.961245, 12.658305",\
|
||
|
"11.754050, 11.806404, 11.829096, 12.012910, 12.709970",\
|
||
|
"11.850314, 11.902668, 11.925360, 12.109174, 12.806234",\
|
||
|
"12.145759, 12.198112, 12.220804, 12.404618, 13.101679",\
|
||
|
"13.261725, 13.314079, 13.336771, 13.520585, 14.217646");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.236033, 13.299992, 13.329694, 13.604080, 14.710131",\
|
||
|
"13.263977, 13.327935, 13.357637, 13.632024, 14.738074",\
|
||
|
"13.387844, 13.451802, 13.481504, 13.755891, 14.861941",\
|
||
|
"13.684525, 13.748484, 13.778186, 14.052572, 15.158623",\
|
||
|
"14.905911, 14.969870, 14.999572, 15.273958, 16.380009");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.672887, 5.725245, 5.747937, 5.931747, 6.628815",\
|
||
|
"5.724552, 5.776909, 5.799601, 5.983411, 6.680479",\
|
||
|
"5.820816, 5.873173, 5.895865, 6.079676, 6.776743",\
|
||
|
"6.116466, 6.168823, 6.191515, 6.375326, 7.072393",\
|
||
|
"7.235306, 7.287663, 7.310356, 7.494166, 8.191234");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105849, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.496740, 5.560692, 5.590398, 5.864830, 6.971191",\
|
||
|
"5.524684, 5.588637, 5.618342, 5.892774, 6.999136",\
|
||
|
"5.648551, 5.712504, 5.742209, 6.016641, 7.123003",\
|
||
|
"5.945327, 6.009280, 6.038985, 6.313417, 7.419779",\
|
||
|
"7.130013, 7.193966, 7.223671, 7.498103, 8.604465");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059245, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "10.265337, 10.329295, 10.358997, 10.633384, 11.739434",\
|
||
|
"10.309679, 10.373637, 10.403339, 10.677726, 11.783776",\
|
||
|
"10.413320, 10.477278, 10.506980, 10.781366, 11.887417",\
|
||
|
"10.708792, 10.772750, 10.802452, 11.076838, 12.182889",\
|
||
|
"11.821519, 11.885477, 11.915179, 12.189566, 13.295616");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "10.382229, 10.434583, 10.457274, 10.641088, 11.338149",\
|
||
|
"10.405818, 10.458172, 10.480864, 10.664678, 11.361738",\
|
||
|
"10.534208, 10.586562, 10.609254, 10.793068, 11.490129",\
|
||
|
"10.831169, 10.883523, 10.906215, 11.090029, 11.787089",\
|
||
|
"12.048310, 12.100664, 12.123356, 12.307170, 13.004230");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.931034, 4.994986, 5.024692, 5.299123, 6.405485",\
|
||
|
"4.975376, 5.039328, 5.069034, 5.343465, 6.449827",\
|
||
|
"5.079016, 5.142969, 5.172674, 5.447106, 6.553468",\
|
||
|
"5.372142, 5.436094, 5.465800, 5.740232, 6.846593",\
|
||
|
"6.455076, 6.519028, 6.548734, 6.823165, 7.929527");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.354310, 5.406667, 5.429359, 5.613169, 6.310237",\
|
||
|
"5.377900, 5.430257, 5.452949, 5.636759, 6.333827",\
|
||
|
"5.506290, 5.558647, 5.581339, 5.765150, 6.462217",\
|
||
|
"5.803187, 5.855545, 5.878237, 6.062047, 6.759115",\
|
||
|
"6.980325, 7.032682, 7.055374, 7.239184, 7.936252");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "10.423070, 10.475424, 10.498116, 10.681930, 11.378990",\
|
||
|
"10.467412, 10.519766, 10.542458, 10.726272, 11.423332",\
|
||
|
"10.571053, 10.623406, 10.646098, 10.829912, 11.526973",\
|
||
|
"10.866811, 10.919165, 10.941856, 11.125670, 11.822731",\
|
||
|
"11.981949, 12.034303, 12.056994, 12.240808, 12.937869");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "10.547886, 10.611844, 10.641546, 10.915933, 12.021983",\
|
||
|
"10.571476, 10.635434, 10.665136, 10.939523, 12.045573",\
|
||
|
"10.699866, 10.763824, 10.793527, 11.067913, 12.173964",\
|
||
|
"10.996826, 11.060784, 11.090487, 11.364873, 12.470923",\
|
||
|
"12.215926, 12.279884, 12.309587, 12.583973, 13.690023");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.362359, 5.414716, 5.437408, 5.621218, 6.318286",\
|
||
|
"5.406701, 5.459058, 5.481750, 5.665560, 6.362628",\
|
||
|
"5.510341, 5.562698, 5.585390, 5.769200, 6.466268",\
|
||
|
"5.806012, 5.858369, 5.881062, 6.064872, 6.761940",\
|
||
|
"6.920088, 6.972445, 6.995137, 7.178947, 7.876015");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090401, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.338440, 5.402393, 5.432098, 5.706530, 6.812892",\
|
||
|
"5.362030, 5.425982, 5.455688, 5.730120, 6.836482",\
|
||
|
"5.490420, 5.554373, 5.584078, 5.858510, 6.964872",\
|
||
|
"5.787380, 5.851333, 5.881038, 6.155470, 7.261832",\
|
||
|
"7.004644, 7.068596, 7.098302, 7.372734, 8.479095");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050068, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.234901, 9.298860, 9.328562, 9.602948, 10.708999",\
|
||
|
"9.284443, 9.348401, 9.378103, 9.652490, 10.758540",\
|
||
|
"9.378276, 9.442234, 9.471936, 9.746323, 10.852373",\
|
||
|
"9.668874, 9.732832, 9.762534, 10.036921, 11.142971",\
|
||
|
"10.807087, 10.871045, 10.900747, 11.175134, 12.281184");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.810017, 8.862370, 8.885062, 9.068876, 9.765937",\
|
||
|
"8.837113, 8.889467, 8.912159, 9.095973, 9.793034",\
|
||
|
"8.968089, 9.020443, 9.043135, 9.226949, 9.924009",\
|
||
|
"9.290091, 9.342444, 9.365136, 9.548950, 10.246011",\
|
||
|
"10.776340, 10.828693, 10.851385, 11.035199, 11.732260");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.859572, 4.923524, 4.953230, 5.227662, 6.334023",\
|
||
|
"4.909113, 4.973066, 5.002771, 5.277203, 6.383565",\
|
||
|
"5.002945, 5.066898, 5.096603, 5.371035, 6.477397",\
|
||
|
"5.293494, 5.357446, 5.387152, 5.661583, 6.767945",\
|
||
|
"6.430478, 6.494431, 6.524136, 6.798568, 7.904930");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.805801, 4.858158, 4.880850, 5.064661, 5.761728",\
|
||
|
"4.832898, 4.885255, 4.907947, 5.091757, 5.788825",\
|
||
|
"4.963872, 5.016230, 5.038922, 5.222732, 5.919800",\
|
||
|
"5.285878, 5.338235, 5.360928, 5.544738, 6.241806",\
|
||
|
"6.770269, 6.822627, 6.845319, 7.029129, 7.726197");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.478699, 8.531053, 8.553744, 8.737558, 9.434619",\
|
||
|
"8.528240, 8.580594, 8.603286, 8.787100, 9.484160",\
|
||
|
"8.622072, 8.674426, 8.697118, 8.880932, 9.577992",\
|
||
|
"8.912506, 8.964860, 8.987552, 9.171366, 9.868426",\
|
||
|
"10.047868, 10.100222, 10.122913, 10.306727, 11.003788");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.240729, 9.304688, 9.334390, 9.608776, 10.714827",\
|
||
|
"9.267826, 9.331784, 9.361486, 9.635873, 10.741923",\
|
||
|
"9.398800, 9.462758, 9.492460, 9.766847, 10.872897",\
|
||
|
"9.720808, 9.784766, 9.814468, 10.088855, 11.194905",\
|
||
|
"11.205092, 11.269051, 11.298753, 11.573139, 12.679190");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.329094, 4.381452, 4.404144, 4.587954, 5.285022",\
|
||
|
"4.378636, 4.430994, 4.453686, 4.637496, 5.334564",\
|
||
|
"4.472468, 4.524826, 4.547518, 4.731328, 5.428396",\
|
||
|
"4.761569, 4.813926, 4.836618, 5.020429, 5.717496",\
|
||
|
"5.862462, 5.914819, 5.937511, 6.121321, 6.818389");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.103487, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.881837, 4.945790, 4.975495, 5.249927, 6.356289",\
|
||
|
"4.908934, 4.972887, 5.002592, 5.277024, 6.383386",\
|
||
|
"5.039908, 5.103861, 5.133566, 5.407998, 6.514360",\
|
||
|
"5.362200, 5.426152, 5.455858, 5.730289, 6.836651",\
|
||
|
"6.812294, 6.876246, 6.905952, 7.180384, 8.286745");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.057399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.968573, 7.032531, 7.062233, 7.336620, 8.442670",\
|
||
|
"7.021872, 7.085830, 7.115532, 7.389919, 8.495969",\
|
||
|
"7.112107, 7.176064, 7.205767, 7.480154, 8.586204",\
|
||
|
"7.402309, 7.466267, 7.495969, 7.770356, 8.876406",\
|
||
|
"8.527884, 8.591842, 8.621544, 8.895930, 10.001981");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.152550, 7.204903, 7.227595, 7.411408, 8.108470",\
|
||
|
"7.182564, 7.234917, 7.257609, 7.441422, 8.138484",\
|
||
|
"7.310935, 7.363287, 7.385980, 7.569793, 8.266854",\
|
||
|
"7.632876, 7.685229, 7.707921, 7.891734, 8.588796",\
|
||
|
"9.107081, 9.159435, 9.182127, 9.365941, 10.063002");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.556670, 3.620623, 3.650329, 3.924761, 5.031122",\
|
||
|
"3.609969, 3.673922, 3.703628, 3.978060, 5.084421",\
|
||
|
"3.700204, 3.764157, 3.793863, 4.068295, 5.174656",\
|
||
|
"3.988533, 4.052486, 4.082191, 4.356623, 5.462985",\
|
||
|
"5.076246, 5.140198, 5.169904, 5.444335, 6.550697");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.063424, 4.115781, 4.138473, 4.322283, 5.019351",\
|
||
|
"4.093438, 4.145795, 4.168488, 4.352298, 5.049366",\
|
||
|
"4.221808, 4.274165, 4.296857, 4.480668, 5.177735",\
|
||
|
"4.543688, 4.596045, 4.618737, 4.802547, 5.499615",\
|
||
|
"5.984229, 6.036586, 6.059278, 6.243088, 6.940156");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.136160, 7.188513, 7.211205, 7.395018, 8.092079",\
|
||
|
"7.189459, 7.241812, 7.264504, 7.448318, 8.145379",\
|
||
|
"7.279694, 7.332047, 7.354739, 7.538552, 8.235614",\
|
||
|
"7.570117, 7.622469, 7.645162, 7.828975, 8.526036",\
|
||
|
"8.698857, 8.751211, 8.773903, 8.957717, 9.654778");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.312104, 7.376061, 7.405764, 7.680151, 8.786201",\
|
||
|
"7.342118, 7.406075, 7.435778, 7.710165, 8.816215",\
|
||
|
"7.470488, 7.534446, 7.564148, 7.838535, 8.944585",\
|
||
|
"7.792431, 7.856389, 7.886092, 8.160478, 9.266528",\
|
||
|
"9.268517, 9.332475, 9.362177, 9.636563, 10.742614");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.995188, 4.047545, 4.070238, 4.254048, 4.951116",\
|
||
|
"4.048487, 4.100844, 4.123537, 4.307347, 5.004415",\
|
||
|
"4.138722, 4.191079, 4.213771, 4.397582, 5.094649",\
|
||
|
"4.429075, 4.481432, 4.504124, 4.687934, 5.385002",\
|
||
|
"5.556449, 5.608806, 5.631498, 5.815309, 6.512376");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.111713, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.016435, 4.080388, 4.110093, 4.384525, 5.490886",\
|
||
|
"4.046449, 4.110402, 4.140107, 4.414539, 5.520901",\
|
||
|
"4.174819, 4.238772, 4.268477, 4.542909, 5.649271",\
|
||
|
"4.496761, 4.560714, 4.590419, 4.864851, 5.971213",\
|
||
|
"5.971061, 6.035014, 6.064719, 6.339151, 7.445513");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.062163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.683733, 5.747691, 5.777393, 6.051780, 7.157830",\
|
||
|
"5.735623, 5.799581, 5.829284, 6.103670, 7.209720",\
|
||
|
"5.831736, 5.895693, 5.925396, 6.199782, 7.305832",\
|
||
|
"6.127554, 6.191512, 6.221214, 6.495601, 7.601651",\
|
||
|
"7.239893, 7.303851, 7.333554, 7.607940, 8.713990");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.196869, 5.249222, 5.271914, 5.455728, 6.152789",\
|
||
|
"5.225131, 5.277484, 5.300176, 5.483989, 6.181051",\
|
||
|
"5.348943, 5.401296, 5.423988, 5.607801, 6.304862",\
|
||
|
"5.646062, 5.698415, 5.721107, 5.904920, 6.601982",\
|
||
|
"6.860405, 6.912758, 6.935451, 7.119264, 7.816325");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.298743, 3.362695, 3.392401, 3.666833, 4.773194",\
|
||
|
"3.350633, 3.414586, 3.444291, 3.718723, 4.825085",\
|
||
|
"3.446745, 3.510698, 3.540403, 3.814835, 4.921197",\
|
||
|
"3.742466, 3.806419, 3.836124, 4.110556, 5.216918",\
|
||
|
"4.853692, 4.917645, 4.947350, 5.221782, 6.328144");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.185801, 3.238158, 3.260850, 3.444661, 4.141728",\
|
||
|
"3.214062, 3.266419, 3.289111, 3.472922, 4.169990",\
|
||
|
"3.337874, 3.390231, 3.412923, 3.596734, 4.293801",\
|
||
|
"3.634990, 3.687347, 3.710039, 3.893850, 4.590918",\
|
||
|
"4.847476, 4.899833, 4.922525, 5.106335, 5.803403");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.909433, 4.961786, 4.984478, 5.168291, 5.865353",\
|
||
|
"4.961323, 5.013676, 5.036368, 5.220181, 5.917243",\
|
||
|
"5.057435, 5.109788, 5.132480, 5.316293, 6.013355",\
|
||
|
"5.352933, 5.405286, 5.427978, 5.611791, 6.308853",\
|
||
|
"6.462765, 6.515118, 6.537810, 6.721623, 7.418685");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.648063, 5.712020, 5.741723, 6.016109, 7.122159",\
|
||
|
"5.676324, 5.740282, 5.769985, 6.044371, 7.150421",\
|
||
|
"5.800136, 5.864094, 5.893796, 6.168183, 7.274233",\
|
||
|
"6.097252, 6.161210, 6.190912, 6.465299, 7.571349",\
|
||
|
"7.309616, 7.373573, 7.403276, 7.677662, 8.783712");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.785032, 2.837389, 2.860081, 3.043891, 3.740959",\
|
||
|
"2.836922, 2.889279, 2.911971, 3.095782, 3.792850",\
|
||
|
"2.933034, 2.985391, 3.008084, 3.191894, 3.888962",\
|
||
|
"3.225877, 3.278234, 3.300926, 3.484736, 4.181804",\
|
||
|
"4.304591, 4.356948, 4.379640, 4.563450, 5.260518");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.106283, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.306725, 3.370678, 3.400383, 3.674815, 4.781177",\
|
||
|
"3.334986, 3.398939, 3.428645, 3.703076, 4.809438",\
|
||
|
"3.458798, 3.522751, 3.552456, 3.826888, 4.933250",\
|
||
|
"3.755752, 3.819705, 3.849411, 4.123843, 5.230204",\
|
||
|
"4.928439, 4.992391, 5.022097, 5.296528, 6.402890");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.645209, 3.709167, 3.738869, 4.013256, 5.119306",\
|
||
|
"3.705395, 3.769352, 3.799055, 4.073442, 5.179492",\
|
||
|
"3.790983, 3.854941, 3.884643, 4.159029, 5.265079",\
|
||
|
"4.080418, 4.144375, 4.174078, 4.448464, 5.554514",\
|
||
|
"5.054994, 5.118952, 5.148654, 5.423041, 6.529091");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.781268, 3.833621, 3.856313, 4.040126, 4.737188",\
|
||
|
"3.811009, 3.863362, 3.886054, 4.069867, 4.766929",\
|
||
|
"3.920192, 3.972545, 3.995237, 4.179050, 4.876112",\
|
||
|
"4.251059, 4.303412, 4.326104, 4.509917, 5.206979",\
|
||
|
"5.720311, 5.772664, 5.795356, 5.979169, 6.676230");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.155759, 2.219712, 2.249417, 2.523849, 3.630210",\
|
||
|
"2.215944, 2.279897, 2.309602, 2.584034, 3.690396",\
|
||
|
"2.301532, 2.365485, 2.395190, 2.669622, 3.775984",\
|
||
|
"2.585622, 2.649575, 2.679280, 2.953712, 4.060074",\
|
||
|
"3.495860, 3.559813, 3.589519, 3.863950, 4.970312");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.632071, 2.684428, 2.707120, 2.890931, 3.587999",\
|
||
|
"2.661812, 2.714169, 2.736861, 2.920671, 3.617739",\
|
||
|
"2.770995, 2.823352, 2.846045, 3.029855, 3.726923",\
|
||
|
"3.102117, 3.154474, 3.177166, 3.360976, 4.058044",\
|
||
|
"4.529360, 4.581717, 4.604409, 4.788219, 5.485287");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.822649, 3.875002, 3.897695, 4.081508, 4.778569",\
|
||
|
"3.882835, 3.935188, 3.957880, 4.141693, 4.838755",\
|
||
|
"3.968423, 4.020776, 4.043468, 4.227282, 4.924343",\
|
||
|
"4.258489, 4.310842, 4.333534, 4.517347, 5.214409",\
|
||
|
"5.234951, 5.287304, 5.309996, 5.493809, 6.190871");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.938769, 4.002727, 4.032429, 4.306816, 5.412866",\
|
||
|
"3.968509, 4.032467, 4.062170, 4.336556, 5.442606",\
|
||
|
"4.077693, 4.141651, 4.171353, 4.445740, 5.551790",\
|
||
|
"4.408554, 4.472511, 4.502214, 4.776600, 5.882650",\
|
||
|
"5.883109, 5.947067, 5.976769, 6.251156, 7.357206");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.655208, 2.707565, 2.730257, 2.914068, 3.611135",\
|
||
|
"2.715394, 2.767751, 2.790443, 2.974253, 3.671321",\
|
||
|
"2.800982, 2.853339, 2.876031, 3.059841, 3.756909",\
|
||
|
"3.090851, 3.143208, 3.165900, 3.349711, 4.046779",\
|
||
|
"4.060575, 4.112931, 4.135623, 4.319434, 5.016502");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.130945, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.632228, 2.696181, 2.725886, 3.000318, 4.106680",\
|
||
|
"2.661969, 2.725922, 2.755627, 3.030059, 4.136421",\
|
||
|
"2.771152, 2.835105, 2.864810, 3.139242, 4.245604",\
|
||
|
"3.102018, 3.165971, 3.195676, 3.470108, 4.576470",\
|
||
|
"4.571278, 4.635230, 4.664936, 4.939367, 6.045729");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073337, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.501340, 2.565298, 2.595000, 2.869387, 3.975437",\
|
||
|
"2.581106, 2.645064, 2.674767, 2.949153, 4.055203",\
|
||
|
"2.649233, 2.713191, 2.742893, 3.017280, 4.123330",\
|
||
|
"2.944792, 3.008750, 3.038453, 3.312839, 4.418889",\
|
||
|
"4.067564, 4.131522, 4.161224, 4.435611, 5.541661");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.012753, 2.065105, 2.087798, 2.271611, 2.968673",\
|
||
|
"2.057916, 2.110269, 2.132962, 2.316775, 3.013837",\
|
||
|
"2.164471, 2.216824, 2.239516, 2.423329, 3.120392",\
|
||
|
"2.460981, 2.513334, 2.536026, 2.719840, 3.416902",\
|
||
|
"3.692015, 3.744368, 3.767060, 3.950873, 4.647936");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.182105, 2.246063, 2.275764, 2.550147, 3.656186",\
|
||
|
"2.261871, 2.325829, 2.355530, 2.629913, 3.735952",\
|
||
|
"2.329998, 2.393956, 2.423657, 2.698040, 3.804079",\
|
||
|
"2.625501, 2.689459, 2.719161, 2.993543, 4.099583",\
|
||
|
"3.747341, 3.811299, 3.841001, 4.115383, 5.221423");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.976797, 2.029150, 2.051841, 2.235651, 2.932700",\
|
||
|
"2.021961, 2.074314, 2.097005, 2.280815, 2.977864",\
|
||
|
"2.128515, 2.180868, 2.203559, 2.387369, 3.084418",\
|
||
|
"2.425030, 2.477382, 2.500073, 2.683883, 3.380932",\
|
||
|
"3.655292, 3.707644, 3.730336, 3.914145, 4.611194");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.746492, 1.798845, 1.821537, 2.005351, 2.702413",\
|
||
|
"1.826258, 1.878611, 1.901304, 2.085117, 2.782179",\
|
||
|
"1.894385, 1.946738, 1.969430, 2.153244, 2.850306",\
|
||
|
"2.189759, 2.242112, 2.264805, 2.448618, 3.145680",\
|
||
|
"3.309439, 3.361792, 3.384485, 3.568298, 4.265360");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333399");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.440472, 2.504430, 2.534132, 2.808519, 3.914569",\
|
||
|
"2.485636, 2.549594, 2.579296, 2.853683, 3.959733",\
|
||
|
"2.592190, 2.656148, 2.685851, 2.960237, 4.066287",\
|
||
|
"2.888705, 2.952662, 2.982365, 3.256752, 4.362802",\
|
||
|
"4.118839, 4.182796, 4.212499, 4.486886, 5.592936");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.551354, 1.603707, 1.626398, 1.810208, 2.507257",\
|
||
|
"1.631120, 1.683473, 1.706164, 1.889974, 2.587023",\
|
||
|
"1.699247, 1.751600, 1.774291, 1.958101, 2.655150",\
|
||
|
"1.993108, 2.045461, 2.068152, 2.251961, 2.949010",\
|
||
|
"3.087529, 3.139882, 3.162573, 3.346382, 4.043431");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.167290, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349",\
|
||
|
"0.060750, 0.105833, 0.127850, 0.350883, 1.333349");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.130489, 2.194447, 2.224148, 2.498531, 3.604570",\
|
||
|
"2.175653, 2.239611, 2.269312, 2.543695, 3.649734",\
|
||
|
"2.282207, 2.346165, 2.375866, 2.650249, 3.756289",\
|
||
|
"2.578925, 2.642883, 2.672584, 2.946967, 4.053006",\
|
||
|
"3.768166, 3.832124, 3.861825, 4.136208, 5.242247");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094889, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692",\
|
||
|
"0.067331, 0.133232, 0.167265, 0.533294, 2.074692");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "22.728197, 22.792154, 22.821857, 23.096243, 24.202293",\
|
||
|
"22.802715, 22.866673, 22.896376, 23.170761, 24.276812",\
|
||
|
"22.871593, 22.935551, 22.965254, 23.239639, 24.345690",\
|
||
|
"23.162146, 23.226103, 23.255806, 23.530191, 24.636242",\
|
||
|
"24.298580, 24.362537, 24.392241, 24.666626, 25.772676");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "22.239023, 22.291374, 22.314068, 22.497881, 23.194942",\
|
||
|
"22.282885, 22.335236, 22.357929, 22.541742, 23.238804",\
|
||
|
"22.397150, 22.449501, 22.472195, 22.656008, 23.353069",\
|
||
|
"22.719126, 22.771477, 22.794170, 22.977983, 23.675045",\
|
||
|
"24.203299, 24.255650, 24.278343, 24.462156, 25.159218");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.978791, 10.042745, 10.072450, 10.346882, 11.453242",\
|
||
|
"10.053309, 10.117263, 10.146968, 10.421400, 11.527761",\
|
||
|
"10.122186, 10.186139, 10.215844, 10.490276, 11.596637",\
|
||
|
"10.412686, 10.476640, 10.506345, 10.780777, 11.887137",\
|
||
|
"11.547851, 11.611804, 11.641509, 11.915941, 13.022302");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.848445, 9.900803, 9.923494, 10.107306, 10.804373",\
|
||
|
"9.892307, 9.944665, 9.967357, 10.151168, 10.848235",\
|
||
|
"10.006572, 10.058929, 10.081621, 10.265432, 10.962500",\
|
||
|
"10.328553, 10.380911, 10.403603, 10.587414, 11.284481",\
|
||
|
"11.811041, 11.863399, 11.886090, 12.069901, 12.766969");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "21.911335, 21.963686, 21.986380, 22.170193, 22.867254",\
|
||
|
"21.985853, 22.038204, 22.060898, 22.244711, 22.941772",\
|
||
|
"22.054731, 22.107082, 22.129776, 22.313589, 23.010651",\
|
||
|
"22.345116, 22.397467, 22.420160, 22.603973, 23.301035",\
|
||
|
"23.478594, 23.530945, 23.553638, 23.737452, 24.434513");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "22.724590, 22.788548, 22.818251, 23.092636, 24.198687",\
|
||
|
"22.768452, 22.832409, 22.862112, 23.136497, 24.242548",\
|
||
|
"22.882717, 22.946674, 22.976377, 23.250763, 24.356813",\
|
||
|
"23.204700, 23.268658, 23.298361, 23.572746, 24.678797",\
|
||
|
"24.687092, 24.751049, 24.780752, 25.055138, 26.161188");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.374901, 9.427258, 9.449950, 9.633761, 10.330829",\
|
||
|
"9.449419, 9.501777, 9.524468, 9.708280, 10.405347",\
|
||
|
"9.518296, 9.570654, 9.593346, 9.777157, 10.474224",\
|
||
|
"9.807240, 9.859597, 9.882289, 10.066100, 10.763167",\
|
||
|
"10.905642, 10.957999, 10.980691, 11.164502, 11.861569");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.160065, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "10.009679, 10.073632, 10.103337, 10.377769, 11.484130",\
|
||
|
"10.053542, 10.117496, 10.147201, 10.421633, 11.527993",\
|
||
|
"10.167808, 10.231761, 10.261466, 10.535898, 11.642259",\
|
||
|
"10.490010, 10.553964, 10.583669, 10.858101, 11.964461",\
|
||
|
"11.938291, 12.002244, 12.031949, 12.306381, 13.412742");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.588079, 8.652038, 8.681740, 8.956126, 10.062177",\
|
||
|
"8.617775, 8.681733, 8.711435, 8.985822, 10.091872",\
|
||
|
"8.736080, 8.800038, 8.829741, 9.104127, 10.210177",\
|
||
|
"9.031878, 9.095837, 9.125539, 9.399925, 10.505976",\
|
||
|
"10.145650, 10.209608, 10.239310, 10.513697, 11.619747");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.397335, 8.449689, 8.472381, 8.656195, 9.353255",\
|
||
|
"8.412649, 8.465003, 8.487695, 8.671509, 9.368569",\
|
||
|
"8.549395, 8.601748, 8.624440, 8.808254, 9.505315",\
|
||
|
"8.846490, 8.898844, 8.921535, 9.105350, 9.802410",\
|
||
|
"10.060204, 10.112557, 10.135249, 10.319063, 11.016124");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.098287, 4.162240, 4.191945, 4.466377, 5.572739",\
|
||
|
"4.127983, 4.191936, 4.221641, 4.496073, 5.602434",\
|
||
|
"4.246289, 4.310241, 4.339947, 4.614378, 5.720740",\
|
||
|
"4.542099, 4.606051, 4.635757, 4.910189, 6.016551",\
|
||
|
"5.656021, 5.719973, 5.749679, 6.024110, 7.130472");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.287731, 4.340088, 4.362781, 4.546591, 5.243659",\
|
||
|
"4.303045, 4.355402, 4.378095, 4.561905, 5.258973",\
|
||
|
"4.439792, 4.492149, 4.514841, 4.698651, 5.395719",\
|
||
|
"4.736887, 4.789244, 4.811936, 4.995746, 5.692814",\
|
||
|
"5.950201, 6.002558, 6.025250, 6.209060, 6.906128");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.083647, 8.136001, 8.158692, 8.342506, 9.039567",\
|
||
|
"8.113342, 8.165696, 8.188388, 8.372202, 9.069263",\
|
||
|
"8.231647, 8.284001, 8.306693, 8.490507, 9.187568",\
|
||
|
"8.527174, 8.579528, 8.602220, 8.786034, 9.483094",\
|
||
|
"9.637767, 9.690121, 9.712812, 9.896626, 10.593687");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.450607, 8.514565, 8.544268, 8.818654, 9.924705",\
|
||
|
"8.465920, 8.529879, 8.559581, 8.833967, 9.940018",\
|
||
|
"8.602667, 8.666625, 8.696327, 8.970714, 10.076764",\
|
||
|
"8.899762, 8.963720, 8.993423, 9.267809, 10.373859",\
|
||
|
"10.113117, 10.177075, 10.206778, 10.481164, 11.587214");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.905498, 3.957855, 3.980547, 4.164358, 4.861425",\
|
||
|
"3.935194, 3.987550, 4.010243, 4.194053, 4.891121",\
|
||
|
"4.053499, 4.105856, 4.128549, 4.312359, 5.009427",\
|
||
|
"4.346369, 4.398726, 4.421418, 4.605228, 5.302296",\
|
||
|
"5.425730, 5.478087, 5.500780, 5.684590, 6.381658");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060336, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.054832, 4.118784, 4.148490, 4.422922, 5.529284",\
|
||
|
"4.070146, 4.134099, 4.163804, 4.438236, 5.544597",\
|
||
|
"4.206892, 4.270844, 4.300550, 4.574982, 5.681344",\
|
||
|
"4.503841, 4.567794, 4.597499, 4.871931, 5.978293",\
|
||
|
"5.677265, 5.741217, 5.770923, 6.045354, 7.151716");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.033093, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "20.462517, 20.526474, 20.556177, 20.830563, 21.936613",\
|
||
|
"20.539062, 20.603020, 20.632723, 20.907108, 22.013159",\
|
||
|
"20.608397, 20.672354, 20.702057, 20.976442, 22.082493",\
|
||
|
"20.896202, 20.960159, 20.989862, 21.264248, 22.370298",\
|
||
|
"21.837927, 21.901884, 21.931587, 22.205973, 23.312023");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "20.597900, 20.650251, 20.672945, 20.856758, 21.553820",\
|
||
|
"20.636612, 20.688963, 20.711657, 20.895470, 21.592531",\
|
||
|
"20.737598, 20.789949, 20.812643, 20.996456, 21.693518",\
|
||
|
"21.068514, 21.120865, 21.143559, 21.327372, 22.024433",\
|
||
|
"22.522980, 22.575331, 22.598024, 22.781837, 23.478899");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.700271, 8.764224, 8.793929, 9.068361, 10.174722",\
|
||
|
"8.776816, 8.840770, 8.870475, 9.144907, 10.251267",\
|
||
|
"8.846151, 8.910105, 8.939810, 9.214242, 10.320602",\
|
||
|
"9.125434, 9.189387, 9.219092, 9.493525, 10.599885",\
|
||
|
"9.984878, 10.048831, 10.078536, 10.352968, 11.459329");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.177983, 9.230341, 9.253033, 9.436844, 10.133911",\
|
||
|
"9.216694, 9.269052, 9.291743, 9.475554, 10.172622",\
|
||
|
"9.317680, 9.370038, 9.392730, 9.576541, 10.273608",\
|
||
|
"9.648335, 9.700692, 9.723384, 9.907195, 10.604262",\
|
||
|
"11.057487, 11.109845, 11.132537, 11.316348, 12.013415");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "20.581680, 20.634031, 20.656725, 20.840538, 21.537600",\
|
||
|
"20.658228, 20.710579, 20.733273, 20.917086, 21.614147",\
|
||
|
"20.727562, 20.779913, 20.802607, 20.986420, 21.683481",\
|
||
|
"21.016399, 21.068750, 21.091444, 21.275257, 21.972319",\
|
||
|
"21.964359, 22.016710, 22.039404, 22.223217, 22.920279");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "20.801920, 20.865877, 20.895580, 21.169966, 22.276016",\
|
||
|
"20.840631, 20.904589, 20.934292, 21.208677, 22.314728",\
|
||
|
"20.941618, 21.005575, 21.035278, 21.309664, 22.415714",\
|
||
|
"21.272541, 21.336498, 21.366201, 21.640587, 22.746637",\
|
||
|
"22.731266, 22.795223, 22.824926, 23.099312, 24.205362");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.116488, 9.168846, 9.191538, 9.375349, 10.072416",\
|
||
|
"9.193034, 9.245392, 9.268084, 9.451895, 10.148962",\
|
||
|
"9.262369, 9.314727, 9.337419, 9.521230, 10.218297",\
|
||
|
"9.550893, 9.603251, 9.625942, 9.809753, 10.506821",\
|
||
|
"10.495338, 10.547696, 10.570388, 10.754199, 11.451266");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.166574, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.158034, 9.221988, 9.251693, 9.526125, 10.632485",\
|
||
|
"9.196746, 9.260699, 9.290404, 9.564837, 10.671197",\
|
||
|
"9.297730, 9.361684, 9.391389, 9.665821, 10.772182",\
|
||
|
"9.628648, 9.692601, 9.722306, 9.996738, 11.103099",\
|
||
|
"11.083228, 11.147182, 11.176887, 11.451319, 12.557679");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.094303, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "19.255365, 19.319323, 19.349026, 19.623411, 20.729462",\
|
||
|
"19.333639, 19.397596, 19.427299, 19.701685, 20.807735",\
|
||
|
"19.403374, 19.467331, 19.497034, 19.771420, 20.877470",\
|
||
|
"19.699251, 19.763208, 19.792912, 20.067297, 21.173347",\
|
||
|
"20.807917, 20.871874, 20.901577, 21.175962, 22.282013");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "18.704536, 18.756887, 18.779581, 18.963394, 19.660456",\
|
||
|
"18.749226, 18.801577, 18.824270, 19.008083, 19.705145",\
|
||
|
"18.856722, 18.909073, 18.931767, 19.115580, 19.812641",\
|
||
|
"19.154028, 19.206379, 19.229073, 19.412886, 20.109947",\
|
||
|
"20.362223, 20.414574, 20.437267, 20.621080, 21.318142");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.411248, 8.475202, 8.504907, 8.779339, 9.885699",\
|
||
|
"8.489522, 8.553475, 8.583180, 8.857613, 9.963973",\
|
||
|
"8.559257, 8.623210, 8.652915, 8.927347, 10.033708",\
|
||
|
"8.855020, 8.918973, 8.948678, 9.223110, 10.329471",\
|
||
|
"9.962522, 10.026475, 10.056180, 10.330612, 11.436973");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.259924, 8.312282, 8.334973, 8.518785, 9.215852",\
|
||
|
"8.304613, 8.356971, 8.379662, 8.563473, 9.260540",\
|
||
|
"8.412107, 8.464465, 8.487157, 8.670968, 9.368035",\
|
||
|
"8.709409, 8.761766, 8.784458, 8.968269, 9.665337",\
|
||
|
"9.915635, 9.967993, 9.990685, 10.174496, 10.871563");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "18.405125, 18.457476, 18.480169, 18.663982, 19.361044",\
|
||
|
"18.483398, 18.535749, 18.558443, 18.742256, 19.439318",\
|
||
|
"18.553133, 18.605484, 18.628178, 18.811991, 19.509052",\
|
||
|
"18.848633, 18.900984, 18.923677, 19.107491, 19.804552",\
|
||
|
"19.954638, 20.006989, 20.029682, 20.213495, 20.910557");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "19.237841, 19.301798, 19.331501, 19.605886, 20.711937",\
|
||
|
"19.282530, 19.346487, 19.376190, 19.650576, 20.756626",\
|
||
|
"19.390026, 19.453983, 19.483686, 19.758072, 20.864122",\
|
||
|
"19.687326, 19.751284, 19.780987, 20.055372, 21.161423",\
|
||
|
"20.893429, 20.957386, 20.987089, 21.261475, 22.367525");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.867892, 7.920249, 7.942941, 8.126752, 8.823819",\
|
||
|
"7.946166, 7.998523, 8.021214, 8.205026, 8.902093",\
|
||
|
"8.015901, 8.068258, 8.090950, 8.274761, 8.971828",\
|
||
|
"8.308349, 8.360706, 8.383397, 8.567208, 9.264276",\
|
||
|
"9.381547, 9.433905, 9.456596, 9.640408, 10.337475");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.163913, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.440193, 8.504147, 8.533852, 8.808284, 9.914644",\
|
||
|
"8.484881, 8.548835, 8.578540, 8.852972, 9.959332",\
|
||
|
"8.592377, 8.656330, 8.686035, 8.960467, 10.066828",\
|
||
|
"8.889386, 8.953340, 8.983045, 9.257477, 10.363837",\
|
||
|
"10.056254, 10.120208, 10.149913, 10.424345, 11.530705");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092508, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "17.267557, 17.331514, 17.361217, 17.635603, 18.741653",\
|
||
|
"17.328060, 17.392017, 17.421721, 17.696106, 18.802156",\
|
||
|
"17.413496, 17.477453, 17.507156, 17.781542, 18.887592",\
|
||
|
"17.701525, 17.765482, 17.795185, 18.069571, 19.175621",\
|
||
|
"18.645124, 18.709082, 18.738785, 19.013170, 20.119221");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "17.324024, 17.376375, 17.399069, 17.582882, 18.279943",\
|
||
|
"17.354088, 17.406439, 17.429132, 17.612946, 18.310007",\
|
||
|
"17.463604, 17.515955, 17.538649, 17.722462, 18.419523",\
|
||
|
"17.794655, 17.847006, 17.869699, 18.053513, 18.750574",\
|
||
|
"19.250084, 19.302435, 19.325129, 19.508942, 20.206003");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.345118, 7.409070, 7.438776, 7.713208, 8.819569",\
|
||
|
"7.405618, 7.469571, 7.499276, 7.773708, 8.880069",\
|
||
|
"7.491057, 7.555009, 7.584715, 7.859147, 8.965508",\
|
||
|
"7.770757, 7.834710, 7.864415, 8.138847, 9.245208",\
|
||
|
"8.633083, 8.697037, 8.726742, 9.001174, 10.107534");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.751019, 7.803376, 7.826068, 8.009878, 8.706945",\
|
||
|
"7.781081, 7.833438, 7.856131, 8.039941, 8.737008",\
|
||
|
"7.890598, 7.942955, 7.965648, 8.149458, 8.846525",\
|
||
|
"8.221381, 8.273739, 8.296431, 8.480242, 9.177309",\
|
||
|
"9.631679, 9.684036, 9.706728, 9.890539, 10.587606");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "17.308384, 17.360735, 17.383429, 17.567242, 18.264303",\
|
||
|
"17.368883, 17.421234, 17.443928, 17.627741, 18.324802",\
|
||
|
"17.454323, 17.506674, 17.529367, 17.713181, 18.410242",\
|
||
|
"17.743362, 17.795713, 17.818407, 18.002220, 18.699282",\
|
||
|
"18.692963, 18.745314, 18.768007, 18.951820, 19.648882");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "17.605789, 17.669746, 17.699450, 17.973835, 19.079885",\
|
||
|
"17.635851, 17.699808, 17.729511, 18.003897, 19.109947",\
|
||
|
"17.745369, 17.809326, 17.839029, 18.113415, 19.219465",\
|
||
|
"18.076427, 18.140385, 18.170088, 18.444473, 19.550524",\
|
||
|
"19.536268, 19.600225, 19.629929, 19.904314, 21.010365");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.694183, 7.746541, 7.769233, 7.953043, 8.650110",\
|
||
|
"7.754684, 7.807041, 7.829733, 8.013543, 8.710611",\
|
||
|
"7.840122, 7.892479, 7.915172, 8.098982, 8.796049",\
|
||
|
"8.128857, 8.181214, 8.203905, 8.387716, 9.084784",\
|
||
|
"9.074760, 9.127118, 9.149810, 9.333621, 10.030688");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.131960, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.804018, 7.867970, 7.897676, 8.172108, 9.278468",\
|
||
|
"7.834080, 7.898033, 7.927738, 8.202170, 9.308531",\
|
||
|
"7.943597, 8.007549, 8.037255, 8.311687, 9.418048",\
|
||
|
"8.274649, 8.338602, 8.368307, 8.642739, 9.749100",\
|
||
|
"9.730184, 9.794137, 9.823842, 10.098274, 11.204635");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.074061, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "16.120422, 16.184380, 16.214083, 16.488468, 17.594519",\
|
||
|
"16.165438, 16.229395, 16.259098, 16.533484, 17.639534",\
|
||
|
"16.268429, 16.332386, 16.362089, 16.636475, 17.742525",\
|
||
|
"16.564289, 16.628246, 16.657949, 16.932335, 18.038385",\
|
||
|
"17.673176, 17.737133, 17.766836, 18.041222, 19.147272");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "15.555723, 15.608077, 15.630769, 15.814583, 16.511644",\
|
||
|
"15.579872, 15.632226, 15.654918, 15.838732, 16.535793",\
|
||
|
"15.707897, 15.760251, 15.782943, 15.966757, 16.663818",\
|
||
|
"16.005182, 16.057535, 16.080229, 16.264040, 16.961103",\
|
||
|
"17.213657, 17.266008, 17.288702, 17.472515, 18.169577");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.151641, 7.215594, 7.245299, 7.519731, 8.626092",\
|
||
|
"7.196655, 7.260608, 7.290313, 7.564745, 8.671106",\
|
||
|
"7.299646, 7.363599, 7.393304, 7.667736, 8.774097",\
|
||
|
"7.595397, 7.659350, 7.689055, 7.963487, 9.069848",\
|
||
|
"8.703111, 8.767064, 8.796769, 9.071201, 10.177562");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.990672, 7.043029, 7.065722, 7.249532, 7.946599",\
|
||
|
"7.014820, 7.067177, 7.089869, 7.273680, 7.970747",\
|
||
|
"7.142845, 7.195202, 7.217895, 7.401705, 8.098772",\
|
||
|
"7.440125, 7.492482, 7.515174, 7.698984, 8.396051",\
|
||
|
"8.646729, 8.699086, 8.721778, 8.905589, 9.602656");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "15.261703, 15.314057, 15.336749, 15.520563, 16.217625",\
|
||
|
"15.306717, 15.359071, 15.381763, 15.565577, 16.262638",\
|
||
|
"15.409708, 15.462062, 15.484754, 15.668568, 16.365629",\
|
||
|
"15.705208, 15.757562, 15.780253, 15.964067, 16.661129",\
|
||
|
"16.811443, 16.863794, 16.886488, 17.070301, 17.767363");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "16.092245, 16.156202, 16.185905, 16.460291, 17.566341",\
|
||
|
"16.116394, 16.180351, 16.210054, 16.484440, 17.590490",\
|
||
|
"16.244419, 16.308376, 16.338079, 16.612465, 17.718515",\
|
||
|
"16.541695, 16.605652, 16.635355, 16.909740, 18.015791",\
|
||
|
"17.748182, 17.812140, 17.841843, 18.116228, 19.222279");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.598116, 6.650474, 6.673166, 6.856976, 7.554044",\
|
||
|
"6.643130, 6.695487, 6.718180, 6.901990, 7.599058",\
|
||
|
"6.746121, 6.798479, 6.821171, 7.004981, 7.702049",\
|
||
|
"7.038586, 7.090943, 7.113635, 7.297445, 7.994513",\
|
||
|
"8.112111, 8.164469, 8.187160, 8.370971, 9.068038");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091781, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.179284, 7.243237, 7.272942, 7.547374, 8.653735",\
|
||
|
"7.203433, 7.267385, 7.297091, 7.571522, 8.677883",\
|
||
|
"7.331457, 7.395410, 7.425115, 7.699547, 8.805908",\
|
||
|
"7.628454, 7.692407, 7.722112, 7.996544, 9.102905",\
|
||
|
"8.795665, 8.859618, 8.889323, 9.163755, 10.270116");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050874, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.181631, 14.245589, 14.275291, 14.549678, 15.655728",\
|
||
|
"14.229371, 14.293329, 14.323031, 14.597418, 15.703468",\
|
||
|
"14.325105, 14.389063, 14.418765, 14.693151, 15.799202",\
|
||
|
"14.615309, 14.679267, 14.708969, 14.983356, 16.089405",\
|
||
|
"15.742639, 15.806597, 15.836299, 16.110685, 17.216736");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.257381, 14.309735, 14.332427, 14.516241, 15.213302",\
|
||
|
"14.283768, 14.336122, 14.358813, 14.542627, 15.239688",\
|
||
|
"14.415701, 14.468055, 14.490746, 14.674561, 15.371621",\
|
||
|
"14.737616, 14.789969, 14.812661, 14.996475, 15.693536",\
|
||
|
"16.213587, 16.265940, 16.288633, 16.472445, 17.169508");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.399143, 6.463095, 6.492801, 6.767232, 7.873594",\
|
||
|
"6.446883, 6.510835, 6.540541, 6.814972, 7.921334",\
|
||
|
"6.542617, 6.606569, 6.636275, 6.910707, 8.017068",\
|
||
|
"6.831046, 6.894998, 6.924704, 7.199135, 8.305496",\
|
||
|
"7.921111, 7.985064, 8.014770, 8.289201, 9.395562");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.077137, 7.129494, 7.152186, 7.335997, 8.033064",\
|
||
|
"7.103523, 7.155880, 7.178573, 7.362383, 8.059450",\
|
||
|
"7.235456, 7.287813, 7.310505, 7.494316, 8.191383",\
|
||
|
"7.557379, 7.609736, 7.632428, 7.816238, 8.513306",\
|
||
|
"8.999599, 9.051956, 9.074648, 9.258459, 9.955526");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.235739, 14.288093, 14.310784, 14.494598, 15.191659",\
|
||
|
"14.283480, 14.335834, 14.358525, 14.542339, 15.239400",\
|
||
|
"14.379213, 14.431567, 14.454259, 14.638073, 15.335134",\
|
||
|
"14.669632, 14.721986, 14.744678, 14.928492, 15.625552",\
|
||
|
"15.800045, 15.852399, 15.875091, 16.058903, 16.755966");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.526578, 14.590536, 14.620238, 14.894625, 16.000675",\
|
||
|
"14.552964, 14.616922, 14.646625, 14.921011, 16.027061",\
|
||
|
"14.684897, 14.748856, 14.778558, 15.052944, 16.158995",\
|
||
|
"15.006812, 15.070770, 15.100472, 15.374859, 16.480909",\
|
||
|
"16.484789, 16.548746, 16.578449, 16.852835, 17.958885");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.017245, 7.069602, 7.092294, 7.276104, 7.973172",\
|
||
|
"7.064985, 7.117342, 7.140034, 7.323844, 8.020912",\
|
||
|
"7.160719, 7.213076, 7.235768, 7.419579, 8.116646",\
|
||
|
"7.451071, 7.503428, 7.526120, 7.709930, 8.406998",\
|
||
|
"8.580149, 8.632506, 8.655198, 8.839009, 9.536077");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.099226, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.861975, 6.925928, 6.955633, 7.230065, 8.336426",\
|
||
|
"6.888361, 6.952314, 6.982019, 7.256451, 8.362812",\
|
||
|
"7.020294, 7.084247, 7.113952, 7.388384, 8.494745",\
|
||
|
"7.342209, 7.406161, 7.435867, 7.710299, 8.816660",\
|
||
|
"8.818279, 8.882233, 8.911938, 9.186370, 10.292730");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055119, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.228920, 13.292878, 13.322580, 13.596967, 14.703017",\
|
||
|
"13.294159, 13.358117, 13.387819, 13.662206, 14.768256",\
|
||
|
"13.372340, 13.436298, 13.466001, 13.740387, 14.846437",\
|
||
|
"13.662816, 13.726774, 13.756476, 14.030863, 15.136913",\
|
||
|
"14.796415, 14.860373, 14.890076, 15.164462, 16.270512");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "12.367200, 12.419554, 12.442245, 12.626060, 13.323120",\
|
||
|
"12.404907, 12.457261, 12.479953, 12.663767, 13.360827",\
|
||
|
"12.525415, 12.577769, 12.600461, 12.784275, 13.481336",\
|
||
|
"12.847350, 12.899704, 12.922396, 13.106210, 13.803270",\
|
||
|
"14.328535, 14.380889, 14.403581, 14.587395, 15.284455");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.925695, 6.989647, 7.019353, 7.293785, 8.400146",\
|
||
|
"6.990933, 7.054885, 7.084591, 7.359023, 8.465384",\
|
||
|
"7.069114, 7.133067, 7.162772, 7.437204, 8.543565",\
|
||
|
"7.359530, 7.423483, 7.453188, 7.727620, 8.833982",\
|
||
|
"8.491827, 8.555780, 8.585485, 8.859918, 9.966278");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.456196, 6.508553, 6.531245, 6.715055, 7.412123",\
|
||
|
"6.493903, 6.546260, 6.568953, 6.752763, 7.449831",\
|
||
|
"6.614412, 6.666769, 6.689461, 6.873271, 7.570339",\
|
||
|
"6.936349, 6.988706, 7.011398, 7.195209, 7.892276",\
|
||
|
"8.415808, 8.468165, 8.490857, 8.674668, 9.371736");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "12.032869, 12.085223, 12.107915, 12.291729, 12.988790",\
|
||
|
"12.098107, 12.150461, 12.173153, 12.356967, 13.054028",\
|
||
|
"12.176288, 12.228642, 12.251333, 12.435147, 13.132208",\
|
||
|
"12.466574, 12.518928, 12.541619, 12.725433, 13.422494",\
|
||
|
"13.597130, 13.649484, 13.672175, 13.855989, 14.553050");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.234295, 13.298253, 13.327955, 13.602342, 14.708392",\
|
||
|
"13.272002, 13.335960, 13.365663, 13.640049, 14.746099",\
|
||
|
"13.392511, 13.456470, 13.486172, 13.760558, 14.866609",\
|
||
|
"13.714450, 13.778408, 13.808110, 14.082497, 15.188547",\
|
||
|
"15.193810, 15.257768, 15.287470, 15.561856, 16.667906");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.987695, 6.040052, 6.062745, 6.246555, 6.943623",\
|
||
|
"6.052933, 6.105290, 6.127983, 6.311793, 7.008861",\
|
||
|
"6.131114, 6.183472, 6.206164, 6.389974, 7.087042",\
|
||
|
"6.419801, 6.472158, 6.494850, 6.678660, 7.375728",\
|
||
|
"7.514278, 7.566636, 7.589328, 7.773138, 8.470205");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.138974, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.970203, 7.034156, 7.063861, 7.338293, 8.444654",\
|
||
|
"7.007911, 7.071863, 7.101569, 7.376000, 8.482362",\
|
||
|
"7.128420, 7.192372, 7.222078, 7.496510, 8.602871",\
|
||
|
"7.450479, 7.514431, 7.544137, 7.818569, 8.924930",\
|
||
|
"8.895898, 8.959851, 8.989556, 9.263988, 10.370349");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.077880, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.659841, 6.723799, 6.753501, 7.027888, 8.133938",\
|
||
|
"6.751153, 6.815110, 6.844813, 7.119199, 8.225249",\
|
||
|
"6.802849, 6.866807, 6.896510, 7.170896, 8.276946",\
|
||
|
"7.091314, 7.155272, 7.184974, 7.459361, 8.565411",\
|
||
|
"8.175508, 8.239467, 8.269169, 8.543555, 9.649606");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.800389, 6.852742, 6.875434, 7.059247, 7.756309",\
|
||
|
"6.848315, 6.900668, 6.923360, 7.107173, 7.804235",\
|
||
|
"6.944510, 6.996863, 7.019556, 7.203369, 7.900430",\
|
||
|
"7.223331, 7.275684, 7.298377, 7.482190, 8.179251",\
|
||
|
"8.437226, 8.489580, 8.512272, 8.696086, 9.393147");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.191782, 3.255735, 3.285440, 3.559872, 4.666234",\
|
||
|
"3.283383, 3.347336, 3.377042, 3.651473, 4.757835",\
|
||
|
"3.335080, 3.399033, 3.428738, 3.703170, 4.809532",\
|
||
|
"3.622122, 3.686075, 3.715780, 3.990212, 5.096574",\
|
||
|
"4.677994, 4.741947, 4.771652, 5.046084, 6.152446");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.637294, 3.689651, 3.712343, 3.896154, 4.593222",\
|
||
|
"3.687346, 3.739702, 3.762395, 3.946205, 4.643273",\
|
||
|
"3.783541, 3.835898, 3.858590, 4.042400, 4.739468",\
|
||
|
"4.060502, 4.112859, 4.135551, 4.319361, 5.016429",\
|
||
|
"5.249113, 5.301470, 5.324162, 5.507973, 6.205040");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.544264, 6.596617, 6.619309, 6.803122, 7.500184",\
|
||
|
"6.635546, 6.687899, 6.710591, 6.894404, 7.591465",\
|
||
|
"6.687242, 6.739594, 6.762287, 6.946100, 7.643161",\
|
||
|
"6.975851, 7.028204, 7.050896, 7.234709, 7.931771",\
|
||
|
"8.062944, 8.115298, 8.137990, 8.321804, 9.018865");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.367431, 7.431389, 7.461092, 7.735478, 8.841528",\
|
||
|
"7.415338, 7.479296, 7.508998, 7.783385, 8.889435",\
|
||
|
"7.511532, 7.575490, 7.605193, 7.879579, 8.985629",\
|
||
|
"7.790371, 7.854329, 7.884032, 8.158418, 9.264468",\
|
||
|
"9.004494, 9.068452, 9.098154, 9.372540, 10.478591");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.330874, 3.383231, 3.405923, 3.589734, 4.286801",\
|
||
|
"3.422154, 3.474511, 3.497204, 3.681014, 4.378082",\
|
||
|
"3.473851, 3.526208, 3.548900, 3.732710, 4.429778",\
|
||
|
"3.762467, 3.814824, 3.837516, 4.021327, 4.718394",\
|
||
|
"4.849700, 4.902057, 4.924749, 5.108560, 5.805627");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.199427, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.977965, 4.041918, 4.071623, 4.346055, 5.452417",\
|
||
|
"4.025893, 4.089846, 4.119551, 4.393983, 5.500344",\
|
||
|
"4.122088, 4.186041, 4.215746, 4.490178, 5.596539",\
|
||
|
"4.400908, 4.464860, 4.494566, 4.768998, 5.875360",\
|
||
|
"5.614781, 5.678734, 5.708439, 5.982871, 7.089233");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.113296, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.089133, 5.153091, 5.182794, 5.457180, 6.563230",\
|
||
|
"5.138443, 5.202400, 5.232103, 5.506489, 6.612539",\
|
||
|
"5.237113, 5.301070, 5.330773, 5.605159, 6.711209",\
|
||
|
"5.532869, 5.596827, 5.626530, 5.900916, 7.006966",\
|
||
|
"6.647660, 6.711617, 6.741320, 7.015707, 8.121757");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.920033, 4.972386, 4.995079, 5.178892, 5.875953",\
|
||
|
"4.946562, 4.998915, 5.021607, 5.205420, 5.902482",\
|
||
|
"5.072050, 5.124403, 5.147095, 5.330908, 6.027970",\
|
||
|
"5.369071, 5.421424, 5.444116, 5.627929, 6.324991",\
|
||
|
"6.584517, 6.636870, 6.659563, 6.843376, 7.540437");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.619521, 2.683474, 2.713179, 2.987611, 4.093973",\
|
||
|
"2.668830, 2.732783, 2.762488, 3.036920, 4.143282",\
|
||
|
"2.767500, 2.831453, 2.861158, 3.135590, 4.241951",\
|
||
|
"3.063269, 3.127222, 3.156928, 3.431359, 4.537721",\
|
||
|
"4.178214, 4.242166, 4.271872, 4.546303, 5.652665");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.811480, 2.863837, 2.886529, 3.070339, 3.767407",\
|
||
|
"2.838008, 2.890365, 2.913058, 3.096868, 3.793936",\
|
||
|
"2.963497, 3.015854, 3.038546, 3.222356, 3.919424",\
|
||
|
"3.260517, 3.312874, 3.335566, 3.519377, 4.216444",\
|
||
|
"4.475569, 4.527926, 4.550619, 4.734429, 5.431497");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.604880, 4.657233, 4.679925, 4.863738, 5.560800",\
|
||
|
"4.654189, 4.706542, 4.729234, 4.913047, 5.610109",\
|
||
|
"4.752860, 4.805212, 4.827905, 5.011718, 5.708779",\
|
||
|
"5.048353, 5.100706, 5.123398, 5.307211, 6.004272",\
|
||
|
"6.159957, 6.212310, 6.235002, 6.418815, 7.115877");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "4.957528, 5.021485, 5.051188, 5.325574, 6.431624",\
|
||
|
"4.984057, 5.048015, 5.077717, 5.352104, 6.458154",\
|
||
|
"5.109545, 5.173503, 5.203206, 5.477592, 6.583642",\
|
||
|
"5.406566, 5.470523, 5.500226, 5.774612, 6.880662",\
|
||
|
"6.621632, 6.685590, 6.715292, 6.989679, 8.095729");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.426587, 2.478944, 2.501636, 2.685446, 3.382514",\
|
||
|
"2.475896, 2.528253, 2.550945, 2.734756, 3.431823",\
|
||
|
"2.574565, 2.626922, 2.649615, 2.833425, 3.530493",\
|
||
|
"2.867526, 2.919883, 2.942575, 3.126385, 3.823453",\
|
||
|
"3.948454, 4.000811, 4.023503, 4.207314, 4.904381");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100662, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.569999, 2.633952, 2.663657, 2.938089, 4.044451",\
|
||
|
"2.596528, 2.660481, 2.690187, 2.964618, 4.070980",\
|
||
|
"2.722017, 2.785969, 2.815675, 3.090107, 4.196468",\
|
||
|
"3.018928, 3.082881, 3.112586, 3.387018, 4.493380",\
|
||
|
"4.193975, 4.257927, 4.287633, 4.562065, 5.668427");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.055992, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.258308, 3.322266, 3.351969, 3.626355, 4.732405",\
|
||
|
"3.292658, 3.356616, 3.386319, 3.660705, 4.766755",\
|
||
|
"3.406311, 3.470269, 3.499971, 3.774358, 4.880408",\
|
||
|
"3.701838, 3.765796, 3.795499, 4.069885, 5.175935",\
|
||
|
"4.812839, 4.876797, 4.906499, 5.180886, 6.286936");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.024161, 3.076514, 3.099206, 3.283020, 3.980081",\
|
||
|
"3.042140, 3.094493, 3.117185, 3.300998, 3.998060",\
|
||
|
"3.176210, 3.228563, 3.251256, 3.435069, 4.132130",\
|
||
|
"3.473288, 3.525640, 3.548333, 3.732147, 4.429208",\
|
||
|
"4.687321, 4.739674, 4.762366, 4.946179, 5.643241");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.789476, 1.853429, 1.883134, 2.157566, 3.263928",\
|
||
|
"1.823826, 1.887779, 1.917484, 2.191916, 3.298278",\
|
||
|
"1.937479, 2.001431, 2.031137, 2.305568, 3.411931",\
|
||
|
"2.230397, 2.294349, 2.324055, 2.598487, 3.704848",\
|
||
|
"3.310372, 3.374325, 3.404030, 3.678462, 4.784823");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.870329, 1.922686, 1.945378, 2.129188, 2.826257",\
|
||
|
"1.888307, 1.940664, 1.963356, 2.147167, 2.844235",\
|
||
|
"2.022378, 2.074735, 2.097427, 2.281238, 2.978306",\
|
||
|
"2.319324, 2.371681, 2.394373, 2.578184, 3.275252",\
|
||
|
"3.493385, 3.545742, 3.568434, 3.752244, 4.449313");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.161061, 3.213413, 3.236106, 3.419919, 4.116981",\
|
||
|
"3.195411, 3.247764, 3.270456, 3.454269, 4.151330",\
|
||
|
"3.309063, 3.361416, 3.384108, 3.567922, 4.264983",\
|
||
|
"3.604857, 3.657210, 3.679902, 3.863716, 4.560777",\
|
||
|
"4.719030, 4.771383, 4.794075, 4.977889, 5.674950");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.571816, 3.635774, 3.665477, 3.939863, 5.045913",\
|
||
|
"3.589795, 3.653753, 3.683455, 3.957842, 5.063892",\
|
||
|
"3.723865, 3.787823, 3.817526, 4.091912, 5.197962",\
|
||
|
"4.020944, 4.084902, 4.114604, 4.388990, 5.495040",\
|
||
|
"5.235339, 5.299297, 5.329000, 5.603386, 6.709436");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.916149, 1.968506, 1.991198, 2.175009, 2.872077",\
|
||
|
"1.950499, 2.002856, 2.025548, 2.209359, 2.906427",\
|
||
|
"2.064152, 2.116509, 2.139201, 2.323012, 3.020080",\
|
||
|
"2.359959, 2.412316, 2.435008, 2.618819, 3.315887",\
|
||
|
"3.474283, 3.526639, 3.549332, 3.733142, 4.430211");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069887, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "2.172767, 2.236720, 2.266426, 2.540858, 3.647219",\
|
||
|
"2.190746, 2.254699, 2.284405, 2.558836, 3.665198",\
|
||
|
"2.324816, 2.388769, 2.418475, 2.692907, 3.799268",\
|
||
|
"2.621894, 2.685847, 2.715552, 2.989984, 4.096345",\
|
||
|
"3.835892, 3.899845, 3.929550, 4.203982, 5.310344");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.038539, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.873487, 1.937445, 1.967148, 2.241534, 3.347584",\
|
||
|
"1.912766, 1.976724, 2.006427, 2.280813, 3.386864",\
|
||
|
"2.021478, 2.085436, 2.115138, 2.389525, 3.495575",\
|
||
|
"2.317257, 2.381215, 2.410918, 2.685304, 3.791355",\
|
||
|
"3.431223, 3.495181, 3.524883, 3.799270, 4.905320");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.663179, 1.715532, 1.738224, 1.922037, 2.619099",\
|
||
|
"1.683910, 1.736263, 1.758955, 1.942768, 2.639830",\
|
||
|
"1.815227, 1.867580, 1.890272, 2.074085, 2.771147",\
|
||
|
"2.112300, 2.164653, 2.187346, 2.371158, 3.068220",\
|
||
|
"3.326386, 3.378739, 3.401432, 3.585245, 4.282306");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.274959, 1.338912, 1.368618, 1.643050, 2.749413",\
|
||
|
"1.314239, 1.378191, 1.407897, 1.682329, 2.788692",\
|
||
|
"1.422950, 1.486903, 1.516608, 1.791040, 2.897404",\
|
||
|
"1.718744, 1.782696, 1.812402, 2.086834, 3.193197",\
|
||
|
"2.832877, 2.896830, 2.926536, 3.200968, 4.307331");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.482990, 1.535347, 1.558039, 1.741849, 2.438919",\
|
||
|
"1.503720, 1.556077, 1.578769, 1.762580, 2.459650",\
|
||
|
"1.635037, 1.687394, 1.710086, 1.893897, 2.590967",\
|
||
|
"1.932109, 1.984466, 2.007159, 2.190969, 2.888039",\
|
||
|
"3.145807, 3.198164, 3.220856, 3.404667, 4.101737");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.378873, 1.431226, 1.453918, 1.637731, 2.334793",\
|
||
|
"1.418153, 1.470505, 1.493198, 1.677011, 2.374072",\
|
||
|
"1.526864, 1.579217, 1.601909, 1.785722, 2.482784",\
|
||
|
"1.822387, 1.874740, 1.897432, 2.081246, 2.778307",\
|
||
|
"2.933325, 2.985678, 3.008370, 3.192183, 3.889245");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.664995, 1.728953, 1.758656, 2.033042, 3.139093",\
|
||
|
"1.685726, 1.749683, 1.779386, 2.053772, 3.159823",\
|
||
|
"1.817043, 1.881001, 1.910703, 2.185090, 3.291140",\
|
||
|
"2.114115, 2.178073, 2.207776, 2.482162, 3.588213",\
|
||
|
"3.327880, 3.391838, 3.421541, 3.695927, 4.801978");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533303, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.100220, 1.152577, 1.175269, 1.359080, 2.056150",\
|
||
|
"1.139499, 1.191857, 1.214549, 1.398359, 2.095429",\
|
||
|
"1.248211, 1.300568, 1.323260, 1.507071, 2.204141",\
|
||
|
"1.541092, 1.593449, 1.616141, 1.799952, 2.497022",\
|
||
|
"2.620786, 2.673143, 2.695836, 2.879646, 3.576716");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080008, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "1.230197, 1.294150, 1.323855, 1.598287, 2.704651",\
|
||
|
"1.250927, 1.314880, 1.344586, 1.619018, 2.725381",\
|
||
|
"1.382245, 1.446197, 1.475903, 1.750335, 2.856698",\
|
||
|
"1.679179, 1.743132, 1.772838, 2.047270, 3.153633",\
|
||
|
"2.852950, 2.916903, 2.946609, 3.221040, 4.327404");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044132, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167242, 0.533140, 2.074698");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "22.046286, 22.110243, 22.139946, 22.414331, 23.520382",\
|
||
|
"22.084007, 22.147964, 22.177668, 22.452053, 23.558104",\
|
||
|
"22.194283, 22.258240, 22.287943, 22.562328, 23.668379",\
|
||
|
"22.490065, 22.554022, 22.583725, 22.858110, 23.964161",\
|
||
|
"23.604645, 23.668602, 23.698305, 23.972691, 25.078741");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "21.818966, 21.871317, 21.894011, 22.077824, 22.774885",\
|
||
|
"21.838850, 21.891201, 21.913895, 22.097708, 22.794769",\
|
||
|
"21.971001, 22.023352, 22.046045, 22.229858, 22.926920",\
|
||
|
"22.268051, 22.320402, 22.343096, 22.526909, 23.223970",\
|
||
|
"23.483147, 23.535498, 23.558191, 23.742004, 24.439066");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.208955, 9.272908, 9.302613, 9.577045, 10.683406",\
|
||
|
"9.246676, 9.310630, 9.340335, 9.614767, 10.721128",\
|
||
|
"9.356952, 9.420905, 9.450610, 9.725042, 10.831403",\
|
||
|
"9.652745, 9.716699, 9.746404, 10.020836, 11.127196",\
|
||
|
"10.767470, 10.831424, 10.861129, 11.135561, 12.241921");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.331972, 9.384330, 9.407022, 9.590833, 10.287900",\
|
||
|
"9.351856, 9.404214, 9.426906, 9.610717, 10.307784",\
|
||
|
"9.484006, 9.536364, 9.559055, 9.742867, 10.439934",\
|
||
|
"9.781057, 9.833415, 9.856107, 10.039918, 10.736985",\
|
||
|
"10.995756, 11.048114, 11.070806, 11.254617, 11.951684");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "21.510054, 21.562405, 21.585098, 21.768911, 22.465973",\
|
||
|
"21.547773, 21.600124, 21.622818, 21.806631, 22.503693",\
|
||
|
"21.658051, 21.710402, 21.733095, 21.916908, 22.613970",\
|
||
|
"21.953575, 22.005926, 22.028620, 22.212433, 22.909494",\
|
||
|
"23.065050, 23.117401, 23.140095, 23.323908, 24.020969");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "21.900017, 21.963974, 21.993677, 22.268063, 23.374113",\
|
||
|
"21.919901, 21.983858, 22.013561, 22.287947, 23.393997",\
|
||
|
"22.052052, 22.116009, 22.145712, 22.420097, 23.526148",\
|
||
|
"22.349102, 22.413059, 22.442762, 22.717148, 23.823198",\
|
||
|
"23.563862, 23.627819, 23.657522, 23.931908, 25.037958");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.947653, 9.000010, 9.022702, 9.206513, 9.903581",\
|
||
|
"8.985374, 9.037732, 9.060424, 9.244235, 9.941302",\
|
||
|
"9.095650, 9.148007, 9.170699, 9.354510, 10.051578",\
|
||
|
"9.388608, 9.440966, 9.463657, 9.647469, 10.344536",\
|
||
|
"10.469205, 10.521563, 10.544254, 10.728065, 11.425133");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076807, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "9.160726, 9.224679, 9.254384, 9.528816, 10.635177",\
|
||
|
"9.180610, 9.244563, 9.274268, 9.548700, 10.655061",\
|
||
|
"9.312760, 9.376714, 9.406419, 9.680851, 10.787211",\
|
||
|
"9.609694, 9.673648, 9.703353, 9.977785, 11.084146",\
|
||
|
"10.784402, 10.848355, 10.878060, 11.152493, 12.258853");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042437, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "20.230482, 20.294439, 20.324142, 20.598528, 21.704578",\
|
||
|
"20.277174, 20.341131, 20.370834, 20.645220, 21.751270",\
|
||
|
"20.378456, 20.442413, 20.472116, 20.746502, 21.852552",\
|
||
|
"20.673954, 20.737911, 20.767614, 21.042000, 22.148050",\
|
||
|
"21.786537, 21.850494, 21.880198, 22.154583, 23.260633");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "19.892529, 19.944880, 19.967573, 20.151386, 20.848448",\
|
||
|
"19.917498, 19.969849, 19.992542, 20.176355, 20.873417",\
|
||
|
"20.044521, 20.096872, 20.119566, 20.303379, 21.000441",\
|
||
|
"20.341501, 20.393852, 20.416546, 20.600359, 21.297421",\
|
||
|
"21.557951, 21.610302, 21.632996, 21.816809, 22.513870");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.349801, 8.413754, 8.443460, 8.717892, 9.824252",\
|
||
|
"8.396493, 8.460446, 8.490151, 8.764584, 9.870944",\
|
||
|
"8.497774, 8.561728, 8.591433, 8.865865, 9.972225",\
|
||
|
"8.790816, 8.854770, 8.884475, 9.158907, 10.265267",\
|
||
|
"9.872920, 9.936873, 9.966578, 10.241011, 11.347371");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.356032, 8.408390, 8.431082, 8.614893, 9.311960",\
|
||
|
"8.381001, 8.433359, 8.456051, 8.639862, 9.336929",\
|
||
|
"8.508024, 8.560382, 8.583074, 8.766885, 9.463952",\
|
||
|
"8.804921, 8.857279, 8.879971, 9.063782, 9.760849",\
|
||
|
"9.981194, 10.033551, 10.056243, 10.240054, 10.937121");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "20.089441, 20.141792, 20.164486, 20.348299, 21.045361",\
|
||
|
"20.136133, 20.188484, 20.211178, 20.394991, 21.092052",\
|
||
|
"20.237413, 20.289764, 20.312458, 20.496271, 21.193333",\
|
||
|
"20.533155, 20.585506, 20.608200, 20.792013, 21.489075",\
|
||
|
"21.648701, 21.701052, 21.723745, 21.907558, 22.604620");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "20.514967, 20.578924, 20.608627, 20.883013, 21.989063",\
|
||
|
"20.539936, 20.603893, 20.633596, 20.907982, 22.014032",\
|
||
|
"20.666958, 20.730915, 20.760618, 21.035004, 22.141054",\
|
||
|
"20.963936, 21.027893, 21.057596, 21.331982, 22.438032",\
|
||
|
"22.180714, 22.244671, 22.274374, 22.548759, 23.654810");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.410155, 8.462513, 8.485205, 8.669016, 9.366083",\
|
||
|
"8.456846, 8.509204, 8.531896, 8.715707, 9.412774",\
|
||
|
"8.558128, 8.610486, 8.633178, 8.816989, 9.514056",\
|
||
|
"8.853880, 8.906238, 8.928929, 9.112741, 9.809808",\
|
||
|
"9.969585, 10.021943, 10.044635, 10.228446, 10.925513");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.095225, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.736725, 8.800678, 8.830383, 9.104815, 10.211176",\
|
||
|
"8.761693, 8.825646, 8.855351, 9.129784, 10.236144",\
|
||
|
"8.888717, 8.952670, 8.982375, 9.256807, 10.363168",\
|
||
|
"9.185695, 9.249648, 9.279353, 9.553785, 10.660146",\
|
||
|
"10.402080, 10.466033, 10.495738, 10.770170, 11.876531");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.052852, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "18.971828, 19.035786, 19.065489, 19.339874, 20.445925",\
|
||
|
"19.067894, 19.131851, 19.161554, 19.435940, 20.541990",\
|
||
|
"19.114937, 19.178894, 19.208597, 19.482983, 20.589033",\
|
||
|
"19.404530, 19.468487, 19.498190, 19.772575, 20.878626",\
|
||
|
"20.548317, 20.612274, 20.641977, 20.916363, 22.022413");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "18.706123, 18.758474, 18.781168, 18.964981, 19.662043",\
|
||
|
"18.764597, 18.816948, 18.839642, 19.023455, 19.720516",\
|
||
|
"18.864088, 18.916439, 18.939133, 19.122946, 19.820007",\
|
||
|
"19.186220, 19.238571, 19.261265, 19.445078, 20.142139",\
|
||
|
"20.674274, 20.726625, 20.749319, 20.933132, 21.630194");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.016197, 8.080151, 8.109856, 8.384288, 9.490648",\
|
||
|
"8.112261, 8.176214, 8.205919, 8.480351, 9.586712",\
|
||
|
"8.159304, 8.223257, 8.252962, 8.527394, 9.633755",\
|
||
|
"8.448896, 8.512850, 8.542555, 8.816987, 9.923347",\
|
||
|
"9.592853, 9.656806, 9.686511, 9.960943, 11.067304");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "8.152979, 8.205337, 8.228028, 8.411839, 9.108907",\
|
||
|
"8.211452, 8.263809, 8.286501, 8.470312, 9.167379",\
|
||
|
"8.310943, 8.363300, 8.385991, 8.569802, 9.266870",\
|
||
|
"8.633074, 8.685431, 8.708123, 8.891934, 9.589002",\
|
||
|
"10.120790, 10.173148, 10.195840, 10.379651, 11.076718");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "18.356745, 18.409096, 18.431789, 18.615602, 19.312664",\
|
||
|
"18.452808, 18.505159, 18.527853, 18.711666, 19.408728",\
|
||
|
"18.499851, 18.552202, 18.574896, 18.758709, 19.455770",\
|
||
|
"18.789446, 18.841797, 18.864491, 19.048304, 19.745365",\
|
||
|
"19.929653, 19.982004, 20.004698, 20.188511, 20.885572");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "18.867708, 18.931665, 18.961369, 19.235754, 20.341805",\
|
||
|
"18.926182, 18.990139, 19.019842, 19.294228, 20.400278",\
|
||
|
"19.025673, 19.089630, 19.119333, 19.393719, 20.499769",\
|
||
|
"19.347805, 19.411762, 19.441465, 19.715851, 20.821901",\
|
||
|
"20.835543, 20.899500, 20.929203, 21.203588, 22.309639");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.688029, 7.740386, 7.763078, 7.946888, 8.643956",\
|
||
|
"7.784093, 7.836450, 7.859142, 8.042953, 8.740020",\
|
||
|
"7.831135, 7.883492, 7.906185, 8.089995, 8.787063",\
|
||
|
"8.120728, 8.173086, 8.195778, 8.379589, 9.076656",\
|
||
|
"9.226221, 9.278579, 9.301270, 9.485082, 10.182149");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.209431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.969164, 8.033116, 8.062822, 8.337254, 9.443615",\
|
||
|
"8.027636, 8.091589, 8.121294, 8.395726, 9.502087",\
|
||
|
"8.127127, 8.191080, 8.220785, 8.495217, 9.601578",\
|
||
|
"8.449258, 8.513211, 8.542916, 8.817348, 9.923709",\
|
||
|
"9.902865, 9.966819, 9.996524, 10.270956, 11.377316");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.119320, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "17.183327, 17.247284, 17.276987, 17.551373, 18.657423",\
|
||
|
"17.275938, 17.339895, 17.369598, 17.643984, 18.750034",\
|
||
|
"17.326475, 17.390432, 17.420135, 17.694521, 18.800571",\
|
||
|
"17.616230, 17.680187, 17.709890, 17.984276, 19.090326",\
|
||
|
"18.757381, 18.821339, 18.851042, 19.125427, 20.231478");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "16.864819, 16.917170, 16.939863, 17.123676, 17.820738",\
|
||
|
"16.920807, 16.973158, 16.995852, 17.179665, 17.876726",\
|
||
|
"17.022738, 17.075089, 17.097782, 17.281595, 17.978657",\
|
||
|
"17.344980, 17.397331, 17.420025, 17.603838, 18.300900",\
|
||
|
"18.834179, 18.886530, 18.909224, 19.093037, 19.790098");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.162476, 7.226428, 7.256134, 7.530565, 8.636927",\
|
||
|
"7.255088, 7.319040, 7.348746, 7.623178, 8.729539",\
|
||
|
"7.305624, 7.369576, 7.399282, 7.673714, 8.780075",\
|
||
|
"7.595381, 7.659334, 7.689039, 7.963471, 9.069832",\
|
||
|
"8.703130, 8.767083, 8.796788, 9.071220, 10.177581");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.210484, 7.262841, 7.285533, 7.469343, 8.166410",\
|
||
|
"7.266472, 7.318829, 7.341521, 7.525331, 8.222399",\
|
||
|
"7.368402, 7.420760, 7.443452, 7.627262, 8.324329",\
|
||
|
"7.690644, 7.743001, 7.765694, 7.949504, 8.646571",\
|
||
|
"9.145691, 9.198049, 9.220740, 9.404552, 10.101619");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "16.967136, 17.019487, 17.042181, 17.225994, 17.923056",\
|
||
|
"17.059750, 17.112101, 17.134794, 17.318607, 18.015669",\
|
||
|
"17.110285, 17.162636, 17.185329, 17.369143, 18.066204",\
|
||
|
"17.400042, 17.452393, 17.475086, 17.658899, 18.355961",\
|
||
|
"18.544540, 18.596891, 18.619585, 18.803398, 19.500460");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "17.532301, 17.596258, 17.625961, 17.900347, 19.006397",\
|
||
|
"17.588289, 17.652246, 17.681950, 17.956335, 19.062386",\
|
||
|
"17.690218, 17.754175, 17.783878, 18.058264, 19.164314",\
|
||
|
"18.012463, 18.076420, 18.106123, 18.380508, 19.486559",\
|
||
|
"19.501991, 19.565948, 19.595652, 19.870037, 20.976088");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.264254, 7.316611, 7.339303, 7.523114, 8.220181",\
|
||
|
"7.356866, 7.409223, 7.431915, 7.615726, 8.312793",\
|
||
|
"7.407402, 7.459759, 7.482451, 7.666262, 8.363329",\
|
||
|
"7.697158, 7.749516, 7.772208, 7.956018, 8.653086",\
|
||
|
"8.841829, 8.894187, 8.916879, 9.100690, 9.797757");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.201540, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "7.630207, 7.694160, 7.723865, 7.998297, 9.104658",\
|
||
|
"7.686195, 7.750148, 7.779853, 8.054285, 9.160646",\
|
||
|
"7.788126, 7.852078, 7.881784, 8.156216, 9.262577",\
|
||
|
"8.110368, 8.174321, 8.204027, 8.478458, 9.584820",\
|
||
|
"9.599559, 9.663512, 9.693217, 9.967649, 11.074010");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.114572, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "26.486057, 26.550014, 26.579718, 26.854105, 27.960154",\
|
||
|
"26.531586, 26.595543, 26.625246, 26.899633, 28.005682",\
|
||
|
"26.643105, 26.707062, 26.736765, 27.011152, 28.117201",\
|
||
|
"26.970417, 27.034374, 27.064077, 27.338465, 28.444513",\
|
||
|
"28.135757, 28.199715, 28.229418, 28.503805, 29.609854");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "25.806889, 25.859241, 25.881935, 26.065746, 26.762810",\
|
||
|
"25.852413, 25.904766, 25.927460, 26.111271, 26.808334",\
|
||
|
"25.963932, 26.016285, 26.038979, 26.222790, 26.919853",\
|
||
|
"26.291245, 26.343597, 26.366291, 26.550102, 27.247166",\
|
||
|
"27.456585, 27.508938, 27.531631, 27.715443, 28.412506");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105834, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.589537, 3.653490, 3.683196, 3.957628, 5.063991",\
|
||
|
"3.635633, 3.699585, 3.729291, 4.003723, 5.110086",\
|
||
|
"3.748156, 3.812109, 3.841815, 4.116247, 5.222610",\
|
||
|
"4.080182, 4.144135, 4.173840, 4.448272, 5.554636",\
|
||
|
"5.293334, 5.357287, 5.386993, 5.661425, 6.767788");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074698",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533140, 2.074698");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "3.350856, 3.403213, 3.425905, 3.609716, 4.306786",\
|
||
|
"3.396934, 3.449291, 3.471984, 3.655794, 4.352864",\
|
||
|
"3.509507, 3.561864, 3.584556, 3.768367, 4.465437",\
|
||
|
"3.841515, 3.893872, 3.916564, 4.100375, 4.797445",\
|
||
|
"5.054639, 5.106996, 5.129688, 5.313498, 6.010568");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333351");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.856546, 13.920505, 13.950207, 14.224593, 15.330644",\
|
||
|
"13.915359, 13.979317, 14.009019, 14.283405, 15.389456",\
|
||
|
"14.004519, 14.068477, 14.098179, 14.372565, 15.478616",\
|
||
|
"14.327296, 14.391254, 14.420957, 14.695343, 15.801394",\
|
||
|
"15.643905, 15.707863, 15.737565, 16.011951, 17.118002");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "12.788884, 12.841238, 12.863930, 13.047744, 13.744804",\
|
||
|
"12.819637, 12.871991, 12.894683, 13.078497, 13.775558",\
|
||
|
"12.952444, 13.004798, 13.027490, 13.211304, 13.908364",\
|
||
|
"13.346349, 13.398703, 13.421394, 13.605208, 14.302269",\
|
||
|
"14.925814, 14.978168, 15.000859, 15.184673, 15.881734");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "5.737793, 5.801746, 5.831451, 6.105883, 7.212245",\
|
||
|
"5.796607, 5.860559, 5.890265, 6.164696, 7.271058",\
|
||
|
"5.885767, 5.949719, 5.979424, 6.253856, 7.360218",\
|
||
|
"6.208546, 6.272498, 6.302204, 6.576635, 7.682997",\
|
||
|
"7.523351, 7.587304, 7.617009, 7.891441, 8.997802");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.299338, 6.351696, 6.374388, 6.558198, 7.255266",\
|
||
|
"6.330091, 6.382448, 6.405140, 6.588950, 7.286018",\
|
||
|
"6.462899, 6.515256, 6.537948, 6.721758, 7.418826",\
|
||
|
"6.856803, 6.909161, 6.931853, 7.115663, 7.812731",\
|
||
|
"8.436275, 8.488633, 8.511325, 8.695136, 9.392203");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "13.504376, 13.556730, 13.579422, 13.763236, 14.460297",\
|
||
|
"13.563190, 13.615543, 13.638235, 13.822049, 14.519110",\
|
||
|
"13.652349, 13.704703, 13.727395, 13.911209, 14.608270",\
|
||
|
"13.975128, 14.027482, 14.050174, 14.233988, 14.931048",\
|
||
|
"15.291737, 15.344090, 15.366782, 15.550596, 16.247658");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398",\
|
||
|
"0.060750, 0.105833, 0.127851, 0.350893, 1.333398");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "14.044187, 14.108145, 14.137847, 14.412233, 15.518284",\
|
||
|
"14.074939, 14.138897, 14.168599, 14.442986, 15.549036",\
|
||
|
"14.207747, 14.271705, 14.301407, 14.575793, 15.681844",\
|
||
|
"14.601650, 14.665608, 14.695311, 14.969697, 16.075747",\
|
||
|
"16.180861, 16.244818, 16.274521, 16.548906, 17.654957");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738",\
|
||
|
"0.067331, 0.133232, 0.167266, 0.533304, 2.074738");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.026311, 6.078668, 6.101360, 6.285171, 6.982238",\
|
||
|
"6.085124, 6.137481, 6.160173, 6.343983, 7.041051",\
|
||
|
"6.174284, 6.226641, 6.249333, 6.433144, 7.130211",\
|
||
|
"6.497063, 6.549420, 6.572113, 6.755923, 7.452991",\
|
||
|
"7.813875, 7.866232, 7.888924, 8.072735, 8.769802");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.115412, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350",\
|
||
|
"0.060749, 0.105827, 0.127844, 0.350884, 1.333350");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "6.531417, 6.595370, 6.625075, 6.899507, 8.005869",\
|
||
|
"6.562170, 6.626122, 6.655828, 6.930260, 8.036621",\
|
||
|
"6.694978, 6.758930, 6.788636, 7.063067, 8.169429",\
|
||
|
"7.088882, 7.152835, 7.182540, 7.456972, 8.563334",\
|
||
|
"8.668381, 8.732334, 8.762039, 9.036471, 10.142832");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.063702, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.007286, 0.040186, 0.057417, 0.242778, 1.000000");
|
||
|
values ( "0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699",\
|
||
|
"0.067349, 0.133227, 0.167243, 0.533141, 2.074699");
|
||
|
}
|
||
|
|
||
|
} /* 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.000536 ;
|
||
|
|
||
|
/* 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.010000, 0.226326, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.321009, 0.388070, 0.419943, 0.698772, 1.814194",\
|
||
|
"0.323996, 0.391041, 0.422913, 0.701765, 1.817133",\
|
||
|
"0.327252, 0.394279, 0.426149, 0.705025, 1.820336",\
|
||
|
"0.389721, 0.456523, 0.488393, 0.767716, 1.882097",\
|
||
|
"0.678699, 0.749831, 0.782979, 1.063594, 2.177813");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.226326, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.054749, 0.117072, 0.153022, 0.519812, 2.054192",\
|
||
|
"0.054749, 0.117077, 0.153022, 0.519812, 2.054192",\
|
||
|
"0.054749, 0.117082, 0.153022, 0.519812, 2.054192",\
|
||
|
"0.054749, 0.117335, 0.153090, 0.519812, 2.055193",\
|
||
|
"0.067155, 0.125867, 0.159891, 0.521401, 2.059917");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.197980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.384592, 0.439865, 0.465454, 0.655586, 1.338388",\
|
||
|
"0.388389, 0.443662, 0.469249, 0.659384, 1.342159",\
|
||
|
"0.390640, 0.445912, 0.471498, 0.661636, 1.344393",\
|
||
|
"0.450764, 0.506033, 0.531581, 0.721784, 1.404107",\
|
||
|
"0.756499, 0.812631, 0.838475, 1.028018, 1.731546");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.197980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.051722, 0.093993, 0.118742, 0.343137, 1.295351",\
|
||
|
"0.051722, 0.093996, 0.118749, 0.343137, 1.295351",\
|
||
|
"0.051722, 0.093999, 0.118753, 0.343137, 1.295351",\
|
||
|
"0.051722, 0.094058, 0.118857, 0.343137, 1.295351",\
|
||
|
"0.056823, 0.097303, 0.121413, 0.343993, 1.309861");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.198106, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.321009, 0.388070, 0.419943, 0.698772, 1.814194",\
|
||
|
"0.323847, 0.390893, 0.422764, 0.701615, 1.816986",\
|
||
|
"0.327252, 0.394279, 0.426149, 0.705025, 1.820336",\
|
||
|
"0.389721, 0.456523, 0.488393, 0.767716, 1.882097",\
|
||
|
"0.678699, 0.749831, 0.782979, 1.063594, 2.177813");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.198106, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.054749, 0.117072, 0.153016, 0.519657, 2.054150",\
|
||
|
"0.054749, 0.117077, 0.153016, 0.519657, 2.054150",\
|
||
|
"0.054749, 0.117082, 0.153016, 0.519657, 2.054150",\
|
||
|
"0.054749, 0.117335, 0.153090, 0.519657, 2.055193",\
|
||
|
"0.067155, 0.125867, 0.159891, 0.521401, 2.059917");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.192549, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.384592, 0.439865, 0.465454, 0.655586, 1.338388",\
|
||
|
"0.387683, 0.442955, 0.468542, 0.658677, 1.341457",\
|
||
|
"0.390640, 0.445912, 0.471498, 0.661636, 1.344393",\
|
||
|
"0.450764, 0.506033, 0.531581, 0.721784, 1.404107",\
|
||
|
"0.756499, 0.812631, 0.838475, 1.028018, 1.731546");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.192549, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.001036, 0.033936, 0.051167, 0.236528, 1.000000");
|
||
|
values ( "0.051722, 0.093993, 0.118742, 0.343135, 1.294456",\
|
||
|
"0.051722, 0.093996, 0.118748, 0.343135, 1.294456",\
|
||
|
"0.051722, 0.093999, 0.118753, 0.343135, 1.294456",\
|
||
|
"0.051722, 0.094058, 0.118857, 0.343135, 1.294456",\
|
||
|
"0.056823, 0.097303, 0.121413, 0.343993, 1.309861");
|
||
|
}
|
||
|
|
||
|
} /* 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 : 5.000000 ;
|
||
|
capacitance : 0.011096 ;
|
||
|
|
||
|
/* 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.010000, 0.126083, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "4.992729, 4.964110, 4.895355, 4.677929, 3.406014",\
|
||
|
"5.051163, 5.022545, 4.953789, 4.736364, 3.464448",\
|
||
|
"5.130980, 5.102361, 5.033606, 4.816180, 3.544265",\
|
||
|
"5.386331, 5.357712, 5.288957, 5.071531, 3.799616",\
|
||
|
"6.455948, 6.427330, 6.358574, 6.141149, 4.869234");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.070289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "5.782935, 5.754317, 5.685561, 5.468136, 4.196220",\
|
||
|
"5.818369, 5.789751, 5.720995, 5.503570, 4.231655",\
|
||
|
"5.946531, 5.917913, 5.849157, 5.631732, 4.359817",\
|
||
|
"6.320066, 6.291448, 6.222692, 6.005267, 4.733351",\
|
||
|
"7.980572, 7.951953, 7.883198, 7.665772, 6.393857");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.126083, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-1.804679, -1.785911, -1.740819, -1.598225, -0.764065",\
|
||
|
"-1.863417, -1.844648, -1.799556, -1.656962, -0.822802",\
|
||
|
"-1.953765, -1.934996, -1.889904, -1.747310, -0.913150",\
|
||
|
"-2.276055, -2.257287, -2.212194, -2.069601, -1.235441",\
|
||
|
"-3.391147, -3.372378, -3.327286, -3.184692, -2.350532");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.070289, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.103186, -2.084418, -2.039326, -1.896732, -1.062572",\
|
||
|
"-2.136192, -2.117423, -2.072331, -1.929737, -1.095577",\
|
||
|
"-2.257913, -2.239145, -2.194052, -2.051459, -1.217299",\
|
||
|
"-2.578515, -2.559746, -2.514654, -2.372060, -1.537900",\
|
||
|
"-4.106524, -4.087755, -4.042663, -3.900069, -3.065909");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_div[4]_hldr*/
|
||
|
|
||
|
} /* end of pin div[4] */
|
||
|
|
||
|
pin("div[3]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.020790 ;
|
||
|
|
||
|
/* 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.010000, 0.221271, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.916420, 6.887801, 6.819046, 6.601620, 5.329705",\
|
||
|
"7.024807, 6.996189, 6.927433, 6.710008, 5.438092",\
|
||
|
"7.069328, 7.040709, 6.971954, 6.754529, 5.482613",\
|
||
|
"7.291387, 7.262768, 7.194013, 6.976587, 5.704672",\
|
||
|
"8.015258, 7.986640, 7.917884, 7.700459, 6.428544");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.121131, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.133775, 6.105156, 6.036401, 5.818975, 4.547060",\
|
||
|
"6.193415, 6.164797, 6.096041, 5.878616, 4.606700",\
|
||
|
"6.294783, 6.266164, 6.197409, 5.979983, 4.708068",\
|
||
|
"6.534993, 6.506374, 6.437619, 6.220193, 4.948278",\
|
||
|
"7.777575, 7.748957, 7.680201, 7.462776, 6.190860");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.221271, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.416956, -2.398184, -2.353084, -2.170346, -1.022209",\
|
||
|
"-2.520540, -2.501768, -2.456668, -2.268927, -1.120791",\
|
||
|
"-2.562176, -2.543404, -2.498304, -2.308832, -1.160695",\
|
||
|
"-2.842952, -2.821856, -2.759792, -2.563526, -1.415389",\
|
||
|
"-3.886579, -3.860746, -3.798681, -3.602415, -2.454278");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.121131, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.047855, -2.029087, -1.983995, -1.841401, -1.007241",\
|
||
|
"-2.107703, -2.088934, -2.043842, -1.901248, -1.067088",\
|
||
|
"-2.203844, -2.185075, -2.139983, -1.997389, -1.163229",\
|
||
|
"-2.523632, -2.504864, -2.459771, -2.317178, -1.483018",\
|
||
|
"-4.018957, -4.000188, -3.955096, -3.790944, -2.642807");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_div[3]_hldr*/
|
||
|
|
||
|
} /* end of pin div[3] */
|
||
|
|
||
|
pin("div[2]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.007334 ;
|
||
|
|
||
|
/* 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.010000, 0.089163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.364568, 6.335949, 6.267194, 6.049768, 4.777853",\
|
||
|
"6.409670, 6.381052, 6.312296, 6.094871, 4.822956",\
|
||
|
"6.533477, 6.504859, 6.436103, 6.218678, 4.946763",\
|
||
|
"6.801364, 6.772746, 6.703990, 6.486565, 5.214650",\
|
||
|
"7.684983, 7.656364, 7.587609, 7.370183, 6.098268");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.048703, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.142233, 6.113615, 6.044859, 5.827434, 4.555519",\
|
||
|
"6.164774, 6.136156, 6.067400, 5.849975, 4.578059",\
|
||
|
"6.310749, 6.282130, 6.213375, 5.995949, 4.724034",\
|
||
|
"6.607072, 6.578454, 6.509698, 6.292273, 5.020358",\
|
||
|
"7.511583, 7.482965, 7.414209, 7.196784, 5.924869");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.089163, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.371690, -2.352921, -2.307829, -2.165236, -1.192241",\
|
||
|
"-2.416793, -2.398024, -2.352932, -2.210338, -1.237344",\
|
||
|
"-2.540598, -2.521830, -2.476737, -2.334144, -1.361083",\
|
||
|
"-2.808485, -2.789716, -2.744624, -2.602030, -1.637944",\
|
||
|
"-3.692099, -3.673331, -3.628238, -3.485645, -2.544185");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.048703, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-1.898733, -1.879964, -1.834872, -1.692278, -0.858118",\
|
||
|
"-1.921274, -1.902505, -1.857413, -1.714819, -0.880659",\
|
||
|
"-2.067867, -2.049098, -2.004006, -1.861412, -1.027252",\
|
||
|
"-2.369691, -2.350922, -2.305830, -2.163236, -1.329076",\
|
||
|
"-3.251354, -3.232585, -3.187493, -3.044899, -2.210740");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_div[2]_hldr*/
|
||
|
|
||
|
} /* end of pin div[2] */
|
||
|
|
||
|
pin("div[1]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.014432 ;
|
||
|
|
||
|
/* 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.010000, 0.159014, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "5.537759, 5.509140, 5.440385, 5.222960, 3.951044",\
|
||
|
"5.612046, 5.583428, 5.514672, 5.297247, 4.025331",\
|
||
|
"5.686828, 5.658210, 5.589454, 5.372029, 4.100113",\
|
||
|
"6.008835, 5.980217, 5.911461, 5.694036, 4.422121",\
|
||
|
"7.118873, 7.090255, 7.021499, 6.804074, 5.532158");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.088490, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.647435, 6.618817, 6.550061, 6.332636, 5.060720",\
|
||
|
"6.692168, 6.663550, 6.594794, 6.377369, 5.105453",\
|
||
|
"6.810989, 6.782371, 6.713615, 6.496190, 5.224275",\
|
||
|
"7.184616, 7.155997, 7.087242, 6.869816, 5.597901",\
|
||
|
"8.840472, 8.811854, 8.743098, 8.525674, 7.253758");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.159014, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.449219, -2.430450, -2.385358, -2.242764, -1.354417",\
|
||
|
"-2.523507, -2.504738, -2.459646, -2.317052, -1.435379",\
|
||
|
"-2.598289, -2.579520, -2.534428, -2.391834, -1.513031",\
|
||
|
"-2.920352, -2.901584, -2.856492, -2.713898, -1.754265",\
|
||
|
"-3.965290, -3.939456, -3.877392, -3.681126, -2.532989");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.088490, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.281735, -2.262967, -2.217875, -2.075281, -1.241121",\
|
||
|
"-2.324129, -2.305360, -2.260268, -2.117674, -1.283514",\
|
||
|
"-2.445285, -2.426517, -2.381424, -2.238831, -1.404671",\
|
||
|
"-2.697690, -2.678921, -2.633829, -2.491235, -1.657075",\
|
||
|
"-3.403535, -3.384767, -3.339674, -3.197081, -2.362921");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_div[1]_hldr*/
|
||
|
|
||
|
} /* end of pin div[1] */
|
||
|
|
||
|
pin("div[0]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.017086 ;
|
||
|
|
||
|
/* 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.010000, 0.184763, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "5.564377, 5.535758, 5.467003, 5.249578, 3.977662",\
|
||
|
"5.661218, 5.632600, 5.563844, 5.346419, 4.074503",\
|
||
|
"5.730657, 5.702038, 5.633283, 5.415857, 4.143942",\
|
||
|
"6.049446, 6.020828, 5.952072, 5.734647, 4.462731",\
|
||
|
"7.146037, 7.117419, 7.048663, 6.831238, 5.559322");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.103724, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.861169, 6.832551, 6.763795, 6.546370, 5.274454",\
|
||
|
"6.912821, 6.884203, 6.815447, 6.598022, 5.326107",\
|
||
|
"7.024061, 6.995443, 6.926687, 6.709262, 5.437346",\
|
||
|
"7.396204, 7.367586, 7.298831, 7.081405, 5.809490",\
|
||
|
"9.072175, 9.043557, 8.974801, 8.757377, 7.485461");
|
||
|
}
|
||
|
|
||
|
} /* 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.010000, 0.184763, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.234480, -2.215711, -2.170619, -2.028025, -1.193865",\
|
||
|
"-2.319909, -2.301140, -2.256048, -2.113454, -1.279294",\
|
||
|
"-2.385941, -2.367172, -2.322080, -2.179486, -1.345326",\
|
||
|
"-2.659070, -2.640302, -2.595210, -2.452616, -1.618456",\
|
||
|
"-3.510998, -3.492229, -3.447137, -3.304543, -2.470383");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.103724, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.732045, -2.706212, -2.644147, -2.447881, -1.299744",\
|
||
|
"-2.782465, -2.756632, -2.694567, -2.498302, -1.350165",\
|
||
|
"-2.900896, -2.875062, -2.812998, -2.616732, -1.468595",\
|
||
|
"-3.185239, -3.159405, -3.097341, -2.901075, -1.752938",\
|
||
|
"-4.084754, -4.058922, -3.996857, -3.800591, -2.652454");
|
||
|
}
|
||
|
|
||
|
} /* 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 : 5.000000 ;
|
||
|
capacitance : 0.012392 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[25];
|
||
|
} /* end of pin ext_trim[25] */
|
||
|
|
||
|
pin("ext_trim[24]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.008364 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[24];
|
||
|
} /* end of pin ext_trim[24] */
|
||
|
|
||
|
pin("ext_trim[23]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.007602 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[23];
|
||
|
} /* end of pin ext_trim[23] */
|
||
|
|
||
|
pin("ext_trim[22]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.011724 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[22];
|
||
|
} /* end of pin ext_trim[22] */
|
||
|
|
||
|
pin("ext_trim[21]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.014932 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[21];
|
||
|
} /* end of pin ext_trim[21] */
|
||
|
|
||
|
pin("ext_trim[20]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.015200 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[20];
|
||
|
} /* end of pin ext_trim[20] */
|
||
|
|
||
|
pin("ext_trim[19]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.014576 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[19];
|
||
|
} /* end of pin ext_trim[19] */
|
||
|
|
||
|
pin("ext_trim[18]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.015268 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[18];
|
||
|
} /* end of pin ext_trim[18] */
|
||
|
|
||
|
pin("ext_trim[17]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.011577 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[17];
|
||
|
} /* end of pin ext_trim[17] */
|
||
|
|
||
|
pin("ext_trim[16]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.009082 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[16];
|
||
|
} /* end of pin ext_trim[16] */
|
||
|
|
||
|
pin("ext_trim[15]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.009633 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[15];
|
||
|
} /* end of pin ext_trim[15] */
|
||
|
|
||
|
pin("ext_trim[14]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.008777 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[14];
|
||
|
} /* end of pin ext_trim[14] */
|
||
|
|
||
|
pin("ext_trim[13]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.007447 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[13];
|
||
|
} /* end of pin ext_trim[13] */
|
||
|
|
||
|
pin("ext_trim[12]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.009020 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[12];
|
||
|
} /* end of pin ext_trim[12] */
|
||
|
|
||
|
pin("ext_trim[11]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.007307 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[11];
|
||
|
} /* end of pin ext_trim[11] */
|
||
|
|
||
|
pin("ext_trim[10]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.008496 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[10];
|
||
|
} /* end of pin ext_trim[10] */
|
||
|
|
||
|
pin("ext_trim[9]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.018737 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[9];
|
||
|
} /* end of pin ext_trim[9] */
|
||
|
|
||
|
pin("ext_trim[8]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.019494 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[8];
|
||
|
} /* end of pin ext_trim[8] */
|
||
|
|
||
|
pin("ext_trim[7]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.007938 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[7];
|
||
|
} /* end of pin ext_trim[7] */
|
||
|
|
||
|
pin("ext_trim[6]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.006077 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[6];
|
||
|
} /* end of pin ext_trim[6] */
|
||
|
|
||
|
pin("ext_trim[5]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.006395 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[5];
|
||
|
} /* end of pin ext_trim[5] */
|
||
|
|
||
|
pin("ext_trim[4]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.005365 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[4];
|
||
|
} /* end of pin ext_trim[4] */
|
||
|
|
||
|
pin("ext_trim[3]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.008492 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[3];
|
||
|
} /* end of pin ext_trim[3] */
|
||
|
|
||
|
pin("ext_trim[2]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.018538 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[2];
|
||
|
} /* end of pin ext_trim[2] */
|
||
|
|
||
|
pin("ext_trim[1]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.004368 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : ext_trim[1];
|
||
|
} /* end of pin ext_trim[1] */
|
||
|
|
||
|
pin("ext_trim[0]") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.009392 ;
|
||
|
|
||
|
/* 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 : 5.000000 ;
|
||
|
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.874778");
|
||
|
}
|
||
|
|
||
|
} /* 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.662794");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_pll_control_clock_pwh*/
|
||
|
|
||
|
} /* end of pin pll_control_clock */
|
||
|
|
||
|
} /* end of cell */
|
||
|
|
||
|
} /* end of library */
|
||
|
|