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:56 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.043967 ;
|
||
|
|
||
|
/* 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.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.827296, 0.792461, 0.708771, 0.444118, -1.104075",\
|
||
|
"0.952322, 0.917488, 0.833797, 0.569145, -0.979049",\
|
||
|
"0.987947, 0.953113, 0.869422, 0.604769, -0.943424",\
|
||
|
"1.341574, 1.306739, 1.223049, 0.958396, -0.589797",\
|
||
|
"2.612259, 2.577425, 2.493734, 2.229081, 0.680888");
|
||
|
}
|
||
|
|
||
|
} /* 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.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.174616, 0.206221, 0.282153, 0.522270, 1.926934",\
|
||
|
"0.049573, 0.081177, 0.157109, 0.397227, 1.801891",\
|
||
|
"0.013875, 0.045480, 0.121412, 0.361529, 1.766193",\
|
||
|
"-0.339578, -0.307973, -0.232041, 0.008077, 1.412740",\
|
||
|
"-1.607351, -1.575747, -1.499816, -1.259705, 0.144926");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_dco_remfr*/
|
||
|
|
||
|
} /* end of pin dco */
|
||
|
|
||
|
pin("enable") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.009354 ;
|
||
|
|
||
|
/* 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.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.563109, 0.528241, 0.444470, 0.179563, -1.370115",\
|
||
|
"0.612931, 0.578063, 0.494292, 0.229386, -1.320293",\
|
||
|
"0.707561, 0.672693, 0.588922, 0.324015, -1.225663",\
|
||
|
"1.068852, 1.033984, 0.950213, 0.685307, -0.864372",\
|
||
|
"2.393456, 2.358588, 2.274817, 2.009910, 0.460232");
|
||
|
}
|
||
|
|
||
|
} /* 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.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.483496, 0.515099, 0.591027, 0.831132, 2.235726",\
|
||
|
"0.433908, 0.465511, 0.541439, 0.781544, 2.186138",\
|
||
|
"0.339108, 0.370711, 0.446639, 0.686744, 2.091338",\
|
||
|
"-0.005609, 0.025992, 0.101913, 0.341995, 1.746456",\
|
||
|
"-1.195072, -1.163498, -1.087639, -0.847753, 0.555560");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_enable_remrr*/
|
||
|
|
||
|
} /* end of pin enable */
|
||
|
|
||
|
pin("osc") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.003695 ;
|
||
|
|
||
|
/* 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.053536, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.189393, 0.169947, 0.123226, -0.024518, -0.888805",\
|
||
|
"0.205796, 0.186322, 0.139535, -0.008419, -0.873934",\
|
||
|
"0.574686, 0.554591, 0.506310, 0.353635, -0.539503",\
|
||
|
"0.955383, 0.934646, 0.884825, 0.727276, -0.194368",\
|
||
|
"1.721377, 1.699349, 1.646427, 1.479073, 0.500071");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.030310, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.455315, 0.426719, 0.358016, 0.140759, -1.130173",\
|
||
|
"0.468895, 0.440288, 0.371559, 0.154220, -1.117194",\
|
||
|
"1.018719, 0.989674, 0.919891, 0.699220, -0.591686",\
|
||
|
"1.575402, 1.545913, 1.475064, 1.251019, -0.059622",\
|
||
|
"2.695498, 2.665115, 2.592119, 2.361286, 1.010935");
|
||
|
}
|
||
|
|
||
|
} /* 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.053536, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-0.099648, -0.080892, -0.035828, 0.106673, 0.940295",\
|
||
|
"-0.114362, -0.095597, -0.050513, 0.092053, 0.926053",\
|
||
|
"-0.445258, -0.426302, -0.380759, -0.236740, 0.605759",\
|
||
|
"-0.786746, -0.767592, -0.721575, -0.576057, 0.275214",\
|
||
|
"-1.473846, -1.454295, -1.407324, -1.258789, -0.389870");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.030310, 1.257500, 2.505000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-0.111397, -0.085534, -0.023397, 0.173097, 1.322570",\
|
||
|
"-0.122975, -0.097126, -0.035023, 0.161363, 1.310203",\
|
||
|
"-0.591744, -0.566472, -0.505755, -0.313749, 0.809462",\
|
||
|
"-1.066362, -1.041673, -0.982358, -0.794789, 0.302474",\
|
||
|
"-2.021331, -1.997818, -1.941325, -1.762681, -0.717629");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_osc_hldr*/
|
||
|
|
||
|
} /* end of pin osc */
|
||
|
|
||
|
pin("resetb") {
|
||
|
direction : input ;
|
||
|
max_transition : 5.000000 ;
|
||
|
capacitance : 0.009052 ;
|
||
|
|
||
|
/* 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.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.573060, 0.538192, 0.454421, 0.189515, -1.360164",\
|
||
|
"0.628765, 0.593898, 0.510127, 0.245220, -1.304459",\
|
||
|
"0.722133, 0.687266, 0.603495, 0.338588, -1.211091",\
|
||
|
"1.044526, 1.009658, 0.925887, 0.660980, -0.888698",\
|
||
|
"2.353533, 2.318666, 2.234895, 1.969988, 0.420309");
|
||
|
}
|
||
|
|
||
|
} /* 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.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "0.473441, 0.505044, 0.580972, 0.821078, 2.225672",\
|
||
|
"0.417874, 0.449477, 0.525405, 0.765511, 2.170105",\
|
||
|
"0.324506, 0.356109, 0.432037, 0.672143, 2.076737",\
|
||
|
"0.009192, 0.040794, 0.116719, 0.356816, 1.761358",\
|
||
|
"-1.199874, -1.168291, -1.092412, -0.852461, 0.551231");
|
||
|
}
|
||
|
|
||
|
} /* end of arc pll_control_clock_resetb_remrr*/
|
||
|
|
||
|
} /* end of pin resetb */
|
||
|
|
||
|
pin("VPWR") {
|
||
|
direction : input ;
|
||
|
max_transition : 0.750000 ;
|
||
|
capacitance : 0.000000 ;
|
||
|
} /* end of pin VPWR */
|
||
|
|
||
|
pin("VGND") {
|
||
|
direction : input ;
|
||
|
max_transition : 0.750000 ;
|
||
|
capacitance : 0.000000 ;
|
||
|
} /* end of pin VGND */
|
||
|
bus ( clockp ) {
|
||
|
|
||
|
bus_type : BUS2_type0 ;
|
||
|
direction : output ;
|
||
|
|
||
|
pin("clockp[1]") {
|
||
|
direction : output ;
|
||
|
max_capacitance : 1.000000 ;
|
||
|
min_capacitance : 0.000000 ;
|
||
|
capacitance : 0.005594 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : clockp[1];
|
||
|
timing () {
|
||
|
related_pin : "dco" ;
|
||
|
timing_type : combinational ;
|
||
|
timing_sense : positive_unate ;
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "22.914295, 22.977411, 23.006935, 23.283646, 24.384697",\
|
||
|
"23.083239, 23.146355, 23.175879, 23.452589, 24.553640",\
|
||
|
"23.151812, 23.214928, 23.244452, 23.521162, 24.622213",\
|
||
|
"23.440464, 23.503580, 23.533104, 23.809814, 24.910866",\
|
||
|
"24.724838, 24.787954, 24.817478, 25.094189, 26.195240");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "22.701220, 22.752743, 22.775532, 22.963078, 23.650425",\
|
||
|
"22.821886, 22.873409, 22.896198, 23.083744, 23.771091",\
|
||
|
"22.856253, 22.907776, 22.930565, 23.118111, 23.805458",\
|
||
|
"23.169867, 23.221390, 23.244179, 23.431725, 24.119072",\
|
||
|
"24.655970, 24.707493, 24.730282, 24.917828, 25.605175");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545");
|
||
|
}
|
||
|
|
||
|
} /* 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.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.811714, 1.874821, 1.904349, 2.181115, 3.282488",\
|
||
|
"1.980542, 2.043649, 2.073177, 2.349943, 3.451316",\
|
||
|
"2.048880, 2.111987, 2.141515, 2.418281, 3.519654",\
|
||
|
"2.336458, 2.399565, 2.429093, 2.705859, 3.807232",\
|
||
|
"3.610434, 3.673541, 3.703068, 3.979835, 5.081207");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.165274, 2.216802, 2.239593, 2.427140, 3.114508",\
|
||
|
"2.266580, 2.318107, 2.340899, 2.528445, 3.215814",\
|
||
|
"2.297964, 2.349492, 2.372283, 2.559830, 3.247198",\
|
||
|
"2.634787, 2.686315, 2.709106, 2.896653, 3.584021",\
|
||
|
"3.864567, 3.916095, 3.938886, 4.126432, 4.813801");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "22.473619, 22.525143, 22.547932, 22.735477, 23.422825",\
|
||
|
"22.642565, 22.694088, 22.716877, 22.904423, 23.591770",\
|
||
|
"22.711134, 22.762657, 22.785446, 22.972992, 23.660339",\
|
||
|
"22.999784, 23.051308, 23.074097, 23.261642, 23.948990",\
|
||
|
"24.284159, 24.335682, 24.358471, 24.546017, 25.233364");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285545");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "23.469128, 23.532244, 23.561768, 23.838478, 24.939529",\
|
||
|
"23.589794, 23.652910, 23.682434, 23.959145, 25.060196",\
|
||
|
"23.624159, 23.687275, 23.716799, 23.993509, 25.094561",\
|
||
|
"23.937777, 24.000893, 24.030416, 24.307127, 25.408178",\
|
||
|
"25.423878, 25.486994, 25.516518, 25.793228, 26.894279");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.065005, 2.116532, 2.139324, 2.326870, 3.014239",\
|
||
|
"2.233833, 2.285360, 2.308151, 2.495698, 3.183067",\
|
||
|
"2.302171, 2.353698, 2.376489, 2.564036, 3.251405",\
|
||
|
"2.589749, 2.641276, 2.664068, 2.851614, 3.538983",\
|
||
|
"3.764785, 3.816313, 3.839104, 4.026651, 4.714020");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.316228, 0.447468, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.209753, 2.272859, 2.302387, 2.579154, 3.680526",\
|
||
|
"2.334780, 2.397887, 2.427414, 2.704180, 3.805553",\
|
||
|
"2.370404, 2.433511, 2.463039, 2.739805, 3.841178",\
|
||
|
"2.724020, 2.787127, 2.816655, 3.093421, 4.194794",\
|
||
|
"3.994542, 4.057649, 4.087177, 4.363943, 5.465316");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.247426, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.422999, 13.486115, 13.515639, 13.792350, 14.893402",\
|
||
|
"13.472821, 13.535936, 13.565461, 13.842172, 14.943224",\
|
||
|
"13.567451, 13.630567, 13.660091, 13.936802, 15.037854",\
|
||
|
"13.928738, 13.991853, 14.021378, 14.298088, 15.399140",\
|
||
|
"15.253478, 15.316593, 15.346118, 15.622828, 16.723879");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.317833, 12.369356, 12.392146, 12.579692, 13.267038",\
|
||
|
"12.348787, 12.400311, 12.423100, 12.610646, 13.297993",\
|
||
|
"12.482116, 12.533639, 12.556429, 12.743975, 13.431321",\
|
||
|
"12.880610, 12.932134, 12.954924, 13.142469, 13.829816",\
|
||
|
"14.398676, 14.450199, 14.472989, 14.660535, 15.347881");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.571272, 5.634378, 5.663907, 5.940672, 7.042043",\
|
||
|
"5.621094, 5.684200, 5.713728, 5.990494, 7.091865",\
|
||
|
"5.715724, 5.778830, 5.808358, 6.085124, 7.186495",\
|
||
|
"6.077009, 6.140116, 6.169644, 6.446409, 7.547781",\
|
||
|
"7.399049, 7.462156, 7.491684, 7.768450, 8.869821");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.104334, 6.155861, 6.178653, 6.366199, 7.053567",\
|
||
|
"6.135288, 6.186815, 6.209607, 6.397153, 7.084521",\
|
||
|
"6.268617, 6.320144, 6.342936, 6.530482, 7.217850",\
|
||
|
"6.667112, 6.718639, 6.741430, 6.928977, 7.616345",\
|
||
|
"8.185185, 8.236712, 8.259504, 8.447051, 9.134418");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.112400, 13.163923, 13.186713, 13.374259, 14.061605",\
|
||
|
"13.162222, 13.213745, 13.236535, 13.424081, 14.111427",\
|
||
|
"13.256851, 13.308374, 13.331164, 13.518710, 14.206057",\
|
||
|
"13.618137, 13.669661, 13.692451, 13.879996, 14.567343",\
|
||
|
"14.942876, 14.994399, 15.017189, 15.204735, 15.892081");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.483376, 13.546491, 13.576015, 13.852726, 14.953778",\
|
||
|
"13.514329, 13.577444, 13.606969, 13.883679, 14.984732",\
|
||
|
"13.647658, 13.710773, 13.740298, 14.017009, 15.118061",\
|
||
|
"14.046154, 14.109269, 14.138794, 14.415504, 15.516557",\
|
||
|
"15.563933, 15.627048, 15.656573, 15.933284, 17.034334");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.858470, 5.909997, 5.932789, 6.120335, 6.807703",\
|
||
|
"5.908293, 5.959820, 5.982611, 6.170158, 6.857526",\
|
||
|
"6.002923, 6.054450, 6.077241, 6.264787, 6.952156",\
|
||
|
"6.364209, 6.415736, 6.438527, 6.626073, 7.313442",\
|
||
|
"7.689251, 7.740778, 7.763569, 7.951116, 8.638484");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.108773, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.324113, 6.387220, 6.416748, 6.693514, 7.794885",\
|
||
|
"6.355067, 6.418174, 6.447702, 6.724467, 7.825839",\
|
||
|
"6.488396, 6.551502, 6.581030, 6.857796, 7.959167",\
|
||
|
"6.886890, 6.949996, 6.979525, 7.256290, 8.357661",\
|
||
|
"8.404992, 8.468099, 8.497627, 8.774393, 9.875764");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.060552, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.622746, 9.685861, 9.715385, 9.992096, 11.093148",\
|
||
|
"9.664757, 9.727872, 9.757397, 10.034107, 11.135159",\
|
||
|
"9.770569, 9.833684, 9.863209, 10.139919, 11.240972",\
|
||
|
"10.034721, 10.097836, 10.127361, 10.404072, 11.505124",\
|
||
|
"10.856904, 10.920019, 10.949544, 11.226254, 12.327307");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.233393, 9.284916, 9.307706, 9.495252, 10.182598",\
|
||
|
"9.260355, 9.311878, 9.334668, 9.522214, 10.209560",\
|
||
|
"9.400917, 9.452440, 9.475230, 9.662776, 10.350122",\
|
||
|
"9.705276, 9.756800, 9.779590, 9.967135, 10.654482",\
|
||
|
"10.680690, 10.732213, 10.755003, 10.942549, 11.629895");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.394826, 4.457932, 4.487461, 4.764226, 5.865597",\
|
||
|
"4.436837, 4.499943, 4.529471, 4.806237, 5.907608",\
|
||
|
"4.542649, 4.605755, 4.635283, 4.912049, 6.013420",\
|
||
|
"4.805133, 4.868239, 4.897768, 5.174533, 6.275904",\
|
||
|
"5.580883, 5.643990, 5.673518, 5.950283, 7.051654");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.286053, 4.337581, 4.360372, 4.547918, 5.235286",\
|
||
|
"4.313015, 4.364542, 4.387334, 4.574880, 5.262248",\
|
||
|
"4.453578, 4.505105, 4.527896, 4.715442, 5.402811",\
|
||
|
"4.756918, 4.808445, 4.831236, 5.018783, 5.706151",\
|
||
|
"5.682009, 5.733536, 5.756327, 5.943874, 6.631242");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.533688, 9.585211, 9.608001, 9.795547, 10.482893",\
|
||
|
"9.575698, 9.627221, 9.650011, 9.837557, 10.524903",\
|
||
|
"9.681509, 9.733032, 9.755822, 9.943368, 10.630714",\
|
||
|
"9.945836, 9.997359, 10.020149, 10.207695, 10.895041",\
|
||
|
"10.771773, 10.823297, 10.846087, 11.033632, 11.720979");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.769672, 9.832788, 9.862312, 10.139023, 11.240075",\
|
||
|
"9.796634, 9.859749, 9.889274, 10.165984, 11.267036",\
|
||
|
"9.937197, 10.000312, 10.029837, 10.306547, 11.407599",\
|
||
|
"10.241568, 10.304683, 10.334208, 10.610918, 11.711970",\
|
||
|
"11.218476, 11.281591, 11.311116, 11.587827, 12.688879");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.548720, 4.600247, 4.623039, 4.810585, 5.497953",\
|
||
|
"4.590731, 4.642258, 4.665050, 4.852596, 5.539964",\
|
||
|
"4.696544, 4.748071, 4.770862, 4.958409, 5.645777",\
|
||
|
"4.960879, 5.012406, 5.035197, 5.222744, 5.910112",\
|
||
|
"5.786999, 5.838526, 5.861318, 6.048864, 6.736232");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.102417, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.632737, 4.695844, 4.725372, 5.002137, 6.103508",\
|
||
|
"4.659699, 4.722806, 4.752334, 5.029099, 6.130471",\
|
||
|
"4.800261, 4.863368, 4.892896, 5.169662, 6.271033",\
|
||
|
"5.104622, 5.167728, 5.197257, 5.474022, 6.575393",\
|
||
|
"6.079986, 6.143092, 6.172620, 6.449386, 7.550757");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.056855, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "15.545950, 15.609065, 15.638590, 15.915300, 17.016352",\
|
||
|
"15.589664, 15.652779, 15.682303, 15.959014, 17.060064",\
|
||
|
"15.713200, 15.776315, 15.805840, 16.082548, 17.183601",\
|
||
|
"16.040144, 16.103260, 16.132784, 16.409494, 17.510546",\
|
||
|
"17.162895, 17.226011, 17.255535, 17.532246, 18.633297");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "15.236146, 15.287669, 15.310459, 15.498005, 16.185350",\
|
||
|
"15.259046, 15.310569, 15.333359, 15.520905, 16.208250",\
|
||
|
"15.402937, 15.454460, 15.477250, 15.664796, 16.352142",\
|
||
|
"15.779454, 15.830977, 15.853767, 16.041313, 16.728659",\
|
||
|
"17.395403, 17.446926, 17.469715, 17.657261, 18.344608");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.836251, 6.899357, 6.928885, 7.205651, 8.307022",\
|
||
|
"6.879965, 6.943072, 6.972600, 7.249366, 8.350737",\
|
||
|
"7.003501, 7.066607, 7.096136, 7.372901, 8.474273",\
|
||
|
"7.330446, 7.393552, 7.423080, 7.699846, 8.801217",\
|
||
|
"8.453195, 8.516301, 8.545830, 8.822596, 9.923966");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.852214, 6.903741, 6.926533, 7.114079, 7.801447",\
|
||
|
"6.875114, 6.926641, 6.949433, 7.136980, 7.824347",\
|
||
|
"7.019006, 7.070533, 7.093324, 7.280871, 7.968239",\
|
||
|
"7.395524, 7.447051, 7.469842, 7.657388, 8.344756",\
|
||
|
"9.011472, 9.063000, 9.085791, 9.273337, 9.960705");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "15.023501, 15.075025, 15.097815, 15.285360, 15.972707",\
|
||
|
"15.067215, 15.118738, 15.141528, 15.329074, 16.016420",\
|
||
|
"15.190751, 15.242274, 15.265064, 15.452610, 16.139956",\
|
||
|
"15.517694, 15.569218, 15.592008, 15.779553, 16.466900",\
|
||
|
"16.640442, 16.691965, 16.714754, 16.902300, 17.589647");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "15.307181, 15.370296, 15.399821, 15.676532, 16.777582",\
|
||
|
"15.330081, 15.393196, 15.422721, 15.699431, 16.800482",\
|
||
|
"15.473971, 15.537086, 15.566611, 15.843322, 16.944372",\
|
||
|
"15.850490, 15.913605, 15.943130, 16.219839, 17.320890",\
|
||
|
"17.466440, 17.529556, 17.559080, 17.835791, 18.936842");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.490065, 6.541592, 6.564383, 6.751930, 7.439298",\
|
||
|
"6.533779, 6.585306, 6.608097, 6.795643, 7.483012",\
|
||
|
"6.657314, 6.708841, 6.731633, 6.919179, 7.606547",\
|
||
|
"6.984260, 7.035787, 7.058578, 7.246125, 7.933493",\
|
||
|
"8.107008, 8.158535, 8.181327, 8.368874, 9.056241");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082478, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.649622, 6.712729, 6.742257, 7.019023, 8.120394",\
|
||
|
"6.672522, 6.735629, 6.765157, 7.041923, 8.143293",\
|
||
|
"6.816413, 6.879520, 6.909048, 7.185814, 8.287185",\
|
||
|
"7.192932, 7.256038, 7.285566, 7.562332, 8.663703",\
|
||
|
"8.808879, 8.871985, 8.901514, 9.178280, 10.279651");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.046281, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.544863, 13.607978, 13.637503, 13.914213, 15.015265",\
|
||
|
"13.579804, 13.642920, 13.672444, 13.949155, 15.050207",\
|
||
|
"13.690615, 13.753730, 13.783255, 14.059965, 15.161017",\
|
||
|
"13.979796, 14.042912, 14.072436, 14.349147, 15.450199",\
|
||
|
"14.958028, 15.021143, 15.050668, 15.327378, 16.428429");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.924160, 12.975683, 12.998473, 13.186019, 13.873365",\
|
||
|
"12.940364, 12.991887, 13.014677, 13.202223, 13.889569",\
|
||
|
"13.063023, 13.114546, 13.137336, 13.324882, 14.012228",\
|
||
|
"13.393892, 13.445415, 13.468205, 13.655751, 14.343098",\
|
||
|
"14.865469, 14.916992, 14.939782, 15.127328, 15.814674");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.606016, 5.669122, 5.698650, 5.975416, 7.076787",\
|
||
|
"5.640957, 5.704063, 5.733592, 6.010357, 7.111728",\
|
||
|
"5.751767, 5.814874, 5.844402, 6.121167, 7.222538",\
|
||
|
"6.036414, 6.099520, 6.129048, 6.405814, 7.507185",\
|
||
|
"6.952480, 7.015587, 7.045115, 7.321880, 8.423251");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.586562, 5.638089, 5.660881, 5.848427, 6.535795",\
|
||
|
"5.602766, 5.654293, 5.677084, 5.864631, 6.551999",\
|
||
|
"5.725424, 5.776951, 5.799742, 5.987289, 6.674657",\
|
||
|
"6.056550, 6.108077, 6.130868, 6.318414, 7.005783",\
|
||
|
"7.487287, 7.538814, 7.561605, 7.749152, 8.436520");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.411213, 13.462736, 13.485526, 13.673072, 14.360418",\
|
||
|
"13.446153, 13.497676, 13.520466, 13.708012, 14.395358",\
|
||
|
"13.556964, 13.608487, 13.631277, 13.818823, 14.506169",\
|
||
|
"13.846048, 13.897572, 13.920362, 14.107907, 14.795254",\
|
||
|
"14.820562, 14.872086, 14.894876, 15.082421, 15.769768");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.704702, 13.767817, 13.797342, 14.074053, 15.175105",\
|
||
|
"13.720906, 13.784021, 13.813546, 14.090257, 15.191309",\
|
||
|
"13.843564, 13.906679, 13.936204, 14.212914, 15.313967",\
|
||
|
"14.174434, 14.237549, 14.267074, 14.543784, 15.644836",\
|
||
|
"15.648724, 15.711839, 15.741364, 16.018072, 17.119125");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.697302, 5.748829, 5.771621, 5.959167, 6.646535",\
|
||
|
"5.732244, 5.783771, 5.806562, 5.994109, 6.681477",\
|
||
|
"5.843054, 5.894581, 5.917373, 6.104919, 6.792287",\
|
||
|
"6.132170, 6.183697, 6.206489, 6.394035, 7.081403",\
|
||
|
"7.107367, 7.158894, 7.181685, 7.369232, 8.056600");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.076513, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.073040, 6.136147, 6.165675, 6.442441, 7.543812",\
|
||
|
"6.089245, 6.152351, 6.181880, 6.458645, 7.560016",\
|
||
|
"6.211902, 6.275009, 6.304537, 6.581303, 7.682673",\
|
||
|
"6.542773, 6.605880, 6.635408, 6.912173, 8.013544",\
|
||
|
"8.014528, 8.077635, 8.107163, 8.383928, 9.485299");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.042094, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.170440, 12.233555, 12.263080, 12.539790, 13.640842",\
|
||
|
"12.215847, 12.278962, 12.308487, 12.585197, 13.686250",\
|
||
|
"12.318433, 12.381548, 12.411073, 12.687783, 13.788836",\
|
||
|
"12.614191, 12.677306, 12.706831, 12.983541, 14.084594",\
|
||
|
"13.729505, 13.792620, 13.822145, 14.098855, 15.199907");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.605389, 12.656912, 12.679702, 12.867248, 13.554594",\
|
||
|
"12.629636, 12.681159, 12.703949, 12.891495, 13.578841",\
|
||
|
"12.757331, 12.808854, 12.831644, 13.019190, 13.706536",\
|
||
|
"13.054230, 13.105753, 13.128543, 13.316089, 14.003435",\
|
||
|
"14.269970, 14.321493, 14.344283, 14.531829, 15.219175");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.739441, 5.802548, 5.832076, 6.108842, 7.210213",\
|
||
|
"5.784849, 5.847955, 5.877483, 6.154249, 7.255620",\
|
||
|
"5.887434, 5.950541, 5.980069, 6.256834, 7.358205",\
|
||
|
"6.183209, 6.246315, 6.275844, 6.552609, 7.653980",\
|
||
|
"7.298741, 7.361848, 7.391376, 7.668141, 8.769513");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.542614, 5.594141, 5.616932, 5.804479, 6.491847",\
|
||
|
"5.566862, 5.618389, 5.641180, 5.828726, 6.516095",\
|
||
|
"5.694557, 5.746084, 5.768875, 5.956421, 6.643790",\
|
||
|
"5.991456, 6.042983, 6.065774, 6.253321, 6.940689",\
|
||
|
"7.211200, 7.262727, 7.285519, 7.473065, 8.160433");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "11.347211, 11.398734, 11.421524, 11.609070, 12.296416",\
|
||
|
"11.392618, 11.444141, 11.466931, 11.654477, 12.341824",\
|
||
|
"11.495204, 11.546727, 11.569517, 11.757063, 12.444409",\
|
||
|
"11.790979, 11.842503, 11.865293, 12.052838, 12.740185",\
|
||
|
"12.906504, 12.958027, 12.980817, 13.168363, 13.855709");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.842005, 12.905120, 12.934645, 13.211355, 14.312407",\
|
||
|
"12.866252, 12.929367, 12.958892, 13.235602, 14.336655",\
|
||
|
"12.993947, 13.057062, 13.086587, 13.363297, 14.464350",\
|
||
|
"13.290845, 13.353960, 13.383485, 13.660195, 14.761248",\
|
||
|
"14.506589, 14.569704, 14.599229, 14.875939, 15.976992");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.494049, 5.545576, 5.568367, 5.755914, 6.443282",\
|
||
|
"5.539456, 5.590983, 5.613775, 5.801322, 6.488689",\
|
||
|
"5.642042, 5.693569, 5.716360, 5.903906, 6.591275",\
|
||
|
"5.937570, 5.989097, 6.011889, 6.199435, 6.886803",\
|
||
|
"7.050053, 7.101580, 7.124371, 7.311918, 7.999286");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.092582, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.351634, 5.414740, 5.444268, 5.721034, 6.822405",\
|
||
|
"5.375881, 5.438988, 5.468516, 5.745281, 6.846653",\
|
||
|
"5.503577, 5.566683, 5.596211, 5.872977, 6.974348",\
|
||
|
"5.800464, 5.863570, 5.893098, 6.169864, 7.271235",\
|
||
|
"6.979861, 7.042967, 7.072495, 7.349261, 8.450632");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.051495, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.966822, 10.029937, 10.059462, 10.336172, 11.437224",\
|
||
|
"10.006509, 10.069624, 10.099149, 10.375859, 11.476912",\
|
||
|
"10.114830, 10.177945, 10.207470, 10.484180, 11.585233",\
|
||
|
"10.410333, 10.473448, 10.502973, 10.779683, 11.880735",\
|
||
|
"11.521574, 11.584689, 11.614214, 11.890924, 12.991977");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "10.095793, 10.147316, 10.170106, 10.357652, 11.044998",\
|
||
|
"10.116778, 10.168302, 10.191092, 10.378637, 11.065984",\
|
||
|
"10.247828, 10.299352, 10.322142, 10.509687, 11.197034",\
|
||
|
"10.544885, 10.596408, 10.619198, 10.806744, 11.494090",\
|
||
|
"11.759568, 11.811091, 11.833881, 12.021427, 12.708774");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.811429, 4.874535, 4.904063, 5.180829, 6.282200",\
|
||
|
"4.851116, 4.914222, 4.943750, 5.220516, 6.321887",\
|
||
|
"4.959437, 5.022543, 5.052072, 5.328837, 6.430208",\
|
||
|
"5.252437, 5.315543, 5.345071, 5.621837, 6.723208",\
|
||
|
"6.333200, 6.396307, 6.425835, 6.702600, 7.803971");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.232628, 5.284155, 5.306947, 5.494493, 6.181861",\
|
||
|
"5.253614, 5.305141, 5.327933, 5.515480, 6.202847",\
|
||
|
"5.384665, 5.436192, 5.458983, 5.646530, 6.333898",\
|
||
|
"5.681608, 5.733135, 5.755926, 5.943472, 6.630841",\
|
||
|
"6.856456, 6.907983, 6.930775, 7.118321, 7.805689");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "10.131263, 10.182786, 10.205576, 10.393122, 11.080468",\
|
||
|
"10.170950, 10.222473, 10.245263, 10.432809, 11.120155",\
|
||
|
"10.279271, 10.330794, 10.353584, 10.541130, 11.228477",\
|
||
|
"10.575078, 10.626601, 10.649391, 10.836937, 11.524283",\
|
||
|
"11.688778, 11.740301, 11.763091, 11.950637, 12.637983");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "10.253308, 10.316423, 10.345948, 10.622659, 11.723711",\
|
||
|
"10.274295, 10.337410, 10.366935, 10.643645, 11.744698",\
|
||
|
"10.405344, 10.468459, 10.497984, 10.774694, 11.875747",\
|
||
|
"10.702403, 10.765518, 10.795043, 11.071754, 12.172806",\
|
||
|
"11.919085, 11.982200, 12.011724, 12.288435, 13.389487");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.232558, 5.284085, 5.306876, 5.494422, 6.181791",\
|
||
|
"5.272245, 5.323772, 5.346564, 5.534111, 6.221478",\
|
||
|
"5.380567, 5.432094, 5.454885, 5.642432, 6.329800",\
|
||
|
"5.676281, 5.727808, 5.750600, 5.938146, 6.625515",\
|
||
|
"6.788895, 6.840422, 6.863214, 7.050760, 7.738128");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080839, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.215635, 5.278741, 5.308270, 5.585035, 6.686406",\
|
||
|
"5.236621, 5.299728, 5.329256, 5.606022, 6.707393",\
|
||
|
"5.367671, 5.430778, 5.460306, 5.737071, 6.838442",\
|
||
|
"5.664728, 5.727834, 5.757362, 6.034128, 7.135499",\
|
||
|
"6.879533, 6.942640, 6.972168, 7.248934, 8.350305");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.044693, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.960139, 9.023254, 9.052779, 9.329490, 10.430542",\
|
||
|
"9.002638, 9.065753, 9.095278, 9.371988, 10.473041",\
|
||
|
"9.103571, 9.166686, 9.196211, 9.472921, 10.573974",\
|
||
|
"9.394155, 9.457270, 9.486794, 9.763505, 10.864557",\
|
||
|
"10.530270, 10.593385, 10.622910, 10.899620, 12.000672");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.565271, 8.616795, 8.639585, 8.827130, 9.514477",\
|
||
|
"8.588098, 8.639621, 8.662411, 8.849957, 9.537303",\
|
||
|
"8.723413, 8.774937, 8.797727, 8.985272, 9.672619",\
|
||
|
"9.045424, 9.096947, 9.119737, 9.307282, 9.994629",\
|
||
|
"10.529478, 10.581001, 10.603791, 10.791337, 11.478683");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.733530, 4.796636, 4.826164, 5.102930, 6.204301",\
|
||
|
"4.776028, 4.839134, 4.868662, 5.145428, 6.246799",\
|
||
|
"4.876961, 4.940068, 4.969596, 5.246362, 6.347733",\
|
||
|
"5.167491, 5.230598, 5.260126, 5.536892, 6.638263",\
|
||
|
"6.302352, 6.365459, 6.394987, 6.671753, 7.773124");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.694564, 4.746091, 4.768882, 4.956429, 5.643797",\
|
||
|
"4.717389, 4.768916, 4.791708, 4.979254, 5.666622",\
|
||
|
"4.852705, 4.904232, 4.927023, 5.114570, 5.801938",\
|
||
|
"5.174720, 5.226247, 5.249038, 5.436585, 6.123953",\
|
||
|
"6.656889, 6.708416, 6.731208, 6.918754, 7.606122");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.229165, 8.280688, 8.303478, 8.491024, 9.178370",\
|
||
|
"8.271664, 8.323187, 8.345977, 8.533523, 9.220869",\
|
||
|
"8.372598, 8.424121, 8.446911, 8.634457, 9.321803",\
|
||
|
"8.663004, 8.714527, 8.737317, 8.924863, 9.612209",\
|
||
|
"9.796195, 9.847718, 9.870508, 10.058054, 10.745400");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.972390, 9.035505, 9.065030, 9.341741, 10.442793",\
|
||
|
"8.995215, 9.058331, 9.087855, 9.364566, 10.465618",\
|
||
|
"9.130531, 9.193646, 9.223171, 9.499882, 10.600934",\
|
||
|
"9.452547, 9.515662, 9.545187, 9.821898, 10.922950",\
|
||
|
"10.934610, 10.997725, 11.027250, 11.303961, 12.405013");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.221388, 4.272915, 4.295707, 4.483253, 5.170621",\
|
||
|
"4.263886, 4.315413, 4.338205, 4.525751, 5.213119",\
|
||
|
"4.364820, 4.416347, 4.439138, 4.626685, 5.314053",\
|
||
|
"4.653774, 4.705301, 4.728093, 4.915639, 5.603007",\
|
||
|
"5.751747, 5.803274, 5.826066, 6.013612, 6.700980");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088312, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.765871, 4.828978, 4.858506, 5.135271, 6.236642",\
|
||
|
"4.788696, 4.851803, 4.881331, 5.158096, 6.259468",\
|
||
|
"4.924013, 4.987119, 5.016647, 5.293413, 6.394784",\
|
||
|
"5.246233, 5.309340, 5.338868, 5.615634, 6.717005",\
|
||
|
"6.694226, 6.757333, 6.786861, 7.063626, 8.164998");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.048759, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.782798, 6.845913, 6.875438, 7.152149, 8.253201",\
|
||
|
"6.826473, 6.889588, 6.919112, 7.195823, 8.296875",\
|
||
|
"6.926351, 6.989466, 7.018991, 7.295702, 8.396753",\
|
||
|
"7.216562, 7.279677, 7.309201, 7.585912, 8.686964",\
|
||
|
"8.341911, 8.405026, 8.434551, 8.711262, 9.812314");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.973649, 7.025172, 7.047962, 7.235507, 7.922854",\
|
||
|
"6.997589, 7.049112, 7.071902, 7.259448, 7.946795",\
|
||
|
"7.132045, 7.183568, 7.206358, 7.393903, 8.081250",\
|
||
|
"7.454000, 7.505523, 7.528313, 7.715858, 8.403205",\
|
||
|
"8.927968, 8.979491, 9.002281, 9.189827, 9.877173");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.487412, 3.550519, 3.580047, 3.856813, 4.958184",\
|
||
|
"3.531087, 3.594194, 3.623722, 3.900488, 5.001859",\
|
||
|
"3.630966, 3.694073, 3.723601, 4.000367, 5.101737",\
|
||
|
"3.919293, 3.982400, 4.011928, 4.288693, 5.390065",\
|
||
|
"5.006687, 5.069794, 5.099322, 5.376087, 6.477458");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.983863, 4.035391, 4.058182, 4.245728, 4.933096",\
|
||
|
"4.007803, 4.059331, 4.082122, 4.269669, 4.957036",\
|
||
|
"4.142259, 4.193786, 4.216578, 4.404124, 5.091492",\
|
||
|
"4.464142, 4.515669, 4.538460, 4.726007, 5.413375",\
|
||
|
"5.904460, 5.955987, 5.978778, 6.166325, 6.853693");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.953901, 7.005424, 7.028214, 7.215760, 7.903107",\
|
||
|
"6.997576, 7.049099, 7.071889, 7.259434, 7.946781",\
|
||
|
"7.097454, 7.148977, 7.171767, 7.359313, 8.046659",\
|
||
|
"7.387888, 7.439411, 7.462201, 7.649746, 8.337093",\
|
||
|
"8.516400, 8.567924, 8.590714, 8.778259, 9.465606");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.128243, 7.191358, 7.220882, 7.497593, 8.598645",\
|
||
|
"7.152182, 7.215297, 7.244822, 7.521533, 8.622584",\
|
||
|
"7.286638, 7.349753, 7.379277, 7.655988, 8.757040",\
|
||
|
"7.608595, 7.671710, 7.701235, 7.977946, 9.078998",\
|
||
|
"9.084489, 9.147604, 9.177129, 9.453839, 10.554892");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.914606, 3.966133, 3.988925, 4.176471, 4.863839",\
|
||
|
"3.958281, 4.009809, 4.032600, 4.220147, 4.907515",\
|
||
|
"4.058160, 4.109687, 4.132479, 4.320025, 5.007393",\
|
||
|
"4.348524, 4.400051, 4.422842, 4.610388, 5.297757",\
|
||
|
"5.475669, 5.527196, 5.549987, 5.737534, 6.424902");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.090593, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.946953, 4.010060, 4.039588, 4.316354, 5.417725",\
|
||
|
"3.970893, 4.034000, 4.063529, 4.340294, 5.441665",\
|
||
|
"4.105349, 4.168456, 4.197984, 4.474750, 5.576120",\
|
||
|
"4.427306, 4.490413, 4.519941, 4.796706, 5.898077",\
|
||
|
"5.901369, 5.964476, 5.994004, 6.270769, 7.372140");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.543170, 5.606286, 5.635810, 5.912521, 7.013573",\
|
||
|
"5.585536, 5.648651, 5.678175, 5.954886, 7.055938",\
|
||
|
"5.691187, 5.754303, 5.783827, 6.060538, 7.161590",\
|
||
|
"5.987033, 6.050148, 6.079673, 6.356384, 7.457436",\
|
||
|
"7.098521, 7.161636, 7.191160, 7.467871, 8.568923");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.087556, 5.139080, 5.161870, 5.349415, 6.036762",\
|
||
|
"5.110132, 5.161655, 5.184445, 5.371991, 6.059338",\
|
||
|
"5.239662, 5.291185, 5.313975, 5.501521, 6.188868",\
|
||
|
"5.536837, 5.588360, 5.611150, 5.798696, 6.486042",\
|
||
|
"6.749774, 6.801298, 6.824088, 7.011633, 7.698980");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.218634, 3.281741, 3.311269, 3.588035, 4.689406",\
|
||
|
"3.260999, 3.324106, 3.353634, 3.630400, 4.731771",\
|
||
|
"3.366651, 3.429758, 3.459286, 3.736052, 4.837423",\
|
||
|
"3.662396, 3.725503, 3.755031, 4.031797, 5.133168",\
|
||
|
"4.772761, 4.835867, 4.865396, 5.142161, 6.243532");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.129220, 3.180747, 3.203538, 3.391085, 4.078453",\
|
||
|
"3.151795, 3.203323, 3.226114, 3.413661, 4.101029",\
|
||
|
"3.281325, 3.332852, 3.355644, 3.543190, 4.230558",\
|
||
|
"3.578496, 3.630024, 3.652815, 3.840362, 4.527730",\
|
||
|
"4.789532, 4.841059, 4.863851, 5.051397, 5.738765");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.796753, 4.848276, 4.871066, 5.058611, 5.745958",\
|
||
|
"4.839118, 4.890641, 4.913431, 5.100976, 5.788323",\
|
||
|
"4.944770, 4.996293, 5.019083, 5.206628, 5.893975",\
|
||
|
"5.240283, 5.291806, 5.314596, 5.502141, 6.189488",\
|
||
|
"6.349237, 6.400760, 6.423550, 6.611095, 7.298442");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.512714, 5.575829, 5.605353, 5.882064, 6.983116",\
|
||
|
"5.535289, 5.598404, 5.627929, 5.904640, 7.005692",\
|
||
|
"5.664819, 5.727934, 5.757459, 6.034170, 7.135221",\
|
||
|
"5.961990, 6.025105, 6.054629, 6.331340, 7.432392",\
|
||
|
"7.172904, 7.236019, 7.265543, 7.542254, 8.643306");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.730281, 2.781808, 2.804600, 2.992146, 3.679514",\
|
||
|
"2.772646, 2.824173, 2.846965, 3.034511, 3.721879",\
|
||
|
"2.878298, 2.929825, 2.952616, 3.140163, 3.827531",\
|
||
|
"3.171065, 3.222592, 3.245384, 3.432930, 4.120298",\
|
||
|
"4.248500, 4.300028, 4.322819, 4.510365, 5.197733");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.086335, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.231355, 3.294462, 3.323990, 3.600756, 4.702127",\
|
||
|
"3.253931, 3.317038, 3.346566, 3.623332, 4.724703",\
|
||
|
"3.383461, 3.446568, 3.476095, 3.752861, 4.854232",\
|
||
|
"3.680440, 3.743547, 3.773075, 4.049840, 5.151212",\
|
||
|
"4.851779, 4.914886, 4.944414, 5.221179, 6.322550");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.047824, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.565703, 3.628819, 3.658343, 3.935054, 5.036106",\
|
||
|
"3.614298, 3.677413, 3.706938, 3.983648, 5.084701",\
|
||
|
"3.711521, 3.774637, 3.804161, 4.080872, 5.181924",\
|
||
|
"4.000685, 4.063801, 4.093325, 4.370036, 5.471088",\
|
||
|
"4.968539, 5.031654, 5.061178, 5.337889, 6.438941");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.710569, 3.762092, 3.784882, 3.972428, 4.659775",\
|
||
|
"3.734150, 3.785673, 3.808463, 3.996009, 4.683355",\
|
||
|
"3.849617, 3.901140, 3.923930, 4.111476, 4.798823",\
|
||
|
"4.180541, 4.232063, 4.254854, 4.442399, 5.129746",\
|
||
|
"5.646907, 5.698431, 5.721220, 5.908766, 6.596113");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.120451, 2.183558, 2.213086, 2.489851, 3.591223",\
|
||
|
"2.169045, 2.232152, 2.261680, 2.538446, 3.639817",\
|
||
|
"2.266269, 2.329376, 2.358904, 2.635669, 3.737041",\
|
||
|
"2.549458, 2.612565, 2.642093, 2.918859, 4.020229",\
|
||
|
"3.449618, 3.512725, 3.542253, 3.819019, 4.920390");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.595441, 2.646968, 2.669760, 2.857306, 3.544674",\
|
||
|
"2.619021, 2.670549, 2.693340, 2.880887, 3.568254",\
|
||
|
"2.734489, 2.786016, 2.808807, 2.996354, 3.683722",\
|
||
|
"3.065557, 3.117085, 3.139876, 3.327423, 4.014791",\
|
||
|
"4.489252, 4.540779, 4.563570, 4.751117, 5.438485");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.738922, 3.790446, 3.813236, 4.000782, 4.688128",\
|
||
|
"3.787517, 3.839040, 3.861830, 4.049376, 4.736722",\
|
||
|
"3.884741, 3.936264, 3.959054, 4.146599, 4.833946",\
|
||
|
"4.174617, 4.226140, 4.248930, 4.436475, 5.123822",\
|
||
|
"5.145384, 5.196908, 5.219697, 5.407243, 6.094590");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.869296, 3.932411, 3.961936, 4.238647, 5.339699",\
|
||
|
"3.892876, 3.955992, 3.985516, 4.262227, 5.363279",\
|
||
|
"4.008344, 4.071459, 4.100984, 4.377695, 5.478746",\
|
||
|
"4.339264, 4.402380, 4.431904, 4.708615, 5.809667",\
|
||
|
"5.810697, 5.873812, 5.903337, 6.180048, 7.281099");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.601985, 2.653513, 2.676304, 2.863851, 3.551219",\
|
||
|
"2.650580, 2.702107, 2.724899, 2.912446, 3.599813",\
|
||
|
"2.747803, 2.799331, 2.822122, 3.009669, 3.697037",\
|
||
|
"3.037460, 3.088987, 3.111778, 3.299325, 3.986693",\
|
||
|
"4.002106, 4.053633, 4.076425, 4.263971, 4.951339");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105950, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.593570, 2.656677, 2.686205, 2.962970, 4.064342",\
|
||
|
"2.617150, 2.680257, 2.709785, 2.986551, 4.087922",\
|
||
|
"2.732618, 2.795725, 2.825253, 3.102018, 4.203389",\
|
||
|
"3.063540, 3.126647, 3.156175, 3.432941, 4.534312",\
|
||
|
"4.529932, 4.593039, 4.622567, 4.899333, 6.000704");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059064, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.440142, 2.503257, 2.532782, 2.809493, 3.910544",\
|
||
|
"2.507032, 2.570148, 2.599672, 2.876383, 3.977435",\
|
||
|
"2.588103, 2.651219, 2.680743, 2.957454, 4.058506",\
|
||
|
"2.883778, 2.946894, 2.976418, 3.253129, 4.354181",\
|
||
|
"4.003776, 4.066891, 4.096416, 4.373127, 5.474178");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.972666, 2.024189, 2.046978, 2.234524, 2.921871",\
|
||
|
"2.009817, 2.061340, 2.084130, 2.271676, 2.959023",\
|
||
|
"2.124496, 2.176019, 2.198809, 2.386355, 3.073701",\
|
||
|
"2.421205, 2.472728, 2.495518, 2.683064, 3.370411",\
|
||
|
"3.648532, 3.700055, 3.722845, 3.910391, 4.597738");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.124007, 2.187123, 2.216647, 2.493358, 3.594410",\
|
||
|
"2.190898, 2.254013, 2.283537, 2.560248, 3.661301",\
|
||
|
"2.271968, 2.335084, 2.364608, 2.641319, 3.742371",\
|
||
|
"2.567577, 2.630692, 2.660216, 2.936927, 4.037980",\
|
||
|
"3.686596, 3.749712, 3.779236, 4.055947, 5.156999");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.938274, 1.989797, 2.012587, 2.200133, 2.887479",\
|
||
|
"1.975426, 2.026949, 2.049739, 2.237285, 2.924631",\
|
||
|
"2.090104, 2.141628, 2.164418, 2.351964, 3.039310",\
|
||
|
"2.386816, 2.438339, 2.461129, 2.648675, 3.336021",\
|
||
|
"3.612351, 3.663874, 3.686664, 3.874210, 4.561557");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.699466, 1.750989, 1.773779, 1.961325, 2.648671",\
|
||
|
"1.766357, 1.817880, 1.840670, 2.028216, 2.715562",\
|
||
|
"1.847427, 1.898950, 1.921741, 2.109286, 2.796633",\
|
||
|
"2.142880, 2.194403, 2.217193, 2.404739, 3.092085",\
|
||
|
"3.260648, 3.312171, 3.334961, 3.522507, 4.209853");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.388537, 2.451652, 2.481177, 2.757888, 3.858940",\
|
||
|
"2.425689, 2.488804, 2.518328, 2.795039, 3.896091",\
|
||
|
"2.540367, 2.603483, 2.633007, 2.909718, 4.010770",\
|
||
|
"2.837079, 2.900194, 2.929719, 3.206430, 4.307482",\
|
||
|
"4.062489, 4.125604, 4.155128, 4.431839, 5.532891");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.519072, 1.570595, 1.593385, 1.780930, 2.468277",\
|
||
|
"1.585962, 1.637485, 1.660276, 1.847821, 2.535168",\
|
||
|
"1.667033, 1.718556, 1.741346, 1.928892, 2.616238",\
|
||
|
"1.960670, 2.012192, 2.034982, 2.222528, 2.909875",\
|
||
|
"3.050906, 3.102429, 3.125219, 3.312765, 4.000112");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.139076, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.088079, 2.151195, 2.180719, 2.457430, 3.558482",\
|
||
|
"2.125231, 2.188347, 2.217871, 2.494582, 3.595634",\
|
||
|
"2.239910, 2.303026, 2.332550, 2.609261, 3.710313",\
|
||
|
"2.536730, 2.599845, 2.629369, 2.906080, 4.007133",\
|
||
|
"3.721568, 3.784683, 3.814208, 4.090919, 5.191971");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078173, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "22.026316, 22.089432, 22.118956, 22.395666, 23.496717",\
|
||
|
"22.093607, 22.156723, 22.186247, 22.462957, 23.564009",\
|
||
|
"22.169767, 22.232883, 22.262407, 22.539118, 23.640169",\
|
||
|
"22.460318, 22.523434, 22.552958, 22.829668, 23.930719",\
|
||
|
"23.594976, 23.658092, 23.687616, 23.964327, 25.065378");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "21.606466, 21.657990, 21.680779, 21.868324, 22.555672",\
|
||
|
"21.645517, 21.697041, 21.719830, 21.907375, 22.594723",\
|
||
|
"21.764656, 21.816179, 21.838968, 22.026514, 22.713861",\
|
||
|
"22.086653, 22.138176, 22.160965, 22.348511, 23.035858",\
|
||
|
"23.569061, 23.620584, 23.643373, 23.830919, 24.518267");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.733902, 9.797009, 9.826537, 10.103303, 11.204674",\
|
||
|
"9.801191, 9.864298, 9.893826, 10.170592, 11.271963",\
|
||
|
"9.877354, 9.940460, 9.969989, 10.246755, 11.348125",\
|
||
|
"10.167847, 10.230953, 10.260482, 10.537248, 11.638618",\
|
||
|
"11.301226, 11.364332, 11.393861, 11.670627, 12.771997");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.635259, 9.686787, 9.709578, 9.897124, 10.584492",\
|
||
|
"9.674310, 9.725838, 9.748629, 9.936175, 10.623543",\
|
||
|
"9.793448, 9.844976, 9.867767, 10.055314, 10.742682",\
|
||
|
"10.115445, 10.166973, 10.189764, 10.377311, 11.064678",\
|
||
|
"11.596059, 11.647587, 11.670378, 11.857924, 12.545292");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "21.271738, 21.323261, 21.346050, 21.533596, 22.220943",\
|
||
|
"21.339025, 21.390549, 21.413338, 21.600883, 22.288231",\
|
||
|
"21.415188, 21.466711, 21.489500, 21.677046, 22.364393",\
|
||
|
"21.705555, 21.757078, 21.779867, 21.967413, 22.654760",\
|
||
|
"22.837233, 22.888756, 22.911545, 23.099091, 23.786438");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "22.033804, 22.096920, 22.126444, 22.403154, 23.504206",\
|
||
|
"22.072855, 22.135971, 22.165495, 22.442205, 23.543257",\
|
||
|
"22.191996, 22.255112, 22.284636, 22.561346, 23.662397",\
|
||
|
"22.513994, 22.577110, 22.606634, 22.883345, 23.984396",\
|
||
|
"23.994505, 24.057621, 24.087145, 24.363855, 25.464907");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.164688, 9.216215, 9.239007, 9.426554, 10.113921",\
|
||
|
"9.231977, 9.283504, 9.306295, 9.493842, 10.181210",\
|
||
|
"9.308139, 9.359667, 9.382458, 9.570004, 10.257372",\
|
||
|
"9.596968, 9.648495, 9.671287, 9.858833, 10.546201",\
|
||
|
"10.692908, 10.744436, 10.767227, 10.954774, 11.642141");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.143581, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.773314, 9.836420, 9.865949, 10.142715, 11.244085",\
|
||
|
"9.812365, 9.875471, 9.905000, 10.181766, 11.283136",\
|
||
|
"9.931501, 9.994608, 10.024137, 10.300902, 11.402273",\
|
||
|
"10.253653, 10.316759, 10.346288, 10.623054, 11.724424",\
|
||
|
"11.700169, 11.763275, 11.792804, 12.069570, 13.170940");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.080671, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.337489, 8.400604, 8.430129, 8.706840, 9.807892",\
|
||
|
"8.366543, 8.429658, 8.459183, 8.735893, 9.836946",\
|
||
|
"8.485509, 8.548624, 8.578149, 8.854859, 9.955912",\
|
||
|
"8.781332, 8.844447, 8.873972, 9.150682, 10.251735",\
|
||
|
"9.894831, 9.957946, 9.987471, 10.264181, 11.365233");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.169916, 8.221439, 8.244229, 8.431775, 9.119122",\
|
||
|
"8.184884, 8.236407, 8.259197, 8.446743, 9.134089",\
|
||
|
"8.321996, 8.373519, 8.396309, 8.583855, 9.271201",\
|
||
|
"8.619125, 8.670649, 8.693439, 8.880984, 9.568331",\
|
||
|
"9.832365, 9.883888, 9.906678, 10.094224, 10.781570");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.000409, 4.063516, 4.093044, 4.369809, 5.471180",\
|
||
|
"4.029463, 4.092570, 4.122098, 4.398864, 5.500235",\
|
||
|
"4.148428, 4.211535, 4.241063, 4.517829, 5.619200",\
|
||
|
"4.444265, 4.507372, 4.536900, 4.813665, 5.915037",\
|
||
|
"5.557920, 5.621027, 5.650555, 5.927320, 7.028691");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.194503, 4.246031, 4.268822, 4.456368, 5.143736",\
|
||
|
"4.209471, 4.260999, 4.283790, 4.471336, 5.158704",\
|
||
|
"4.346581, 4.398108, 4.420900, 4.608447, 5.295815",\
|
||
|
"4.643709, 4.695236, 4.718028, 4.905574, 5.592942",\
|
||
|
"5.856555, 5.908082, 5.930874, 6.118420, 6.805789");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.853900, 7.905423, 7.928213, 8.115759, 8.803105",\
|
||
|
"7.882954, 7.934477, 7.957267, 8.144813, 8.832159",\
|
||
|
"8.001919, 8.053442, 8.076232, 8.263778, 8.951124",\
|
||
|
"8.297466, 8.348989, 8.371779, 8.559325, 9.246672",\
|
||
|
"9.407751, 9.459274, 9.482064, 9.669610, 10.356956");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.204490, 8.267606, 8.297130, 8.573840, 9.674892",\
|
||
|
"8.219458, 8.282574, 8.312098, 8.588808, 9.689860",\
|
||
|
"8.356568, 8.419683, 8.449208, 8.725919, 9.826971",\
|
||
|
"8.653696, 8.716811, 8.746336, 9.023046, 10.124099",\
|
||
|
"9.866570, 9.929686, 9.959210, 10.235921, 11.336973");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.812758, 3.864286, 3.887077, 4.074624, 4.761992",\
|
||
|
"3.841812, 3.893340, 3.916131, 4.103678, 4.791046",\
|
||
|
"3.960778, 4.012305, 4.035097, 4.222643, 4.910011",\
|
||
|
"4.253638, 4.305165, 4.327957, 4.515503, 5.202871",\
|
||
|
"5.332581, 5.384108, 5.406899, 5.594446, 6.281814");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059013, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.958487, 4.021594, 4.051122, 4.327888, 5.429258",\
|
||
|
"3.973454, 4.036561, 4.066090, 4.342855, 5.444226",\
|
||
|
"4.110565, 4.173672, 4.203200, 4.479965, 5.581336",\
|
||
|
"4.407538, 4.470644, 4.500173, 4.776938, 5.878309",\
|
||
|
"5.580527, 5.643634, 5.673162, 5.949927, 7.051299");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.032387, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "19.829538, 19.892654, 19.922178, 20.198889, 21.299940",\
|
||
|
"19.896585, 19.959702, 19.989225, 20.265936, 21.366987",\
|
||
|
"19.975475, 20.038591, 20.068115, 20.344826, 21.445877",\
|
||
|
"20.263369, 20.326485, 20.356009, 20.632719, 21.733770",\
|
||
|
"21.204504, 21.267620, 21.297144, 21.573854, 22.674906");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "20.007019, 20.058542, 20.081331, 20.268877, 20.956224",\
|
||
|
"20.040503, 20.092026, 20.114815, 20.302361, 20.989708",\
|
||
|
"20.146669, 20.198193, 20.220982, 20.408527, 21.095875",\
|
||
|
"20.477701, 20.529224, 20.552013, 20.739559, 21.426907",\
|
||
|
"21.932030, 21.983553, 22.006342, 22.193888, 22.881235");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.477711, 8.540817, 8.570346, 8.847112, 9.948483",\
|
||
|
"8.544757, 8.607863, 8.637392, 8.914158, 10.015529",\
|
||
|
"8.623647, 8.686753, 8.716282, 8.993048, 10.094419",\
|
||
|
"8.902970, 8.966077, 8.995605, 9.272371, 10.373742",\
|
||
|
"9.761587, 9.824694, 9.854222, 10.130988, 11.232359");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.943763, 8.995291, 9.018082, 9.205628, 9.892996",\
|
||
|
"8.977247, 9.028774, 9.051566, 9.239113, 9.926480",\
|
||
|
"9.083413, 9.134941, 9.157732, 9.345279, 10.032646",\
|
||
|
"9.414145, 9.465672, 9.488463, 9.676010, 10.363378",\
|
||
|
"10.823098, 10.874626, 10.897417, 11.084964, 11.772331");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "19.988422, 20.039946, 20.062735, 20.250280, 20.937628",\
|
||
|
"20.055468, 20.106991, 20.129780, 20.317326, 21.004673",\
|
||
|
"20.134359, 20.185883, 20.208672, 20.396217, 21.083565",\
|
||
|
"20.423288, 20.474812, 20.497601, 20.685146, 21.372494",\
|
||
|
"21.370781, 21.422304, 21.445093, 21.632639, 22.319986");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "20.170496, 20.233612, 20.263136, 20.539846, 21.640898",\
|
||
|
"20.203979, 20.267096, 20.296619, 20.573330, 21.674381",\
|
||
|
"20.310146, 20.373262, 20.402786, 20.679497, 21.780548",\
|
||
|
"20.641184, 20.704300, 20.733824, 21.010534, 22.111586",\
|
||
|
"22.099737, 22.162853, 22.192377, 22.469088, 23.570139");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.880877, 8.932405, 8.955196, 9.142743, 9.830111",\
|
||
|
"8.947923, 8.999451, 9.022242, 9.209788, 9.897156",\
|
||
|
"9.026813, 9.078341, 9.101131, 9.288678, 9.976046",\
|
||
|
"9.315427, 9.366955, 9.389746, 9.577292, 10.264660",\
|
||
|
"10.259449, 10.310976, 10.333768, 10.521315, 11.208682");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.146096, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.935402, 8.998508, 9.028037, 9.304803, 10.406174",\
|
||
|
"8.968886, 9.031993, 9.061522, 9.338287, 10.439658",\
|
||
|
"9.075052, 9.138159, 9.167687, 9.444453, 10.545824",\
|
||
|
"9.406084, 9.469191, 9.498719, 9.775485, 10.876856",\
|
||
|
"10.860529, 10.923635, 10.953164, 11.229930, 12.331301");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.082084, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "18.669189, 18.732306, 18.761829, 19.038540, 20.139591",\
|
||
|
"18.733963, 18.797079, 18.826603, 19.103313, 20.204365",\
|
||
|
"18.817221, 18.880337, 18.909861, 19.186571, 20.287622",\
|
||
|
"19.113125, 19.176241, 19.205765, 19.482475, 20.583527",\
|
||
|
"20.221510, 20.284626, 20.314150, 20.590860, 21.691912");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "18.200178, 18.251701, 18.274490, 18.462036, 19.149384",\
|
||
|
"18.236538, 18.288061, 18.310850, 18.498396, 19.185743",\
|
||
|
"18.352385, 18.403908, 18.426697, 18.614243, 19.301590",\
|
||
|
"18.649729, 18.701252, 18.724041, 18.911587, 19.598934",\
|
||
|
"19.857450, 19.908974, 19.931763, 20.119308, 20.806656");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.224041, 8.287148, 8.316676, 8.593442, 9.694813",\
|
||
|
"8.288815, 8.351921, 8.381450, 8.658216, 9.759586",\
|
||
|
"8.372074, 8.435181, 8.464709, 8.741475, 9.842846",\
|
||
|
"8.667865, 8.730971, 8.760500, 9.037266, 10.138637",\
|
||
|
"9.775080, 9.838186, 9.867715, 10.144481, 11.245852");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.101030, 8.152557, 8.175349, 8.362896, 9.050263",\
|
||
|
"8.137390, 8.188917, 8.211709, 8.399256, 9.086623",\
|
||
|
"8.253236, 8.304764, 8.327555, 8.515101, 9.202469",\
|
||
|
"8.550575, 8.602102, 8.624894, 8.812441, 9.499808",\
|
||
|
"9.756321, 9.807848, 9.830640, 10.018187, 10.705554");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "17.899841, 17.951365, 17.974154, 18.161699, 18.849047",\
|
||
|
"17.964615, 18.016138, 18.038927, 18.226473, 18.913820",\
|
||
|
"18.047874, 18.099398, 18.122187, 18.309732, 18.997080",\
|
||
|
"18.343401, 18.394924, 18.417713, 18.605259, 19.292606",\
|
||
|
"19.449112, 19.500635, 19.523424, 19.710970, 20.398317");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "18.653048, 18.716164, 18.745687, 19.022398, 20.123449",\
|
||
|
"18.689407, 18.752523, 18.782047, 19.058758, 20.159809",\
|
||
|
"18.805250, 18.868366, 18.897890, 19.174601, 20.275652",\
|
||
|
"19.102585, 19.165701, 19.195225, 19.471935, 20.572987",\
|
||
|
"20.308212, 20.371328, 20.400852, 20.677563, 21.778614");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.709497, 7.761024, 7.783816, 7.971363, 8.658731",\
|
||
|
"7.774271, 7.825799, 7.848590, 8.036137, 8.723504",\
|
||
|
"7.857531, 7.909058, 7.931849, 8.119396, 8.806764",\
|
||
|
"8.149978, 8.201505, 8.224297, 8.411843, 9.099211",\
|
||
|
"9.222747, 9.274275, 9.297066, 9.484612, 10.171980");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.134399, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.254518, 8.317624, 8.347153, 8.623919, 9.725289",\
|
||
|
"8.290876, 8.353983, 8.383512, 8.660277, 9.761648",\
|
||
|
"8.406722, 8.469829, 8.499357, 8.776123, 9.877494",\
|
||
|
"8.703757, 8.766864, 8.796392, 9.073158, 10.174529",\
|
||
|
"9.870180, 9.933287, 9.962815, 10.239581, 11.340952");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075610, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "16.711708, 16.774824, 16.804348, 17.081059, 18.182110",\
|
||
|
"16.760729, 16.823845, 16.853369, 17.130079, 18.231131",\
|
||
|
"16.857662, 16.920778, 16.950302, 17.227013, 18.328064",\
|
||
|
"17.145672, 17.208788, 17.238312, 17.515022, 18.616074",\
|
||
|
"18.088408, 18.151524, 18.181047, 18.457758, 19.558809");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "16.841253, 16.892776, 16.915565, 17.103111, 17.790459",\
|
||
|
"16.865202, 16.916725, 16.939514, 17.127060, 17.814407",\
|
||
|
"16.980837, 17.032360, 17.055149, 17.242695, 17.930042",\
|
||
|
"17.311918, 17.363441, 17.386230, 17.573776, 18.261124",\
|
||
|
"18.766983, 18.818506, 18.841295, 19.028841, 19.716188");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.161143, 7.224249, 7.253778, 7.530543, 8.631914",\
|
||
|
"7.210164, 7.273271, 7.302799, 7.579564, 8.680936",\
|
||
|
"7.307097, 7.370204, 7.399732, 7.676497, 8.777869",\
|
||
|
"7.586703, 7.649810, 7.679338, 7.956103, 9.057475",\
|
||
|
"8.447723, 8.510830, 8.540359, 8.817124, 9.918495");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.581186, 7.632713, 7.655504, 7.843050, 8.530418",\
|
||
|
"7.605134, 7.656662, 7.679453, 7.866999, 8.554367",\
|
||
|
"7.720770, 7.772297, 7.795089, 7.982635, 8.670003",\
|
||
|
"8.051562, 8.103089, 8.125881, 8.313428, 9.000795",\
|
||
|
"9.461416, 9.512943, 9.535735, 9.723282, 10.410649");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "16.821663, 16.873186, 16.895975, 17.083521, 17.770868",\
|
||
|
"16.870684, 16.922207, 16.944996, 17.132542, 17.819889",\
|
||
|
"16.967617, 17.019140, 17.041929, 17.229475, 17.916822",\
|
||
|
"17.256657, 17.308180, 17.330969, 17.518515, 18.205862",\
|
||
|
"18.205498, 18.257021, 18.279810, 18.467356, 19.154703");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "17.052370, 17.115486, 17.145010, 17.421721, 18.522772",\
|
||
|
"17.076321, 17.139437, 17.168961, 17.445671, 18.546722",\
|
||
|
"17.191956, 17.255072, 17.284595, 17.561306, 18.662357",\
|
||
|
"17.523043, 17.586159, 17.615683, 17.892393, 18.993444",\
|
||
|
"18.982569, 19.045685, 19.075209, 19.351919, 20.452971");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.522257, 7.573784, 7.596576, 7.784122, 8.471490",\
|
||
|
"7.571278, 7.622805, 7.645597, 7.833143, 8.520511",\
|
||
|
"7.668211, 7.719738, 7.742530, 7.930076, 8.617444",\
|
||
|
"7.956939, 8.008467, 8.031258, 8.218804, 8.906172",\
|
||
|
"8.902167, 8.953695, 8.976486, 9.164033, 9.851400");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.107221, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.619747, 7.682853, 7.712381, 7.989147, 9.090518",\
|
||
|
"7.643695, 7.706802, 7.736330, 8.013096, 9.114467",\
|
||
|
"7.759331, 7.822438, 7.851966, 8.128732, 9.230103",\
|
||
|
"8.090411, 8.153518, 8.183046, 8.459812, 9.561183",\
|
||
|
"9.545591, 9.608698, 9.638227, 9.914992, 11.016363");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.059705, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "15.598688, 15.661803, 15.691328, 15.968039, 17.069090",\
|
||
|
"15.637353, 15.700468, 15.729993, 16.006702, 17.107754",\
|
||
|
"15.746716, 15.809832, 15.839356, 16.116066, 17.217117",\
|
||
|
"16.042608, 16.105726, 16.135248, 16.411959, 17.513012",\
|
||
|
"17.151306, 17.214422, 17.243946, 17.520657, 18.621708");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "15.126524, 15.178047, 15.200837, 15.388383, 16.075729",\
|
||
|
"15.147018, 15.198542, 15.221332, 15.408877, 16.096224",\
|
||
|
"15.278715, 15.330238, 15.353028, 15.540574, 16.227921",\
|
||
|
"15.576036, 15.627560, 15.650350, 15.837895, 16.525242",\
|
||
|
"16.784266, 16.835789, 16.858578, 17.046124, 17.733471");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.967488, 7.030595, 7.060123, 7.336888, 8.438260",\
|
||
|
"7.006153, 7.069259, 7.098787, 7.375553, 8.476924",\
|
||
|
"7.115517, 7.178623, 7.208151, 7.484917, 8.586287",\
|
||
|
"7.411298, 7.474405, 7.503933, 7.780699, 8.882070",\
|
||
|
"8.518825, 8.581931, 8.611460, 8.888226, 9.989596");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.842021, 6.893548, 6.916339, 7.103886, 7.791254",\
|
||
|
"6.862515, 6.914042, 6.936833, 7.124380, 7.811748",\
|
||
|
"6.994213, 7.045740, 7.068532, 7.256078, 7.943446",\
|
||
|
"7.291529, 7.343056, 7.365848, 7.553394, 8.240762",\
|
||
|
"8.497807, 8.549334, 8.572125, 8.759672, 9.447040");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "14.828898, 14.880422, 14.903212, 15.090757, 15.778104",\
|
||
|
"14.867562, 14.919086, 14.941875, 15.129421, 15.816768",\
|
||
|
"14.976927, 15.028450, 15.051240, 15.238786, 15.926132",\
|
||
|
"15.272449, 15.323972, 15.346762, 15.534307, 16.221653",\
|
||
|
"16.378506, 16.430029, 16.452818, 16.640364, 17.327711");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "15.577278, 15.640393, 15.669918, 15.946629, 17.047680",\
|
||
|
"15.597773, 15.660888, 15.690413, 15.967123, 17.068174",\
|
||
|
"15.729470, 15.792585, 15.822110, 16.098820, 17.199871",\
|
||
|
"16.026783, 16.089901, 16.119423, 16.396133, 17.497187",\
|
||
|
"17.232943, 17.296059, 17.325583, 17.602293, 18.703344");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.449745, 6.501272, 6.524063, 6.711609, 7.398978",\
|
||
|
"6.488409, 6.539936, 6.562727, 6.750273, 7.437642",\
|
||
|
"6.597773, 6.649300, 6.672091, 6.859638, 7.547006",\
|
||
|
"6.890246, 6.941773, 6.964564, 7.152111, 7.839479",\
|
||
|
"7.963484, 8.015011, 8.037803, 8.225349, 8.912717");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.078740, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.996165, 7.059271, 7.088799, 7.365565, 8.466936",\
|
||
|
"7.016659, 7.079765, 7.109293, 7.386059, 8.487430",\
|
||
|
"7.148357, 7.211463, 7.240992, 7.517757, 8.619128",\
|
||
|
"7.445382, 7.508489, 7.538017, 7.814782, 8.916154",\
|
||
|
"8.612293, 8.675400, 8.704928, 8.981694, 10.083065");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.043465, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.708252, 13.771367, 13.800892, 14.077602, 15.178655",\
|
||
|
"13.752266, 13.815381, 13.844906, 14.121616, 15.222669",\
|
||
|
"13.851777, 13.914892, 13.944417, 14.221128, 15.322180",\
|
||
|
"14.141992, 14.205107, 14.234632, 14.511342, 15.612394",\
|
||
|
"15.268303, 15.331418, 15.360943, 15.637653, 16.738705");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.853843, 13.905366, 13.928156, 14.115702, 14.803048",\
|
||
|
"13.877964, 13.929487, 13.952277, 14.139823, 14.827169",\
|
||
|
"14.012203, 14.063726, 14.086516, 14.274062, 14.961409",\
|
||
|
"14.334151, 14.385674, 14.408464, 14.596010, 15.283357",\
|
||
|
"15.809087, 15.860610, 15.883400, 16.070946, 16.758291");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.230573, 6.293680, 6.323208, 6.599974, 7.701344",\
|
||
|
"6.274588, 6.337694, 6.367222, 6.643988, 7.745359",\
|
||
|
"6.374098, 6.437204, 6.466733, 6.743498, 7.844869",\
|
||
|
"6.662485, 6.725592, 6.755120, 7.031885, 8.133256",\
|
||
|
"7.751176, 7.814282, 7.843811, 8.120576, 9.221948");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.919493, 6.971020, 6.993812, 7.181358, 7.868726",\
|
||
|
"6.943614, 6.995141, 7.017932, 7.205479, 7.892847",\
|
||
|
"7.077853, 7.129380, 7.152172, 7.339718, 8.027086",\
|
||
|
"7.399765, 7.451292, 7.474083, 7.661629, 8.348997",\
|
||
|
"8.841012, 8.892540, 8.915331, 9.102878, 9.790245");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.826718, 13.878242, 13.901031, 14.088577, 14.775924",\
|
||
|
"13.870733, 13.922256, 13.945046, 14.132592, 14.819939",\
|
||
|
"13.970243, 14.021767, 14.044557, 14.232102, 14.919449",\
|
||
|
"14.260681, 14.312204, 14.334994, 14.522540, 15.209887",\
|
||
|
"15.390108, 15.441631, 15.464421, 15.651967, 16.339314");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "14.056753, 14.119868, 14.149393, 14.426104, 15.527156",\
|
||
|
"14.080874, 14.143990, 14.173514, 14.450225, 15.551277",\
|
||
|
"14.215114, 14.278229, 14.307754, 14.584464, 15.685516",\
|
||
|
"14.537063, 14.600178, 14.629703, 14.906413, 16.007465",\
|
||
|
"16.014046, 16.077162, 16.106686, 16.383396, 17.484447");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.854816, 6.906343, 6.929134, 7.116681, 7.804049",\
|
||
|
"6.898830, 6.950357, 6.973149, 7.160696, 7.848063",\
|
||
|
"6.998341, 7.049868, 7.072659, 7.260206, 7.947574",\
|
||
|
"7.288710, 7.340237, 7.363029, 7.550575, 8.237943",\
|
||
|
"8.416795, 8.468323, 8.491114, 8.678660, 9.366028");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.091340, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.691792, 6.754898, 6.784426, 7.061192, 8.162562",\
|
||
|
"6.715913, 6.779019, 6.808547, 7.085313, 8.186685",\
|
||
|
"6.850152, 6.913259, 6.942787, 7.219552, 8.320924",\
|
||
|
"7.172099, 7.235206, 7.264734, 7.541499, 8.642871",\
|
||
|
"8.647138, 8.710244, 8.739773, 9.016539, 10.117909");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.050528, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.776163, 12.839278, 12.868803, 13.145514, 14.246566",\
|
||
|
"12.834732, 12.897847, 12.927372, 13.204082, 14.305135",\
|
||
|
"12.919627, 12.982742, 13.012267, 13.288978, 14.390030",\
|
||
|
"13.210105, 13.273220, 13.302745, 13.579455, 14.680508",\
|
||
|
"14.342435, 14.405550, 14.435075, 14.711785, 15.812838");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.001278, 12.052801, 12.075591, 12.263137, 12.950483",\
|
||
|
"12.034730, 12.086253, 12.109043, 12.296589, 12.983935",\
|
||
|
"12.159540, 12.211063, 12.233853, 12.421399, 13.108746",\
|
||
|
"12.481491, 12.533014, 12.555804, 12.743350, 13.430696",\
|
||
|
"13.961405, 14.012928, 14.035718, 14.223264, 14.910610");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.681331, 6.744438, 6.773966, 7.050732, 8.152102",\
|
||
|
"6.739900, 6.803007, 6.832535, 7.109301, 8.210671",\
|
||
|
"6.824795, 6.887902, 6.917430, 7.194196, 8.295567",\
|
||
|
"7.115211, 7.178318, 7.207846, 7.484612, 8.585982",\
|
||
|
"8.246225, 8.309332, 8.338861, 8.615626, 9.716997");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.279093, 6.330620, 6.353411, 6.540958, 7.228326",\
|
||
|
"6.312545, 6.364072, 6.386863, 6.574410, 7.261778",\
|
||
|
"6.437355, 6.488882, 6.511673, 6.699219, 7.386588",\
|
||
|
"6.759307, 6.810834, 6.833626, 7.021172, 7.708540",\
|
||
|
"8.237425, 8.288952, 8.311744, 8.499290, 9.186658");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "11.662008, 11.713531, 11.736321, 11.923867, 12.611214",\
|
||
|
"11.720577, 11.772100, 11.794890, 11.982436, 12.669783",\
|
||
|
"11.805472, 11.856996, 11.879786, 12.067331, 12.754678",\
|
||
|
"12.095750, 12.147273, 12.170063, 12.357609, 13.044955",\
|
||
|
"13.225004, 13.276527, 13.299317, 13.486863, 14.174210");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.789285, 12.852400, 12.881925, 13.158635, 14.259687",\
|
||
|
"12.822737, 12.885852, 12.915377, 13.192087, 14.293139",\
|
||
|
"12.947547, 13.010662, 13.040187, 13.316897, 14.417950",\
|
||
|
"13.269500, 13.332615, 13.362140, 13.638850, 14.739902",\
|
||
|
"14.747519, 14.810634, 14.840158, 15.116869, 16.217920");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.812681, 5.864208, 5.887000, 6.074546, 6.761914",\
|
||
|
"5.871250, 5.922777, 5.945569, 6.133115, 6.820483",\
|
||
|
"5.956145, 6.007672, 6.030464, 6.218010, 6.905378",\
|
||
|
"6.244755, 6.296282, 6.319073, 6.506620, 7.193988",\
|
||
|
"7.337463, 7.388990, 7.411782, 7.599329, 8.286696");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.123782, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.731946, 6.795053, 6.824581, 7.101346, 8.202718",\
|
||
|
"6.765398, 6.828505, 6.858033, 7.134798, 8.236169",\
|
||
|
"6.890208, 6.953314, 6.982842, 7.259608, 8.360979",\
|
||
|
"7.212233, 7.275340, 7.304868, 7.581634, 8.683004",\
|
||
|
"8.656386, 8.719493, 8.749022, 9.025787, 10.127158");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.069349, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.478196, 6.541311, 6.570835, 6.847546, 7.948598",\
|
||
|
"6.557118, 6.620233, 6.649757, 6.926468, 8.027520",\
|
||
|
"6.621267, 6.684382, 6.713906, 6.990617, 8.091669",\
|
||
|
"6.909850, 6.972965, 7.002489, 7.279200, 8.380252",\
|
||
|
"7.993268, 8.056383, 8.085907, 8.362617, 9.463670");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.638353, 6.689877, 6.712667, 6.900212, 7.587559",\
|
||
|
"6.678452, 6.729975, 6.752765, 6.940310, 7.627657",\
|
||
|
"6.782531, 6.834054, 6.856844, 7.044389, 7.731736",\
|
||
|
"7.061433, 7.112956, 7.135746, 7.323291, 8.010638",\
|
||
|
"8.274471, 8.325994, 8.348784, 8.536330, 9.223677");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.132380, 3.195487, 3.225014, 3.501780, 4.603151",\
|
||
|
"3.211604, 3.274711, 3.304239, 3.581005, 4.682376",\
|
||
|
"3.275753, 3.338860, 3.368388, 3.645154, 4.746525",\
|
||
|
"3.562816, 3.625923, 3.655451, 3.932216, 5.033587",\
|
||
|
"4.617725, 4.680832, 4.710360, 4.987125, 6.088497");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.578227, 3.629755, 3.652546, 3.840093, 4.527461",\
|
||
|
"3.620457, 3.671985, 3.694776, 3.882323, 4.569691",\
|
||
|
"3.724537, 3.776064, 3.798856, 3.986402, 4.673770",\
|
||
|
"4.001603, 4.053130, 4.075922, 4.263468, 4.950836",\
|
||
|
"5.189439, 5.240966, 5.263757, 5.451304, 6.138672");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.374524, 6.426047, 6.448837, 6.636383, 7.323730",\
|
||
|
"6.453415, 6.504938, 6.527728, 6.715273, 7.402620",\
|
||
|
"6.517564, 6.569087, 6.591877, 6.779422, 7.466769",\
|
||
|
"6.806305, 6.857828, 6.880618, 7.068163, 7.755510",\
|
||
|
"7.892684, 7.944207, 7.966997, 8.154543, 8.841889");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.189365, 7.252480, 7.282004, 7.558715, 8.659767",\
|
||
|
"7.229443, 7.292558, 7.322083, 7.598794, 8.699845",\
|
||
|
"7.333522, 7.396637, 7.426162, 7.702873, 8.803925",\
|
||
|
"7.612442, 7.675557, 7.705081, 7.981792, 9.082844",\
|
||
|
"8.825720, 8.888835, 8.918360, 9.195070, 10.296123");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.268654, 3.320181, 3.342973, 3.530519, 4.217887",\
|
||
|
"3.347543, 3.399070, 3.421861, 3.609408, 4.296776",\
|
||
|
"3.411692, 3.463219, 3.486011, 3.673558, 4.360925",\
|
||
|
"3.700440, 3.751968, 3.774759, 3.962306, 4.649673",\
|
||
|
"4.786963, 4.838490, 4.861281, 5.048828, 5.736196");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.171368, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.915751, 3.978858, 4.008386, 4.285151, 5.386523",\
|
||
|
"3.955850, 4.018957, 4.048485, 4.325251, 5.426622",\
|
||
|
"4.059930, 4.123036, 4.152565, 4.429330, 5.530701",\
|
||
|
"4.338831, 4.401938, 4.431466, 4.708232, 5.809603",\
|
||
|
"5.551862, 5.614968, 5.644496, 5.921262, 7.022633");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096586, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.001945, 5.065060, 5.094584, 5.371295, 6.472347",\
|
||
|
"5.045844, 5.108959, 5.138483, 5.415194, 6.516246",\
|
||
|
"5.149954, 5.213069, 5.242594, 5.519305, 6.620357",\
|
||
|
"5.445753, 5.508868, 5.538392, 5.815103, 6.916155",\
|
||
|
"6.560215, 6.623331, 6.652855, 6.929566, 8.030618");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.841980, 4.893504, 4.916294, 5.103839, 5.791186",\
|
||
|
"4.865392, 4.916915, 4.939705, 5.127250, 5.814597",\
|
||
|
"4.994025, 5.045548, 5.068338, 5.255883, 5.943230",\
|
||
|
"5.291096, 5.342619, 5.365409, 5.552955, 6.240302",\
|
||
|
"6.505972, 6.557495, 6.580285, 6.767830, 7.455177");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.590019, 2.653126, 2.682653, 2.959419, 4.060790",\
|
||
|
"2.633917, 2.697024, 2.726552, 3.003317, 4.104689",\
|
||
|
"2.738027, 2.801134, 2.830662, 3.107428, 4.208799",\
|
||
|
"3.033839, 3.096946, 3.126474, 3.403240, 4.504611",\
|
||
|
"4.148457, 4.211563, 4.241091, 4.517857, 5.619228");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.784890, 2.836418, 2.859209, 3.046756, 3.734123",\
|
||
|
"2.808301, 2.859829, 2.882620, 3.070167, 3.757534",\
|
||
|
"2.936934, 2.988462, 3.011253, 3.198800, 3.886168",\
|
||
|
"3.234005, 3.285532, 3.308324, 3.495871, 4.183239",\
|
||
|
"4.448487, 4.500014, 4.522805, 4.710351, 5.397720");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.524905, 4.576428, 4.599218, 4.786763, 5.474110",\
|
||
|
"4.568803, 4.620326, 4.643116, 4.830661, 5.518008",\
|
||
|
"4.672914, 4.724437, 4.747227, 4.934772, 5.622119",\
|
||
|
"4.968444, 5.019967, 5.042757, 5.230302, 5.917649",\
|
||
|
"6.079688, 6.131211, 6.154001, 6.341547, 7.028893");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "4.873712, 4.936827, 4.966352, 5.243062, 6.344114",\
|
||
|
"4.897123, 4.960238, 4.989762, 5.266473, 6.367525",\
|
||
|
"5.025756, 5.088871, 5.118396, 5.395107, 6.496159",\
|
||
|
"5.322826, 5.385941, 5.415465, 5.692176, 6.793228",\
|
||
|
"6.537316, 6.600431, 6.629955, 6.906666, 8.007718");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.400611, 2.452139, 2.474930, 2.662477, 3.349845",\
|
||
|
"2.444510, 2.496037, 2.518829, 2.706375, 3.393743",\
|
||
|
"2.548620, 2.600148, 2.622939, 2.810486, 3.497854",\
|
||
|
"2.841580, 2.893107, 2.915899, 3.103446, 3.790813",\
|
||
|
"3.921993, 3.973521, 3.996312, 4.183859, 4.871227");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.089480, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.542392, 2.605499, 2.635027, 2.911793, 4.013164",\
|
||
|
"2.565803, 2.628910, 2.658438, 2.935204, 4.036575",\
|
||
|
"2.694437, 2.757544, 2.787071, 3.063837, 4.165208",\
|
||
|
"2.991385, 3.054492, 3.084020, 3.360786, 4.462157",\
|
||
|
"4.165902, 4.229009, 4.258537, 4.535302, 5.636673");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.209651, 3.272766, 3.302290, 3.579001, 4.680053",\
|
||
|
"3.242890, 3.306005, 3.335530, 3.612241, 4.713293",\
|
||
|
"3.357669, 3.420785, 3.450309, 3.727020, 4.828072",\
|
||
|
"3.653215, 3.716330, 3.745855, 4.022565, 5.123618",\
|
||
|
"4.763906, 4.827021, 4.856545, 5.133256, 6.234308");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.983689, 3.035212, 3.058002, 3.245548, 3.932894",\
|
||
|
"3.001011, 3.052534, 3.075324, 3.262870, 3.950216",\
|
||
|
"3.135754, 3.187278, 3.210068, 3.397614, 4.084960",\
|
||
|
"3.432863, 3.484386, 3.507176, 3.694722, 4.382068",\
|
||
|
"4.646414, 4.697937, 4.720727, 4.908272, 5.595619");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.773916, 1.837022, 1.866551, 2.143316, 3.244687",\
|
||
|
"1.807155, 1.870262, 1.899790, 2.176556, 3.277927",\
|
||
|
"1.921934, 1.985041, 2.014569, 2.291335, 3.392706",\
|
||
|
"2.214841, 2.277948, 2.307476, 2.584242, 3.685613",\
|
||
|
"3.294396, 3.357503, 3.387031, 3.663797, 4.765168");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.856308, 1.907835, 1.930626, 2.118173, 2.805541",\
|
||
|
"1.873630, 1.925157, 1.947948, 2.135495, 2.822863",\
|
||
|
"2.008373, 2.059901, 2.082692, 2.270239, 2.957607",\
|
||
|
"2.305340, 2.356868, 2.379659, 2.567206, 3.254574",\
|
||
|
"3.478967, 3.530494, 3.553286, 3.740833, 4.428200");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545");
|
||
|
}
|
||
|
|
||
|
} /* 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.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.115485, 3.167008, 3.189798, 3.377344, 4.064691",\
|
||
|
"3.148724, 3.200247, 3.223037, 3.410583, 4.097930",\
|
||
|
"3.263504, 3.315027, 3.337817, 3.525363, 4.212709",\
|
||
|
"3.559322, 3.610845, 3.633635, 3.821181, 4.508527",\
|
||
|
"4.673223, 4.724746, 4.747536, 4.935081, 5.622428");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.525764, 3.588880, 3.618404, 3.895115, 4.996167",\
|
||
|
"3.543087, 3.606202, 3.635726, 3.912437, 5.013489",\
|
||
|
"3.677830, 3.740946, 3.770470, 4.047181, 5.148233",\
|
||
|
"3.974940, 4.038055, 4.067580, 4.344291, 5.445343",\
|
||
|
"5.188865, 5.251980, 5.281505, 5.558216, 6.659267");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.900601, 1.952128, 1.974919, 2.162466, 2.849834",\
|
||
|
"1.933840, 1.985367, 2.008159, 2.195705, 2.883073",\
|
||
|
"2.048619, 2.100147, 2.122938, 2.310485, 2.997853",\
|
||
|
"2.344450, 2.395978, 2.418769, 2.606316, 3.293684",\
|
||
|
"3.458507, 3.510035, 3.532826, 3.720373, 4.407741");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.067602, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285545");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "2.156721, 2.219828, 2.249356, 2.526122, 3.627493",\
|
||
|
"2.174043, 2.237150, 2.266678, 2.543444, 3.644815",\
|
||
|
"2.308787, 2.371894, 2.401422, 2.678188, 3.779559",\
|
||
|
"2.605895, 2.669002, 2.698530, 2.975296, 4.076667",\
|
||
|
"3.819424, 3.882531, 3.912059, 4.188825, 5.290195");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.037197, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.853377, 1.916492, 1.946017, 2.222728, 3.323781",\
|
||
|
"1.890556, 1.953672, 1.983196, 2.259907, 3.360960",\
|
||
|
"2.001390, 2.064505, 2.094030, 2.370741, 3.471793",\
|
||
|
"2.297199, 2.360315, 2.389839, 2.666550, 3.767603",\
|
||
|
"3.411021, 3.474137, 3.503661, 3.780372, 4.881425");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.652632, 1.704155, 1.726945, 1.914491, 2.601837",\
|
||
|
"1.672199, 1.723722, 1.746512, 1.934057, 2.621404",\
|
||
|
"1.804696, 1.856219, 1.879009, 2.066555, 2.753901",\
|
||
|
"2.101802, 2.153325, 2.176115, 2.363661, 3.051007",\
|
||
|
"3.315633, 3.367156, 3.389946, 3.577492, 4.264839");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.264733, 1.327839, 1.357368, 1.634134, 2.735507",\
|
||
|
"1.301912, 1.365018, 1.394547, 1.671313, 2.772686",\
|
||
|
"1.412746, 1.475852, 1.505381, 1.782146, 2.883519",\
|
||
|
"1.708569, 1.771676, 1.801204, 2.077970, 3.179343",\
|
||
|
"2.822558, 2.885665, 2.915193, 3.191959, 4.293332");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.474888, 1.526415, 1.549206, 1.736753, 2.424122",\
|
||
|
"1.494455, 1.545982, 1.568774, 1.756320, 2.443689",\
|
||
|
"1.626952, 1.678480, 1.701271, 1.888818, 2.576186",\
|
||
|
"1.924057, 1.975584, 1.998376, 2.185922, 2.873291",\
|
||
|
"3.137499, 3.189026, 3.211818, 3.399365, 4.086733");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.365794, 1.417317, 1.440107, 1.627652, 2.314999",\
|
||
|
"1.402973, 1.454496, 1.477286, 1.664832, 2.352178",\
|
||
|
"1.513807, 1.565329, 1.588120, 1.775665, 2.463012",\
|
||
|
"1.809358, 1.860881, 1.883671, 2.071217, 2.758563",\
|
||
|
"2.920142, 2.971665, 2.994455, 3.182001, 3.869347");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.649888, 1.713004, 1.742528, 2.019239, 3.120292",\
|
||
|
"1.669455, 1.732571, 1.762095, 2.038806, 3.139859",\
|
||
|
"1.801953, 1.865068, 1.894593, 2.171304, 3.272357",\
|
||
|
"2.099058, 2.162173, 2.191698, 2.468409, 3.569461",\
|
||
|
"3.312566, 3.375682, 3.405206, 3.681917, 4.782969");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.092247, 1.143774, 1.166566, 1.354112, 2.041481",\
|
||
|
"1.129426, 1.180953, 1.203745, 1.391291, 2.078660",\
|
||
|
"1.240260, 1.291787, 1.314579, 1.502125, 2.189493",\
|
||
|
"1.533152, 1.584679, 1.607471, 1.795017, 2.482385",\
|
||
|
"2.612614, 2.664141, 2.686933, 2.874480, 3.561848");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.075690, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "1.220757, 1.283864, 1.313392, 1.590158, 2.691531",\
|
||
|
"1.240324, 1.303431, 1.332959, 1.609725, 2.711098",\
|
||
|
"1.372822, 1.435928, 1.465457, 1.742223, 2.843596",\
|
||
|
"1.669783, 1.732890, 1.762418, 2.039184, 3.140557",\
|
||
|
"2.843315, 2.906422, 2.935950, 3.212716, 4.314089");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.041765, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115");
|
||
|
}
|
||
|
|
||
|
} /* 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.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "21.388510, 21.451626, 21.481150, 21.757860, 22.858912",\
|
||
|
"21.424471, 21.487587, 21.517111, 21.793821, 22.894873",\
|
||
|
"21.536528, 21.599644, 21.629168, 21.905878, 23.006929",\
|
||
|
"21.832335, 21.895451, 21.924974, 22.201685, 23.302736",\
|
||
|
"22.946653, 23.009769, 23.039293, 23.316004, 24.417055");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "21.210377, 21.261900, 21.284689, 21.472235, 22.159582",\
|
||
|
"21.229235, 21.280758, 21.303547, 21.491093, 22.178440",\
|
||
|
"21.362429, 21.413952, 21.436741, 21.624287, 22.311634",\
|
||
|
"21.659515, 21.711039, 21.733828, 21.921373, 22.608721",\
|
||
|
"22.874161, 22.925684, 22.948473, 23.136019, 23.823366");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.998111, 9.061217, 9.090746, 9.367512, 10.468883",\
|
||
|
"9.034070, 9.097177, 9.126705, 9.403471, 10.504842",\
|
||
|
"9.146125, 9.209231, 9.238760, 9.515526, 10.616897",\
|
||
|
"9.441946, 9.505053, 9.534581, 9.811347, 10.912718",\
|
||
|
"10.556414, 10.619520, 10.649049, 10.925815, 12.027185");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "9.138819, 9.190346, 9.213138, 9.400684, 10.088052",\
|
||
|
"9.157677, 9.209204, 9.231996, 9.419542, 10.106910",\
|
||
|
"9.290871, 9.342398, 9.365190, 9.552736, 10.240104",\
|
||
|
"9.587955, 9.639482, 9.662273, 9.849820, 10.537188",\
|
||
|
"10.802198, 10.853725, 10.876517, 11.064064, 11.751431");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "20.898806, 20.950329, 20.973118, 21.160664, 21.848011",\
|
||
|
"20.934765, 20.986288, 21.009077, 21.196623, 21.883970",\
|
||
|
"21.046820, 21.098343, 21.121132, 21.308678, 21.996025",\
|
||
|
"21.342365, 21.393888, 21.416677, 21.604223, 22.291571",\
|
||
|
"22.453547, 22.505070, 22.527859, 22.715405, 23.402752");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "21.247458, 21.310574, 21.340097, 21.616808, 22.717859",\
|
||
|
"21.266317, 21.329433, 21.358957, 21.635668, 22.736719",\
|
||
|
"21.399511, 21.462627, 21.492151, 21.768862, 22.869913",\
|
||
|
"21.696596, 21.759712, 21.789236, 22.065947, 23.166998",\
|
||
|
"22.910887, 22.974003, 23.003527, 23.280237, 24.381289");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.754924, 8.806452, 8.829243, 9.016789, 9.704157",\
|
||
|
"8.790883, 8.842411, 8.865202, 9.052749, 9.740116",\
|
||
|
"8.902938, 8.954466, 8.977257, 9.164804, 9.852171",\
|
||
|
"9.195888, 9.247416, 9.270206, 9.457753, 10.145121",\
|
||
|
"10.276078, 10.327606, 10.350397, 10.537944, 11.225311");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.073185, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.951333, 9.014440, 9.043968, 9.320734, 10.422105",\
|
||
|
"8.970190, 9.033297, 9.062825, 9.339591, 10.440962",\
|
||
|
"9.103384, 9.166491, 9.196019, 9.472785, 10.574156",\
|
||
|
"9.400343, 9.463449, 9.492978, 9.769744, 10.871115",\
|
||
|
"10.574631, 10.637737, 10.667266, 10.944032, 12.045403");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.040341, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "19.604727, 19.667843, 19.697367, 19.974077, 21.075129",\
|
||
|
"19.648209, 19.711325, 19.740849, 20.017559, 21.118610",\
|
||
|
"19.752729, 19.815845, 19.845369, 20.122080, 21.223131",\
|
||
|
"20.048265, 20.111382, 20.140905, 20.417616, 21.518667",\
|
||
|
"21.160372, 21.223488, 21.253012, 21.529722, 22.630774");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "19.341587, 19.393110, 19.415899, 19.603445, 20.290792",\
|
||
|
"19.364754, 19.416277, 19.439066, 19.626612, 20.313959",\
|
||
|
"19.493607, 19.545130, 19.567919, 19.755465, 20.442812",\
|
||
|
"19.790638, 19.842161, 19.864950, 20.052496, 20.739843",\
|
||
|
"21.006304, 21.057827, 21.080616, 21.268162, 21.955509");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.160534, 8.223640, 8.253169, 8.529935, 9.631306",\
|
||
|
"8.204016, 8.267122, 8.296651, 8.573417, 9.674788",\
|
||
|
"8.308536, 8.371642, 8.401171, 8.677937, 9.779307",\
|
||
|
"8.601560, 8.664666, 8.694195, 8.970961, 10.072331",\
|
||
|
"9.682957, 9.746063, 9.775592, 10.052358, 11.153728");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.186676, 8.238203, 8.260995, 8.448542, 9.135909",\
|
||
|
"8.209844, 8.261372, 8.284163, 8.471709, 9.159077",\
|
||
|
"8.338698, 8.390226, 8.413017, 8.600564, 9.287931",\
|
||
|
"8.635633, 8.687160, 8.709951, 8.897498, 9.584866",\
|
||
|
"9.811173, 9.862701, 9.885492, 10.073039, 10.760406");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "19.510849, 19.562372, 19.585161, 19.772707, 20.460054",\
|
||
|
"19.554331, 19.605854, 19.628643, 19.816189, 20.503536",\
|
||
|
"19.658850, 19.710373, 19.733162, 19.920708, 20.608055",\
|
||
|
"19.954632, 20.006155, 20.028944, 20.216490, 20.903837",\
|
||
|
"21.069735, 21.121258, 21.144047, 21.331593, 22.018940");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "19.902527, 19.965643, 19.995167, 20.271877, 21.372929",\
|
||
|
"19.925695, 19.988811, 20.018335, 20.295046, 21.396097",\
|
||
|
"20.054550, 20.117666, 20.147190, 20.423901, 21.524952",\
|
||
|
"20.351585, 20.414701, 20.444225, 20.720936, 21.821987",\
|
||
|
"21.567587, 21.630703, 21.660227, 21.936937, 23.037989");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.238172, 8.289700, 8.312490, 8.500037, 9.187405",\
|
||
|
"8.281653, 8.333181, 8.355972, 8.543519, 9.230886",\
|
||
|
"8.386173, 8.437700, 8.460492, 8.648039, 9.335406",\
|
||
|
"8.681968, 8.733496, 8.756287, 8.943833, 9.631201",\
|
||
|
"9.797218, 9.848745, 9.871537, 10.059084, 10.746451");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.088628, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "8.546517, 8.609624, 8.639153, 8.915918, 10.017289",\
|
||
|
"8.569685, 8.632792, 8.662320, 8.939086, 10.040457",\
|
||
|
"8.698538, 8.761644, 8.791173, 9.067939, 10.169310",\
|
||
|
"8.995570, 9.058677, 9.088205, 9.364971, 10.466342",\
|
||
|
"10.211172, 10.274279, 10.303807, 10.580573, 11.681944");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.049162, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "18.367197, 18.430313, 18.459837, 18.736547, 19.837599",\
|
||
|
"18.449102, 18.512218, 18.541742, 18.818453, 19.919504",\
|
||
|
"18.510487, 18.573603, 18.603127, 18.879837, 19.980888",\
|
||
|
"18.800091, 18.863207, 18.892731, 19.169441, 20.270493",\
|
||
|
"19.941553, 20.004669, 20.034193, 20.310904, 21.411955");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "18.188644, 18.240168, 18.262957, 18.450502, 19.137850",\
|
||
|
"18.237431, 18.288954, 18.311743, 18.499289, 19.186636",\
|
||
|
"18.346682, 18.398205, 18.420994, 18.608540, 19.295887",\
|
||
|
"18.668879, 18.720402, 18.743191, 18.930737, 19.618084",\
|
||
|
"20.154469, 20.205992, 20.228781, 20.416327, 21.103674");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.814246, 7.877352, 7.906880, 8.183646, 9.285017",\
|
||
|
"7.896150, 7.959256, 7.988784, 8.265550, 9.366921",\
|
||
|
"7.957535, 8.020641, 8.050170, 8.326936, 9.428307",\
|
||
|
"8.247138, 8.310245, 8.339773, 8.616539, 9.717910",\
|
||
|
"9.388781, 9.451887, 9.481416, 9.758182, 10.859552");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.982154, 8.033681, 8.056473, 8.244020, 8.931387",\
|
||
|
"8.030939, 8.082466, 8.105258, 8.292805, 8.980172",\
|
||
|
"8.140190, 8.191717, 8.214509, 8.402056, 9.089423",\
|
||
|
"8.462387, 8.513914, 8.536706, 8.724253, 9.411620",\
|
||
|
"9.947640, 9.999168, 10.021959, 10.209506, 10.896873");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "17.832586, 17.884109, 17.906898, 18.094444, 18.781792",\
|
||
|
"17.914492, 17.966015, 17.988804, 18.176350, 18.863697",\
|
||
|
"17.975876, 18.027399, 18.050188, 18.237734, 18.925081",\
|
||
|
"18.265482, 18.317005, 18.339794, 18.527340, 19.214687",\
|
||
|
"19.403233, 19.454756, 19.477545, 19.665091, 20.352438");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "18.272314, 18.335430, 18.364954, 18.641665, 19.742716",\
|
||
|
"18.321098, 18.384214, 18.413738, 18.690449, 19.791500",\
|
||
|
"18.430349, 18.493465, 18.522989, 18.799700, 19.900751",\
|
||
|
"18.752548, 18.815664, 18.845188, 19.121899, 20.222950",\
|
||
|
"20.237816, 20.300932, 20.330456, 20.607166, 21.708218");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.521797, 7.573324, 7.596115, 7.783661, 8.471029",\
|
||
|
"7.603701, 7.655228, 7.678019, 7.865566, 8.552934",\
|
||
|
"7.665086, 7.716613, 7.739405, 7.926951, 8.614319",\
|
||
|
"7.954689, 8.006216, 8.029008, 8.216555, 8.903922",\
|
||
|
"9.056642, 9.108170, 9.130960, 9.318507, 10.005875");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.177003, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.779860, 7.842967, 7.872495, 8.149261, 9.250632",\
|
||
|
"7.828646, 7.891752, 7.921280, 8.198046, 9.299417",\
|
||
|
"7.937897, 8.001003, 8.030532, 8.307297, 9.408668",\
|
||
|
"8.260093, 8.323199, 8.352728, 8.629494, 9.730865",\
|
||
|
"9.711287, 9.774393, 9.803922, 10.080688, 11.182058");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100170, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "16.622986, 16.686102, 16.715626, 16.992336, 18.093388",\
|
||
|
"16.702705, 16.765821, 16.795345, 17.072056, 18.173107",\
|
||
|
"16.766262, 16.829378, 16.858902, 17.135612, 18.236664",\
|
||
|
"17.055960, 17.119076, 17.148600, 17.425310, 18.526361",\
|
||
|
"18.195017, 18.258133, 18.287657, 18.564367, 19.665419");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "16.393232, 16.444756, 16.467545, 16.655090, 17.342438",\
|
||
|
"16.440350, 16.491873, 16.514662, 16.702208, 17.389555",\
|
||
|
"16.551226, 16.602749, 16.625538, 16.813084, 17.500431",\
|
||
|
"16.873476, 16.924999, 16.947788, 17.135334, 17.822681",\
|
||
|
"18.360126, 18.411650, 18.434439, 18.621984, 19.309332");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.981278, 7.044384, 7.073913, 7.350678, 8.452049",\
|
||
|
"7.060997, 7.124104, 7.153632, 7.430398, 8.531769",\
|
||
|
"7.124553, 7.187660, 7.217188, 7.493954, 8.595325",\
|
||
|
"7.414252, 7.477358, 7.506886, 7.783652, 8.885023",\
|
||
|
"8.518112, 8.581219, 8.610747, 8.887513, 9.988884");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.054438, 7.105965, 7.128756, 7.316303, 8.003671",\
|
||
|
"7.101555, 7.153082, 7.175873, 7.363420, 8.050788",\
|
||
|
"7.212432, 7.263959, 7.286751, 7.474297, 8.161665",\
|
||
|
"7.534682, 7.586209, 7.609000, 7.796546, 8.483914",\
|
||
|
"8.987240, 9.038767, 9.061559, 9.249105, 9.936473");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "16.486925, 16.538448, 16.561237, 16.748783, 17.436131",\
|
||
|
"16.566645, 16.618168, 16.640957, 16.828503, 17.515850",\
|
||
|
"16.630199, 16.681723, 16.704512, 16.892057, 17.579405",\
|
||
|
"16.919899, 16.971422, 16.994211, 17.181757, 17.869104",\
|
||
|
"18.062643, 18.114166, 18.136955, 18.324501, 19.011848");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "16.978336, 17.041452, 17.070976, 17.347687, 18.448738",\
|
||
|
"17.025455, 17.088572, 17.118095, 17.394806, 18.495857",\
|
||
|
"17.136332, 17.199448, 17.228971, 17.505682, 18.606733",\
|
||
|
"17.458582, 17.521698, 17.551222, 17.827932, 18.928984",\
|
||
|
"18.945562, 19.008678, 19.038202, 19.314913, 20.415964");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.095490, 7.147017, 7.169808, 7.357355, 8.044723",\
|
||
|
"7.175209, 7.226736, 7.249527, 7.437074, 8.124442",\
|
||
|
"7.238764, 7.290291, 7.313083, 7.500629, 8.187997",\
|
||
|
"7.528463, 7.579990, 7.602781, 7.790328, 8.477695",\
|
||
|
"8.671384, 8.722912, 8.745703, 8.933249, 9.620617");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.172082, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "7.444292, 7.507399, 7.536927, 7.813692, 8.915063",\
|
||
|
"7.491410, 7.554516, 7.584044, 7.860810, 8.962181",\
|
||
|
"7.602287, 7.665393, 7.694921, 7.971687, 9.073058",\
|
||
|
"7.924537, 7.987643, 8.017171, 8.293937, 9.395308",\
|
||
|
"9.411182, 9.474289, 9.503818, 9.780583, 10.881954");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.096980, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* 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.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "25.635477, 25.698593, 25.728117, 26.004827, 27.105879",\
|
||
|
"25.681005, 25.744122, 25.773645, 26.050356, 27.151407",\
|
||
|
"25.792492, 25.855608, 25.885132, 26.161842, 27.262894",\
|
||
|
"26.119833, 26.182949, 26.212473, 26.489183, 27.590235",\
|
||
|
"27.285168, 27.348284, 27.377808, 27.654518, 28.755569");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523389, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "25.047598, 25.099123, 25.121912, 25.309458, 25.996803",\
|
||
|
"25.093126, 25.144651, 25.167440, 25.354986, 26.042332",\
|
||
|
"25.204615, 25.256140, 25.278929, 25.466475, 26.153820",\
|
||
|
"25.531954, 25.583479, 25.606268, 25.793814, 26.481159",\
|
||
|
"26.697290, 26.748816, 26.771605, 26.959150, 27.646496");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100115, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.444122, 3.507229, 3.536757, 3.813523, 4.914896",\
|
||
|
"3.490213, 3.553320, 3.582848, 3.859614, 4.960987",\
|
||
|
"3.602764, 3.665871, 3.695399, 3.972165, 5.073538",\
|
||
|
"3.934778, 3.997885, 4.027413, 4.304179, 5.405552",\
|
||
|
"5.147937, 5.211044, 5.240572, 5.517338, 6.618711");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115",\
|
||
|
"0.065108, 0.126710, 0.158969, 0.523239, 2.030115");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "3.247963, 3.299491, 3.322282, 3.509829, 4.197197",\
|
||
|
"3.294036, 3.345563, 3.368355, 3.555902, 4.243270",\
|
||
|
"3.406601, 3.458129, 3.480920, 3.668467, 4.355835",\
|
||
|
"3.738616, 3.790143, 3.812934, 4.000481, 4.687850",\
|
||
|
"4.951704, 5.003232, 5.026023, 5.213570, 5.900938");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100107, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.432951, 13.496066, 13.525591, 13.802301, 14.903354",\
|
||
|
"13.488656, 13.551771, 13.581296, 13.858006, 14.959059",\
|
||
|
"13.582024, 13.645139, 13.674664, 13.951374, 15.052426",\
|
||
|
"13.904412, 13.967527, 13.997052, 14.273763, 15.374815",\
|
||
|
"15.213514, 15.276629, 15.306154, 15.582865, 16.683916");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "12.342228, 12.393751, 12.416541, 12.604087, 13.291433",\
|
||
|
"12.369875, 12.421398, 12.444188, 12.631734, 13.319080",\
|
||
|
"12.505337, 12.556860, 12.579650, 12.767196, 13.454542",\
|
||
|
"12.902287, 12.953811, 12.976601, 13.164146, 13.851493",\
|
||
|
"14.472255, 14.523778, 14.546568, 14.734114, 15.421460");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
|
||
|
} /* 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.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.581223, 5.644329, 5.673857, 5.950623, 7.051994",\
|
||
|
"5.636928, 5.700034, 5.729562, 6.006328, 7.107699",\
|
||
|
"5.730296, 5.793402, 5.822930, 6.099696, 7.201067",\
|
||
|
"6.052683, 6.115790, 6.145318, 6.422084, 7.523455",\
|
||
|
"7.359934, 7.423041, 7.452569, 7.729335, 8.830706");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.128729, 6.180256, 6.203048, 6.390594, 7.077962",\
|
||
|
"6.156376, 6.207903, 6.230695, 6.418241, 7.105609",\
|
||
|
"6.291838, 6.343365, 6.366156, 6.553703, 7.241071",\
|
||
|
"6.688789, 6.740316, 6.763107, 6.950654, 7.638022",\
|
||
|
"8.258764, 8.310291, 8.333083, 8.520630, 9.207997");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
|
||
|
} /* 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.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.122351, 13.173874, 13.196664, 13.384210, 14.071556",\
|
||
|
"13.178056, 13.229579, 13.252369, 13.439915, 14.127261",\
|
||
|
"13.271424, 13.322948, 13.345737, 13.533283, 14.220630",\
|
||
|
"13.593812, 13.645335, 13.668125, 13.855671, 14.543017",\
|
||
|
"14.902911, 14.954434, 14.977224, 15.164770, 15.852117");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544",\
|
||
|
"0.059223, 0.100114, 0.120756, 0.343740, 1.285544");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "13.507771, 13.570887, 13.600411, 13.877122, 14.978174",\
|
||
|
"13.535419, 13.598534, 13.628058, 13.904769, 15.005821",\
|
||
|
"13.670879, 13.733994, 13.763519, 14.040230, 15.141282",\
|
||
|
"14.067832, 14.130947, 14.160472, 14.437182, 15.538235",\
|
||
|
"15.637536, 15.700651, 15.730176, 16.006886, 17.107937");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107",\
|
||
|
"0.065094, 0.126715, 0.158991, 0.523388, 2.030107");
|
||
|
}
|
||
|
|
||
|
} /* 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.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "5.868422, 5.919949, 5.942740, 6.130287, 6.817655",\
|
||
|
"5.924127, 5.975654, 5.998446, 6.185992, 6.873360",\
|
||
|
"6.017495, 6.069022, 6.091814, 6.279360, 6.966728",\
|
||
|
"6.339884, 6.391411, 6.414202, 6.601749, 7.289117",\
|
||
|
"7.649191, 7.700718, 7.723510, 7.911056, 8.598424");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.105935, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546",\
|
||
|
"0.059223, 0.100108, 0.120750, 0.343740, 1.285546");
|
||
|
}
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "6.348508, 6.411614, 6.441143, 6.717908, 7.819279",\
|
||
|
"6.376155, 6.439261, 6.468790, 6.745555, 7.846926",\
|
||
|
"6.511616, 6.574723, 6.604251, 6.881017, 7.982388",\
|
||
|
"6.908567, 6.971673, 7.001202, 7.277967, 8.379338",\
|
||
|
"8.478568, 8.541675, 8.571203, 8.847969, 9.949340");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.058186, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.006094, 0.038994, 0.056224, 0.241586, 1.000000");
|
||
|
values ( "0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114",\
|
||
|
"0.065108, 0.126711, 0.158969, 0.523239, 2.030114");
|
||
|
}
|
||
|
|
||
|
} /* end of arc resetb_clockp[1]_inv_min*/
|
||
|
|
||
|
} /* end of pin clockp[1] */
|
||
|
|
||
|
pin("clockp[0]") {
|
||
|
direction : output ;
|
||
|
max_capacitance : 1.000000 ;
|
||
|
min_capacitance : 0.000000 ;
|
||
|
capacitance : 0.000475 ;
|
||
|
|
||
|
/* Other user defined attributes. */
|
||
|
original_pin : clockp[0];
|
||
|
timing () {
|
||
|
related_pin : "pll_control_clock" ;
|
||
|
timing_type : combinational ;
|
||
|
timing_sense : positive_unate ;
|
||
|
cell_rise( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.206038, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.308148, 0.374641, 0.405701, 0.678314, 1.775121",\
|
||
|
"0.310696, 0.377175, 0.408234, 0.680867, 1.777629",\
|
||
|
"0.314498, 0.380956, 0.412014, 0.684675, 1.781370",\
|
||
|
"0.377719, 0.443837, 0.474865, 0.748002, 1.843493",\
|
||
|
"0.665793, 0.736202, 0.768601, 1.042936, 2.138227");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.206038, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.054676, 0.117515, 0.149774, 0.503811, 2.003813",\
|
||
|
"0.054676, 0.117520, 0.149774, 0.503811, 2.003813",\
|
||
|
"0.054676, 0.117526, 0.149774, 0.503811, 2.003813",\
|
||
|
"0.054676, 0.117631, 0.149774, 0.503811, 2.004304",\
|
||
|
"0.066683, 0.126085, 0.156635, 0.505345, 2.008970");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.181573, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.371660, 0.426318, 0.451219, 0.635636, 1.316682",\
|
||
|
"0.374891, 0.429549, 0.454448, 0.638868, 1.319891",\
|
||
|
"0.377714, 0.432372, 0.457269, 0.641693, 1.322695",\
|
||
|
"0.437983, 0.492636, 0.517496, 0.701986, 1.382554",\
|
||
|
"0.742508, 0.798002, 0.823143, 1.006997, 1.690850");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.181573, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.051636, 0.094475, 0.115719, 0.328124, 1.258764",\
|
||
|
"0.051636, 0.094478, 0.115725, 0.328124, 1.258764",\
|
||
|
"0.051636, 0.094481, 0.115730, 0.328124, 1.258764",\
|
||
|
"0.051636, 0.094541, 0.115835, 0.328126, 1.258764",\
|
||
|
"0.056579, 0.097695, 0.118324, 0.328944, 1.258877");
|
||
|
}
|
||
|
|
||
|
} /* 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.182548, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.308148, 0.374641, 0.405701, 0.678314, 1.771900",\
|
||
|
"0.310561, 0.377041, 0.408100, 0.680732, 1.774275",\
|
||
|
"0.314498, 0.380956, 0.412014, 0.684675, 1.778149",\
|
||
|
"0.377719, 0.443837, 0.474865, 0.748002, 1.840252",\
|
||
|
"0.665793, 0.736202, 0.768601, 1.042936, 2.134987");
|
||
|
}
|
||
|
rise_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.182548, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.054676, 0.117515, 0.149703, 0.503609, 1.997652",\
|
||
|
"0.054676, 0.117519, 0.149703, 0.503609, 1.997652",\
|
||
|
"0.054676, 0.117526, 0.149703, 0.503609, 1.997652",\
|
||
|
"0.054676, 0.117631, 0.149703, 0.503609, 1.998140",\
|
||
|
"0.066683, 0.126085, 0.156635, 0.505345, 2.002806");
|
||
|
}
|
||
|
cell_fall( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.176792, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.371660, 0.426318, 0.451219, 0.635636, 1.313441",\
|
||
|
"0.374289, 0.428947, 0.453846, 0.638266, 1.316052",\
|
||
|
"0.377714, 0.432372, 0.457269, 0.641693, 1.319454",\
|
||
|
"0.437983, 0.492636, 0.517496, 0.701986, 1.379313",\
|
||
|
"0.742508, 0.798002, 0.823143, 1.006997, 1.687608");
|
||
|
}
|
||
|
fall_transition( f_itrans_ocap ){
|
||
|
index_1 ( "0.010000, 0.176792, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.000975, 0.033875, 0.051106, 0.236467, 1.000000");
|
||
|
values ( "0.051636, 0.094475, 0.115719, 0.328124, 1.251692",\
|
||
|
"0.051636, 0.094478, 0.115724, 0.328124, 1.251692",\
|
||
|
"0.051636, 0.094481, 0.115730, 0.328124, 1.251692",\
|
||
|
"0.051636, 0.094541, 0.115835, 0.328126, 1.251692",\
|
||
|
"0.056579, 0.097695, 0.118324, 0.328944, 1.252712");
|
||
|
}
|
||
|
|
||
|
} /* 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.010186 ;
|
||
|
|
||
|
/* 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.116924, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "4.923085, 4.894468, 4.825715, 4.608298, 3.336431",\
|
||
|
"4.977729, 4.949112, 4.880359, 4.662941, 3.391074",\
|
||
|
"5.061460, 5.032844, 4.964090, 4.746673, 3.474806",\
|
||
|
"5.316851, 5.288234, 5.219481, 5.002063, 3.730196",\
|
||
|
"6.385105, 6.356488, 6.287735, 6.070318, 4.798450");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.064899, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "5.722720, 5.694103, 5.625350, 5.407933, 4.136065",\
|
||
|
"5.755400, 5.726783, 5.658030, 5.440612, 4.168745",\
|
||
|
"5.886337, 5.857720, 5.788967, 5.571550, 4.299683",\
|
||
|
"6.259924, 6.231307, 6.162554, 5.945137, 4.673269",\
|
||
|
"7.918963, 7.890347, 7.821593, 7.604176, 6.332309");
|
||
|
}
|
||
|
|
||
|
} /* 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.116924, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-1.755727, -1.736959, -1.691869, -1.549281, -0.715154",\
|
||
|
"-1.810086, -1.791318, -1.746228, -1.603640, -0.769513",\
|
||
|
"-1.904864, -1.886096, -1.841006, -1.698417, -0.864290",\
|
||
|
"-2.227070, -2.208302, -2.163212, -2.020624, -1.186497",\
|
||
|
"-3.340427, -3.321660, -3.276569, -3.133981, -2.299854");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.064899, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.047618, -2.028850, -1.983760, -1.841172, -1.007045",\
|
||
|
"-2.077811, -2.059043, -2.013953, -1.871365, -1.037238",\
|
||
|
"-2.202330, -2.183563, -2.138472, -1.995884, -1.161757",\
|
||
|
"-2.523057, -2.504289, -2.459199, -2.316611, -1.482484",\
|
||
|
"-4.049635, -4.030867, -3.985777, -3.843189, -3.009062");
|
||
|
}
|
||
|
|
||
|
} /* 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.020068 ;
|
||
|
|
||
|
/* 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.213475, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.841565, 6.812948, 6.744195, 6.526778, 5.254910",\
|
||
|
"6.944745, 6.916128, 6.847375, 6.629958, 5.358090",\
|
||
|
"6.991838, 6.963222, 6.894468, 6.677051, 5.405184",\
|
||
|
"7.207417, 7.178801, 7.110047, 6.892630, 5.620763",\
|
||
|
"7.906353, 7.877736, 7.808983, 7.591566, 6.319698");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.116788, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.053372, 6.024755, 5.956002, 5.738585, 4.466718",\
|
||
|
"6.110791, 6.082174, 6.013421, 5.796004, 4.524137",\
|
||
|
"6.212821, 6.184204, 6.115451, 5.898034, 4.626166",\
|
||
|
"6.445105, 6.416488, 6.347734, 6.130317, 4.858450",\
|
||
|
"7.716948, 7.688331, 7.619577, 7.402160, 6.130293");
|
||
|
}
|
||
|
|
||
|
} /* 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.213475, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.346571, -2.327800, -2.282701, -2.090716, -0.942509",\
|
||
|
"-2.446832, -2.428060, -2.382257, -2.185979, -1.037772",\
|
||
|
"-2.491906, -2.473135, -2.425420, -2.229142, -1.080934",\
|
||
|
"-2.767986, -2.742151, -2.680082, -2.483804, -1.335596",\
|
||
|
"-3.805081, -3.779246, -3.717177, -3.520899, -2.372692");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.116788, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-1.996022, -1.977254, -1.932164, -1.789575, -0.955448",\
|
||
|
"-2.053600, -2.034832, -1.989742, -1.847153, -1.013026",\
|
||
|
"-2.151902, -2.133134, -2.088044, -1.945456, -1.111329",\
|
||
|
"-2.471686, -2.452918, -2.407827, -2.265239, -1.431112",\
|
||
|
"-3.938716, -3.912881, -3.850813, -3.654535, -2.506327");
|
||
|
}
|
||
|
|
||
|
} /* 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.007134 ;
|
||
|
|
||
|
/* 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.086875, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.293561, 6.264944, 6.196191, 5.978774, 4.706906",\
|
||
|
"6.337487, 6.308870, 6.240117, 6.022700, 4.750833",\
|
||
|
"6.462415, 6.433798, 6.365045, 6.147627, 4.875760",\
|
||
|
"6.729225, 6.700608, 6.631855, 6.414438, 5.142570",\
|
||
|
"7.608012, 7.579395, 7.510642, 7.293225, 6.021358");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.047431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.065451, 6.036834, 5.968081, 5.750663, 4.478796",\
|
||
|
"6.087360, 6.058743, 5.989990, 5.772573, 4.500706",\
|
||
|
"6.234088, 6.205471, 6.136718, 5.919301, 4.647433",\
|
||
|
"6.529287, 6.500670, 6.431917, 6.214500, 4.942633",\
|
||
|
"7.427757, 7.399140, 7.330387, 7.112970, 5.841103");
|
||
|
}
|
||
|
|
||
|
} /* 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.086875, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.309245, -2.290477, -2.245386, -2.102798, -1.107317",\
|
||
|
"-2.353170, -2.334403, -2.289312, -2.146724, -1.151243",\
|
||
|
"-2.478098, -2.459331, -2.414240, -2.271652, -1.276073",\
|
||
|
"-2.744907, -2.726139, -2.681049, -2.538460, -1.551783",\
|
||
|
"-3.623690, -3.604922, -3.559832, -3.417244, -2.452657");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.047431, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-1.841689, -1.822921, -1.777830, -1.635242, -0.801115",\
|
||
|
"-1.863598, -1.844830, -1.799740, -1.657152, -0.823025",\
|
||
|
"-2.009789, -1.991022, -1.945931, -1.803343, -0.969216",\
|
||
|
"-2.311350, -2.292582, -2.247491, -2.104903, -1.270776",\
|
||
|
"-3.184891, -3.166124, -3.121033, -2.978445, -2.144318");
|
||
|
}
|
||
|
|
||
|
} /* 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.012658 ;
|
||
|
|
||
|
/* 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.140979, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "5.460974, 5.432357, 5.363604, 5.146186, 3.874319",\
|
||
|
"5.526677, 5.498060, 5.429307, 5.211890, 3.940023",\
|
||
|
"5.610085, 5.581468, 5.512714, 5.295297, 4.023430",\
|
||
|
"5.932021, 5.903404, 5.834651, 5.617234, 4.345366",\
|
||
|
"7.040844, 7.012227, 6.943474, 6.726057, 5.454189");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.078189, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.570502, 6.541885, 6.473132, 6.255715, 4.983848",\
|
||
|
"6.609933, 6.581316, 6.512563, 6.295146, 5.023278",\
|
||
|
"6.734048, 6.705431, 6.636678, 6.419261, 5.147393",\
|
||
|
"7.107728, 7.079111, 7.010358, 6.792941, 5.521073",\
|
||
|
"8.762612, 8.733995, 8.665242, 8.447825, 7.175958");
|
||
|
}
|
||
|
|
||
|
} /* 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.140979, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.384616, -2.365848, -2.320757, -2.178169, -1.257227",\
|
||
|
"-2.450319, -2.431551, -2.386461, -2.243873, -1.329175",\
|
||
|
"-2.533726, -2.514959, -2.469868, -2.327280, -1.415288",\
|
||
|
"-2.855724, -2.836956, -2.791866, -2.649278, -1.654862",\
|
||
|
"-3.858656, -3.832822, -3.770753, -3.574475, -2.426267");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.078189, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.214895, -2.196127, -2.151037, -2.008449, -1.174322",\
|
||
|
"-2.252185, -2.233417, -2.188327, -2.045739, -1.211612",\
|
||
|
"-2.378037, -2.359270, -2.314179, -2.171591, -1.337464",\
|
||
|
"-2.628532, -2.609764, -2.564674, -2.422086, -1.587959",\
|
||
|
"-3.326014, -3.307246, -3.262156, -3.119567, -2.285440");
|
||
|
}
|
||
|
|
||
|
} /* 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.013982 ;
|
||
|
|
||
|
/* 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.153921, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "5.484694, 5.456077, 5.387323, 5.169907, 3.898040",\
|
||
|
"5.565251, 5.536634, 5.467881, 5.250464, 3.978597",\
|
||
|
"5.651010, 5.622393, 5.553639, 5.336222, 4.064355",\
|
||
|
"5.969806, 5.941189, 5.872436, 5.655018, 4.383151",\
|
||
|
"7.065225, 7.036608, 6.967854, 6.750437, 5.478570");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.085717, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "6.778450, 6.749833, 6.681080, 6.463663, 5.191795",\
|
||
|
"6.820997, 6.792380, 6.723627, 6.506210, 5.234343",\
|
||
|
"6.941492, 6.912875, 6.844122, 6.626705, 5.354837",\
|
||
|
"7.313621, 7.285004, 7.216250, 6.998833, 5.726966",\
|
||
|
"8.988397, 8.959780, 8.891026, 8.673610, 7.401742");
|
||
|
}
|
||
|
|
||
|
} /* 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.153921, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.165265, -2.146497, -2.101406, -1.958818, -1.124691",\
|
||
|
"-2.235038, -2.216270, -2.171179, -2.028591, -1.194464",\
|
||
|
"-2.316726, -2.297959, -2.252868, -2.110280, -1.276153",\
|
||
|
"-2.583269, -2.564501, -2.519411, -2.376822, -1.542696",\
|
||
|
"-3.411803, -3.393035, -3.347945, -3.205357, -2.371230");
|
||
|
}
|
||
|
fall_constraint( f_dtrans_ctrans ){
|
||
|
index_1 ( "0.010000, 0.085717, 0.316228, 1.000000, 5.000000");
|
||
|
index_2 ( "0.010000, 0.100000, 0.316228, 1.000000, 5.000000");
|
||
|
values ( "-2.631339, -2.605504, -2.543435, -2.347157, -1.198949",\
|
||
|
"-2.672518, -2.646683, -2.584615, -2.388337, -1.240129",\
|
||
|
"-2.799870, -2.774035, -2.711966, -2.515688, -1.367480",\
|
||
|
"-3.076356, -3.050521, -2.988453, -2.792175, -1.643967",\
|
||
|
"-3.948044, -3.922209, -3.860141, -3.663863, -2.515655");
|
||
|
}
|
||
|
|
||
|
} /* 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.010865 ;
|
||
|
|
||
|
/* 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.007567 ;
|
||
|
|
||
|
/* 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.006293 ;
|
||
|
|
||
|
/* 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.009212 ;
|
||
|
|
||
|
/* 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.011977 ;
|
||
|
|
||
|
/* 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.013129 ;
|
||
|
|
||
|
/* 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.012920 ;
|
||
|
|
||
|
/* 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.012408 ;
|
||
|
|
||
|
/* 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.009059 ;
|
||
|
|
||
|
/* 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.007066 ;
|
||
|
|
||
|
/* 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.007501 ;
|
||
|
|
||
|
/* 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.007263 ;
|
||
|
|
||
|
/* 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.006501 ;
|
||
|
|
||
|
/* 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.007688 ;
|
||
|
|
||
|
/* 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.006059 ;
|
||
|
|
||
|
/* 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.006667 ;
|
||
|
|
||
|
/* 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.015739 ;
|
||
|
|
||
|
/* 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.016289 ;
|
||
|
|
||
|
/* 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.007296 ;
|
||
|
|
||
|
/* 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.005720 ;
|
||
|
|
||
|
/* 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.005974 ;
|
||
|
|
||
|
/* 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.005146 ;
|
||
|
|
||
|
/* 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.007390 ;
|
||
|
|
||
|
/* 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.015681 ;
|
||
|
|
||
|
/* 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.004255 ;
|
||
|
|
||
|
/* 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.008711 ;
|
||
|
|
||
|
/* 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 */
|
||
|
|