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

6107 lines
269 KiB
Plaintext

library("digital_pll.tt") {
technology (cmos) ;
delay_model : table_lookup ;
library_features ( report_delay_calculation ) ;
date : "Tue Oct 18 15:34:46 2022" ;
revision : "T-2022.03-SP3" ;
nom_process : 1.0000 ;
nom_voltage : 1.8000 ;
nom_temperature : 25.0000 ;
operating_conditions( "sky130_fd_sc_hd__tt_1.80v_25C" ) {
process : 1.0000 ;
voltage : 1.8000 ;
temperature : 25.0000 ;
} /* current design opcond */
default_operating_conditions : "sky130_fd_sc_hd__tt_1.80v_25C" ;
voltage_unit : "1V" ;
time_unit : "1ns" ;
capacitive_load_unit (1.000000, pf);
slew_derate_from_library : 1.0000 ;
slew_lower_threshold_pct_rise : 20.0000 ;
slew_lower_threshold_pct_fall : 20.0000 ;
slew_upper_threshold_pct_rise : 80.0000 ;
slew_upper_threshold_pct_fall : 80.0000 ;
input_threshold_pct_rise : 50.0000 ;
input_threshold_pct_fall : 50.0000 ;
output_threshold_pct_rise : 50.0000 ;
output_threshold_pct_fall : 50.0000 ;
k_process_cell_rise : 0.000000;
k_process_cell_fall : 0.000000;
k_volt_cell_rise : 0.000000;
k_volt_cell_fall : 0.000000;
k_temp_cell_rise : 0.000000;
k_temp_cell_fall : 0.000000;
k_process_rise_transition : 0.000000;
k_process_fall_transition : 0.000000;
k_volt_rise_transition : 0.000000;
k_volt_fall_transition : 0.000000;
k_temp_rise_transition : 0.000000;
k_temp_fall_transition : 0.000000;
default_fanout_load : 1.000000;
default_inout_pin_cap : 1.000000;
default_input_pin_cap : 1.000000;
default_output_pin_cap : 0.000000;
current_unit : 1mA;
pulling_resistance_unit : "1kohm";
comment : "PrimeTime extracted Model." ;
define(min_delay_flag, timing, boolean);
define(internal_noise_width_above_low, pin, float);
define(internal_noise_height_below_high, pin, float);
define(original_pin, pin, string);
define(max_noise_immunity_low, pin, float);
define(is_unconstrained, pin, boolean);
define(internal_noise_width_below_high, pin, float);
define(internal_noise_peak_time_below_high, pin, float);
define(internal_noise_height_above_low, pin, float);
define(max_noise_immunity_high, pin, float);
define(internal_noise_peak_time_above_low, pin, float);
/* SCALAR table template is built-in */
/* 2-D table template f(in_trans, out_cap) */
lu_table_template( f_itrans_ocap ) {
variable_1 : input_net_transition;
variable_2 : total_output_net_capacitance;
index_1 (" 0.0000, 1.0000 ");
index_2 (" 0.0000, 1.0000 ");
}
/* 2-D table template f(d_trans, c_trans) */
lu_table_template( f_dtrans_ctrans ) {
variable_1 : constrained_pin_transition;
variable_2 : related_pin_transition;
index_1 (" 0.0000, 1.0000 ");
index_2 (" 0.0000, 1.0000 ");
}
type ( BUS2_type0 ) {
base_type : array ;
data_type : bit ;
bit_width : 2 ;
bit_from : 1 ;
bit_to : 0 ;
downto : true ;
} /* end of type */
type ( BUS5_type1 ) {
base_type : array ;
data_type : bit ;
bit_width : 5 ;
bit_from : 4 ;
bit_to : 0 ;
downto : true ;
} /* end of type */
type ( BUS26_type2 ) {
base_type : array ;
data_type : bit ;
bit_width : 26 ;
bit_from : 25 ;
bit_to : 0 ;
downto : true ;
} /* end of type */
cell( digital_pll ) {
area : 3687.284424 ;
dont_use : true ;
dont_touch : true ;
interface_timing : true;
timing_model_type : "extracted";
is_macro_cell : true;
pin("dco") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.046317 ;
/* Other user defined attributes. */
original_pin : dco;
timing () {
related_pin : "pll_control_clock" ;
timing_type : recovery_rising ;
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.345007, 0.314080, 0.257696, 0.190371, 0.063038",\
"0.388449, 0.357522, 0.301138, 0.233813, 0.106480",\
"0.469345, 0.438418, 0.382034, 0.314709, 0.187376",\
"0.597106, 0.566179, 0.509795, 0.442470, 0.315137",\
"0.797603, 0.766676, 0.710292, 0.642967, 0.515634");
}
} /* end of arc pll_control_clock_dco_recfr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : removal_rising ;
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.006165, 0.033659, 0.083784, 0.143635, 0.261958",\
"-0.037313, -0.009819, 0.040305, 0.100157, 0.218479",\
"-0.118305, -0.090811, -0.040686, 0.019165, 0.137488",\
"-0.245630, -0.218136, -0.168011, -0.108160, 0.010163",\
"-0.444149, -0.416657, -0.366535, -0.306686, -0.188382");
}
} /* end of arc pll_control_clock_dco_remfr*/
} /* end of pin dco */
pin("enable") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009810 ;
/* Other user defined attributes. */
original_pin : enable;
timing () {
related_pin : "pll_control_clock" ;
timing_type : recovery_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.228806, 0.197838, 0.141380, 0.073967, -0.053486",\
"0.245093, 0.214125, 0.157667, 0.090254, -0.037199",\
"0.271547, 0.240579, 0.184121, 0.116708, -0.010744",\
"0.327673, 0.296706, 0.240248, 0.172834, 0.045382",\
"0.514423, 0.483455, 0.426998, 0.359584, 0.232132");
}
} /* end of arc pll_control_clock_enable_recrr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : removal_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.138213, 0.165706, 0.215828, 0.275677, 0.393986",\
"0.121925, 0.149418, 0.199541, 0.259390, 0.377699",\
"0.095822, 0.123315, 0.173438, 0.233287, 0.351595",\
"0.042930, 0.070421, 0.120539, 0.180384, 0.298660",\
"-0.113950, -0.086476, -0.036388, 0.023419, 0.141444");
}
} /* end of arc pll_control_clock_enable_remrr*/
} /* end of pin enable */
pin("osc") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.003878 ;
/* Other user defined attributes. */
original_pin : osc;
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.010000, 0.025440, 0.500000, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.059794, 0.044775, 0.017392, -0.015304, -0.048542",\
"0.062154, 0.047083, 0.019608, -0.013200, -0.046562",\
"0.065796, 0.050647, 0.023028, -0.009950, -0.043504",\
"0.177749, 0.160187, 0.128171, 0.089941, 0.050477",\
"0.255359, 0.234808, 0.197341, 0.152604, 0.108257");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.011384, 0.500000, 0.748909, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.106171, 0.083154, 0.041191, -0.008914, -0.093415",\
"0.111178, 0.088132, 0.046117, -0.004051, -0.088694",\
"0.326127, 0.301840, 0.257560, 0.204688, 0.113960",\
"0.402218, 0.377620, 0.332776, 0.279229, 0.187590",\
"0.631832, 0.606299, 0.559749, 0.504165, 0.409776");
}
} /* end of arc pll_control_clock_osc_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.010000, 0.025440, 0.500000, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.031506, -0.017955, 0.006748, 0.036246, 0.062235",\
"-0.033588, -0.020013, 0.004737, 0.034290, 0.060329",\
"-0.036804, -0.023189, 0.001633, 0.031271, 0.057387",\
"-0.135633, -0.120812, -0.093791, -0.061527, -0.033048",\
"-0.188580, -0.173261, -0.145332, -0.111983, -0.083503");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.011384, 0.500000, 0.748909, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.034110, -0.011322, 0.030223, 0.079830, 0.158253",\
"-0.038747, -0.015953, 0.025603, 0.075222, 0.153759",\
"-0.237773, -0.214731, -0.172723, -0.122562, -0.039158",\
"-0.300106, -0.277621, -0.236630, -0.187685, -0.104280",\
"-0.488199, -0.467399, -0.429478, -0.384198, -0.300794");
}
} /* end of arc pll_control_clock_osc_hldr*/
} /* end of pin osc */
pin("resetb") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009543 ;
/* Other user defined attributes. */
original_pin : resetb;
timing () {
related_pin : "pll_control_clock" ;
timing_type : recovery_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.234060, 0.203092, 0.146635, 0.079221, -0.048231",\
"0.250375, 0.219407, 0.162949, 0.095536, -0.031917",\
"0.273330, 0.242362, 0.185905, 0.118491, -0.008961",\
"0.321493, 0.290525, 0.234067, 0.166654, 0.039202",\
"0.501228, 0.470260, 0.413802, 0.346389, 0.218936");
}
} /* end of arc pll_control_clock_resetb_recrr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : removal_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "0.132952, 0.160445, 0.210568, 0.270417, 0.388726",\
"0.116638, 0.144131, 0.194254, 0.254103, 0.372411",\
"0.093874, 0.121367, 0.171490, 0.231339, 0.349648",\
"0.047340, 0.074831, 0.124952, 0.184799, 0.303091",\
"-0.108297, -0.080820, -0.030726, 0.029089, 0.147166");
}
} /* 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.006116 ;
/* Other user defined attributes. */
original_pin : clockp[1];
timing () {
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.773355, 8.803345, 8.859440, 9.064953, 9.473524",\
"8.822314, 8.852304, 8.908400, 9.113913, 9.522484",\
"8.857154, 8.887144, 8.943239, 9.148752, 9.557323",\
"8.961894, 8.991884, 9.047979, 9.253492, 9.662064",\
"9.060048, 9.090038, 9.146133, 9.351646, 9.760218");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.680187, 8.704711, 8.745195, 8.876308, 9.128097",\
"8.722300, 8.746823, 8.787308, 8.918421, 9.170209",\
"8.790433, 8.814957, 8.855441, 8.986554, 9.238342",\
"8.927900, 8.952424, 8.992908, 9.124022, 9.375810",\
"9.183231, 9.207755, 9.248240, 9.379353, 9.631141");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc dco_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.718038, 0.748031, 0.802776, 1.009630, 1.418119",\
"0.767034, 0.797028, 0.851773, 1.058626, 1.467115",\
"0.801960, 0.831954, 0.886698, 1.093552, 1.502041",\
"0.905897, 0.935891, 0.990635, 1.197489, 1.605978",\
"1.002434, 1.032427, 1.087172, 1.294026, 1.702515");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.867440, 0.891961, 0.932447, 1.063561, 1.315351",\
"0.900488, 0.925009, 0.965496, 1.096609, 1.348399",\
"0.980155, 1.004676, 1.045163, 1.176276, 1.428066",\
"1.113269, 1.137791, 1.178277, 1.309391, 1.561180",\
"1.323951, 1.348472, 1.388959, 1.520072, 1.771862");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc dco_clockp[1]_una_min*/
timing () {
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.578598, 8.603122, 8.643606, 8.774719, 9.026507",\
"8.627558, 8.652081, 8.692566, 8.823679, 9.075467",\
"8.662397, 8.686921, 8.727406, 8.858519, 9.110307",\
"8.767138, 8.791661, 8.832146, 8.963259, 9.215047",\
"8.865292, 8.889815, 8.930300, 9.061413, 9.313201");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "9.013770, 9.043760, 9.099855, 9.305368, 9.713940",\
"9.055882, 9.085872, 9.141967, 9.347480, 9.756051",\
"9.124016, 9.154006, 9.210101, 9.415614, 9.824185",\
"9.261483, 9.291473, 9.347569, 9.553082, 9.961653",\
"9.516815, 9.546805, 9.602901, 9.808414, 10.216985");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967");
}
} /* end of arc dco_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "dco" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.820565, 0.845086, 0.885573, 1.016686, 1.268476",\
"0.869561, 0.894083, 0.934569, 1.065683, 1.317472",\
"0.904487, 0.929009, 0.969495, 1.100608, 1.352398",\
"1.008424, 1.032946, 1.073432, 1.204545, 1.456335",\
"1.104961, 1.129482, 1.169969, 1.301082, 1.552872");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.122474, 0.218885, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.847270, 0.877264, 0.932009, 1.138862, 1.547351",\
"0.890712, 0.920706, 0.975450, 1.182304, 1.590793",\
"0.971608, 1.001602, 1.056346, 1.263200, 1.671689",\
"1.099354, 1.129348, 1.184093, 1.390946, 1.799435",\
"1.299824, 1.329818, 1.384563, 1.591416, 1.999906");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.099611, 0.282311, 0.650743, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500");
}
} /* end of arc dco_clockp[1]_inv_min*/
timing () {
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.972650, 5.002640, 5.058735, 5.264247, 5.672818",\
"4.988937, 5.018927, 5.075022, 5.280534, 5.689105",\
"5.015391, 5.045381, 5.101476, 5.306988, 5.715559",\
"5.071358, 5.101348, 5.157443, 5.362956, 5.771526",\
"5.258043, 5.288033, 5.344128, 5.549640, 5.958211");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.745799, 4.770323, 4.810806, 4.941920, 5.193708",\
"4.756149, 4.780673, 4.821157, 4.952270, 5.204059",\
"4.799891, 4.824415, 4.864899, 4.996012, 5.247801",\
"4.875379, 4.899902, 4.940386, 5.071499, 5.323288",\
"5.269806, 5.294330, 5.334813, 5.465927, 5.717715");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc enable_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.206983, 2.236976, 2.291721, 2.498575, 2.907064",\
"2.223270, 2.253264, 2.308008, 2.514862, 2.923351",\
"2.249724, 2.279718, 2.334462, 2.541316, 2.949805",\
"2.305691, 2.335685, 2.390430, 2.597283, 3.005773",\
"2.491660, 2.521654, 2.576399, 2.783252, 3.191741");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.485423, 2.509944, 2.550431, 2.681544, 2.933334",\
"2.495773, 2.520294, 2.560781, 2.691894, 2.943684",\
"2.539515, 2.564037, 2.604523, 2.735636, 2.987426",\
"2.615003, 2.639524, 2.680010, 2.811124, 3.062913",\
"3.009413, 3.033934, 3.074420, 3.205534, 3.457324");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc enable_clockp[1]_una_min*/
timing () {
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.905796, 4.930319, 4.970803, 5.101916, 5.353704",\
"4.922082, 4.946606, 4.987090, 5.118203, 5.369991",\
"4.948536, 4.973060, 5.013544, 5.144657, 5.396445",\
"5.004504, 5.029027, 5.069511, 5.200624, 5.452413",\
"5.191187, 5.215711, 5.256194, 5.387308, 5.639096");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.190605, 5.220595, 5.276690, 5.482203, 5.890773",\
"5.200955, 5.230946, 5.287040, 5.492553, 5.901124",\
"5.244698, 5.274688, 5.330782, 5.536295, 5.944866",\
"5.320185, 5.350175, 5.406270, 5.611782, 6.020353",\
"5.714534, 5.744524, 5.800619, 6.006131, 6.414702");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc enable_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "enable" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.307990, 2.332511, 2.372997, 2.504111, 2.755901",\
"2.324277, 2.348798, 2.389284, 2.520398, 2.772187",\
"2.350731, 2.375252, 2.415738, 2.546852, 2.798641",\
"2.406698, 2.431219, 2.471705, 2.602819, 2.854609",\
"2.593661, 2.618182, 2.658669, 2.789782, 3.041572");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052248, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.550461, 2.580455, 2.635199, 2.842053, 3.250542",\
"2.560811, 2.590805, 2.645550, 2.852403, 3.260892",\
"2.604553, 2.634547, 2.689292, 2.896145, 3.304635",\
"2.680041, 2.710034, 2.764779, 2.971632, 3.380122",\
"3.074455, 3.104449, 3.159193, 3.366047, 3.774536");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024147, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc enable_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.728523, 3.758513, 3.814608, 4.020121, 4.428691",\
"3.744564, 3.774554, 3.830649, 4.036161, 4.444732",\
"3.767169, 3.797158, 3.853254, 4.058766, 4.467337",\
"3.795902, 3.825891, 3.881986, 4.087499, 4.496069",\
"3.847405, 3.877395, 3.933490, 4.139002, 4.547573");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.553307, 3.577830, 3.618314, 3.749428, 4.001216",\
"3.561944, 3.586467, 3.626951, 3.758065, 4.009853",\
"3.609018, 3.633542, 3.674026, 3.805139, 4.056928",\
"3.668161, 3.692684, 3.733168, 3.864282, 4.116071",\
"3.919068, 3.943592, 3.984076, 4.115190, 4.366978");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[0]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.779537, 1.809531, 1.864275, 2.071129, 2.479618",\
"1.795577, 1.825571, 1.880316, 2.087169, 2.495659",\
"1.818182, 1.848176, 1.902921, 2.109774, 2.518264",\
"1.846623, 1.876616, 1.931361, 2.138215, 2.546704",\
"1.893508, 1.923502, 1.978246, 2.185100, 2.593589");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.720883, 1.745404, 1.785890, 1.917004, 2.168793",\
"1.729519, 1.754041, 1.794527, 1.925641, 2.177430",\
"1.776594, 1.801116, 1.841602, 1.972716, 2.224505",\
"1.834643, 1.859165, 1.899651, 2.030765, 2.282554",\
"2.077554, 2.102075, 2.142561, 2.273674, 2.525464");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[0]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.685930, 3.710453, 3.750937, 3.882051, 4.133840",\
"3.701970, 3.726494, 3.766978, 3.898091, 4.149879",\
"3.724575, 3.749099, 3.789582, 3.920696, 4.172484",\
"3.753375, 3.777899, 3.818383, 3.949496, 4.201284",\
"3.805665, 3.830188, 3.870672, 4.001785, 4.253574");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.776350, 3.806340, 3.862435, 4.067947, 4.476518",\
"3.784987, 3.814977, 3.871072, 4.076584, 4.485155",\
"3.832062, 3.862052, 3.918147, 4.123659, 4.532230",\
"3.891347, 3.921336, 3.977432, 4.182944, 4.591515",\
"4.143292, 4.173282, 4.229377, 4.434889, 4.843460");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[0]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[0]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.827978, 1.852500, 1.892986, 2.024099, 2.275889",\
"1.844019, 1.868540, 1.909026, 2.040140, 2.291929",\
"1.866624, 1.891145, 1.931631, 2.062745, 2.314535",\
"1.895447, 1.919969, 1.960455, 2.091569, 2.343359",\
"1.948335, 1.972857, 2.013343, 2.144456, 2.396246");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.048866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.844622, 1.874616, 1.929360, 2.136214, 2.544703",\
"1.853259, 1.883253, 1.937997, 2.144851, 2.553340",\
"1.900334, 1.930328, 1.985072, 2.191926, 2.600415",\
"1.959647, 1.989641, 2.044386, 2.251239, 2.659729",\
"2.211803, 2.241797, 2.296541, 2.503395, 2.911884");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.022407, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[0]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.955632, 5.985622, 6.041717, 6.247230, 6.655800",\
"5.971364, 6.001355, 6.057449, 6.262962, 6.671533",\
"6.002404, 6.032394, 6.088489, 6.294001, 6.702572",\
"6.048240, 6.078230, 6.134325, 6.339837, 6.748408",\
"6.181530, 6.211520, 6.267615, 6.473127, 6.881698");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.787341, 5.811865, 5.852348, 5.983462, 6.235250",\
"5.794604, 5.819128, 5.859612, 5.990725, 6.242514",\
"5.840579, 5.865102, 5.905586, 6.036699, 6.288487",\
"5.915489, 5.940013, 5.980496, 6.111610, 6.363399",\
"6.294442, 6.318966, 6.359449, 6.490563, 6.742352");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[10]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.729982, 2.759976, 2.814720, 3.021574, 3.430063",\
"2.745714, 2.775708, 2.830453, 3.037306, 3.445796",\
"2.776754, 2.806747, 2.861492, 3.068346, 3.476835",\
"2.822590, 2.852584, 2.907328, 3.114182, 3.522671",\
"2.955880, 2.985873, 3.040618, 3.247472, 3.655961");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.708706, 2.733227, 2.773714, 2.904827, 3.156617",\
"2.715969, 2.740490, 2.780977, 2.912090, 3.163880",\
"2.761945, 2.786466, 2.826952, 2.958066, 3.209855",\
"2.836855, 2.861376, 2.901862, 3.032976, 3.284766",\
"3.215808, 3.240329, 3.280815, 3.411929, 3.663719");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[10]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.724501, 5.749025, 5.789508, 5.920622, 6.172410",\
"5.740233, 5.764757, 5.805241, 5.936354, 6.188143",\
"5.771273, 5.795796, 5.836280, 5.967393, 6.219182",\
"5.817109, 5.841632, 5.882116, 6.013229, 6.265018",\
"5.950398, 5.974922, 6.015406, 6.146519, 6.398308");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.837539, 5.867529, 5.923624, 6.129136, 6.537707",\
"5.844801, 5.874792, 5.930886, 6.136399, 6.544970",\
"5.890777, 5.920767, 5.976861, 6.182374, 6.590945",\
"5.965687, 5.995677, 6.051772, 6.257285, 6.665855",\
"6.344640, 6.374630, 6.430725, 6.636237, 7.044808");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[10]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[10]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.619096, 2.643617, 2.684104, 2.815217, 3.067007",\
"2.634828, 2.659349, 2.699836, 2.830949, 3.082739",\
"2.665868, 2.690389, 2.730875, 2.861989, 3.113778",\
"2.711704, 2.736225, 2.776711, 2.907825, 3.159615",\
"2.844994, 2.869515, 2.910001, 3.041115, 3.292904");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040641, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.634156, 2.664150, 2.718895, 2.925748, 3.334238",\
"2.641419, 2.671413, 2.726157, 2.933011, 3.341500",\
"2.687394, 2.717388, 2.772133, 2.978986, 3.387475",\
"2.762305, 2.792299, 2.847043, 3.053897, 3.462386",\
"3.141258, 3.171252, 3.225996, 3.432850, 3.841339");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018770, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[10]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.198113, 5.228103, 5.284198, 5.489710, 5.898281",\
"5.210301, 5.240292, 5.296386, 5.501899, 5.910470",\
"5.238239, 5.268229, 5.324324, 5.529836, 5.938407",\
"5.276959, 5.306949, 5.363044, 5.568556, 5.977127",\
"5.367752, 5.397742, 5.453836, 5.659349, 6.067920");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.912965, 4.937489, 4.977973, 5.109086, 5.360874",\
"4.917832, 4.942356, 4.982839, 5.113953, 5.365741",\
"4.957504, 4.982028, 5.022511, 5.153625, 5.405414",\
"5.024399, 5.048923, 5.089406, 5.220520, 5.472308",\
"5.444431, 5.468955, 5.509439, 5.640552, 5.892341");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[11]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.272226, 2.302219, 2.356964, 2.563818, 2.972307",\
"2.284414, 2.314408, 2.369152, 2.576006, 2.984495",\
"2.312351, 2.342345, 2.397089, 2.603943, 3.012432",\
"2.351072, 2.381065, 2.435810, 2.642663, 3.051153",\
"2.434839, 2.464833, 2.519577, 2.726431, 3.134920");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.235371, 2.259892, 2.300378, 2.431492, 2.683281",\
"2.240237, 2.264758, 2.305245, 2.436358, 2.688148",\
"2.279909, 2.304430, 2.344917, 2.476030, 2.727820",\
"2.346804, 2.371325, 2.411812, 2.542925, 2.794715",\
"2.758251, 2.782772, 2.823258, 2.954372, 3.206162");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[11]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.119717, 5.144241, 5.184724, 5.315838, 5.567626",\
"5.131905, 5.156429, 5.196912, 5.328026, 5.579814",\
"5.159842, 5.184366, 5.224850, 5.355963, 5.607752",\
"5.198563, 5.223086, 5.263570, 5.394683, 5.646472",\
"5.288467, 5.312991, 5.353474, 5.484588, 5.736376");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.267900, 5.297890, 5.353984, 5.559497, 5.968068",\
"5.272766, 5.302756, 5.358851, 5.564363, 5.972934",\
"5.312438, 5.342429, 5.398523, 5.604036, 6.012607",\
"5.379333, 5.409324, 5.465418, 5.670931, 6.079502",\
"5.800241, 5.830231, 5.886325, 6.091838, 6.500409");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[11]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[11]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.281556, 2.306077, 2.346563, 2.477677, 2.729467",\
"2.293744, 2.318265, 2.358752, 2.489865, 2.741655",\
"2.321681, 2.346202, 2.386689, 2.517802, 2.769592",\
"2.360402, 2.384923, 2.425409, 2.556523, 2.808312",\
"2.451274, 2.475796, 2.516282, 2.647395, 2.899185");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.036616, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.425554, 2.455548, 2.510292, 2.717146, 3.125635",\
"2.430421, 2.460414, 2.515159, 2.722013, 3.130502",\
"2.470093, 2.500086, 2.554831, 2.761684, 3.170174",\
"2.536988, 2.566981, 2.621726, 2.828579, 3.237069",\
"2.958082, 2.988075, 3.042820, 3.249674, 3.658163");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016379, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[11]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.689599, 4.719589, 4.775684, 4.981196, 5.389767",\
"4.704204, 4.734194, 4.790288, 4.995801, 5.404372",\
"4.727940, 4.757930, 4.814025, 5.019537, 5.428108",\
"4.768522, 4.798512, 4.854607, 5.060119, 5.468690",\
"4.890521, 4.920511, 4.976606, 5.182118, 5.590689");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.761633, 4.786157, 4.826641, 4.957754, 5.209542",\
"4.769816, 4.794340, 4.834824, 4.965937, 5.217726",\
"4.810184, 4.834707, 4.875191, 5.006304, 5.258093",\
"4.868054, 4.892578, 4.933061, 5.064175, 5.315963",\
"5.184771, 5.209295, 5.249778, 5.380892, 5.632680");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[12]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.288578, 2.318571, 2.373316, 2.580170, 2.988659",\
"2.303182, 2.333176, 2.387921, 2.594774, 3.003263",\
"2.326919, 2.356912, 2.411657, 2.618510, 3.027000",\
"2.367501, 2.397494, 2.452239, 2.659092, 3.067582",\
"2.489912, 2.519906, 2.574651, 2.781504, 3.189993");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.225786, 2.250307, 2.290794, 2.421907, 2.673697",\
"2.233969, 2.258490, 2.298976, 2.430090, 2.681880",\
"2.274336, 2.298857, 2.339344, 2.470457, 2.722247",\
"2.332206, 2.356728, 2.397214, 2.528327, 2.780117",\
"2.650430, 2.674951, 2.715437, 2.846551, 3.098341");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[12]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.402316, 4.426840, 4.467323, 4.598437, 4.850225",\
"4.416921, 4.441445, 4.481928, 4.613042, 4.864830",\
"4.440658, 4.465181, 4.505665, 4.636778, 4.888567",\
"4.481239, 4.505763, 4.546247, 4.677360, 4.929149",\
"4.603626, 4.628150, 4.668633, 4.799747, 5.051535");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.831326, 4.861316, 4.917410, 5.122923, 5.531494",\
"4.839508, 4.869498, 4.925593, 5.131105, 5.539676",\
"4.879875, 4.909865, 4.965960, 5.171473, 5.580043",\
"4.937746, 4.967736, 5.023830, 5.229343, 5.637914",\
"5.254464, 5.284454, 5.340549, 5.546061, 5.954632");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[12]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[12]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.177406, 2.201927, 2.242413, 2.373527, 2.625317",\
"2.192010, 2.216531, 2.257018, 2.388131, 2.639921",\
"2.215747, 2.240268, 2.280754, 2.411868, 2.663657",\
"2.256328, 2.280849, 2.321336, 2.452449, 2.704239",\
"2.377433, 2.401954, 2.442441, 2.573554, 2.825344");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.045003, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.139130, 2.169124, 2.223868, 2.430722, 2.839211",\
"2.147313, 2.177306, 2.232051, 2.438905, 2.847394",\
"2.187680, 2.217674, 2.272418, 2.479272, 2.887761",\
"2.245551, 2.275544, 2.330289, 2.537143, 2.945632",\
"2.555055, 2.585049, 2.639794, 2.846647, 3.255136");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020734, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[12]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.851283, 3.881273, 3.937368, 4.142880, 4.551451",\
"3.863987, 3.893977, 3.950072, 4.155584, 4.564155",\
"3.889652, 3.919642, 3.975737, 4.181250, 4.589820",\
"3.930220, 3.960210, 4.016304, 4.221817, 4.630388",\
"4.050773, 4.080763, 4.136858, 4.342370, 4.750941");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.907810, 3.932333, 3.972817, 4.103931, 4.355720",\
"3.914806, 3.939329, 3.979813, 4.110927, 4.362716",\
"3.956380, 3.980904, 4.021388, 4.152502, 4.404290",\
"4.014257, 4.038781, 4.079264, 4.210378, 4.462167",\
"4.329971, 4.354495, 4.394979, 4.526092, 4.777881");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[13]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.916742, 1.946736, 2.001480, 2.208334, 2.616823",\
"1.929446, 1.959439, 2.014184, 2.221038, 2.629527",\
"1.955111, 1.985105, 2.039849, 2.246703, 2.655192",\
"1.995678, 2.025672, 2.080417, 2.287271, 2.695760",\
"2.110973, 2.140967, 2.195712, 2.402565, 2.811054");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.087982, 2.112503, 2.152990, 2.284103, 2.535893",\
"2.094978, 2.119499, 2.159986, 2.291099, 2.542889",\
"2.136552, 2.161073, 2.201560, 2.332673, 2.584463",\
"2.194429, 2.218950, 2.259436, 2.390550, 2.642340",\
"2.502511, 2.527032, 2.567518, 2.698632, 2.950421");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[13]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.911533, 3.936057, 3.976541, 4.107655, 4.359443",\
"3.924237, 3.948761, 3.989245, 4.120358, 4.372147",\
"3.949903, 3.974426, 4.014910, 4.146024, 4.397812",\
"3.990470, 4.014994, 4.055478, 4.186592, 4.438380",\
"4.112443, 4.136967, 4.177451, 4.308564, 4.560352");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.985327, 4.015316, 4.071411, 4.276924, 4.685494",\
"3.992322, 4.022313, 4.078407, 4.283919, 4.692490",\
"4.033896, 4.063887, 4.119981, 4.325494, 4.734065",\
"4.091773, 4.121763, 4.177858, 4.383370, 4.791941",\
"4.408596, 4.438586, 4.494681, 4.700193, 5.108764");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[13]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[13]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.071533, 2.096055, 2.136541, 2.267654, 2.519444",\
"2.084237, 2.108758, 2.149245, 2.280358, 2.532148",\
"2.109903, 2.134424, 2.174910, 2.306024, 2.557813",\
"2.150470, 2.174991, 2.215478, 2.346591, 2.598381",\
"2.271921, 2.296442, 2.336928, 2.468042, 2.719831");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.038909, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.069095, 2.099088, 2.153833, 2.360687, 2.769176",\
"2.076091, 2.106084, 2.160829, 2.367682, 2.776172",\
"2.117665, 2.147659, 2.202403, 2.409257, 2.817746",\
"2.175542, 2.205535, 2.260280, 2.467134, 2.875623",\
"2.492335, 2.522329, 2.577073, 2.783927, 3.192416");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.017719, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[13]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.460270, 3.490260, 3.546355, 3.751867, 4.160438",\
"3.473842, 3.503832, 3.559927, 3.765439, 4.174010",\
"3.497590, 3.527579, 3.583674, 3.789187, 4.197757",\
"3.539609, 3.569599, 3.625694, 3.831207, 4.239777",\
"3.673895, 3.703885, 3.759980, 3.965493, 4.374063");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.318460, 3.342983, 3.383467, 3.514580, 3.766369",\
"3.326692, 3.351215, 3.391699, 3.522813, 3.774601",\
"3.369609, 3.394132, 3.434616, 3.565730, 3.817518",\
"3.431542, 3.456066, 3.496550, 3.627663, 3.879452",\
"3.812850, 3.837373, 3.877857, 4.008971, 4.260759");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[14]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.856691, 1.886685, 1.941430, 2.148283, 2.556772",\
"1.870263, 1.900257, 1.955001, 2.161855, 2.570344",\
"1.894011, 1.924005, 1.978749, 2.185603, 2.594092",\
"1.936030, 1.966024, 2.020769, 2.227622, 2.636111",\
"2.069863, 2.099857, 2.154602, 2.361455, 2.769944");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.857544, 1.882066, 1.922552, 2.053665, 2.305455",\
"1.865776, 1.890298, 1.930784, 2.061898, 2.313687",\
"1.908693, 1.933215, 1.973701, 2.104815, 2.356604",\
"1.970627, 1.995149, 2.035635, 2.166748, 2.418538",\
"2.351910, 2.376431, 2.416917, 2.548031, 2.799820");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[14]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.156837, 3.181360, 3.221844, 3.352957, 3.604746",\
"3.170408, 3.194932, 3.235416, 3.366529, 3.618318",\
"3.194156, 3.218680, 3.259164, 3.390277, 3.642066",\
"3.236176, 3.260699, 3.301183, 3.432297, 3.684085",\
"3.369205, 3.393729, 3.434213, 3.565326, 3.817115");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.482951, 3.512941, 3.569036, 3.774548, 4.183119",\
"3.491183, 3.521173, 3.577268, 3.782780, 4.191351",\
"3.534100, 3.564090, 3.620185, 3.825697, 4.234268",\
"3.596034, 3.626023, 3.682118, 3.887631, 4.296201",\
"3.976423, 4.006413, 4.062508, 4.268020, 4.676591");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[14]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[14]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.676125, 1.700646, 1.741132, 1.872246, 2.124036",\
"1.689696, 1.714218, 1.754704, 1.885818, 2.137607",\
"1.713444, 1.737966, 1.778452, 1.909565, 2.161355",\
"1.755464, 1.779985, 1.820471, 1.951585, 2.203375",\
"1.883909, 1.908431, 1.948917, 2.080031, 2.331820");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.895729, 1.925722, 1.980467, 2.187321, 2.595810",\
"1.903960, 1.933954, 1.988699, 2.195553, 2.604042",\
"1.946878, 1.976872, 2.031616, 2.238470, 2.646959",\
"2.008811, 2.038805, 2.093550, 2.300403, 2.708893",\
"2.382916, 2.412910, 2.467654, 2.674508, 3.082997");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[14]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.605769, 2.635758, 2.691854, 2.897366, 3.305937",\
"2.620002, 2.649992, 2.706087, 2.911599, 3.320170",\
"2.643063, 2.673052, 2.729147, 2.934660, 3.343230",\
"2.684960, 2.714950, 2.771045, 2.976557, 3.385128",\
"2.817312, 2.847302, 2.903397, 3.108910, 3.517480");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.694258, 2.718782, 2.759266, 2.890379, 3.142168",\
"2.702853, 2.727377, 2.767861, 2.898974, 3.150763",\
"2.745307, 2.769830, 2.810314, 2.941428, 3.193217",\
"2.807233, 2.831756, 2.872240, 3.003354, 3.255142",\
"3.184649, 3.209173, 3.249657, 3.380770, 3.632559");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[15]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.376286, 1.406280, 1.461024, 1.667878, 2.076367",\
"1.390519, 1.420513, 1.475258, 1.682111, 2.090600",\
"1.413580, 1.443574, 1.498318, 1.705172, 2.113661",\
"1.455477, 1.485471, 1.540216, 1.747069, 2.155559",\
"1.582418, 1.612412, 1.667157, 1.874010, 2.282500");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.579599, 1.604120, 1.644606, 1.775720, 2.027509",\
"1.588194, 1.612715, 1.653201, 1.784315, 2.036105",\
"1.630648, 1.655169, 1.695655, 1.826769, 2.078559",\
"1.692573, 1.717095, 1.757581, 1.888695, 2.140484",\
"2.063776, 2.088297, 2.128784, 2.259897, 2.511687");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[15]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.669263, 2.693787, 2.734271, 2.865384, 3.117173",\
"2.683497, 2.708020, 2.748504, 2.879618, 3.131406",\
"2.706557, 2.731081, 2.771564, 2.902678, 3.154467",\
"2.748455, 2.772978, 2.813462, 2.944576, 3.196364",\
"2.882213, 2.906737, 2.947221, 3.078334, 3.330123");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.767335, 2.797325, 2.853420, 3.058933, 3.467503",\
"2.775930, 2.805920, 2.862015, 3.067528, 3.476098",\
"2.818384, 2.848374, 2.904469, 3.109982, 3.518552",\
"2.880310, 2.910300, 2.966395, 3.171907, 3.580478",\
"3.258602, 3.288591, 3.344687, 3.550199, 3.958770");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[15]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[15]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.529703, 1.554224, 1.594710, 1.725824, 1.977613",\
"1.543936, 1.568457, 1.608943, 1.740057, 1.991847",\
"1.566996, 1.591518, 1.632004, 1.763118, 2.014907",\
"1.608894, 1.633415, 1.673902, 1.805015, 2.056805",\
"1.742101, 1.766622, 1.807108, 1.938222, 2.190012");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.044962, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.556897, 1.586891, 1.641635, 1.848489, 2.256978",\
"1.565492, 1.595486, 1.650230, 1.857084, 2.265573",\
"1.607946, 1.637940, 1.692684, 1.899538, 2.308027",\
"1.669871, 1.699865, 1.754610, 1.961463, 2.369953",\
"2.048141, 2.078135, 2.132879, 2.339733, 2.748222");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020441, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[15]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.148446, 2.178436, 2.234531, 2.440044, 2.848614",\
"2.161965, 2.191955, 2.248050, 2.453562, 2.862133",\
"2.186833, 2.216822, 2.272918, 2.478430, 2.887001",\
"2.227386, 2.257376, 2.313471, 2.518984, 2.927554",\
"2.349436, 2.379426, 2.435521, 2.641034, 3.049604");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.975180, 1.999704, 2.040187, 2.171301, 2.423090",\
"1.982642, 2.007166, 2.047650, 2.178763, 2.430552",\
"2.023761, 2.048284, 2.088768, 2.219882, 2.471670",\
"2.081641, 2.106164, 2.146648, 2.277762, 2.529550",\
"2.397638, 2.422161, 2.462645, 2.593759, 2.845547");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[16]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.263700, 1.293694, 1.348439, 1.555292, 1.963782",\
"1.277219, 1.307213, 1.361958, 1.568811, 1.977301",\
"1.302087, 1.332081, 1.386825, 1.593679, 2.002168",\
"1.342641, 1.372635, 1.427379, 1.634233, 2.042722",\
"1.464135, 1.494129, 1.548873, 1.755727, 2.164216");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.240153, 1.264675, 1.305161, 1.436275, 1.688064",\
"1.247616, 1.272137, 1.312623, 1.443737, 1.695527",\
"1.288734, 1.313256, 1.353742, 1.484855, 1.736645",\
"1.346614, 1.371136, 1.411622, 1.542736, 1.794525",\
"1.662581, 1.687103, 1.727589, 1.858702, 2.110492");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[16]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.839112, 1.863635, 1.904119, 2.035233, 2.287021",\
"1.852630, 1.877154, 1.917638, 2.048752, 2.300540",\
"1.877499, 1.902022, 1.942506, 2.073620, 2.325408",\
"1.918052, 1.942576, 1.983060, 2.114173, 2.365962",\
"2.038606, 2.063130, 2.103613, 2.234727, 2.486516");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.147697, 2.177687, 2.233782, 2.439295, 2.847865",\
"2.155159, 2.185149, 2.241244, 2.446757, 2.855327",\
"2.196278, 2.226267, 2.282362, 2.487875, 2.896446",\
"2.254158, 2.284148, 2.340243, 2.545755, 2.954326",\
"2.569048, 2.599038, 2.655133, 2.860646, 3.269216");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[16]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[16]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.087808, 1.112329, 1.152816, 1.283929, 1.535719",\
"1.101327, 1.125848, 1.166334, 1.297448, 1.549238",\
"1.126195, 1.150716, 1.191202, 1.322316, 1.574106",\
"1.166749, 1.191270, 1.231756, 1.362870, 1.614660",\
"1.281729, 1.306251, 1.346737, 1.477851, 1.729640");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.041466, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.284897, 1.314891, 1.369636, 1.576489, 1.984979",\
"1.292359, 1.322353, 1.377098, 1.583951, 1.992441",\
"1.333478, 1.363472, 1.418216, 1.625070, 2.033559",\
"1.391358, 1.421352, 1.476097, 1.682950, 2.091439",\
"1.698600, 1.728594, 1.783339, 1.990192, 2.398682");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.018896, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[16]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.383142, 1.413132, 1.469227, 1.674739, 2.083310",\
"1.400189, 1.430179, 1.486274, 1.691787, 2.100357",\
"1.423282, 1.453272, 1.509367, 1.714879, 2.123450",\
"1.462199, 1.492188, 1.548284, 1.753796, 2.162367",\
"1.550869, 1.580859, 1.636954, 1.842467, 2.251038");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.430788, 1.455311, 1.495795, 1.626909, 1.878698",\
"1.437858, 1.462381, 1.502865, 1.633979, 1.885768",\
"1.475287, 1.499810, 1.540294, 1.671408, 1.923196",\
"1.542226, 1.566750, 1.607234, 1.738347, 1.990136",\
"1.960257, 1.984781, 2.025265, 2.156378, 2.408167");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[17]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.852674, 0.882668, 0.937413, 1.144266, 1.552756",\
"0.869722, 0.899716, 0.954460, 1.161314, 1.569803",\
"0.892815, 0.922808, 0.977553, 1.184406, 1.592896",\
"0.931054, 0.961048, 1.015792, 1.222646, 1.631135",\
"1.012359, 1.042353, 1.097098, 1.303951, 1.712441");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.030872, 1.055394, 1.095880, 1.226994, 1.478783",\
"1.037942, 1.062464, 1.102950, 1.234064, 1.485853",\
"1.075371, 1.099893, 1.140379, 1.271493, 1.523282",\
"1.142275, 1.166797, 1.207283, 1.338397, 1.590186",\
"1.551225, 1.575746, 1.616233, 1.747346, 1.999136");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[17]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.447184, 1.471707, 1.512191, 1.643305, 1.895094",\
"1.464231, 1.488755, 1.529239, 1.660352, 1.912141",\
"1.487324, 1.511847, 1.552331, 1.683445, 1.935234",\
"1.526378, 1.550901, 1.591385, 1.722499, 1.974287",\
"1.614917, 1.639441, 1.679925, 1.811038, 2.062827");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.508855, 1.538845, 1.594940, 1.800452, 2.209023",\
"1.515925, 1.545915, 1.602010, 1.807522, 2.216093",\
"1.553354, 1.583344, 1.639439, 1.844951, 2.253522",\
"1.620298, 1.650288, 1.706383, 1.911896, 2.320466",\
"2.040961, 2.070951, 2.127046, 2.332558, 2.741129");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[17]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[17]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.026737, 1.051259, 1.091745, 1.222859, 1.474648",\
"1.043785, 1.068306, 1.108793, 1.239906, 1.491696",\
"1.066877, 1.091399, 1.131885, 1.262999, 1.514788",\
"1.105815, 1.130337, 1.170823, 1.301936, 1.553726",\
"1.193309, 1.217830, 1.258317, 1.389430, 1.641220");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051325, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.015122, 1.045115, 1.099860, 1.306713, 1.715203",\
"1.022192, 1.052185, 1.106930, 1.313784, 1.722273",\
"1.059620, 1.089614, 1.144359, 1.351213, 1.759702",\
"1.126565, 1.156559, 1.211303, 1.418157, 1.826646",\
"1.545831, 1.575825, 1.630570, 1.837423, 2.245913");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023628, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034501");
}
} /* end of arc ext_trim[17]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.957100, 0.987090, 1.043185, 1.248697, 1.657268",\
"0.980549, 1.010539, 1.066634, 1.272146, 1.680717",\
"0.995426, 1.025416, 1.081511, 1.287023, 1.695594",\
"1.036069, 1.066059, 1.122154, 1.327666, 1.736237",\
"1.156846, 1.186836, 1.242931, 1.448444, 1.857014");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.775926, 0.800449, 0.840933, 0.972047, 1.223835",\
"0.789856, 0.814379, 0.854863, 0.985977, 1.237765",\
"0.824478, 0.849001, 0.889485, 1.020599, 1.272387",\
"0.882370, 0.906893, 0.947377, 1.078491, 1.330279",\
"1.201691, 1.226214, 1.266698, 1.397812, 1.649600");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[18]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.832931, 0.862921, 0.919016, 1.124529, 1.533099",\
"0.856380, 0.886370, 0.942465, 1.147978, 1.556548",\
"0.871257, 0.901247, 0.957342, 1.162855, 1.571425",\
"0.911901, 0.941890, 0.997985, 1.203498, 1.612069",\
"1.032165, 1.062155, 1.118250, 1.323762, 1.732333");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.755276, 0.779799, 0.820283, 0.951397, 1.203186",\
"0.769206, 0.793729, 0.834213, 0.965327, 1.217116",\
"0.803828, 0.828351, 0.868835, 0.999949, 1.251737",\
"0.861720, 0.886243, 0.926727, 1.057841, 1.309629",\
"1.181010, 1.205534, 1.246018, 1.377131, 1.628920");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506");
}
} /* end of arc ext_trim[18]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.648650, 0.673173, 0.713657, 0.844771, 1.096559",\
"0.672099, 0.696622, 0.737106, 0.868220, 1.120008",\
"0.686976, 0.711499, 0.751983, 0.883097, 1.134885",\
"0.727619, 0.752142, 0.792626, 0.923740, 1.175529",\
"0.847469, 0.871993, 0.912477, 1.043590, 1.295379");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.943549, 0.973539, 1.029634, 1.235146, 1.643717",\
"0.957479, 0.987468, 1.043563, 1.249076, 1.657647",\
"0.992100, 1.022090, 1.078185, 1.283698, 1.692268",\
"1.049992, 1.079982, 1.136077, 1.341590, 1.750161",\
"1.368202, 1.398192, 1.454287, 1.659800, 2.068370");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[18]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[18]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.602338, 0.626861, 0.667345, 0.798459, 1.050248",\
"0.625787, 0.650311, 0.690795, 0.821908, 1.073697",\
"0.640664, 0.665187, 0.705671, 0.836785, 1.088574",\
"0.681307, 0.705831, 0.746315, 0.877428, 1.129217",\
"0.797596, 0.822120, 0.862604, 0.993718, 1.245506");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.073774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647506");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.835169, 0.865159, 0.921254, 1.126766, 1.535337",\
"0.849099, 0.879089, 0.935184, 1.140696, 1.549267",\
"0.883721, 0.913710, 0.969805, 1.175318, 1.583889",\
"0.941613, 0.971603, 1.027698, 1.233210, 1.641781",\
"1.252230, 1.282220, 1.338315, 1.543827, 1.952398");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034808, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[18]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.443747, 8.473737, 8.529832, 8.735345, 9.143915",\
"8.465492, 8.495482, 8.551578, 8.757091, 9.165661",\
"8.481052, 8.511043, 8.567138, 8.772651, 9.181221",\
"8.523056, 8.553046, 8.609141, 8.814654, 9.223225",\
"8.657331, 8.687322, 8.743417, 8.948930, 9.357500");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.276358, 8.300881, 8.341366, 8.472479, 8.724267",\
"8.290233, 8.314756, 8.355241, 8.486354, 8.738142",\
"8.327495, 8.352018, 8.392503, 8.523616, 8.775404",\
"8.389421, 8.413944, 8.454429, 8.585542, 8.837330",\
"8.770345, 8.794868, 8.835353, 8.966466, 9.218254");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[19]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.857892, 3.887885, 3.942630, 4.149484, 4.557973",\
"3.879638, 3.909631, 3.964376, 4.171230, 4.579720",\
"3.895198, 3.925191, 3.979936, 4.186790, 4.595279",\
"3.937200, 3.967194, 4.021939, 4.228792, 4.637282",\
"4.070993, 4.100987, 4.155732, 4.362586, 4.771075");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.831169, 3.855690, 3.896176, 4.027290, 4.279079",\
"3.845044, 3.869565, 3.910051, 4.041165, 4.292954",\
"3.882306, 3.906827, 3.947314, 4.078427, 4.330217",\
"3.944232, 3.968753, 4.009240, 4.140353, 4.392143",\
"4.325133, 4.349655, 4.390141, 4.521255, 4.773044");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[19]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.116909, 8.141433, 8.181917, 8.313030, 8.564818",\
"8.138656, 8.163179, 8.203664, 8.334777, 8.586565",\
"8.154216, 8.178740, 8.219224, 8.350337, 8.602125",\
"8.196219, 8.220743, 8.261228, 8.392341, 8.644129",\
"8.329238, 8.353762, 8.394246, 8.525359, 8.777147");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.464474, 8.494464, 8.550559, 8.756072, 9.164642",\
"8.478349, 8.508339, 8.564434, 8.769947, 9.178517",\
"8.515612, 8.545602, 8.601697, 8.807210, 9.215780",\
"8.577538, 8.607528, 8.663623, 8.869136, 9.277706",\
"8.957564, 8.987555, 9.043650, 9.249163, 9.657733");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[19]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[19]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.647999, 3.672520, 3.713007, 3.844120, 4.095910",\
"3.669745, 3.694266, 3.734753, 3.865866, 4.117656",\
"3.685305, 3.709826, 3.750313, 3.881426, 4.133216",\
"3.727308, 3.751829, 3.792316, 3.923429, 4.175219",\
"3.855556, 3.880077, 3.920563, 4.051677, 4.303466");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.070094, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.899280, 3.929274, 3.984019, 4.190872, 4.599362",\
"3.913155, 3.943149, 3.997894, 4.204747, 4.613237",\
"3.950418, 3.980411, 4.035156, 4.242010, 4.650499",\
"4.012343, 4.042337, 4.097082, 4.303936, 4.712425",\
"4.386069, 4.416063, 4.470808, 4.677661, 5.086151");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.032617, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[19]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.226946, 3.256935, 3.313030, 3.518543, 3.927114",\
"3.236020, 3.266010, 3.322105, 3.527617, 3.936188",\
"3.265329, 3.295319, 3.351414, 3.556926, 3.965497",\
"3.305892, 3.335882, 3.391977, 3.597490, 4.006060",\
"3.427967, 3.457957, 3.514052, 3.719565, 4.128135");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.161823, 3.186347, 3.226831, 3.357944, 3.609733",\
"3.166551, 3.191074, 3.231558, 3.362672, 3.614460",\
"3.210404, 3.234928, 3.275412, 3.406525, 3.658314",\
"3.268284, 3.292808, 3.333292, 3.464405, 3.716194",\
"3.584191, 3.608715, 3.649199, 3.780312, 4.032101");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[1]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.594423, 1.624417, 1.679162, 1.886015, 2.294505",\
"1.603498, 1.633492, 1.688236, 1.895090, 2.303579",\
"1.632807, 1.662800, 1.717545, 1.924399, 2.332888",\
"1.673370, 1.703364, 1.758108, 1.964962, 2.373451",\
"1.795910, 1.825904, 1.880649, 2.087502, 2.495991");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.685169, 1.709690, 1.750177, 1.881290, 2.133080",\
"1.689897, 1.714418, 1.754904, 1.886018, 2.137808",\
"1.733750, 1.758272, 1.798758, 1.929872, 2.181661",\
"1.791631, 1.816152, 1.856638, 1.987752, 2.239542",\
"2.107737, 2.132258, 2.172744, 2.303858, 2.555647");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[1]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.024033, 3.048557, 3.089041, 3.220154, 3.471943",\
"3.033107, 3.057631, 3.098115, 3.229228, 3.481017",\
"3.062416, 3.086940, 3.127424, 3.258537, 3.510326",\
"3.102980, 3.127503, 3.167987, 3.299101, 3.550889",\
"3.223745, 3.248268, 3.288752, 3.419866, 3.671654");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.184349, 3.214338, 3.270433, 3.475946, 3.884516",\
"3.189076, 3.219066, 3.275161, 3.480673, 3.889244",\
"3.232930, 3.262919, 3.319015, 3.524527, 3.933098",\
"3.290810, 3.320800, 3.376895, 3.582407, 3.990978",\
"3.605751, 3.635741, 3.691836, 3.897349, 4.305919");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[1]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[1]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.538938, 1.563459, 1.603945, 1.735059, 1.986849",\
"1.548012, 1.572534, 1.613020, 1.744133, 1.995923",\
"1.577321, 1.601843, 1.642329, 1.773442, 2.025232",\
"1.617885, 1.642406, 1.682892, 1.814006, 2.065796",\
"1.732810, 1.757331, 1.797818, 1.928931, 2.180721");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027358, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.586064, 1.616058, 1.670803, 1.877656, 2.286145",\
"1.590792, 1.620786, 1.675530, 1.882384, 2.290873",\
"1.634645, 1.664639, 1.719384, 1.926237, 2.334727",\
"1.692525, 1.722519, 1.777264, 1.984117, 2.392607",\
"1.999879, 2.029873, 2.084618, 2.291471, 2.699960");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.011971, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[1]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.601216, 7.631207, 7.687301, 7.892814, 8.301385",\
"7.625220, 7.655210, 7.711305, 7.916817, 8.325388",\
"7.641294, 7.671284, 7.727379, 7.932891, 8.341462",\
"7.680323, 7.710313, 7.766407, 7.971920, 8.380491",\
"7.770222, 7.800212, 7.856307, 8.061819, 8.470390");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.653281, 7.677805, 7.718288, 7.849402, 8.101191",\
"7.663825, 7.688349, 7.728832, 7.859946, 8.111734",\
"7.697754, 7.722278, 7.762761, 7.893875, 8.145663",\
"7.764662, 7.789186, 7.829669, 7.960783, 8.212571",\
"8.178901, 8.203424, 8.243909, 8.375022, 8.626810");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[20]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.385307, 3.415300, 3.470045, 3.676898, 4.085388",\
"3.409310, 3.439304, 3.494048, 3.700902, 4.109392",\
"3.425385, 3.455378, 3.510123, 3.716977, 4.125466",\
"3.463141, 3.493135, 3.547879, 3.754733, 4.163223",\
"3.540572, 3.570565, 3.625310, 3.832164, 4.240654");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.559527, 3.584048, 3.624534, 3.755648, 4.007437",\
"3.570071, 3.594592, 3.635078, 3.766191, 4.017981",\
"3.603999, 3.628520, 3.669007, 3.800120, 4.051910",\
"3.670857, 3.695378, 3.735865, 3.866978, 4.118768",\
"4.075162, 4.099684, 4.140170, 4.271284, 4.523073");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[20]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.645580, 7.670104, 7.710588, 7.841701, 8.093490",\
"7.669584, 7.694108, 7.734591, 7.865705, 8.117493",\
"7.685658, 7.710182, 7.750666, 7.881779, 8.133568",\
"7.725028, 7.749552, 7.790035, 7.921149, 8.172937",\
"7.816166, 7.840690, 7.881173, 8.012286, 8.264075");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.746019, 7.776009, 7.832104, 8.037617, 8.446187",\
"7.756563, 7.786553, 7.842648, 8.048161, 8.456731",\
"7.790492, 7.820482, 7.876576, 8.082089, 8.490660",\
"7.857407, 7.887397, 7.943491, 8.149004, 8.557575",\
"8.274738, 8.304729, 8.360824, 8.566337, 8.974907");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[20]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[20]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.529121, 3.553642, 3.594128, 3.725242, 3.977031",\
"3.553124, 3.577646, 3.618132, 3.749245, 4.001035",\
"3.569199, 3.593720, 3.634206, 3.765320, 4.017109",\
"3.608442, 3.632963, 3.673450, 3.804563, 4.056353",\
"3.698490, 3.723011, 3.763498, 3.894611, 4.146401");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.072775, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.547808, 3.577802, 3.632547, 3.839400, 4.247890",\
"3.558352, 3.588346, 3.643090, 3.849944, 4.258434",\
"3.592281, 3.622274, 3.677019, 3.883873, 4.292362",\
"3.659196, 3.689189, 3.743934, 3.950788, 4.359277",\
"4.074818, 4.104812, 4.159556, 4.366410, 4.774899");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034148, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[20]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.161145, 7.191135, 7.247230, 7.452742, 7.861313",\
"7.183946, 7.213936, 7.270031, 7.475543, 7.884114",\
"7.199557, 7.229548, 7.285642, 7.491155, 7.899725",\
"7.240005, 7.269995, 7.326090, 7.531602, 7.940173",\
"7.361272, 7.391263, 7.447357, 7.652870, 8.061440");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.966717, 6.991241, 7.031724, 7.162838, 7.414626",\
"6.980159, 7.004683, 7.045166, 7.176280, 7.428068",\
"7.015343, 7.039867, 7.080350, 7.211464, 7.463252",\
"7.073222, 7.097745, 7.138229, 7.269342, 7.521131",\
"7.386706, 7.411230, 7.451714, 7.582827, 7.834616");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[21]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.266506, 3.296499, 3.351244, 3.558098, 3.966587",\
"3.289307, 3.319301, 3.374046, 3.580899, 3.989388",\
"3.304919, 3.334912, 3.389657, 3.596510, 4.005000",\
"3.345366, 3.375360, 3.430104, 3.636958, 4.045447",\
"3.466045, 3.496039, 3.550783, 3.757637, 4.166127");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.220265, 3.244786, 3.285273, 3.416386, 3.668176",\
"3.233707, 3.258228, 3.298714, 3.429828, 3.681617",\
"3.268892, 3.293413, 3.333899, 3.465013, 3.716802",\
"3.326770, 3.351291, 3.391777, 3.522891, 3.774680",\
"3.640204, 3.664725, 3.705212, 3.836325, 4.088115");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[21]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.827046, 6.851570, 6.892054, 7.023167, 7.274956",\
"6.849847, 6.874371, 6.914855, 7.045968, 7.297756",\
"6.865458, 6.889982, 6.930465, 7.061579, 7.313367",\
"6.905906, 6.930429, 6.970913, 7.102026, 7.353815",\
"7.025481, 7.050005, 7.090488, 7.221602, 7.473391");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.165641, 7.195631, 7.251726, 7.457238, 7.865809",\
"7.179082, 7.209073, 7.265167, 7.470680, 7.879251",\
"7.214267, 7.244257, 7.300352, 7.505864, 7.914435",\
"7.272145, 7.302135, 7.358230, 7.563742, 7.972313",\
"7.584526, 7.614516, 7.670611, 7.876123, 8.284695");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[21]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[21]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.072013, 3.096534, 3.137020, 3.268134, 3.519923",\
"3.094814, 3.119335, 3.159821, 3.290935, 3.542725",\
"3.110425, 3.134946, 3.175432, 3.306546, 3.558336",\
"3.150873, 3.175394, 3.215880, 3.346994, 3.598783",\
"3.264498, 3.289019, 3.329505, 3.460619, 3.712409");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.071420, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.292581, 3.322574, 3.377319, 3.584173, 3.992662",\
"3.306022, 3.336016, 3.390761, 3.597614, 4.006104",\
"3.341207, 3.371201, 3.425946, 3.632799, 4.041288",\
"3.399085, 3.429079, 3.483824, 3.690677, 4.099167",\
"3.703908, 3.733902, 3.788646, 3.995500, 4.403990");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.033530, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[21]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.403357, 6.433347, 6.489442, 6.694954, 7.103525",\
"6.420887, 6.450877, 6.506971, 6.712484, 7.121055",\
"6.443501, 6.473491, 6.529585, 6.735098, 7.143669",\
"6.482548, 6.512538, 6.568633, 6.774145, 7.182716",\
"6.572313, 6.602303, 6.658398, 6.863910, 7.272481");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.435103, 6.459627, 6.500110, 6.631224, 6.883012",\
"6.442438, 6.466961, 6.507445, 6.638558, 6.890347",\
"6.479530, 6.504054, 6.544537, 6.675651, 6.927439",\
"6.546467, 6.570991, 6.611475, 6.742588, 6.994376",\
"6.961316, 6.985840, 7.026323, 7.157437, 7.409225");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[22]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.865166, 2.895160, 2.949905, 3.156758, 3.565248",\
"2.882696, 2.912689, 2.967434, 3.174288, 3.582777",\
"2.905310, 2.935304, 2.990049, 3.196902, 3.605392",\
"2.943113, 2.973107, 3.027851, 3.234705, 3.643194",\
"3.020738, 3.050732, 3.105477, 3.312330, 3.720819");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.019060, 3.043581, 3.084067, 3.215181, 3.466971",\
"3.026394, 3.050915, 3.091402, 3.222515, 3.474305",\
"3.063487, 3.088008, 3.128494, 3.259608, 3.511397",\
"3.130385, 3.154906, 3.195392, 3.326506, 3.578295",\
"3.535303, 3.559824, 3.600310, 3.731424, 3.983213");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[22]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.426564, 6.451088, 6.491571, 6.622685, 6.874474",\
"6.444094, 6.468617, 6.509101, 6.640214, 6.892003",\
"6.466708, 6.491232, 6.531715, 6.662829, 6.914618",\
"6.506096, 6.530620, 6.571103, 6.702217, 6.954005",\
"6.597026, 6.621550, 6.662034, 6.793147, 7.044935");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.549177, 6.579167, 6.635262, 6.840775, 7.249345",\
"6.556512, 6.586502, 6.642597, 6.848109, 7.256680",\
"6.593604, 6.623594, 6.679689, 6.885201, 7.293772",\
"6.660547, 6.690537, 6.746632, 6.952145, 7.360715",\
"7.078528, 7.108519, 7.164613, 7.370126, 7.778697");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[22]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[22]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.989647, 3.014168, 3.054655, 3.185768, 3.437558",\
"3.007177, 3.031698, 3.072184, 3.203298, 3.455088",\
"3.029791, 3.054312, 3.094798, 3.225912, 3.477702",\
"3.069056, 3.093577, 3.134063, 3.265177, 3.516966",\
"3.158908, 3.183429, 3.223916, 3.355029, 3.606819");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.052774, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.027346, 3.057340, 3.112085, 3.318938, 3.727427",\
"3.034681, 3.064674, 3.119419, 3.326272, 3.734762",\
"3.071773, 3.101766, 3.156511, 3.363365, 3.771854",\
"3.138716, 3.168710, 3.223455, 3.430308, 3.838798",\
"3.554961, 3.584955, 3.639699, 3.846553, 4.255043");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.024285, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[22]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.980376, 6.010366, 6.066461, 6.271974, 6.680544",\
"5.992584, 6.022574, 6.078669, 6.284182, 6.692752",\
"6.018775, 6.048765, 6.104859, 6.310372, 6.718943",\
"6.059234, 6.089224, 6.145319, 6.350832, 6.759402",\
"6.180717, 6.210708, 6.266802, 6.472315, 6.880886");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.784457, 5.808980, 5.849464, 5.980577, 6.232366",\
"5.791126, 5.815650, 5.856133, 5.987247, 6.239036",\
"5.833067, 5.857591, 5.898075, 6.029188, 6.280976",\
"5.890934, 5.915457, 5.955941, 6.087054, 6.338842",\
"6.204680, 6.229204, 6.269687, 6.400801, 6.652589");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[23]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.768215, 2.798209, 2.852954, 3.059807, 3.468297",\
"2.780423, 2.810417, 2.865162, 3.072015, 3.480505",\
"2.806614, 2.836607, 2.891352, 3.098206, 3.506695",\
"2.847073, 2.877067, 2.931812, 3.138665, 3.547154",\
"2.967963, 2.997956, 3.052701, 3.259554, 3.668044");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.723497, 2.748019, 2.788505, 2.919618, 3.171408",\
"2.730166, 2.754688, 2.795174, 2.926287, 3.178077",\
"2.772108, 2.796629, 2.837116, 2.968229, 3.220019",\
"2.829974, 2.854496, 2.894982, 3.026095, 3.277885",\
"3.143692, 3.168213, 3.208699, 3.339813, 3.591603");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[23]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.646676, 5.671200, 5.711683, 5.842797, 6.094585",\
"5.658885, 5.683408, 5.723892, 5.855005, 6.106793",\
"5.685075, 5.709599, 5.750082, 5.881196, 6.132984",\
"5.725535, 5.750059, 5.790542, 5.921656, 6.173444",\
"5.845406, 5.869930, 5.910413, 6.041527, 6.293315");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.982714, 6.012704, 6.068799, 6.274312, 6.682882",\
"5.989383, 6.019373, 6.075468, 6.280981, 6.689551",\
"6.031325, 6.061316, 6.117410, 6.322923, 6.731493",\
"6.089191, 6.119182, 6.175276, 6.380789, 6.789360",\
"6.401844, 6.431834, 6.487929, 6.693441, 7.102012");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[23]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[23]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.573950, 2.598471, 2.638957, 2.770071, 3.021860",\
"2.586158, 2.610679, 2.651165, 2.782279, 3.034068",\
"2.612348, 2.636869, 2.677355, 2.808469, 3.060259",\
"2.652808, 2.677329, 2.717815, 2.848929, 3.100718",\
"2.766701, 2.791222, 2.831708, 2.962821, 3.214611");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.037293, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.793789, 2.823782, 2.878527, 3.085381, 3.493870",\
"2.800458, 2.830451, 2.885196, 3.092050, 3.500539",\
"2.842400, 2.872393, 2.927138, 3.133992, 3.542481",\
"2.900266, 2.930259, 2.985004, 3.191858, 3.600347",\
"3.205375, 3.235369, 3.290114, 3.496967, 3.905457");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016866, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[23]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.232650, 5.262640, 5.318735, 5.524248, 5.932818",\
"5.246572, 5.276562, 5.332657, 5.538169, 5.946740",\
"5.269923, 5.299913, 5.356008, 5.561520, 5.970091",\
"5.311876, 5.341866, 5.397961, 5.603473, 6.012044",\
"5.444625, 5.474615, 5.530710, 5.736222, 6.144793");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.288461, 5.312985, 5.353468, 5.484582, 5.736370",\
"5.296929, 5.321453, 5.361937, 5.493050, 5.744839",\
"5.339521, 5.364045, 5.404529, 5.535642, 5.787431",\
"5.401430, 5.425953, 5.466437, 5.597550, 5.849339",\
"5.779429, 5.803953, 5.844437, 5.975550, 6.227339");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[24]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.448555, 2.478548, 2.533293, 2.740147, 3.148636",\
"2.462476, 2.492470, 2.547215, 2.754068, 3.162558",\
"2.485828, 2.515821, 2.570566, 2.777420, 3.185909",\
"2.527780, 2.557774, 2.612519, 2.819372, 3.227861",\
"2.655288, 2.685281, 2.740026, 2.946879, 3.355369");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.717480, 2.742001, 2.782488, 2.913601, 3.165391",\
"2.725948, 2.750469, 2.790956, 2.922069, 3.173859",\
"2.768541, 2.793062, 2.833548, 2.964662, 3.216451",\
"2.830448, 2.854970, 2.895456, 3.026569, 3.278359",\
"3.202226, 3.226747, 3.267233, 3.398347, 3.650136");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[24]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.259689, 5.284213, 5.324696, 5.455810, 5.707598",\
"5.273611, 5.298134, 5.338618, 5.469731, 5.721519",\
"5.296961, 5.321485, 5.361969, 5.493082, 5.744870",\
"5.338914, 5.363438, 5.403921, 5.535035, 5.786823",\
"5.473078, 5.497602, 5.538085, 5.669199, 5.920987");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.397908, 5.427898, 5.483993, 5.689506, 6.098076",\
"5.406376, 5.436367, 5.492461, 5.697974, 6.106544",\
"5.448969, 5.478959, 5.535054, 5.740566, 6.149137",\
"5.510877, 5.540867, 5.596961, 5.802474, 6.211045",\
"5.889779, 5.919769, 5.975864, 6.181376, 6.589947");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[24]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[24]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.668678, 2.693199, 2.733686, 2.864799, 3.116589",\
"2.682600, 2.707121, 2.747607, 2.878721, 3.130511",\
"2.705951, 2.730472, 2.770958, 2.902072, 3.153862",\
"2.747904, 2.772425, 2.812912, 2.944025, 3.195815",\
"2.881548, 2.906069, 2.946555, 3.077669, 3.329458");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043950, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.627546, 2.657540, 2.712284, 2.919138, 3.327627",\
"2.636014, 2.666008, 2.720752, 2.927606, 3.336095",\
"2.678606, 2.708600, 2.763345, 2.970198, 3.378687",\
"2.740515, 2.770508, 2.825253, 3.032106, 3.440596",\
"3.119393, 3.149387, 3.204131, 3.410985, 3.819474");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.020043, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[24]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.909771, 4.939762, 4.995856, 5.201369, 5.609940",\
"4.928493, 4.958483, 5.014578, 5.220090, 5.628661",\
"4.947044, 4.977034, 5.033129, 5.238641, 5.647212",\
"4.989016, 5.019006, 5.075100, 5.280613, 5.689184",\
"5.123253, 5.153244, 5.209338, 5.414851, 5.823421");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.628447, 4.652970, 4.693454, 4.824567, 5.076356",\
"4.640318, 4.664842, 4.705326, 4.836439, 5.088227",\
"4.679552, 4.704075, 4.744559, 4.875672, 5.127460",\
"4.741455, 4.765978, 4.806462, 4.937575, 5.189363",\
"5.121738, 5.146262, 5.186745, 5.317859, 5.569647");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[25]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.601125, 2.631118, 2.685863, 2.892716, 3.301206",\
"2.619846, 2.649840, 2.704584, 2.911438, 3.319927",\
"2.638397, 2.668391, 2.723135, 2.929989, 3.338478",\
"2.680369, 2.710362, 2.765107, 2.971961, 3.380450",\
"2.814101, 2.844094, 2.898839, 3.105692, 3.514182");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.474754, 2.499275, 2.539761, 2.670875, 2.922665",\
"2.486626, 2.511147, 2.551633, 2.682747, 2.934536",\
"2.525859, 2.550380, 2.590866, 2.721980, 2.973770",\
"2.587762, 2.612283, 2.652770, 2.783883, 3.035673",\
"2.968023, 2.992544, 3.033030, 3.164144, 3.415934");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[25]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.466876, 4.491400, 4.531883, 4.662997, 4.914785",\
"4.485598, 4.510121, 4.550605, 4.681718, 4.933507",\
"4.504148, 4.528672, 4.569156, 4.700269, 4.952058",\
"4.546120, 4.570644, 4.611127, 4.742241, 4.994029",\
"4.679041, 4.703565, 4.744049, 4.875162, 5.126950");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.933491, 4.963481, 5.019576, 5.225088, 5.633659",\
"4.945363, 4.975353, 5.031447, 5.236960, 5.645531",\
"4.984596, 5.014586, 5.070681, 5.276193, 5.684764",\
"5.046499, 5.076489, 5.132584, 5.338097, 5.746667",\
"5.425887, 5.455877, 5.511972, 5.717484, 6.126055");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[25]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[25]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.292053, 2.316574, 2.357060, 2.488174, 2.739964",\
"2.310775, 2.335296, 2.375782, 2.506896, 2.758685",\
"2.329325, 2.353846, 2.394332, 2.525446, 2.777236",\
"2.371297, 2.395818, 2.436304, 2.567418, 2.819208",\
"2.499217, 2.523738, 2.564224, 2.695338, 2.947128");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.059956, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.646449, 2.676443, 2.731188, 2.938041, 3.346530",\
"2.658321, 2.688315, 2.743059, 2.949913, 3.358402",\
"2.697554, 2.727548, 2.782293, 2.989146, 3.397635",\
"2.759458, 2.789451, 2.844196, 3.051050, 3.459539",\
"3.132550, 3.162544, 3.217289, 3.424142, 3.832632");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.027874, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[25]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.498741, 2.528731, 2.584826, 2.790339, 3.198910",\
"2.525044, 2.555033, 2.611129, 2.816641, 3.225212",\
"2.535973, 2.565963, 2.622058, 2.827570, 3.236141",\
"2.576450, 2.606439, 2.662534, 2.868047, 3.276618",\
"2.693958, 2.723948, 2.780043, 2.985555, 3.394126");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.540872, 2.565395, 2.605879, 2.736993, 2.988781",\
"2.555426, 2.579949, 2.620433, 2.751547, 3.003335",\
"2.585974, 2.610497, 2.650981, 2.782095, 3.033884",\
"2.638903, 2.663427, 2.703911, 2.835024, 3.086813",\
"2.942770, 2.967294, 3.007778, 3.138891, 3.390680");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[2]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.260714, 1.290708, 1.345453, 1.552306, 1.960796",\
"1.287017, 1.317011, 1.371755, 1.578609, 1.987098",\
"1.297946, 1.327940, 1.382684, 1.589538, 1.998027",\
"1.338423, 1.368417, 1.423161, 1.630015, 2.038504",\
"1.450740, 1.480734, 1.535478, 1.742332, 2.150821");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.414863, 1.439385, 1.479871, 1.610984, 1.862774",\
"1.429417, 1.453938, 1.494424, 1.625538, 1.877328",\
"1.459965, 1.484487, 1.524973, 1.656086, 1.907876",\
"1.512894, 1.537416, 1.577902, 1.709016, 1.960805",\
"1.811877, 1.836398, 1.876885, 2.007998, 2.259788");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[2]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.449987, 2.474511, 2.514995, 2.646108, 2.897897",\
"2.476289, 2.500813, 2.541297, 2.672410, 2.924199",\
"2.487219, 2.511742, 2.552226, 2.683340, 2.935128",\
"2.527695, 2.552219, 2.592703, 2.723816, 2.975605",\
"2.646384, 2.670907, 2.711391, 2.842505, 3.094293");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.769949, 2.799938, 2.856034, 3.061546, 3.470117",\
"2.784503, 2.814492, 2.870587, 3.076100, 3.484670",\
"2.815051, 2.845041, 2.901136, 3.106648, 3.515219",\
"2.867980, 2.897970, 2.954065, 3.159578, 3.568148",\
"3.172476, 3.202466, 3.258561, 3.464073, 3.872644");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[2]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[2]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.299720, 1.324242, 1.364728, 1.495842, 1.747631",\
"1.326023, 1.350544, 1.391030, 1.522144, 1.773934",\
"1.336952, 1.361473, 1.401960, 1.533073, 1.784863",\
"1.377429, 1.401950, 1.442436, 1.573550, 1.825340",\
"1.496539, 1.521060, 1.561546, 1.692660, 1.944449");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.085700, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.541924, 1.571918, 1.626662, 1.833516, 2.242005",\
"1.556478, 1.586472, 1.641216, 1.848070, 2.256559",\
"1.587026, 1.617020, 1.671764, 1.878618, 2.287107",\
"1.639955, 1.669949, 1.724694, 1.931547, 2.340037",\
"1.944580, 1.974573, 2.029318, 2.236172, 2.644661");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040375, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[2]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.933399, 1.963389, 2.019484, 2.224997, 2.633568",\
"1.947425, 1.977414, 2.033509, 2.239022, 2.647593",\
"1.971768, 2.001758, 2.057853, 2.263366, 2.671937",\
"2.012337, 2.042327, 2.098422, 2.303934, 2.712505",\
"2.134369, 2.164358, 2.220454, 2.425966, 2.834537");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.871017, 1.895541, 1.936025, 2.067138, 2.318927",\
"1.878793, 1.903316, 1.943800, 2.074914, 2.326702",\
"1.919589, 1.944112, 1.984596, 2.115710, 2.367498",\
"1.977463, 2.001987, 2.042471, 2.173584, 2.425373",\
"2.293744, 2.318267, 2.358751, 2.489865, 2.741653");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[3]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.029645, 1.059639, 1.114383, 1.321237, 1.729726",\
"1.043670, 1.073664, 1.128408, 1.335262, 1.743751",\
"1.068014, 1.098008, 1.152752, 1.359606, 1.768095",\
"1.108582, 1.138576, 1.193321, 1.400174, 1.808664",\
"1.231077, 1.261071, 1.315816, 1.522669, 1.931159");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.120048, 1.144569, 1.185055, 1.316169, 1.567959",\
"1.127823, 1.152345, 1.192831, 1.323945, 1.575734",\
"1.168619, 1.193141, 1.233627, 1.364741, 1.616530",\
"1.226494, 1.251015, 1.291502, 1.422615, 1.674405",\
"1.542974, 1.567495, 1.607982, 1.739095, 1.990885");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[3]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.733387, 1.757910, 1.798394, 1.929508, 2.181296",\
"1.747412, 1.771935, 1.812419, 1.943533, 2.195321",\
"1.771756, 1.796279, 1.836763, 1.967877, 2.219665",\
"1.812324, 1.836847, 1.877331, 2.008445, 2.260234",\
"1.933062, 1.957585, 1.998069, 2.129183, 2.380972");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.892360, 1.922350, 1.978445, 2.183958, 2.592529",\
"1.900136, 1.930125, 1.986221, 2.191733, 2.600304",\
"1.940932, 1.970922, 2.027017, 2.232529, 2.641100",\
"1.998806, 2.028796, 2.084891, 2.290404, 2.698974",\
"2.314109, 2.344099, 2.400194, 2.605706, 3.014277");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[3]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[3]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.973577, 0.998098, 1.038585, 1.169698, 1.421488",\
"0.987602, 1.012124, 1.052610, 1.183724, 1.435513",\
"1.011946, 1.036468, 1.076954, 1.208067, 1.459857",\
"1.052515, 1.077036, 1.117522, 1.248636, 1.500425",\
"1.167590, 1.192112, 1.232598, 1.363712, 1.615501");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.043110, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.018860, 1.048854, 1.103599, 1.310452, 1.718942",\
"1.026636, 1.056630, 1.111374, 1.318228, 1.726717",\
"1.067432, 1.097426, 1.152170, 1.359024, 1.767513",\
"1.125306, 1.155300, 1.210045, 1.416898, 1.825388",\
"1.433040, 1.463034, 1.517779, 1.724632, 2.133121");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019693, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[3]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.237905, 1.267895, 1.323990, 1.529502, 1.938073",\
"1.248320, 1.278310, 1.334405, 1.539918, 1.948488",\
"1.276287, 1.306277, 1.362372, 1.567884, 1.976455",\
"1.316854, 1.346844, 1.402939, 1.608452, 2.017023",\
"1.437610, 1.467600, 1.523695, 1.729208, 2.137779");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.150298, 1.174822, 1.215306, 1.346420, 1.598208",\
"1.155887, 1.180411, 1.220895, 1.352008, 1.603797",\
"1.198880, 1.223403, 1.263887, 1.395001, 1.646790",\
"1.256762, 1.281285, 1.321769, 1.452883, 1.704671",\
"1.571856, 1.596380, 1.636864, 1.767977, 2.019766");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[4]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.720592, 0.750586, 0.805330, 1.012184, 1.420673",\
"0.731008, 0.761002, 0.815746, 1.022600, 1.431089",\
"0.758974, 0.788968, 0.843713, 1.050566, 1.459056",\
"0.799542, 0.829536, 0.884280, 1.091134, 1.499623",\
"0.914529, 0.944523, 0.999267, 1.206121, 1.614610");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.748258, 0.772779, 0.813265, 0.944379, 1.196168",\
"0.753846, 0.778368, 0.818854, 0.949967, 1.201757",\
"0.796839, 0.821360, 0.861847, 0.992960, 1.244750",\
"0.854721, 0.879242, 0.919728, 1.050842, 1.302632",\
"1.162234, 1.186756, 1.227242, 1.358355, 1.610145");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[4]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.192628, 1.217151, 1.257635, 1.388749, 1.640537",\
"1.203044, 1.227567, 1.268051, 1.399165, 1.650953",\
"1.231010, 1.255534, 1.296018, 1.427131, 1.678920",\
"1.271578, 1.296101, 1.336585, 1.467699, 1.719487",\
"1.393634, 1.418158, 1.458642, 1.589756, 1.841544");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.375498, 1.405488, 1.461583, 1.667095, 2.075666",\
"1.381087, 1.411077, 1.467172, 1.672684, 2.081255",\
"1.424080, 1.454069, 1.510164, 1.715677, 2.124248",\
"1.481961, 1.511951, 1.568046, 1.773558, 2.182129",\
"1.798026, 1.828016, 1.884111, 2.089623, 2.498194");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[4]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[4]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.757632, 0.782153, 0.822640, 0.953753, 1.205543",\
"0.768048, 0.792569, 0.833055, 0.964169, 1.215959",\
"0.796014, 0.820536, 0.861022, 0.992135, 1.243925",\
"0.836582, 0.861103, 0.901590, 1.032703, 1.284493",\
"0.959102, 0.983624, 1.024110, 1.155223, 1.407013");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.031622, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.866927, 0.896921, 0.951666, 1.158519, 1.567009",\
"0.872516, 0.902510, 0.957254, 1.164108, 1.572597",\
"0.915508, 0.945502, 1.000247, 1.207100, 1.615590",\
"0.973390, 1.003384, 1.058129, 1.264982, 1.673472",\
"1.289654, 1.319648, 1.374392, 1.581246, 1.989735");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.014152, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[4]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.720526, 0.750516, 0.806611, 1.012124, 1.420695",\
"0.732278, 0.762268, 0.818363, 1.023875, 1.432446",\
"0.758902, 0.788892, 0.844987, 1.050499, 1.459070",\
"0.799465, 0.829455, 0.885550, 1.091063, 1.499634",\
"0.921620, 0.951610, 1.007705, 1.213218, 1.621789");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.644155, 0.668679, 0.709162, 0.840276, 1.092064",\
"0.650543, 0.675067, 0.715550, 0.846664, 1.098453",\
"0.692730, 0.717254, 0.757738, 0.888851, 1.140640",\
"0.750606, 0.775130, 0.815614, 0.946727, 1.198516",\
"1.066645, 1.091169, 1.131653, 1.262766, 1.514555");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[5]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.500949, 0.530943, 0.585687, 0.792541, 1.201030",\
"0.512700, 0.542694, 0.597439, 0.804292, 1.212781",\
"0.539324, 0.569318, 0.624063, 0.830916, 1.239405",\
"0.579888, 0.609882, 0.664626, 0.871480, 1.279969",\
"0.702413, 0.732407, 0.787152, 0.994005, 1.402495");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.595140, 0.619662, 0.660148, 0.791261, 1.043051",\
"0.601528, 0.626050, 0.666536, 0.797650, 1.049439",\
"0.643716, 0.668237, 0.708723, 0.839837, 1.091627",\
"0.701592, 0.726113, 0.766599, 0.897713, 1.149503",\
"1.017823, 1.042345, 1.082831, 1.213945, 1.465734");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[5]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.515505, 0.540029, 0.580513, 0.711626, 0.963415",\
"0.527256, 0.551780, 0.592264, 0.723378, 0.975166",\
"0.553881, 0.578404, 0.618888, 0.750002, 1.001790",\
"0.594444, 0.618968, 0.659452, 0.790565, 1.042354",\
"0.715437, 0.739961, 0.780445, 0.911558, 1.163347");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.648170, 0.678160, 0.734255, 0.939767, 1.348338",\
"0.654558, 0.684548, 0.740643, 0.946155, 1.354726",\
"0.696745, 0.726735, 0.782830, 0.988343, 1.396914",\
"0.754621, 0.784611, 0.840706, 1.046219, 1.454790",\
"1.069810, 1.099800, 1.155895, 1.361407, 1.769978");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034967");
}
} /* end of arc ext_trim[5]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[5]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.448899, 0.473420, 0.513906, 0.645020, 0.896810",\
"0.460650, 0.485172, 0.525658, 0.656771, 0.908561",\
"0.487274, 0.511796, 0.552282, 0.683395, 0.935185",\
"0.527838, 0.552359, 0.592846, 0.723959, 0.975749",\
"0.642819, 0.667340, 0.707827, 0.838940, 1.090730");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.035873, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.491770, 0.521764, 0.576509, 0.783362, 1.191852",\
"0.498159, 0.528152, 0.582897, 0.789750, 1.198240",\
"0.540346, 0.570340, 0.625085, 0.831938, 1.240427",\
"0.598222, 0.628216, 0.682961, 0.889814, 1.298303",\
"0.905705, 0.935699, 0.990443, 1.197297, 1.605786");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.016178, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500");
}
} /* end of arc ext_trim[5]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.204300, 8.234290, 8.290385, 8.495898, 8.904469",\
"8.215621, 8.245611, 8.301706, 8.507219, 8.915790",\
"8.242677, 8.272667, 8.328762, 8.534275, 8.942845",\
"8.283246, 8.313236, 8.369331, 8.574844, 8.983415",\
"8.405301, 8.435291, 8.491386, 8.696899, 9.105470");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.121524, 8.146048, 8.186532, 8.317645, 8.569433",\
"8.127649, 8.152173, 8.192657, 8.323771, 8.575559",\
"8.170102, 8.194626, 8.235110, 8.366223, 8.618011",\
"8.227983, 8.252506, 8.292991, 8.424104, 8.675892",\
"8.544205, 8.568728, 8.609213, 8.740326, 8.992114");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[6]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.594585, 3.624578, 3.679323, 3.886177, 4.294666",\
"3.605906, 3.635899, 3.690644, 3.897498, 4.305987",\
"3.632962, 3.662955, 3.717700, 3.924553, 4.333043",\
"3.673531, 3.703525, 3.758270, 3.965123, 4.373613",\
"3.796032, 3.826026, 3.880770, 4.087624, 4.496114");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.657705, 3.682226, 3.722713, 3.853826, 4.105616",\
"3.663830, 3.688351, 3.728838, 3.859951, 4.111741",\
"3.706283, 3.730804, 3.771290, 3.902404, 4.154193",\
"3.764163, 3.788684, 3.829170, 3.960284, 4.212073",\
"4.080584, 4.105105, 4.145591, 4.276705, 4.528494");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[6]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.985758, 8.010281, 8.050766, 8.181878, 8.433667",\
"7.997079, 8.021602, 8.062086, 8.193199, 8.444988",\
"8.024135, 8.048658, 8.089143, 8.220256, 8.472044",\
"8.064704, 8.089228, 8.129712, 8.260825, 8.512613",\
"8.185494, 8.210018, 8.250503, 8.381616, 8.633404");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "8.157469, 8.187459, 8.243554, 8.449067, 8.857637",\
"8.163594, 8.193584, 8.249680, 8.455193, 8.863763",\
"8.206047, 8.236037, 8.292132, 8.497645, 8.906216",\
"8.263927, 8.293917, 8.350012, 8.555525, 8.964095",\
"8.579196, 8.609186, 8.665281, 8.870794, 9.279365");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[6]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[6]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.511292, 3.535813, 3.576299, 3.707412, 3.959202",\
"3.522613, 3.547134, 3.587620, 3.718734, 3.970523",\
"3.549669, 3.574190, 3.614676, 3.745790, 3.997579",\
"3.590238, 3.614759, 3.655246, 3.786359, 4.038149",\
"3.705289, 3.729810, 3.770297, 3.901410, 4.153200");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.034504, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.584190, 3.614184, 3.668928, 3.875782, 4.284272",\
"3.590315, 3.620309, 3.675053, 3.881907, 4.290397",\
"3.632767, 3.662761, 3.717506, 3.924359, 4.332849",\
"3.690647, 3.720641, 3.775386, 3.982239, 4.390729",\
"3.998321, 4.028315, 4.083059, 4.289913, 4.698402");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.015512, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[6]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.513458, 7.543448, 7.599543, 7.805055, 8.213626",\
"7.527386, 7.557376, 7.613471, 7.818984, 8.227554",\
"7.551818, 7.581809, 7.637903, 7.843416, 8.251987",\
"7.592389, 7.622379, 7.678474, 7.883986, 8.292558",\
"7.713275, 7.743266, 7.799360, 8.004873, 8.413444");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.394677, 7.419201, 7.459684, 7.590798, 7.842587",\
"7.402425, 7.426949, 7.467432, 7.598546, 7.850334",\
"7.443243, 7.467766, 7.508250, 7.639363, 7.891151",\
"7.501113, 7.525637, 7.566120, 7.697234, 7.949022",\
"7.816732, 7.841256, 7.881739, 8.012853, 8.264641");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[7]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.275720, 3.305714, 3.360459, 3.567312, 3.975801",\
"3.289648, 3.319642, 3.374387, 3.581240, 3.989729",\
"3.314080, 3.344074, 3.398819, 3.605672, 4.014162",\
"3.354651, 3.384645, 3.439389, 3.646243, 4.054733",\
"3.469827, 3.499821, 3.554566, 3.761419, 4.169909");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.275454, 3.299975, 3.340461, 3.471575, 3.723364",\
"3.283201, 3.307722, 3.348208, 3.479322, 3.731112",\
"3.324019, 3.348540, 3.389026, 3.520140, 3.771930",\
"3.381889, 3.406410, 3.446897, 3.578010, 3.829800",\
"3.689872, 3.714393, 3.754879, 3.885993, 4.137782");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[7]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.454135, 7.478659, 7.519143, 7.650256, 7.902044",\
"7.468064, 7.492588, 7.533071, 7.664185, 7.915973",\
"7.492495, 7.517019, 7.557502, 7.688616, 7.940404",\
"7.533066, 7.557590, 7.598073, 7.729187, 7.980975",\
"7.655128, 7.679652, 7.720135, 7.851249, 8.103037");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.644343, 7.674333, 7.730428, 7.935940, 8.344511",\
"7.652091, 7.682081, 7.738175, 7.943688, 8.352259",\
"7.692909, 7.722899, 7.778994, 7.984506, 8.393077",\
"7.750780, 7.780770, 7.836864, 8.042377, 8.450948",\
"8.067308, 8.097299, 8.153393, 8.358906, 8.767477");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[7]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[7]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.287823, 3.312345, 3.352831, 3.483944, 3.735734",\
"3.301752, 3.326273, 3.366759, 3.497873, 3.749662",\
"3.326184, 3.350705, 3.391191, 3.522305, 3.774094",\
"3.366754, 3.391275, 3.431762, 3.562875, 3.814665",\
"3.489220, 3.513741, 3.554227, 3.685341, 3.937130");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042816, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.422305, 3.452298, 3.507043, 3.713897, 4.122386",\
"3.430053, 3.460046, 3.514791, 3.721644, 4.130134",\
"3.470870, 3.500864, 3.555609, 3.762462, 4.170952",\
"3.528741, 3.558735, 3.613479, 3.820333, 4.228823",\
"3.845464, 3.875458, 3.930203, 4.137056, 4.545546");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.019624, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[7]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.031739, 7.061729, 7.117824, 7.323336, 7.731907",\
"7.059070, 7.089060, 7.145155, 7.350667, 7.759238",\
"7.068981, 7.098971, 7.155066, 7.360578, 7.769149",\
"7.110979, 7.140969, 7.197064, 7.402576, 7.811147",\
"7.245272, 7.275262, 7.331357, 7.536870, 7.945440");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.953917, 6.978440, 7.018924, 7.150037, 7.401826",\
"6.971800, 6.996324, 7.036807, 7.167921, 7.419709",\
"7.004968, 7.029491, 7.069975, 7.201088, 7.452877",\
"7.066811, 7.091335, 7.131818, 7.262932, 7.514720",\
"7.448538, 7.473062, 7.513546, 7.644659, 7.896447");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[8]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.109456, 3.139450, 3.194195, 3.401048, 3.809537",\
"3.136788, 3.166781, 3.221526, 3.428380, 3.836869",\
"3.146698, 3.176691, 3.231436, 3.438290, 3.846779",\
"3.188697, 3.218690, 3.273435, 3.480289, 3.888778",\
"3.323383, 3.353377, 3.408121, 3.614975, 4.023464");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.190749, 3.215270, 3.255756, 3.386870, 3.638660",\
"3.208632, 3.233154, 3.273640, 3.404753, 3.656543",\
"3.241800, 3.266321, 3.306808, 3.437921, 3.689711",\
"3.303643, 3.328164, 3.368651, 3.499764, 3.751554",\
"3.685535, 3.710056, 3.750542, 3.881656, 4.133445");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[8]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.793422, 6.817945, 6.858429, 6.989542, 7.241331",\
"6.820754, 6.845277, 6.885761, 7.016874, 7.268662",\
"6.830664, 6.855187, 6.895671, 7.026784, 7.278573",\
"6.872662, 6.897186, 6.937669, 7.068783, 7.320571",\
"7.005965, 7.030488, 7.070972, 7.202085, 7.453874");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "7.010506, 7.040496, 7.096591, 7.302103, 7.710674",\
"7.028389, 7.058379, 7.114474, 7.319986, 7.728557",\
"7.061557, 7.091547, 7.147642, 7.353154, 7.761725",\
"7.123400, 7.153390, 7.209485, 7.414997, 7.823568",\
"7.504323, 7.534313, 7.590408, 7.795920, 8.204492");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[8]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[8]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.013846, 3.038367, 3.078854, 3.209967, 3.461757",\
"3.041178, 3.065699, 3.106185, 3.237298, 3.489088",\
"3.051088, 3.075609, 3.116095, 3.247209, 3.498999",\
"3.093086, 3.117607, 3.158094, 3.289207, 3.540997",\
"3.221864, 3.246385, 3.286872, 3.417985, 3.669775");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.089036, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "3.114213, 3.144206, 3.198951, 3.405805, 3.814294",\
"3.132097, 3.162090, 3.216835, 3.423688, 3.832178",\
"3.165264, 3.195257, 3.250002, 3.456856, 3.865345",\
"3.227107, 3.257101, 3.311846, 3.518699, 3.927188",\
"3.601776, 3.631770, 3.686515, 3.893368, 4.301858");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.042123, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[8]_clockp[1]_inv_min*/
timing () {
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.356328, 6.386319, 6.442413, 6.647926, 7.056497",\
"6.383003, 6.412993, 6.469088, 6.674601, 7.083171",\
"6.393591, 6.423582, 6.479676, 6.685189, 7.093760",\
"6.435608, 6.465599, 6.521693, 6.727206, 7.135777",\
"6.568647, 6.598637, 6.654732, 6.860244, 7.268815");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.258521, 6.283045, 6.323528, 6.454642, 6.706430",\
"6.275901, 6.300425, 6.340909, 6.472022, 6.723810",\
"6.309593, 6.334117, 6.374600, 6.505714, 6.757503",\
"6.371451, 6.395975, 6.436458, 6.567572, 6.819360",\
"6.752731, 6.777255, 6.817738, 6.948852, 7.200640");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc ext_trim[9]_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.801893, 2.831887, 2.886631, 3.093485, 3.501974",\
"2.828567, 2.858561, 2.913306, 3.120159, 3.528648",\
"2.839155, 2.869148, 2.923893, 3.130747, 3.539236",\
"2.881172, 2.911166, 2.965911, 3.172764, 3.581254",\
"3.010168, 3.040162, 3.094907, 3.301760, 3.710249");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.824266, 2.848787, 2.889274, 3.020387, 3.272177",\
"2.841646, 2.866168, 2.906654, 3.037767, 3.289557",\
"2.875338, 2.899859, 2.940346, 3.071459, 3.323249",\
"2.937196, 2.961717, 3.002203, 3.133317, 3.385107",\
"3.312225, 3.336746, 3.377232, 3.508346, 3.760135");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc ext_trim[9]_clockp[1]_una_min*/
timing () {
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.279432, 6.303956, 6.344439, 6.475553, 6.727341",\
"6.306106, 6.330630, 6.371113, 6.502227, 6.754015",\
"6.316694, 6.341218, 6.381701, 6.512815, 6.764603",\
"6.358712, 6.383235, 6.423719, 6.554832, 6.806621",\
"6.492512, 6.517035, 6.557519, 6.688632, 6.940421");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "6.516278, 6.546268, 6.602363, 6.807876, 7.216446",\
"6.533658, 6.563648, 6.619743, 6.825255, 7.233826",\
"6.567350, 6.597340, 6.653435, 6.858947, 7.267518",\
"6.629208, 6.659198, 6.715292, 6.920805, 7.329376",\
"7.011298, 7.041288, 7.097383, 7.302896, 7.711466");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc ext_trim[9]_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "ext_trim[9]" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.822042, 2.846563, 2.887049, 3.018162, 3.269952",\
"2.848716, 2.873237, 2.913724, 3.044837, 3.296627",\
"2.859304, 2.883825, 2.924311, 3.055425, 3.307214",\
"2.901321, 2.925842, 2.966329, 3.097442, 3.349232",\
"3.035585, 3.060106, 3.100592, 3.231706, 3.483496");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.086789, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.979151, 3.009145, 3.063889, 3.270743, 3.679232",\
"2.996531, 3.026524, 3.081269, 3.288123, 3.696612",\
"3.030223, 3.060216, 3.114961, 3.321815, 3.730304",\
"3.092080, 3.122074, 3.176819, 3.383672, 3.792161",\
"3.474335, 3.504329, 3.559074, 3.765927, 4.174417");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.040985, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* end of arc ext_trim[9]_clockp[1]_inv_min*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : rising_edge ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "9.743129, 9.773119, 9.829214, 10.034727, 10.443297",\
"9.780031, 9.810021, 9.866117, 10.071630, 10.480200",\
"9.836161, 9.866151, 9.922246, 10.127759, 10.536329",\
"9.876033, 9.906023, 9.962118, 10.167631, 10.576201",\
"9.987267, 10.017257, 10.073352, 10.278865, 10.687435");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434128, 1.034966",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034966",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034966",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034966",\
"0.030472, 0.060882, 0.134965, 0.434128, 1.034966");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "9.501514, 9.526038, 9.566523, 9.697635, 9.949424",\
"9.538416, 9.562940, 9.603424, 9.734536, 9.986325",\
"9.594545, 9.619069, 9.659554, 9.790666, 10.042455",\
"9.634418, 9.658942, 9.699427, 9.830539, 10.082328",\
"9.745649, 9.770173, 9.810658, 9.941770, 10.193559");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc pll_control_clock_clockp[1]_redg*/
timing () {
min_delay_flag : true ;
related_pin : "pll_control_clock" ;
timing_type : rising_edge ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.291610, 1.321604, 1.376348, 1.583202, 1.991691",\
"1.328202, 1.358196, 1.412940, 1.619794, 2.028283",\
"1.385895, 1.415889, 1.470634, 1.677487, 2.085977",\
"1.428010, 1.458003, 1.512748, 1.719602, 2.128091",\
"1.548949, 1.578943, 1.633688, 1.840541, 2.249030");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034500");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "1.241034, 1.265556, 1.306042, 1.437155, 1.688945",\
"1.277626, 1.302148, 1.342634, 1.473747, 1.725537",\
"1.335320, 1.359841, 1.400328, 1.531441, 1.783231",\
"1.377434, 1.401955, 1.442442, 1.573555, 1.825345",\
"1.498374, 1.522895, 1.563381, 1.694495, 1.946285");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc pll_control_clock_clockp[1]_redg_min*/
timing () {
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.977904, 5.007895, 5.063989, 5.269502, 5.678072",\
"4.994219, 5.024209, 5.080304, 5.285816, 5.694387",\
"5.017174, 5.047164, 5.103259, 5.308772, 5.717342",\
"5.065337, 5.095327, 5.151422, 5.356934, 5.765505",\
"5.244914, 5.274904, 5.330998, 5.536511, 5.945082");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.755484, 4.780008, 4.820491, 4.951605, 5.203393",\
"4.765102, 4.789626, 4.830109, 4.961223, 5.213011",\
"4.810299, 4.834823, 4.875306, 5.006420, 5.258208",\
"4.887346, 4.911870, 4.952353, 5.083467, 5.335256",\
"5.299869, 5.324393, 5.364876, 5.495990, 5.747778");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
} /* end of arc resetb_clockp[1]_una*/
timing () {
min_delay_flag : true ;
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.212237, 2.242231, 2.296976, 2.503829, 2.912318",\
"2.228552, 2.258545, 2.313290, 2.520144, 2.928633",\
"2.251507, 2.281501, 2.336246, 2.543099, 2.951588",\
"2.299670, 2.329664, 2.384408, 2.591262, 2.999751",\
"2.479247, 2.509240, 2.563985, 2.770839, 3.179328");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.495108, 2.519629, 2.560115, 2.691229, 2.943018",\
"2.504725, 2.529246, 2.569733, 2.700846, 2.952636",\
"2.549922, 2.574444, 2.614930, 2.746043, 2.997833",\
"2.626970, 2.651491, 2.691977, 2.823091, 3.074881",\
"3.039494, 3.064015, 3.104502, 3.235615, 3.487405");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
} /* end of arc resetb_clockp[1]_una_min*/
timing () {
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "4.911050, 4.935574, 4.976057, 5.107171, 5.358959",\
"4.927364, 4.951888, 4.992372, 5.123485, 5.375274",\
"4.950320, 4.974844, 5.015327, 5.146441, 5.398229",\
"4.998482, 5.023006, 5.063489, 5.194603, 5.446391",\
"5.178058, 5.202582, 5.243065, 5.374179, 5.625967");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505",\
"0.027745, 0.046933, 0.092861, 0.273634, 0.647505");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "5.200288, 5.230278, 5.286373, 5.491886, 5.900456",\
"5.209906, 5.239896, 5.295991, 5.501503, 5.910074",\
"5.255104, 5.285094, 5.341188, 5.546701, 5.955272",\
"5.332151, 5.362141, 5.418236, 5.623748, 6.032319",\
"5.744675, 5.774665, 5.830760, 6.036272, 6.444843");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965",\
"0.030472, 0.060882, 0.134965, 0.434127, 1.034965");
}
} /* end of arc resetb_clockp[1]_inv*/
timing () {
min_delay_flag : true ;
related_pin : "resetb" ;
timing_type : combinational ;
timing_sense : negative_unate ;
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.313244, 2.337765, 2.378252, 2.509365, 2.761155",\
"2.329559, 2.354080, 2.394566, 2.525680, 2.777469",\
"2.352514, 2.377035, 2.417521, 2.548635, 2.800425",\
"2.400677, 2.425198, 2.465684, 2.596798, 2.848588",\
"2.580253, 2.604774, 2.645261, 2.776374, 3.028164");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.051108, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507",\
"0.027746, 0.046933, 0.092861, 0.273634, 0.647507");
}
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "2.560146, 2.590139, 2.644884, 2.851737, 3.260227",\
"2.569763, 2.599757, 2.654502, 2.861355, 3.269845",\
"2.614961, 2.644954, 2.699699, 2.906553, 3.315042",\
"2.692008, 2.722001, 2.776746, 2.983600, 3.392089",\
"3.104532, 3.134526, 3.189271, 3.396124, 3.804614");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.023282, 0.122474, 0.282311, 1.497817");
index_2 ( "0.006616, 0.039516, 0.111580, 0.408033, 1.000000");
values ( "0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502",\
"0.030478, 0.060873, 0.133883, 0.433994, 1.034502");
}
} /* 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.000507 ;
/* Other user defined attributes. */
original_pin : clockp[0];
timing () {
related_pin : "pll_control_clock" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.113443, 0.282311, 0.500000, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.127028, 0.159094, 0.213580, 0.420332, 0.834523",\
"0.128093, 0.160148, 0.214628, 0.421397, 0.835806",\
"0.128906, 0.160953, 0.215429, 0.422210, 0.836787",\
"0.138933, 0.170966, 0.225437, 0.432351, 0.848426",\
"0.191222, 0.225512, 0.280990, 0.488162, 0.900342");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.113443, 0.282311, 0.500000, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.024921, 0.056095, 0.122846, 0.419921, 1.015681",\
"0.024927, 0.056097, 0.122847, 0.419921, 1.015681",\
"0.024932, 0.056099, 0.122847, 0.419921, 1.015681",\
"0.025190, 0.056264, 0.122911, 0.419921, 1.015681",\
"0.031384, 0.060762, 0.124878, 0.420065, 1.017221");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.092646, 0.122474, 0.282311, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.151308, 0.178676, 0.219261, 0.350743, 0.597045",\
"0.154364, 0.181682, 0.222263, 0.353755, 0.600074",\
"0.168699, 0.195790, 0.236349, 0.367887, 0.614288",\
"0.188075, 0.215151, 0.255716, 0.387295, 0.633718",\
"0.251748, 0.279194, 0.320143, 0.452040, 0.704188");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.092646, 0.122474, 0.282311, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.023741, 0.044276, 0.083897, 0.261546, 0.621653",\
"0.023741, 0.044297, 0.083912, 0.261547, 0.621653",\
"0.023741, 0.044396, 0.083985, 0.261553, 0.621653",\
"0.024237, 0.044724, 0.084194, 0.261553, 0.621653",\
"0.026515, 0.046507, 0.085411, 0.261553, 0.625835");
}
} /* end of arc pll_control_clock_clockp[0]_una*/
timing () {
min_delay_flag : true ;
related_pin : "pll_control_clock" ;
timing_type : combinational ;
timing_sense : positive_unate ;
cell_rise( f_itrans_ocap ){
index_1 ( "0.000000, 0.097669, 0.282311, 0.500000, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.127028, 0.159094, 0.213580, 0.420332, 0.834523",\
"0.127993, 0.160049, 0.214531, 0.421297, 0.835686",\
"0.128906, 0.160953, 0.215429, 0.422210, 0.836787",\
"0.138933, 0.170966, 0.225437, 0.432351, 0.848426",\
"0.191222, 0.225512, 0.280990, 0.488162, 0.900342");
}
rise_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.097669, 0.282311, 0.500000, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.024921, 0.056095, 0.122846, 0.419482, 1.015622",\
"0.024927, 0.056097, 0.122847, 0.419482, 1.015622",\
"0.024932, 0.056099, 0.122847, 0.419482, 1.015622",\
"0.025190, 0.056264, 0.122911, 0.419482, 1.015622",\
"0.031384, 0.060762, 0.124878, 0.420065, 1.017221");
}
cell_fall( f_itrans_ocap ){
index_1 ( "0.000000, 0.089000, 0.122474, 0.282311, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.151308, 0.178676, 0.219261, 0.350743, 0.597045",\
"0.153607, 0.180938, 0.221519, 0.353009, 0.599324",\
"0.168699, 0.195790, 0.236349, 0.367887, 0.614288",\
"0.188075, 0.215151, 0.255716, 0.387295, 0.633718",\
"0.251748, 0.279194, 0.320143, 0.452040, 0.704188");
}
fall_transition( f_itrans_ocap ){
index_1 ( "0.000000, 0.089000, 0.122474, 0.282311, 1.499877");
index_2 ( "0.001007, 0.033907, 0.105971, 0.402424, 1.000000");
values ( "0.023741, 0.044276, 0.083897, 0.261390, 0.621111",\
"0.023741, 0.044292, 0.083908, 0.261390, 0.621111",\
"0.023741, 0.044396, 0.083985, 0.261390, 0.621111",\
"0.024237, 0.044724, 0.084194, 0.261390, 0.621132",\
"0.026515, 0.046507, 0.085411, 0.261390, 0.625835");
}
} /* end of arc pll_control_clock_clockp[0]_una_min*/
} /* end of pin clockp[0] */
} /* end of bus clockp */
bus ( div ) {
bus_type : BUS5_type1 ;
direction : input ;
pin("div[4]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.010680 ;
/* Other user defined attributes. */
original_pin : div[4];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.056189, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.654028, 1.630950, 1.588876, 1.538638, 1.453838",\
"1.670462, 1.647383, 1.605310, 1.555071, 1.470271",\
"1.685569, 1.662491, 1.620417, 1.570179, 1.485379",\
"1.717855, 1.694777, 1.652703, 1.602465, 1.517664",\
"1.831689, 1.808611, 1.766537, 1.716299, 1.631499");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.025823, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.897068, 1.873990, 1.831916, 1.781678, 1.696878",\
"1.907438, 1.884360, 1.842287, 1.792048, 1.707248",\
"1.949747, 1.926669, 1.884595, 1.834357, 1.749557",\
"2.024189, 2.001111, 1.959037, 1.908799, 1.823998",\
"2.414197, 2.391119, 2.349046, 2.298807, 2.214007");
}
} /* end of arc pll_control_clock_div[4]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.056189, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.613529, -0.599902, -0.575058, -0.545394, -0.519254",\
"-0.632974, -0.619347, -0.594503, -0.564838, -0.538699",\
"-0.656651, -0.643024, -0.618180, -0.588516, -0.562376",\
"-0.705516, -0.691889, -0.667045, -0.637380, -0.611241",\
"-0.851137, -0.837510, -0.812666, -0.783001, -0.756862");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.025823, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.724968, -0.711341, -0.686497, -0.656832, -0.630693",\
"-0.735741, -0.722114, -0.697270, -0.667605, -0.641466",\
"-0.774986, -0.761359, -0.736515, -0.706850, -0.680711",\
"-0.837852, -0.824225, -0.799381, -0.769716, -0.743577",\
"-1.234175, -1.220548, -1.195704, -1.166039, -1.139900");
}
} /* end of arc pll_control_clock_div[4]_hldr*/
} /* end of pin div[4] */
pin("div[3]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.020484 ;
/* Other user defined attributes. */
original_pin : div[3];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.100485, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.321379, 2.298301, 2.256227, 2.205989, 2.121189",\
"2.348409, 2.325331, 2.283257, 2.233019, 2.148219",\
"2.369015, 2.345937, 2.303863, 2.253624, 2.168824",\
"2.383518, 2.360440, 2.318366, 2.268128, 2.183327",\
"2.387076, 2.363998, 2.321924, 2.271686, 2.186885");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.045120, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.040097, 2.017020, 1.974946, 1.924708, 1.839907",\
"2.059583, 2.036505, 1.994431, 1.944193, 1.859393",\
"2.091151, 2.068073, 2.025999, 1.975761, 1.890960",\
"2.134646, 2.111568, 2.069494, 2.019256, 1.934456",\
"2.457765, 2.434687, 2.392614, 2.342375, 2.257575");
}
} /* end of arc pll_control_clock_div[3]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.100485, 0.282311, 0.650743, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.773153, -0.750353, -0.708785, -0.659152, -0.580490",\
"-0.799725, -0.776925, -0.735358, -0.685724, -0.607062",\
"-0.836466, -0.813666, -0.772099, -0.722465, -0.643803",\
"-0.886606, -0.863806, -0.822238, -0.772605, -0.693943",\
"-0.940481, -0.917681, -0.876114, -0.826480, -0.747818");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.045120, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.706586, -0.692959, -0.668115, -0.638450, -0.612311",\
"-0.725300, -0.711673, -0.686829, -0.657164, -0.631025",\
"-0.756307, -0.742680, -0.717836, -0.688171, -0.662032",\
"-0.819227, -0.805600, -0.780756, -0.751091, -0.724952",\
"-1.203807, -1.190180, -1.165336, -1.131387, -1.052725");
}
} /* end of arc pll_control_clock_div[3]_hldr*/
} /* end of pin div[3] */
pin("div[2]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007365 ;
/* Other user defined attributes. */
original_pin : div[2];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.041196, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.124895, 2.101817, 2.059743, 2.009505, 1.924705",\
"2.140437, 2.117359, 2.075285, 2.025047, 1.940247",\
"2.165231, 2.142153, 2.100080, 2.049841, 1.965041",\
"2.192474, 2.169396, 2.127322, 2.077084, 1.992283",\
"2.246000, 2.222922, 2.180848, 2.130610, 2.045810");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.018433, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.047637, 2.024559, 1.982486, 1.932247, 1.847447",\
"2.054682, 2.031604, 1.989531, 1.939292, 1.854492",\
"2.102074, 2.078996, 2.036922, 1.986684, 1.901884",\
"2.161178, 2.138100, 2.096026, 2.045788, 1.960987",\
"2.402385, 2.379307, 2.337233, 2.286995, 2.202194");
}
} /* end of arc pll_control_clock_div[2]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.041196, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.818449, -0.804822, -0.778728, -0.729094, -0.650432",\
"-0.833991, -0.820364, -0.794202, -0.744569, -0.665907",\
"-0.858785, -0.845158, -0.819465, -0.769831, -0.691169",\
"-0.886027, -0.872400, -0.847557, -0.798872, -0.720210",\
"-0.939556, -0.925929, -0.901085, -0.859856, -0.781194");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.018433, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.663856, -0.650228, -0.625385, -0.595720, -0.569580",\
"-0.670901, -0.657274, -0.632430, -0.602766, -0.576626",\
"-0.717862, -0.704235, -0.679391, -0.649726, -0.623587",\
"-0.776658, -0.763031, -0.738187, -0.708523, -0.682383",\
"-1.004939, -0.991312, -0.966469, -0.936804, -0.910664");
}
} /* end of arc pll_control_clock_div[2]_hldr*/
} /* end of pin div[2] */
pin("div[1]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.013275 ;
/* Other user defined attributes. */
original_pin : div[1];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.067916, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.829980, 1.806902, 1.764828, 1.714590, 1.629790",\
"1.853628, 1.830550, 1.788476, 1.738238, 1.653438",\
"1.873127, 1.850049, 1.807976, 1.757737, 1.672937",\
"1.921906, 1.898828, 1.856755, 1.806516, 1.721716",\
"2.065521, 2.042443, 2.000370, 1.950131, 1.865331");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.031183, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.208057, 2.184979, 2.142906, 2.092667, 2.007867",\
"2.220661, 2.197583, 2.155509, 2.105271, 2.020470",\
"2.260744, 2.237666, 2.195592, 2.145354, 2.060554",\
"2.335174, 2.312096, 2.270022, 2.219784, 2.134984",\
"2.724047, 2.700969, 2.658895, 2.608657, 2.523857");
}
} /* end of arc pll_control_clock_div[1]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.067916, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.805207, -0.791580, -0.766737, -0.737072, -0.700206",\
"-0.828855, -0.815228, -0.790384, -0.760720, -0.723652",\
"-0.848355, -0.834728, -0.809884, -0.780219, -0.737082",\
"-0.897163, -0.883536, -0.858692, -0.829028, -0.759119",\
"-0.990827, -0.968027, -0.926460, -0.876826, -0.798164");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.031183, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.747496, -0.733869, -0.709025, -0.679360, -0.653221",\
"-0.760116, -0.746489, -0.721645, -0.691980, -0.665841",\
"-0.800177, -0.786550, -0.761707, -0.732042, -0.705902",\
"-0.848333, -0.834705, -0.809862, -0.780197, -0.754057",\
"-1.042354, -1.028727, -1.003883, -0.974219, -0.948079");
}
} /* end of arc pll_control_clock_div[1]_hldr*/
} /* end of pin div[1] */
pin("div[0]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.014970 ;
/* Other user defined attributes. */
original_pin : div[0];
timing () {
related_pin : "pll_control_clock" ;
timing_type : setup_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.075549, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "1.841535, 1.818457, 1.776383, 1.726145, 1.641345",\
"1.869919, 1.846841, 1.804767, 1.754529, 1.669728",\
"1.887276, 1.864197, 1.822124, 1.771886, 1.687085",\
"1.932004, 1.908926, 1.866853, 1.816614, 1.731814",\
"2.058855, 2.035777, 1.993703, 1.943465, 1.858665");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.034886, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "2.275929, 2.252851, 2.210778, 2.160539, 2.075739",\
"2.289468, 2.266390, 2.224317, 2.174078, 2.089278",\
"2.328964, 2.305886, 2.263812, 2.213574, 2.128774",\
"2.403739, 2.380661, 2.338588, 2.288349, 2.203549",\
"2.805954, 2.782876, 2.740802, 2.690564, 2.605763");
}
} /* end of arc pll_control_clock_div[0]_stupr*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : hold_rising ;
rise_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.075549, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.726015, -0.712388, -0.687544, -0.657880, -0.631740",\
"-0.751363, -0.737736, -0.712892, -0.683227, -0.657088",\
"-0.766695, -0.753068, -0.728225, -0.698560, -0.672420",\
"-0.796936, -0.783309, -0.758466, -0.728801, -0.702661",\
"-0.851616, -0.837989, -0.813145, -0.783481, -0.757341");
}
fall_constraint( f_dtrans_ctrans ){
index_1 ( "0.000000, 0.034886, 0.122474, 0.282311, 1.497817");
index_2 ( "0.000000, 0.100000, 0.282311, 0.500000, 1.499877");
values ( "-0.865000, -0.842199, -0.800632, -0.750998, -0.672337",\
"-0.879080, -0.856279, -0.814712, -0.765079, -0.686417",\
"-0.918384, -0.895584, -0.854016, -0.804383, -0.725721",\
"-0.969363, -0.946563, -0.904996, -0.855362, -0.776700",\
"-1.190458, -1.167658, -1.126091, -1.076457, -0.997796");
}
} /* end of arc pll_control_clock_div[0]_hldr*/
} /* end of pin div[0] */
} /* end of bus div */
bus ( ext_trim ) {
bus_type : BUS26_type2 ;
direction : input ;
pin("ext_trim[25]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.011496 ;
/* Other user defined attributes. */
original_pin : ext_trim[25];
} /* end of pin ext_trim[25] */
pin("ext_trim[24]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007964 ;
/* Other user defined attributes. */
original_pin : ext_trim[24];
} /* end of pin ext_trim[24] */
pin("ext_trim[23]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006491 ;
/* Other user defined attributes. */
original_pin : ext_trim[23];
} /* end of pin ext_trim[23] */
pin("ext_trim[22]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009945 ;
/* Other user defined attributes. */
original_pin : ext_trim[22];
} /* end of pin ext_trim[22] */
pin("ext_trim[21]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.014068 ;
/* Other user defined attributes. */
original_pin : ext_trim[21];
} /* end of pin ext_trim[21] */
pin("ext_trim[20]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.014305 ;
/* Other user defined attributes. */
original_pin : ext_trim[20];
} /* end of pin ext_trim[20] */
pin("ext_trim[19]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.013764 ;
/* Other user defined attributes. */
original_pin : ext_trim[19];
} /* end of pin ext_trim[19] */
pin("ext_trim[18]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.014518 ;
/* Other user defined attributes. */
original_pin : ext_trim[18];
} /* end of pin ext_trim[18] */
pin("ext_trim[17]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009604 ;
/* Other user defined attributes. */
original_pin : ext_trim[17];
} /* end of pin ext_trim[17] */
pin("ext_trim[16]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007408 ;
/* Other user defined attributes. */
original_pin : ext_trim[16];
} /* end of pin ext_trim[16] */
pin("ext_trim[15]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.008178 ;
/* Other user defined attributes. */
original_pin : ext_trim[15];
} /* end of pin ext_trim[15] */
pin("ext_trim[14]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007722 ;
/* Other user defined attributes. */
original_pin : ext_trim[14];
} /* end of pin ext_trim[14] */
pin("ext_trim[13]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006859 ;
/* Other user defined attributes. */
original_pin : ext_trim[13];
} /* end of pin ext_trim[13] */
pin("ext_trim[12]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.008187 ;
/* Other user defined attributes. */
original_pin : ext_trim[12];
} /* end of pin ext_trim[12] */
pin("ext_trim[11]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006339 ;
/* Other user defined attributes. */
original_pin : ext_trim[11];
} /* end of pin ext_trim[11] */
pin("ext_trim[10]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007244 ;
/* Other user defined attributes. */
original_pin : ext_trim[10];
} /* end of pin ext_trim[10] */
pin("ext_trim[9]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.017343 ;
/* Other user defined attributes. */
original_pin : ext_trim[9];
} /* end of pin ext_trim[9] */
pin("ext_trim[8]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.017811 ;
/* Other user defined attributes. */
original_pin : ext_trim[8];
} /* end of pin ext_trim[8] */
pin("ext_trim[7]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007724 ;
/* Other user defined attributes. */
original_pin : ext_trim[7];
} /* end of pin ext_trim[7] */
pin("ext_trim[6]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.005883 ;
/* Other user defined attributes. */
original_pin : ext_trim[6];
} /* end of pin ext_trim[6] */
pin("ext_trim[5]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.006172 ;
/* Other user defined attributes. */
original_pin : ext_trim[5];
} /* end of pin ext_trim[5] */
pin("ext_trim[4]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.005252 ;
/* Other user defined attributes. */
original_pin : ext_trim[4];
} /* end of pin ext_trim[4] */
pin("ext_trim[3]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.007769 ;
/* Other user defined attributes. */
original_pin : ext_trim[3];
} /* end of pin ext_trim[3] */
pin("ext_trim[2]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.017150 ;
/* Other user defined attributes. */
original_pin : ext_trim[2];
} /* end of pin ext_trim[2] */
pin("ext_trim[1]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.004293 ;
/* Other user defined attributes. */
original_pin : ext_trim[1];
} /* end of pin ext_trim[1] */
pin("ext_trim[0]") {
direction : input ;
max_transition : 1.497817 ;
capacitance : 0.009036 ;
/* Other user defined attributes. */
original_pin : ext_trim[0];
} /* end of pin ext_trim[0] */
} /* end of bus ext_trim */
pin("pll_control_clock") {
direction : internal ;
max_transition : 1.499877 ;
min_transition : 0.000000 ;
max_capacitance : 1.000000 ;
min_capacitance : 0.000000 ;
capacitance : 0.000000 ;
/* Other user defined attributes. */
original_pin : ringosc.ibufp01/Y;
timing () {
related_pin : "pll_control_clock" ;
timing_type : min_pulse_width ;
fall_constraint( scalar ){
values ( "0.325737");
}
} /* end of arc pll_control_clock_pll_control_clock_pwl*/
timing () {
related_pin : "pll_control_clock" ;
timing_type : min_pulse_width ;
rise_constraint( scalar ){
values ( "0.291661");
}
} /* end of arc pll_control_clock_pll_control_clock_pwh*/
} /* end of pin pll_control_clock */
} /* end of cell */
} /* end of library */