mirror of https://github.com/efabless/caravel.git
35914 lines
1.5 MiB
35914 lines
1.5 MiB
|
|
library("housekeeping.max") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Mon Apr 17 12:19:34 2023" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.6000 ;
|
|
nom_temperature : 100.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ss_1.60v_100C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.6000 ;
|
|
temperature : 100.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ss_1.60v_100C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 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 ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 110897.125000 ;
|
|
dont_use : true ;
|
|
dont_touch : true ;
|
|
interface_timing : true;
|
|
timing_model_type : "extracted";
|
|
is_macro_cell : true;
|
|
|
|
/* Generated clock definitions start here*/
|
|
generated_clock ( wbbd_sck ) {
|
|
clock_pin : wbbd_sck ;
|
|
master_pin : wb_clk_i ;
|
|
divided_by : 2 ;
|
|
}
|
|
/* End of generated clocks */
|
|
|
|
pin("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VGND */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("debug_in") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001144 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.823283, 0.842760, 0.898915, 1.127792, 2.060187",\
|
|
"0.927029, 0.946506, 1.002661, 1.231538, 2.163933",\
|
|
"1.086112, 1.105590, 1.161744, 1.390622, 2.323017",\
|
|
"1.382245, 1.401722, 1.457877, 1.686754, 2.619150",\
|
|
"1.893385, 1.912862, 1.969016, 2.197896, 3.134605");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.033324, 0.050994, 0.117472, 0.431606, 1.764825",\
|
|
"0.033324, 0.050994, 0.117472, 0.431606, 1.764825",\
|
|
"0.033324, 0.050994, 0.117472, 0.431606, 1.764825",\
|
|
"0.033324, 0.050994, 0.117472, 0.431606, 1.764825",\
|
|
"0.033326, 0.050996, 0.117474, 0.431609, 1.772546");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.907393, 0.923306, 0.963149, 1.080276, 1.517011",\
|
|
"1.012399, 1.028311, 1.068155, 1.185282, 1.622017",\
|
|
"1.206596, 1.222508, 1.262352, 1.379478, 1.816214",\
|
|
"1.597532, 1.613444, 1.653288, 1.770414, 2.207150",\
|
|
"2.250895, 2.266808, 2.306650, 2.423778, 2.860514");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.032048, 0.042266, 0.076823, 0.216044, 0.830679",\
|
|
"0.032048, 0.042266, 0.076823, 0.216044, 0.830679",\
|
|
"0.032048, 0.042266, 0.076823, 0.216044, 0.830679",\
|
|
"0.032048, 0.042266, 0.076823, 0.216044, 0.830680",\
|
|
"0.032048, 0.042266, 0.076824, 0.216044, 0.830680");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.823283, 0.842760, 0.897215, 1.120089, 2.037047",\
|
|
"0.927029, 0.946506, 1.000961, 1.223835, 2.140793",\
|
|
"1.086112, 1.105590, 1.160045, 1.382918, 2.299877",\
|
|
"1.382245, 1.401722, 1.456177, 1.679051, 2.596010",\
|
|
"1.893385, 1.912862, 1.967316, 2.190193, 3.107134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.033324, 0.050994, 0.114316, 0.417063, 1.699983",\
|
|
"0.033324, 0.050994, 0.114316, 0.417063, 1.699983",\
|
|
"0.033324, 0.050994, 0.114316, 0.417063, 1.699983",\
|
|
"0.033324, 0.050994, 0.114316, 0.417063, 1.699983",\
|
|
"0.033326, 0.050996, 0.114318, 0.417067, 1.699983");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.907393, 0.923306, 0.961444, 1.077655, 1.501773",\
|
|
"1.012399, 1.028311, 1.066450, 1.182661, 1.606779",\
|
|
"1.206596, 1.222508, 1.260647, 1.376858, 1.800976",\
|
|
"1.597532, 1.613444, 1.651583, 1.767794, 2.191912",\
|
|
"2.250895, 2.266808, 2.304946, 2.421158, 2.845276");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.032048, 0.042266, 0.073655, 0.203749, 0.779399",\
|
|
"0.032048, 0.042266, 0.073655, 0.203749, 0.779399",\
|
|
"0.032048, 0.042266, 0.073655, 0.203749, 0.779399",\
|
|
"0.032048, 0.042266, 0.073656, 0.203749, 0.779399",\
|
|
"0.032048, 0.042266, 0.073656, 0.203750, 0.779400");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "1.014763, 1.034238, 1.090392, 1.319276, 2.255960",\
|
|
"1.116255, 1.135731, 1.191884, 1.420769, 2.357453",\
|
|
"1.289476, 1.308952, 1.365105, 1.593990, 2.530673",\
|
|
"1.620519, 1.639994, 1.696147, 1.925033, 2.861706",\
|
|
"2.226043, 2.245517, 2.301669, 2.530560, 3.462320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.033328, 0.050998, 0.117477, 0.431614, 1.772543",\
|
|
"0.033328, 0.050998, 0.117477, 0.431614, 1.772543",\
|
|
"0.033329, 0.050999, 0.117477, 0.431614, 1.772542",\
|
|
"0.033330, 0.051000, 0.117478, 0.431616, 1.772540",\
|
|
"0.033332, 0.051003, 0.117481, 0.431621, 1.763692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "1.022743, 1.038651, 1.078500, 1.195621, 1.632349",\
|
|
"1.129515, 1.145423, 1.185272, 1.302393, 1.739121",\
|
|
"1.322972, 1.338880, 1.378729, 1.495850, 1.932578",\
|
|
"1.738022, 1.753930, 1.793779, 1.910900, 2.347628",\
|
|
"2.450195, 2.466104, 2.505951, 2.623073, 3.059803");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.032053, 0.042264, 0.076821, 0.216042, 0.830671",\
|
|
"0.032053, 0.042264, 0.076821, 0.216042, 0.830671",\
|
|
"0.032053, 0.042264, 0.076821, 0.216042, 0.830671",\
|
|
"0.032053, 0.042265, 0.076821, 0.216042, 0.830672",\
|
|
"0.032052, 0.042265, 0.076821, 0.216043, 0.830673");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "1.012430, 1.031906, 1.086360, 1.309240, 2.226160",\
|
|
"1.113923, 1.133399, 1.187853, 1.410733, 2.327652",\
|
|
"1.287160, 1.306636, 1.361089, 1.583970, 2.500889",\
|
|
"1.620519, 1.639994, 1.694447, 1.917330, 2.834235",\
|
|
"2.226043, 2.245517, 2.299969, 2.522857, 3.439832");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.033328, 0.050998, 0.114320, 0.417071, 1.699977",\
|
|
"0.033328, 0.050998, 0.114320, 0.417071, 1.699977",\
|
|
"0.033328, 0.050998, 0.114321, 0.417071, 1.699977",\
|
|
"0.033330, 0.051000, 0.114322, 0.417074, 1.699977",\
|
|
"0.033332, 0.051003, 0.114325, 0.417079, 1.702388");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "1.018352, 1.034260, 1.072405, 1.188609, 1.612719",\
|
|
"1.125124, 1.141032, 1.179177, 1.295381, 1.719491",\
|
|
"1.318637, 1.334545, 1.372689, 1.488893, 1.913004",\
|
|
"1.734217, 1.750125, 1.788269, 1.904474, 2.328585",\
|
|
"2.450195, 2.466104, 2.504247, 2.620453, 3.044565");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.032053, 0.042264, 0.073653, 0.203747, 0.779391",\
|
|
"0.032053, 0.042264, 0.073653, 0.203747, 0.779391",\
|
|
"0.032053, 0.042264, 0.073653, 0.203747, 0.779391",\
|
|
"0.032053, 0.042264, 0.073653, 0.203747, 0.779391",\
|
|
"0.032052, 0.042265, 0.073654, 0.203748, 0.779393");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una_min*/
|
|
|
|
} /* end of pin debug_in */
|
|
|
|
pin("debug_mode") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004295 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003680 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003467 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002251 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "2.973929, 2.997573, 3.051662, 3.231314, 4.077565",\
|
|
"3.083639, 3.107282, 3.161371, 3.341024, 4.187274",\
|
|
"3.271914, 3.295557, 3.349646, 3.529299, 4.375549",\
|
|
"3.653072, 3.676715, 3.730804, 3.910457, 4.756707",\
|
|
"4.350900, 4.374543, 4.428632, 4.608285, 5.454535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.045485, 0.065035, 0.119879, 0.358623, 1.541216",\
|
|
"0.045485, 0.065035, 0.119879, 0.358623, 1.541216",\
|
|
"0.045485, 0.065035, 0.119879, 0.358623, 1.541216",\
|
|
"0.045485, 0.065035, 0.119879, 0.358623, 1.541216",\
|
|
"0.045485, 0.065035, 0.119879, 0.358623, 1.541216");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "3.291527, 3.311485, 3.355725, 3.487119, 4.057186",\
|
|
"3.401237, 3.421195, 3.465435, 3.596829, 4.166895",\
|
|
"3.589512, 3.609470, 3.653709, 3.785104, 4.355170",\
|
|
"3.970670, 3.990628, 4.034868, 4.166262, 4.736328",\
|
|
"4.668498, 4.688456, 4.732696, 4.864089, 5.434156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.039262, 0.053830, 0.091813, 0.249108, 1.032992",\
|
|
"0.039262, 0.053830, 0.091813, 0.249108, 1.032992",\
|
|
"0.039262, 0.053830, 0.091813, 0.249108, 1.032992",\
|
|
"0.039262, 0.053830, 0.091813, 0.249108, 1.032992",\
|
|
"0.039262, 0.053830, 0.091813, 0.249108, 1.032992");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "2.718889, 2.742527, 2.796613, 2.971719, 3.801415",\
|
|
"2.818541, 2.842180, 2.896265, 3.071371, 3.901068",\
|
|
"2.988004, 3.011643, 3.065728, 3.240834, 4.070531",\
|
|
"3.316166, 3.339804, 3.393890, 3.568996, 4.398693",\
|
|
"3.864688, 3.888327, 3.942413, 4.117519, 4.947216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.045461, 0.065014, 0.119864, 0.350095, 1.501530",\
|
|
"0.045461, 0.065014, 0.119864, 0.350095, 1.501530",\
|
|
"0.045461, 0.065014, 0.119864, 0.350095, 1.501530",\
|
|
"0.045461, 0.065014, 0.119864, 0.350095, 1.501530",\
|
|
"0.045461, 0.065014, 0.119864, 0.350095, 1.501530");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "3.197164, 3.217119, 3.261355, 3.388195, 3.953628",\
|
|
"3.296817, 3.316772, 3.361007, 3.487848, 4.053281",\
|
|
"3.466280, 3.486235, 3.530470, 3.657310, 4.222744",\
|
|
"3.794441, 3.814396, 3.858632, 3.985472, 4.550906",\
|
|
"4.342964, 4.362919, 4.407155, 4.533995, 5.099429");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.039246, 0.053816, 0.091804, 0.240545, 1.001627",\
|
|
"0.039246, 0.053816, 0.091804, 0.240545, 1.001627",\
|
|
"0.039246, 0.053816, 0.091804, 0.240545, 1.001627",\
|
|
"0.039246, 0.053816, 0.091804, 0.240545, 1.001627",\
|
|
"0.039246, 0.053816, 0.091804, 0.240545, 1.001627");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.466231, 1.489883, 1.543978, 1.723640, 2.569877",\
|
|
"1.575941, 1.599592, 1.653688, 1.833350, 2.679586",\
|
|
"1.764216, 1.787867, 1.841962, 2.021625, 2.867861",\
|
|
"2.145374, 2.169025, 2.223120, 2.402783, 3.249019",\
|
|
"2.843201, 2.866852, 2.920948, 3.100610, 3.946846");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.045528, 0.065072, 0.119905, 0.358627, 1.541217",\
|
|
"0.045528, 0.065072, 0.119905, 0.358627, 1.541217",\
|
|
"0.045528, 0.065072, 0.119905, 0.358627, 1.541217",\
|
|
"0.045528, 0.065072, 0.119905, 0.358627, 1.541217",\
|
|
"0.045528, 0.065072, 0.119905, 0.358627, 1.541217");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.877735, 1.897692, 1.941932, 2.073326, 2.643392",\
|
|
"1.983973, 2.003930, 2.048169, 2.179564, 2.749629",\
|
|
"2.181100, 2.201058, 2.245297, 2.376691, 2.946757",\
|
|
"2.606363, 2.626321, 2.670560, 2.801954, 3.372020",\
|
|
"3.352231, 3.372189, 3.416428, 3.547822, 4.117888");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.039260, 0.053828, 0.091811, 0.249107, 1.032991",\
|
|
"0.039260, 0.053828, 0.091811, 0.249107, 1.032991",\
|
|
"0.039260, 0.053828, 0.091811, 0.249107, 1.032991",\
|
|
"0.039260, 0.053828, 0.091811, 0.249107, 1.032991",\
|
|
"0.039260, 0.053828, 0.091811, 0.249107, 1.032991");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.445952, 1.469603, 1.523698, 1.698820, 2.528574",\
|
|
"1.545604, 1.569255, 1.623351, 1.798472, 2.628227",\
|
|
"1.715067, 1.738719, 1.792814, 1.967935, 2.797690",\
|
|
"2.043229, 2.066880, 2.120975, 2.296097, 3.125851",\
|
|
"2.591751, 2.615402, 2.669497, 2.844619, 3.674373");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.045528, 0.065072, 0.119905, 0.350102, 1.501340",\
|
|
"0.045528, 0.065072, 0.119905, 0.350102, 1.501340",\
|
|
"0.045528, 0.065072, 0.119905, 0.350102, 1.501340",\
|
|
"0.045528, 0.065072, 0.119905, 0.350102, 1.501340",\
|
|
"0.045528, 0.065072, 0.119905, 0.350102, 1.501340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.869606, 1.889564, 1.933803, 2.060642, 2.626078",\
|
|
"1.965563, 1.985520, 2.029760, 2.156599, 2.722035",\
|
|
"2.143627, 2.163584, 2.207824, 2.334663, 2.900099",\
|
|
"2.515182, 2.535139, 2.579378, 2.706217, 3.271653",\
|
|
"3.109739, 3.129696, 3.173935, 3.300774, 3.866211");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.039260, 0.053828, 0.091811, 0.240549, 1.001632",\
|
|
"0.039260, 0.053828, 0.091811, 0.240549, 1.001632",\
|
|
"0.039260, 0.053828, 0.091811, 0.240549, 1.001632",\
|
|
"0.039260, 0.053828, 0.091811, 0.240549, 1.001632",\
|
|
"0.039260, 0.053828, 0.091811, 0.240549, 1.001632");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.217247, 1.240901, 1.294998, 1.474664, 2.320895",\
|
|
"1.321565, 1.345219, 1.399316, 1.578982, 2.425213",\
|
|
"1.479558, 1.503212, 1.557309, 1.736975, 2.583206",\
|
|
"1.773877, 1.797531, 1.851629, 2.031295, 2.877526",\
|
|
"2.288392, 2.312048, 2.366146, 2.545813, 3.392042");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.045542, 0.065084, 0.119913, 0.358628, 1.541217",\
|
|
"0.045542, 0.065084, 0.119913, 0.358628, 1.541217",\
|
|
"0.045542, 0.065084, 0.119914, 0.358628, 1.541217",\
|
|
"0.045543, 0.065085, 0.119914, 0.358628, 1.541217",\
|
|
"0.045549, 0.065090, 0.119918, 0.358629, 1.541217");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.557246, 1.577200, 1.621437, 1.752832, 2.322895",\
|
|
"1.662258, 1.682212, 1.726449, 1.857844, 2.427907",\
|
|
"1.855612, 1.875567, 1.919803, 2.051198, 2.621261",\
|
|
"2.250638, 2.270593, 2.314829, 2.446224, 3.016287",\
|
|
"2.916206, 2.936160, 2.980395, 3.111791, 3.681853");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.039247, 0.053816, 0.091804, 0.249103, 1.032987",\
|
|
"0.039247, 0.053816, 0.091804, 0.249103, 1.032987",\
|
|
"0.039246, 0.053816, 0.091804, 0.249103, 1.032987",\
|
|
"0.039246, 0.053816, 0.091803, 0.249103, 1.032986",\
|
|
"0.039244, 0.053814, 0.091802, 0.249102, 1.032986");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.197261, 1.220915, 1.275013, 1.450137, 2.279887",\
|
|
"1.301579, 1.325233, 1.379331, 1.554455, 2.384205",\
|
|
"1.459572, 1.483226, 1.537324, 1.712448, 2.542198",\
|
|
"1.753891, 1.777546, 1.831643, 2.006768, 2.836518",\
|
|
"2.268407, 2.292062, 2.346160, 2.521286, 3.351034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.045542, 0.065084, 0.119913, 0.350103, 1.501339",\
|
|
"0.045542, 0.065084, 0.119913, 0.350103, 1.501339",\
|
|
"0.045542, 0.065084, 0.119914, 0.350103, 1.501339",\
|
|
"0.045543, 0.065085, 0.119914, 0.350103, 1.501339",\
|
|
"0.045549, 0.065090, 0.119918, 0.350104, 1.501340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "1.549327, 1.569282, 1.613518, 1.740358, 2.305791",\
|
|
"1.654339, 1.674294, 1.718530, 1.845370, 2.410803",\
|
|
"1.847693, 1.867648, 1.911884, 2.038724, 2.604157",\
|
|
"2.242720, 2.262674, 2.306910, 2.433750, 2.999183",\
|
|
"2.908287, 2.928241, 2.972476, 3.099317, 3.664749");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002251, 0.010176, 0.033805, 0.127877, 0.585947");
|
|
values ( "0.039247, 0.053816, 0.091804, 0.240545, 1.001627",\
|
|
"0.039247, 0.053816, 0.091804, 0.240545, 1.001627",\
|
|
"0.039246, 0.053816, 0.091804, 0.240545, 1.001627",\
|
|
"0.039246, 0.053816, 0.091803, 0.240545, 1.001627",\
|
|
"0.039244, 0.053814, 0.091802, 0.240544, 1.001626");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una_min*/
|
|
|
|
} /* end of pin pad_flash_clk */
|
|
|
|
pin("pad_flash_clk_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001461 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "2.686717, 2.706803, 2.763872, 2.992992, 3.918335",\
|
|
"2.796427, 2.816513, 2.873581, 3.102702, 4.028044",\
|
|
"2.984701, 3.004788, 3.061856, 3.290977, 4.216319",\
|
|
"3.365860, 3.385946, 3.443014, 3.672135, 4.597477",\
|
|
"4.063687, 4.083774, 4.140842, 4.369963, 5.295305");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.037189, 0.054586, 0.119932, 0.432056, 1.753489",\
|
|
"0.037189, 0.054586, 0.119932, 0.432056, 1.753489",\
|
|
"0.037189, 0.054586, 0.119932, 0.432056, 1.753489",\
|
|
"0.037189, 0.054586, 0.119932, 0.432056, 1.753489",\
|
|
"0.037189, 0.054586, 0.119932, 0.432056, 1.753489");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "2.415696, 2.431401, 2.471069, 2.588261, 3.024729",\
|
|
"2.525406, 2.541111, 2.580778, 2.697971, 3.134439",\
|
|
"2.713681, 2.729386, 2.769053, 2.886245, 3.322714",\
|
|
"3.094839, 3.110544, 3.150211, 3.267404, 3.703872",\
|
|
"3.792667, 3.808372, 3.848039, 3.965232, 4.401700");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.032344, 0.042534, 0.077050, 0.216171, 0.830169",\
|
|
"0.032344, 0.042534, 0.077050, 0.216171, 0.830169",\
|
|
"0.032344, 0.042534, 0.077050, 0.216171, 0.830169",\
|
|
"0.032344, 0.042534, 0.077050, 0.216171, 0.830169",\
|
|
"0.032344, 0.042534, 0.077050, 0.216171, 0.830169");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "2.685531, 2.705616, 2.760988, 2.984174, 3.899997",\
|
|
"2.785183, 2.805269, 2.860641, 3.083826, 3.999649",\
|
|
"2.954646, 2.974732, 3.030104, 3.253289, 4.169112",\
|
|
"3.282808, 3.302894, 3.358266, 3.581451, 4.497274",\
|
|
"3.831331, 3.851417, 3.906789, 4.129974, 5.045797");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.037185, 0.054583, 0.116800, 0.417669, 1.701834",\
|
|
"0.037185, 0.054583, 0.116800, 0.417669, 1.701834",\
|
|
"0.037185, 0.054583, 0.116800, 0.417669, 1.701834",\
|
|
"0.037185, 0.054583, 0.116800, 0.417669, 1.701834",\
|
|
"0.037185, 0.054583, 0.116800, 0.417669, 1.701834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "2.415402, 2.431107, 2.469074, 2.585333, 3.009353",\
|
|
"2.515054, 2.530760, 2.568727, 2.684986, 3.109006",\
|
|
"2.684518, 2.700223, 2.738190, 2.854449, 3.278469",\
|
|
"3.012679, 3.028384, 3.066352, 3.182611, 3.606631",\
|
|
"3.561202, 3.576907, 3.614875, 3.731133, 4.155153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.032344, 0.042534, 0.073908, 0.204011, 0.779487",\
|
|
"0.032344, 0.042534, 0.073908, 0.204011, 0.779487",\
|
|
"0.032344, 0.042534, 0.073908, 0.204011, 0.779487",\
|
|
"0.032344, 0.042534, 0.073908, 0.204011, 0.779487",\
|
|
"0.032344, 0.042534, 0.073908, 0.204011, 0.779487");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_oeb_redg_min*/
|
|
|
|
} /* end of pin pad_flash_clk_oeb */
|
|
|
|
pin("pad_flash_csb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000945 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.161030, 1.180646, 1.236719, 1.464731, 2.393257",\
|
|
"1.261451, 1.281067, 1.337140, 1.565152, 2.493677",\
|
|
"1.397808, 1.417423, 1.473496, 1.701508, 2.630033",\
|
|
"1.637567, 1.657183, 1.713256, 1.941268, 2.869791",\
|
|
"2.028680, 2.048295, 2.104367, 2.332382, 3.260894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.032855, 0.050575, 0.116650, 0.429407, 1.749078",\
|
|
"0.032855, 0.050575, 0.116650, 0.429407, 1.749078",\
|
|
"0.032855, 0.050575, 0.116650, 0.429407, 1.749078",\
|
|
"0.032855, 0.050576, 0.116650, 0.429407, 1.749077",\
|
|
"0.032856, 0.050577, 0.116651, 0.429410, 1.749076");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.215748, 1.231805, 1.271533, 1.388630, 1.824169",\
|
|
"1.320833, 1.336890, 1.376618, 1.493715, 1.929254",\
|
|
"1.511688, 1.527745, 1.567473, 1.684570, 2.120109",\
|
|
"1.891629, 1.907686, 1.947414, 2.064511, 2.500050",\
|
|
"2.586501, 2.602558, 2.642287, 2.759383, 3.194921");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.031810, 0.042141, 0.076327, 0.214503, 0.824878",\
|
|
"0.031810, 0.042141, 0.076327, 0.214503, 0.824878",\
|
|
"0.031810, 0.042141, 0.076327, 0.214503, 0.824878",\
|
|
"0.031810, 0.042140, 0.076326, 0.214503, 0.824877",\
|
|
"0.031810, 0.042140, 0.076326, 0.214503, 0.824877");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.161030, 1.180646, 1.235216, 1.457899, 2.376244",\
|
|
"1.261451, 1.281067, 1.335637, 1.558320, 2.476665",\
|
|
"1.397808, 1.417423, 1.471994, 1.694677, 2.613021",\
|
|
"1.637567, 1.657183, 1.711753, 1.934437, 2.852778",\
|
|
"2.028680, 2.048295, 2.102865, 2.325550, 3.243880");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.032855, 0.050575, 0.113857, 0.416507, 1.700156",\
|
|
"0.032855, 0.050575, 0.113857, 0.416507, 1.700156",\
|
|
"0.032855, 0.050575, 0.113857, 0.416507, 1.700156",\
|
|
"0.032855, 0.050576, 0.113857, 0.416507, 1.700155",\
|
|
"0.032856, 0.050577, 0.113859, 0.416510, 1.700153");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.213548, 1.229605, 1.267827, 1.384082, 1.808338",\
|
|
"1.318633, 1.334690, 1.372912, 1.489167, 1.913423",\
|
|
"1.509515, 1.525572, 1.563794, 1.680049, 2.104305",\
|
|
"1.891629, 1.907686, 1.945908, 2.062163, 2.486419",\
|
|
"2.586501, 2.602558, 2.640780, 2.757035, 3.181290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.031810, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031810, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031810, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031810, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031810, 0.042140, 0.073524, 0.203608, 0.779430");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "2.673977, 2.693602, 2.749689, 2.977643, 3.906497",\
|
|
"2.783686, 2.803312, 2.859399, 3.087353, 4.016206",\
|
|
"2.971961, 2.991587, 3.047673, 3.275628, 4.204481",\
|
|
"3.353119, 3.372745, 3.428832, 3.656786, 4.585639",\
|
|
"4.050946, 4.070572, 4.126658, 4.354613, 5.283466");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.032818, 0.050538, 0.116612, 0.429341, 1.749128",\
|
|
"0.032818, 0.050538, 0.116612, 0.429341, 1.749128",\
|
|
"0.032818, 0.050538, 0.116612, 0.429341, 1.749128",\
|
|
"0.032818, 0.050538, 0.116612, 0.429341, 1.749128",\
|
|
"0.032818, 0.050538, 0.116612, 0.429341, 1.749128");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "2.867723, 2.883785, 2.923507, 3.040611, 3.476159",\
|
|
"2.977432, 2.993495, 3.033216, 3.150321, 3.585869",\
|
|
"3.165707, 3.181769, 3.221491, 3.338596, 3.774144",\
|
|
"3.546865, 3.562927, 3.602649, 3.719754, 4.155302",\
|
|
"4.244692, 4.260755, 4.300476, 4.417581, 4.853129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.031804, 0.042142, 0.076330, 0.214506, 0.824887",\
|
|
"0.031804, 0.042142, 0.076330, 0.214506, 0.824887",\
|
|
"0.031804, 0.042142, 0.076330, 0.214506, 0.824887",\
|
|
"0.031804, 0.042142, 0.076330, 0.214506, 0.824887",\
|
|
"0.031804, 0.042142, 0.076330, 0.214506, 0.824887");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "2.479746, 2.499372, 2.553957, 2.776580, 3.695272",\
|
|
"2.579399, 2.599025, 2.653609, 2.876232, 3.794925",\
|
|
"2.748862, 2.768488, 2.823073, 3.045696, 3.964388",\
|
|
"3.077024, 3.096650, 3.151234, 3.373857, 4.292550",\
|
|
"3.625546, 3.645172, 3.699757, 3.922380, 4.841073");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.032817, 0.050537, 0.113818, 0.416439, 1.700207",\
|
|
"0.032817, 0.050537, 0.113818, 0.416439, 1.700207",\
|
|
"0.032817, 0.050537, 0.113818, 0.416439, 1.700207",\
|
|
"0.032817, 0.050537, 0.113818, 0.416439, 1.700207",\
|
|
"0.032817, 0.050537, 0.113818, 0.416439, 1.700207");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "2.763825, 2.779881, 2.818104, 2.934358, 3.358613",\
|
|
"2.863478, 2.879534, 2.917757, 3.034011, 3.458266",\
|
|
"3.032941, 3.048997, 3.087220, 3.203474, 3.627729",\
|
|
"3.361103, 3.377159, 3.415382, 3.531636, 3.955891",\
|
|
"3.909625, 3.925681, 3.963904, 4.080158, 4.504413");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.031811, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031811, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031811, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031811, 0.042140, 0.073524, 0.203608, 0.779430",\
|
|
"0.031811, 0.042140, 0.073524, 0.203608, 0.779430");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.011064, 1.030681, 1.086756, 1.314758, 2.243340",\
|
|
"1.117621, 1.137238, 1.193313, 1.421316, 2.349896",\
|
|
"1.297163, 1.316780, 1.372855, 1.600857, 2.529436",\
|
|
"1.654942, 1.674559, 1.730634, 1.958638, 2.887210",\
|
|
"2.294683, 2.314300, 2.370374, 2.598381, 3.526935");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.032849, 0.050569, 0.116643, 0.429396, 1.749087",\
|
|
"0.032849, 0.050569, 0.116644, 0.429396, 1.749087",\
|
|
"0.032849, 0.050569, 0.116644, 0.429396, 1.749086",\
|
|
"0.032849, 0.050570, 0.116644, 0.429397, 1.749084",\
|
|
"0.032852, 0.050572, 0.116647, 0.429401, 1.749083");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.213551, 1.229614, 1.269334, 1.386441, 1.821991",\
|
|
"1.323288, 1.339351, 1.379071, 1.496178, 1.931728",\
|
|
"1.513380, 1.529443, 1.569163, 1.686270, 2.121820",\
|
|
"1.894740, 1.910803, 1.950523, 2.067629, 2.503179",\
|
|
"2.538064, 2.554127, 2.593848, 2.710954, 3.146503");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.031803, 0.042143, 0.076330, 0.214506, 0.824890",\
|
|
"0.031803, 0.042143, 0.076330, 0.214506, 0.824890",\
|
|
"0.031803, 0.042143, 0.076330, 0.214506, 0.824890",\
|
|
"0.031803, 0.042143, 0.076330, 0.214506, 0.824890",\
|
|
"0.031803, 0.042143, 0.076330, 0.214506, 0.824890");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.011064, 1.030681, 1.085254, 1.307927, 2.226328",\
|
|
"1.117621, 1.137238, 1.191811, 1.414484, 2.332884",\
|
|
"1.297163, 1.316780, 1.371353, 1.594026, 2.512425",\
|
|
"1.654942, 1.674559, 1.729132, 1.951806, 2.870199",\
|
|
"2.294683, 2.314300, 2.368872, 2.591549, 3.509923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.032849, 0.050569, 0.113851, 0.416496, 1.700164",\
|
|
"0.032849, 0.050569, 0.113851, 0.416496, 1.700164",\
|
|
"0.032849, 0.050569, 0.113851, 0.416496, 1.700163",\
|
|
"0.032849, 0.050570, 0.113852, 0.416497, 1.700162",\
|
|
"0.032852, 0.050572, 0.113854, 0.416501, 1.700160");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.213551, 1.229614, 1.267828, 1.384093, 1.808360",\
|
|
"1.323288, 1.339351, 1.377565, 1.493830, 1.918097",\
|
|
"1.513380, 1.529443, 1.567657, 1.683922, 2.108189",\
|
|
"1.894740, 1.910803, 1.949017, 2.065282, 2.489548",\
|
|
"2.538064, 2.554127, 2.592342, 2.708606, 3.132872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.031803, 0.042142, 0.073527, 0.203611, 0.779442",\
|
|
"0.031803, 0.042142, 0.073527, 0.203611, 0.779442",\
|
|
"0.031803, 0.042142, 0.073527, 0.203611, 0.779442",\
|
|
"0.031803, 0.042142, 0.073527, 0.203611, 0.779442",\
|
|
"0.031803, 0.042142, 0.073527, 0.203611, 0.779442");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una_min*/
|
|
|
|
} /* end of pin pad_flash_csb */
|
|
|
|
pin("pad_flash_csb_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001645 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "2.596104, 2.616014, 2.673023, 2.902261, 3.827533",\
|
|
"2.705814, 2.725724, 2.782732, 3.011971, 3.937242",\
|
|
"2.894089, 2.913998, 2.971007, 3.200246, 4.125516",\
|
|
"3.275247, 3.295156, 3.352165, 3.581404, 4.506675",\
|
|
"3.973074, 3.992983, 4.049992, 4.279231, 5.204502");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.037345, 0.054720, 0.120237, 0.432710, 1.754619",\
|
|
"0.037345, 0.054720, 0.120237, 0.432710, 1.754619",\
|
|
"0.037345, 0.054720, 0.120237, 0.432710, 1.754619",\
|
|
"0.037345, 0.054720, 0.120237, 0.432710, 1.754619",\
|
|
"0.037345, 0.054720, 0.120237, 0.432710, 1.754619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "2.282926, 2.298460, 2.338131, 2.455279, 2.891830",\
|
|
"2.392636, 2.408170, 2.447841, 2.564989, 3.001540",\
|
|
"2.580910, 2.596445, 2.636115, 2.753263, 3.189815",\
|
|
"2.962069, 2.977603, 3.017273, 3.134421, 3.570973",\
|
|
"3.659896, 3.675430, 3.715101, 3.832249, 4.268800");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.032582, 0.042664, 0.077255, 0.216578, 0.831235",\
|
|
"0.032582, 0.042664, 0.077255, 0.216578, 0.831235",\
|
|
"0.032582, 0.042664, 0.077255, 0.216578, 0.831235",\
|
|
"0.032582, 0.042664, 0.077255, 0.216578, 0.831235",\
|
|
"0.032582, 0.042664, 0.077255, 0.216578, 0.831235");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "2.595810, 2.615720, 2.670997, 2.894172, 3.809757",\
|
|
"2.695462, 2.715372, 2.770649, 2.993824, 3.909409",\
|
|
"2.864926, 2.884835, 2.940113, 3.163287, 4.078872",\
|
|
"3.193087, 3.212997, 3.268274, 3.491449, 4.407034",\
|
|
"3.741609, 3.761519, 3.816796, 4.039971, 4.955556");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.037345, 0.054720, 0.117015, 0.417985, 1.701844",\
|
|
"0.037345, 0.054720, 0.117015, 0.417985, 1.701844",\
|
|
"0.037345, 0.054720, 0.117015, 0.417985, 1.701844",\
|
|
"0.037345, 0.054720, 0.117015, 0.417985, 1.701844",\
|
|
"0.037345, 0.054720, 0.117015, 0.417985, 1.701844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "2.282632, 2.298166, 2.336100, 2.452293, 2.876159",\
|
|
"2.382284, 2.397819, 2.435752, 2.551946, 2.975812",\
|
|
"2.551748, 2.567282, 2.605216, 2.721409, 3.145275",\
|
|
"2.879909, 2.895444, 2.933377, 3.049571, 3.473437",\
|
|
"3.428432, 3.443966, 3.481899, 3.598093, 4.021959");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.032582, 0.042664, 0.074020, 0.204133, 0.779427",\
|
|
"0.032582, 0.042664, 0.074020, 0.204133, 0.779427",\
|
|
"0.032582, 0.042664, 0.074020, 0.204133, 0.779427",\
|
|
"0.032582, 0.042664, 0.074020, 0.204133, 0.779427",\
|
|
"0.032582, 0.042664, 0.074020, 0.204133, 0.779427");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_oeb_redg_min*/
|
|
|
|
} /* end of pin pad_flash_csb_oeb */
|
|
|
|
pin("pad_flash_io0_di") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005291 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin pad_flash_io0_di */
|
|
|
|
pin("pad_flash_io0_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000841 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.237352, 1.256976, 1.312975, 1.541280, 2.466605",\
|
|
"1.338100, 1.357724, 1.413723, 1.642028, 2.567353",\
|
|
"1.481527, 1.501151, 1.557150, 1.785455, 2.710779",\
|
|
"1.725045, 1.744669, 1.800668, 2.028973, 2.954295",\
|
|
"2.114083, 2.133706, 2.189705, 2.418011, 3.343326");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.032885, 0.050630, 0.116667, 0.429499, 1.748135",\
|
|
"0.032885, 0.050630, 0.116667, 0.429499, 1.748135",\
|
|
"0.032886, 0.050630, 0.116667, 0.429499, 1.748135",\
|
|
"0.032886, 0.050631, 0.116667, 0.429500, 1.748135",\
|
|
"0.032887, 0.050631, 0.116668, 0.429501, 1.748134");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.403983, 1.420189, 1.459857, 1.581545, 2.012676",\
|
|
"1.510201, 1.526407, 1.566075, 1.687762, 2.118893",\
|
|
"1.709974, 1.726179, 1.765848, 1.887535, 2.318666",\
|
|
"2.112066, 2.128271, 2.167939, 2.289626, 2.720758",\
|
|
"2.842908, 2.859113, 2.898782, 3.020468, 3.451599");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.031620, 0.042082, 0.076263, 0.216442, 0.824617",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824617",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824617",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824617",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824617");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.219590, 1.239215, 1.293728, 1.516746, 2.433462",\
|
|
"1.320339, 1.339963, 1.394477, 1.617495, 2.534210",\
|
|
"1.464020, 1.483645, 1.538158, 1.761177, 2.677891",\
|
|
"1.707946, 1.727570, 1.782084, 2.005103, 2.921814",\
|
|
"2.098247, 2.117871, 2.172384, 2.395404, 3.312107");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.032884, 0.050629, 0.113900, 0.416709, 1.702090",\
|
|
"0.032884, 0.050629, 0.113900, 0.416709, 1.702090",\
|
|
"0.032884, 0.050629, 0.113900, 0.416709, 1.702090",\
|
|
"0.032885, 0.050629, 0.113901, 0.416710, 1.702090",\
|
|
"0.032886, 0.050630, 0.113902, 0.416711, 1.702088");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.369051, 1.385257, 1.423435, 1.539802, 1.964224",\
|
|
"1.475269, 1.491475, 1.529653, 1.646020, 2.070442",\
|
|
"1.675851, 1.692056, 1.730234, 1.846601, 2.271024",\
|
|
"2.081794, 2.097999, 2.136178, 2.252544, 2.676967",\
|
|
"2.819427, 2.835633, 2.873811, 2.990178, 3.414600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.031620, 0.042082, 0.073488, 0.203563, 0.779553",\
|
|
"0.031620, 0.042082, 0.073488, 0.203563, 0.779553",\
|
|
"0.031620, 0.042082, 0.073488, 0.203563, 0.779553",\
|
|
"0.031620, 0.042082, 0.073488, 0.203563, 0.779553",\
|
|
"0.031620, 0.042082, 0.073488, 0.203563, 0.779553");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "2.778811, 2.798441, 2.854449, 3.082718, 4.008243",\
|
|
"2.888520, 2.908151, 2.964158, 3.192428, 4.117952",\
|
|
"3.076795, 3.096425, 3.152433, 3.380702, 4.306227",\
|
|
"3.457953, 3.477584, 3.533591, 3.761861, 4.687385",\
|
|
"4.155780, 4.175411, 4.231418, 4.459688, 5.385212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.032863, 0.050607, 0.116644, 0.429459, 1.748156",\
|
|
"0.032863, 0.050607, 0.116644, 0.429459, 1.748156",\
|
|
"0.032863, 0.050607, 0.116644, 0.429459, 1.748156",\
|
|
"0.032863, 0.050607, 0.116644, 0.429459, 1.748156",\
|
|
"0.032863, 0.050607, 0.116644, 0.429459, 1.748156");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "2.942066, 2.958272, 2.997940, 3.119627, 3.550759",\
|
|
"3.051776, 3.067981, 3.107650, 3.229337, 3.660469",\
|
|
"3.240050, 3.256256, 3.295924, 3.417611, 3.848743",\
|
|
"3.621208, 3.637414, 3.677082, 3.798769, 4.229901",\
|
|
"4.319036, 4.335242, 4.374910, 4.496597, 4.927729");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.031620, 0.042082, 0.076263, 0.216442, 0.824618",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824618",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824618",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824618",\
|
|
"0.031620, 0.042082, 0.076263, 0.216442, 0.824618");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_do_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "2.520848, 2.540479, 2.595001, 2.817982, 3.734912",\
|
|
"2.620500, 2.640131, 2.694654, 2.917635, 3.834565",\
|
|
"2.789963, 2.809594, 2.864117, 3.087098, 4.004028",\
|
|
"3.118125, 3.137756, 3.192278, 3.415260, 4.332190",\
|
|
"3.666647, 3.686278, 3.740800, 3.963782, 4.880712");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.032861, 0.050605, 0.113876, 0.416667, 1.702111",\
|
|
"0.032861, 0.050605, 0.113876, 0.416667, 1.702111",\
|
|
"0.032861, 0.050605, 0.113876, 0.416667, 1.702111",\
|
|
"0.032861, 0.050605, 0.113876, 0.416667, 1.702111",\
|
|
"0.032861, 0.050605, 0.113876, 0.416667, 1.702111");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "2.930818, 2.947016, 2.985203, 3.101560, 3.525971",\
|
|
"3.030470, 3.046669, 3.084856, 3.201212, 3.625624",\
|
|
"3.199933, 3.216132, 3.254319, 3.370676, 3.795087",\
|
|
"3.528095, 3.544294, 3.582480, 3.698837, 4.123249",\
|
|
"4.076617, 4.092816, 4.131002, 4.247359, 4.671771");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.031627, 0.042080, 0.073484, 0.203560, 0.779541",\
|
|
"0.031627, 0.042080, 0.073484, 0.203560, 0.779541",\
|
|
"0.031627, 0.042080, 0.073484, 0.203560, 0.779541",\
|
|
"0.031627, 0.042080, 0.073484, 0.203560, 0.779541",\
|
|
"0.031627, 0.042080, 0.073484, 0.203560, 0.779541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_do_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.080903, 1.100528, 1.156529, 1.384827, 2.310189",\
|
|
"1.187457, 1.207083, 1.263083, 1.491382, 2.416742",\
|
|
"1.366876, 1.386501, 1.442502, 1.670800, 2.596160",\
|
|
"1.724697, 1.744323, 1.800323, 2.028622, 2.953978",\
|
|
"2.365572, 2.385197, 2.441197, 2.669498, 3.594842");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.032881, 0.050626, 0.116663, 0.429492, 1.748139",\
|
|
"0.032881, 0.050626, 0.116663, 0.429492, 1.748139",\
|
|
"0.032882, 0.050626, 0.116663, 0.429492, 1.748139",\
|
|
"0.032882, 0.050627, 0.116663, 0.429493, 1.748139",\
|
|
"0.032883, 0.050628, 0.116665, 0.429495, 1.748138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.324081, 1.340281, 1.379956, 1.501635, 1.932758",\
|
|
"1.433571, 1.449772, 1.489447, 1.611125, 2.042248",\
|
|
"1.623784, 1.639984, 1.679660, 1.801338, 2.232461",\
|
|
"2.006341, 2.022541, 2.062216, 2.183895, 2.615018",\
|
|
"2.653088, 2.669288, 2.708963, 2.830642, 3.261764");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.031626, 0.042080, 0.076260, 0.216440, 0.824607",\
|
|
"0.031626, 0.042080, 0.076260, 0.216440, 0.824607",\
|
|
"0.031626, 0.042080, 0.076260, 0.216440, 0.824607",\
|
|
"0.031626, 0.042080, 0.076260, 0.216440, 0.824607",\
|
|
"0.031626, 0.042080, 0.076260, 0.216440, 0.824607");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.080903, 1.100528, 1.155043, 1.378057, 2.294799",\
|
|
"1.187457, 1.207083, 1.261597, 1.484611, 2.401352",\
|
|
"1.366876, 1.386501, 1.441016, 1.664029, 2.580770",\
|
|
"1.724697, 1.744323, 1.798837, 2.021852, 2.938588",\
|
|
"2.365572, 2.385197, 2.439711, 2.662727, 3.579452");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.032881, 0.050626, 0.113897, 0.416704, 1.702092",\
|
|
"0.032881, 0.050626, 0.113897, 0.416704, 1.702092",\
|
|
"0.032882, 0.050626, 0.113898, 0.416704, 1.702092",\
|
|
"0.032882, 0.050627, 0.113898, 0.416705, 1.702092",\
|
|
"0.032883, 0.050628, 0.113899, 0.416707, 1.702091");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.324081, 1.340281, 1.378466, 1.494825, 1.919238",\
|
|
"1.433571, 1.449772, 1.487957, 1.604315, 2.028728",\
|
|
"1.623784, 1.639984, 1.678169, 1.794528, 2.218941",\
|
|
"2.006341, 2.022541, 2.060726, 2.177085, 2.601498",\
|
|
"2.653088, 2.669288, 2.707474, 2.823832, 3.248244");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.031626, 0.042080, 0.073485, 0.203560, 0.779543",\
|
|
"0.031626, 0.042080, 0.073485, 0.203560, 0.779543",\
|
|
"0.031626, 0.042080, 0.073485, 0.203560, 0.779543",\
|
|
"0.031626, 0.042080, 0.073485, 0.203560, 0.779543",\
|
|
"0.031626, 0.042080, 0.073485, 0.203560, 0.779543");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_do */
|
|
|
|
pin("pad_flash_io0_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002344 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.362012, 2.378401, 2.434557, 2.663555, 3.592995",\
|
|
"2.471722, 2.488111, 2.544267, 2.773265, 3.702705",\
|
|
"2.659997, 2.676386, 2.732542, 2.961539, 3.890980",\
|
|
"3.041155, 3.057544, 3.113699, 3.342697, 4.272137",\
|
|
"3.738982, 3.755371, 3.811527, 4.040524, 4.969965");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.035197, 0.052670, 0.119586, 0.434479, 1.759636",\
|
|
"0.035197, 0.052670, 0.119586, 0.434479, 1.759636",\
|
|
"0.035197, 0.052670, 0.119586, 0.434479, 1.759636",\
|
|
"0.035197, 0.052670, 0.119586, 0.434479, 1.759636",\
|
|
"0.035197, 0.052670, 0.119586, 0.434479, 1.759636");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.697851, 2.711603, 2.751104, 2.868321, 3.305283",\
|
|
"2.807561, 2.821313, 2.860814, 2.978031, 3.414992",\
|
|
"2.995836, 3.009588, 3.049088, 3.166306, 3.603267",\
|
|
"3.376994, 3.390746, 3.430246, 3.547463, 3.984425",\
|
|
"4.074821, 4.088573, 4.128073, 4.245291, 4.682252");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.033315, 0.043210, 0.078034, 0.218007, 0.834872",\
|
|
"0.033315, 0.043210, 0.078034, 0.218007, 0.834872",\
|
|
"0.033315, 0.043210, 0.078034, 0.218007, 0.834872",\
|
|
"0.033315, 0.043210, 0.078034, 0.218007, 0.834872",\
|
|
"0.033315, 0.043210, 0.078034, 0.218007, 0.834872");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_ieb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.359375, 2.378107, 2.432387, 2.654909, 3.572324",\
|
|
"2.459028, 2.477760, 2.532040, 2.754561, 3.671976",\
|
|
"2.628491, 2.647223, 2.701503, 2.924024, 3.841439",\
|
|
"2.956652, 2.975384, 3.029665, 3.252186, 4.169601",\
|
|
"3.505175, 3.523907, 3.578187, 3.800708, 4.718123");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.035197, 0.052670, 0.116100, 0.418709, 1.700266",\
|
|
"0.035197, 0.052670, 0.116100, 0.418709, 1.700266",\
|
|
"0.035197, 0.052670, 0.116100, 0.418709, 1.700266",\
|
|
"0.035197, 0.052670, 0.116100, 0.418709, 1.700266",\
|
|
"0.035197, 0.052670, 0.116100, 0.418709, 1.700266");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.696275, 2.711309, 2.748928, 2.865113, 3.288643",\
|
|
"2.795927, 2.810961, 2.848581, 2.964765, 3.388296",\
|
|
"2.965390, 2.980425, 3.018044, 3.134228, 3.557759",\
|
|
"3.293552, 3.308586, 3.346206, 3.462390, 3.885921",\
|
|
"3.842074, 3.857108, 3.894728, 4.010912, 4.434443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.033315, 0.043210, 0.074535, 0.204674, 0.779486",\
|
|
"0.033315, 0.043210, 0.074535, 0.204674, 0.779486",\
|
|
"0.033315, 0.043210, 0.074535, 0.204674, 0.779486",\
|
|
"0.033315, 0.043210, 0.074535, 0.204674, 0.779486",\
|
|
"0.033315, 0.043210, 0.074535, 0.204674, 0.779486");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_ieb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.890003, 0.903753, 0.943256, 1.060470, 1.497428",\
|
|
"0.994454, 1.008203, 1.047707, 1.164920, 1.601878",\
|
|
"1.158325, 1.172075, 1.211578, 1.328792, 1.765750",\
|
|
"1.464894, 1.478645, 1.518146, 1.635363, 2.072324",\
|
|
"1.997627, 2.011384, 2.050878, 2.168104, 2.605075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.033317, 0.043209, 0.078033, 0.218006, 0.834868",\
|
|
"0.033317, 0.043209, 0.078033, 0.218006, 0.834868",\
|
|
"0.033317, 0.043209, 0.078033, 0.218006, 0.834868",\
|
|
"0.033315, 0.043210, 0.078034, 0.218007, 0.834872",\
|
|
"0.033309, 0.043212, 0.078037, 0.218010, 0.834883");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.758286, 0.774666, 0.830813, 1.059853, 1.989051",\
|
|
"0.866472, 0.882852, 0.938999, 1.168039, 2.097237",\
|
|
"1.060731, 1.077111, 1.133258, 1.362299, 2.291491",\
|
|
"1.465584, 1.481962, 1.538107, 1.767156, 2.696301",\
|
|
"2.164209, 2.180570, 2.236694, 2.465833, 3.394461");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.035225, 0.052698, 0.119614, 0.434528, 1.759599",\
|
|
"0.035225, 0.052698, 0.119614, 0.434528, 1.759599",\
|
|
"0.035225, 0.052699, 0.119615, 0.434529, 1.759599",\
|
|
"0.035231, 0.052704, 0.119620, 0.434538, 1.759591",\
|
|
"0.035290, 0.052764, 0.119680, 0.434642, 1.759510");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.888721, 0.903753, 0.941375, 1.057555, 1.481082",\
|
|
"0.993171, 1.008203, 1.045825, 1.162006, 1.585533",\
|
|
"1.157043, 1.172075, 1.209696, 1.325878, 1.749405",\
|
|
"1.463611, 1.478645, 1.516265, 1.632448, 2.055979",\
|
|
"1.996345, 2.011384, 2.048997, 2.165190, 2.588730");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.033317, 0.043209, 0.074533, 0.204673, 0.779482",\
|
|
"0.033317, 0.043209, 0.074533, 0.204673, 0.779482",\
|
|
"0.033317, 0.043209, 0.074534, 0.204673, 0.779482",\
|
|
"0.033315, 0.043210, 0.074534, 0.204674, 0.779486",\
|
|
"0.033309, 0.043212, 0.074538, 0.204677, 0.779497");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.755940, 0.774666, 0.828937, 1.051501, 1.968665",\
|
|
"0.864126, 0.882852, 0.937123, 1.159686, 2.076851",\
|
|
"1.058385, 1.077111, 1.131382, 1.353947, 2.271105",\
|
|
"1.463237, 1.481962, 1.536231, 1.758804, 2.675913",\
|
|
"2.161855, 2.180570, 2.234818, 2.457482, 3.374054");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.035225, 0.052698, 0.116129, 0.418758, 1.700229",\
|
|
"0.035225, 0.052698, 0.116129, 0.418758, 1.700229",\
|
|
"0.035225, 0.052699, 0.116129, 0.418759, 1.700229",\
|
|
"0.035231, 0.052704, 0.116135, 0.418769, 1.700221",\
|
|
"0.035290, 0.052764, 0.116195, 0.418873, 1.700141");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io0_ieb */
|
|
|
|
pin("pad_flash_io0_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001505 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "2.746841, 2.766177, 2.822408, 3.050480, 3.982125",\
|
|
"2.856551, 2.875887, 2.932117, 3.160190, 4.091835",\
|
|
"3.044826, 3.064162, 3.120392, 3.348464, 4.280109",\
|
|
"3.425984, 3.445320, 3.501550, 3.729623, 4.661268",\
|
|
"4.123811, 4.143147, 4.199378, 4.427450, 5.359095");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.033507, 0.051116, 0.117596, 0.431209, 1.754750",\
|
|
"0.033507, 0.051116, 0.117596, 0.431209, 1.754750",\
|
|
"0.033507, 0.051116, 0.117596, 0.431209, 1.754750",\
|
|
"0.033507, 0.051116, 0.117596, 0.431209, 1.754750",\
|
|
"0.033507, 0.051116, 0.117596, 0.431209, 1.754750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "2.479449, 2.495099, 2.534875, 2.651822, 3.087911",\
|
|
"2.589159, 2.604809, 2.644584, 2.761531, 3.197621",\
|
|
"2.777434, 2.793084, 2.832859, 2.949806, 3.385895",\
|
|
"3.158592, 3.174242, 3.214017, 3.330964, 3.767054",\
|
|
"3.856419, 3.872069, 3.911844, 4.028791, 4.464881");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.032363, 0.042439, 0.077021, 0.216237, 0.829661",\
|
|
"0.032363, 0.042439, 0.077021, 0.216237, 0.829661",\
|
|
"0.032363, 0.042439, 0.077021, 0.216237, 0.829661",\
|
|
"0.032363, 0.042439, 0.077021, 0.216237, 0.829661",\
|
|
"0.032363, 0.042439, 0.077021, 0.216237, 0.829661");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "2.746547, 2.765883, 2.820436, 3.042605, 3.963210",\
|
|
"2.846200, 2.865535, 2.920088, 3.142258, 4.062863",\
|
|
"3.015663, 3.034999, 3.089551, 3.311721, 4.232326",\
|
|
"3.343825, 3.363160, 3.417713, 3.639883, 4.560488",\
|
|
"3.892347, 3.911682, 3.966235, 4.188405, 5.109010");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.033507, 0.051116, 0.114461, 0.416879, 1.700591",\
|
|
"0.033507, 0.051116, 0.114461, 0.416879, 1.700591",\
|
|
"0.033507, 0.051116, 0.114461, 0.416879, 1.700591",\
|
|
"0.033507, 0.051116, 0.114461, 0.416879, 1.700591",\
|
|
"0.033507, 0.051116, 0.114461, 0.416879, 1.700591");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "2.479155, 2.494805, 2.532898, 2.648893, 3.072622",\
|
|
"2.578808, 2.594458, 2.632550, 2.748546, 3.172275",\
|
|
"2.748271, 2.763921, 2.802013, 2.918009, 3.341738",\
|
|
"3.076432, 3.092083, 3.130175, 3.246171, 3.669899",\
|
|
"3.624955, 3.640605, 3.678697, 3.794693, 4.218422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.032363, 0.042439, 0.073874, 0.204129, 0.779245",\
|
|
"0.032363, 0.042439, 0.073874, 0.204129, 0.779245",\
|
|
"0.032363, 0.042439, 0.073874, 0.204129, 0.779245",\
|
|
"0.032363, 0.042439, 0.073874, 0.204129, 0.779245",\
|
|
"0.032363, 0.042439, 0.073874, 0.204129, 0.779245");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_oeb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.938956, 0.958292, 1.014523, 1.242593, 2.174248",\
|
|
"1.043406, 1.062742, 1.118973, 1.347044, 2.278699",\
|
|
"1.207184, 1.226520, 1.282751, 1.510821, 2.442476",\
|
|
"1.513258, 1.532594, 1.588825, 1.816896, 2.748550",\
|
|
"2.046711, 2.066046, 2.122276, 2.350353, 3.281973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.033506, 0.051114, 0.117595, 0.431207, 1.754751",\
|
|
"0.033506, 0.051114, 0.117595, 0.431207, 1.754751",\
|
|
"0.033506, 0.051114, 0.117595, 0.431207, 1.754751",\
|
|
"0.033506, 0.051114, 0.117595, 0.431207, 1.754751",\
|
|
"0.033510, 0.051118, 0.117599, 0.431214, 1.754746");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.875820, 0.891465, 0.931242, 1.048191, 1.484284",\
|
|
"0.984006, 0.999651, 1.039427, 1.156377, 1.592470",\
|
|
"1.178204, 1.193849, 1.233625, 1.350574, 1.786667",\
|
|
"1.582531, 1.598176, 1.637952, 1.754901, 2.190995",\
|
|
"2.281972, 2.297606, 2.337384, 2.454339, 2.890441");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.032371, 0.042443, 0.077021, 0.216230, 0.829661",\
|
|
"0.032371, 0.042443, 0.077021, 0.216230, 0.829661",\
|
|
"0.032371, 0.042443, 0.077021, 0.216230, 0.829661",\
|
|
"0.032371, 0.042443, 0.077021, 0.216230, 0.829661",\
|
|
"0.032390, 0.042454, 0.077020, 0.216213, 0.829662");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.938956, 0.958292, 1.012845, 1.235013, 2.155627",\
|
|
"1.043406, 1.062742, 1.117296, 1.339464, 2.260078",\
|
|
"1.207184, 1.226520, 1.281073, 1.503241, 2.423855",\
|
|
"1.513258, 1.532594, 1.587147, 1.809316, 2.729930",\
|
|
"2.046711, 2.066046, 2.120598, 2.342772, 3.263352");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.033506, 0.051114, 0.114460, 0.416877, 1.700592",\
|
|
"0.033506, 0.051114, 0.114460, 0.416877, 1.700592",\
|
|
"0.033506, 0.051114, 0.114460, 0.416877, 1.700592",\
|
|
"0.033506, 0.051114, 0.114460, 0.416877, 1.700592",\
|
|
"0.033510, 0.051118, 0.114464, 0.416883, 1.700587");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.875820, 0.891465, 0.929559, 1.045558, 1.469289",\
|
|
"0.984006, 0.999651, 1.037744, 1.153743, 1.577475",\
|
|
"1.178204, 1.193849, 1.231942, 1.347941, 1.771673",\
|
|
"1.582531, 1.598176, 1.636269, 1.752268, 2.176000",\
|
|
"2.281972, 2.297606, 2.335701, 2.451707, 2.875446");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.032371, 0.042443, 0.073874, 0.204122, 0.779246",\
|
|
"0.032371, 0.042443, 0.073874, 0.204122, 0.779246",\
|
|
"0.032371, 0.042443, 0.073874, 0.204122, 0.779246",\
|
|
"0.032371, 0.042443, 0.073874, 0.204122, 0.779246",\
|
|
"0.032390, 0.042454, 0.073873, 0.204105, 0.779247");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_oeb */
|
|
|
|
pin("pad_flash_io1_di") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005095 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin pad_flash_io1_di */
|
|
|
|
pin("pad_flash_io1_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.893008, 0.912654, 0.968751, 1.196674, 2.125734",\
|
|
"0.997314, 1.016959, 1.073057, 1.300980, 2.230039",\
|
|
"1.161468, 1.181114, 1.237211, 1.465134, 2.394192",\
|
|
"1.476084, 1.495729, 1.551827, 1.779752, 2.708800",\
|
|
"2.008150, 2.027794, 2.083890, 2.311820, 3.240843");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.032763, 0.050485, 0.116556, 0.429269, 1.749155",\
|
|
"0.032763, 0.050485, 0.116556, 0.429269, 1.749155",\
|
|
"0.032763, 0.050485, 0.116556, 0.429270, 1.749155",\
|
|
"0.032764, 0.050486, 0.116557, 0.429272, 1.749154",\
|
|
"0.032767, 0.050489, 0.116560, 0.429277, 1.749150");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.862245, 0.878287, 0.918060, 1.035114, 1.470616",\
|
|
"0.966225, 0.982267, 1.022041, 1.139094, 1.574596",\
|
|
"1.158706, 1.174748, 1.214522, 1.331575, 1.767077",\
|
|
"1.569656, 1.585698, 1.625472, 1.742525, 2.178027",\
|
|
"2.253650, 2.269693, 2.309465, 2.426521, 2.862026");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.031822, 0.042115, 0.076293, 0.214471, 0.824821",\
|
|
"0.031822, 0.042115, 0.076293, 0.214471, 0.824821",\
|
|
"0.031822, 0.042115, 0.076293, 0.214471, 0.824821",\
|
|
"0.031822, 0.042115, 0.076293, 0.214471, 0.824821",\
|
|
"0.031822, 0.042115, 0.076294, 0.214472, 0.824824");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.893008, 0.912654, 0.967249, 1.189843, 2.108735",\
|
|
"0.997314, 1.016959, 1.071555, 1.294148, 2.213040",\
|
|
"1.161468, 1.181114, 1.235709, 1.458303, 2.377193",\
|
|
"1.476084, 1.495729, 1.550324, 1.772920, 2.691801",\
|
|
"2.008150, 2.027794, 2.082388, 2.304988, 3.223843");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.032763, 0.050485, 0.113765, 0.416371, 1.700233",\
|
|
"0.032763, 0.050485, 0.113765, 0.416371, 1.700233",\
|
|
"0.032763, 0.050485, 0.113765, 0.416372, 1.700233",\
|
|
"0.032764, 0.050486, 0.113766, 0.416374, 1.700231",\
|
|
"0.032767, 0.050489, 0.113769, 0.416379, 1.700227");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.860058, 0.876100, 0.914367, 1.030577, 1.454795",\
|
|
"0.964038, 0.980080, 1.018347, 1.134557, 1.558775",\
|
|
"1.158706, 1.174748, 1.213015, 1.329225, 1.753443",\
|
|
"1.569656, 1.585698, 1.623965, 1.740175, 2.164393",\
|
|
"2.253650, 2.269693, 2.307959, 2.424171, 2.848392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.031820, 0.042115, 0.073492, 0.203578, 0.779375",\
|
|
"0.031820, 0.042115, 0.073492, 0.203578, 0.779375",\
|
|
"0.031820, 0.042115, 0.073492, 0.203578, 0.779375",\
|
|
"0.031820, 0.042115, 0.073492, 0.203578, 0.779375",\
|
|
"0.031820, 0.042115, 0.073493, 0.203579, 0.779379");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_do */
|
|
|
|
pin("pad_flash_io1_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002054 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "2.653387, 2.672746, 2.729455, 2.959071, 3.884292",\
|
|
"2.763097, 2.782456, 2.839164, 3.068780, 3.994002",\
|
|
"2.951371, 2.970730, 3.027439, 3.257055, 4.182277",\
|
|
"3.332530, 3.351889, 3.408597, 3.638214, 4.563435",\
|
|
"4.030357, 4.049716, 4.106425, 4.336041, 5.261263");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.037030, 0.054402, 0.120593, 0.434514, 1.758326",\
|
|
"0.037030, 0.054402, 0.120593, 0.434514, 1.758326",\
|
|
"0.037030, 0.054402, 0.120593, 0.434514, 1.758326",\
|
|
"0.037030, 0.054402, 0.120593, 0.434514, 1.758326",\
|
|
"0.037030, 0.054402, 0.120593, 0.434514, 1.758326");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "2.368476, 2.383701, 2.423339, 2.540498, 2.977609",\
|
|
"2.478186, 2.493411, 2.533049, 2.650208, 3.087319",\
|
|
"2.666461, 2.681685, 2.721323, 2.838483, 3.275594",\
|
|
"3.047619, 3.062844, 3.102482, 3.219641, 3.656752",\
|
|
"3.745447, 3.760671, 3.800309, 3.917469, 4.354579");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.033038, 0.042968, 0.077803, 0.217785, 0.834893",\
|
|
"0.033038, 0.042968, 0.077803, 0.217785, 0.834893",\
|
|
"0.033038, 0.042968, 0.077803, 0.217785, 0.834893",\
|
|
"0.033038, 0.042968, 0.077803, 0.217785, 0.834893",\
|
|
"0.033038, 0.042968, 0.077803, 0.217785, 0.834893");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_ieb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "2.652194, 2.671553, 2.726398, 2.949529, 3.864507",\
|
|
"2.751847, 2.771205, 2.826051, 3.049181, 3.964159",\
|
|
"2.921310, 2.940668, 2.995514, 3.218644, 4.133622",\
|
|
"3.249472, 3.268830, 3.323676, 3.546806, 4.461784",\
|
|
"3.797994, 3.817353, 3.872199, 4.095329, 5.010307");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.037027, 0.054400, 0.117109, 0.418730, 1.701909",\
|
|
"0.037027, 0.054400, 0.117109, 0.418730, 1.701909",\
|
|
"0.037027, 0.054400, 0.117109, 0.418730, 1.701909",\
|
|
"0.037027, 0.054400, 0.117109, 0.418730, 1.701909",\
|
|
"0.037027, 0.054400, 0.117109, 0.418730, 1.701909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "2.368182, 2.383407, 2.421176, 2.537327, 2.960957",\
|
|
"2.467835, 2.483059, 2.520829, 2.636980, 3.060610",\
|
|
"2.637298, 2.652522, 2.690292, 2.806443, 3.230073",\
|
|
"2.965460, 2.980684, 3.018454, 3.134604, 3.558235",\
|
|
"3.513982, 3.529207, 3.566977, 3.683127, 4.106757");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.033038, 0.042968, 0.074307, 0.204438, 0.779417",\
|
|
"0.033038, 0.042968, 0.074307, 0.204438, 0.779417",\
|
|
"0.033038, 0.042968, 0.074307, 0.204438, 0.779417",\
|
|
"0.033038, 0.042968, 0.074307, 0.204438, 0.779417",\
|
|
"0.033038, 0.042968, 0.074307, 0.204438, 0.779417");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_ieb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.863876, 0.879085, 0.918744, 1.035879, 1.472962",\
|
|
"0.968453, 0.983662, 1.023321, 1.140456, 1.577539",\
|
|
"1.131726, 1.146936, 1.186594, 1.303730, 1.740812",\
|
|
"1.438936, 1.454147, 1.493803, 1.610942, 2.048028",\
|
|
"1.975720, 1.990940, 2.030584, 2.147737, 2.584840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.033056, 0.042962, 0.077794, 0.217777, 0.834862",\
|
|
"0.033056, 0.042962, 0.077794, 0.217777, 0.834862",\
|
|
"0.033056, 0.042962, 0.077794, 0.217777, 0.834862",\
|
|
"0.033054, 0.042963, 0.077795, 0.217778, 0.834867",\
|
|
"0.033043, 0.042966, 0.077801, 0.217783, 0.834884");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.945497, 0.964818, 1.021479, 1.251091, 2.176296",\
|
|
"1.049650, 1.068971, 1.125632, 1.355243, 2.280448",\
|
|
"1.242261, 1.261581, 1.318243, 1.547854, 2.473059",\
|
|
"1.648725, 1.668061, 1.724742, 1.954355, 2.879567",\
|
|
"2.348133, 2.367516, 2.424256, 2.653875, 3.579107");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.036881, 0.054264, 0.120507, 0.434522, 1.758336",\
|
|
"0.036881, 0.054264, 0.120507, 0.434522, 1.758336",\
|
|
"0.036881, 0.054264, 0.120507, 0.434522, 1.758336",\
|
|
"0.036942, 0.054320, 0.120542, 0.434519, 1.758332",\
|
|
"0.037126, 0.054491, 0.120648, 0.434508, 1.758320");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.863876, 0.879085, 0.916875, 1.033000, 1.456603",\
|
|
"0.968453, 0.983662, 1.021453, 1.137577, 1.561180",\
|
|
"1.131726, 1.146936, 1.184726, 1.300850, 1.724453",\
|
|
"1.438936, 1.454147, 1.491934, 1.608063, 2.031670",\
|
|
"1.975720, 1.990940, 2.028716, 2.144859, 2.568482");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.033056, 0.042962, 0.074298, 0.204429, 0.779386",\
|
|
"0.033056, 0.042962, 0.074298, 0.204429, 0.779386",\
|
|
"0.033056, 0.042962, 0.074298, 0.204429, 0.779386",\
|
|
"0.033054, 0.042963, 0.074299, 0.204431, 0.779391",\
|
|
"0.033043, 0.042966, 0.074305, 0.204435, 0.779408");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.945497, 0.964818, 1.019617, 1.242743, 2.157704",\
|
|
"1.049650, 1.068971, 1.123770, 1.346896, 2.261857",\
|
|
"1.242261, 1.261581, 1.316380, 1.539506, 2.454468",\
|
|
"1.648725, 1.668061, 1.722880, 1.946008, 2.860976",\
|
|
"2.347822, 2.367205, 2.422082, 2.645215, 3.560204");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.036881, 0.054264, 0.117025, 0.418738, 1.701919",\
|
|
"0.036881, 0.054264, 0.117025, 0.418738, 1.701919",\
|
|
"0.036881, 0.054264, 0.117025, 0.418738, 1.701919",\
|
|
"0.036942, 0.054320, 0.117060, 0.418735, 1.701915",\
|
|
"0.037124, 0.054489, 0.117165, 0.418725, 1.701903");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io1_ieb */
|
|
|
|
pin("pad_flash_io1_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000833 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "2.419096, 2.438880, 2.495082, 2.722531, 3.654073",\
|
|
"2.528806, 2.548590, 2.604792, 2.832241, 3.763782",\
|
|
"2.717081, 2.736865, 2.793067, 3.020515, 3.952057",\
|
|
"3.098239, 3.118023, 3.174225, 3.401674, 4.333216",\
|
|
"3.796067, 3.815851, 3.872053, 4.099502, 5.031044");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.032333, 0.050061, 0.116099, 0.428520, 1.749130",\
|
|
"0.032333, 0.050061, 0.116099, 0.428520, 1.749130",\
|
|
"0.032333, 0.050061, 0.116099, 0.428520, 1.749130",\
|
|
"0.032333, 0.050061, 0.116099, 0.428520, 1.749130",\
|
|
"0.032333, 0.050061, 0.116099, 0.428520, 1.749130");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "2.776300, 2.792355, 2.832216, 2.949185, 3.384566",\
|
|
"2.886010, 2.902064, 2.941925, 3.058895, 3.494275",\
|
|
"3.074285, 3.090339, 3.130200, 3.247169, 3.682550",\
|
|
"3.455443, 3.471497, 3.511358, 3.628328, 4.063708",\
|
|
"4.153271, 4.169325, 4.209186, 4.326155, 4.761536");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.031784, 0.042027, 0.076172, 0.214283, 0.824339",\
|
|
"0.031784, 0.042027, 0.076172, 0.214283, 0.824339",\
|
|
"0.031784, 0.042027, 0.076172, 0.214283, 0.824339",\
|
|
"0.031784, 0.042027, 0.076172, 0.214283, 0.824339",\
|
|
"0.031784, 0.042027, 0.076172, 0.214283, 0.824339");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "2.418802, 2.438586, 2.493302, 2.715466, 3.636985",\
|
|
"2.518455, 2.538239, 2.592955, 2.815119, 3.736638",\
|
|
"2.687918, 2.707702, 2.762418, 2.984582, 3.906101",\
|
|
"3.016079, 3.035864, 3.090580, 3.312744, 4.234262",\
|
|
"3.564602, 3.584386, 3.639102, 3.861267, 4.782785");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.032333, 0.050061, 0.113334, 0.415731, 1.700606",\
|
|
"0.032333, 0.050061, 0.113334, 0.415731, 1.700606",\
|
|
"0.032333, 0.050061, 0.113334, 0.415731, 1.700606",\
|
|
"0.032333, 0.050061, 0.113334, 0.415731, 1.700606",\
|
|
"0.032333, 0.050061, 0.113334, 0.415731, 1.700606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "2.775105, 2.791160, 2.829531, 2.945664, 3.369844",\
|
|
"2.874758, 2.890813, 2.929184, 3.045317, 3.469496",\
|
|
"3.044221, 3.060276, 3.098647, 3.214780, 3.638959",\
|
|
"3.372383, 3.388438, 3.426809, 3.542942, 3.967121",\
|
|
"3.920906, 3.936960, 3.975332, 4.091464, 4.515644");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.031784, 0.042027, 0.073397, 0.203483, 0.779275",\
|
|
"0.031784, 0.042027, 0.073397, 0.203483, 0.779275",\
|
|
"0.031784, 0.042027, 0.073397, 0.203483, 0.779275",\
|
|
"0.031784, 0.042027, 0.073397, 0.203483, 0.779275",\
|
|
"0.031784, 0.042027, 0.073397, 0.203483, 0.779275");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_oeb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.914233, 0.934019, 0.990224, 1.217661, 2.149272",\
|
|
"1.018810, 1.038596, 1.094801, 1.322238, 2.253849",\
|
|
"1.182083, 1.201869, 1.258074, 1.485511, 2.417122",\
|
|
"1.489331, 1.509116, 1.565321, 1.792760, 2.724360",\
|
|
"2.026266, 2.046051, 2.102253, 2.329699, 3.261260");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.032325, 0.050053, 0.116091, 0.428506, 1.749141",\
|
|
"0.032325, 0.050053, 0.116091, 0.428506, 1.749141",\
|
|
"0.032325, 0.050053, 0.116091, 0.428506, 1.749141",\
|
|
"0.032326, 0.050054, 0.116092, 0.428508, 1.749138",\
|
|
"0.032331, 0.050058, 0.116097, 0.428516, 1.749132");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "1.068310, 1.084363, 1.124226, 1.241193, 1.676571",\
|
|
"1.172463, 1.188515, 1.228379, 1.345345, 1.780723",\
|
|
"1.365073, 1.381126, 1.420989, 1.537956, 1.973334",\
|
|
"1.771579, 1.787632, 1.827495, 1.944462, 2.379841",\
|
|
"2.471110, 2.487166, 2.527025, 2.643996, 3.079379");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.031786, 0.042026, 0.076171, 0.214282, 0.824336",\
|
|
"0.031786, 0.042026, 0.076171, 0.214282, 0.824336",\
|
|
"0.031786, 0.042026, 0.076171, 0.214282, 0.824336",\
|
|
"0.031785, 0.042027, 0.076171, 0.214283, 0.824337",\
|
|
"0.031783, 0.042027, 0.076172, 0.214284, 0.824341");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.914233, 0.934019, 0.988738, 1.210890, 2.132479",\
|
|
"1.018810, 1.038596, 1.093315, 1.315467, 2.237056",\
|
|
"1.182083, 1.201869, 1.256588, 1.478740, 2.400329",\
|
|
"1.489331, 1.509116, 1.563835, 1.785989, 2.707567",\
|
|
"2.026266, 2.046051, 2.100768, 2.322928, 3.244467");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.032325, 0.050053, 0.113326, 0.415718, 1.700617",\
|
|
"0.032325, 0.050053, 0.113326, 0.415718, 1.700617",\
|
|
"0.032325, 0.050053, 0.113326, 0.415718, 1.700617",\
|
|
"0.032326, 0.050054, 0.113327, 0.415720, 1.700615",\
|
|
"0.032331, 0.050058, 0.113332, 0.415727, 1.700609");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "1.068310, 1.084363, 1.122736, 1.238866, 1.663043",\
|
|
"1.172463, 1.188515, 1.226889, 1.343019, 1.767196",\
|
|
"1.365073, 1.381126, 1.419500, 1.535630, 1.959806",\
|
|
"1.771579, 1.787632, 1.826005, 1.942136, 2.366314",\
|
|
"2.470798, 2.486854, 2.525224, 2.641358, 3.065540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.031786, 0.042026, 0.073396, 0.203483, 0.779272",\
|
|
"0.031786, 0.042026, 0.073396, 0.203483, 0.779272",\
|
|
"0.031786, 0.042026, 0.073396, 0.203483, 0.779272",\
|
|
"0.031785, 0.042027, 0.073396, 0.203483, 0.779273",\
|
|
"0.031783, 0.042027, 0.073398, 0.203484, 0.779277");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_oeb */
|
|
|
|
pin("pll_bypass") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002887 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "4.923556, 4.942427, 4.998959, 5.228649, 6.152969",\
|
|
"5.033266, 5.052136, 5.108668, 5.338359, 6.262679",\
|
|
"5.221554, 5.240425, 5.296956, 5.526647, 6.450967",\
|
|
"5.602753, 5.621624, 5.678155, 5.907846, 6.832166",\
|
|
"6.300517, 6.319387, 6.375919, 6.605610, 7.529930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.038185, 0.055493, 0.121944, 0.436230, 1.759262",\
|
|
"0.038185, 0.055493, 0.121944, 0.436230, 1.759262",\
|
|
"0.038185, 0.055493, 0.121944, 0.436230, 1.759262",\
|
|
"0.038185, 0.055493, 0.121944, 0.436230, 1.759262",\
|
|
"0.038185, 0.055493, 0.121944, 0.436230, 1.759262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "4.522716, 4.537540, 4.576818, 4.694125, 5.131063",\
|
|
"4.632425, 4.647250, 4.686528, 4.803835, 5.240773",\
|
|
"4.820714, 4.835539, 4.874817, 4.992124, 5.429061",\
|
|
"5.201912, 5.216737, 5.256015, 5.373322, 5.810260",\
|
|
"5.899676, 5.914501, 5.953779, 6.071086, 6.508024");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.033780, 0.043654, 0.078555, 0.218716, 0.836005",\
|
|
"0.033780, 0.043654, 0.078555, 0.218716, 0.836005",\
|
|
"0.033780, 0.043654, 0.078555, 0.218716, 0.836005",\
|
|
"0.033780, 0.043654, 0.078555, 0.218716, 0.836005",\
|
|
"0.033780, 0.043654, 0.078555, 0.218716, 0.836005");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_bypass_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "4.671547, 4.690417, 4.745020, 4.968118, 5.882074",\
|
|
"4.771200, 4.790070, 4.844673, 5.067770, 5.981728",\
|
|
"4.940676, 4.959547, 5.014150, 5.237247, 6.151204",\
|
|
"5.268878, 5.287749, 5.342352, 5.565449, 6.479406",\
|
|
"5.817337, 5.836207, 5.890810, 6.113908, 7.027864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.038185, 0.055493, 0.118359, 0.420139, 1.701924",\
|
|
"0.038185, 0.055493, 0.118359, 0.420139, 1.701924",\
|
|
"0.038185, 0.055493, 0.118359, 0.420139, 1.701924",\
|
|
"0.038185, 0.055493, 0.118359, 0.420139, 1.701924",\
|
|
"0.038185, 0.055493, 0.118359, 0.420139, 1.701924");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "4.286351, 4.301176, 4.338518, 4.454753, 4.878085",\
|
|
"4.386003, 4.400828, 4.438170, 4.554405, 4.977737",\
|
|
"4.555480, 4.570304, 4.607647, 4.723882, 5.147213",\
|
|
"4.883682, 4.898507, 4.935849, 5.052084, 5.475416",\
|
|
"5.432141, 5.446966, 5.484308, 5.600543, 6.023875");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.033780, 0.043654, 0.074955, 0.205112, 0.779601",\
|
|
"0.033780, 0.043654, 0.074955, 0.205112, 0.779601",\
|
|
"0.033780, 0.043654, 0.074955, 0.205112, 0.779601",\
|
|
"0.033780, 0.043654, 0.074955, 0.205112, 0.779601",\
|
|
"0.033780, 0.043654, 0.074955, 0.205112, 0.779601");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_bypass_redg_min*/
|
|
|
|
} /* end of pin pll_bypass */
|
|
|
|
pin("pll_dco_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000772 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.984177, 5.004491, 5.061205, 5.289589, 6.228455",\
|
|
"5.093887, 5.114201, 5.170915, 5.399299, 6.338164",\
|
|
"5.282175, 5.302489, 5.359203, 5.587587, 6.526453",\
|
|
"5.663374, 5.683688, 5.740402, 5.968786, 6.907651",\
|
|
"6.361138, 6.381452, 6.438166, 6.666550, 7.605415");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.035096, 0.052693, 0.117864, 0.429159, 1.756960",\
|
|
"0.035096, 0.052693, 0.117864, 0.429159, 1.756960",\
|
|
"0.035096, 0.052693, 0.117864, 0.429159, 1.756960",\
|
|
"0.035096, 0.052693, 0.117864, 0.429159, 1.756960",\
|
|
"0.035096, 0.052693, 0.117864, 0.429159, 1.756960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.574898, 4.591200, 4.630817, 4.752497, 5.183649",\
|
|
"4.684608, 4.700910, 4.740527, 4.862207, 5.293358",\
|
|
"4.872896, 4.889198, 4.928815, 5.050495, 5.481647",\
|
|
"5.254094, 5.270397, 5.310014, 5.431694, 5.862845",\
|
|
"5.951859, 5.968161, 6.007778, 6.129458, 6.560609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.031494, 0.042044, 0.076195, 0.216215, 0.824012",\
|
|
"0.031494, 0.042044, 0.076195, 0.216215, 0.824012",\
|
|
"0.031494, 0.042044, 0.076195, 0.216215, 0.824012",\
|
|
"0.031494, 0.042044, 0.076195, 0.216215, 0.824012",\
|
|
"0.031494, 0.042044, 0.076195, 0.216215, 0.824012");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_dco_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.738348, 4.758662, 4.813915, 5.037095, 5.953637",\
|
|
"4.838001, 4.858315, 4.913568, 5.136747, 6.053289",\
|
|
"5.007477, 5.027791, 5.083045, 5.306223, 6.222765",\
|
|
"5.335680, 5.355993, 5.411247, 5.634426, 6.550968",\
|
|
"5.884138, 5.904452, 5.959705, 6.182885, 7.099427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.035096, 0.052693, 0.115142, 0.416565, 1.701892",\
|
|
"0.035096, 0.052693, 0.115142, 0.416565, 1.701892",\
|
|
"0.035096, 0.052693, 0.115142, 0.416565, 1.701892",\
|
|
"0.035096, 0.052693, 0.115142, 0.416565, 1.701892",\
|
|
"0.035096, 0.052693, 0.115142, 0.416565, 1.701892");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.345330, 4.361632, 4.399785, 4.516224, 4.940755",\
|
|
"4.444983, 4.461285, 4.499437, 4.615877, 5.040408",\
|
|
"4.614459, 4.630762, 4.668914, 4.785354, 5.209885",\
|
|
"4.942661, 4.958964, 4.997116, 5.113556, 5.538087",\
|
|
"5.491120, 5.507422, 5.545575, 5.662014, 6.086545");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.031494, 0.042044, 0.073464, 0.203532, 0.779633",\
|
|
"0.031494, 0.042044, 0.073464, 0.203532, 0.779633",\
|
|
"0.031494, 0.042044, 0.073464, 0.203532, 0.779633",\
|
|
"0.031494, 0.042044, 0.073464, 0.203532, 0.779633",\
|
|
"0.031494, 0.042044, 0.073464, 0.203532, 0.779633");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_dco_ena_redg_min*/
|
|
|
|
} /* end of pin pll_dco_ena */
|
|
|
|
pin("pll_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001205 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "4.550352, 4.570555, 4.627508, 4.856327, 5.781526",\
|
|
"4.660061, 4.680264, 4.737217, 4.966037, 5.891235",\
|
|
"4.848350, 4.868553, 4.925506, 5.154325, 6.079524",\
|
|
"5.229548, 5.249751, 5.306704, 5.535523, 6.460722",\
|
|
"5.927312, 5.947515, 6.004468, 6.233288, 7.158486");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.036520, 0.053985, 0.119232, 0.430923, 1.750918",\
|
|
"0.036520, 0.053985, 0.119232, 0.430923, 1.750918",\
|
|
"0.036520, 0.053985, 0.119232, 0.430923, 1.750918",\
|
|
"0.036520, 0.053985, 0.119232, 0.430923, 1.750918",\
|
|
"0.036520, 0.053985, 0.119232, 0.430923, 1.750918");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "4.711006, 4.727154, 4.766912, 4.889230, 5.320563",\
|
|
"4.820716, 4.836864, 4.876622, 4.998940, 5.430273",\
|
|
"5.009004, 5.025152, 5.064910, 5.187228, 5.618561",\
|
|
"5.390203, 5.406350, 5.446108, 5.568427, 5.999759",\
|
|
"6.087967, 6.104115, 6.143873, 6.266191, 6.697524");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.032675, 0.043050, 0.077250, 0.217821, 0.827849",\
|
|
"0.032675, 0.043050, 0.077250, 0.217821, 0.827849",\
|
|
"0.032675, 0.043050, 0.077250, 0.217821, 0.827849",\
|
|
"0.032675, 0.043050, 0.077250, 0.217821, 0.827849",\
|
|
"0.032675, 0.043050, 0.077250, 0.217821, 0.827849");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "4.299546, 4.319749, 4.375115, 4.598301, 5.514403",\
|
|
"4.399198, 4.419401, 4.474767, 4.697954, 5.614055",\
|
|
"4.568675, 4.588878, 4.644244, 4.867431, 5.783533",\
|
|
"4.896877, 4.917080, 4.972446, 5.195633, 6.111735",\
|
|
"5.445336, 5.465539, 5.520905, 5.744092, 6.660193");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.036520, 0.053985, 0.116247, 0.417253, 1.701848",\
|
|
"0.036520, 0.053985, 0.116247, 0.417253, 1.701848",\
|
|
"0.036520, 0.053985, 0.116247, 0.417253, 1.701848",\
|
|
"0.036520, 0.053985, 0.116247, 0.417253, 1.701848",\
|
|
"0.036520, 0.053985, 0.116247, 0.417253, 1.701848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "4.473135, 4.489283, 4.527450, 4.644094, 5.068353",\
|
|
"4.572788, 4.588936, 4.627102, 4.743747, 5.168005",\
|
|
"4.742265, 4.758412, 4.796579, 4.913224, 5.337482",\
|
|
"5.070467, 5.086615, 5.124781, 5.241426, 5.665684",\
|
|
"5.618926, 5.635073, 5.673240, 5.789884, 6.214143");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.032675, 0.043050, 0.074254, 0.204050, 0.779757",\
|
|
"0.032675, 0.043050, 0.074254, 0.204050, 0.779757",\
|
|
"0.032675, 0.043050, 0.074254, 0.204050, 0.779757",\
|
|
"0.032675, 0.043050, 0.074254, 0.204050, 0.779757",\
|
|
"0.032675, 0.043050, 0.074254, 0.204050, 0.779757");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.011855 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008997 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin qspi_enabled */
|
|
|
|
pin("reset") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001946 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "4.521858, 4.540781, 4.596836, 4.826107, 5.751300",\
|
|
"4.631567, 4.650490, 4.706545, 4.935816, 5.861009",\
|
|
"4.819855, 4.838778, 4.894833, 5.124104, 6.049297",\
|
|
"5.201054, 5.219977, 5.276032, 5.505303, 6.430496",\
|
|
"5.898818, 5.917742, 5.973796, 6.203067, 7.128261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.034820, 0.052364, 0.119105, 0.433814, 1.756549",\
|
|
"0.034820, 0.052364, 0.119105, 0.433814, 1.756549",\
|
|
"0.034820, 0.052364, 0.119105, 0.433814, 1.756549",\
|
|
"0.034820, 0.052364, 0.119105, 0.433814, 1.756549",\
|
|
"0.034820, 0.052364, 0.119105, 0.433814, 1.756549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "5.059258, 5.074830, 5.114508, 5.232051, 5.668974",\
|
|
"5.168967, 5.184540, 5.224218, 5.341761, 5.778684",\
|
|
"5.357255, 5.372828, 5.412506, 5.530049, 5.966972",\
|
|
"5.738454, 5.754027, 5.793705, 5.911248, 6.348171",\
|
|
"6.436219, 6.451791, 6.491469, 6.609012, 7.045936");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.033520, 0.043634, 0.078160, 0.217491, 0.833281",\
|
|
"0.033520, 0.043634, 0.078160, 0.217491, 0.833281",\
|
|
"0.033520, 0.043634, 0.078160, 0.217491, 0.833281",\
|
|
"0.033520, 0.043634, 0.078160, 0.217491, 0.833281",\
|
|
"0.033520, 0.043634, 0.078160, 0.217491, 0.833281");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_reset_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "2.266651, 2.285576, 2.339837, 2.562835, 3.478153",\
|
|
"2.366303, 2.385228, 2.439489, 2.662487, 3.577805",\
|
|
"2.535767, 2.554691, 2.608953, 2.831950, 3.747268",\
|
|
"2.863928, 2.882853, 2.937114, 3.160112, 4.075430",\
|
|
"3.412450, 3.431375, 3.485636, 3.708634, 4.623952");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.034813, 0.052356, 0.115748, 0.418577, 1.702082",\
|
|
"0.034813, 0.052356, 0.115748, 0.418577, 1.702082",\
|
|
"0.034813, 0.052356, 0.115748, 0.418577, 1.702082",\
|
|
"0.034813, 0.052356, 0.115748, 0.418577, 1.702082",\
|
|
"0.034813, 0.052356, 0.115748, 0.418577, 1.702082");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "2.951329, 2.966901, 3.004775, 3.121363, 3.545208",\
|
|
"3.050982, 3.066553, 3.104427, 3.221015, 3.644861",\
|
|
"3.220445, 3.236017, 3.273890, 3.390478, 3.814324",\
|
|
"3.548607, 3.564178, 3.602052, 3.718640, 4.142486",\
|
|
"4.097128, 4.112700, 4.150574, 4.267162, 4.691008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.033515, 0.043630, 0.074795, 0.204613, 0.779760",\
|
|
"0.033515, 0.043630, 0.074795, 0.204613, 0.779760",\
|
|
"0.033515, 0.043630, 0.074795, 0.204613, 0.779760",\
|
|
"0.033515, 0.043630, 0.074795, 0.204613, 0.779760",\
|
|
"0.033515, 0.043630, 0.074795, 0.204613, 0.779760");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_reset_redg_min*/
|
|
|
|
} /* end of pin reset */
|
|
|
|
pin("ser_rx") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001560 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "1.127910, 1.147084, 1.203070, 1.431588, 2.362228",\
|
|
"1.229115, 1.248290, 1.304276, 1.532793, 2.463434",\
|
|
"1.369388, 1.388562, 1.444548, 1.673066, 2.603707",\
|
|
"1.630711, 1.649885, 1.705871, 1.934389, 2.865026",\
|
|
"2.050042, 2.069216, 2.125202, 2.353721, 3.284347");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.034063, 0.051685, 0.118033, 0.431478, 1.760469",\
|
|
"0.034063, 0.051685, 0.118033, 0.431478, 1.760469",\
|
|
"0.034063, 0.051685, 0.118033, 0.431478, 1.760469",\
|
|
"0.034063, 0.051686, 0.118033, 0.431479, 1.760469",\
|
|
"0.034064, 0.051687, 0.118034, 0.431481, 1.760469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "1.010400, 1.025963, 1.065572, 1.182648, 1.618360",\
|
|
"1.115973, 1.131536, 1.171146, 1.288221, 1.723934",\
|
|
"1.306054, 1.321617, 1.361227, 1.478302, 1.914015",\
|
|
"1.693992, 1.709556, 1.749165, 1.866241, 2.301954",\
|
|
"2.364318, 2.379882, 2.419490, 2.536567, 2.972280");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.032512, 0.042608, 0.076969, 0.215622, 0.827473",\
|
|
"0.032512, 0.042608, 0.076969, 0.215622, 0.827473",\
|
|
"0.032512, 0.042608, 0.076969, 0.215622, 0.827473",\
|
|
"0.032512, 0.042608, 0.076969, 0.215622, 0.827474",\
|
|
"0.032512, 0.042608, 0.076970, 0.215622, 0.827475");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "1.127910, 1.147084, 1.201476, 1.424361, 2.340782",\
|
|
"1.229115, 1.248290, 1.302681, 1.525566, 2.441988",\
|
|
"1.369388, 1.388562, 1.442954, 1.665839, 2.582260",\
|
|
"1.630711, 1.649885, 1.704277, 1.927163, 2.843579",\
|
|
"2.050042, 2.069216, 2.123607, 2.346494, 3.262900");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.034063, 0.051685, 0.115023, 0.417787, 1.702378",\
|
|
"0.034063, 0.051685, 0.115023, 0.417787, 1.702378",\
|
|
"0.034063, 0.051685, 0.115023, 0.417787, 1.702378",\
|
|
"0.034063, 0.051686, 0.115024, 0.417788, 1.702378",\
|
|
"0.034064, 0.051687, 0.115025, 0.417790, 1.702378");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "1.010400, 1.025963, 1.063972, 1.180143, 1.604024",\
|
|
"1.115973, 1.131536, 1.169546, 1.285717, 1.709598",\
|
|
"1.306054, 1.321617, 1.359627, 1.475798, 1.899679",\
|
|
"1.693992, 1.709556, 1.747565, 1.863736, 2.287618",\
|
|
"2.364318, 2.379882, 2.417890, 2.534062, 2.957945");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.032511, 0.042608, 0.073949, 0.204060, 0.779392",\
|
|
"0.032511, 0.042608, 0.073949, 0.204060, 0.779392",\
|
|
"0.032511, 0.042608, 0.073949, 0.204060, 0.779392",\
|
|
"0.032511, 0.042608, 0.073949, 0.204060, 0.779392",\
|
|
"0.032511, 0.042608, 0.073949, 0.204060, 0.779393");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.788792, 0.807970, 0.863961, 1.092458, 2.023718",\
|
|
"0.891053, 0.910231, 0.966222, 1.194719, 2.125978",\
|
|
"1.026039, 1.045216, 1.101207, 1.329705, 2.260964",\
|
|
"1.263298, 1.282476, 1.338467, 1.566964, 2.498224",\
|
|
"1.653199, 1.672376, 1.728366, 1.956866, 2.892467");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.034050, 0.051672, 0.118019, 0.431456, 1.761528",\
|
|
"0.034050, 0.051672, 0.118019, 0.431456, 1.761528",\
|
|
"0.034050, 0.051672, 0.118019, 0.431456, 1.761528",\
|
|
"0.034050, 0.051672, 0.118019, 0.431456, 1.761528",\
|
|
"0.034052, 0.051674, 0.118021, 0.431458, 1.769302");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.942011, 0.957578, 0.997182, 1.114264, 1.549983",\
|
|
"1.044690, 1.060257, 1.099861, 1.216943, 1.652662",\
|
|
"1.245748, 1.261315, 1.300919, 1.418001, 1.853720",\
|
|
"1.670154, 1.685721, 1.725325, 1.842407, 2.278126",\
|
|
"2.415395, 2.430962, 2.470566, 2.587648, 3.023368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.032507, 0.042609, 0.076971, 0.215624, 0.827481",\
|
|
"0.032507, 0.042609, 0.076971, 0.215624, 0.827481",\
|
|
"0.032507, 0.042609, 0.076971, 0.215624, 0.827481",\
|
|
"0.032507, 0.042609, 0.076972, 0.215624, 0.827481",\
|
|
"0.032507, 0.042609, 0.076972, 0.215624, 0.827482");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.788792, 0.807970, 0.862366, 1.085231, 2.001674",\
|
|
"0.891053, 0.910231, 0.964627, 1.187492, 2.103935",\
|
|
"1.026039, 1.045216, 1.099612, 1.322478, 2.238920",\
|
|
"1.263298, 1.282476, 1.336872, 1.559737, 2.476180",\
|
|
"1.653199, 1.672376, 1.726771, 1.949639, 2.866067");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.034050, 0.051672, 0.115010, 0.417764, 1.699980",\
|
|
"0.034050, 0.051672, 0.115010, 0.417764, 1.699980",\
|
|
"0.034050, 0.051672, 0.115010, 0.417764, 1.699980",\
|
|
"0.034050, 0.051672, 0.115010, 0.417764, 1.699980",\
|
|
"0.034052, 0.051674, 0.115012, 0.417767, 1.699980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.942011, 0.957578, 0.995582, 1.111760, 1.535648",\
|
|
"1.044690, 1.060257, 1.098262, 1.214439, 1.638327",\
|
|
"1.245748, 1.261315, 1.299319, 1.415496, 1.839385",\
|
|
"1.670154, 1.685721, 1.723726, 1.839903, 2.263791",\
|
|
"2.415395, 2.430962, 2.468966, 2.585144, 3.009032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.032507, 0.042609, 0.073951, 0.204062, 0.779400",\
|
|
"0.032507, 0.042609, 0.073951, 0.204062, 0.779400",\
|
|
"0.032507, 0.042609, 0.073951, 0.204062, 0.779400",\
|
|
"0.032507, 0.042609, 0.073951, 0.204062, 0.779400",\
|
|
"0.032507, 0.042609, 0.073951, 0.204062, 0.779400");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003787 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin ser_tx */
|
|
|
|
pin("serial_clock") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001527 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "5.311771, 5.330994, 5.387121, 5.616123, 6.552538",\
|
|
"5.421481, 5.440704, 5.496831, 5.725832, 6.662248",\
|
|
"5.609769, 5.628992, 5.685119, 5.914121, 6.850536",\
|
|
"5.990968, 6.010190, 6.066318, 6.295319, 7.231734",\
|
|
"6.688732, 6.707955, 6.764082, 6.993083, 7.929499");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.033993, 0.051601, 0.118202, 0.432589, 1.773670",\
|
|
"0.033993, 0.051601, 0.118202, 0.432589, 1.773670",\
|
|
"0.033993, 0.051601, 0.118202, 0.432589, 1.773670",\
|
|
"0.033993, 0.051601, 0.118202, 0.432589, 1.773670",\
|
|
"0.033993, 0.051601, 0.118202, 0.432589, 1.773670");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "5.529274, 5.544944, 5.584622, 5.701838, 6.138673",\
|
|
"5.638984, 5.654654, 5.694332, 5.811548, 6.248383",\
|
|
"5.827272, 5.842942, 5.882620, 5.999836, 6.436671",\
|
|
"6.208471, 6.224141, 6.263819, 6.381035, 6.817870",\
|
|
"6.906235, 6.921905, 6.961583, 7.078799, 7.515634");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "4.536663, 4.555891, 4.610276, 4.833109, 5.749785",\
|
|
"4.636315, 4.655543, 4.709929, 4.932762, 5.849438",\
|
|
"4.805792, 4.825020, 4.879405, 5.102238, 6.018914",\
|
|
"5.133994, 5.153222, 5.207607, 5.430440, 6.347116",\
|
|
"5.682453, 5.701681, 5.756066, 5.978899, 6.895576");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.033970, 0.051578, 0.114934, 0.417671, 1.700011",\
|
|
"0.033970, 0.051578, 0.114934, 0.417671, 1.700011",\
|
|
"0.033970, 0.051578, 0.114934, 0.417671, 1.700011",\
|
|
"0.033970, 0.051578, 0.114934, 0.417671, 1.700011",\
|
|
"0.033970, 0.051578, 0.114934, 0.417671, 1.700011");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "4.987578, 5.003245, 5.041171, 5.157434, 5.581429",\
|
|
"5.087230, 5.102898, 5.140823, 5.257087, 5.681081",\
|
|
"5.256708, 5.272375, 5.310301, 5.426564, 5.850558",\
|
|
"5.584910, 5.600577, 5.638503, 5.754766, 6.178761",\
|
|
"6.133368, 6.149036, 6.186962, 6.303225, 6.727219");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.032410, 0.042581, 0.073958, 0.204064, 0.779499",\
|
|
"0.032410, 0.042581, 0.073958, 0.204064, 0.779499",\
|
|
"0.032410, 0.042581, 0.073958, 0.204064, 0.779499",\
|
|
"0.032410, 0.042581, 0.073958, 0.204064, 0.779499",\
|
|
"0.032410, 0.042581, 0.073958, 0.204064, 0.779499");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "2.324409, 2.343632, 2.399760, 2.628759, 3.565188",\
|
|
"2.444237, 2.463459, 2.519587, 2.748586, 3.685015",\
|
|
"2.652630, 2.671853, 2.727980, 2.956980, 3.893409",\
|
|
"3.096690, 3.115913, 3.172040, 3.401040, 4.337469",\
|
|
"3.973088, 3.992311, 4.048439, 4.277437, 5.213867");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.033992, 0.051600, 0.118201, 0.432586, 1.773673",\
|
|
"0.033992, 0.051600, 0.118201, 0.432586, 1.773673",\
|
|
"0.033992, 0.051600, 0.118201, 0.432586, 1.773673",\
|
|
"0.033992, 0.051600, 0.118201, 0.432586, 1.773673",\
|
|
"0.033992, 0.051600, 0.118201, 0.432586, 1.773673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "2.722467, 2.738137, 2.777815, 2.895031, 3.331865",\
|
|
"2.842294, 2.857964, 2.897642, 3.014858, 3.451692",\
|
|
"3.050687, 3.066357, 3.106035, 3.223251, 3.660085",\
|
|
"3.494747, 3.510417, 3.550096, 3.667311, 4.104146",\
|
|
"4.371145, 4.386815, 4.426493, 4.543709, 4.980543");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899",\
|
|
"0.032407, 0.042582, 0.077217, 0.216642, 0.831899");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "2.322883, 2.342106, 2.396483, 2.619350, 3.535827",\
|
|
"2.405971, 2.425194, 2.479571, 2.702438, 3.618915",\
|
|
"2.544826, 2.564049, 2.618426, 2.841293, 3.757770",\
|
|
"2.792977, 2.812200, 2.866576, 3.089444, 4.005921",\
|
|
"3.117448, 3.136671, 3.191048, 3.413915, 4.330392");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.033992, 0.051600, 0.114956, 0.417710, 1.699982",\
|
|
"0.033992, 0.051600, 0.114956, 0.417710, 1.699982",\
|
|
"0.033992, 0.051600, 0.114956, 0.417710, 1.699982",\
|
|
"0.033992, 0.051600, 0.114956, 0.417710, 1.699982",\
|
|
"0.033992, 0.051600, 0.114956, 0.417710, 1.699982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "2.720941, 2.736611, 2.774533, 2.890800, 3.314798",\
|
|
"2.804029, 2.819699, 2.857621, 2.973888, 3.397886",\
|
|
"2.942883, 2.958553, 2.996476, 3.112742, 3.536740",\
|
|
"3.191034, 3.206704, 3.244627, 3.360893, 3.784891",\
|
|
"3.515505, 3.531175, 3.569098, 3.685365, 4.109363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.032407, 0.042582, 0.073960, 0.204065, 0.779503",\
|
|
"0.032407, 0.042582, 0.073960, 0.204065, 0.779503",\
|
|
"0.032407, 0.042582, 0.073960, 0.204065, 0.779503",\
|
|
"0.032407, 0.042582, 0.073960, 0.204065, 0.779503",\
|
|
"0.032407, 0.042582, 0.073960, 0.204065, 0.779503");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg_min*/
|
|
|
|
} /* end of pin serial_clock */
|
|
|
|
pin("serial_data_1") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000785 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "5.416494, 5.436430, 5.492760, 5.721274, 6.646415",\
|
|
"5.526204, 5.546140, 5.602469, 5.830984, 6.756124",\
|
|
"5.714492, 5.734429, 5.790758, 6.019272, 6.944413",\
|
|
"6.095691, 6.115627, 6.171956, 6.400471, 7.325611",\
|
|
"6.793455, 6.813391, 6.869720, 7.098235, 8.023376");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.033826, 0.051507, 0.117238, 0.429667, 1.748811",\
|
|
"0.033826, 0.051507, 0.117238, 0.429667, 1.748811",\
|
|
"0.033826, 0.051507, 0.117238, 0.429667, 1.748811",\
|
|
"0.033826, 0.051507, 0.117238, 0.429667, 1.748811",\
|
|
"0.033826, 0.051507, 0.117238, 0.429667, 1.748811");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "5.594910, 5.611207, 5.650863, 5.772710, 6.204038",\
|
|
"5.704619, 5.720917, 5.760573, 5.882420, 6.313748",\
|
|
"5.892908, 5.909205, 5.948861, 6.070708, 6.502036",\
|
|
"6.274106, 6.290403, 6.330060, 6.451907, 6.883235",\
|
|
"6.971870, 6.988168, 7.027824, 7.149671, 7.580999");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.031511, 0.042047, 0.076293, 0.216642, 0.825482",\
|
|
"0.031511, 0.042047, 0.076293, 0.216642, 0.825482",\
|
|
"0.031511, 0.042047, 0.076293, 0.216642, 0.825482",\
|
|
"0.031511, 0.042047, 0.076293, 0.216642, 0.825482",\
|
|
"0.031511, 0.042047, 0.076293, 0.216642, 0.825482");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "4.374894, 4.394804, 4.449596, 4.672732, 5.589101",\
|
|
"4.474546, 4.494457, 4.549248, 4.772385, 5.688753",\
|
|
"4.644023, 4.663934, 4.718725, 4.941862, 5.858230",\
|
|
"4.972226, 4.992136, 5.046928, 5.270064, 6.186433",\
|
|
"5.520684, 5.540595, 5.595386, 5.818522, 6.734891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.033739, 0.051427, 0.114377, 0.416665, 1.701980",\
|
|
"0.033739, 0.051427, 0.114377, 0.416665, 1.701980",\
|
|
"0.033739, 0.051427, 0.114377, 0.416665, 1.701980",\
|
|
"0.033739, 0.051427, 0.114377, 0.416665, 1.701980",\
|
|
"0.033739, 0.051427, 0.114377, 0.416665, 1.701980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "4.735672, 4.751966, 4.790112, 4.906543, 5.331058",\
|
|
"4.835324, 4.851619, 4.889764, 5.006195, 5.430710",\
|
|
"5.004800, 5.021095, 5.059241, 5.175672, 5.600187",\
|
|
"5.333003, 5.349298, 5.387443, 5.503874, 5.928389",\
|
|
"5.881461, 5.897756, 5.935902, 6.052332, 6.476848");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.031514, 0.042046, 0.073470, 0.203540, 0.779624",\
|
|
"0.031514, 0.042046, 0.073470, 0.203540, 0.779624",\
|
|
"0.031514, 0.042046, 0.073470, 0.203540, 0.779624",\
|
|
"0.031514, 0.042046, 0.073470, 0.203540, 0.779624",\
|
|
"0.031514, 0.042046, 0.073470, 0.203540, 0.779624");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_1_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "2.419871, 2.439808, 2.496138, 2.724653, 3.649794",\
|
|
"2.539698, 2.559635, 2.615965, 2.844480, 3.769622",\
|
|
"2.748090, 2.768027, 2.824358, 3.052873, 3.978014",\
|
|
"3.192123, 3.212060, 3.268390, 3.496905, 4.422047",\
|
|
"4.068335, 4.088272, 4.144603, 4.373117, 5.298259");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.033830, 0.051511, 0.117240, 0.429667, 1.748811",\
|
|
"0.033830, 0.051511, 0.117240, 0.429667, 1.748811",\
|
|
"0.033830, 0.051511, 0.117240, 0.429667, 1.748811",\
|
|
"0.033830, 0.051511, 0.117240, 0.429667, 1.748811",\
|
|
"0.033830, 0.051511, 0.117240, 0.429667, 1.748811");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "2.762272, 2.778569, 2.818225, 2.940072, 3.371400",\
|
|
"2.882099, 2.898396, 2.938052, 3.059899, 3.491227",\
|
|
"3.090492, 3.106788, 3.146445, 3.268292, 3.699620",\
|
|
"3.534524, 3.550821, 3.590477, 3.712324, 4.143652",\
|
|
"4.410736, 4.427033, 4.466689, 4.588536, 5.019864");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.031512, 0.042047, 0.076293, 0.216642, 0.825481",\
|
|
"0.031512, 0.042047, 0.076293, 0.216642, 0.825481",\
|
|
"0.031512, 0.042047, 0.076293, 0.216642, 0.825481",\
|
|
"0.031512, 0.042047, 0.076293, 0.216642, 0.825481",\
|
|
"0.031512, 0.042047, 0.076293, 0.216642, 0.825481");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "2.391117, 2.411054, 2.465875, 2.689014, 3.605393",\
|
|
"2.474205, 2.494142, 2.548963, 2.772102, 3.688481",\
|
|
"2.613059, 2.632996, 2.687817, 2.910956, 3.827335",\
|
|
"2.861182, 2.881119, 2.935941, 3.159080, 4.075459",\
|
|
"3.185467, 3.205404, 3.260226, 3.483365, 4.399744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.033830, 0.051511, 0.114429, 0.416660, 1.701975",\
|
|
"0.033830, 0.051511, 0.114429, 0.416660, 1.701975",\
|
|
"0.033830, 0.051511, 0.114429, 0.416660, 1.701975",\
|
|
"0.033830, 0.051511, 0.114429, 0.416660, 1.701975",\
|
|
"0.033830, 0.051511, 0.114429, 0.416660, 1.701975");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "2.754095, 2.770392, 2.808535, 2.924970, 3.349488",\
|
|
"2.837183, 2.853480, 2.891623, 3.008058, 3.432576",\
|
|
"2.976037, 2.992334, 3.030477, 3.146912, 3.571430",\
|
|
"3.224160, 3.240457, 3.278600, 3.395035, 3.819554",\
|
|
"3.548446, 3.564743, 3.602886, 3.719320, 4.143839");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.031512, 0.042047, 0.073471, 0.203541, 0.779628",\
|
|
"0.031512, 0.042047, 0.073471, 0.203541, 0.779628",\
|
|
"0.031512, 0.042047, 0.073471, 0.203541, 0.779628",\
|
|
"0.031512, 0.042047, 0.073471, 0.203541, 0.779628",\
|
|
"0.031512, 0.042047, 0.073471, 0.203541, 0.779628");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg_min*/
|
|
|
|
} /* end of pin serial_data_1 */
|
|
|
|
pin("serial_data_2") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000949 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "5.323465, 5.343049, 5.399113, 5.627498, 6.558771",\
|
|
"5.433175, 5.452759, 5.508822, 5.737208, 6.668480",\
|
|
"5.621463, 5.641047, 5.697111, 5.925496, 6.856768",\
|
|
"6.002662, 6.022245, 6.078309, 6.306695, 7.237967",\
|
|
"6.700426, 6.720010, 6.776073, 7.004459, 7.935731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.032992, 0.050710, 0.116876, 0.430049, 1.759273",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.759273",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.759273",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.759273",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.759273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "5.538143, 5.554250, 5.593961, 5.711137, 6.147086",\
|
|
"5.647853, 5.663960, 5.703671, 5.820847, 6.256795",\
|
|
"5.836141, 5.852248, 5.891959, 6.009135, 6.445084",\
|
|
"6.217340, 6.233446, 6.273157, 6.390334, 6.826282",\
|
|
"6.915104, 6.931211, 6.970922, 7.088098, 7.524046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.031764, 0.042152, 0.076441, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076441, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076441, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076441, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076441, 0.214870, 0.826396");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "4.275107, 4.294697, 4.349218, 4.572073, 5.489407",\
|
|
"4.374759, 4.394349, 4.448870, 4.671725, 5.589059",\
|
|
"4.544236, 4.563826, 4.618347, 4.841202, 5.758537",\
|
|
"4.872438, 4.892028, 4.946549, 5.169405, 6.086739",\
|
|
"5.420897, 5.440487, 5.495008, 5.717863, 6.635197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.032970, 0.050688, 0.113976, 0.416708, 1.700007",\
|
|
"0.032970, 0.050688, 0.113976, 0.416708, 1.700007",\
|
|
"0.032970, 0.050688, 0.113976, 0.416708, 1.700007",\
|
|
"0.032970, 0.050688, 0.113976, 0.416708, 1.700007",\
|
|
"0.032970, 0.050688, 0.113976, 0.416708, 1.700007");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "4.663452, 4.679556, 4.717716, 4.834036, 5.258358",\
|
|
"4.763104, 4.779209, 4.817369, 4.933688, 5.358010",\
|
|
"4.932582, 4.948686, 4.986846, 5.103166, 5.527488",\
|
|
"5.260784, 5.276888, 5.315048, 5.431368, 5.855690",\
|
|
"5.809243, 5.825347, 5.863507, 5.979826, 6.404149");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.031767, 0.042151, 0.073551, 0.203632, 0.779508",\
|
|
"0.031767, 0.042151, 0.073551, 0.203632, 0.779508",\
|
|
"0.031767, 0.042151, 0.073551, 0.203632, 0.779508",\
|
|
"0.031767, 0.042151, 0.073551, 0.203632, 0.779508",\
|
|
"0.031767, 0.042151, 0.073551, 0.203632, 0.779508");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_2_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "2.375972, 2.395556, 2.451620, 2.680005, 3.616126",\
|
|
"2.495799, 2.515383, 2.571447, 2.799832, 3.735954",\
|
|
"2.704191, 2.723775, 2.779839, 3.008224, 3.944345",\
|
|
"3.148255, 3.167839, 3.223903, 3.452288, 4.388410",\
|
|
"4.024537, 4.044121, 4.100184, 4.328570, 5.264691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.032992, 0.050710, 0.116876, 0.430049, 1.768084",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.768084",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.768084",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.768084",\
|
|
"0.032992, 0.050710, 0.116876, 0.430049, 1.768084");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "2.766032, 2.782138, 2.821850, 2.939026, 3.374974",\
|
|
"2.885859, 2.901966, 2.941677, 3.058853, 3.494801",\
|
|
"3.094251, 3.110358, 3.150069, 3.267245, 3.703193",\
|
|
"3.538314, 3.554421, 3.594132, 3.711309, 4.147256",\
|
|
"4.414597, 4.430703, 4.470414, 4.587590, 5.023538");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.031764, 0.042152, 0.076440, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076440, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076440, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076440, 0.214870, 0.826396",\
|
|
"0.031764, 0.042152, 0.076440, 0.214870, 0.826396");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "2.353280, 2.372864, 2.427377, 2.650267, 3.567399",\
|
|
"2.436368, 2.455952, 2.510465, 2.733355, 3.650487",\
|
|
"2.575222, 2.594806, 2.649319, 2.872209, 3.789341",\
|
|
"2.823377, 2.842961, 2.897474, 3.120364, 4.037496",\
|
|
"3.147732, 3.167316, 3.221829, 3.444719, 4.361851");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.032992, 0.050710, 0.113998, 0.416748, 1.699977",\
|
|
"0.032992, 0.050710, 0.113998, 0.416748, 1.699977",\
|
|
"0.032992, 0.050710, 0.113998, 0.416748, 1.699977",\
|
|
"0.032992, 0.050710, 0.113998, 0.416748, 1.699977",\
|
|
"0.032992, 0.050710, 0.113998, 0.416748, 1.699977");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "2.750976, 2.767083, 2.805240, 2.921563, 3.345889",\
|
|
"2.834064, 2.850171, 2.888328, 3.004651, 3.428977",\
|
|
"2.972917, 2.989024, 3.027181, 3.143504, 3.567830",\
|
|
"3.221072, 3.237179, 3.275336, 3.391659, 3.815985",\
|
|
"3.545428, 3.561534, 3.599691, 3.716014, 4.140340");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.031764, 0.042152, 0.073552, 0.203633, 0.779512",\
|
|
"0.031764, 0.042152, 0.073552, 0.203633, 0.779512",\
|
|
"0.031764, 0.042152, 0.073552, 0.203633, 0.779512",\
|
|
"0.031764, 0.042152, 0.073552, 0.203633, 0.779512",\
|
|
"0.031764, 0.042152, 0.073552, 0.203633, 0.779512");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg_min*/
|
|
|
|
} /* end of pin serial_data_2 */
|
|
|
|
pin("serial_load") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.265498, 5.285103, 5.341208, 5.569409, 6.498060",\
|
|
"5.375207, 5.394813, 5.450917, 5.679119, 6.607770",\
|
|
"5.563496, 5.583101, 5.639205, 5.867407, 6.796058",\
|
|
"5.944694, 5.964299, 6.020404, 6.248605, 7.177257",\
|
|
"6.642458, 6.662064, 6.718168, 6.946370, 7.875021");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.032905, 0.050617, 0.116785, 0.429869, 1.750572",\
|
|
"0.032905, 0.050617, 0.116785, 0.429869, 1.750572",\
|
|
"0.032905, 0.050617, 0.116785, 0.429869, 1.750572",\
|
|
"0.032905, 0.050617, 0.116785, 0.429869, 1.750572",\
|
|
"0.032905, 0.050617, 0.116785, 0.429869, 1.750572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.493979, 5.510053, 5.549784, 5.666933, 6.102837",\
|
|
"5.603689, 5.619763, 5.659494, 5.776642, 6.212547",\
|
|
"5.791977, 5.808051, 5.847782, 5.964931, 6.400835",\
|
|
"6.173176, 6.189250, 6.228981, 6.346129, 6.782033",\
|
|
"6.870940, 6.887014, 6.926745, 7.043893, 7.479798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031804, 0.042158, 0.076442, 0.214873, 0.826360",\
|
|
"0.031804, 0.042158, 0.076442, 0.214873, 0.826360",\
|
|
"0.031804, 0.042158, 0.076442, 0.214873, 0.826360",\
|
|
"0.031804, 0.042158, 0.076442, 0.214873, 0.826360",\
|
|
"0.031804, 0.042158, 0.076442, 0.214873, 0.826360");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.593458, 4.613069, 4.667630, 4.890303, 5.808680",\
|
|
"4.693110, 4.712721, 4.767282, 4.989955, 5.908332",\
|
|
"4.862587, 4.882198, 4.936759, 5.159432, 6.077809",\
|
|
"5.190789, 5.210401, 5.264962, 5.487634, 6.406011",\
|
|
"5.739248, 5.758860, 5.813421, 6.036093, 6.954470");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.032884, 0.050595, 0.113884, 0.416530, 1.700163",\
|
|
"0.032884, 0.050595, 0.113884, 0.416530, 1.700163",\
|
|
"0.032884, 0.050595, 0.113884, 0.416530, 1.700163",\
|
|
"0.032884, 0.050595, 0.113884, 0.416530, 1.700163",\
|
|
"0.032884, 0.050595, 0.113884, 0.416530, 1.700163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.016038, 5.032106, 5.070289, 5.186572, 5.610847",\
|
|
"5.115691, 5.131758, 5.169941, 5.286224, 5.710499",\
|
|
"5.285168, 5.301236, 5.339419, 5.455701, 5.879977",\
|
|
"5.613370, 5.629438, 5.667621, 5.783904, 6.208179",\
|
|
"6.161829, 6.177897, 6.216080, 6.332363, 6.756638");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031811, 0.042156, 0.073549, 0.203633, 0.779465",\
|
|
"0.031811, 0.042156, 0.073549, 0.203633, 0.779465",\
|
|
"0.031811, 0.042156, 0.073549, 0.203633, 0.779465",\
|
|
"0.031811, 0.042156, 0.073549, 0.203633, 0.779465",\
|
|
"0.031811, 0.042156, 0.073549, 0.203633, 0.779465");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_load_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.244701, 2.264307, 2.320413, 2.548609, 3.477288",\
|
|
"2.364528, 2.384135, 2.440240, 2.668437, 3.597116",\
|
|
"2.572922, 2.592528, 2.648633, 2.876830, 3.805509",\
|
|
"3.016982, 3.036588, 3.092693, 3.320890, 4.249569",\
|
|
"3.893380, 3.912986, 3.969091, 4.197288, 5.125967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.032902, 0.050613, 0.116782, 0.429864, 1.750578",\
|
|
"0.032902, 0.050613, 0.116782, 0.429864, 1.750578",\
|
|
"0.032902, 0.050613, 0.116782, 0.429864, 1.750578",\
|
|
"0.032902, 0.050613, 0.116782, 0.429864, 1.750578",\
|
|
"0.032902, 0.050613, 0.116782, 0.429864, 1.750578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.634073, 2.650141, 2.689878, 2.807019, 3.242915",\
|
|
"2.753900, 2.769968, 2.809705, 2.926846, 3.362742",\
|
|
"2.962293, 2.978361, 3.018098, 3.135239, 3.571135",\
|
|
"3.406353, 3.422421, 3.462158, 3.579299, 4.015195",\
|
|
"4.282751, 4.298819, 4.338557, 4.455698, 4.891593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031810, 0.042156, 0.076439, 0.214871, 0.826351",\
|
|
"0.031810, 0.042156, 0.076439, 0.214871, 0.826351",\
|
|
"0.031810, 0.042156, 0.076439, 0.214871, 0.826351",\
|
|
"0.031810, 0.042156, 0.076439, 0.214871, 0.826351",\
|
|
"0.031810, 0.042156, 0.076439, 0.214871, 0.826351");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.243175, 2.262781, 2.317335, 2.540036, 3.458247",\
|
|
"2.326263, 2.345869, 2.400423, 2.623124, 3.541335",\
|
|
"2.465117, 2.484724, 2.539278, 2.761979, 3.680190",\
|
|
"2.713269, 2.732875, 2.787429, 3.010130, 3.928341",\
|
|
"3.037740, 3.057346, 3.111901, 3.334602, 4.252812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.032902, 0.050613, 0.113903, 0.416562, 1.700140",\
|
|
"0.032902, 0.050613, 0.113903, 0.416562, 1.700140",\
|
|
"0.032902, 0.050613, 0.113903, 0.416562, 1.700140",\
|
|
"0.032902, 0.050613, 0.113903, 0.416562, 1.700140",\
|
|
"0.032902, 0.050613, 0.113903, 0.416562, 1.700140");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.632547, 2.648615, 2.686797, 2.803081, 3.227358",\
|
|
"2.715635, 2.731703, 2.769885, 2.886168, 3.310446",\
|
|
"2.854489, 2.870558, 2.908740, 3.025023, 3.449301",\
|
|
"3.102640, 3.118708, 3.156890, 3.273174, 3.697451",\
|
|
"3.427112, 3.443180, 3.481362, 3.597646, 4.021923");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031810, 0.042156, 0.073550, 0.203633, 0.779467",\
|
|
"0.031810, 0.042156, 0.073550, 0.203633, 0.779467",\
|
|
"0.031810, 0.042156, 0.073550, 0.203633, 0.779467",\
|
|
"0.031810, 0.042156, 0.073550, 0.203633, 0.779467",\
|
|
"0.031810, 0.042156, 0.073550, 0.203633, 0.779467");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg_min*/
|
|
|
|
} /* end of pin serial_load */
|
|
|
|
pin("serial_resetn") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000769 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "5.265998, 5.285731, 5.341834, 5.569926, 6.498578",\
|
|
"5.375708, 5.395441, 5.451543, 5.679636, 6.608288",\
|
|
"5.563996, 5.583729, 5.639832, 5.867924, 6.796576",\
|
|
"5.945195, 5.964928, 6.021030, 6.249123, 7.177774",\
|
|
"6.642959, 6.662692, 6.718794, 6.946887, 7.875539");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.032568, 0.050313, 0.116395, 0.429253, 1.749481",\
|
|
"0.032568, 0.050313, 0.116395, 0.429253, 1.749481",\
|
|
"0.032568, 0.050313, 0.116395, 0.429253, 1.749481",\
|
|
"0.032568, 0.050313, 0.116395, 0.429253, 1.749481",\
|
|
"0.032568, 0.050313, 0.116395, 0.429253, 1.749481");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "5.494384, 5.510609, 5.550372, 5.667509, 6.103303",\
|
|
"5.604094, 5.620318, 5.660082, 5.777219, 6.213013",\
|
|
"5.792382, 5.808607, 5.848370, 5.965507, 6.401301",\
|
|
"6.173580, 6.189805, 6.229568, 6.346705, 6.782500",\
|
|
"6.871345, 6.887569, 6.927333, 7.044470, 7.480264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031586, 0.042008, 0.076235, 0.214476, 0.825332",\
|
|
"0.031586, 0.042008, 0.076235, 0.214476, 0.825332",\
|
|
"0.031586, 0.042008, 0.076235, 0.214476, 0.825332",\
|
|
"0.031586, 0.042008, 0.076235, 0.214476, 0.825332",\
|
|
"0.031586, 0.042008, 0.076235, 0.214476, 0.825332");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "4.639369, 4.659109, 4.713711, 4.936393, 5.854980",\
|
|
"4.739022, 4.758761, 4.813364, 5.036046, 5.954633",\
|
|
"4.908499, 4.928238, 4.982840, 5.205522, 6.124110",\
|
|
"5.236701, 5.256440, 5.311042, 5.533724, 6.452312",\
|
|
"5.785160, 5.804899, 5.859501, 6.082183, 7.000771");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.032545, 0.050290, 0.113561, 0.416205, 1.700160",\
|
|
"0.032545, 0.050290, 0.113561, 0.416205, 1.700160",\
|
|
"0.032545, 0.050290, 0.113561, 0.416205, 1.700160",\
|
|
"0.032545, 0.050290, 0.113561, 0.416205, 1.700160",\
|
|
"0.032545, 0.050290, 0.113561, 0.416205, 1.700160");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "5.050660, 5.066878, 5.105137, 5.221437, 5.645823",\
|
|
"5.150312, 5.166530, 5.204790, 5.321089, 5.745475",\
|
|
"5.319789, 5.336007, 5.374267, 5.490566, 5.914952",\
|
|
"5.647991, 5.664209, 5.702469, 5.818769, 6.243154",\
|
|
"6.196450, 6.212668, 6.250928, 6.367228, 6.791613");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031593, 0.042006, 0.073410, 0.203486, 0.779467",\
|
|
"0.031593, 0.042006, 0.073410, 0.203486, 0.779467",\
|
|
"0.031593, 0.042006, 0.073410, 0.203486, 0.779467",\
|
|
"0.031593, 0.042006, 0.073410, 0.203486, 0.779467",\
|
|
"0.031593, 0.042006, 0.073410, 0.203486, 0.779467");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_resetn_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.222711, 2.242445, 2.298549, 2.526635, 3.455326",\
|
|
"2.342538, 2.362272, 2.418376, 2.646462, 3.575153",\
|
|
"2.550931, 2.570665, 2.626769, 2.854856, 3.783546",\
|
|
"2.994991, 3.014726, 3.070830, 3.298916, 4.227606",\
|
|
"3.871389, 3.891124, 3.947228, 4.175313, 5.104004");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.032563, 0.050309, 0.116391, 0.429245, 1.749488",\
|
|
"0.032563, 0.050309, 0.116391, 0.429245, 1.749488",\
|
|
"0.032563, 0.050309, 0.116391, 0.429245, 1.749488",\
|
|
"0.032563, 0.050309, 0.116391, 0.429245, 1.749488",\
|
|
"0.032563, 0.050309, 0.116391, 0.429245, 1.749488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.616718, 2.632938, 2.672709, 2.789838, 3.225623",\
|
|
"2.736546, 2.752765, 2.792536, 2.909665, 3.345450",\
|
|
"2.944939, 2.961158, 3.000929, 3.118058, 3.553843",\
|
|
"3.388999, 3.405218, 3.444989, 3.562118, 3.997903",\
|
|
"4.265397, 4.281616, 4.321387, 4.438516, 4.874301");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031592, 0.042006, 0.076232, 0.214474, 0.825323",\
|
|
"0.031592, 0.042006, 0.076232, 0.214474, 0.825323",\
|
|
"0.031592, 0.042006, 0.076232, 0.214474, 0.825323",\
|
|
"0.031592, 0.042006, 0.076232, 0.214474, 0.825323",\
|
|
"0.031592, 0.042006, 0.076232, 0.214474, 0.825323");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.221185, 2.240919, 2.295515, 2.518225, 3.436647",\
|
|
"2.304272, 2.324007, 2.378602, 2.601313, 3.519735",\
|
|
"2.443127, 2.462862, 2.517457, 2.740167, 3.658589",\
|
|
"2.691278, 2.711012, 2.765608, 2.988318, 3.906741",\
|
|
"3.015750, 3.035484, 3.090080, 3.312790, 4.231212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.032563, 0.050309, 0.113579, 0.416237, 1.700136",\
|
|
"0.032563, 0.050309, 0.113579, 0.416237, 1.700136",\
|
|
"0.032563, 0.050309, 0.113579, 0.416237, 1.700136",\
|
|
"0.032563, 0.050309, 0.113579, 0.416237, 1.700136",\
|
|
"0.032563, 0.050309, 0.113579, 0.416237, 1.700136");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.615192, 2.631412, 2.669670, 2.785971, 3.210358",\
|
|
"2.698280, 2.714500, 2.752758, 2.869059, 3.293446",\
|
|
"2.837135, 2.853354, 2.891613, 3.007914, 3.432301",\
|
|
"3.085286, 3.101506, 3.139764, 3.256065, 3.680452",\
|
|
"3.409757, 3.425977, 3.464235, 3.580536, 4.004923");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031592, 0.042006, 0.073411, 0.203486, 0.779469",\
|
|
"0.031592, 0.042006, 0.073411, 0.203486, 0.779469",\
|
|
"0.031592, 0.042006, 0.073411, 0.203486, 0.779469",\
|
|
"0.031592, 0.042006, 0.073411, 0.203486, 0.779469",\
|
|
"0.031592, 0.042006, 0.073411, 0.203486, 0.779469");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg_min*/
|
|
|
|
} /* end of pin serial_resetn */
|
|
|
|
pin("spi_csb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004429 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004238 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004529 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_sck */
|
|
|
|
pin("spi_sdi") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001179 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "1.041574, 1.061244, 1.117636, 1.346763, 2.272295",\
|
|
"1.141623, 1.161293, 1.217685, 1.446813, 2.372344",\
|
|
"1.278519, 1.298190, 1.354581, 1.583709, 2.509240",\
|
|
"1.518618, 1.538289, 1.594681, 1.823809, 2.749340",\
|
|
"1.908322, 1.927995, 1.984390, 2.213517, 3.139050");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.034434, 0.052037, 0.118197, 0.431869, 1.754230",\
|
|
"0.034434, 0.052037, 0.118197, 0.431869, 1.754230",\
|
|
"0.034434, 0.052037, 0.118197, 0.431869, 1.754230",\
|
|
"0.034436, 0.052039, 0.118198, 0.431869, 1.754230",\
|
|
"0.034443, 0.052046, 0.118202, 0.431869, 1.754230");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.983232, 0.999174, 1.038934, 1.156143, 1.592952",\
|
|
"1.088087, 1.104030, 1.143790, 1.260998, 1.697807",\
|
|
"1.279379, 1.295321, 1.335081, 1.452289, 1.889098",\
|
|
"1.667672, 1.683614, 1.723374, 1.840583, 2.277392",\
|
|
"2.345999, 2.361941, 2.401701, 2.518910, 2.955720");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.032022, 0.042312, 0.076884, 0.216101, 0.830785",\
|
|
"0.032022, 0.042312, 0.076884, 0.216101, 0.830785",\
|
|
"0.032022, 0.042312, 0.076884, 0.216101, 0.830785",\
|
|
"0.032022, 0.042312, 0.076884, 0.216101, 0.830785",\
|
|
"0.032022, 0.042312, 0.076884, 0.216101, 0.830786");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "1.041574, 1.061244, 1.115935, 1.339060, 2.254960",\
|
|
"1.141623, 1.161293, 1.215984, 1.439109, 2.355009",\
|
|
"1.278519, 1.298190, 1.352881, 1.576005, 2.491905",\
|
|
"1.518618, 1.538289, 1.592981, 1.816105, 2.732005",\
|
|
"1.908322, 1.927995, 1.982689, 2.205814, 3.121714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.034434, 0.052037, 0.115038, 0.417323, 1.701979",\
|
|
"0.034434, 0.052037, 0.115038, 0.417323, 1.701979",\
|
|
"0.034434, 0.052037, 0.115038, 0.417323, 1.701979",\
|
|
"0.034436, 0.052039, 0.115040, 0.417323, 1.701979",\
|
|
"0.034443, 0.052046, 0.115044, 0.417323, 1.701979");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.980463, 0.996405, 1.034460, 1.150757, 1.574949",\
|
|
"1.085318, 1.101261, 1.139315, 1.255612, 1.679804",\
|
|
"1.276679, 1.292621, 1.330675, 1.446972, 1.871164",\
|
|
"1.665405, 1.681347, 1.719402, 1.835699, 2.259891",\
|
|
"2.345999, 2.361941, 2.399996, 2.516293, 2.940486");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.032022, 0.042312, 0.073713, 0.203804, 0.779504",\
|
|
"0.032022, 0.042312, 0.073713, 0.203804, 0.779504",\
|
|
"0.032022, 0.042312, 0.073713, 0.203804, 0.779504",\
|
|
"0.032022, 0.042312, 0.073713, 0.203804, 0.779504",\
|
|
"0.032022, 0.042312, 0.073713, 0.203804, 0.779505");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.955302, 0.974968, 1.031356, 1.260483, 2.186013",\
|
|
"1.059508, 1.079174, 1.135562, 1.364689, 2.290219",\
|
|
"1.223901, 1.243567, 1.299955, 1.529082, 2.454612",\
|
|
"1.530028, 1.549695, 1.606084, 1.835211, 2.760741",\
|
|
"2.055690, 2.075358, 2.131749, 2.360876, 3.286407");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.034421, 0.052025, 0.118190, 0.431870, 1.754231",\
|
|
"0.034421, 0.052025, 0.118190, 0.431870, 1.754231",\
|
|
"0.034422, 0.052026, 0.118190, 0.431870, 1.754231",\
|
|
"0.034424, 0.052027, 0.118191, 0.431870, 1.754231",\
|
|
"0.034430, 0.052033, 0.118195, 0.431870, 1.754231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.988790, 1.004737, 1.044492, 1.161707, 1.598524",\
|
|
"1.092705, 1.108652, 1.148406, 1.265621, 1.702438",\
|
|
"1.286075, 1.302022, 1.341776, 1.458991, 1.895808",\
|
|
"1.685925, 1.701872, 1.741626, 1.858841, 2.295658",\
|
|
"2.365984, 2.381931, 2.421685, 2.538900, 2.975718");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.032017, 0.042314, 0.076886, 0.216103, 0.830794",\
|
|
"0.032017, 0.042314, 0.076886, 0.216103, 0.830794",\
|
|
"0.032017, 0.042314, 0.076886, 0.216103, 0.830794",\
|
|
"0.032017, 0.042314, 0.076886, 0.216103, 0.830794",\
|
|
"0.032016, 0.042314, 0.076886, 0.216103, 0.830795");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.955302, 0.974968, 1.029655, 1.252779, 2.168678",\
|
|
"1.059508, 1.079174, 1.133862, 1.356985, 2.272884",\
|
|
"1.223901, 1.243567, 1.298254, 1.521378, 2.437277",\
|
|
"1.530028, 1.549695, 1.604383, 1.827507, 2.743406",\
|
|
"2.055690, 2.075358, 2.130049, 2.353173, 3.269072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.034421, 0.052025, 0.115031, 0.417325, 1.701980",\
|
|
"0.034421, 0.052025, 0.115031, 0.417325, 1.701980",\
|
|
"0.034422, 0.052026, 0.115031, 0.417325, 1.701980",\
|
|
"0.034424, 0.052027, 0.115032, 0.417324, 1.701980",\
|
|
"0.034430, 0.052033, 0.115036, 0.417324, 1.701980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.988790, 1.004737, 1.042786, 1.159091, 1.583290",\
|
|
"1.092705, 1.108652, 1.146700, 1.263005, 1.687204",\
|
|
"1.286075, 1.302022, 1.340070, 1.456375, 1.880574",\
|
|
"1.685925, 1.701872, 1.739920, 1.856225, 2.280425",\
|
|
"2.365984, 2.381931, 2.419979, 2.536284, 2.960484");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.032017, 0.042314, 0.073715, 0.203806, 0.779513",\
|
|
"0.032017, 0.042314, 0.073715, 0.203806, 0.779513",\
|
|
"0.032017, 0.042314, 0.073715, 0.203806, 0.779513",\
|
|
"0.032017, 0.042314, 0.073716, 0.203806, 0.779513",\
|
|
"0.032016, 0.042314, 0.073716, 0.203806, 0.779514");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una_min*/
|
|
|
|
} /* end of pin spi_sdi */
|
|
|
|
pin("spi_sdo") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004429 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004509 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_sdoenb */
|
|
|
|
pin("spimemio_flash_clk") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004050 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_clk */
|
|
|
|
pin("spimemio_flash_csb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003980 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_csb */
|
|
|
|
pin("spimemio_flash_io0_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001309 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "3.137248, 3.157987, 3.215720, 3.444973, 4.370804",\
|
|
"3.246958, 3.267697, 3.325430, 3.554683, 4.480514",\
|
|
"3.435232, 3.455972, 3.513704, 3.742958, 4.668788",\
|
|
"3.816391, 3.837130, 3.894862, 4.124116, 5.049947",\
|
|
"4.514217, 4.534956, 4.592689, 4.821943, 5.747774");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.038860, 0.056138, 0.120820, 0.431857, 1.753960",\
|
|
"0.038860, 0.056138, 0.120820, 0.431857, 1.753960",\
|
|
"0.038860, 0.056138, 0.120820, 0.431857, 1.753960",\
|
|
"0.038860, 0.056138, 0.120820, 0.431857, 1.753960",\
|
|
"0.038860, 0.056138, 0.120820, 0.431857, 1.753960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "2.687473, 2.703394, 2.743008, 2.860337, 3.297200",\
|
|
"2.797183, 2.813103, 2.852718, 2.970046, 3.406909",\
|
|
"2.985457, 3.001378, 3.040992, 3.158321, 3.595184",\
|
|
"3.366615, 3.382536, 3.422150, 3.539479, 3.976342",\
|
|
"4.064443, 4.080363, 4.119977, 4.237306, 4.674170");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.032073, 0.042442, 0.077030, 0.216245, 0.830938",\
|
|
"0.032073, 0.042442, 0.077030, 0.216245, 0.830938",\
|
|
"0.032073, 0.042442, 0.077030, 0.216245, 0.830938",\
|
|
"0.032073, 0.042442, 0.077030, 0.216245, 0.830938",\
|
|
"0.032073, 0.042442, 0.077030, 0.216245, 0.830938");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io0_di_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "3.094546, 3.115285, 3.171313, 3.394562, 4.310789",\
|
|
"3.194199, 3.214938, 3.270965, 3.494215, 4.410441",\
|
|
"3.363662, 3.384401, 3.440428, 3.663678, 4.579904",\
|
|
"3.691823, 3.712563, 3.768590, 3.991840, 4.908066",\
|
|
"4.240345, 4.261085, 4.317112, 4.540362, 5.456588");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.038860, 0.056138, 0.117655, 0.417305, 1.701710",\
|
|
"0.038860, 0.056138, 0.117655, 0.417305, 1.701710",\
|
|
"0.038860, 0.056138, 0.117655, 0.417305, 1.701710",\
|
|
"0.038860, 0.056138, 0.117655, 0.417305, 1.701710",\
|
|
"0.038860, 0.056138, 0.117655, 0.417305, 1.701710");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "2.676124, 2.692038, 2.729950, 2.846356, 3.270601",\
|
|
"2.775776, 2.791691, 2.829603, 2.946008, 3.370253",\
|
|
"2.945240, 2.961154, 2.999066, 3.115471, 3.539716",\
|
|
"3.273401, 3.289315, 3.327228, 3.443633, 3.867878",\
|
|
"3.821924, 3.837838, 3.875750, 3.992155, 4.416400");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.032080, 0.042440, 0.073849, 0.203939, 0.779646",\
|
|
"0.032080, 0.042440, 0.073849, 0.203939, 0.779646",\
|
|
"0.032080, 0.042440, 0.073849, 0.203939, 0.779646",\
|
|
"0.032080, 0.042440, 0.073849, 0.203939, 0.779646",\
|
|
"0.032080, 0.042440, 0.073849, 0.203939, 0.779646");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io0_di_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "1.064646, 1.085361, 1.143065, 1.372316, 2.298137",\
|
|
"1.166335, 1.187050, 1.244753, 1.474004, 2.399826",\
|
|
"1.300915, 1.321630, 1.379334, 1.608585, 2.534406",\
|
|
"1.539426, 1.560142, 1.617845, 1.847096, 2.772918",\
|
|
"1.918557, 1.939272, 1.996976, 2.226226, 3.152047");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.038772, 0.056056, 0.120769, 0.431862, 1.753966",\
|
|
"0.038772, 0.056056, 0.120769, 0.431862, 1.753966",\
|
|
"0.038772, 0.056056, 0.120769, 0.431862, 1.753966",\
|
|
"0.038772, 0.056056, 0.120769, 0.431862, 1.753966",\
|
|
"0.038772, 0.056056, 0.120769, 0.431862, 1.753965");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "1.004661, 1.020596, 1.060192, 1.177541, 1.614429",\
|
|
"1.106864, 1.122799, 1.162396, 1.279745, 1.716632",\
|
|
"1.308089, 1.324024, 1.363621, 1.480970, 1.917857",\
|
|
"1.724792, 1.740727, 1.780323, 1.897673, 2.334560",\
|
|
"2.451907, 2.467841, 2.507438, 2.624787, 3.061674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.032057, 0.042447, 0.077038, 0.216252, 0.830965",\
|
|
"0.032057, 0.042447, 0.077038, 0.216252, 0.830965",\
|
|
"0.032057, 0.042447, 0.077038, 0.216252, 0.830965",\
|
|
"0.032057, 0.042447, 0.077038, 0.216252, 0.830965",\
|
|
"0.032057, 0.042447, 0.077038, 0.216252, 0.830965");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "1.022239, 1.042954, 1.098952, 1.322199, 2.238415",\
|
|
"1.123927, 1.144642, 1.200640, 1.423887, 2.340104",\
|
|
"1.258507, 1.279222, 1.335221, 1.558468, 2.474684",\
|
|
"1.497019, 1.517734, 1.573732, 1.796979, 2.713196",\
|
|
"1.876149, 1.896864, 1.952863, 2.176110, 3.092326");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.038772, 0.056056, 0.117604, 0.417310, 1.701716",\
|
|
"0.038772, 0.056056, 0.117604, 0.417310, 1.701716",\
|
|
"0.038772, 0.056056, 0.117604, 0.417310, 1.701716",\
|
|
"0.038772, 0.056056, 0.117604, 0.417310, 1.701716",\
|
|
"0.038772, 0.056056, 0.117604, 0.417310, 1.701715");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.995633, 1.011568, 1.049454, 1.165892, 1.590171",\
|
|
"1.097837, 1.113772, 1.151658, 1.268096, 1.692375",\
|
|
"1.299062, 1.314997, 1.352883, 1.469321, 1.893600",\
|
|
"1.715765, 1.731700, 1.769586, 1.886023, 2.310302",\
|
|
"2.442879, 2.458814, 2.496700, 2.613138, 3.037417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.032057, 0.042447, 0.073861, 0.203949, 0.779684",\
|
|
"0.032057, 0.042447, 0.073861, 0.203949, 0.779684",\
|
|
"0.032057, 0.042447, 0.073861, 0.203949, 0.779684",\
|
|
"0.032057, 0.042447, 0.073861, 0.203949, 0.779684",\
|
|
"0.032057, 0.042447, 0.073861, 0.203949, 0.779684");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io0_di */
|
|
|
|
pin("spimemio_flash_io0_do") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003997 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io0_do */
|
|
|
|
pin("spimemio_flash_io0_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004768 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io0_oeb */
|
|
|
|
pin("spimemio_flash_io1_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "3.130747, 3.150663, 3.207720, 3.436579, 4.361163",\
|
|
"3.240456, 3.260372, 3.317430, 3.546288, 4.470872",\
|
|
"3.428731, 3.448647, 3.505704, 3.734563, 4.659147",\
|
|
"3.809889, 3.829805, 3.886863, 4.115722, 5.040306",\
|
|
"4.507717, 4.527634, 4.584690, 4.813550, 5.738133");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.038186, 0.055510, 0.120649, 0.432028, 1.751213",\
|
|
"0.038186, 0.055510, 0.120649, 0.432028, 1.751213",\
|
|
"0.038186, 0.055510, 0.120649, 0.432028, 1.751213",\
|
|
"0.038186, 0.055510, 0.120649, 0.432028, 1.751213",\
|
|
"0.038186, 0.055510, 0.120649, 0.432028, 1.751213");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "2.753309, 2.768776, 2.808185, 2.925413, 3.361217",\
|
|
"2.863019, 2.878485, 2.917895, 3.035122, 3.470926",\
|
|
"3.051294, 3.066760, 3.106169, 3.223397, 3.659201",\
|
|
"3.432452, 3.447918, 3.487328, 3.604555, 4.040359",\
|
|
"4.130280, 4.145747, 4.185155, 4.302383, 4.738187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.032669, 0.042835, 0.077240, 0.215952, 0.828010",\
|
|
"0.032669, 0.042835, 0.077240, 0.215952, 0.828010",\
|
|
"0.032669, 0.042835, 0.077240, 0.215952, 0.828010",\
|
|
"0.032669, 0.042835, 0.077240, 0.215952, 0.828010",\
|
|
"0.032669, 0.042835, 0.077240, 0.215952, 0.828010");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io1_di_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "3.129358, 3.149274, 3.204718, 3.427905, 4.343362",\
|
|
"3.229010, 3.248926, 3.304371, 3.527558, 4.443014",\
|
|
"3.398474, 3.418390, 3.473834, 3.697021, 4.612477",\
|
|
"3.726635, 3.746551, 3.801996, 4.025183, 4.940639",\
|
|
"4.275158, 4.295074, 4.350518, 4.573705, 5.489161");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.038186, 0.055510, 0.117604, 0.418225, 1.701808",\
|
|
"0.038186, 0.055510, 0.117604, 0.418225, 1.701808",\
|
|
"0.038186, 0.055510, 0.117604, 0.418225, 1.701808",\
|
|
"0.038186, 0.055510, 0.117604, 0.418225, 1.701808",\
|
|
"0.038186, 0.055510, 0.117604, 0.418225, 1.701808");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "2.753015, 2.768482, 2.806273, 2.922584, 3.346498",\
|
|
"2.852668, 2.868134, 2.905925, 3.022236, 3.446151",\
|
|
"3.022131, 3.037597, 3.075388, 3.191699, 3.615614",\
|
|
"3.350292, 3.365759, 3.403550, 3.519861, 3.943776",\
|
|
"3.898815, 3.914282, 3.952073, 4.068384, 4.492299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.032669, 0.042835, 0.074183, 0.204296, 0.779584",\
|
|
"0.032669, 0.042835, 0.074183, 0.204296, 0.779584",\
|
|
"0.032669, 0.042835, 0.074183, 0.204296, 0.779584",\
|
|
"0.032669, 0.042835, 0.074183, 0.204296, 0.779584",\
|
|
"0.032669, 0.042835, 0.074183, 0.204296, 0.779584");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io1_di_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.187989, 1.207909, 1.264971, 1.493831, 2.418416",\
|
|
"1.291934, 1.311854, 1.368916, 1.597776, 2.522361",\
|
|
"1.450543, 1.470463, 1.527525, 1.756384, 2.680969",\
|
|
"1.745587, 1.765507, 1.822569, 2.051428, 2.976014",\
|
|
"2.258170, 2.278091, 2.335154, 2.564013, 3.488599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.038201, 0.055523, 0.120658, 0.432027, 1.751212",\
|
|
"0.038201, 0.055523, 0.120658, 0.432027, 1.751212",\
|
|
"0.038201, 0.055523, 0.120658, 0.432027, 1.751213",\
|
|
"0.038202, 0.055524, 0.120658, 0.432027, 1.751213",\
|
|
"0.038204, 0.055526, 0.120659, 0.432027, 1.751213");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.041682, 1.057151, 1.096558, 1.213788, 1.649595",\
|
|
"1.146682, 1.162151, 1.201558, 1.318788, 1.754595",\
|
|
"1.340571, 1.356039, 1.395446, 1.512676, 1.948483",\
|
|
"1.733053, 1.748521, 1.787928, 1.905158, 2.340966",\
|
|
"2.398260, 2.413732, 2.453135, 2.570370, 3.006183");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.032667, 0.042836, 0.077241, 0.215953, 0.828014",\
|
|
"0.032667, 0.042836, 0.077241, 0.215953, 0.828014",\
|
|
"0.032667, 0.042836, 0.077241, 0.215953, 0.828014",\
|
|
"0.032667, 0.042836, 0.077241, 0.215953, 0.828014",\
|
|
"0.032667, 0.042837, 0.077243, 0.215954, 0.828020");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.187989, 1.207909, 1.263358, 1.486546, 2.402004",\
|
|
"1.291934, 1.311854, 1.367303, 1.590491, 2.505949",\
|
|
"1.450543, 1.470463, 1.525912, 1.749099, 2.664557",\
|
|
"1.745587, 1.765507, 1.820956, 2.044143, 2.959601",\
|
|
"2.258170, 2.278091, 2.333540, 2.556728, 3.472187");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.038201, 0.055523, 0.117612, 0.418224, 1.701806",\
|
|
"0.038201, 0.055523, 0.117612, 0.418224, 1.701806",\
|
|
"0.038201, 0.055523, 0.117612, 0.418224, 1.701807",\
|
|
"0.038202, 0.055524, 0.117613, 0.418224, 1.701807",\
|
|
"0.038204, 0.055526, 0.117614, 0.418224, 1.701807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.041682, 1.057151, 1.094939, 1.211254, 1.635172",\
|
|
"1.146682, 1.162151, 1.199939, 1.316254, 1.740171",\
|
|
"1.340571, 1.356039, 1.393828, 1.510142, 1.934060",\
|
|
"1.733053, 1.748521, 1.786310, 1.902624, 2.326542",\
|
|
"2.398260, 2.413732, 2.451516, 2.567836, 2.991759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.032664, 0.042836, 0.074184, 0.204297, 0.779587",\
|
|
"0.032664, 0.042836, 0.074184, 0.204297, 0.779587",\
|
|
"0.032664, 0.042836, 0.074184, 0.204297, 0.779587",\
|
|
"0.032664, 0.042836, 0.074184, 0.204297, 0.779587",\
|
|
"0.032664, 0.042837, 0.074186, 0.204299, 0.779594");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io1_di */
|
|
|
|
pin("spimemio_flash_io1_do") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004285 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io1_do */
|
|
|
|
pin("spimemio_flash_io1_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004247 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io1_oeb */
|
|
|
|
pin("spimemio_flash_io2_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001121 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.888755, 0.908351, 0.964652, 1.192920, 2.124713",\
|
|
"0.990771, 1.010368, 1.066668, 1.294936, 2.226729",\
|
|
"1.130937, 1.150533, 1.206834, 1.435102, 2.366895",\
|
|
"1.384713, 1.404310, 1.460610, 1.688879, 2.620666",\
|
|
"1.799346, 1.818942, 1.875242, 2.103514, 3.035281");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.032897, 0.050558, 0.117035, 0.430875, 1.755584",\
|
|
"0.032897, 0.050558, 0.117035, 0.430875, 1.755584",\
|
|
"0.032897, 0.050558, 0.117035, 0.430875, 1.755584",\
|
|
"0.032898, 0.050559, 0.117036, 0.430876, 1.755583",\
|
|
"0.032900, 0.050561, 0.117038, 0.430880, 1.755580");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.809095, 0.824951, 0.864895, 0.981915, 1.418541",\
|
|
"0.914811, 0.930667, 0.970611, 1.087631, 1.524257",\
|
|
"1.105446, 1.121302, 1.161246, 1.278266, 1.714892",\
|
|
"1.484610, 1.500466, 1.540409, 1.657430, 2.094057",\
|
|
"2.161557, 2.177416, 2.217356, 2.334380, 2.771011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.032106, 0.042224, 0.076764, 0.215989, 0.830543",\
|
|
"0.032106, 0.042224, 0.076764, 0.215989, 0.830543",\
|
|
"0.032106, 0.042224, 0.076764, 0.215989, 0.830543",\
|
|
"0.032105, 0.042224, 0.076764, 0.215989, 0.830544",\
|
|
"0.032103, 0.042224, 0.076765, 0.215991, 0.830548");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.888755, 0.908351, 0.962953, 1.185218, 2.105770",\
|
|
"0.990771, 1.010368, 1.064969, 1.287234, 2.207786",\
|
|
"1.130937, 1.150533, 1.205135, 1.427399, 2.347951",\
|
|
"1.384713, 1.404310, 1.458911, 1.681177, 2.601723",\
|
|
"1.799346, 1.818942, 1.873543, 2.095812, 3.016339");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.032897, 0.050558, 0.113880, 0.416334, 1.700515",\
|
|
"0.032897, 0.050558, 0.113880, 0.416334, 1.700515",\
|
|
"0.032897, 0.050558, 0.113880, 0.416334, 1.700515",\
|
|
"0.032898, 0.050559, 0.113881, 0.416335, 1.700513",\
|
|
"0.032900, 0.050561, 0.113883, 0.416338, 1.700511");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.804454, 0.820310, 0.858550, 0.974648, 1.398657",\
|
|
"0.910170, 0.926026, 0.964266, 1.080364, 1.504374",\
|
|
"1.100895, 1.116751, 1.154991, 1.271089, 1.695098",\
|
|
"1.481248, 1.497104, 1.535343, 1.651442, 2.075452",\
|
|
"2.161557, 2.177416, 2.215652, 2.331755, 2.755769");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.032106, 0.042223, 0.073597, 0.203696, 0.779262",\
|
|
"0.032106, 0.042223, 0.073597, 0.203696, 0.779262",\
|
|
"0.032106, 0.042224, 0.073597, 0.203696, 0.779262",\
|
|
"0.032106, 0.042224, 0.073597, 0.203696, 0.779263",\
|
|
"0.032103, 0.042224, 0.073599, 0.203697, 0.779267");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io2_di */
|
|
|
|
pin("spimemio_flash_io2_do") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003775 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io2_do */
|
|
|
|
pin("spimemio_flash_io2_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003724 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io2_oeb */
|
|
|
|
pin("spimemio_flash_io3_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001460 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.811072, 0.830418, 0.886579, 1.114494, 2.045395",\
|
|
"0.912508, 0.931854, 0.988015, 1.215930, 2.146831",\
|
|
"1.091708, 1.111053, 1.167214, 1.395130, 2.326026",\
|
|
"1.423985, 1.443330, 1.499491, 1.727409, 2.658291",\
|
|
"2.009010, 2.028354, 2.084513, 2.312438, 3.243279");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.033475, 0.051100, 0.117454, 0.430664, 1.752593",\
|
|
"0.033475, 0.051100, 0.117454, 0.430664, 1.752593",\
|
|
"0.033476, 0.051101, 0.117455, 0.430665, 1.752592",\
|
|
"0.033477, 0.051102, 0.117456, 0.430667, 1.752589",\
|
|
"0.033482, 0.051107, 0.117461, 0.430676, 1.752584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.810615, 0.826191, 0.865932, 0.982912, 1.418652",\
|
|
"0.917545, 0.933121, 0.972862, 1.089842, 1.525583",\
|
|
"1.117830, 1.133406, 1.173147, 1.290127, 1.725868",\
|
|
"1.517866, 1.533442, 1.573183, 1.690163, 2.125904",\
|
|
"2.213233, 2.228812, 2.268550, 2.385533, 2.821277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.032478, 0.042504, 0.076870, 0.215587, 0.827686",\
|
|
"0.032478, 0.042504, 0.076870, 0.215587, 0.827686",\
|
|
"0.032478, 0.042504, 0.076870, 0.215587, 0.827686",\
|
|
"0.032478, 0.042504, 0.076870, 0.215587, 0.827686",\
|
|
"0.032476, 0.042505, 0.076871, 0.215588, 0.827690");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.811072, 0.830418, 0.884974, 1.107217, 2.027452",\
|
|
"0.912508, 0.931854, 0.986410, 1.208653, 2.128887",\
|
|
"1.091708, 1.111053, 1.165609, 1.387853, 2.308083",\
|
|
"1.423985, 1.443330, 1.497886, 1.720132, 2.640348",\
|
|
"2.009010, 2.028354, 2.082908, 2.305161, 3.225332");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.033475, 0.051100, 0.114433, 0.416885, 1.700528",\
|
|
"0.033475, 0.051100, 0.114433, 0.416885, 1.700528",\
|
|
"0.033476, 0.051101, 0.114434, 0.416886, 1.700527",\
|
|
"0.033477, 0.051102, 0.114435, 0.416889, 1.700524",\
|
|
"0.033482, 0.051107, 0.114440, 0.416897, 1.700519");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.810615, 0.826191, 0.864322, 0.980392, 1.404215",\
|
|
"0.917545, 0.933121, 0.971252, 1.087322, 1.511145",\
|
|
"1.117830, 1.133406, 1.171537, 1.287608, 1.711430",\
|
|
"1.517866, 1.533442, 1.571573, 1.687644, 2.111467",\
|
|
"2.213233, 2.228812, 2.266940, 2.383013, 2.806840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.032478, 0.042504, 0.073838, 0.203950, 0.779263",\
|
|
"0.032478, 0.042504, 0.073838, 0.203950, 0.779263",\
|
|
"0.032478, 0.042504, 0.073838, 0.203950, 0.779263",\
|
|
"0.032478, 0.042504, 0.073838, 0.203950, 0.779263",\
|
|
"0.032476, 0.042505, 0.073839, 0.203951, 0.779267");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io3_di */
|
|
|
|
pin("spimemio_flash_io3_do") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004337 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io3_do */
|
|
|
|
pin("spimemio_flash_io3_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003778 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io3_oeb */
|
|
|
|
pin("trap") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006568 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.647099, 1.551142, 1.373078, 1.001524, 0.406967",\
|
|
"1.748808, 1.652852, 1.474788, 1.103233, 0.508676",\
|
|
"1.889053, 1.793097, 1.615033, 1.243478, 0.648921",\
|
|
"2.149972, 2.054016, 1.875952, 1.504397, 0.909840",\
|
|
"2.569845, 2.473889, 2.295825, 1.924270, 1.329713");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.667020, 2.571063, 2.392999, 2.021445, 1.426888",\
|
|
"2.772855, 2.676898, 2.498835, 2.127280, 1.532723",\
|
|
"2.962900, 2.866943, 2.688879, 2.317325, 1.722767",\
|
|
"3.347318, 3.251361, 3.073297, 2.701743, 2.107185",\
|
|
"4.013525, 3.917568, 3.739504, 3.367949, 2.773392");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_trap_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.480976, -1.374739, -1.177611, -0.752348, -0.006480",\
|
|
"-1.582686, -1.476448, -1.279320, -0.854057, -0.108190",\
|
|
"-1.722930, -1.616693, -1.419565, -0.994302, -0.248434",\
|
|
"-1.983850, -1.877612, -1.680485, -1.255222, -0.509354",\
|
|
"-2.403723, -2.297485, -2.100358, -1.675095, -0.929227");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.472331, -2.366093, -2.168965, -1.743702, -0.997834",\
|
|
"-2.578166, -2.471928, -2.274801, -1.849537, -1.103670",\
|
|
"-2.768210, -2.661973, -2.464845, -2.039582, -1.293714",\
|
|
"-3.152629, -3.046391, -2.849263, -2.424000, -1.678133",\
|
|
"-3.818835, -3.712598, -3.515470, -3.090207, -2.344339");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_trap_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.720062, 1.636974, 1.498123, 1.250068, 0.925923",\
|
|
"1.821771, 1.738683, 1.599832, 1.351778, 1.027632",\
|
|
"1.962016, 1.878928, 1.740077, 1.492023, 1.167877",\
|
|
"2.222935, 2.139847, 2.000996, 1.752942, 1.428797",\
|
|
"2.642808, 2.559720, 2.420869, 2.172815, 1.848670");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.774333, 2.691246, 2.552395, 2.304340, 1.980195",\
|
|
"2.880169, 2.797081, 2.658230, 2.410175, 2.086030",\
|
|
"3.070213, 2.987125, 2.848275, 2.600220, 2.276075",\
|
|
"3.454631, 3.371543, 3.232692, 2.984638, 2.660493",\
|
|
"4.120838, 4.037749, 3.898899, 3.650844, 3.326699");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.503177, -1.383350, -1.174959, -0.730909, 0.145330",\
|
|
"-1.604887, -1.485059, -1.276668, -0.832619, 0.043621",\
|
|
"-1.745131, -1.625304, -1.416913, -0.972864, -0.096624",\
|
|
"-2.006051, -1.886224, -1.677832, -1.233783, -0.357543",\
|
|
"-2.425924, -2.306097, -2.097705, -1.653656, -0.777416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.451172, -2.331345, -2.122954, -1.678904, -0.802665",\
|
|
"-2.557007, -2.437180, -2.228789, -1.784740, -0.908500",\
|
|
"-2.747052, -2.627225, -2.418833, -1.974784, -1.098544",\
|
|
"-3.131470, -3.011643, -2.803252, -2.359202, -1.482963",\
|
|
"-3.797677, -3.677850, -3.469459, -3.025409, -2.149169");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003329 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin uart_enabled */
|
|
|
|
pin("user_clock") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.166852 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005052 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.428214, 3.332258, 3.154194, 2.782639, 2.188082",\
|
|
"3.532792, 3.436835, 3.258771, 2.887217, 2.292660",\
|
|
"3.690284, 3.594328, 3.416264, 3.044709, 2.450152",\
|
|
"3.983671, 3.887714, 3.709651, 3.338096, 2.743539",\
|
|
"4.498192, 4.402235, 4.224171, 3.852617, 3.258060");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.963259, 5.867302, 5.689238, 5.317683, 4.723126",\
|
|
"6.068262, 5.972305, 5.794241, 5.422687, 4.828130",\
|
|
"6.261250, 6.165293, 5.987229, 5.615674, 5.021117",\
|
|
"6.658138, 6.562181, 6.384117, 6.012563, 5.418005",\
|
|
"7.328996, 7.233039, 7.054976, 6.683421, 6.088864");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.119033, -3.012796, -2.815668, -2.390405, -1.644537",\
|
|
"-3.215048, -3.108811, -2.911683, -2.486420, -1.740552",\
|
|
"-3.356964, -3.250726, -3.053598, -2.628335, -1.882468",\
|
|
"-3.606465, -3.500228, -3.303100, -2.877837, -2.131969",\
|
|
"-3.997351, -3.891114, -3.693986, -3.268723, -2.522855");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.452447, -5.346210, -5.149082, -4.723819, -3.977952",\
|
|
"-5.548601, -5.442364, -5.245236, -4.819973, -4.074105",\
|
|
"-5.725491, -5.619254, -5.422126, -4.996863, -4.250995",\
|
|
"-6.077027, -5.970789, -5.773662, -5.348399, -4.602531",\
|
|
"-6.620117, -6.513880, -6.316752, -5.891489, -5.145621");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.357825, 2.274737, 2.135886, 1.887832, 1.563687",\
|
|
"2.462403, 2.379315, 2.240464, 1.992409, 1.668264",\
|
|
"2.619895, 2.536807, 2.397956, 2.149902, 1.825757",\
|
|
"2.913282, 2.830194, 2.691343, 2.443288, 2.119143",\
|
|
"3.427803, 3.344715, 3.205864, 2.957809, 2.633664");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.176392, 4.093304, 3.954453, 3.706398, 3.382253",\
|
|
"4.281395, 4.198308, 4.059457, 3.811402, 3.487257",\
|
|
"4.474382, 4.391294, 4.252443, 4.004389, 3.680244",\
|
|
"4.871271, 4.788183, 4.649332, 4.401278, 4.077132",\
|
|
"5.542129, 5.459041, 5.320189, 5.072135, 4.747990");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.033085, -1.913258, -1.704869, -1.260900, -0.384895",\
|
|
"-2.129100, -2.009272, -1.800883, -1.356915, -0.480910",\
|
|
"-2.271015, -2.151188, -1.942798, -1.498830, -0.622825",\
|
|
"-2.520516, -2.400689, -2.192300, -1.748331, -0.872327",\
|
|
"-2.911402, -2.791575, -2.583186, -2.139217, -1.263212");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.568773, -3.448946, -3.240557, -2.796588, -1.920583",\
|
|
"-3.664927, -3.545100, -3.336711, -2.892742, -2.016738",\
|
|
"-3.841817, -3.721990, -3.513600, -3.069632, -2.193627",\
|
|
"-4.193353, -4.073525, -3.865136, -3.421168, -2.545163",\
|
|
"-4.736444, -4.616616, -4.408227, -3.964258, -3.088254");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vcc_pwrgood */
|
|
|
|
pin("usr1_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005094 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.665262, 2.569306, 2.391242, 2.019687, 1.425130",\
|
|
"2.769924, 2.673968, 2.495904, 2.124349, 1.529792",\
|
|
"2.927258, 2.831301, 2.653237, 2.281682, 1.687125",\
|
|
"3.220329, 3.124372, 2.946308, 2.574753, 1.980196",\
|
|
"3.734645, 3.638689, 3.460625, 3.089070, 2.494513");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.590299, 4.494342, 4.316278, 3.944724, 3.350167",\
|
|
"4.695297, 4.599340, 4.421277, 4.049722, 3.455165",\
|
|
"4.888209, 4.792253, 4.614189, 4.242634, 3.648077",\
|
|
"5.285579, 5.189622, 5.011559, 4.640004, 4.045446",\
|
|
"5.958408, 5.862452, 5.684388, 5.312833, 4.718276");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vdd_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.532683, -2.426445, -2.229318, -1.804055, -1.058187",\
|
|
"-2.622095, -2.515858, -2.318730, -1.893467, -1.147599",\
|
|
"-2.751687, -2.645449, -2.448321, -2.023058, -1.277191",\
|
|
"-2.966600, -2.860363, -2.663235, -2.237972, -1.492104",\
|
|
"-3.260727, -3.154490, -2.957362, -2.532099, -1.786231");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.380335, -4.274097, -4.076970, -3.651707, -2.905839",\
|
|
"-4.469577, -4.363339, -4.166212, -3.740949, -2.995081",\
|
|
"-4.633826, -4.527589, -4.330461, -3.905198, -3.159330",\
|
|
"-4.950446, -4.844209, -4.647081, -4.221818, -3.475950",\
|
|
"-5.395780, -5.289542, -5.092415, -4.667151, -3.921284");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vdd_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.694849, 1.611761, 1.472910, 1.224855, 0.900710",\
|
|
"1.799511, 1.716423, 1.577572, 1.329517, 1.005372",\
|
|
"1.956844, 1.873756, 1.734905, 1.486851, 1.162705",\
|
|
"2.249915, 2.166827, 2.027976, 1.779921, 1.455776",\
|
|
"2.764231, 2.681143, 2.542293, 2.294238, 1.970093");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.899064, 2.815976, 2.677125, 2.429070, 2.104925",\
|
|
"3.004062, 2.920974, 2.782123, 2.534069, 2.209924",\
|
|
"3.196974, 3.113886, 2.975035, 2.726981, 2.402836",\
|
|
"3.594345, 3.511256, 3.372406, 3.124351, 2.800206",\
|
|
"4.267174, 4.184086, 4.045235, 3.797181, 3.473036");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.427065, -1.307238, -1.098846, -0.654783, 0.221498",\
|
|
"-1.516478, -1.396650, -1.188259, -0.744195, 0.132085",\
|
|
"-1.646069, -1.526242, -1.317850, -0.873786, 0.002494",\
|
|
"-1.860982, -1.741155, -1.532763, -1.088700, -0.212420",\
|
|
"-2.155110, -2.035283, -1.826891, -1.382827, -0.506547");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.467356, -2.347528, -2.139137, -1.695073, -0.818793",\
|
|
"-2.556597, -2.436769, -2.228378, -1.784314, -0.908034",\
|
|
"-2.720846, -2.601019, -2.392627, -1.948564, -1.072283",\
|
|
"-3.037466, -2.917638, -2.709247, -2.265183, -1.388903",\
|
|
"-3.482800, -3.362973, -3.154581, -2.710518, -1.834237");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vdd_pwrgood */
|
|
|
|
pin("usr2_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004842 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.058977, 1.963021, 1.784957, 1.413402, 0.818845",\
|
|
"2.163632, 2.067675, 1.889611, 1.518057, 0.923500",\
|
|
"2.320981, 2.225024, 2.046961, 1.675406, 1.080849",\
|
|
"2.614057, 2.518100, 2.340036, 1.968481, 1.373924",\
|
|
"3.128329, 3.032372, 2.854308, 2.482754, 1.888196");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.756069, 4.660112, 4.482048, 4.110494, 3.515936",\
|
|
"4.861073, 4.765117, 4.587053, 4.215498, 3.620941",\
|
|
"5.053985, 4.958028, 4.779964, 4.408409, 3.813852",\
|
|
"5.451499, 5.355542, 5.177478, 4.805923, 4.211367",\
|
|
"6.124079, 6.028122, 5.850058, 5.478503, 4.883946");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vcc_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.771190, -1.664952, -1.467824, -1.042561, -0.296694",\
|
|
"-1.875844, -1.769607, -1.572479, -1.147216, -0.401348",\
|
|
"-2.033193, -1.926956, -1.729828, -1.304565, -0.558697",\
|
|
"-2.326269, -2.220031, -2.022903, -1.597640, -0.851773",\
|
|
"-2.840541, -2.734303, -2.537175, -2.111912, -1.366045");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.005298, -3.899060, -3.701932, -3.276670, -2.530802",\
|
|
"-4.110302, -4.004065, -3.806937, -3.381674, -2.635807",\
|
|
"-4.303214, -4.196976, -3.999848, -3.574585, -2.828718",\
|
|
"-4.700728, -4.594491, -4.397363, -3.972100, -3.226232",\
|
|
"-5.373308, -5.267070, -5.069942, -4.644680, -3.898812");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vcc_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.940304, 1.857216, 1.718365, 1.470311, 1.146165",\
|
|
"2.044959, 1.961870, 1.823020, 1.574965, 1.250820",\
|
|
"2.202308, 2.119220, 1.980369, 1.732314, 1.408169",\
|
|
"2.495383, 2.412295, 2.273444, 2.025390, 1.701245",\
|
|
"3.009655, 2.926567, 2.787716, 2.539662, 2.215517");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.923424, 3.840336, 3.701485, 3.453431, 3.129286",\
|
|
"4.028430, 3.945341, 3.806490, 3.558436, 3.234291",\
|
|
"4.221341, 4.138252, 3.999402, 3.751347, 3.427202",\
|
|
"4.618855, 4.535767, 4.396916, 4.148861, 3.824716",\
|
|
"5.291435, 5.208346, 5.069496, 4.821441, 4.497296");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.515538, -1.395710, -1.187318, -0.743255, 0.133025",\
|
|
"-1.620192, -1.500365, -1.291973, -0.847910, 0.028371",\
|
|
"-1.777541, -1.657714, -1.449322, -1.005259, -0.128978",\
|
|
"-2.070616, -1.950789, -1.742397, -1.298334, -0.422054",\
|
|
"-2.584889, -2.465061, -2.256670, -1.812606, -0.936326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.948885, -2.829057, -2.620666, -2.176602, -1.300322",\
|
|
"-3.053890, -2.934063, -2.725671, -2.281607, -1.405327",\
|
|
"-3.246801, -3.126974, -2.918582, -2.474519, -1.598238",\
|
|
"-3.644316, -3.524489, -3.316097, -2.872033, -1.995753",\
|
|
"-4.316895, -4.197068, -3.988677, -3.544613, -2.668333");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vcc_pwrgood */
|
|
|
|
pin("usr2_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005229 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.482608, 1.386651, 1.208587, 0.837032, 0.242475",\
|
|
"1.587233, 1.491277, 1.313213, 0.941658, 0.347101",\
|
|
"1.744634, 1.648678, 1.470614, 1.099059, 0.504502",\
|
|
"2.037908, 1.941952, 1.763888, 1.392333, 0.797776",\
|
|
"2.552721, 2.456764, 2.278701, 1.907146, 1.312589");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.512720, 2.416763, 2.238699, 1.867144, 1.272587",\
|
|
"2.617722, 2.521765, 2.343701, 1.972146, 1.377589",\
|
|
"2.810595, 2.714638, 2.536574, 2.165020, 1.570462",\
|
|
"3.207551, 3.111594, 2.933531, 2.561976, 1.967419",\
|
|
"3.875705, 3.779748, 3.601684, 3.230130, 2.635572");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vdd_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.269312, -1.163075, -0.965947, -0.540684, 0.205184",\
|
|
"-1.373938, -1.267700, -1.070573, -0.645310, 0.100558",\
|
|
"-1.531339, -1.425101, -1.227974, -0.802711, -0.056843",\
|
|
"-1.824613, -1.718375, -1.521248, -1.095985, -0.350117",\
|
|
"-2.339426, -2.233188, -2.036060, -1.610797, -0.864929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.180365, -2.074128, -1.877000, -1.451737, -0.705869",\
|
|
"-2.285367, -2.179129, -1.982002, -1.556738, -0.810871",\
|
|
"-2.478240, -2.372003, -2.174875, -1.749612, -1.003744",\
|
|
"-2.875197, -2.768959, -2.571831, -2.146568, -1.400701",\
|
|
"-3.543133, -3.436896, -3.239768, -2.814505, -2.068637");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vdd_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.555607, 1.472519, 1.333668, 1.085614, 0.761468",\
|
|
"1.660232, 1.577144, 1.438293, 1.190239, 0.866094",\
|
|
"1.817633, 1.734545, 1.595694, 1.347640, 1.023495",\
|
|
"2.110908, 2.027819, 1.888969, 1.640914, 1.316769",\
|
|
"2.625720, 2.542632, 2.403781, 2.155727, 1.831582");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.619968, 2.536880, 2.398029, 2.149975, 1.825830",\
|
|
"2.724970, 2.641882, 2.503031, 2.254976, 1.930831",\
|
|
"2.917843, 2.834755, 2.695904, 2.447850, 2.123704",\
|
|
"3.314799, 3.231711, 3.092860, 2.844806, 2.520661",\
|
|
"3.982953, 3.899865, 3.761014, 3.512959, 3.188814");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.291528, -1.171701, -0.963309, -0.519260, 0.356980",\
|
|
"-1.396153, -1.276326, -1.067935, -0.623886, 0.252354",\
|
|
"-1.553555, -1.433728, -1.225336, -0.781287, 0.094953",\
|
|
"-1.846828, -1.727001, -1.518610, -1.074561, -0.198321",\
|
|
"-2.361641, -2.241814, -2.033422, -1.589373, -0.713133");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.159141, -2.039314, -1.830922, -1.386873, -0.510633",\
|
|
"-2.264143, -2.144315, -1.935924, -1.491875, -0.615635",\
|
|
"-2.457016, -2.337189, -2.128797, -1.684748, -0.808508",\
|
|
"-2.853972, -2.734145, -2.525754, -2.081705, -1.205465",\
|
|
"-3.521910, -3.402083, -3.193691, -2.749642, -1.873402");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vdd_pwrgood */
|
|
|
|
pin("wb_ack_o") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001514 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "2.239539, 2.259833, 2.317125, 2.546011, 3.471016",\
|
|
"2.359366, 2.379660, 2.436952, 2.665838, 3.590843",\
|
|
"2.567755, 2.588050, 2.645342, 2.874227, 3.799233",\
|
|
"3.011716, 3.032010, 3.089302, 3.318188, 4.243194",\
|
|
"3.887794, 3.908088, 3.965380, 4.194266, 5.119271");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.038244, 0.055573, 0.120465, 0.431485, 1.751176",\
|
|
"0.038244, 0.055573, 0.120465, 0.431485, 1.751176",\
|
|
"0.038244, 0.055573, 0.120465, 0.431485, 1.751176",\
|
|
"0.038244, 0.055573, 0.120465, 0.431485, 1.751176",\
|
|
"0.038244, 0.055573, 0.120465, 0.431485, 1.751176");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "2.402882, 2.418891, 2.458738, 2.581226, 3.012357",\
|
|
"2.522710, 2.538718, 2.578566, 2.701053, 3.132185",\
|
|
"2.731099, 2.747108, 2.786955, 2.909443, 3.340574",\
|
|
"3.175060, 3.191068, 3.230916, 3.353403, 3.784535",\
|
|
"4.051138, 4.067146, 4.106994, 4.229481, 4.660612");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.033607, 0.043831, 0.077884, 0.218310, 0.828241",\
|
|
"0.033607, 0.043831, 0.077884, 0.218310, 0.828241",\
|
|
"0.033607, 0.043831, 0.077884, 0.218310, 0.828241",\
|
|
"0.033607, 0.043831, 0.077884, 0.218310, 0.828241",\
|
|
"0.033607, 0.043831, 0.077884, 0.218310, 0.828241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "2.238013, 2.258307, 2.313993, 2.537206, 3.453077",\
|
|
"2.321100, 2.341395, 2.397081, 2.620294, 3.536165",\
|
|
"2.459951, 2.480246, 2.535932, 2.759145, 3.675015",\
|
|
"2.708003, 2.728297, 2.783983, 3.007197, 3.923067",\
|
|
"3.032155, 3.052449, 3.108135, 3.331348, 4.247219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.038244, 0.055573, 0.117441, 0.417703, 1.701772",\
|
|
"0.038244, 0.055573, 0.117441, 0.417703, 1.701772",\
|
|
"0.038244, 0.055573, 0.117441, 0.417703, 1.701772",\
|
|
"0.038244, 0.055573, 0.117441, 0.417703, 1.701772",\
|
|
"0.038244, 0.055573, 0.117441, 0.417703, 1.701772");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "2.401356, 2.417365, 2.455601, 2.572376, 2.996398",\
|
|
"2.484444, 2.500453, 2.538689, 2.655464, 3.079486",\
|
|
"2.623295, 2.639304, 2.677540, 2.794315, 3.218337",\
|
|
"2.871347, 2.887355, 2.925592, 3.042367, 3.466389",\
|
|
"3.195498, 3.211507, 3.249743, 3.366518, 3.790540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.033607, 0.043831, 0.074849, 0.204425, 0.779813",\
|
|
"0.033607, 0.043831, 0.074849, 0.204425, 0.779813",\
|
|
"0.033607, 0.043831, 0.074849, 0.204425, 0.779813",\
|
|
"0.033607, 0.043831, 0.074849, 0.204425, 0.779813",\
|
|
"0.033607, 0.043831, 0.074849, 0.204425, 0.779813");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg_min*/
|
|
|
|
} /* end of pin wb_ack_o */
|
|
|
|
pin("wb_clk_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.084924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.709809");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.168980");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwh*/
|
|
|
|
} /* end of pin wb_clk_i */
|
|
|
|
pin("wb_cyc_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005231 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.905545, 1.822457, 1.683606, 1.435555, 1.111403",\
|
|
"2.008081, 1.924993, 1.786142, 1.538090, 1.213939",\
|
|
"2.142340, 2.059252, 1.920401, 1.672349, 1.348198",\
|
|
"2.378556, 2.295469, 2.156618, 1.908566, 1.584414",\
|
|
"2.767177, 2.684089, 2.545238, 2.297187, 1.973035");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.727987, 1.644899, 1.506047, 1.257952, 0.933691",\
|
|
"1.830947, 1.747859, 1.609008, 1.360912, 1.036651",\
|
|
"2.031750, 1.948662, 1.809810, 1.561715, 1.237454",\
|
|
"2.461504, 2.378416, 2.239564, 1.991468, 1.667207",\
|
|
"3.218771, 3.135684, 2.996832, 2.748736, 2.424475");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.105545, -0.985718, -0.777328, -0.333368, 0.542710",\
|
|
"-1.208081, -1.088253, -0.879864, -0.435903, 0.440175",\
|
|
"-1.342339, -1.222512, -1.014123, -0.570162, 0.305916",\
|
|
"-1.578556, -1.458729, -1.250339, -0.806379, 0.069699",\
|
|
"-1.967177, -1.847349, -1.638960, -1.194999, -0.318921");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.100431, -0.980603, -0.772214, -0.328253, 0.547825",\
|
|
"-1.203391, -1.083564, -0.875175, -0.431214, 0.444864",\
|
|
"-1.404194, -1.284366, -1.075977, -0.632016, 0.244061",\
|
|
"-1.833947, -1.714120, -1.505731, -1.061770, -0.185692",\
|
|
"-2.591216, -2.471388, -2.262999, -1.819038, -0.942960");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_hldr*/
|
|
|
|
} /* end of pin wb_cyc_i */
|
|
|
|
pin("wb_rstn_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007839 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin wb_rstn_i */
|
|
|
|
pin("wb_stb_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004297 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.960516, 1.877429, 1.738578, 1.490526, 1.166374",\
|
|
"2.064895, 1.981807, 1.842956, 1.594904, 1.270753",\
|
|
"2.228566, 2.145478, 2.006627, 1.758576, 1.434424",\
|
|
"2.541399, 2.458311, 2.319460, 2.071409, 1.747257",\
|
|
"3.070258, 2.987170, 2.848319, 2.600268, 2.276116");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.703679, 1.620591, 1.481740, 1.233644, 0.909383",\
|
|
"1.807611, 1.724522, 1.585671, 1.337575, 1.013314",\
|
|
"2.000917, 1.917829, 1.778977, 1.530882, 1.206621",\
|
|
"2.414715, 2.331627, 2.192775, 1.944680, 1.620419",\
|
|
"3.110940, 3.027852, 2.889000, 2.640905, 2.316644");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.160516, -1.040689, -0.832300, -0.388339, 0.487739",\
|
|
"-1.264895, -1.145067, -0.936678, -0.492717, 0.383361",\
|
|
"-1.428566, -1.308738, -1.100349, -0.656389, 0.219689",\
|
|
"-1.741398, -1.621571, -1.413182, -0.969221, -0.093143",\
|
|
"-2.270258, -2.150430, -1.942041, -1.498080, -0.622003");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.076124, -0.956296, -0.747907, -0.303946, 0.572132",\
|
|
"-1.180055, -1.060228, -0.851839, -0.407878, 0.468200",\
|
|
"-1.373362, -1.253534, -1.045145, -0.601184, 0.274894",\
|
|
"-1.787160, -1.667332, -1.458943, -1.014982, -0.138904",\
|
|
"-2.483385, -2.363557, -2.155168, -1.711207, -0.835129");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_hldr*/
|
|
|
|
} /* end of pin wb_stb_i */
|
|
|
|
pin("wb_we_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004807 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.005908, 1.922820, 1.783969, 1.535873, 1.211612",\
|
|
"2.107700, 2.024612, 1.885761, 1.637665, 1.313404",\
|
|
"2.287896, 2.204808, 2.065956, 1.817861, 1.493600",\
|
|
"2.646439, 2.563351, 2.424499, 2.176404, 1.852143",\
|
|
"3.285375, 3.202287, 3.063435, 2.815340, 2.491079");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.248465, 1.165377, 1.026526, 0.778430, 0.454169",\
|
|
"1.353060, 1.269972, 1.131121, 0.883025, 0.558764",\
|
|
"1.543480, 1.460392, 1.321540, 1.073445, 0.749184",\
|
|
"1.925628, 1.842540, 1.703689, 1.455593, 1.131332",\
|
|
"2.567898, 2.484810, 2.345959, 2.097863, 1.773602");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.020702, 0.099125, 0.307515, 0.751520, 1.627707",\
|
|
"-0.122495, -0.002667, 0.205723, 0.649727, 1.525914",\
|
|
"-0.302367, -0.182540, 0.025850, 0.469855, 1.346042",\
|
|
"-0.657985, -0.538158, -0.329768, 0.114236, 0.990424",\
|
|
"-1.286680, -1.166853, -0.958463, -0.514458, 0.361729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.273905, -0.154077, 0.054313, 0.498317, 1.374504",\
|
|
"-0.378499, -0.258672, -0.050282, 0.393722, 1.269910",\
|
|
"-0.568867, -0.449040, -0.240650, 0.203355, 1.079542",\
|
|
"-0.950285, -0.830457, -0.622068, -0.178063, 0.698124",\
|
|
"-1.588638, -1.468811, -1.260421, -0.816417, 0.059771");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_hldr*/
|
|
|
|
} /* end of pin wb_we_i */
|
|
bus ( irq ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("irq[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001459 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "1.365397, 1.385809, 1.443199, 1.672094, 2.597196",\
|
|
"1.466953, 1.487365, 1.544755, 1.773650, 2.698752",\
|
|
"1.638901, 1.659313, 1.716703, 1.945599, 2.870700",\
|
|
"1.971560, 1.991972, 2.049362, 2.278258, 3.203360",\
|
|
"2.574543, 2.594955, 2.652346, 2.881242, 3.806344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.038422, 0.055739, 0.120526, 0.431375, 1.751158",\
|
|
"0.038422, 0.055739, 0.120526, 0.431375, 1.751158",\
|
|
"0.038422, 0.055739, 0.120526, 0.431375, 1.751158",\
|
|
"0.038423, 0.055740, 0.120527, 0.431374, 1.751158",\
|
|
"0.038426, 0.055742, 0.120528, 0.431374, 1.751158");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "1.375024, 1.390920, 1.430531, 1.552804, 1.984054",\
|
|
"1.481579, 1.497475, 1.537086, 1.659359, 2.090609",\
|
|
"1.673527, 1.689423, 1.729033, 1.851307, 2.282557",\
|
|
"2.077991, 2.093887, 2.133497, 2.255770, 2.687020",\
|
|
"2.805621, 2.821517, 2.861127, 2.983400, 3.414650");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.032722, 0.043036, 0.077319, 0.218066, 0.828161",\
|
|
"0.032722, 0.043036, 0.077319, 0.218066, 0.828161",\
|
|
"0.032722, 0.043036, 0.077319, 0.218066, 0.828161",\
|
|
"0.032722, 0.043035, 0.077319, 0.218066, 0.828161",\
|
|
"0.032721, 0.043035, 0.077318, 0.218066, 0.828161");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "1.365397, 1.385809, 1.441594, 1.664818, 2.580785",\
|
|
"1.466953, 1.487365, 1.543150, 1.766374, 2.682341",\
|
|
"1.638647, 1.659059, 1.714845, 1.938069, 2.854035",\
|
|
"1.971560, 1.991972, 2.047758, 2.270982, 3.186949",\
|
|
"2.574543, 2.594955, 2.650742, 2.873966, 3.789933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.038422, 0.055739, 0.117505, 0.417595, 1.701754",\
|
|
"0.038422, 0.055739, 0.117505, 0.417595, 1.701754",\
|
|
"0.038422, 0.055739, 0.117505, 0.417595, 1.701754",\
|
|
"0.038423, 0.055740, 0.117506, 0.417595, 1.701754",\
|
|
"0.038426, 0.055742, 0.117507, 0.417595, 1.701754");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "1.373198, 1.389094, 1.427095, 1.543656, 1.967800",\
|
|
"1.479753, 1.495649, 1.533650, 1.650211, 2.074355",\
|
|
"1.672740, 1.688636, 1.726637, 1.843198, 2.267342",\
|
|
"2.077991, 2.093887, 2.131887, 2.248449, 2.672593",\
|
|
"2.805621, 2.821517, 2.859517, 2.976078, 3.400222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.032722, 0.043036, 0.074286, 0.204184, 0.779736",\
|
|
"0.032722, 0.043036, 0.074286, 0.204184, 0.779736",\
|
|
"0.032722, 0.043036, 0.074286, 0.204184, 0.779736",\
|
|
"0.032722, 0.043035, 0.074286, 0.204184, 0.779736",\
|
|
"0.032721, 0.043035, 0.074286, 0.204184, 0.779736");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "4.888886, 4.909294, 4.966680, 5.195575, 6.120676",\
|
|
"4.998596, 5.019004, 5.076390, 5.305285, 6.230386",\
|
|
"5.186884, 5.207292, 5.264678, 5.493573, 6.418674",\
|
|
"5.568082, 5.588490, 5.645876, 5.874772, 6.799872",\
|
|
"6.265847, 6.286255, 6.343641, 6.572536, 7.497637");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.038410, 0.055728, 0.120519, 0.431375, 1.751159",\
|
|
"0.038410, 0.055728, 0.120519, 0.431375, 1.751159",\
|
|
"0.038410, 0.055728, 0.120519, 0.431375, 1.751159",\
|
|
"0.038410, 0.055728, 0.120519, 0.431375, 1.751159",\
|
|
"0.038410, 0.055728, 0.120519, 0.431375, 1.751159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "4.960898, 4.976780, 5.016367, 5.138622, 5.569879",\
|
|
"5.070608, 5.086490, 5.126077, 5.248332, 5.679589",\
|
|
"5.258896, 5.274778, 5.314366, 5.436620, 5.867877",\
|
|
"5.640094, 5.655976, 5.695564, 5.817818, 6.249075",\
|
|
"6.337859, 6.353741, 6.393328, 6.515583, 6.946840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.032649, 0.042969, 0.077273, 0.218048, 0.828154",\
|
|
"0.032649, 0.042969, 0.077273, 0.218048, 0.828154",\
|
|
"0.032649, 0.042969, 0.077273, 0.218048, 0.828154",\
|
|
"0.032649, 0.042969, 0.077273, 0.218048, 0.828154",\
|
|
"0.032649, 0.042969, 0.077273, 0.218048, 0.828154");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "4.659299, 4.679708, 4.735489, 4.958713, 5.874678",\
|
|
"4.758952, 4.779360, 4.835142, 5.058365, 5.974330",\
|
|
"4.928429, 4.948837, 5.004619, 5.227842, 6.143807",\
|
|
"5.256631, 5.277039, 5.332821, 5.556044, 6.472010",\
|
|
"5.805089, 5.825498, 5.881279, 6.104503, 7.020468");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.038410, 0.055728, 0.117498, 0.417596, 1.701755",\
|
|
"0.038410, 0.055728, 0.117498, 0.417596, 1.701755",\
|
|
"0.038410, 0.055728, 0.117498, 0.417596, 1.701755",\
|
|
"0.038410, 0.055728, 0.117498, 0.417596, 1.701755",\
|
|
"0.038410, 0.055728, 0.117498, 0.417596, 1.701755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "4.731311, 4.747193, 4.785172, 4.901713, 5.325866",\
|
|
"4.830964, 4.846846, 4.884824, 5.001366, 5.425518",\
|
|
"5.000441, 5.016323, 5.054301, 5.170843, 5.594995",\
|
|
"5.328643, 5.344525, 5.382504, 5.499045, 5.923198",\
|
|
"5.877101, 5.892983, 5.930962, 6.047503, 6.471656");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.032649, 0.042969, 0.074240, 0.204167, 0.779729",\
|
|
"0.032649, 0.042969, 0.074240, 0.204167, 0.779729",\
|
|
"0.032649, 0.042969, 0.074240, 0.204167, 0.779729",\
|
|
"0.032649, 0.042969, 0.074240, 0.204167, 0.779729",\
|
|
"0.032649, 0.042969, 0.074240, 0.204167, 0.779729");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[2]_redg_min*/
|
|
|
|
} /* end of pin irq[2] */
|
|
|
|
pin("irq[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002236 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "4.768674, 4.787860, 4.844392, 5.073452, 5.997705",\
|
|
"4.878384, 4.897570, 4.954102, 5.183162, 6.107415",\
|
|
"5.066672, 5.085858, 5.142390, 5.371450, 6.295703",\
|
|
"5.447870, 5.467056, 5.523588, 5.752649, 6.676901",\
|
|
"6.145634, 6.164820, 6.221352, 6.450413, 7.374665");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.037286, 0.054655, 0.120573, 0.433495, 1.753600",\
|
|
"0.037286, 0.054655, 0.120573, 0.433495, 1.753600",\
|
|
"0.037286, 0.054655, 0.120573, 0.433495, 1.753600",\
|
|
"0.037286, 0.054655, 0.120573, 0.433495, 1.753600",\
|
|
"0.037286, 0.054655, 0.120573, 0.433495, 1.753600");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "4.710832, 4.725933, 4.765319, 4.882520, 5.318507",\
|
|
"4.820541, 4.835643, 4.875029, 4.992229, 5.428217",\
|
|
"5.008830, 5.023931, 5.063317, 5.180518, 5.616505",\
|
|
"5.390028, 5.405129, 5.444515, 5.561716, 5.997704",\
|
|
"6.087792, 6.102893, 6.142279, 6.259480, 6.695467");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.033184, 0.043151, 0.077674, 0.216811, 0.830228",\
|
|
"0.033184, 0.043151, 0.077674, 0.216811, 0.830228",\
|
|
"0.033184, 0.043151, 0.077674, 0.216811, 0.830228",\
|
|
"0.033184, 0.043151, 0.077674, 0.216811, 0.830228",\
|
|
"0.033184, 0.043151, 0.077674, 0.216811, 0.830228");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "4.496955, 4.516141, 4.570960, 4.794083, 5.708837",\
|
|
"4.596607, 4.615793, 4.670612, 4.893735, 5.808489",\
|
|
"4.766085, 4.785271, 4.840090, 5.063212, 5.977966",\
|
|
"5.094286, 5.113472, 5.168292, 5.391414, 6.306169",\
|
|
"5.642745, 5.661931, 5.716750, 5.939873, 6.854627");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.037286, 0.054655, 0.117378, 0.419038, 1.701913",\
|
|
"0.037286, 0.054655, 0.117378, 0.419038, 1.701913",\
|
|
"0.037286, 0.054655, 0.117378, 0.419038, 1.701913",\
|
|
"0.037286, 0.054655, 0.117378, 0.419038, 1.701913",\
|
|
"0.037286, 0.054655, 0.117378, 0.419038, 1.701913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "4.462527, 4.477629, 4.515296, 4.631513, 5.055129",\
|
|
"4.562180, 4.577281, 4.614948, 4.731165, 5.154781",\
|
|
"4.731657, 4.746758, 4.784425, 4.900642, 5.324258",\
|
|
"5.059859, 5.074960, 5.112628, 5.228845, 5.652460",\
|
|
"5.608317, 5.623419, 5.661086, 5.777303, 6.200919");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.033184, 0.043151, 0.074467, 0.204600, 0.779514",\
|
|
"0.033184, 0.043151, 0.074467, 0.204600, 0.779514",\
|
|
"0.033184, 0.043151, 0.074467, 0.204600, 0.779514",\
|
|
"0.033184, 0.043151, 0.074467, 0.204600, 0.779514",\
|
|
"0.033184, 0.043151, 0.074467, 0.204600, 0.779514");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[1]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "1.213707, 1.232897, 1.289433, 1.518493, 2.442747",\
|
|
"1.315473, 1.334663, 1.391199, 1.620260, 2.544513",\
|
|
"1.494821, 1.514010, 1.570546, 1.799607, 2.723861",\
|
|
"1.851802, 1.870992, 1.927529, 2.156590, 3.080844",\
|
|
"2.491184, 2.510375, 2.566914, 2.795975, 3.720229");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.037298, 0.054666, 0.120580, 0.433494, 1.753599",\
|
|
"0.037298, 0.054666, 0.120580, 0.433494, 1.753599",\
|
|
"0.037299, 0.054667, 0.120580, 0.433494, 1.753599",\
|
|
"0.037300, 0.054668, 0.120581, 0.433494, 1.753599",\
|
|
"0.037306, 0.054674, 0.120584, 0.433494, 1.753599");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "1.103889, 1.118997, 1.158375, 1.275585, 1.711583",\
|
|
"1.208500, 1.223607, 1.262985, 1.380195, 1.816194",\
|
|
"1.398976, 1.414084, 1.453461, 1.570672, 2.006670",\
|
|
"1.783056, 1.798163, 1.837541, 1.954751, 2.390750",\
|
|
"2.434611, 2.449718, 2.489096, 2.606306, 3.042305");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.033177, 0.043154, 0.077677, 0.216815, 0.830241",\
|
|
"0.033177, 0.043154, 0.077677, 0.216815, 0.830241",\
|
|
"0.033177, 0.043154, 0.077677, 0.216815, 0.830241",\
|
|
"0.033177, 0.043154, 0.077677, 0.216815, 0.830241",\
|
|
"0.033177, 0.043154, 0.077678, 0.216815, 0.830241");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "1.208136, 1.227325, 1.282148, 1.505271, 2.420027",\
|
|
"1.309902, 1.329091, 1.383914, 1.607037, 2.521793",\
|
|
"1.489249, 1.508438, 1.563262, 1.786385, 2.701140",\
|
|
"1.846230, 1.865420, 1.920244, 2.143367, 3.058123",\
|
|
"2.485612, 2.504803, 2.559629, 2.782753, 3.697509");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.037298, 0.054666, 0.117385, 0.419037, 1.701912",\
|
|
"0.037298, 0.054666, 0.117385, 0.419037, 1.701912",\
|
|
"0.037299, 0.054667, 0.117385, 0.419037, 1.701912",\
|
|
"0.037300, 0.054668, 0.117386, 0.419037, 1.701912",\
|
|
"0.037306, 0.054674, 0.117390, 0.419037, 1.701912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "1.103889, 1.118997, 1.156656, 1.272884, 1.696510",\
|
|
"1.208500, 1.223607, 1.261266, 1.377494, 1.801120",\
|
|
"1.398976, 1.414084, 1.451743, 1.567970, 1.991597",\
|
|
"1.783056, 1.798163, 1.835822, 1.952050, 2.375676",\
|
|
"2.434611, 2.449718, 2.487378, 2.603605, 3.027232");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.033177, 0.043154, 0.074470, 0.204604, 0.779527",\
|
|
"0.033177, 0.043154, 0.074470, 0.204604, 0.779527",\
|
|
"0.033177, 0.043154, 0.074470, 0.204604, 0.779527",\
|
|
"0.033177, 0.043154, 0.074470, 0.204604, 0.779527",\
|
|
"0.033177, 0.043154, 0.074470, 0.204604, 0.779527");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una_min*/
|
|
|
|
} /* end of pin irq[1] */
|
|
|
|
pin("irq[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001213 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "4.714969, 4.734503, 4.790753, 5.019827, 5.945220",\
|
|
"4.824679, 4.844213, 4.900463, 5.129537, 6.054929",\
|
|
"5.012967, 5.032501, 5.088751, 5.317825, 6.243217",\
|
|
"5.394166, 5.413700, 5.469950, 5.699024, 6.624416",\
|
|
"6.091930, 6.111464, 6.167714, 6.396788, 7.322180");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.034098, 0.051726, 0.118007, 0.431852, 1.753911",\
|
|
"0.034098, 0.051726, 0.118007, 0.431852, 1.753911",\
|
|
"0.034098, 0.051726, 0.118007, 0.431852, 1.753911",\
|
|
"0.034098, 0.051726, 0.118007, 0.431852, 1.753911",\
|
|
"0.034098, 0.051726, 0.118007, 0.431852, 1.753911");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "4.903149, 4.919043, 4.958807, 5.075986, 5.512662",\
|
|
"5.012858, 5.028753, 5.068516, 5.185696, 5.622372",\
|
|
"5.201147, 5.217041, 5.256804, 5.373984, 5.810660",\
|
|
"5.582345, 5.598240, 5.638003, 5.755183, 6.191859",\
|
|
"6.280110, 6.296004, 6.335768, 6.452947, 6.889623");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.032081, 0.042335, 0.076876, 0.216035, 0.830405",\
|
|
"0.032081, 0.042335, 0.076876, 0.216035, 0.830405",\
|
|
"0.032081, 0.042335, 0.076876, 0.216035, 0.830405",\
|
|
"0.032081, 0.042335, 0.076876, 0.216035, 0.830405",\
|
|
"0.032081, 0.042335, 0.076876, 0.216035, 0.830405");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "4.479909, 4.499444, 4.554002, 4.777113, 5.692926",\
|
|
"4.579562, 4.599096, 4.653654, 4.876765, 5.792579",\
|
|
"4.749038, 4.768572, 4.823131, 5.046242, 5.962055",\
|
|
"5.077240, 5.096775, 5.151333, 5.374444, 6.290257",\
|
|
"5.625700, 5.645234, 5.699792, 5.922903, 6.838717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.034098, 0.051726, 0.114869, 0.417403, 1.702004",\
|
|
"0.034098, 0.051726, 0.114869, 0.417403, 1.702004",\
|
|
"0.034098, 0.051726, 0.114869, 0.417403, 1.702004",\
|
|
"0.034098, 0.051726, 0.114869, 0.417403, 1.702004",\
|
|
"0.034098, 0.051726, 0.114869, 0.417403, 1.702004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "4.669357, 4.685251, 4.723319, 4.839584, 5.263727",\
|
|
"4.769010, 4.784904, 4.822971, 4.939237, 5.363379",\
|
|
"4.938486, 4.954381, 4.992448, 5.108713, 5.532856",\
|
|
"5.266688, 5.282583, 5.320650, 5.436915, 5.861058",\
|
|
"5.815147, 5.831042, 5.869109, 5.985374, 6.409517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.032081, 0.042335, 0.073726, 0.203820, 0.779470",\
|
|
"0.032081, 0.042335, 0.073726, 0.203820, 0.779470",\
|
|
"0.032081, 0.042335, 0.073726, 0.203820, 0.779470",\
|
|
"0.032081, 0.042335, 0.073726, 0.203820, 0.779470",\
|
|
"0.032081, 0.042335, 0.073726, 0.203820, 0.779470");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[0]_redg_min*/
|
|
|
|
} /* end of pin irq[0] */
|
|
} /* end of bus irq */
|
|
bus ( mask_rev_in ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("mask_rev_in[31]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003612 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.034073, 2.938117, 2.760053, 2.388498, 1.793941",\
|
|
"3.136654, 3.040697, 2.862633, 2.491079, 1.896522",\
|
|
"3.271079, 3.175122, 2.997058, 2.625503, 2.030946",\
|
|
"3.507726, 3.411769, 3.233706, 2.862151, 2.267594",\
|
|
"3.898691, 3.802734, 3.624670, 3.253115, 2.658558");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.450557, 6.354600, 6.176536, 5.804981, 5.210424",\
|
|
"6.553544, 6.457587, 6.279523, 5.907969, 5.313412",\
|
|
"6.754203, 6.658246, 6.480182, 6.108627, 5.514071",\
|
|
"7.181690, 7.085733, 6.907670, 6.536115, 5.941558",\
|
|
"7.933566, 7.837609, 7.659545, 7.287991, 6.693434");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.744882, -2.638644, -2.441517, -2.016254, -1.270386",\
|
|
"-2.847463, -2.741225, -2.544098, -2.118835, -1.372967",\
|
|
"-2.981887, -2.875650, -2.678522, -2.253259, -1.507391",\
|
|
"-3.218535, -3.112298, -2.915170, -2.489907, -1.744039",\
|
|
"-3.609500, -3.503262, -3.306134, -2.880871, -2.135004");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.542514, -5.436277, -5.239149, -4.813886, -4.068018",\
|
|
"-5.645502, -5.539264, -5.342136, -4.916873, -4.171006",\
|
|
"-5.846160, -5.739923, -5.542795, -5.117532, -4.371664",\
|
|
"-6.273647, -6.167409, -5.970282, -5.545019, -4.799151",\
|
|
"-7.025523, -6.919285, -6.722157, -6.296895, -5.551027");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[31]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.037764, 1.954676, 1.815825, 1.567771, 1.243626",\
|
|
"2.140345, 2.057257, 1.918406, 1.670352, 1.346206",\
|
|
"2.274769, 2.191681, 2.052830, 1.804776, 1.480631",\
|
|
"2.511417, 2.428329, 2.289478, 2.041423, 1.717278",\
|
|
"2.902381, 2.819293, 2.680443, 2.432388, 2.108243");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.734207, 4.651119, 4.512268, 4.264214, 3.940069",\
|
|
"4.837194, 4.754107, 4.615255, 4.367201, 4.043056",\
|
|
"5.037853, 4.954765, 4.815914, 4.567860, 4.243715",\
|
|
"5.465341, 5.382253, 5.243402, 4.995347, 4.671202",\
|
|
"6.217216, 6.134129, 5.995277, 5.747223, 5.423078");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.684431, -1.564604, -1.356214, -0.912246, -0.036241",\
|
|
"-1.787012, -1.667184, -1.458795, -1.014827, -0.138822",\
|
|
"-1.921436, -1.801609, -1.593219, -1.149251, -0.273246",\
|
|
"-2.158083, -2.038256, -1.829867, -1.385898, -0.509894",\
|
|
"-2.549048, -2.429221, -2.220831, -1.776863, -0.900858");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.678765, -3.558938, -3.350548, -2.906580, -2.030575",\
|
|
"-3.781752, -3.661925, -3.453536, -3.009567, -2.133562",\
|
|
"-3.982410, -3.862583, -3.654194, -3.210225, -2.334221",\
|
|
"-4.409898, -4.290071, -4.081681, -3.637713, -2.761708",\
|
|
"-5.161774, -5.041946, -4.833557, -4.389588, -3.513584");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[31] */
|
|
|
|
pin("mask_rev_in[30]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004552 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.611197, 2.515240, 2.337176, 1.965622, 1.371065",\
|
|
"2.712300, 2.616343, 2.438280, 2.066725, 1.472168",\
|
|
"2.867225, 2.771269, 2.593205, 2.221650, 1.627093",\
|
|
"3.155118, 3.059161, 2.881097, 2.509542, 1.914985",\
|
|
"3.669470, 3.573513, 3.395449, 3.023895, 2.429338");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.338008, 5.242052, 5.063988, 4.692433, 4.097876",\
|
|
"5.442410, 5.346453, 5.168389, 4.796835, 4.202278",\
|
|
"5.605331, 5.509374, 5.331310, 4.959756, 4.365199",\
|
|
"5.894902, 5.798945, 5.620881, 5.249327, 4.654769",\
|
|
"6.356691, 6.260735, 6.082671, 5.711116, 5.116559");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[30]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.330266, -2.224028, -2.026900, -1.601637, -0.855770",\
|
|
"-2.431369, -2.325131, -2.128004, -1.702741, -0.956873",\
|
|
"-2.586294, -2.480056, -2.282928, -1.857666, -1.111798",\
|
|
"-2.874186, -2.767949, -2.570821, -2.145558, -1.399690",\
|
|
"-3.388538, -3.282300, -3.085173, -2.659910, -1.914042");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.896924, -4.790687, -4.593559, -4.168296, -3.422429",\
|
|
"-5.001326, -4.895089, -4.697961, -4.272698, -3.526830",\
|
|
"-5.164247, -5.058009, -4.860881, -4.435618, -3.689751",\
|
|
"-5.453818, -5.347580, -5.150453, -4.725190, -3.979322",\
|
|
"-5.915608, -5.809371, -5.612243, -5.186980, -4.441112");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[30]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.605729, 1.522641, 1.383790, 1.135736, 0.811591",\
|
|
"1.706832, 1.623744, 1.484894, 1.236839, 0.912694",\
|
|
"1.861758, 1.778669, 1.639819, 1.391764, 1.067619",\
|
|
"2.149650, 2.066562, 1.927711, 1.679657, 1.355511",\
|
|
"2.664002, 2.580914, 2.442063, 2.194009, 1.869863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.594257, 3.511169, 3.372318, 3.124264, 2.800118",\
|
|
"3.698658, 3.615571, 3.476720, 3.228665, 2.904520",\
|
|
"3.861579, 3.778491, 3.639641, 3.391586, 3.067441",\
|
|
"4.151150, 4.068062, 3.929211, 3.681157, 3.357012",\
|
|
"4.612941, 4.529853, 4.391002, 4.142947, 3.818802");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.286451, -1.166623, -0.958234, -0.514266, 0.361739",\
|
|
"-1.387554, -1.267727, -1.059337, -0.615369, 0.260636",\
|
|
"-1.542479, -1.422652, -1.214262, -0.770294, 0.105711",\
|
|
"-1.830371, -1.710544, -1.502154, -1.058186, -0.182181",\
|
|
"-2.344723, -2.224896, -2.016506, -1.572538, -0.696533");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.054628, -2.934801, -2.726412, -2.282443, -1.406438",\
|
|
"-3.159030, -3.039203, -2.830813, -2.386845, -1.510840",\
|
|
"-3.321950, -3.202123, -2.993734, -2.549765, -1.673760",\
|
|
"-3.611522, -3.491694, -3.283305, -2.839337, -1.963332",\
|
|
"-4.073312, -3.953485, -3.745095, -3.301127, -2.425122");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[30] */
|
|
|
|
pin("mask_rev_in[29]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003610 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.805388, 2.709432, 2.531368, 2.159813, 1.565256",\
|
|
"2.907867, 2.811910, 2.633847, 2.262292, 1.667735",\
|
|
"3.042657, 2.946701, 2.768637, 2.397082, 1.802525",\
|
|
"3.278968, 3.183011, 3.004947, 2.633393, 2.038836",\
|
|
"3.675943, 3.579986, 3.401922, 3.030368, 2.435811");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.838109, 4.742152, 4.564088, 4.192533, 3.597976",\
|
|
"4.941028, 4.845072, 4.667007, 4.295453, 3.700896",\
|
|
"5.141800, 5.045844, 4.867780, 4.496225, 3.901668",\
|
|
"5.567753, 5.471797, 5.293733, 4.922178, 4.327621",\
|
|
"6.316881, 6.220924, 6.042861, 5.671306, 5.076749");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.621873, -2.515636, -2.318508, -1.893245, -1.147377",\
|
|
"-2.724352, -2.618114, -2.420987, -1.995724, -1.249856",\
|
|
"-2.859142, -2.752905, -2.555777, -2.130514, -1.384646",\
|
|
"-3.095453, -2.989215, -2.792087, -2.366824, -1.620957",\
|
|
"-3.492428, -3.386190, -3.189063, -2.763800, -2.017932");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.588350, -4.482112, -4.284985, -3.859722, -3.113854",\
|
|
"-4.691270, -4.585032, -4.387904, -3.962641, -3.216774",\
|
|
"-4.892042, -4.785804, -4.588676, -4.163413, -3.417546",\
|
|
"-5.317996, -5.211758, -5.014630, -4.589367, -3.843499",\
|
|
"-6.067123, -5.960886, -5.763758, -5.338495, -4.592628");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[29]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.760300, 1.677212, 1.538361, 1.290307, 0.966162",\
|
|
"1.862779, 1.779691, 1.640840, 1.392786, 1.068641",\
|
|
"1.997569, 1.914481, 1.775630, 1.527576, 1.203431",\
|
|
"2.233880, 2.150792, 2.011941, 1.763886, 1.439741",\
|
|
"2.630855, 2.547767, 2.408916, 2.160862, 1.836717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.061433, 2.978344, 2.839494, 2.591439, 2.267294",\
|
|
"3.164352, 3.081264, 2.942413, 2.694359, 2.370214",\
|
|
"3.365124, 3.282036, 3.143185, 2.895131, 2.570986",\
|
|
"3.791078, 3.707990, 3.569139, 3.321085, 2.996940",\
|
|
"4.540205, 4.457118, 4.318267, 4.070212, 3.746067");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.585191, -1.465364, -1.256974, -0.813006, 0.062999",\
|
|
"-1.687670, -1.567842, -1.359453, -0.915485, -0.039480",\
|
|
"-1.822460, -1.702633, -1.494243, -1.050275, -0.174270",\
|
|
"-2.058770, -1.938943, -1.730553, -1.286585, -0.410580",\
|
|
"-2.455745, -2.335918, -2.127529, -1.683560, -0.807556");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.749608, -2.629781, -2.421391, -1.977423, -1.101418",\
|
|
"-2.852528, -2.732701, -2.524311, -2.080343, -1.204338",\
|
|
"-3.053300, -2.933472, -2.725083, -2.281115, -1.405110",\
|
|
"-3.479254, -3.359427, -3.151037, -2.707069, -1.831064",\
|
|
"-4.228382, -4.108555, -3.900165, -3.456197, -2.580192");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[29] */
|
|
|
|
pin("mask_rev_in[28]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004857 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.191065, 2.095109, 1.917043, 1.545475, 0.950670",\
|
|
"2.296035, 2.200078, 2.022013, 1.650445, 1.055640",\
|
|
"2.458905, 2.362948, 2.184883, 1.813315, 1.218510",\
|
|
"2.764559, 2.668603, 2.490538, 2.118969, 1.524165",\
|
|
"3.299324, 3.203367, 3.025302, 2.653733, 2.058929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.336732, 4.240776, 4.062711, 3.691142, 3.096338",\
|
|
"4.445603, 4.349647, 4.171582, 3.800013, 3.205209",\
|
|
"4.637995, 4.542039, 4.363974, 3.992405, 3.397601",\
|
|
"5.042666, 4.946710, 4.768644, 4.397076, 3.802271",\
|
|
"5.739643, 5.643686, 5.465621, 5.094052, 4.499248");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[28]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.912261, -1.806024, -1.608895, -1.183618, -0.437503",\
|
|
"-2.017231, -1.910994, -1.713865, -1.288588, -0.542472",\
|
|
"-2.180101, -2.073864, -1.876734, -1.451458, -0.705342",\
|
|
"-2.485755, -2.379518, -2.182389, -1.757112, -1.010997",\
|
|
"-3.020520, -2.914282, -2.717153, -2.291876, -1.545761");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.843924, -3.737687, -3.540558, -3.115281, -2.369165",\
|
|
"-3.952795, -3.846557, -3.649428, -3.224151, -2.478036",\
|
|
"-4.145187, -4.038949, -3.841820, -3.416543, -2.670428",\
|
|
"-4.549858, -4.443620, -4.246491, -3.821214, -3.075099",\
|
|
"-5.246834, -5.140596, -4.943467, -4.518190, -3.772075");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[28]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.985576, 1.902488, 1.763638, 1.515578, 1.191499",\
|
|
"2.090546, 2.007458, 1.868608, 1.620548, 1.296469",\
|
|
"2.253417, 2.170328, 2.031478, 1.783418, 1.459339",\
|
|
"2.559071, 2.475983, 2.337132, 2.089073, 1.764994",\
|
|
"3.093835, 3.010747, 2.871896, 2.623837, 2.299758");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.391387, 3.308299, 3.169448, 2.921389, 2.597310",\
|
|
"3.500258, 3.417170, 3.278319, 3.030260, 2.706181",\
|
|
"3.692650, 3.609562, 3.470711, 3.222651, 2.898573",\
|
|
"4.097321, 4.014233, 3.875382, 3.627322, 3.303244",\
|
|
"4.794297, 4.711209, 4.572359, 4.324299, 4.000220");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.728697, -1.608870, -1.400481, -0.956512, -0.080508",\
|
|
"-1.833667, -1.713840, -1.505451, -1.061482, -0.185477",\
|
|
"-1.996537, -1.876710, -1.668321, -1.224352, -0.348347",\
|
|
"-2.302192, -2.182364, -1.973975, -1.530007, -0.654002",\
|
|
"-2.836956, -2.717129, -2.508739, -2.064771, -1.188766");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.842959, -2.723132, -2.514742, -2.070774, -1.194769",\
|
|
"-2.951829, -2.832002, -2.623613, -2.179644, -1.303639",\
|
|
"-3.144221, -3.024394, -2.816005, -2.372036, -1.496032",\
|
|
"-3.548892, -3.429064, -3.220675, -2.776707, -1.900702",\
|
|
"-4.245868, -4.126040, -3.917651, -3.473683, -2.597678");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[28] */
|
|
|
|
pin("mask_rev_in[27]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004510 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.572584, 2.476627, 2.298563, 1.927009, 1.332451",\
|
|
"2.674418, 2.578461, 2.400397, 2.028843, 1.434286",\
|
|
"2.852815, 2.756859, 2.578795, 2.207240, 1.612683",\
|
|
"3.210360, 3.114404, 2.936340, 2.564785, 1.970228",\
|
|
"3.852274, 3.756318, 3.578254, 3.206699, 2.612142");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.307134, 5.211177, 5.033113, 4.661559, 4.067002",\
|
|
"5.411831, 5.315874, 5.137810, 4.766255, 4.171699",\
|
|
"5.601472, 5.505515, 5.327451, 4.955896, 4.361340",\
|
|
"5.984677, 5.888721, 5.710657, 5.339102, 4.744545",\
|
|
"6.634510, 6.538553, 6.360489, 5.988935, 5.394378");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.422953, -2.316715, -2.119587, -1.694324, -0.948457",\
|
|
"-2.524787, -2.418550, -2.221422, -1.796159, -1.050291",\
|
|
"-2.703185, -2.596947, -2.399819, -1.974556, -1.228689",\
|
|
"-3.060730, -2.954492, -2.757364, -2.332101, -1.586233",\
|
|
"-3.702643, -3.596406, -3.399278, -2.974015, -2.228147");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.869569, -4.763332, -4.566204, -4.140941, -3.395073",\
|
|
"-4.974267, -4.868029, -4.670901, -4.245638, -3.499771",\
|
|
"-5.163907, -5.057669, -4.860541, -4.435278, -3.689411",\
|
|
"-5.547112, -5.440875, -5.243747, -4.818484, -4.072616",\
|
|
"-6.196944, -6.090707, -5.893579, -5.468316, -4.722448");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[27]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.502195, 1.419107, 1.280256, 1.032202, 0.708057",\
|
|
"1.604029, 1.520941, 1.382090, 1.134036, 0.809891",\
|
|
"1.782427, 1.699339, 1.560488, 1.312433, 0.988288",\
|
|
"2.139972, 2.056884, 1.918033, 1.669978, 1.345833",\
|
|
"2.781885, 2.698797, 2.559946, 2.311892, 1.987746");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.520267, 3.437180, 3.298329, 3.050274, 2.726129",\
|
|
"3.624964, 3.541876, 3.403025, 3.154971, 2.830826",\
|
|
"3.814605, 3.731517, 3.592666, 3.344611, 3.020466",\
|
|
"4.197810, 4.114722, 3.975871, 3.727817, 3.403672",\
|
|
"4.847643, 4.764555, 4.625704, 4.377649, 4.053504");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.337004, -1.217177, -1.008788, -0.564819, 0.311185",\
|
|
"-1.438838, -1.319011, -1.110622, -0.666653, 0.209351",\
|
|
"-1.617236, -1.497409, -1.289020, -0.845051, 0.030954",\
|
|
"-1.974781, -1.854954, -1.646564, -1.202596, -0.326591",\
|
|
"-2.616694, -2.496867, -2.288478, -1.844509, -0.968505");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.985895, -2.866068, -2.657679, -2.213710, -1.337705",\
|
|
"-3.090592, -2.970765, -2.762376, -2.318407, -1.442403",\
|
|
"-3.280233, -3.160406, -2.952016, -2.508048, -1.632043",\
|
|
"-3.663438, -3.543611, -3.335221, -2.891253, -2.015248",\
|
|
"-4.313271, -4.193443, -3.985054, -3.541085, -2.665081");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[27] */
|
|
|
|
pin("mask_rev_in[26]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005402 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.926984, 1.831028, 1.652964, 1.281409, 0.686852",\
|
|
"2.027894, 1.931937, 1.753873, 1.382318, 0.787761",\
|
|
"2.183650, 2.087693, 1.909629, 1.538075, 0.943518",\
|
|
"2.472453, 2.376496, 2.198432, 1.826878, 1.232321",\
|
|
"2.987885, 2.891928, 2.713864, 2.342309, 1.747752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.633379, 4.537422, 4.359358, 3.987804, 3.393247",\
|
|
"4.737730, 4.641773, 4.463709, 4.092155, 3.497597",\
|
|
"4.900811, 4.804854, 4.626791, 4.255236, 3.660679",\
|
|
"5.190085, 5.094129, 4.916065, 4.544510, 3.949953",\
|
|
"5.650478, 5.554522, 5.376458, 5.004903, 4.410346");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[26]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.628710, -1.522473, -1.325345, -0.900082, -0.154214",\
|
|
"-1.729620, -1.623382, -1.426254, -1.000991, -0.255124",\
|
|
"-1.885376, -1.779138, -1.582011, -1.156748, -0.410880",\
|
|
"-2.174179, -2.067941, -1.870813, -1.445550, -0.699683",\
|
|
"-2.689610, -2.583372, -2.386245, -1.960982, -1.215114");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.106332, -4.000094, -3.802967, -3.377704, -2.631836",\
|
|
"-4.210682, -4.104445, -3.907317, -3.482054, -2.736186",\
|
|
"-4.373764, -4.267526, -4.070398, -3.645135, -2.899268",\
|
|
"-4.663038, -4.556800, -4.359673, -3.934410, -3.188542",\
|
|
"-5.123431, -5.017194, -4.820066, -4.394803, -3.648935");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[26]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.808311, 1.725223, 1.586372, 1.338317, 1.014172",\
|
|
"1.909220, 1.826132, 1.687281, 1.439227, 1.115082",\
|
|
"2.064976, 1.981888, 1.843037, 1.594983, 1.270838",\
|
|
"2.353779, 2.270691, 2.131841, 1.883786, 1.559641",\
|
|
"2.869211, 2.786123, 2.647272, 2.399218, 2.075072");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.800735, 3.717646, 3.578795, 3.330741, 3.006596",\
|
|
"3.905085, 3.821997, 3.683146, 3.435091, 3.110946",\
|
|
"4.068167, 3.985079, 3.846228, 3.598173, 3.274028",\
|
|
"4.357441, 4.274353, 4.135502, 3.887447, 3.563302",\
|
|
"4.817834, 4.734746, 4.595895, 4.347840, 4.023695");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.373058, -1.253231, -1.044839, -0.600775, 0.275505",\
|
|
"-1.473967, -1.354140, -1.145748, -0.701685, 0.174596",\
|
|
"-1.629724, -1.509897, -1.301505, -0.857441, 0.018839",\
|
|
"-1.918527, -1.798699, -1.590307, -1.146244, -0.269964",\
|
|
"-2.433958, -2.314131, -2.105739, -1.661675, -0.785395");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.049919, -2.930092, -2.721700, -2.277636, -1.401356",\
|
|
"-3.154269, -3.034442, -2.826050, -2.381987, -1.505707",\
|
|
"-3.317351, -3.197524, -2.989132, -2.545069, -1.668788",\
|
|
"-3.606625, -3.486798, -3.278406, -2.834343, -1.958062",\
|
|
"-4.067019, -3.947192, -3.738800, -3.294737, -2.418456");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[26] */
|
|
|
|
pin("mask_rev_in[25]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005263 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.652731, 2.556775, 2.378711, 2.007156, 1.412599",\
|
|
"2.757317, 2.661361, 2.483297, 2.111742, 1.517185",\
|
|
"2.914779, 2.818822, 2.640759, 2.269204, 1.674647",\
|
|
"3.208597, 3.112640, 2.934577, 2.563022, 1.968465",\
|
|
"3.724874, 3.628917, 3.450853, 3.079298, 2.484741");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.538663, 5.442707, 5.264643, 4.893088, 4.298532",\
|
|
"5.643672, 5.547715, 5.369651, 4.998096, 4.403540",\
|
|
"5.836502, 5.740545, 5.562481, 5.190927, 4.596370",\
|
|
"6.231934, 6.135978, 5.957914, 5.586359, 4.991802",\
|
|
"6.899189, 6.803233, 6.625169, 6.253614, 5.659058");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.433730, -2.327492, -2.130364, -1.705101, -0.959234",\
|
|
"-2.538316, -2.432078, -2.234950, -1.809687, -1.063819",\
|
|
"-2.695777, -2.589540, -2.392412, -1.967149, -1.221281",\
|
|
"-2.989596, -2.883358, -2.686230, -2.260967, -1.515100",\
|
|
"-3.505872, -3.399635, -3.202507, -2.777244, -2.031376");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.651571, -4.545333, -4.348206, -3.922942, -3.177075",\
|
|
"-4.756579, -4.650341, -4.453214, -4.027950, -3.282083",\
|
|
"-4.949409, -4.843171, -4.646044, -4.220780, -3.474913",\
|
|
"-5.344841, -5.238604, -5.041476, -4.616213, -3.870345",\
|
|
"-6.012097, -5.905860, -5.708732, -5.283469, -4.537601");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[25]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.682309, 1.599221, 1.460370, 1.212316, 0.888171",\
|
|
"1.786895, 1.703807, 1.564956, 1.316902, 0.992757",\
|
|
"1.944357, 1.861269, 1.722418, 1.474364, 1.150218",\
|
|
"2.238175, 2.155087, 2.016236, 1.768182, 1.444036",\
|
|
"2.754452, 2.671364, 2.532513, 2.284458, 1.960313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.847427, 3.764339, 3.625488, 3.377434, 3.053289",\
|
|
"3.952435, 3.869347, 3.730496, 3.482442, 3.158297",\
|
|
"4.145266, 4.062177, 3.923326, 3.675272, 3.351127",\
|
|
"4.540699, 4.457610, 4.318759, 4.070705, 3.746560",\
|
|
"5.207954, 5.124866, 4.986015, 4.737960, 4.413815");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.328070, -1.208243, -0.999851, -0.555787, 0.320493",\
|
|
"-1.432656, -1.312829, -1.104437, -0.660373, 0.215907",\
|
|
"-1.590118, -1.470291, -1.261899, -0.817835, 0.058445",\
|
|
"-1.883936, -1.764109, -1.555717, -1.111653, -0.235373",\
|
|
"-2.400212, -2.280385, -2.071993, -1.627930, -0.751649");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.738589, -2.618762, -2.410370, -1.966307, -1.090026",\
|
|
"-2.843597, -2.723770, -2.515378, -2.071315, -1.195034",\
|
|
"-3.036427, -2.916600, -2.708208, -2.264145, -1.387864",\
|
|
"-3.431860, -3.312033, -3.103641, -2.659578, -1.783297",\
|
|
"-4.099116, -3.979289, -3.770896, -3.326833, -2.450553");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[25] */
|
|
|
|
pin("mask_rev_in[24]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007252 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.683909, 1.587953, 1.409889, 1.038334, 0.443777",\
|
|
"1.784814, 1.688858, 1.510794, 1.139239, 0.544682",\
|
|
"1.940372, 1.844416, 1.666352, 1.294797, 0.700240",\
|
|
"2.228586, 2.132629, 1.954566, 1.583011, 0.988454",\
|
|
"2.741829, 2.645872, 2.467808, 2.096253, 1.501696");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.092743, 2.996787, 2.818723, 2.447168, 1.852611",\
|
|
"3.197083, 3.101126, 2.923063, 2.551508, 1.956951",\
|
|
"3.360174, 3.264217, 3.086153, 2.714599, 2.120041",\
|
|
"3.649515, 3.553558, 3.375494, 3.003940, 2.409382",\
|
|
"4.110116, 4.014160, 3.836096, 3.464541, 2.869984");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[24]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.478856, -1.372618, -1.175490, -0.750227, -0.004359",\
|
|
"-1.534550, -1.428313, -1.231185, -0.805922, -0.060054",\
|
|
"-1.607820, -1.501583, -1.304455, -0.879192, -0.133324",\
|
|
"-1.664207, -1.557969, -1.360841, -0.935578, -0.189710",\
|
|
"-1.524329, -1.418091, -1.220964, -0.795701, -0.049833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.749814, -2.643577, -2.446449, -2.021186, -1.275318",\
|
|
"-2.807466, -2.701229, -2.504101, -2.078838, -1.332970",\
|
|
"-2.885587, -2.779349, -2.582221, -2.156958, -1.411090",\
|
|
"-2.935543, -2.829305, -2.632178, -2.206914, -1.461047",\
|
|
"-2.721734, -2.615497, -2.418369, -1.993106, -1.247238");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[24]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.756908, 1.673820, 1.534969, 1.286914, 0.962769",\
|
|
"1.857813, 1.774725, 1.635874, 1.387819, 1.063674",\
|
|
"2.013371, 1.930283, 1.791432, 1.543377, 1.219232",\
|
|
"2.301584, 2.218496, 2.079646, 1.831591, 1.507446",\
|
|
"2.814827, 2.731739, 2.592888, 2.344834, 2.020689");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.199992, 3.116904, 2.978053, 2.729998, 2.405853",\
|
|
"3.304331, 3.221243, 3.082392, 2.834338, 2.510193",\
|
|
"3.467422, 3.384333, 3.245482, 2.997428, 2.673283",\
|
|
"3.756763, 3.673674, 3.534823, 3.286769, 2.962624",\
|
|
"4.217365, 4.134276, 3.995426, 3.747371, 3.423226");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.501070, -1.381243, -1.172852, -0.728803, 0.147437",\
|
|
"-1.556765, -1.436938, -1.228547, -0.784498, 0.091742",\
|
|
"-1.630035, -1.510208, -1.301817, -0.857767, 0.018472",\
|
|
"-1.686421, -1.566594, -1.358203, -0.914154, -0.037914",\
|
|
"-1.546544, -1.426717, -1.218325, -0.774276, 0.101964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.728590, -2.608763, -2.400371, -1.956322, -1.080082",\
|
|
"-2.786242, -2.666414, -2.458023, -2.013974, -1.137734",\
|
|
"-2.864362, -2.744535, -2.536143, -2.092094, -1.215854",\
|
|
"-2.914318, -2.794491, -2.586100, -2.142050, -1.265810",\
|
|
"-2.700510, -2.580683, -2.372291, -1.928242, -1.052002");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[24] */
|
|
|
|
pin("mask_rev_in[23]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007898 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.599407, 2.503451, 2.325387, 1.953832, 1.359275",\
|
|
"2.700342, 2.604385, 2.426321, 2.054767, 1.460209",\
|
|
"2.855639, 2.759682, 2.581618, 2.210063, 1.615506",\
|
|
"3.143773, 3.047816, 2.869752, 2.498198, 1.903640",\
|
|
"3.657744, 3.561787, 3.383723, 3.012169, 2.417612");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.254958, 6.159001, 5.980937, 5.609383, 5.014826",\
|
|
"6.359263, 6.263307, 6.085243, 5.713688, 5.119131",\
|
|
"6.522188, 6.426231, 6.248168, 5.876613, 5.282056",\
|
|
"6.811248, 6.715291, 6.537227, 6.165672, 5.571115",\
|
|
"7.271274, 7.175317, 6.997253, 6.625698, 6.031141");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.418208, -2.311970, -2.114842, -1.689579, -0.943712",\
|
|
"-2.496206, -2.389969, -2.192841, -1.767578, -1.021710",\
|
|
"-2.609720, -2.503482, -2.306354, -1.881091, -1.135224",\
|
|
"-2.780140, -2.673902, -2.476774, -2.051512, -1.305644",\
|
|
"-2.962478, -2.856241, -2.659113, -2.233850, -1.487982");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.383455, -5.277218, -5.080090, -4.654827, -3.908959",\
|
|
"-5.464121, -5.357884, -5.160756, -4.735493, -3.989625",\
|
|
"-5.583986, -5.477748, -5.280621, -4.855358, -4.109490",\
|
|
"-5.751735, -5.645497, -5.448370, -5.023107, -4.277239",\
|
|
"-5.869996, -5.763758, -5.566630, -5.141367, -4.395500");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[23]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.603099, 1.520011, 1.381160, 1.133105, 0.808960",\
|
|
"1.704033, 1.620945, 1.482094, 1.234040, 0.909894",\
|
|
"1.859330, 1.776242, 1.637391, 1.389336, 1.065191",\
|
|
"2.147464, 2.064376, 1.925525, 1.677470, 1.353325",\
|
|
"2.661435, 2.578347, 2.439496, 2.191441, 1.867296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.538604, 4.455516, 4.316666, 4.068611, 3.744466",\
|
|
"4.642910, 4.559822, 4.420971, 4.172916, 3.848771",\
|
|
"4.805834, 4.722746, 4.583895, 4.335840, 4.011695",\
|
|
"5.094894, 5.011806, 4.872955, 4.624901, 4.300756",\
|
|
"5.554920, 5.471832, 5.332981, 5.084927, 4.760781");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.357756, -1.237929, -1.029540, -0.585571, 0.290434",\
|
|
"-1.435755, -1.315928, -1.107538, -0.663570, 0.212435",\
|
|
"-1.549268, -1.429441, -1.221052, -0.777083, 0.098921",\
|
|
"-1.719689, -1.599861, -1.391472, -0.947504, -0.071499",\
|
|
"-1.902027, -1.782200, -1.573810, -1.129842, -0.253837");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.519702, -3.399875, -3.191485, -2.747517, -1.871512",\
|
|
"-3.600368, -3.480541, -3.272151, -2.828183, -1.952178",\
|
|
"-3.720232, -3.600405, -3.392016, -2.948047, -2.072043",\
|
|
"-3.887981, -3.768154, -3.559765, -3.115796, -2.239792",\
|
|
"-4.006242, -3.886415, -3.678026, -3.234057, -2.358052");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[23] */
|
|
|
|
pin("mask_rev_in[22]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007962 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.438587, 2.342630, 2.164566, 1.793012, 1.198455",\
|
|
"2.539716, 2.443759, 2.265695, 1.894140, 1.299583",\
|
|
"2.694544, 2.598588, 2.420524, 2.048969, 1.454412",\
|
|
"2.982800, 2.886843, 2.708779, 2.337224, 1.742667",\
|
|
"3.499637, 3.403680, 3.225616, 2.854061, 2.259504");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.035053, 4.939096, 4.761032, 4.389478, 3.794920",\
|
|
"5.139434, 5.043478, 4.865414, 4.493859, 3.899302",\
|
|
"5.302151, 5.206194, 5.028130, 4.656575, 4.062018",\
|
|
"5.591045, 5.495088, 5.317024, 4.945470, 4.350913",\
|
|
"6.051033, 5.955076, 5.777012, 5.405457, 4.810901");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.164099, -2.057861, -1.860734, -1.435471, -0.689603",\
|
|
"-2.235188, -2.128950, -1.931822, -1.506559, -0.760691",\
|
|
"-2.335324, -2.229087, -2.031959, -1.606696, -0.860828",\
|
|
"-2.469498, -2.363260, -2.166132, -1.740870, -0.995002",\
|
|
"-2.552248, -2.446011, -2.248883, -1.823620, -1.077752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.594803, -4.488566, -4.291438, -3.866175, -3.120307",\
|
|
"-4.668260, -4.562022, -4.364894, -3.939631, -3.193764",\
|
|
"-4.774677, -4.668440, -4.471312, -4.046049, -3.300181",\
|
|
"-4.904963, -4.798725, -4.601597, -4.176334, -3.430467",\
|
|
"-4.918107, -4.811870, -4.614742, -4.189479, -3.443611");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[22]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.433119, 1.350031, 1.211180, 0.963126, 0.638981",\
|
|
"1.534248, 1.451160, 1.312309, 1.064255, 0.740110",\
|
|
"1.689077, 1.605989, 1.467138, 1.219084, 0.894938",\
|
|
"1.977332, 1.894244, 1.755393, 1.507338, 1.183193",\
|
|
"2.494169, 2.411081, 2.272230, 2.024176, 1.700031");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.291301, 3.208213, 3.069362, 2.821308, 2.497163",\
|
|
"3.395683, 3.312595, 3.173744, 2.925689, 2.601544",\
|
|
"3.558399, 3.475311, 3.336460, 3.088406, 2.764261",\
|
|
"3.847294, 3.764206, 3.625355, 3.377301, 3.053155",\
|
|
"4.307282, 4.224194, 4.085343, 3.837289, 3.513144");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.120284, -1.000456, -0.792067, -0.348099, 0.527906",\
|
|
"-1.191372, -1.071545, -0.863156, -0.419187, 0.456818",\
|
|
"-1.291509, -1.171682, -0.963293, -0.519324, 0.356681",\
|
|
"-1.425683, -1.305856, -1.097466, -0.653498, 0.222507",\
|
|
"-1.508433, -1.388606, -1.180217, -0.736248, 0.139757");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.752507, -2.632680, -2.424291, -1.980322, -1.104317",\
|
|
"-2.825963, -2.706136, -2.497747, -2.053778, -1.177773",\
|
|
"-2.932381, -2.812554, -2.604165, -2.160196, -1.284191",\
|
|
"-3.062666, -2.942839, -2.734450, -2.290481, -1.414476",\
|
|
"-3.075811, -2.955984, -2.747594, -2.303626, -1.427621");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[22] */
|
|
|
|
pin("mask_rev_in[21]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008492 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.860120, 2.764163, 2.586099, 2.214545, 1.619987",\
|
|
"2.962328, 2.866372, 2.688308, 2.316753, 1.722196",\
|
|
"3.097469, 3.001512, 2.823448, 2.451894, 1.857337",\
|
|
"3.335399, 3.239443, 3.061379, 2.689824, 2.095267",\
|
|
"3.727795, 3.631839, 3.453775, 3.082220, 2.487663");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.972586, 4.876630, 4.698565, 4.327011, 3.732454",\
|
|
"5.075268, 4.979311, 4.801248, 4.429693, 3.835135",\
|
|
"5.276200, 5.180243, 5.002179, 4.630625, 4.036067",\
|
|
"5.699082, 5.603126, 5.425061, 5.053507, 4.458950",\
|
|
"6.440420, 6.344463, 6.166400, 5.794845, 5.200288");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.695761, -2.589523, -2.392395, -1.967133, -1.221265",\
|
|
"-2.765430, -2.659193, -2.462065, -2.036802, -1.290935",\
|
|
"-2.841344, -2.735106, -2.537979, -2.112716, -1.366848",\
|
|
"-2.912415, -2.806177, -2.609050, -2.183787, -1.437919",\
|
|
"-2.834723, -2.728486, -2.531358, -2.106095, -1.360227");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.737296, -4.631058, -4.433930, -4.008667, -3.262800",\
|
|
"-4.806807, -4.700569, -4.503441, -4.078178, -3.332310",\
|
|
"-4.947364, -4.841126, -4.643998, -4.218736, -3.472868",\
|
|
"-5.200154, -5.093916, -4.896789, -4.471525, -3.725658",\
|
|
"-5.462296, -5.356058, -5.158931, -4.733667, -3.987800");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[21]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.815032, 1.731943, 1.593093, 1.345038, 1.020893",\
|
|
"1.917240, 1.834152, 1.695301, 1.447247, 1.123102",\
|
|
"2.052381, 1.969293, 1.830442, 1.582387, 1.258242",\
|
|
"2.290311, 2.207223, 2.068372, 1.820318, 1.496172",\
|
|
"2.682707, 2.599619, 2.460768, 2.212713, 1.888568");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.195910, 3.112823, 2.973972, 2.725917, 2.401772",\
|
|
"3.298592, 3.215504, 3.076653, 2.828599, 2.504454",\
|
|
"3.499525, 3.416437, 3.277586, 3.029531, 2.705386",\
|
|
"3.922407, 3.839319, 3.700468, 3.452414, 3.128269",\
|
|
"4.663744, 4.580657, 4.441806, 4.193751, 3.869606");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.659078, -1.539251, -1.330862, -0.886893, -0.010888",\
|
|
"-1.728748, -1.608921, -1.400531, -0.956563, -0.080558",\
|
|
"-1.804661, -1.684834, -1.476445, -1.032476, -0.156471",\
|
|
"-1.875732, -1.755905, -1.547516, -1.103547, -0.227542",\
|
|
"-1.798041, -1.678213, -1.469824, -1.025856, -0.149851");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.898554, -2.778726, -2.570337, -2.126369, -1.250364",\
|
|
"-2.968065, -2.848237, -2.639848, -2.195879, -1.319875",\
|
|
"-3.108622, -2.988795, -2.780405, -2.336437, -1.460432",\
|
|
"-3.361412, -3.241585, -3.033196, -2.589227, -1.713223",\
|
|
"-3.623554, -3.503727, -3.295338, -2.851369, -1.975365");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[21] */
|
|
|
|
pin("mask_rev_in[20]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.010578 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.765218, 2.669262, 2.491197, 2.119628, 1.524824",\
|
|
"2.865966, 2.770010, 2.591945, 2.220376, 1.625572",\
|
|
"3.021626, 2.925670, 2.747605, 2.376036, 1.781231",\
|
|
"3.310364, 3.214408, 3.036343, 2.664774, 2.069970",\
|
|
"3.825855, 3.729898, 3.551833, 3.180265, 2.585460");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.344672, 5.248715, 5.070650, 4.699081, 4.104277",\
|
|
"5.448821, 5.352865, 5.174800, 4.803231, 4.208426",\
|
|
"5.611880, 5.515924, 5.337859, 4.966290, 4.371486",\
|
|
"5.901177, 5.805221, 5.627155, 5.255587, 4.660782",\
|
|
"6.361695, 6.265739, 6.087674, 5.716105, 5.121301");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.304650, -2.198413, -2.001284, -1.576007, -0.829892",\
|
|
"-2.333462, -2.227224, -2.030095, -1.604818, -0.858703",\
|
|
"-2.357652, -2.251414, -2.054285, -1.629008, -0.882893",\
|
|
"-2.276002, -2.169765, -1.972636, -1.547359, -0.801243",\
|
|
"-1.748013, -1.641776, -1.444647, -1.019370, -0.273254");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.663260, -4.557022, -4.359893, -3.934616, -3.188501",\
|
|
"-4.693801, -4.587564, -4.390435, -3.965158, -3.219043",\
|
|
"-4.722360, -4.616123, -4.418994, -3.993717, -3.247602",\
|
|
"-4.632732, -4.526495, -4.329366, -3.904089, -3.157974",\
|
|
"-4.025721, -3.919484, -3.722355, -3.297078, -2.550962");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.559730, 2.476642, 2.337791, 2.089732, 1.765653",\
|
|
"2.660478, 2.577390, 2.438539, 2.190479, 1.866401",\
|
|
"2.816138, 2.733050, 2.594199, 2.346139, 2.022061",\
|
|
"3.104876, 3.021788, 2.882937, 2.634877, 2.310799",\
|
|
"3.620367, 3.537279, 3.398428, 3.150368, 2.826290");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.399326, 4.316238, 4.177388, 3.929328, 3.605249",\
|
|
"4.503476, 4.420388, 4.281537, 4.033477, 3.709399",\
|
|
"4.666535, 4.583447, 4.444596, 4.196537, 3.872458",\
|
|
"4.955832, 4.872744, 4.733893, 4.485833, 4.161755",\
|
|
"5.416350, 5.333262, 5.194411, 4.946352, 4.622273");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.121086, -2.001259, -1.792870, -1.348901, -0.472896",\
|
|
"-2.149898, -2.030071, -1.821681, -1.377713, -0.501708",\
|
|
"-2.174088, -2.054260, -1.845871, -1.401903, -0.525898",\
|
|
"-2.092438, -1.972611, -1.764221, -1.320253, -0.444248",\
|
|
"-1.564449, -1.444622, -1.236232, -0.792264, 0.083741");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.662293, -3.542466, -3.334077, -2.890109, -2.014104",\
|
|
"-3.692835, -3.573008, -3.364619, -2.920650, -2.044646",\
|
|
"-3.721394, -3.601567, -3.393178, -2.949209, -2.073204",\
|
|
"-3.631766, -3.511939, -3.303550, -2.859581, -1.983577",\
|
|
"-3.024755, -2.904928, -2.696539, -2.252570, -1.376565");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[20] */
|
|
|
|
pin("mask_rev_in[19]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.009783 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.789971, 2.694014, 2.515950, 2.144396, 1.549838",\
|
|
"2.894536, 2.798579, 2.620515, 2.248960, 1.654403",\
|
|
"3.052109, 2.956152, 2.778089, 2.406534, 1.811977",\
|
|
"3.344995, 3.249039, 3.070975, 2.699420, 2.104863",\
|
|
"3.859456, 3.763500, 3.585436, 3.213881, 2.619324");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.361430, 5.265473, 5.087409, 4.715855, 4.121298",\
|
|
"5.466363, 5.370406, 5.192342, 4.820787, 4.226231",\
|
|
"5.658436, 5.562479, 5.384415, 5.012860, 4.418303",\
|
|
"6.056042, 5.960085, 5.782022, 5.410467, 4.815910",\
|
|
"6.726889, 6.630932, 6.452868, 6.081313, 5.486756");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.622549, -2.516311, -2.319183, -1.893920, -1.148053",\
|
|
"-2.643678, -2.537440, -2.340313, -1.915050, -1.169182",\
|
|
"-2.649215, -2.542977, -2.345850, -1.920587, -1.174719",\
|
|
"-2.513774, -2.407536, -2.210408, -1.785146, -1.039278",\
|
|
"-1.821524, -1.715286, -1.518159, -1.092896, -0.347028");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.962101, -4.855864, -4.658736, -4.233473, -3.487605",\
|
|
"-4.982025, -4.875787, -4.678659, -4.253397, -3.507529",\
|
|
"-5.019204, -4.912966, -4.715838, -4.290576, -3.544708",\
|
|
"-4.980433, -4.874196, -4.677068, -4.251805, -3.505937",\
|
|
"-4.421888, -4.315651, -4.118523, -3.693260, -2.947392");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[19]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.719582, 1.636494, 1.497643, 1.249589, 0.925444",\
|
|
"1.824147, 1.741059, 1.602208, 1.354154, 1.030009",\
|
|
"1.981721, 1.898633, 1.759782, 1.511727, 1.187582",\
|
|
"2.274606, 2.191518, 2.052667, 1.804613, 1.480468",\
|
|
"2.789067, 2.705979, 2.567128, 2.319074, 1.994929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.574564, 3.491476, 3.352625, 3.104570, 2.780425",\
|
|
"3.679496, 3.596408, 3.457557, 3.209503, 2.885358",\
|
|
"3.871569, 3.788481, 3.649630, 3.401576, 3.077431",\
|
|
"4.269176, 4.186088, 4.047236, 3.799182, 3.475037",\
|
|
"4.940022, 4.856934, 4.718082, 4.470028, 4.145883");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.536600, -1.416773, -1.208384, -0.764415, 0.111589",\
|
|
"-1.557730, -1.437902, -1.229513, -0.785545, 0.090460",\
|
|
"-1.563267, -1.443439, -1.235050, -0.791082, 0.084923",\
|
|
"-1.427825, -1.307998, -1.099609, -0.655640, 0.220364",\
|
|
"-0.735576, -0.615748, -0.407359, 0.036610, 0.912614");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.078427, -2.958600, -2.750211, -2.306242, -1.430238",\
|
|
"-3.098351, -2.978524, -2.770134, -2.326166, -1.450161",\
|
|
"-3.135530, -3.015703, -2.807313, -2.363345, -1.487340",\
|
|
"-3.096759, -2.976932, -2.768543, -2.324574, -1.448570",\
|
|
"-2.538215, -2.418387, -2.209998, -1.766030, -0.890025");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[19] */
|
|
|
|
pin("mask_rev_in[18]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.011579 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.116332, 2.020375, 1.842312, 1.470757, 0.876200",\
|
|
"2.218006, 2.122049, 1.943985, 1.572430, 0.977873",\
|
|
"2.396521, 2.300564, 2.122500, 1.750945, 1.156388",\
|
|
"2.754182, 2.658225, 2.480161, 2.108607, 1.514050",\
|
|
"3.401968, 3.306011, 3.127947, 2.756393, 2.161836");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.834170, 4.738214, 4.560150, 4.188595, 3.594038",\
|
|
"4.938836, 4.842879, 4.664815, 4.293261, 3.698703",\
|
|
"5.128701, 5.032744, 4.854681, 4.483126, 3.888569",\
|
|
"5.512337, 5.416380, 5.238316, 4.866761, 4.272204",\
|
|
"6.166788, 6.070831, 5.892767, 5.521213, 4.926656");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[18]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.828545, -1.722307, -1.525179, -1.099916, -0.354048",\
|
|
"-1.930218, -1.823980, -1.626852, -1.201589, -0.455722",\
|
|
"-2.108732, -2.002495, -1.805367, -1.380104, -0.634236",\
|
|
"-2.466394, -2.360156, -2.163028, -1.737766, -0.991898",\
|
|
"-3.114180, -3.007943, -2.810815, -2.385552, -1.639684");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.083399, -3.977162, -3.780034, -3.354771, -2.608903",\
|
|
"-4.188065, -4.081827, -3.884699, -3.459436, -2.713569",\
|
|
"-4.377930, -4.271693, -4.074565, -3.649302, -2.903434",\
|
|
"-4.761566, -4.655328, -4.458200, -4.032938, -3.287070",\
|
|
"-5.416017, -5.309780, -5.112652, -4.687389, -3.941521");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[18]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.997659, 1.914571, 1.775720, 1.527665, 1.203520",\
|
|
"2.099332, 2.016244, 1.877393, 1.629339, 1.305194",\
|
|
"2.277847, 2.194759, 2.055908, 1.807854, 1.483709",\
|
|
"2.635509, 2.552420, 2.413569, 2.165515, 1.841370",\
|
|
"3.283295, 3.200207, 3.061356, 2.813301, 2.489156");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.001526, 3.918438, 3.779587, 3.531533, 3.207388",\
|
|
"4.106191, 4.023103, 3.884252, 3.636198, 3.312052",\
|
|
"4.296057, 4.212969, 4.074118, 3.826064, 3.501919",\
|
|
"4.679693, 4.596604, 4.457754, 4.209699, 3.885554",\
|
|
"5.334144, 5.251056, 5.112205, 4.864151, 4.540006");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.572892, -1.453065, -1.244673, -0.800610, 0.075670",\
|
|
"-1.674566, -1.554738, -1.346346, -0.902283, -0.026003",\
|
|
"-1.853081, -1.733253, -1.524861, -1.080798, -0.204518",\
|
|
"-2.210742, -2.090914, -1.882523, -1.438459, -0.562179",\
|
|
"-2.858528, -2.738701, -2.530309, -2.086246, -1.209965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.026986, -2.907159, -2.698767, -2.254704, -1.378423",\
|
|
"-3.131652, -3.011825, -2.803433, -2.359370, -1.483089",\
|
|
"-3.321518, -3.201690, -2.993299, -2.549235, -1.672955",\
|
|
"-3.705153, -3.585326, -3.376934, -2.932871, -2.056590",\
|
|
"-4.359605, -4.239778, -4.031386, -3.587322, -2.711042");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[18] */
|
|
|
|
pin("mask_rev_in[17]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.011594 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.450326, 2.354370, 2.176306, 1.804751, 1.210194",\
|
|
"2.554854, 2.458898, 2.280834, 1.909279, 1.314722",\
|
|
"2.712446, 2.616489, 2.438425, 2.066870, 1.472313",\
|
|
"3.006001, 2.910044, 2.731980, 2.360425, 1.765868",\
|
|
"3.522295, 3.426338, 3.248274, 2.876719, 2.282162");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.166510, 4.070554, 3.892490, 3.520935, 2.926378",\
|
|
"4.277023, 4.181067, 4.003003, 3.631448, 3.036891",\
|
|
"4.469116, 4.373160, 4.195096, 3.823541, 3.228984",\
|
|
"4.865187, 4.769231, 4.591167, 4.219612, 3.625055",\
|
|
"5.532659, 5.436702, 5.258638, 4.887084, 4.292526");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.350044, -2.243806, -2.046679, -1.621415, -0.875548",\
|
|
"-2.431856, -2.325618, -2.128490, -1.703227, -0.957360",\
|
|
"-2.548026, -2.441788, -2.244661, -1.819398, -1.073530",\
|
|
"-2.724888, -2.618650, -2.421523, -1.996259, -1.250392",\
|
|
"-2.912425, -2.806187, -2.609060, -2.183797, -1.437929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.962601, -3.856363, -3.659235, -3.233972, -2.488105",\
|
|
"-4.050046, -3.943808, -3.746681, -3.321418, -2.575550",\
|
|
"-4.200080, -4.093843, -3.896715, -3.471452, -2.725584",\
|
|
"-4.477660, -4.371422, -4.174294, -3.749031, -3.003164",\
|
|
"-4.811310, -4.705072, -4.507945, -4.082682, -3.336814");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[17]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.479912, 1.396824, 1.257973, 1.009919, 0.685774",\
|
|
"1.584440, 1.501352, 1.362502, 1.114447, 0.790302",\
|
|
"1.742032, 1.658944, 1.520093, 1.272038, 0.947893",\
|
|
"2.035587, 1.952499, 1.813648, 1.565593, 1.241448",\
|
|
"2.551881, 2.468793, 2.329942, 2.081888, 1.757742");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.475276, 2.392188, 2.253337, 2.005282, 1.681137",\
|
|
"2.585789, 2.502701, 2.363850, 2.115796, 1.791651",\
|
|
"2.777882, 2.694793, 2.555943, 2.307888, 1.983743",\
|
|
"3.173953, 3.090864, 2.952013, 2.703959, 2.379814",\
|
|
"3.841424, 3.758336, 3.619485, 3.371431, 3.047286");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.244426, -1.124599, -0.916207, -0.472143, 0.404137",\
|
|
"-1.326238, -1.206411, -0.998019, -0.553955, 0.322325",\
|
|
"-1.442408, -1.322581, -1.114189, -0.670126, 0.206155",\
|
|
"-1.619270, -1.499442, -1.291051, -0.846987, 0.029293",\
|
|
"-1.806807, -1.686980, -1.478588, -1.034524, -0.158244");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.049621, -1.929793, -1.721402, -1.277338, -0.401058",\
|
|
"-2.137066, -2.017239, -1.808847, -1.364784, -0.488503",\
|
|
"-2.287100, -2.167273, -1.958881, -1.514817, -0.638537",\
|
|
"-2.564679, -2.444852, -2.236460, -1.792397, -0.916116",\
|
|
"-2.898329, -2.778502, -2.570110, -2.126047, -1.249766");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[17] */
|
|
|
|
pin("mask_rev_in[16]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.014258 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.721279, 1.625323, 1.447259, 1.075704, 0.481147",\
|
|
"1.822137, 1.726181, 1.548117, 1.176562, 0.582005",\
|
|
"1.977461, 1.881504, 1.703440, 1.331885, 0.737328",\
|
|
"2.265954, 2.169997, 1.991933, 1.620379, 1.025822",\
|
|
"2.781698, 2.685742, 2.507678, 2.136123, 1.541566");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.041508, 2.945551, 2.767487, 2.395933, 1.801376",\
|
|
"3.145708, 3.049752, 2.871688, 2.500133, 1.905576",\
|
|
"3.308690, 3.212734, 3.034670, 2.663115, 2.068558",\
|
|
"3.598108, 3.502151, 3.324087, 2.952533, 2.357975",\
|
|
"4.059225, 3.963269, 3.785205, 3.413650, 2.819093");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[16]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.487344, -1.381106, -1.183979, -0.758716, -0.012848",\
|
|
"-1.560167, -1.453929, -1.256802, -0.831539, -0.085671",\
|
|
"-1.664289, -1.558051, -1.360923, -0.935660, -0.189792",\
|
|
"-1.808533, -1.702295, -1.505167, -1.079904, -0.334037",\
|
|
"-1.917890, -1.811653, -1.614525, -1.189262, -0.443394");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.659284, -2.553046, -2.355919, -1.930656, -1.184788",\
|
|
"-2.734977, -2.628739, -2.431611, -2.006348, -1.260480",\
|
|
"-2.845900, -2.739662, -2.542535, -2.117271, -1.371404",\
|
|
"-2.988654, -2.882417, -2.685289, -2.260026, -1.514158",\
|
|
"-3.036582, -2.930345, -2.733217, -2.307954, -1.562086");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[16]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.794278, 1.711190, 1.572339, 1.324284, 1.000139",\
|
|
"1.895136, 1.812048, 1.673197, 1.425142, 1.100997",\
|
|
"2.050459, 1.967371, 1.828520, 1.580466, 1.256320",\
|
|
"2.338952, 2.255864, 2.117013, 1.868959, 1.544814",\
|
|
"2.854697, 2.771609, 2.632758, 2.384704, 2.060558");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.148756, 3.065668, 2.926817, 2.678762, 2.354617",\
|
|
"3.252956, 3.169868, 3.031017, 2.782963, 2.458818",\
|
|
"3.415938, 3.332850, 3.193999, 2.945945, 2.621800",\
|
|
"3.705356, 3.622267, 3.483417, 3.235362, 2.911217",\
|
|
"4.166473, 4.083385, 3.944534, 3.696479, 3.372334");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.509559, -1.389732, -1.181340, -0.737291, 0.138949",\
|
|
"-1.582382, -1.462555, -1.254163, -0.810114, 0.066126",\
|
|
"-1.686503, -1.566676, -1.358285, -0.914236, -0.037996",\
|
|
"-1.830748, -1.710921, -1.502529, -1.058480, -0.182240",\
|
|
"-1.940105, -1.820278, -1.611887, -1.167838, -0.291598");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.638059, -2.518232, -2.309841, -1.865791, -0.989552",\
|
|
"-2.713752, -2.593925, -2.385533, -1.941484, -1.065244",\
|
|
"-2.824675, -2.704848, -2.496457, -2.052407, -1.176167",\
|
|
"-2.967430, -2.847603, -2.639211, -2.195162, -1.318922",\
|
|
"-3.015358, -2.895531, -2.687139, -2.243090, -1.366850");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[16] */
|
|
|
|
pin("mask_rev_in[15]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.010858 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.360077, 2.264121, 2.086057, 1.714502, 1.119945",\
|
|
"2.460871, 2.364915, 2.186851, 1.815296, 1.220739",\
|
|
"2.616600, 2.520643, 2.342579, 1.971024, 1.376467",\
|
|
"2.905141, 2.809185, 2.631121, 2.259566, 1.665009",\
|
|
"3.419322, 3.323366, 3.145302, 2.773747, 2.179190");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.505080, 4.409123, 4.231059, 3.859504, 3.264947",\
|
|
"4.609317, 4.513360, 4.335296, 3.963742, 3.369184",\
|
|
"4.772310, 4.676353, 4.498289, 4.126735, 3.532177",\
|
|
"5.061159, 4.965202, 4.787138, 4.415584, 3.821026",\
|
|
"5.520287, 5.424330, 5.246266, 4.874712, 4.280155");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[15]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.088986, -1.982749, -1.785621, -1.360358, -0.614490",\
|
|
"-2.189780, -2.083543, -1.886415, -1.461152, -0.715284",\
|
|
"-2.345509, -2.239271, -2.042143, -1.616880, -0.871012",\
|
|
"-2.634051, -2.527813, -2.330685, -1.905422, -1.159555",\
|
|
"-3.148232, -3.041994, -2.844866, -2.419603, -1.673736");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.268144, -4.161906, -3.964778, -3.539515, -2.793648",\
|
|
"-4.372381, -4.266144, -4.069016, -3.643753, -2.897885",\
|
|
"-4.535374, -4.429136, -4.232008, -3.806746, -3.060878",\
|
|
"-4.824223, -4.717985, -4.520857, -4.095594, -3.349727",\
|
|
"-5.283351, -5.177114, -4.979986, -4.554723, -3.808855");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[15]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.363824, 1.280736, 1.141885, 0.893831, 0.569685",\
|
|
"1.464618, 1.381530, 1.242679, 0.994625, 0.670480",\
|
|
"1.620346, 1.537258, 1.398407, 1.150353, 0.826208",\
|
|
"1.908888, 1.825800, 1.686949, 1.438895, 1.114750",\
|
|
"2.423069, 2.339981, 2.201130, 1.953076, 1.628931");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.788128, 2.705040, 2.566189, 2.318135, 1.993990",\
|
|
"2.892365, 2.809278, 2.670427, 2.422372, 2.098227",\
|
|
"3.055358, 2.972270, 2.833419, 2.585365, 2.261220",\
|
|
"3.344207, 3.261119, 3.122268, 2.874213, 2.550068",\
|
|
"3.803336, 3.720248, 3.581397, 3.333343, 3.009198");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.028679, -0.908852, -0.700463, -0.256494, 0.619511",\
|
|
"-1.129473, -1.009646, -0.801257, -0.357288, 0.518716",\
|
|
"-1.285202, -1.165375, -0.956985, -0.513017, 0.362988",\
|
|
"-1.573744, -1.453917, -1.245527, -0.801559, 0.074446",\
|
|
"-2.087925, -1.968097, -1.759708, -1.315740, -0.439735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.403753, -2.283926, -2.075536, -1.631568, -0.755563",\
|
|
"-2.507990, -2.388163, -2.179774, -1.735805, -0.859801",\
|
|
"-2.670983, -2.551156, -2.342767, -1.898798, -1.022793",\
|
|
"-2.959832, -2.840005, -2.631615, -2.187647, -1.311642",\
|
|
"-3.418961, -3.299134, -3.090744, -2.646776, -1.770771");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[15] */
|
|
|
|
pin("mask_rev_in[14]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.015116 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.337983, 2.242026, 2.063962, 1.692408, 1.097851",\
|
|
"2.442171, 2.346214, 2.168150, 1.796596, 1.202039",\
|
|
"2.599798, 2.503842, 2.325778, 1.954223, 1.359666",\
|
|
"2.893383, 2.797426, 2.619362, 2.247808, 1.653250",\
|
|
"3.407767, 3.311810, 3.133747, 2.762192, 2.167635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.919611, 4.823654, 4.645590, 4.274035, 3.679479",\
|
|
"5.024363, 4.928406, 4.750342, 4.378787, 3.784230",\
|
|
"5.217340, 5.121384, 4.943320, 4.571765, 3.977208",\
|
|
"5.612825, 5.516868, 5.338804, 4.967250, 4.372693",\
|
|
"6.279939, 6.183982, 6.005918, 5.634363, 5.039806");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[14]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.071825, -1.965587, -1.768459, -1.343196, -0.597328",\
|
|
"-2.176013, -2.069775, -1.872647, -1.447384, -0.701516",\
|
|
"-2.333640, -2.227402, -2.030275, -1.605012, -0.859144",\
|
|
"-2.627224, -2.520987, -2.323859, -1.898596, -1.152728",\
|
|
"-3.141609, -3.035371, -2.838243, -2.412981, -1.667113");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.386407, -4.280169, -4.083042, -3.657779, -2.911911",\
|
|
"-4.491158, -4.384921, -4.187793, -3.762530, -3.016662",\
|
|
"-4.684136, -4.577899, -4.380771, -3.955508, -3.209640",\
|
|
"-5.079620, -4.973383, -4.776255, -4.350992, -3.605124",\
|
|
"-5.746734, -5.640496, -5.443368, -5.018106, -4.272238");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[14]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.332407, 1.249319, 1.110468, 0.862414, 0.538268",\
|
|
"1.436595, 1.353507, 1.214656, 0.966602, 0.642456",\
|
|
"1.594223, 1.511135, 1.372284, 1.124229, 0.800084",\
|
|
"1.887807, 1.804719, 1.665868, 1.417814, 1.093668",\
|
|
"2.402192, 2.319104, 2.180253, 1.932198, 1.608053");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.175900, 3.092812, 2.953961, 2.705906, 2.381761",\
|
|
"3.280651, 3.197563, 3.058712, 2.810658, 2.486513",\
|
|
"3.473629, 3.390541, 3.251690, 3.003636, 2.679491",\
|
|
"3.869114, 3.786026, 3.647175, 3.399121, 3.074975",\
|
|
"4.536227, 4.453139, 4.314288, 4.066234, 3.742089");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.027519, -0.907692, -0.699303, -0.255334, 0.620670",\
|
|
"-1.131707, -1.011880, -0.803491, -0.359522, 0.516482",\
|
|
"-1.289335, -1.169508, -0.961118, -0.517150, 0.358855",\
|
|
"-1.582920, -1.463092, -1.254703, -0.810735, 0.065270",\
|
|
"-2.097304, -1.977477, -1.769088, -1.325119, -0.449114");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.544138, -2.424311, -2.215922, -1.771953, -0.895948",\
|
|
"-2.648890, -2.529063, -2.320673, -1.876705, -1.000700",\
|
|
"-2.841868, -2.722041, -2.513651, -2.069683, -1.193678",\
|
|
"-3.237352, -3.117525, -2.909136, -2.465167, -1.589162",\
|
|
"-3.904465, -3.784638, -3.576249, -3.132280, -2.256275");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[14] */
|
|
|
|
pin("mask_rev_in[13]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007983 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.722770, 2.626814, 2.448750, 2.077195, 1.482638",\
|
|
"2.824752, 2.728796, 2.550732, 2.179177, 1.584620",\
|
|
"2.959830, 2.863873, 2.685810, 2.314255, 1.719698",\
|
|
"3.198578, 3.102622, 2.924558, 2.553003, 1.958446",\
|
|
"3.594732, 3.498776, 3.320712, 2.949157, 2.354600");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.804056, 4.708099, 4.530035, 4.158481, 3.563923",\
|
|
"4.906527, 4.810570, 4.632506, 4.260952, 3.666394",\
|
|
"5.107513, 5.011557, 4.833492, 4.461938, 3.867381",\
|
|
"5.527710, 5.431753, 5.253690, 4.882135, 4.287578",\
|
|
"6.262965, 6.167008, 5.988944, 5.617390, 5.022832");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.539224, -2.432986, -2.235859, -1.810596, -1.064728",\
|
|
"-2.621936, -2.515699, -2.318571, -1.893308, -1.147440",\
|
|
"-2.721939, -2.615701, -2.418574, -1.993311, -1.247443",\
|
|
"-2.861871, -2.755634, -2.558506, -2.133243, -1.387375",\
|
|
"-2.979634, -2.873397, -2.676269, -2.251006, -1.505138");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.554270, -4.448032, -4.250905, -3.825642, -3.079774",\
|
|
"-4.637085, -4.530848, -4.333720, -3.908457, -3.162589",\
|
|
"-4.802295, -4.696057, -4.498930, -4.073667, -3.327799",\
|
|
"-5.121701, -5.015463, -4.818336, -4.393073, -3.647205",\
|
|
"-5.572998, -5.466760, -5.269632, -4.844370, -4.098502");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[13]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.677682, 1.594594, 1.455744, 1.207689, 0.883544",\
|
|
"1.779665, 1.696576, 1.557726, 1.309671, 0.985526",\
|
|
"1.914742, 1.831654, 1.692803, 1.444749, 1.120603",\
|
|
"2.153490, 2.070402, 1.931551, 1.683497, 1.359352",\
|
|
"2.549644, 2.466557, 2.327706, 2.079651, 1.755506");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.027380, 2.944292, 2.805441, 2.557386, 2.233241",\
|
|
"3.129851, 3.046762, 2.907912, 2.659857, 2.335712",\
|
|
"3.330837, 3.247749, 3.108898, 2.860843, 2.536698",\
|
|
"3.751035, 3.667947, 3.529096, 3.281041, 2.956896",\
|
|
"4.486289, 4.403201, 4.264350, 4.016295, 3.692151");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.502541, -1.382714, -1.174325, -0.730356, 0.145648",\
|
|
"-1.585254, -1.465427, -1.257037, -0.813069, 0.062936",\
|
|
"-1.685256, -1.565429, -1.357040, -0.913071, -0.037066",\
|
|
"-1.825189, -1.705362, -1.496972, -1.053004, -0.176999",\
|
|
"-1.942952, -1.823125, -1.614735, -1.170767, -0.294762");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.715528, -2.595701, -2.387312, -1.943343, -1.067338",\
|
|
"-2.798343, -2.678516, -2.470127, -2.026158, -1.150154",\
|
|
"-2.963553, -2.843726, -2.635337, -2.191368, -1.315363",\
|
|
"-3.282960, -3.163132, -2.954743, -2.510775, -1.634770",\
|
|
"-3.734257, -3.614429, -3.406040, -2.962071, -2.086067");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[13] */
|
|
|
|
pin("mask_rev_in[12]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008968 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.305018, 2.209062, 2.030997, 1.659428, 1.064623",\
|
|
"2.405899, 2.309943, 2.131878, 1.760309, 1.165504",\
|
|
"2.561605, 2.465649, 2.287584, 1.916015, 1.321211",\
|
|
"2.850472, 2.754516, 2.576451, 2.204882, 1.610078",\
|
|
"3.366457, 3.270501, 3.092436, 2.720867, 2.126062");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.146930, 5.050974, 4.872909, 4.501340, 3.906536",\
|
|
"5.251230, 5.155274, 4.977209, 4.605640, 4.010836",\
|
|
"5.414149, 5.318192, 5.140127, 4.768559, 4.173754",\
|
|
"5.702906, 5.606949, 5.428885, 5.057316, 4.462511",\
|
|
"6.161895, 6.065939, 5.887874, 5.516305, 4.921501");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[12]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.857862, -1.751625, -1.554496, -1.129219, -0.383104",\
|
|
"-1.958744, -1.852506, -1.655377, -1.230100, -0.483985",\
|
|
"-2.114450, -2.008213, -1.811084, -1.385807, -0.639691",\
|
|
"-2.403316, -2.297079, -2.099950, -1.674673, -0.928558",\
|
|
"-2.919301, -2.813064, -2.615935, -2.190658, -1.444542");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.408330, -4.302093, -4.104964, -3.679687, -2.933572",\
|
|
"-4.512630, -4.406393, -4.209264, -3.783987, -3.037872",\
|
|
"-4.675549, -4.569312, -4.372183, -3.946906, -3.200790",\
|
|
"-4.964306, -4.858068, -4.660939, -4.235662, -3.489547",\
|
|
"-5.423295, -5.317058, -5.119928, -4.694652, -3.948536");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[12]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.099530, 2.016441, 1.877591, 1.629531, 1.305452",\
|
|
"2.200411, 2.117322, 1.978472, 1.730412, 1.406333",\
|
|
"2.356117, 2.273029, 2.134178, 1.886119, 1.562040",\
|
|
"2.644984, 2.561896, 2.423045, 2.174985, 1.850907",\
|
|
"3.160969, 3.077880, 2.939030, 2.690970, 2.366891");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.201585, 4.118497, 3.979646, 3.731586, 3.407508",\
|
|
"4.305885, 4.222797, 4.083946, 3.835886, 3.511808",\
|
|
"4.468803, 4.385715, 4.246865, 3.998805, 3.674726",\
|
|
"4.757560, 4.674472, 4.535622, 4.287562, 3.963483",\
|
|
"5.216550, 5.133462, 4.994611, 4.746552, 4.422473");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.674299, -1.554471, -1.346082, -0.902114, -0.026109",\
|
|
"-1.775180, -1.655352, -1.446963, -1.002995, -0.126990",\
|
|
"-1.930886, -1.811059, -1.602670, -1.158701, -0.282696",\
|
|
"-2.219753, -2.099926, -1.891536, -1.447568, -0.571563",\
|
|
"-2.735737, -2.615910, -2.407521, -1.963552, -1.087547");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.407364, -3.287537, -3.079148, -2.635180, -1.759175",\
|
|
"-3.511664, -3.391837, -3.183448, -2.739480, -1.863475",\
|
|
"-3.674583, -3.554756, -3.346366, -2.902398, -2.026393",\
|
|
"-3.963340, -3.843513, -3.635123, -3.191155, -2.315150",\
|
|
"-4.422329, -4.302502, -4.094112, -3.650144, -2.774139");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[12] */
|
|
|
|
pin("mask_rev_in[11]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008709 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.086062, 2.990105, 2.812041, 2.440487, 1.845930",\
|
|
"3.188494, 3.092538, 2.914474, 2.542919, 1.948362",\
|
|
"3.323392, 3.227436, 3.049372, 2.677817, 2.083260",\
|
|
"3.559679, 3.463723, 3.285659, 2.914104, 2.319547",\
|
|
"3.953115, 3.857158, 3.679094, 3.307540, 2.712983");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.542315, 6.446359, 6.268295, 5.896740, 5.302183",\
|
|
"6.645217, 6.549261, 6.371197, 5.999642, 5.405085",\
|
|
"6.846015, 6.750059, 6.571995, 6.200440, 5.605883",\
|
|
"7.271574, 7.175618, 6.997554, 6.625999, 6.031442",\
|
|
"8.019685, 7.923728, 7.745665, 7.374110, 6.779553");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.875108, -2.768870, -2.571742, -2.146479, -1.400612",\
|
|
"-2.977540, -2.871303, -2.674175, -2.248912, -1.503044",\
|
|
"-3.112438, -3.006200, -2.809072, -2.383809, -1.637942",\
|
|
"-3.348725, -3.242487, -3.045360, -2.620097, -1.874229",\
|
|
"-3.742160, -3.635923, -3.438795, -3.013532, -2.267664");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.611723, -5.505486, -5.308358, -4.883095, -4.137228",\
|
|
"-5.714625, -5.608388, -5.411260, -4.985997, -4.240129",\
|
|
"-5.915423, -5.809186, -5.612058, -5.186795, -4.440928",\
|
|
"-6.340983, -6.234746, -6.037618, -5.612355, -4.866488",\
|
|
"-7.089093, -6.982856, -6.785728, -6.360465, -5.614597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[11]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.015673, 1.932585, 1.793734, 1.545680, 1.221534",\
|
|
"2.118105, 2.035017, 1.896167, 1.648112, 1.323967",\
|
|
"2.253003, 2.169915, 2.031064, 1.783009, 1.458864",\
|
|
"2.489290, 2.406202, 2.267351, 2.019297, 1.695152",\
|
|
"2.882725, 2.799637, 2.660786, 2.412732, 2.088587");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.755448, 4.672360, 4.533509, 4.285455, 3.961309",\
|
|
"4.858350, 4.775262, 4.636411, 4.388356, 4.064211",\
|
|
"5.059148, 4.976060, 4.837209, 4.589154, 4.265009",\
|
|
"5.484707, 5.401619, 5.262768, 5.014713, 4.690568",\
|
|
"6.232817, 6.149729, 6.010879, 5.762824, 5.438679");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.789159, -1.669332, -1.460943, -1.016974, -0.140970",\
|
|
"-1.891592, -1.771765, -1.563375, -1.119407, -0.243402",\
|
|
"-2.026489, -1.906662, -1.698273, -1.254304, -0.378299",\
|
|
"-2.262776, -2.142949, -1.934560, -1.490591, -0.614587",\
|
|
"-2.656211, -2.536384, -2.327995, -1.884026, -1.008022");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.728050, -3.608223, -3.399834, -2.955865, -2.079860",\
|
|
"-3.830952, -3.711124, -3.502735, -3.058767, -2.182762",\
|
|
"-4.031750, -3.911922, -3.703533, -3.259565, -2.383560",\
|
|
"-4.457310, -4.337482, -4.129093, -3.685125, -2.809120",\
|
|
"-5.205420, -5.085592, -4.877203, -4.433234, -3.557230");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[11] */
|
|
|
|
pin("mask_rev_in[10]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.012301 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.984084, 1.888127, 1.710063, 1.338508, 0.743951",\
|
|
"2.088603, 1.992646, 1.814582, 1.443027, 0.848470",\
|
|
"2.246160, 2.150203, 1.972139, 1.600584, 1.006027",\
|
|
"2.539228, 2.443271, 2.265207, 1.893653, 1.299096",\
|
|
"3.055047, 2.959090, 2.781026, 2.409472, 1.814914");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.677150, 4.581193, 4.403129, 4.031574, 3.437017",\
|
|
"4.787205, 4.691248, 4.513184, 4.141629, 3.547072",\
|
|
"4.979290, 4.883333, 4.705269, 4.333714, 3.739158",\
|
|
"5.375404, 5.279448, 5.101384, 4.729829, 4.135272",\
|
|
"6.043889, 5.947932, 5.769868, 5.398314, 4.803757");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[10]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.694975, -1.588737, -1.391609, -0.966346, -0.220479",\
|
|
"-1.777137, -1.670899, -1.473771, -1.048508, -0.302640",\
|
|
"-1.893865, -1.787627, -1.590499, -1.165236, -0.419369",\
|
|
"-2.071907, -1.965669, -1.768541, -1.343278, -0.597410",\
|
|
"-2.263665, -2.157427, -1.960299, -1.535037, -0.789169");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.920143, -3.813906, -3.616778, -3.191515, -2.445647",\
|
|
"-4.007517, -3.901279, -3.704152, -3.278889, -2.533021",\
|
|
"-4.158185, -4.051948, -3.854820, -3.429557, -2.683689",\
|
|
"-4.437619, -4.331381, -4.134254, -3.708991, -2.963123",\
|
|
"-4.777380, -4.671142, -4.474014, -4.048751, -3.302884");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[10]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.865410, 1.782322, 1.643471, 1.395417, 1.071272",\
|
|
"1.969929, 1.886841, 1.747990, 1.499936, 1.175791",\
|
|
"2.127486, 2.044398, 1.905547, 1.657493, 1.333348",\
|
|
"2.420555, 2.337466, 2.198616, 1.950561, 1.626416",\
|
|
"2.936373, 2.853285, 2.714435, 2.466380, 2.142235");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.844506, 3.761418, 3.622567, 3.374512, 3.050367",\
|
|
"3.954561, 3.871473, 3.732622, 3.484567, 3.160422",\
|
|
"4.146646, 4.063558, 3.924707, 3.676652, 3.352507",\
|
|
"4.542760, 4.459672, 4.320821, 4.072767, 3.748622",\
|
|
"5.211245, 5.128157, 4.989306, 4.741251, 4.417107");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.439322, -1.319495, -1.111103, -0.667040, 0.209241",\
|
|
"-1.521485, -1.401657, -1.193265, -0.749202, 0.127078",\
|
|
"-1.638212, -1.518385, -1.309993, -0.865930, 0.010350",\
|
|
"-1.816254, -1.696427, -1.488035, -1.043972, -0.167691",\
|
|
"-2.008013, -1.888186, -1.679794, -1.235730, -0.359450");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.863730, -2.743903, -2.535511, -2.091448, -1.215168",\
|
|
"-2.951104, -2.831276, -2.622885, -2.178821, -1.302541",\
|
|
"-3.101772, -2.981945, -2.773553, -2.329489, -1.453209",\
|
|
"-3.381206, -3.261379, -3.052987, -2.608924, -1.732643",\
|
|
"-3.720968, -3.601140, -3.392748, -2.948685, -2.072405");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[10] */
|
|
|
|
pin("mask_rev_in[9]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008731 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.522100, 2.426144, 2.248080, 1.876525, 1.281968",\
|
|
"2.624738, 2.528781, 2.350717, 1.979162, 1.384605",\
|
|
"2.758085, 2.662128, 2.484065, 2.112510, 1.517953",\
|
|
"2.995739, 2.899783, 2.721719, 2.350164, 1.755607",\
|
|
"3.384616, 3.288660, 3.110596, 2.739041, 2.144484");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.421166, 5.325210, 5.147146, 4.775591, 4.181034",\
|
|
"5.524200, 5.428244, 5.250180, 4.878625, 4.284068",\
|
|
"5.724298, 5.628342, 5.450278, 5.078723, 4.484166",\
|
|
"6.152114, 6.056158, 5.878094, 5.506539, 4.911983",\
|
|
"6.903981, 6.808024, 6.629961, 6.258406, 5.663849");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.311977, -2.205740, -2.008612, -1.583349, -0.837481",\
|
|
"-2.409631, -2.303393, -2.106266, -1.681003, -0.935135",\
|
|
"-2.533905, -2.427667, -2.230539, -1.805276, -1.059409",\
|
|
"-2.745996, -2.639759, -2.442631, -2.017368, -1.271500",\
|
|
"-3.062858, -2.956620, -2.759492, -2.334229, -1.588362");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.514756, -4.408518, -4.211390, -3.786127, -3.040260",\
|
|
"-4.612714, -4.506476, -4.309349, -3.884086, -3.138218",\
|
|
"-4.803572, -4.697334, -4.500206, -4.074944, -3.329076",\
|
|
"-5.205356, -5.099118, -4.901991, -4.476727, -3.730860",\
|
|
"-5.883884, -5.777646, -5.580519, -5.155255, -4.409388");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[9]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.551678, 1.468590, 1.329739, 1.081685, 0.757540",\
|
|
"1.654315, 1.571227, 1.432377, 1.184322, 0.860177",\
|
|
"1.787663, 1.704575, 1.565724, 1.317669, 0.993524",\
|
|
"2.025317, 1.942229, 1.803378, 1.555323, 1.231178",\
|
|
"2.414194, 2.331106, 2.192255, 1.944200, 1.620055");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.729930, 3.646842, 3.507991, 3.259937, 2.935792",\
|
|
"3.832964, 3.749876, 3.611025, 3.362971, 3.038826",\
|
|
"4.033062, 3.949974, 3.811123, 3.563068, 3.238923",\
|
|
"4.460879, 4.377790, 4.238940, 3.990885, 3.666740",\
|
|
"5.212745, 5.129657, 4.990806, 4.742752, 4.418607");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.206317, -1.086490, -0.878098, -0.434035, 0.442245",\
|
|
"-1.303971, -1.184144, -0.975752, -0.531689, 0.344592",\
|
|
"-1.428245, -1.308418, -1.100026, -0.655962, 0.220318",\
|
|
"-1.640337, -1.520509, -1.312117, -0.868054, 0.008226",\
|
|
"-1.957198, -1.837371, -1.628979, -1.184915, -0.308635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.601774, -2.481947, -2.273555, -1.829491, -0.953211",\
|
|
"-2.699733, -2.579906, -2.371513, -1.927450, -1.051170",\
|
|
"-2.890590, -2.770763, -2.562371, -2.118308, -1.242027",\
|
|
"-3.292375, -3.172548, -2.964156, -2.520092, -1.643812",\
|
|
"-3.970903, -3.851076, -3.642684, -3.198620, -2.322340");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[9] */
|
|
|
|
pin("mask_rev_in[8]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007823 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.816559, 1.720602, 1.542538, 1.170984, 0.576427",\
|
|
"1.918976, 1.823019, 1.644955, 1.273401, 0.678844",\
|
|
"2.053660, 1.957704, 1.779640, 1.408085, 0.813528",\
|
|
"2.290062, 2.194105, 2.016042, 1.644487, 1.049930",\
|
|
"2.682274, 2.586317, 2.408253, 2.036698, 1.442141");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.198129, 3.102172, 2.924109, 2.552554, 1.957997",\
|
|
"3.301014, 3.205058, 3.026994, 2.655439, 2.060882",\
|
|
"3.501717, 3.405761, 3.227697, 2.856142, 2.261585",\
|
|
"3.927693, 3.831737, 3.653673, 3.282118, 2.687561",\
|
|
"4.677605, 4.581648, 4.403584, 4.032030, 3.437473");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[8]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.575663, -1.469426, -1.272298, -0.847035, -0.101167",\
|
|
"-1.652624, -1.546386, -1.349258, -0.923995, -0.178128",\
|
|
"-1.740938, -1.634700, -1.437572, -1.012309, -0.266442",\
|
|
"-1.846701, -1.740463, -1.543336, -1.118073, -0.372205",\
|
|
"-1.870870, -1.764632, -1.567505, -1.142242, -0.396374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.787185, -2.680947, -2.483820, -2.058557, -1.312689",\
|
|
"-2.864091, -2.757854, -2.560726, -2.135463, -1.389595",\
|
|
"-3.017474, -2.911237, -2.714109, -2.288846, -1.542978",\
|
|
"-3.310139, -3.203902, -3.006774, -2.581511, -1.835643",\
|
|
"-3.684479, -3.578241, -3.381113, -2.955850, -2.209982");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[8]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.889558, 1.806470, 1.667619, 1.419564, 1.095419",\
|
|
"1.991975, 1.908887, 1.770036, 1.521981, 1.197836",\
|
|
"2.126659, 2.043571, 1.904720, 1.656666, 1.332521",\
|
|
"2.363061, 2.279973, 2.141122, 1.893067, 1.568922",\
|
|
"2.755272, 2.672184, 2.533334, 2.285279, 1.961134");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.305377, 3.222289, 3.083438, 2.835383, 2.511238",\
|
|
"3.408262, 3.325174, 3.186323, 2.938269, 2.614124",\
|
|
"3.608965, 3.525877, 3.387026, 3.138971, 2.814826",\
|
|
"4.034941, 3.951853, 3.813002, 3.564948, 3.240803",\
|
|
"4.784853, 4.701765, 4.562914, 4.314859, 3.990714");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.597878, -1.478051, -1.269660, -0.825611, 0.050629",\
|
|
"-1.674839, -1.555012, -1.346620, -0.902571, -0.026331",\
|
|
"-1.763153, -1.643326, -1.434934, -0.990885, -0.114645",\
|
|
"-1.868916, -1.749089, -1.540698, -1.096649, -0.220409",\
|
|
"-1.893085, -1.773258, -1.564867, -1.120818, -0.244578");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.765960, -2.646133, -2.437742, -1.993692, -1.117452",\
|
|
"-2.842866, -2.723039, -2.514648, -2.070599, -1.194359",\
|
|
"-2.996249, -2.876422, -2.668031, -2.223982, -1.347742",\
|
|
"-3.288915, -3.169088, -2.960696, -2.516647, -1.640407",\
|
|
"-3.663254, -3.543427, -3.335035, -2.890986, -2.014746");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[8] */
|
|
|
|
pin("mask_rev_in[7]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.013938 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.417433, 2.321476, 2.143412, 1.771858, 1.177301",\
|
|
"2.518232, 2.422275, 2.244211, 1.872657, 1.278100",\
|
|
"2.673623, 2.577666, 2.399602, 2.028048, 1.433490",\
|
|
"2.961811, 2.865855, 2.687791, 2.316236, 1.721679",\
|
|
"3.475630, 3.379673, 3.201609, 2.830055, 2.235497");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.086616, 5.990659, 5.812595, 5.441041, 4.846484",\
|
|
"6.190793, 6.094836, 5.916772, 5.545218, 4.950660",\
|
|
"6.353736, 6.257780, 6.079716, 5.708161, 5.113604",\
|
|
"6.642747, 6.546791, 6.368727, 5.997172, 5.402615",\
|
|
"7.102554, 7.006597, 6.828533, 6.456979, 5.862422");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[7]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.229795, -2.123557, -1.926429, -1.501166, -0.755298",\
|
|
"-2.330594, -2.224356, -2.027229, -1.601966, -0.856098",\
|
|
"-2.485985, -2.379747, -2.182619, -1.757356, -1.011489",\
|
|
"-2.774174, -2.667936, -2.470808, -2.045545, -1.299678",\
|
|
"-3.287992, -3.181754, -2.984626, -2.559363, -1.813496");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.964847, -4.858610, -4.661482, -4.236219, -3.490351",\
|
|
"-5.069024, -4.962787, -4.765659, -4.340396, -3.594528",\
|
|
"-5.231968, -5.125731, -4.928603, -4.503340, -3.757472",\
|
|
"-5.520979, -5.414742, -5.217614, -4.792351, -4.046483",\
|
|
"-5.980785, -5.874548, -5.677420, -5.252157, -4.506289");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[7]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.421124, 1.338036, 1.199185, 0.951130, 0.626985",\
|
|
"1.521923, 1.438835, 1.299984, 1.051929, 0.727784",\
|
|
"1.677314, 1.594226, 1.455375, 1.207320, 0.883175",\
|
|
"1.965502, 1.882414, 1.743563, 1.495509, 1.171364",\
|
|
"2.479320, 2.396232, 2.257381, 2.009327, 1.685182");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.370266, 4.287178, 4.148327, 3.900273, 3.576128",\
|
|
"4.474443, 4.391355, 4.252504, 4.004450, 3.680305",\
|
|
"4.637387, 4.554299, 4.415448, 4.167394, 3.843248",\
|
|
"4.926398, 4.843310, 4.704459, 4.456405, 4.132259",\
|
|
"5.386204, 5.303116, 5.164266, 4.916211, 4.592066");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.169343, -1.049516, -0.841126, -0.397158, 0.478847",\
|
|
"-1.270142, -1.150315, -0.941926, -0.497957, 0.378048",\
|
|
"-1.425533, -1.305706, -1.097317, -0.653348, 0.222657",\
|
|
"-1.713722, -1.593895, -1.385505, -0.941537, -0.065532",\
|
|
"-2.227540, -2.107713, -1.899323, -1.455355, -0.579350");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.101098, -2.981271, -2.772882, -2.328913, -1.452908",\
|
|
"-3.205275, -3.085448, -2.877059, -2.433090, -1.557085",\
|
|
"-3.368219, -3.248392, -3.040002, -2.596034, -1.720029",\
|
|
"-3.657230, -3.537403, -3.329013, -2.885045, -2.009040",\
|
|
"-4.117036, -3.997209, -3.788820, -3.344851, -2.468847");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[7] */
|
|
|
|
pin("mask_rev_in[6]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.016007 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.483594, 2.387637, 2.209574, 1.838019, 1.243462",\
|
|
"2.583996, 2.488039, 2.309975, 1.938421, 1.343864",\
|
|
"2.741080, 2.645124, 2.467060, 2.095505, 1.500948",\
|
|
"3.031320, 2.935364, 2.757300, 2.385745, 1.791188",\
|
|
"3.546805, 3.450849, 3.272785, 2.901230, 2.306673");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.061950, 4.965993, 4.787929, 4.416374, 3.821817",\
|
|
"5.165964, 5.070007, 4.891943, 4.520389, 3.925831",\
|
|
"5.329297, 5.233340, 5.055276, 4.683722, 4.089165",\
|
|
"5.618159, 5.522202, 5.344138, 4.972584, 4.378026",\
|
|
"6.076068, 5.980112, 5.802048, 5.430493, 4.835936");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.169697, -2.063459, -1.866332, -1.441069, -0.695201",\
|
|
"-2.270099, -2.163861, -1.966733, -1.541471, -0.795603",\
|
|
"-2.427183, -2.320946, -2.123818, -1.698555, -0.952687",\
|
|
"-2.717423, -2.611186, -2.414058, -1.988795, -1.242927",\
|
|
"-3.232908, -3.126670, -2.929543, -2.504280, -1.758412");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.604407, -4.498169, -4.301042, -3.875779, -3.129911",\
|
|
"-4.708421, -4.602183, -4.405056, -3.979793, -3.233925",\
|
|
"-4.871754, -4.765517, -4.568389, -4.143126, -3.397258",\
|
|
"-5.160616, -5.054379, -4.857251, -4.431988, -3.686120",\
|
|
"-5.618526, -5.512288, -5.315160, -4.889897, -4.144030");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[6]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.478021, 1.394933, 1.256082, 1.008027, 0.683882",\
|
|
"1.578423, 1.495335, 1.356484, 1.108429, 0.784284",\
|
|
"1.735507, 1.652419, 1.513568, 1.265514, 0.941368",\
|
|
"2.025747, 1.942659, 1.803808, 1.555754, 1.231609",\
|
|
"2.541232, 2.458144, 2.319293, 2.071239, 1.747094");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.318205, 3.235117, 3.096267, 2.848212, 2.524067",\
|
|
"3.422219, 3.339131, 3.200280, 2.952226, 2.628081",\
|
|
"3.585552, 3.502464, 3.363613, 3.115559, 2.791414",\
|
|
"3.874414, 3.791327, 3.652476, 3.404421, 3.080276",\
|
|
"4.332324, 4.249236, 4.110385, 3.862331, 3.538186");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.125404, -1.005577, -0.797187, -0.353219, 0.522786",\
|
|
"-1.225806, -1.105978, -0.897589, -0.453621, 0.422384",\
|
|
"-1.382890, -1.263063, -1.054674, -0.610705, 0.265300",\
|
|
"-1.673130, -1.553303, -1.344913, -0.900945, -0.024940",\
|
|
"-2.188615, -2.068788, -1.860399, -1.416430, -0.540425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.762116, -2.642289, -2.433899, -1.989931, -1.113926",\
|
|
"-2.866130, -2.746303, -2.537913, -2.093945, -1.217940",\
|
|
"-3.029463, -2.909636, -2.701247, -2.257278, -1.381273",\
|
|
"-3.318325, -3.198497, -2.990108, -2.546139, -1.670135",\
|
|
"-3.776234, -3.656407, -3.448018, -3.004049, -2.128044");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[6] */
|
|
|
|
pin("mask_rev_in[5]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008887 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.420939, 2.324983, 2.146919, 1.775364, 1.180807",\
|
|
"2.522756, 2.426799, 2.248735, 1.877181, 1.282623",\
|
|
"2.657813, 2.561857, 2.383793, 2.012238, 1.417681",\
|
|
"2.896958, 2.801002, 2.622938, 2.251383, 1.656826",\
|
|
"3.285342, 3.189385, 3.011322, 2.639767, 2.045210");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.778629, 4.682673, 4.504609, 4.133054, 3.538497",\
|
|
"4.880976, 4.785019, 4.606956, 4.235401, 3.640843",\
|
|
"5.081985, 4.986029, 4.807965, 4.436410, 3.841853",\
|
|
"5.500972, 5.405015, 5.226952, 4.855397, 4.260839",\
|
|
"6.233314, 6.137357, 5.959293, 5.587739, 4.993181");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.163299, -2.057061, -1.859933, -1.434670, -0.688802",\
|
|
"-2.260114, -2.153877, -1.956749, -1.531486, -0.785618",\
|
|
"-2.386076, -2.279839, -2.082711, -1.657448, -0.911581",\
|
|
"-2.599597, -2.493359, -2.296231, -1.870968, -1.125100",\
|
|
"-2.915789, -2.809551, -2.612423, -2.187160, -1.441293");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.586403, -4.480165, -4.283038, -3.857775, -3.111907",\
|
|
"-4.683659, -4.577421, -4.380294, -3.955031, -3.209163",\
|
|
"-4.875408, -4.769170, -4.572042, -4.146779, -3.400912",\
|
|
"-5.268303, -5.162066, -4.964938, -4.539675, -3.793807",\
|
|
"-5.927140, -5.820902, -5.623775, -5.198511, -4.452643");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[5]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.375917, 1.292829, 1.153978, 0.905923, 0.581778",\
|
|
"1.477733, 1.394645, 1.255794, 1.007740, 0.683595",\
|
|
"1.612791, 1.529703, 1.390852, 1.142797, 0.818652",\
|
|
"1.851935, 1.768847, 1.629997, 1.381942, 1.057797",\
|
|
"2.240319, 2.157231, 2.018380, 1.770326, 1.446180");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.002822, 2.919734, 2.780884, 2.532829, 2.208684",\
|
|
"3.105169, 3.022081, 2.883230, 2.635176, 2.311031",\
|
|
"3.306179, 3.223091, 3.084240, 2.836185, 2.512040",\
|
|
"3.725166, 3.642078, 3.503227, 3.255173, 2.931028",\
|
|
"4.457508, 4.374420, 4.235569, 3.987514, 3.663369");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.126727, -1.006900, -0.798510, -0.354542, 0.521463",\
|
|
"-1.223543, -1.103716, -0.895326, -0.451358, 0.424647",\
|
|
"-1.349505, -1.229678, -1.021289, -0.577320, 0.298685",\
|
|
"-1.563025, -1.443198, -1.234808, -0.790840, 0.085165",\
|
|
"-1.879217, -1.759390, -1.551001, -1.107032, -0.231027");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.747976, -2.628148, -2.419759, -1.975791, -1.099786",\
|
|
"-2.845232, -2.725405, -2.517015, -2.073047, -1.197042",\
|
|
"-3.036980, -2.917153, -2.708763, -2.264795, -1.388790",\
|
|
"-3.429877, -3.310049, -3.101660, -2.657691, -1.781687",\
|
|
"-4.088713, -3.968886, -3.760496, -3.316528, -2.440523");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[5] */
|
|
|
|
pin("mask_rev_in[4]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.012670 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.847796, 1.751839, 1.573774, 1.202205, 0.607401",\
|
|
"1.952468, 1.856511, 1.678446, 1.306877, 0.712073",\
|
|
"2.109937, 2.013980, 1.835915, 1.464347, 0.869542",\
|
|
"2.402682, 2.306726, 2.128661, 1.757092, 1.162288",\
|
|
"2.918079, 2.822123, 2.644058, 2.272489, 1.677685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.445883, 4.349927, 4.171862, 3.800293, 3.205489",\
|
|
"4.550724, 4.454767, 4.276702, 3.905133, 3.310329",\
|
|
"4.742870, 4.646914, 4.468848, 4.097280, 3.502475",\
|
|
"5.139078, 5.043121, 4.865056, 4.493487, 3.898683",\
|
|
"5.807538, 5.711581, 5.533516, 5.161947, 4.567143");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[4]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.580168, -1.473931, -1.276802, -0.851525, -0.105410",\
|
|
"-1.678961, -1.572724, -1.375595, -0.950318, -0.204203",\
|
|
"-1.825735, -1.719497, -1.522368, -1.097091, -0.350976",\
|
|
"-2.088346, -1.982108, -1.784979, -1.359702, -0.613587",\
|
|
"-2.518846, -2.412608, -2.215479, -1.790202, -1.044087");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.775351, -3.669113, -3.471984, -3.046707, -2.300592",\
|
|
"-3.874232, -3.767994, -3.570865, -3.145588, -2.399473",\
|
|
"-4.055533, -3.949296, -3.752167, -3.326890, -2.580775",\
|
|
"-4.421190, -4.314952, -4.117824, -3.692546, -2.946431",\
|
|
"-5.003578, -4.897341, -4.700212, -4.274935, -3.528820");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[4]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.642308, 1.559220, 1.420369, 1.172309, 0.848231",\
|
|
"1.746980, 1.663892, 1.525041, 1.276981, 0.952903",\
|
|
"1.904449, 1.821361, 1.682510, 1.434451, 1.110372",\
|
|
"2.197194, 2.114106, 1.975255, 1.727196, 1.403117",\
|
|
"2.712592, 2.629503, 2.490653, 2.242593, 1.918514");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.500538, 3.417450, 3.278599, 3.030540, 2.706461",\
|
|
"3.605378, 3.522290, 3.383440, 3.135380, 2.811301",\
|
|
"3.797525, 3.714437, 3.575586, 3.327526, 3.003448",\
|
|
"4.193732, 4.110644, 3.971794, 3.723734, 3.399655",\
|
|
"4.862192, 4.779104, 4.640254, 4.392194, 4.068115");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.396604, -1.276777, -1.068388, -0.624419, 0.251585",\
|
|
"-1.495398, -1.375571, -1.167181, -0.723213, 0.152792",\
|
|
"-1.642171, -1.522344, -1.313954, -0.869986, 0.006019",\
|
|
"-1.904782, -1.784954, -1.576565, -1.132597, -0.256592",\
|
|
"-2.335282, -2.215455, -2.007065, -1.563097, -0.687092");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.774385, -2.654558, -2.446168, -2.002200, -1.126195",\
|
|
"-2.873266, -2.753439, -2.545050, -2.101081, -1.225076",\
|
|
"-3.054568, -2.934741, -2.726351, -2.282382, -1.406378",\
|
|
"-3.420224, -3.300396, -3.092007, -2.648039, -1.772034",\
|
|
"-4.002612, -3.882785, -3.674396, -3.230427, -2.354422");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[4] */
|
|
|
|
pin("mask_rev_in[3]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003739 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.996096, 2.900139, 2.722075, 2.350521, 1.755964",\
|
|
"3.097939, 3.001983, 2.823919, 2.452364, 1.857807",\
|
|
"3.232965, 3.137008, 2.958944, 2.587389, 1.992832",\
|
|
"3.472375, 3.376419, 3.198355, 2.826800, 2.232243",\
|
|
"3.859475, 3.763518, 3.585454, 3.213900, 2.619343");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.501747, 6.405790, 6.227726, 5.856172, 5.261614",\
|
|
"6.604074, 6.508117, 6.330053, 5.958498, 5.363941",\
|
|
"6.805105, 6.709148, 6.531085, 6.159530, 5.564973",\
|
|
"7.223116, 7.127159, 6.949095, 6.577540, 5.982984",\
|
|
"7.953166, 7.857209, 7.679145, 7.307590, 6.713033");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[3]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.785142, -2.678904, -2.481776, -2.056514, -1.310646",\
|
|
"-2.886986, -2.780748, -2.583620, -2.158357, -1.412490",\
|
|
"-3.022010, -2.915772, -2.718645, -2.293382, -1.547514",\
|
|
"-3.261421, -3.155184, -2.958056, -2.532793, -1.786925",\
|
|
"-3.648520, -3.542283, -3.345155, -2.919892, -2.174025");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.571157, -5.464919, -5.267791, -4.842528, -4.096661",\
|
|
"-5.673483, -5.567246, -5.370118, -4.944855, -4.198987",\
|
|
"-5.874515, -5.768278, -5.571150, -5.145887, -4.400019",\
|
|
"-6.292526, -6.186289, -5.989161, -5.563898, -4.818030",\
|
|
"-7.022575, -6.916338, -6.719210, -6.293947, -5.548079");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[3]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.925707, 1.842619, 1.703768, 1.455714, 1.131569",\
|
|
"2.027551, 1.944463, 1.805612, 1.557557, 1.233412",\
|
|
"2.162575, 2.079487, 1.940636, 1.692582, 1.368437",\
|
|
"2.401986, 2.318898, 2.180047, 1.931993, 1.607847",\
|
|
"2.789086, 2.705998, 2.567147, 2.319092, 1.994947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.714879, 4.631791, 4.492940, 4.244885, 3.920741",\
|
|
"4.817206, 4.734118, 4.595267, 4.347213, 4.023067",\
|
|
"5.018238, 4.935150, 4.796299, 4.548244, 4.224099",\
|
|
"5.436248, 5.353160, 5.214310, 4.966255, 4.642110",\
|
|
"6.166297, 6.083210, 5.944359, 5.696304, 5.372159");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.699193, -1.579366, -1.370977, -0.927008, -0.051004",\
|
|
"-1.801037, -1.681210, -1.472820, -1.028852, -0.152847",\
|
|
"-1.936061, -1.816234, -1.607845, -1.163876, -0.287872",\
|
|
"-2.175472, -2.055645, -1.847256, -1.403287, -0.527282",\
|
|
"-2.562572, -2.442745, -2.234355, -1.790387, -0.914382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.687483, -3.567656, -3.359266, -2.915298, -2.039293",\
|
|
"-3.789810, -3.669983, -3.461594, -3.017625, -2.141620",\
|
|
"-3.990842, -3.871015, -3.662625, -3.218657, -2.342652",\
|
|
"-4.408853, -4.289025, -4.080636, -3.636667, -2.760663",\
|
|
"-5.138902, -5.019074, -4.810685, -4.366716, -3.490712");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[3] */
|
|
|
|
pin("mask_rev_in[2]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.010486 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.988778, 1.892821, 1.714757, 1.343203, 0.748646",\
|
|
"2.089612, 1.993655, 1.815591, 1.444037, 0.849480",\
|
|
"2.245303, 2.149346, 1.971282, 1.599728, 1.005171",\
|
|
"2.534060, 2.438103, 2.260039, 1.888484, 1.293927",\
|
|
"3.049526, 2.953570, 2.775506, 2.403951, 1.809394");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.530064, 4.434107, 4.256043, 3.884488, 3.289931",\
|
|
"4.634315, 4.538359, 4.360295, 3.988740, 3.394183",\
|
|
"4.797382, 4.701425, 4.523361, 4.151807, 3.557250",\
|
|
"5.086673, 4.990716, 4.812652, 4.441097, 3.846540",\
|
|
"5.547157, 5.451200, 5.273137, 4.901582, 4.307025");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[2]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.574455, -1.468218, -1.271090, -0.845827, -0.099959",\
|
|
"-1.675290, -1.569052, -1.371924, -0.946661, -0.200794",\
|
|
"-1.830981, -1.724743, -1.527615, -1.102352, -0.356485",\
|
|
"-2.119738, -2.013500, -1.816372, -1.391109, -0.645241",\
|
|
"-2.635204, -2.528967, -2.331839, -1.906576, -1.160708");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.977372, -3.871134, -3.674006, -3.248744, -2.502876",\
|
|
"-4.081624, -3.975386, -3.778258, -3.352995, -2.607128",\
|
|
"-4.244690, -4.138453, -3.941325, -3.516062, -2.770194",\
|
|
"-4.533981, -4.427743, -4.230616, -3.805353, -3.059485",\
|
|
"-4.994466, -4.888228, -4.691101, -4.265838, -3.519970");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[2]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.870129, 1.787041, 1.648190, 1.400136, 1.075991",\
|
|
"1.970963, 1.887875, 1.749024, 1.500970, 1.176825",\
|
|
"2.126654, 2.043566, 1.904715, 1.656661, 1.332516",\
|
|
"2.415411, 2.332323, 2.193472, 1.945418, 1.621272",\
|
|
"2.930878, 2.847790, 2.708939, 2.460884, 2.136739");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.697546, 3.614458, 3.475607, 3.227553, 2.903408",\
|
|
"3.801798, 3.718710, 3.579859, 3.331805, 3.007660",\
|
|
"3.964865, 3.881777, 3.742926, 3.494871, 3.170726",\
|
|
"4.254156, 4.171067, 4.032217, 3.784162, 3.460017",\
|
|
"4.714640, 4.631552, 4.492701, 4.244647, 3.920501");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.319019, -1.199192, -0.990800, -0.546736, 0.329544",\
|
|
"-1.419853, -1.300026, -1.091634, -0.647570, 0.228710",\
|
|
"-1.575544, -1.455717, -1.247325, -0.803261, 0.073019",\
|
|
"-1.864300, -1.744473, -1.536081, -1.092018, -0.215738",\
|
|
"-2.379767, -2.259940, -2.051548, -1.607485, -0.731204");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.921065, -2.801237, -2.592845, -2.148782, -1.272502",\
|
|
"-3.025316, -2.905489, -2.697097, -2.253034, -1.376754",\
|
|
"-3.188382, -3.068555, -2.860163, -2.416100, -1.539819",\
|
|
"-3.477673, -3.357846, -3.149454, -2.705391, -1.829110",\
|
|
"-3.938159, -3.818331, -3.609940, -3.165876, -2.289596");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[2] */
|
|
|
|
pin("mask_rev_in[1]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006068 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.130234, 2.034277, 1.856213, 1.484658, 0.890101",\
|
|
"2.231323, 2.135366, 1.957302, 1.585748, 0.991191",\
|
|
"2.386233, 2.290277, 2.112213, 1.740658, 1.146101",\
|
|
"2.674861, 2.578905, 2.400841, 2.029286, 1.434729",\
|
|
"3.190360, 3.094404, 2.916340, 2.544785, 1.950228");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.054649, 3.958693, 3.780629, 3.409074, 2.814517",\
|
|
"4.159020, 4.063064, 3.885000, 3.513445, 2.918888",\
|
|
"4.321832, 4.225876, 4.047812, 3.676257, 3.081700",\
|
|
"4.611012, 4.515056, 4.336992, 3.965437, 3.370880",\
|
|
"5.071731, 4.975774, 4.797710, 4.426156, 3.831599");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.020149, -1.913912, -1.716784, -1.291521, -0.545653",\
|
|
"-2.107977, -2.001739, -1.804612, -1.379349, -0.633481",\
|
|
"-2.238750, -2.132512, -1.935384, -1.510121, -0.764253",\
|
|
"-2.459375, -2.353138, -2.156010, -1.730747, -0.984879",\
|
|
"-2.783293, -2.677055, -2.479928, -2.054665, -1.308797");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.904322, -3.798084, -3.600957, -3.175694, -2.429826",\
|
|
"-3.994937, -3.888700, -3.691572, -3.266309, -2.520441",\
|
|
"-4.132712, -4.026475, -3.829347, -3.404084, -2.658216",\
|
|
"-4.351356, -4.245118, -4.047991, -3.622728, -2.876860",\
|
|
"-4.613356, -4.507118, -4.309990, -3.884727, -3.138860");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[1]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.159812, 1.076724, 0.937873, 0.689818, 0.365673",\
|
|
"1.260901, 1.177813, 1.038962, 0.790908, 0.466762",\
|
|
"1.415811, 1.332723, 1.193873, 0.945818, 0.621673",\
|
|
"1.704439, 1.621351, 1.482500, 1.234446, 0.910300",\
|
|
"2.219938, 2.136850, 1.997999, 1.749945, 1.425800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.363413, 2.280325, 2.141474, 1.893420, 1.569275",\
|
|
"2.467785, 2.384697, 2.245846, 1.997791, 1.673646",\
|
|
"2.630597, 2.547508, 2.408658, 2.160603, 1.836458",\
|
|
"2.919776, 2.836688, 2.697837, 2.449783, 2.125638",\
|
|
"3.380495, 3.297406, 3.158556, 2.910501, 2.586356");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.914490, -0.794663, -0.586271, -0.142208, 0.734073",\
|
|
"-1.002318, -0.882491, -0.674099, -0.230036, 0.646245",\
|
|
"-1.133090, -1.013263, -0.804871, -0.360808, 0.515472",\
|
|
"-1.353716, -1.233889, -1.025497, -0.581434, 0.294847",\
|
|
"-1.677634, -1.557807, -1.349415, -0.905351, -0.029071");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.991341, -1.871514, -1.663122, -1.219059, -0.342778",\
|
|
"-2.081957, -1.962129, -1.753738, -1.309674, -0.433394",\
|
|
"-2.219732, -2.099905, -1.891513, -1.447449, -0.571169",\
|
|
"-2.438375, -2.318548, -2.110156, -1.666093, -0.789812",\
|
|
"-2.700374, -2.580547, -2.372155, -1.928092, -1.051811");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[1] */
|
|
|
|
pin("mask_rev_in[0]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004422 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.601781, 1.505825, 1.327761, 0.956206, 0.361649",\
|
|
"1.704292, 1.608336, 1.430272, 1.058717, 0.464160",\
|
|
"1.839154, 1.743198, 1.565134, 1.193579, 0.599022",\
|
|
"2.076145, 1.980188, 1.802124, 1.430570, 0.836012",\
|
|
"2.471272, 2.375315, 2.197251, 1.825696, 1.231139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.947938, 2.851982, 2.673918, 2.302363, 1.707806",\
|
|
"3.050883, 2.954926, 2.776862, 2.405308, 1.810751",\
|
|
"3.251600, 3.155643, 2.977579, 2.606025, 2.011467",\
|
|
"3.678185, 3.582228, 3.404164, 3.032609, 2.438052",\
|
|
"4.426215, 4.330258, 4.152194, 3.780640, 3.186083");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[0]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.435257, -1.329020, -1.131892, -0.706629, 0.039239",\
|
|
"-1.537768, -1.431530, -1.234403, -0.809140, -0.063272",\
|
|
"-1.672631, -1.566393, -1.369265, -0.944002, -0.198134",\
|
|
"-1.909621, -1.803383, -1.606256, -1.180992, -0.435125",\
|
|
"-2.304748, -2.198510, -2.001382, -1.576119, -0.830251");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.563780, -2.457542, -2.260414, -1.835151, -1.089283",\
|
|
"-2.666724, -2.560486, -2.363359, -1.938096, -1.192228",\
|
|
"-2.867441, -2.761203, -2.564076, -2.138813, -1.392945",\
|
|
"-3.294026, -3.187788, -2.990661, -2.565398, -1.819530",\
|
|
"-4.042058, -3.935820, -3.738693, -3.313429, -2.567562");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[0]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.674780, 1.591692, 1.452841, 1.204787, 0.880641",\
|
|
"1.777291, 1.694203, 1.555352, 1.307298, 0.983153",\
|
|
"1.912153, 1.829065, 1.690215, 1.442160, 1.118015",\
|
|
"2.149144, 2.066056, 1.927205, 1.679150, 1.355005",\
|
|
"2.544271, 2.461182, 2.322331, 2.074277, 1.750132");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.055186, 2.972098, 2.833248, 2.585193, 2.261048",\
|
|
"3.158131, 3.075042, 2.936192, 2.688137, 2.363992",\
|
|
"3.358848, 3.275759, 3.136909, 2.888854, 2.564709",\
|
|
"3.785432, 3.702344, 3.563493, 3.315439, 2.991294",\
|
|
"4.533463, 4.450375, 4.311524, 4.063470, 3.739325");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.457472, -1.337645, -1.129254, -0.685205, 0.191035",\
|
|
"-1.559983, -1.440156, -1.231765, -0.787716, 0.088524",\
|
|
"-1.694846, -1.575019, -1.366627, -0.922578, -0.046338",\
|
|
"-1.931836, -1.812009, -1.603617, -1.159568, -0.283328",\
|
|
"-2.326963, -2.207136, -1.998744, -1.554695, -0.678455");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.542555, -2.422728, -2.214336, -1.770287, -0.894047",\
|
|
"-2.645499, -2.525672, -2.317281, -1.873231, -0.996991",\
|
|
"-2.846216, -2.726389, -2.517998, -2.073948, -1.197708",\
|
|
"-3.272801, -3.152974, -2.944583, -2.500534, -1.624294",\
|
|
"-4.020833, -3.901006, -3.692615, -3.248565, -2.372325");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[0] */
|
|
} /* end of bus mask_rev_in */
|
|
bus ( mgmt_gpio_in ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : input ;
|
|
|
|
pin("mgmt_gpio_in[37]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006801 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.027270, 2.931314, 2.753250, 2.381695, 1.787138",\
|
|
"3.128706, 3.032749, 2.854685, 2.483130, 1.888573",\
|
|
"3.307651, 3.211695, 3.033631, 2.662076, 2.067519",\
|
|
"3.639203, 3.543246, 3.365182, 2.993628, 2.399070",\
|
|
"4.221854, 4.125897, 3.947833, 3.576279, 2.981721");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.944499, 5.848542, 5.670478, 5.298923, 4.704366",\
|
|
"6.051429, 5.955472, 5.777409, 5.405854, 4.811296",\
|
|
"6.251366, 6.155410, 5.977345, 5.605791, 5.011234",\
|
|
"6.649729, 6.553773, 6.375709, 6.004154, 5.409597",\
|
|
"7.345669, 7.249713, 7.071649, 6.700094, 6.105537");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[37]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.795684, -2.689446, -2.492319, -2.067056, -1.321188",\
|
|
"-2.897120, -2.790882, -2.593754, -2.168491, -1.422623",\
|
|
"-3.076065, -2.969827, -2.772699, -2.347436, -1.601569",\
|
|
"-3.407617, -3.301379, -3.104252, -2.678989, -1.933121",\
|
|
"-3.990268, -3.884030, -3.686902, -3.261639, -2.515772");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.265937, -5.159699, -4.962571, -4.537309, -3.791441",\
|
|
"-5.372867, -5.266629, -5.069502, -4.644238, -3.898371",\
|
|
"-5.572804, -5.466567, -5.269439, -4.844176, -4.098309",\
|
|
"-5.971168, -5.864930, -5.667802, -5.242539, -4.496672",\
|
|
"-6.667108, -6.560870, -6.363742, -5.938479, -5.192612");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[37]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.982182, 1.899094, 1.760243, 1.512188, 1.188043",\
|
|
"2.083617, 2.000529, 1.861679, 1.613624, 1.289479",\
|
|
"2.262563, 2.179474, 2.040624, 1.792569, 1.468424",\
|
|
"2.594115, 2.511026, 2.372176, 2.124121, 1.799976",\
|
|
"3.176766, 3.093678, 2.954827, 2.706773, 2.382627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.167824, 4.084736, 3.945885, 3.697831, 3.373686",\
|
|
"4.274755, 4.191667, 4.052815, 3.804761, 3.480616",\
|
|
"4.474692, 4.391604, 4.252753, 4.004699, 3.680553",\
|
|
"4.873055, 4.789967, 4.651116, 4.403062, 4.078917",\
|
|
"5.568995, 5.485908, 5.347056, 5.099002, 4.774857");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.759001, -1.639174, -1.430785, -0.986817, -0.110812",\
|
|
"-1.860437, -1.740610, -1.532220, -1.088252, -0.212247",\
|
|
"-2.039382, -1.919555, -1.711166, -1.267197, -0.391192",\
|
|
"-2.370934, -2.251107, -2.042717, -1.598749, -0.722744",\
|
|
"-2.953585, -2.833758, -2.625368, -2.181400, -1.305395");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.427196, -3.307369, -3.098979, -2.655011, -1.779006",\
|
|
"-3.534126, -3.414299, -3.205909, -2.761941, -1.885936",\
|
|
"-3.734063, -3.614236, -3.405847, -2.961878, -2.085874",\
|
|
"-4.132427, -4.012599, -3.804210, -3.360241, -2.484237",\
|
|
"-4.828367, -4.708539, -4.500150, -4.056181, -3.180177");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[37] */
|
|
|
|
pin("mgmt_gpio_in[36]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008384 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.203577, 2.107620, 1.929555, 1.557986, 0.963182",\
|
|
"2.305593, 2.209637, 2.031572, 1.660003, 1.065198",\
|
|
"2.445728, 2.349772, 2.171707, 1.800138, 1.205334",\
|
|
"2.699277, 2.603321, 2.425256, 2.053687, 1.458883",\
|
|
"3.113133, 3.017177, 2.839112, 2.467543, 1.872739");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.801023, 4.705067, 4.527001, 4.155433, 3.560628",\
|
|
"4.906740, 4.810783, 4.632718, 4.261149, 3.666345",\
|
|
"5.097125, 5.001169, 4.823104, 4.451535, 3.856730",\
|
|
"5.475590, 5.379633, 5.201569, 4.830000, 4.235195",\
|
|
"6.153889, 6.057933, 5.879868, 5.508299, 4.913495");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[36]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.944298, -1.838060, -1.640931, -1.215654, -0.469539",\
|
|
"-2.046314, -1.940077, -1.742948, -1.317671, -0.571556",\
|
|
"-2.186450, -2.080212, -1.883083, -1.457806, -0.711691",\
|
|
"-2.439999, -2.333761, -2.136632, -1.711355, -0.965240",\
|
|
"-2.853855, -2.747617, -2.550488, -2.125211, -1.379096");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.313900, -4.207663, -4.010534, -3.585257, -2.839142",\
|
|
"-4.419617, -4.313380, -4.116251, -3.690974, -2.944859",\
|
|
"-4.610079, -4.503841, -4.306712, -3.881435, -3.135320",\
|
|
"-4.988924, -4.882686, -4.685557, -4.260280, -3.514165",\
|
|
"-5.670644, -5.564407, -5.367278, -4.942001, -4.195886");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[36]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.998088, 1.915000, 1.776149, 1.528090, 1.204011",\
|
|
"2.100105, 2.017016, 1.878166, 1.630106, 1.306027",\
|
|
"2.240240, 2.157152, 2.018301, 1.770241, 1.446163",\
|
|
"2.493789, 2.410701, 2.271850, 2.023790, 1.699712",\
|
|
"2.907645, 2.824557, 2.685706, 2.437647, 2.113568");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.855678, 3.772590, 3.633739, 3.385679, 3.061601",\
|
|
"3.961395, 3.878306, 3.739456, 3.491396, 3.167317",\
|
|
"4.151780, 4.068692, 3.929841, 3.681781, 3.357703",\
|
|
"4.530244, 4.447156, 4.308306, 4.060246, 3.736167",\
|
|
"5.208544, 5.125456, 4.986605, 4.738545, 4.414467");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.760734, -1.640907, -1.432517, -0.988549, -0.112544",\
|
|
"-1.862750, -1.742923, -1.534534, -1.090565, -0.214560",\
|
|
"-2.002885, -1.883058, -1.674669, -1.230700, -0.354696",\
|
|
"-2.256434, -2.136607, -1.928218, -1.484249, -0.608245",\
|
|
"-2.670291, -2.550464, -2.342074, -1.898106, -1.022101");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.312934, -3.193107, -2.984718, -2.540750, -1.664745",\
|
|
"-3.418651, -3.298824, -3.090435, -2.646466, -1.770461",\
|
|
"-3.609113, -3.489285, -3.280896, -2.836928, -1.960923",\
|
|
"-3.987957, -3.868130, -3.659741, -3.215773, -2.339768",\
|
|
"-4.669678, -4.549851, -4.341462, -3.897493, -3.021488");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[36] */
|
|
|
|
pin("mgmt_gpio_in[35]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005135 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.421510, 2.325554, 2.147490, 1.775935, 1.181378",\
|
|
"2.525815, 2.429858, 2.251794, 1.880239, 1.285682",\
|
|
"2.683810, 2.587853, 2.409789, 2.038234, 1.443677",\
|
|
"2.978142, 2.882185, 2.704121, 2.332566, 1.738009",\
|
|
"3.492702, 3.396745, 3.218681, 2.847127, 2.252570");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.032125, 4.936168, 4.758104, 4.386550, 3.791993",\
|
|
"5.137126, 5.041170, 4.863106, 4.491551, 3.896994",\
|
|
"5.330389, 5.234432, 5.056368, 4.684813, 4.090257",\
|
|
"5.723540, 5.627584, 5.449520, 5.077965, 4.483408",\
|
|
"6.384773, 6.288816, 6.110753, 5.739198, 5.144641");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[35]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.262487, -2.156250, -1.959122, -1.533859, -0.787991",\
|
|
"-2.366791, -2.260554, -2.063426, -1.638163, -0.892295",\
|
|
"-2.524786, -2.418549, -2.221421, -1.796158, -1.050290",\
|
|
"-2.819118, -2.712881, -2.515753, -2.090490, -1.344623",\
|
|
"-3.333678, -3.227441, -3.030313, -2.605050, -1.859182");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.706778, -4.600541, -4.403413, -3.978150, -3.232282",\
|
|
"-4.811779, -4.705542, -4.508414, -4.083151, -3.337284",\
|
|
"-5.005042, -4.898805, -4.701677, -4.276414, -3.530546",\
|
|
"-5.398193, -5.291956, -5.094828, -4.669565, -3.923697",\
|
|
"-6.059425, -5.953188, -5.756060, -5.330797, -4.584929");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[35]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.350928, 1.267840, 1.128989, 0.880935, 0.556790",\
|
|
"1.455233, 1.372144, 1.233294, 0.985239, 0.661094",\
|
|
"1.613227, 1.530139, 1.391289, 1.143234, 0.819089",\
|
|
"1.907560, 1.824471, 1.685621, 1.437566, 1.113421",\
|
|
"2.422119, 2.339031, 2.200180, 1.952126, 1.627981");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.245267, 3.162179, 3.023328, 2.775274, 2.451128",\
|
|
"3.350268, 3.267180, 3.128329, 2.880275, 2.556129",\
|
|
"3.543530, 3.460443, 3.321592, 3.073537, 2.749392",\
|
|
"3.936682, 3.853594, 3.714743, 3.466688, 3.142543",\
|
|
"4.597915, 4.514827, 4.375976, 4.127921, 3.803776");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.176243, -1.056416, -0.848026, -0.404058, 0.471947",\
|
|
"-1.280547, -1.160720, -0.952331, -0.508362, 0.367643",\
|
|
"-1.438542, -1.318715, -1.110326, -0.666357, 0.209648",\
|
|
"-1.732874, -1.613047, -1.404658, -0.960689, -0.084685",\
|
|
"-2.247434, -2.127607, -1.919218, -1.475249, -0.599244");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.823110, -2.703283, -2.494894, -2.050925, -1.174921",\
|
|
"-2.928112, -2.808284, -2.599895, -2.155926, -1.279922",\
|
|
"-3.121374, -3.001547, -2.793158, -2.349189, -1.473184",\
|
|
"-3.514526, -3.394699, -3.186309, -2.742341, -1.866336",\
|
|
"-4.175758, -4.055931, -3.847541, -3.403573, -2.527568");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[35] */
|
|
|
|
pin("mgmt_gpio_in[34]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.010815 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.497448, 1.401492, 1.223428, 0.851873, 0.257316",\
|
|
"1.597497, 1.501540, 1.323476, 0.951922, 0.357365",\
|
|
"1.734576, 1.638620, 1.460556, 1.089001, 0.494444",\
|
|
"1.975297, 1.879340, 1.701276, 1.329721, 0.735164",\
|
|
"2.367415, 2.271458, 2.093395, 1.721840, 1.127283");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.881021, 3.785064, 3.607000, 3.235445, 2.640888",\
|
|
"3.985876, 3.889919, 3.711855, 3.340300, 2.745743",\
|
|
"4.176824, 4.080867, 3.902803, 3.531248, 2.936691",\
|
|
"4.562542, 4.466586, 4.288522, 3.916967, 3.322410",\
|
|
"5.230528, 5.134572, 4.956508, 4.584953, 3.990396");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[34]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.152713, -1.046475, -0.849348, -0.424085, 0.321783",\
|
|
"-1.252762, -1.146524, -0.949396, -0.524133, 0.221735",\
|
|
"-1.389841, -1.283603, -1.086476, -0.661213, 0.084655",\
|
|
"-1.630562, -1.524324, -1.327196, -0.901933, -0.156065",\
|
|
"-2.022680, -1.916443, -1.719315, -1.294052, -0.548184");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.344523, -3.238285, -3.041157, -2.615894, -1.870027",\
|
|
"-3.449378, -3.343140, -3.146012, -2.720749, -1.974882",\
|
|
"-3.640375, -3.534138, -3.337010, -2.911747, -2.165879",\
|
|
"-4.026403, -3.920166, -3.723038, -3.297775, -2.551908",\
|
|
"-4.695922, -4.589685, -4.392557, -3.967294, -3.221426");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[34]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.378800, 1.295712, 1.156861, 0.908806, 0.584661",\
|
|
"1.478848, 1.395760, 1.256909, 1.008855, 0.684710",\
|
|
"1.615928, 1.532840, 1.393989, 1.145934, 0.821789",\
|
|
"1.856648, 1.773560, 1.634709, 1.386655, 1.062510",\
|
|
"2.248766, 2.165679, 2.026828, 1.778773, 1.454628");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.048503, 2.965415, 2.826564, 2.578510, 2.254365",\
|
|
"3.153358, 3.070270, 2.931419, 2.683365, 2.359220",\
|
|
"3.344306, 3.261218, 3.122367, 2.874313, 2.550168",\
|
|
"3.730025, 3.646937, 3.508086, 3.260032, 2.935887",\
|
|
"4.398011, 4.314923, 4.176072, 3.928018, 3.603873");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.897276, -0.777449, -0.569057, -0.124994, 0.751287",\
|
|
"-0.997325, -0.877497, -0.669106, -0.225042, 0.651238",\
|
|
"-1.134404, -1.014577, -0.806185, -0.362122, 0.514158",\
|
|
"-1.375125, -1.255297, -1.046906, -0.602842, 0.273438",\
|
|
"-1.767243, -1.647416, -1.439024, -0.994961, -0.118680");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.288215, -2.168388, -1.959996, -1.515933, -0.639652",\
|
|
"-2.393070, -2.273243, -2.064851, -1.620788, -0.744507",\
|
|
"-2.584068, -2.464241, -2.255849, -1.811785, -0.935505",\
|
|
"-2.970096, -2.850269, -2.641877, -2.197814, -1.321533",\
|
|
"-3.639615, -3.519788, -3.311396, -2.867333, -1.991052");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[34] */
|
|
|
|
pin("mgmt_gpio_in[33]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006005 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.535808, 2.439851, 2.261787, 1.890233, 1.295676",\
|
|
"2.637636, 2.541679, 2.363616, 1.992061, 1.397504",\
|
|
"2.816031, 2.720074, 2.542010, 2.170456, 1.575899",\
|
|
"3.173569, 3.077612, 2.899548, 2.527993, 1.933436",\
|
|
"3.819012, 3.723056, 3.544992, 3.173437, 2.578880");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.058875, 4.962919, 4.784855, 4.413300, 3.818743",\
|
|
"5.163586, 5.067629, 4.889565, 4.518011, 3.923454",\
|
|
"5.353439, 5.257483, 5.079419, 4.707864, 4.113307",\
|
|
"5.737418, 5.641462, 5.463398, 5.091843, 4.497286",\
|
|
"6.392148, 6.296192, 6.118128, 5.746573, 5.152016");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[33]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.415992, -2.309755, -2.112627, -1.687364, -0.941496",\
|
|
"-2.517820, -2.411582, -2.214455, -1.789191, -1.043324",\
|
|
"-2.696215, -2.589978, -2.392850, -1.967587, -1.221719",\
|
|
"-3.053753, -2.947515, -2.750388, -2.325125, -1.579257",\
|
|
"-3.699197, -3.592960, -3.395832, -2.970569, -2.224701");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.666048, -4.559810, -4.362682, -3.937419, -3.191551",\
|
|
"-4.770759, -4.664521, -4.467393, -4.042130, -3.296263",\
|
|
"-4.960611, -4.854374, -4.657246, -4.231983, -3.486115",\
|
|
"-5.344590, -5.238353, -5.041225, -4.615962, -3.870094",\
|
|
"-5.999321, -5.893084, -5.695956, -5.270693, -4.524825");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[33]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.565386, 1.482298, 1.343447, 1.095392, 0.771247",\
|
|
"1.667214, 1.584126, 1.445275, 1.197220, 0.873075",\
|
|
"1.845609, 1.762521, 1.623670, 1.375615, 1.051470",\
|
|
"2.203146, 2.120058, 1.981207, 1.733153, 1.409008",\
|
|
"2.848590, 2.765502, 2.626651, 2.378597, 2.054452");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.367640, 3.284551, 3.145700, 2.897646, 2.573501",\
|
|
"3.472350, 3.389262, 3.250411, 3.002357, 2.678211",\
|
|
"3.662204, 3.579116, 3.440265, 3.192210, 2.868065",\
|
|
"4.046182, 3.963094, 3.824243, 3.576189, 3.252043",\
|
|
"4.700912, 4.617824, 4.478973, 4.230919, 3.906774");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.310333, -1.190505, -0.982113, -0.538050, 0.338230",\
|
|
"-1.412160, -1.292333, -1.083941, -0.639878, 0.236403",\
|
|
"-1.590555, -1.470728, -1.262336, -0.818273, 0.058007",\
|
|
"-1.948093, -1.828266, -1.619874, -1.175811, -0.299530",\
|
|
"-2.593538, -2.473711, -2.265318, -1.821255, -0.944975");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.753067, -2.633239, -2.424848, -1.980784, -1.104504",\
|
|
"-2.857777, -2.737950, -2.529558, -2.085495, -1.209214",\
|
|
"-3.047631, -2.927804, -2.719411, -2.275348, -1.399068",\
|
|
"-3.431609, -3.311782, -3.103390, -2.659327, -1.783046",\
|
|
"-4.086340, -3.966513, -3.758121, -3.314057, -2.437777");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[33] */
|
|
|
|
pin("mgmt_gpio_in[32]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005024 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.847180, 1.751224, 1.573160, 1.201605, 0.607048",\
|
|
"1.951540, 1.855584, 1.677520, 1.305965, 0.711408",\
|
|
"2.109405, 2.013448, 1.835384, 1.463830, 0.869273",\
|
|
"2.403191, 2.307234, 2.129170, 1.757616, 1.163059",\
|
|
"2.916456, 2.820499, 2.642435, 2.270881, 1.676324");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.973922, 2.877966, 2.699902, 2.328347, 1.733790",\
|
|
"3.078926, 2.982969, 2.804905, 2.433351, 1.838793",\
|
|
"3.272192, 3.176235, 2.998171, 2.626616, 2.032059",\
|
|
"3.667192, 3.571236, 3.393172, 3.021617, 2.427060",\
|
|
"4.332822, 4.236866, 4.058802, 3.687247, 3.092690");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[32]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.605051, -1.498813, -1.301686, -0.876423, -0.130555",\
|
|
"-1.709411, -1.603173, -1.406046, -0.980783, -0.234915",\
|
|
"-1.867276, -1.761038, -1.563910, -1.138647, -0.392780",\
|
|
"-2.161062, -2.054824, -1.857696, -1.432433, -0.686565",\
|
|
"-2.674326, -2.568089, -2.370961, -1.945698, -1.199830");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.630049, -2.523811, -2.326684, -1.901421, -1.155553",\
|
|
"-2.735052, -2.628815, -2.431687, -2.006424, -1.260556",\
|
|
"-2.928318, -2.822081, -2.624953, -2.199690, -1.453822",\
|
|
"-3.323319, -3.217082, -3.019954, -2.594691, -1.848823",\
|
|
"-3.988950, -3.882712, -3.685584, -3.260321, -2.514453");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[32]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.920179, 1.837091, 1.698241, 1.450186, 1.126041",\
|
|
"2.024539, 1.941451, 1.802601, 1.554546, 1.230401",\
|
|
"2.182404, 2.099316, 1.960465, 1.712411, 1.388265",\
|
|
"2.476190, 2.393102, 2.254251, 2.006196, 1.682051",\
|
|
"2.989455, 2.906367, 2.767516, 2.519462, 2.195316");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.081171, 2.998082, 2.859231, 2.611177, 2.287032",\
|
|
"3.186174, 3.103086, 2.964235, 2.716180, 2.392035",\
|
|
"3.379440, 3.296352, 3.157501, 2.909446, 2.585301",\
|
|
"3.774441, 3.691353, 3.552502, 3.304447, 2.980302",\
|
|
"4.440071, 4.356983, 4.218132, 3.970078, 3.645932");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.627266, -1.507439, -1.299048, -0.854999, 0.021241",\
|
|
"-1.731626, -1.611799, -1.403408, -0.959359, -0.083119",\
|
|
"-1.889491, -1.769664, -1.561273, -1.117223, -0.240983",\
|
|
"-2.183277, -2.063450, -1.855058, -1.411009, -0.534769",\
|
|
"-2.696542, -2.576715, -2.368323, -1.924274, -1.048034");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.608825, -2.488998, -2.280607, -1.836557, -0.960317",\
|
|
"-2.713828, -2.594001, -2.385610, -1.941561, -1.065321",\
|
|
"-2.907094, -2.787267, -2.578876, -2.134827, -1.258587",\
|
|
"-3.302095, -3.182268, -2.973877, -2.529828, -1.653588",\
|
|
"-3.967726, -3.847899, -3.639507, -3.195458, -2.319218");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[32] */
|
|
|
|
pin("mgmt_gpio_in[31]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006354 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.452838, 2.356881, 2.178818, 1.807263, 1.212706",\
|
|
"2.553688, 2.457731, 2.279667, 1.908113, 1.313555",\
|
|
"2.709455, 2.613498, 2.435434, 2.063879, 1.469322",\
|
|
"2.997846, 2.901890, 2.723826, 2.352271, 1.757714",\
|
|
"3.511096, 3.415139, 3.237075, 2.865521, 2.270964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.785557, 4.689600, 4.511536, 4.139981, 3.545424",\
|
|
"4.889881, 4.793924, 4.615860, 4.244306, 3.649749",\
|
|
"5.053020, 4.957064, 4.779000, 4.407445, 3.812888",\
|
|
"5.342294, 5.246337, 5.068273, 4.696718, 4.102161",\
|
|
"5.802547, 5.706591, 5.528527, 5.156972, 4.562415");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.181750, -2.075512, -1.878384, -1.453121, -0.707254",\
|
|
"-2.282600, -2.176362, -1.979234, -1.553972, -0.808104",\
|
|
"-2.438366, -2.332129, -2.135001, -1.709738, -0.963870",\
|
|
"-2.726758, -2.620520, -2.423393, -1.998130, -1.252262",\
|
|
"-3.240008, -3.133770, -2.936642, -2.511379, -1.765512");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.523281, -4.417044, -4.219916, -3.794653, -3.048785",\
|
|
"-4.627605, -4.521368, -4.324240, -3.898977, -3.153110",\
|
|
"-4.790745, -4.684507, -4.487380, -4.062117, -3.316249",\
|
|
"-5.080018, -4.973780, -4.776652, -4.351389, -3.605522",\
|
|
"-5.540271, -5.434034, -5.236906, -4.811643, -4.065775");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[31]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.456585, 1.373497, 1.234647, 0.986592, 0.662447",\
|
|
"1.557435, 1.474347, 1.335496, 1.087442, 0.763297",\
|
|
"1.713202, 1.630114, 1.491263, 1.243209, 0.919064",\
|
|
"2.001593, 1.918505, 1.779655, 1.531600, 1.207455",\
|
|
"2.514843, 2.431755, 2.292904, 2.044850, 1.720705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.068603, 2.985515, 2.846664, 2.598610, 2.274465",\
|
|
"3.172927, 3.089839, 2.950989, 2.702934, 2.378789",\
|
|
"3.336067, 3.252979, 3.114128, 2.866074, 2.541929",\
|
|
"3.625340, 3.542252, 3.403401, 3.155347, 2.831202",\
|
|
"4.085594, 4.002506, 3.863655, 3.615600, 3.291455");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.121444, -1.001617, -0.793228, -0.349259, 0.526746",\
|
|
"-1.222294, -1.102467, -0.894078, -0.450109, 0.425896",\
|
|
"-1.378061, -1.258234, -1.049844, -0.605876, 0.270129",\
|
|
"-1.666452, -1.546625, -1.338236, -0.894267, -0.018262",\
|
|
"-2.179702, -2.059874, -1.851485, -1.407516, -0.531512");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.658888, -2.539061, -2.330672, -1.886703, -1.010699",\
|
|
"-2.763213, -2.643385, -2.434996, -1.991028, -1.115023",\
|
|
"-2.926352, -2.806525, -2.598135, -2.154167, -1.278162",\
|
|
"-3.215625, -3.095798, -2.887408, -2.443440, -1.567435",\
|
|
"-3.675879, -3.556051, -3.347662, -2.903693, -2.027689");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[31] */
|
|
|
|
pin("mgmt_gpio_in[30]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006243 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.336852, 2.240895, 2.062831, 1.691277, 1.096720",\
|
|
"2.441242, 2.345285, 2.167222, 1.795667, 1.201110",\
|
|
"2.605196, 2.509239, 2.331175, 1.959620, 1.365063",\
|
|
"2.911692, 2.815735, 2.637671, 2.266117, 1.671560",\
|
|
"3.443323, 3.347366, 3.169302, 2.797748, 2.203191");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.959351, 4.863394, 4.685330, 4.313775, 3.719218",\
|
|
"5.063385, 4.967428, 4.789364, 4.417809, 3.823252",\
|
|
"5.256478, 5.160522, 4.982458, 4.610903, 4.016346",\
|
|
"5.657823, 5.561866, 5.383802, 5.012248, 4.417691",\
|
|
"6.344471, 6.248515, 6.070451, 5.698896, 5.104339");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[30]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.062419, -1.956182, -1.759054, -1.333791, -0.587923",\
|
|
"-2.166810, -2.060572, -1.863444, -1.438181, -0.692313",\
|
|
"-2.330762, -2.224525, -2.027397, -1.602134, -0.856266",\
|
|
"-2.637259, -2.531021, -2.333893, -1.908630, -1.162763",\
|
|
"-3.168890, -3.062653, -2.865525, -2.440262, -1.694394");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.519156, -4.412919, -4.215791, -3.790528, -3.044660",\
|
|
"-4.623190, -4.516953, -4.319825, -3.894562, -3.148694",\
|
|
"-4.816284, -4.710046, -4.512918, -4.087656, -3.341788",\
|
|
"-5.217628, -5.111391, -4.914263, -4.489000, -3.743133",\
|
|
"-5.904277, -5.798040, -5.600912, -5.175649, -4.429781");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[30]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.331384, 1.248296, 1.109445, 0.861391, 0.537245",\
|
|
"1.435774, 1.352686, 1.213835, 0.965781, 0.641636",\
|
|
"1.599728, 1.516640, 1.377789, 1.129734, 0.805589",\
|
|
"1.906224, 1.823136, 1.684285, 1.436231, 1.112085",\
|
|
"2.437855, 2.354767, 2.215917, 1.967862, 1.643717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.215600, 3.132512, 2.993661, 2.745606, 2.421461",\
|
|
"3.319633, 3.236545, 3.097694, 2.849640, 2.525495",\
|
|
"3.512727, 3.429639, 3.290788, 3.042734, 2.718589",\
|
|
"3.914072, 3.830984, 3.692133, 3.444079, 3.119934",\
|
|
"4.600721, 4.517633, 4.378782, 4.130728, 3.806582");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.018604, -0.898776, -0.690387, -0.246419, 0.629586",\
|
|
"-1.122994, -1.003167, -0.794778, -0.350809, 0.525196",\
|
|
"-1.286947, -1.167120, -0.958731, -0.514762, 0.361243",\
|
|
"-1.593444, -1.473616, -1.265227, -0.821259, 0.054746",\
|
|
"-2.125075, -2.005248, -1.796859, -1.352890, -0.476885");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.676860, -2.557033, -2.348643, -1.904675, -1.028670",\
|
|
"-2.780894, -2.661067, -2.452677, -2.008709, -1.132704",\
|
|
"-2.973988, -2.854160, -2.645771, -2.201802, -1.325798",\
|
|
"-3.375332, -3.255505, -3.047116, -2.603147, -1.727142",\
|
|
"-4.061981, -3.942154, -3.733765, -3.289796, -2.413791");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[30] */
|
|
|
|
pin("mgmt_gpio_in[29]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004676 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.494668, 3.398711, 3.220647, 2.849092, 2.254535",\
|
|
"3.597213, 3.501257, 3.323193, 2.951638, 2.357081",\
|
|
"3.731706, 3.635750, 3.457686, 3.086131, 2.491574",\
|
|
"3.968216, 3.872260, 3.694196, 3.322641, 2.728084",\
|
|
"4.359315, 4.263359, 4.085295, 3.713740, 3.119183");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.080116, 5.984159, 5.806095, 5.434541, 4.839983",\
|
|
"6.183081, 6.087124, 5.909060, 5.537506, 4.942948",\
|
|
"6.383733, 6.287777, 6.109713, 5.738158, 5.143601",\
|
|
"6.810672, 6.714716, 6.536652, 6.165097, 5.570540",\
|
|
"7.561730, 7.465774, 7.287709, 6.916155, 6.321598");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.052993, -2.946756, -2.749628, -2.324365, -1.578497",\
|
|
"-3.155540, -3.049303, -2.852175, -2.426912, -1.681044",\
|
|
"-3.290034, -3.183796, -2.986668, -2.561405, -1.815538",\
|
|
"-3.526543, -3.420305, -3.223178, -2.797915, -2.052047",\
|
|
"-3.917643, -3.811405, -3.614277, -3.189014, -2.443146");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.322583, -5.216345, -5.019217, -4.593955, -3.848087",\
|
|
"-5.425548, -5.319310, -5.122183, -4.696919, -3.951052",\
|
|
"-5.626201, -5.519963, -5.322835, -4.897573, -4.151705",\
|
|
"-6.053140, -5.946902, -5.749774, -5.324512, -4.578644",\
|
|
"-6.804197, -6.697959, -6.500832, -6.075568, -5.329700");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.449579, 2.366491, 2.227640, 1.979586, 1.655440",\
|
|
"2.552125, 2.469037, 2.330186, 2.082132, 1.757987",\
|
|
"2.686618, 2.603530, 2.464679, 2.216625, 1.892480",\
|
|
"2.923128, 2.840040, 2.701189, 2.453135, 2.128989",\
|
|
"3.314228, 3.231140, 3.092289, 2.844234, 2.520089");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.303442, 4.220354, 4.081503, 3.833448, 3.509303",\
|
|
"4.406406, 4.323318, 4.184467, 3.936413, 3.612268",\
|
|
"4.607059, 4.523971, 4.385120, 4.137066, 3.812921",\
|
|
"5.033998, 4.950910, 4.812059, 4.564005, 4.239860",\
|
|
"5.785056, 5.701968, 5.563117, 5.315063, 4.990917");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.016311, -1.896483, -1.688094, -1.244126, -0.368121",\
|
|
"-2.118857, -1.999030, -1.790641, -1.346672, -0.470668",\
|
|
"-2.253351, -2.133523, -1.925134, -1.481166, -0.605161",\
|
|
"-2.489860, -2.370033, -2.161644, -1.717675, -0.841670",\
|
|
"-2.880960, -2.761132, -2.552743, -2.108775, -1.232770");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.483842, -3.364015, -3.155626, -2.711657, -1.835652",\
|
|
"-3.586807, -3.466980, -3.258590, -2.814622, -1.938617",\
|
|
"-3.787460, -3.667632, -3.459243, -3.015275, -2.139270",\
|
|
"-4.214399, -4.094572, -3.886182, -3.442214, -2.566209",\
|
|
"-4.965456, -4.845629, -4.637239, -4.193271, -3.317266");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[29] */
|
|
|
|
pin("mgmt_gpio_in[28]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006230 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.586846, 1.490890, 1.312825, 0.941256, 0.346452",\
|
|
"1.688658, 1.592702, 1.414637, 1.043068, 0.448264",\
|
|
"1.867972, 1.772016, 1.593951, 1.222382, 0.627578",\
|
|
"2.225967, 2.130011, 1.951946, 1.580377, 0.985573",\
|
|
"2.870083, 2.774127, 2.596062, 2.224493, 1.629689");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.178404, 4.082448, 3.904382, 3.532814, 2.938009",\
|
|
"4.283071, 4.187115, 4.009049, 3.637481, 3.042676",\
|
|
"4.473254, 4.377297, 4.199232, 3.827664, 3.232859",\
|
|
"4.854553, 4.758597, 4.580532, 4.208963, 3.614159",\
|
|
"5.499996, 5.404040, 5.225975, 4.854406, 4.259602");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[28]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.325671, -1.219434, -1.022305, -0.597028, 0.149087",\
|
|
"-1.427483, -1.321246, -1.124117, -0.698840, 0.047276",\
|
|
"-1.606797, -1.500559, -1.303430, -0.878153, -0.132038",\
|
|
"-1.964792, -1.858554, -1.661425, -1.236148, -0.490033",\
|
|
"-2.608908, -2.502670, -2.305541, -1.880264, -1.134149");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.507886, -3.401649, -3.204520, -2.779243, -2.033127",\
|
|
"-3.612553, -3.506316, -3.309187, -2.883910, -2.137794",\
|
|
"-3.802736, -3.696498, -3.499369, -3.074092, -2.327977",\
|
|
"-4.184035, -4.077797, -3.880668, -3.455391, -2.709276",\
|
|
"-4.829478, -4.723241, -4.526112, -4.100835, -3.354720");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[28]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.381358, 1.298270, 1.159419, 0.911359, 0.587281",\
|
|
"1.483170, 1.400082, 1.261231, 1.013171, 0.689093",\
|
|
"1.662484, 1.579396, 1.440545, 1.192485, 0.868407",\
|
|
"2.020479, 1.937391, 1.798540, 1.550480, 1.226402",\
|
|
"2.664595, 2.581507, 2.442656, 2.194597, 1.870518");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.233059, 3.149971, 3.011120, 2.763060, 2.438982",\
|
|
"3.337726, 3.254638, 3.115787, 2.867727, 2.543649",\
|
|
"3.527909, 3.444820, 3.305970, 3.057910, 2.733831",\
|
|
"3.909208, 3.826120, 3.687269, 3.439209, 3.115131",\
|
|
"4.554651, 4.471563, 4.332712, 4.084652, 3.760574");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.142107, -1.022279, -0.813890, -0.369922, 0.506083",\
|
|
"-1.243919, -1.124091, -0.915702, -0.471733, 0.404271",\
|
|
"-1.423233, -1.303405, -1.095016, -0.651048, 0.224957",\
|
|
"-1.781228, -1.661400, -1.453011, -1.009043, -0.133038",\
|
|
"-2.425344, -2.305516, -2.097127, -1.653159, -0.777154");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.506920, -2.387093, -2.178704, -1.734735, -0.858731",\
|
|
"-2.611588, -2.491760, -2.283371, -1.839403, -0.963398",\
|
|
"-2.801770, -2.681943, -2.473554, -2.029585, -1.153580",\
|
|
"-3.183069, -3.063242, -2.854853, -2.410884, -1.534879",\
|
|
"-3.828512, -3.708684, -3.500295, -3.056327, -2.180322");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[28] */
|
|
|
|
pin("mgmt_gpio_in[27]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006120 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.574090, 2.478133, 2.300070, 1.928515, 1.333958",\
|
|
"2.675910, 2.579953, 2.401889, 2.030334, 1.435777",\
|
|
"2.854306, 2.758350, 2.580286, 2.208731, 1.614174",\
|
|
"3.212931, 3.116974, 2.938910, 2.567356, 1.972798",\
|
|
"3.859532, 3.763575, 3.585511, 3.213957, 2.619400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.124786, 5.028830, 4.850766, 4.479211, 3.884654",\
|
|
"5.229478, 5.133521, 4.955457, 4.583902, 3.989346",\
|
|
"5.419201, 5.323244, 5.145180, 4.773625, 4.179069",\
|
|
"5.801898, 5.705941, 5.527877, 5.156322, 4.561765",\
|
|
"6.451354, 6.355397, 6.177333, 5.805779, 5.211221");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.334880, -2.228643, -2.031515, -1.606252, -0.860384",\
|
|
"-2.436700, -2.330462, -2.133335, -1.708072, -0.962204",\
|
|
"-2.615097, -2.508859, -2.311731, -1.886468, -1.140601",\
|
|
"-2.973721, -2.867484, -2.670356, -2.245093, -1.499225",\
|
|
"-3.620322, -3.514084, -3.316957, -2.891694, -2.145826");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.769875, -4.663638, -4.466510, -4.041247, -3.295379",\
|
|
"-4.874566, -4.768329, -4.571201, -4.145938, -3.400070",\
|
|
"-5.064289, -4.958051, -4.760923, -4.335660, -3.589793",\
|
|
"-5.446986, -5.340748, -5.143620, -4.718358, -3.972490",\
|
|
"-6.096442, -5.990204, -5.793077, -5.367814, -4.621946");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[27]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.503508, 1.420420, 1.281569, 1.033515, 0.709370",\
|
|
"1.605328, 1.522240, 1.383389, 1.135334, 0.811189",\
|
|
"1.783724, 1.700636, 1.561785, 1.313731, 0.989586",\
|
|
"2.142349, 2.059261, 1.920410, 1.672355, 1.348210",\
|
|
"2.788949, 2.705862, 2.567011, 2.318956, 1.994811");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.337928, 3.254840, 3.115989, 2.867935, 2.543790",\
|
|
"3.442620, 3.359532, 3.220681, 2.972626, 2.648481",\
|
|
"3.632342, 3.549254, 3.410403, 3.162349, 2.838204",\
|
|
"4.015039, 3.931951, 3.793100, 3.545046, 3.220901",\
|
|
"4.664495, 4.581407, 4.442556, 4.194502, 3.870357");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.248636, -1.128809, -0.920420, -0.476451, 0.399554",\
|
|
"-1.350456, -1.230629, -1.022239, -0.578271, 0.297734",\
|
|
"-1.528853, -1.409025, -1.200636, -0.756668, 0.119337",\
|
|
"-1.887477, -1.767650, -1.559261, -1.115292, -0.239287",\
|
|
"-2.534078, -2.414251, -2.205861, -1.761893, -0.885888");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.886208, -2.766380, -2.557991, -2.114022, -1.238018",\
|
|
"-2.990899, -2.871071, -2.662682, -2.218714, -1.342709",\
|
|
"-3.180621, -3.060794, -2.852405, -2.408436, -1.532431",\
|
|
"-3.563318, -3.443491, -3.235102, -2.791133, -1.915128",\
|
|
"-4.212774, -4.092947, -3.884557, -3.440589, -2.564584");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[27] */
|
|
|
|
pin("mgmt_gpio_in[26]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004765 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.015272, 2.919315, 2.741251, 2.369696, 1.775139",\
|
|
"3.119468, 3.023511, 2.845448, 2.473893, 1.879336",\
|
|
"3.277735, 3.181779, 3.003715, 2.632160, 2.037603",\
|
|
"3.572778, 3.476821, 3.298757, 2.927202, 2.332645",\
|
|
"4.088342, 3.992385, 3.814322, 3.442767, 2.848210");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.096998, 5.001041, 4.822977, 4.451423, 3.856865",\
|
|
"5.202008, 5.106051, 4.927987, 4.556433, 3.961875",\
|
|
"5.395389, 5.299432, 5.121368, 4.749814, 4.155257",\
|
|
"5.787825, 5.691868, 5.513804, 5.142249, 4.547692",\
|
|
"6.445482, 6.349525, 6.171461, 5.799907, 5.205349");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[26]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.057599, -1.951362, -1.754234, -1.328971, -0.583103",\
|
|
"-2.161796, -2.055558, -1.858430, -1.433167, -0.687300",\
|
|
"-2.320063, -2.213826, -2.016698, -1.591435, -0.845567",\
|
|
"-2.615105, -2.508868, -2.311740, -1.886477, -1.140609",\
|
|
"-3.130670, -3.024433, -2.827305, -2.402042, -1.656174");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.232330, -4.126093, -3.928965, -3.503702, -2.757834",\
|
|
"-4.337340, -4.231103, -4.033975, -3.608712, -2.862844",\
|
|
"-4.530722, -4.424485, -4.227357, -3.802094, -3.056226",\
|
|
"-4.923158, -4.816921, -4.619793, -4.194530, -3.448662",\
|
|
"-5.580815, -5.474578, -5.277450, -4.852187, -4.106319");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[26]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.896598, 2.813510, 2.674659, 2.426605, 2.102459",\
|
|
"3.000794, 2.917706, 2.778856, 2.530801, 2.206656",\
|
|
"3.159061, 3.075973, 2.937122, 2.689068, 2.364923",\
|
|
"3.454104, 3.371016, 3.232165, 2.984110, 2.659965",\
|
|
"3.969668, 3.886580, 3.747729, 3.499675, 3.175530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.264353, 4.181265, 4.042414, 3.794360, 3.470215",\
|
|
"4.369363, 4.286275, 4.147424, 3.899370, 3.575225",\
|
|
"4.562745, 4.479656, 4.340806, 4.092751, 3.768606",\
|
|
"4.955180, 4.872092, 4.733241, 4.485187, 4.161041",\
|
|
"5.612837, 5.529749, 5.390898, 5.142844, 4.818699");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.801947, -1.682120, -1.473728, -1.029665, -0.153384",\
|
|
"-1.906144, -1.786316, -1.577924, -1.133861, -0.257581",\
|
|
"-2.064411, -1.944584, -1.736192, -1.292129, -0.415848",\
|
|
"-2.359453, -2.239626, -2.031234, -1.587171, -0.710890",\
|
|
"-2.875018, -2.755191, -2.546799, -2.102736, -1.226455");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.175918, -3.056091, -2.847699, -2.403635, -1.527355",\
|
|
"-3.280928, -3.161101, -2.952709, -2.508645, -1.632365",\
|
|
"-3.474310, -3.354482, -3.146091, -2.702027, -1.825747",\
|
|
"-3.866746, -3.746918, -3.538527, -3.094463, -2.218183",\
|
|
"-4.524403, -4.404575, -4.196184, -3.752120, -2.875840");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[26] */
|
|
|
|
pin("mgmt_gpio_in[25]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004739 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.633601, 2.537645, 2.359581, 1.988026, 1.393469",\
|
|
"2.738189, 2.642232, 2.464169, 2.092614, 1.498057",\
|
|
"2.895682, 2.799725, 2.621661, 2.250107, 1.655550",\
|
|
"3.189023, 3.093067, 2.915003, 2.543448, 1.948891",\
|
|
"3.703382, 3.607425, 3.429361, 3.057806, 2.463249");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.172459, 5.076502, 4.898438, 4.526884, 3.932327",\
|
|
"5.277469, 5.181512, 5.003448, 4.631894, 4.037336",\
|
|
"5.470456, 5.374500, 5.196436, 4.824881, 4.230324",\
|
|
"5.867351, 5.771394, 5.593330, 5.221776, 4.627218",\
|
|
"6.538217, 6.442260, 6.264196, 5.892642, 5.298084");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.465793, -2.359555, -2.162427, -1.737164, -0.991297",\
|
|
"-2.570381, -2.464143, -2.267015, -1.841752, -1.095885",\
|
|
"-2.727873, -2.621636, -2.424508, -1.999245, -1.253377",\
|
|
"-3.021215, -2.914977, -2.717849, -2.292586, -1.546719",\
|
|
"-3.535573, -3.429336, -3.232208, -2.806945, -2.061077");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.763663, -4.657426, -4.460298, -4.035035, -3.289167",\
|
|
"-4.868673, -4.762436, -4.565308, -4.140045, -3.394177",\
|
|
"-5.061661, -4.955423, -4.758296, -4.333033, -3.587165",\
|
|
"-5.458554, -5.352317, -5.155189, -4.729926, -3.984058",\
|
|
"-6.129421, -6.023184, -5.826056, -5.400793, -4.654925");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[25]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.663179, 1.580091, 1.441240, 1.193186, 0.869041",\
|
|
"1.767767, 1.684679, 1.545828, 1.297774, 0.973629",\
|
|
"1.925260, 1.842172, 1.703321, 1.455266, 1.131121",\
|
|
"2.218601, 2.135513, 1.996662, 1.748608, 1.424463",\
|
|
"2.732960, 2.649872, 2.511021, 2.262966, 1.938821");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.481223, 3.398135, 3.259284, 3.011230, 2.687084",\
|
|
"3.586234, 3.503145, 3.364295, 3.116240, 2.792095",\
|
|
"3.779221, 3.696132, 3.557281, 3.309227, 2.985082",\
|
|
"4.176115, 4.093026, 3.954175, 3.706121, 3.381976",\
|
|
"4.846981, 4.763893, 4.625042, 4.376987, 4.052842");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.360133, -1.240306, -1.031914, -0.587851, 0.288429",\
|
|
"-1.464721, -1.344894, -1.136502, -0.692438, 0.183842",\
|
|
"-1.622214, -1.502386, -1.293995, -0.849931, 0.026349",\
|
|
"-1.915555, -1.795728, -1.587336, -1.143273, -0.266992",\
|
|
"-2.429914, -2.310087, -2.101695, -1.657631, -0.781351");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.850682, -2.730855, -2.522463, -2.078399, -1.202119",\
|
|
"-2.955692, -2.835865, -2.627473, -2.183410, -1.307129",\
|
|
"-3.148680, -3.028853, -2.820461, -2.376398, -1.500117",\
|
|
"-3.545574, -3.425747, -3.217355, -2.773292, -1.897011",\
|
|
"-4.216440, -4.096613, -3.888221, -3.444158, -2.567877");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[25] */
|
|
|
|
pin("mgmt_gpio_in[24]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007189 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.979197, 1.883240, 1.705177, 1.333622, 0.739065",\
|
|
"2.079835, 1.983878, 1.805815, 1.434260, 0.839703",\
|
|
"2.236448, 2.140491, 1.962427, 1.590872, 0.996315",\
|
|
"2.525538, 2.429581, 2.251518, 1.879963, 1.285406",\
|
|
"3.036574, 2.940617, 2.762553, 2.390999, 1.796442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.301519, 3.205562, 3.027498, 2.655944, 2.061387",\
|
|
"3.405787, 3.309831, 3.131767, 2.760212, 2.165655",\
|
|
"3.569141, 3.473185, 3.295121, 2.923566, 2.329009",\
|
|
"3.858172, 3.762216, 3.584152, 3.212597, 2.618040",\
|
|
"4.317313, 4.221356, 4.043292, 3.671738, 3.077180");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[24]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.792438, -1.686200, -1.489073, -1.063810, -0.317942",\
|
|
"-1.893076, -1.786838, -1.589711, -1.164448, -0.418580",\
|
|
"-2.049689, -1.943451, -1.746323, -1.321060, -0.575192",\
|
|
"-2.338779, -2.232541, -2.035414, -1.610150, -0.864283",\
|
|
"-2.849815, -2.743578, -2.546450, -2.121187, -1.375319");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.944892, -2.838654, -2.641526, -2.216263, -1.470396",\
|
|
"-3.049160, -2.942923, -2.745795, -2.320532, -1.574664",\
|
|
"-3.212514, -3.106277, -2.909149, -2.483886, -1.738018",\
|
|
"-3.501545, -3.395308, -3.198180, -2.772917, -2.027049",\
|
|
"-3.960685, -3.854447, -3.657320, -3.232057, -2.486189");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[24]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.052160, 1.969072, 1.830221, 1.582166, 1.258021",\
|
|
"2.152798, 2.069710, 1.930859, 1.682804, 1.358659",\
|
|
"2.309410, 2.226322, 2.087471, 1.839417, 1.515272",\
|
|
"2.598501, 2.515413, 2.376562, 2.128507, 1.804362",\
|
|
"3.109537, 3.026448, 2.887598, 2.639543, 2.315398");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.408832, 3.325743, 3.186893, 2.938838, 2.614693",\
|
|
"3.513100, 3.430012, 3.291161, 3.043106, 2.718961",\
|
|
"3.676454, 3.593365, 3.454515, 3.206460, 2.882315",\
|
|
"3.965485, 3.882396, 3.743546, 3.495491, 3.171346",\
|
|
"4.424625, 4.341537, 4.202686, 3.954632, 3.630487");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.814639, -1.694812, -1.486420, -1.042371, -0.166131",\
|
|
"-1.915277, -1.795449, -1.587058, -1.143009, -0.266769",\
|
|
"-2.071889, -1.952062, -1.743671, -1.299621, -0.423382",\
|
|
"-2.360979, -2.241152, -2.032761, -1.588712, -0.712472",\
|
|
"-2.872016, -2.752189, -2.543797, -2.099748, -1.223508");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.923732, -2.803905, -2.595514, -2.151464, -1.275224",\
|
|
"-3.028001, -2.908174, -2.699782, -2.255733, -1.379493",\
|
|
"-3.191355, -3.071528, -2.863136, -2.419087, -1.542847",\
|
|
"-3.480386, -3.360559, -3.152167, -2.708118, -1.831878",\
|
|
"-3.939526, -3.819699, -3.611308, -3.167258, -2.291018");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[24] */
|
|
|
|
pin("mgmt_gpio_in[23]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005491 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.855466, 2.759509, 2.581445, 2.209891, 1.615334",\
|
|
"2.959779, 2.863823, 2.685759, 2.314204, 1.719647",\
|
|
"3.117750, 3.021794, 2.843730, 2.472175, 1.877618",\
|
|
"3.412050, 3.316093, 3.138029, 2.766474, 2.171917",\
|
|
"3.926653, 3.830697, 3.652633, 3.281078, 2.686521");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.400107, 6.304150, 6.126086, 5.754532, 5.159975",\
|
|
"6.505105, 6.409148, 6.231084, 5.859529, 5.264973",\
|
|
"6.698354, 6.602397, 6.424333, 6.052778, 5.458221",\
|
|
"7.091596, 6.995639, 6.817575, 6.446021, 5.851464",\
|
|
"7.753175, 7.657218, 7.479154, 7.107599, 6.513042");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.582738, -2.476501, -2.279373, -1.854110, -1.108242",\
|
|
"-2.687052, -2.580814, -2.383686, -1.958423, -1.212556",\
|
|
"-2.845023, -2.738786, -2.541658, -2.116395, -1.370527",\
|
|
"-3.139322, -3.033084, -2.835957, -2.410694, -1.664826",\
|
|
"-3.653926, -3.547688, -3.350560, -2.925297, -2.179430");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.261268, -5.155031, -4.957903, -4.532640, -3.786772",\
|
|
"-5.366266, -5.260029, -5.062901, -4.637638, -3.891770",\
|
|
"-5.559515, -5.453277, -5.256149, -4.830886, -4.085019",\
|
|
"-5.952757, -5.846519, -5.649392, -5.224129, -4.478261",\
|
|
"-6.614336, -6.508099, -6.310971, -5.885708, -5.139840");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[23]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.859157, 1.776069, 1.637218, 1.389163, 1.065018",\
|
|
"1.963470, 1.880382, 1.741531, 1.493477, 1.169332",\
|
|
"2.121441, 2.038353, 1.899502, 1.651448, 1.327303",\
|
|
"2.415740, 2.332652, 2.193801, 1.945747, 1.621602",\
|
|
"2.930344, 2.847256, 2.708405, 2.460351, 2.136205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.683757, 4.600669, 4.461819, 4.213764, 3.889619",\
|
|
"4.788755, 4.705667, 4.566816, 4.318762, 3.994617",\
|
|
"4.982004, 4.898916, 4.760065, 4.512011, 4.187866",\
|
|
"5.375247, 5.292159, 5.153308, 4.905253, 4.581108",\
|
|
"6.036826, 5.953738, 5.814887, 5.566833, 5.242687");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.522287, -1.402459, -1.194070, -0.750102, 0.125903",\
|
|
"-1.626600, -1.506773, -1.298383, -0.854415, 0.021590",\
|
|
"-1.784571, -1.664744, -1.456355, -1.012386, -0.136382",\
|
|
"-2.078870, -1.959043, -1.750654, -1.306685, -0.430681",\
|
|
"-2.593474, -2.473647, -2.265257, -1.821289, -0.945284");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.397519, -3.277692, -3.069303, -2.625334, -1.749329",\
|
|
"-3.502517, -3.382690, -3.174301, -2.730332, -1.854327",\
|
|
"-3.695765, -3.575938, -3.367549, -2.923580, -2.047576",\
|
|
"-4.089008, -3.969181, -3.760792, -3.316823, -2.440819",\
|
|
"-4.750587, -4.630760, -4.422371, -3.978402, -3.102398");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[23] */
|
|
|
|
pin("mgmt_gpio_in[22]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005375 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.998918, 2.902961, 2.724897, 2.353343, 1.758786",\
|
|
"3.100754, 3.004797, 2.826733, 2.455178, 1.860621",\
|
|
"3.285847, 3.189890, 3.011826, 2.640271, 2.045714",\
|
|
"3.643648, 3.547691, 3.369627, 2.998073, 2.403516",\
|
|
"4.288411, 4.192454, 4.014390, 3.642836, 3.048279");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.099027, 6.003070, 5.825006, 5.453452, 4.858895",\
|
|
"6.203707, 6.107750, 5.929686, 5.558131, 4.963574",\
|
|
"6.400062, 6.304105, 6.126041, 5.754486, 5.159929",\
|
|
"6.782350, 6.686393, 6.508329, 6.136775, 5.542218",\
|
|
"7.431364, 7.335407, 7.157343, 6.785789, 6.191231");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.662650, -2.556412, -2.359284, -1.934021, -1.188154",\
|
|
"-2.764486, -2.658248, -2.461120, -2.035857, -1.289989",\
|
|
"-2.949578, -2.843340, -2.646213, -2.220950, -1.475082",\
|
|
"-3.307379, -3.201141, -3.004014, -2.578751, -1.832883",\
|
|
"-3.952142, -3.845904, -3.648777, -3.223514, -2.477646");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.640758, -5.534521, -5.337393, -4.912130, -4.166262",\
|
|
"-5.745438, -5.639201, -5.442073, -5.016810, -4.270942",\
|
|
"-5.941793, -5.835556, -5.638428, -5.213165, -4.467297",\
|
|
"-6.324081, -6.217844, -6.020716, -5.595453, -4.849585",\
|
|
"-6.973094, -6.866857, -6.669729, -6.244466, -5.498599");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[22]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.993450, 1.910362, 1.771512, 1.523457, 1.199312",\
|
|
"2.095286, 2.012198, 1.873347, 1.625293, 1.301148",\
|
|
"2.280379, 2.197291, 2.058440, 1.810386, 1.486241",\
|
|
"2.638180, 2.555092, 2.416241, 2.168187, 1.844042",\
|
|
"3.282944, 3.199856, 3.061005, 2.812950, 2.488805");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.355276, 4.272188, 4.133337, 3.885282, 3.561137",\
|
|
"4.459956, 4.376868, 4.238017, 3.989962, 3.665817",\
|
|
"4.656311, 4.573223, 4.434372, 4.186317, 3.862172",\
|
|
"5.038599, 4.955512, 4.816661, 4.568606, 4.244461",\
|
|
"5.687612, 5.604524, 5.465673, 5.217619, 4.893474");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.618834, -1.499007, -1.290618, -0.846649, 0.029356",\
|
|
"-1.720670, -1.600843, -1.392454, -0.948485, -0.072480",\
|
|
"-1.905763, -1.785936, -1.577546, -1.133578, -0.257573",\
|
|
"-2.263564, -2.143737, -1.935348, -1.491379, -0.615374",\
|
|
"-2.908327, -2.788500, -2.580111, -2.136142, -1.260137");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.798462, -3.678635, -3.470245, -3.026277, -2.150272",\
|
|
"-3.903142, -3.783315, -3.574925, -3.130957, -2.254952",\
|
|
"-4.099497, -3.979670, -3.771280, -3.327312, -2.451307",\
|
|
"-4.481785, -4.361958, -4.153568, -3.709600, -2.833595",\
|
|
"-5.130798, -5.010971, -4.802582, -4.358613, -3.482608");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[22] */
|
|
|
|
pin("mgmt_gpio_in[21]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005425 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.426334, 2.330378, 2.152314, 1.780759, 1.186202",\
|
|
"2.527348, 2.431392, 2.253328, 1.881773, 1.287216",\
|
|
"2.682717, 2.586760, 2.408696, 2.037142, 1.442585",\
|
|
"2.971330, 2.875374, 2.697310, 2.325755, 1.731198",\
|
|
"3.487551, 3.391594, 3.213530, 2.841976, 2.247418");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.551418, 4.455462, 4.277398, 3.905843, 3.311286",\
|
|
"4.655792, 4.559835, 4.381772, 4.010217, 3.415660",\
|
|
"4.818658, 4.722701, 4.544638, 4.173083, 3.578526",\
|
|
"5.107591, 5.011634, 4.833570, 4.462016, 3.867458",\
|
|
"5.567317, 5.471360, 5.293297, 4.921742, 4.327185");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.210661, -2.104424, -1.907296, -1.482033, -0.736165",\
|
|
"-2.311675, -2.205438, -2.008310, -1.583047, -0.837179",\
|
|
"-2.467044, -2.360806, -2.163678, -1.738415, -0.992548",\
|
|
"-2.755657, -2.649420, -2.452292, -2.027029, -1.281161",\
|
|
"-3.271878, -3.165640, -2.968512, -2.543249, -1.797382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.355698, -4.249460, -4.052333, -3.627070, -2.881202",\
|
|
"-4.460072, -4.353834, -4.156707, -3.731444, -2.985576",\
|
|
"-4.622939, -4.516701, -4.319573, -3.894310, -3.148443",\
|
|
"-4.911871, -4.805634, -4.608506, -4.183243, -3.437375",\
|
|
"-5.371599, -5.265361, -5.068233, -4.642970, -3.897103");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[21]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.381312, 1.298224, 1.159373, 0.911319, 0.587174",\
|
|
"1.482326, 1.399238, 1.260387, 1.012333, 0.688187",\
|
|
"1.637695, 1.554607, 1.415756, 1.167701, 0.843556",\
|
|
"1.926308, 1.843220, 1.704369, 1.456315, 1.132170",\
|
|
"2.442528, 2.359440, 2.220590, 1.972535, 1.648390");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.775607, 2.692519, 2.553668, 2.305613, 1.981468",\
|
|
"2.879980, 2.796892, 2.658041, 2.409987, 2.085842",\
|
|
"3.042847, 2.959759, 2.820908, 2.572853, 2.248708",\
|
|
"3.331779, 3.248691, 3.109840, 2.861786, 2.537641",\
|
|
"3.791506, 3.708418, 3.569567, 3.321513, 2.997368");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.174090, -1.054263, -0.845874, -0.401905, 0.474100",\
|
|
"-1.275104, -1.155277, -0.946888, -0.502919, 0.373085",\
|
|
"-1.430473, -1.310646, -1.102256, -0.658288, 0.217717",\
|
|
"-1.719086, -1.599259, -1.390870, -0.946901, -0.070897",\
|
|
"-2.235307, -2.115479, -1.907090, -1.463122, -0.587117");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.517267, -2.397440, -2.189051, -1.745082, -0.869077",\
|
|
"-2.621641, -2.501814, -2.293425, -1.849456, -0.973451",\
|
|
"-2.784508, -2.664680, -2.456291, -2.012323, -1.136318",\
|
|
"-3.073440, -2.953613, -2.745224, -2.301255, -1.425250",\
|
|
"-3.533168, -3.413340, -3.204951, -2.760983, -1.884978");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[21] */
|
|
|
|
pin("mgmt_gpio_in[20]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004711 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.837817, 1.741861, 1.563796, 1.192227, 0.597422",\
|
|
"1.942416, 1.846460, 1.668394, 1.296826, 0.702021",\
|
|
"2.099877, 2.003921, 1.825855, 1.454287, 0.859482",\
|
|
"2.393237, 2.297281, 2.119216, 1.747647, 1.152842",\
|
|
"2.907888, 2.811932, 2.633867, 2.262298, 1.667494");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.580521, 4.484564, 4.306499, 3.934931, 3.340126",\
|
|
"4.685527, 4.589571, 4.411506, 4.039937, 3.445133",\
|
|
"4.878436, 4.782479, 4.604414, 4.232845, 3.638041",\
|
|
"5.274858, 5.178902, 5.000836, 4.629268, 4.034463",\
|
|
"5.944548, 5.848591, 5.670527, 5.298958, 4.704153");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[20]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.530434, -1.424196, -1.227067, -0.801790, -0.055675",\
|
|
"-1.635032, -1.528795, -1.331666, -0.906389, -0.160274",\
|
|
"-1.792493, -1.686256, -1.489127, -1.063850, -0.317735",\
|
|
"-2.085854, -1.979616, -1.782487, -1.357210, -0.611095",\
|
|
"-2.600504, -2.494267, -2.297138, -1.871861, -1.125746");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.884485, -3.778247, -3.581118, -3.155841, -2.409726",\
|
|
"-3.989491, -3.883254, -3.686125, -3.260848, -2.514733",\
|
|
"-4.182400, -4.076162, -3.879033, -3.453756, -2.707641",\
|
|
"-4.578823, -4.472586, -4.275456, -3.850180, -3.104064",\
|
|
"-5.248512, -5.142275, -4.945146, -4.519869, -3.773754");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[20]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.632329, 1.549241, 1.410390, 1.162331, 0.838252",\
|
|
"1.736928, 1.653840, 1.514989, 1.266929, 0.942851",\
|
|
"1.894389, 1.811301, 1.672450, 1.424390, 1.100312",\
|
|
"2.187749, 2.104661, 1.965810, 1.717751, 1.393672",\
|
|
"2.702400, 2.619312, 2.480462, 2.232402, 1.908323");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.635175, 3.552087, 3.413237, 3.165177, 2.841098",\
|
|
"3.740182, 3.657094, 3.518243, 3.270184, 2.946105",\
|
|
"3.933090, 3.850002, 3.711152, 3.463092, 3.139013",\
|
|
"4.329513, 4.246425, 4.107574, 3.859514, 3.535436",\
|
|
"4.999202, 4.916114, 4.777264, 4.529204, 4.205125");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.346870, -1.227043, -1.018653, -0.574685, 0.301320",\
|
|
"-1.451468, -1.331641, -1.123252, -0.679283, 0.196722",\
|
|
"-1.608930, -1.489102, -1.280713, -0.836744, 0.039260",\
|
|
"-1.902290, -1.782462, -1.574073, -1.130105, -0.254100",\
|
|
"-2.416941, -2.297114, -2.088725, -1.644756, -0.768751");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.883520, -2.763692, -2.555303, -2.111334, -1.235330",\
|
|
"-2.988526, -2.868699, -2.660310, -2.216341, -1.340336",\
|
|
"-3.181435, -3.061607, -2.853218, -2.409250, -1.533245",\
|
|
"-3.577857, -3.458030, -3.249640, -2.805672, -1.929667",\
|
|
"-4.247546, -4.127719, -3.919330, -3.475361, -2.599356");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[20] */
|
|
|
|
pin("mgmt_gpio_in[19]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003908 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.750979, 2.655023, 2.476959, 2.105404, 1.510847",\
|
|
"2.855163, 2.759207, 2.581143, 2.209588, 1.615031",\
|
|
"3.013449, 2.917493, 2.739429, 2.367874, 1.773317",\
|
|
"3.308428, 3.212471, 3.034408, 2.662853, 2.068296",\
|
|
"3.823545, 3.727589, 3.549525, 3.177970, 2.583413");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.547561, 5.451604, 5.273540, 4.901986, 4.307429",\
|
|
"5.652575, 5.556618, 5.378554, 5.007000, 4.412443",\
|
|
"5.846083, 5.750126, 5.572062, 5.200507, 4.605950",\
|
|
"6.239430, 6.143473, 5.965409, 5.593855, 4.999298",\
|
|
"6.898803, 6.802846, 6.624782, 6.253227, 5.658670");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.560807, -2.454570, -2.257442, -1.832179, -1.086311",\
|
|
"-2.664991, -2.558753, -2.361626, -1.936363, -1.190495",\
|
|
"-2.823277, -2.717039, -2.519912, -2.094649, -1.348781",\
|
|
"-3.118256, -3.012018, -2.814890, -2.389627, -1.643759",\
|
|
"-3.633372, -3.527135, -3.330007, -2.904744, -2.158876");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.228551, -5.122314, -4.925186, -4.499923, -3.754056",\
|
|
"-5.333565, -5.227328, -5.030200, -4.604937, -3.859069",\
|
|
"-5.527073, -5.420835, -5.223708, -4.798445, -4.052577",\
|
|
"-5.920420, -5.814182, -5.617054, -5.191792, -4.445924",\
|
|
"-6.579792, -6.473554, -6.276426, -5.851163, -5.105296");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[19]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.680502, 1.597414, 1.458563, 1.210508, 0.886363",\
|
|
"1.784685, 1.701597, 1.562747, 1.314692, 0.990547",\
|
|
"1.942971, 1.859883, 1.721032, 1.472978, 1.148833",\
|
|
"2.237950, 2.154862, 2.016011, 1.767956, 1.443811",\
|
|
"2.753067, 2.669979, 2.531128, 2.283073, 1.958928");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.760705, 3.677617, 3.538766, 3.290712, 2.966567",\
|
|
"3.865719, 3.782631, 3.643780, 3.395725, 3.071580",\
|
|
"4.059227, 3.976139, 3.837288, 3.589234, 3.265089",\
|
|
"4.452574, 4.369486, 4.230635, 3.982580, 3.658435",\
|
|
"5.111947, 5.028859, 4.890008, 4.641953, 4.317808");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.474723, -1.354895, -1.146506, -0.702538, 0.173467",\
|
|
"-1.578906, -1.459079, -1.250690, -0.806721, 0.069283",\
|
|
"-1.737192, -1.617365, -1.408976, -0.965007, -0.089002",\
|
|
"-2.032171, -1.912344, -1.703954, -1.259986, -0.383981",\
|
|
"-2.547287, -2.427460, -2.219071, -1.775102, -0.899098");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.344886, -3.225059, -3.016669, -2.572701, -1.696696",\
|
|
"-3.449900, -3.330072, -3.121683, -2.677715, -1.801710",\
|
|
"-3.643407, -3.523580, -3.315191, -2.871222, -1.995218",\
|
|
"-4.036754, -3.916927, -3.708538, -3.264569, -2.388564",\
|
|
"-4.696126, -4.576299, -4.367910, -3.923941, -3.047937");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[19] */
|
|
|
|
pin("mgmt_gpio_in[18]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006044 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.196737, 2.100780, 1.922716, 1.551162, 0.956604",\
|
|
"2.298533, 2.202576, 2.024512, 1.652958, 1.058401",\
|
|
"2.477952, 2.381995, 2.203932, 1.832377, 1.237820",\
|
|
"2.834512, 2.738556, 2.560492, 2.188937, 1.594380",\
|
|
"3.471819, 3.375862, 3.197798, 2.826244, 2.231687");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.709434, 4.613477, 4.435413, 4.063858, 3.469301",\
|
|
"4.814065, 4.718109, 4.540045, 4.168490, 3.573933",\
|
|
"5.004318, 4.908361, 4.730298, 4.358743, 3.764186",\
|
|
"5.386124, 5.290167, 5.112103, 4.740548, 4.145991",\
|
|
"6.031081, 5.935124, 5.757061, 5.385506, 4.790949");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[18]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.786182, -1.679945, -1.482817, -1.057554, -0.311686",\
|
|
"-1.887979, -1.781741, -1.584613, -1.159350, -0.413482",\
|
|
"-2.067398, -1.961160, -1.764032, -1.338769, -0.592901",\
|
|
"-2.423958, -2.317720, -2.120592, -1.695329, -0.949461",\
|
|
"-3.061265, -2.955027, -2.757899, -2.332636, -1.586768");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.134108, -4.027870, -3.830742, -3.405479, -2.659612",\
|
|
"-4.238739, -4.132502, -3.935374, -3.510111, -2.764244",\
|
|
"-4.428992, -4.322755, -4.125627, -3.700364, -2.954496",\
|
|
"-4.810798, -4.704560, -4.507432, -4.082170, -3.336302",\
|
|
"-5.455755, -5.349518, -5.152390, -4.727127, -3.981259");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[18]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.078063, 1.994975, 1.856124, 1.608070, 1.283925",\
|
|
"2.179859, 2.096771, 1.957920, 1.709866, 1.385721",\
|
|
"2.359279, 2.276191, 2.137340, 1.889285, 1.565140",\
|
|
"2.715839, 2.632751, 2.493900, 2.245846, 1.921700",\
|
|
"3.353146, 3.270057, 3.131207, 2.883152, 2.559007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.876790, 3.793701, 3.654850, 3.406796, 3.082651",\
|
|
"3.981421, 3.898333, 3.759482, 3.511427, 3.187282",\
|
|
"4.171674, 4.088586, 3.949735, 3.701681, 3.377536",\
|
|
"4.553480, 4.470391, 4.331541, 4.083486, 3.759341",\
|
|
"5.198437, 5.115349, 4.976498, 4.728444, 4.404299");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.530530, -1.410703, -1.202311, -0.758248, 0.118033",\
|
|
"-1.632326, -1.512499, -1.304107, -0.860044, 0.016237",\
|
|
"-1.811745, -1.691918, -1.483526, -1.039463, -0.163182",\
|
|
"-2.168305, -2.048478, -1.840086, -1.396023, -0.519742",\
|
|
"-2.805612, -2.685785, -2.477393, -2.033330, -1.157049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.077695, -2.957867, -2.749475, -2.305412, -1.429132",\
|
|
"-3.182327, -3.062500, -2.854108, -2.410044, -1.533764",\
|
|
"-3.372580, -3.252753, -3.044361, -2.600297, -1.724017",\
|
|
"-3.754385, -3.634558, -3.426166, -2.982103, -2.105822",\
|
|
"-4.399343, -4.279516, -4.071124, -3.627061, -2.750780");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[18] */
|
|
|
|
pin("mgmt_gpio_in[17]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004071 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.080802, 2.984845, 2.806781, 2.435226, 1.840669",\
|
|
"3.185195, 3.089239, 2.911175, 2.539620, 1.945063",\
|
|
"3.343075, 3.247118, 3.069055, 2.697500, 2.102943",\
|
|
"3.637496, 3.541540, 3.363476, 2.991921, 2.397364",\
|
|
"4.153308, 4.057352, 3.879288, 3.507733, 2.913176");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.919546, 4.823590, 4.645526, 4.273971, 3.679414",\
|
|
"5.024561, 4.928605, 4.750541, 4.378986, 3.784429",\
|
|
"5.217652, 5.121696, 4.943632, 4.572077, 3.977520",\
|
|
"5.611497, 5.515541, 5.337477, 4.965922, 4.371365",\
|
|
"6.274698, 6.178742, 6.000678, 5.629123, 5.034566");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.806877, -2.700639, -2.503511, -2.078249, -1.332381",\
|
|
"-2.911270, -2.805033, -2.607905, -2.182642, -1.436774",\
|
|
"-3.069151, -2.962913, -2.765785, -2.340522, -1.594655",\
|
|
"-3.363572, -3.257334, -3.060206, -2.634943, -1.889076",\
|
|
"-3.879384, -3.773146, -3.576018, -3.150755, -2.404887");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.625526, -4.519289, -4.322161, -3.896898, -3.151030",\
|
|
"-4.730542, -4.624304, -4.427176, -4.001913, -3.256046",\
|
|
"-4.923633, -4.817395, -4.620268, -4.195004, -3.449137",\
|
|
"-5.317477, -5.211240, -5.014112, -4.588849, -3.842981",\
|
|
"-5.980680, -5.874442, -5.677314, -5.252051, -4.506184");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[17]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.110388, 2.027300, 1.888449, 1.640395, 1.316249",\
|
|
"2.214781, 2.131693, 1.992843, 1.744788, 1.420643",\
|
|
"2.372662, 2.289574, 2.150723, 1.902668, 1.578523",\
|
|
"2.667083, 2.583995, 2.445144, 2.197090, 1.872944",\
|
|
"3.182895, 3.099807, 2.960956, 2.712901, 2.388756");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.228312, 3.145223, 3.006372, 2.758318, 2.434173",\
|
|
"3.333326, 3.250238, 3.111387, 2.863333, 2.539188",\
|
|
"3.526418, 3.443330, 3.304479, 3.056425, 2.732280",\
|
|
"3.920263, 3.837175, 3.698324, 3.450269, 3.126124",\
|
|
"4.583464, 4.500376, 4.361525, 4.113471, 3.789325");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.701258, -1.581431, -1.373039, -0.928975, -0.052695",\
|
|
"-1.805651, -1.685824, -1.477432, -1.033369, -0.157089",\
|
|
"-1.963532, -1.843705, -1.635313, -1.191249, -0.314969",\
|
|
"-2.257953, -2.138126, -1.929734, -1.485671, -0.609390",\
|
|
"-2.773765, -2.653938, -2.445546, -2.001482, -1.125202");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.712547, -2.592720, -2.384327, -1.940264, -1.063984",\
|
|
"-2.817561, -2.697734, -2.489342, -2.045279, -1.168998",\
|
|
"-3.010653, -2.890826, -2.682434, -2.238370, -1.362090",\
|
|
"-3.404498, -3.284671, -3.076279, -2.632215, -1.755935",\
|
|
"-4.067699, -3.947872, -3.739480, -3.295417, -2.419136");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[17] */
|
|
|
|
pin("mgmt_gpio_in[16]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004413 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.128246, 2.032290, 1.854226, 1.482671, 0.888114",\
|
|
"2.229152, 2.133196, 1.955132, 1.583577, 0.989020",\
|
|
"2.384971, 2.289015, 2.110951, 1.739396, 1.144839",\
|
|
"2.673818, 2.577862, 2.399798, 2.028243, 1.433686",\
|
|
"3.189651, 3.093695, 2.915631, 2.544076, 1.949519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.445668, 3.349712, 3.171648, 2.800093, 2.205536",\
|
|
"3.550029, 3.454072, 3.276008, 2.904454, 2.309896",\
|
|
"3.713123, 3.617167, 3.439103, 3.067548, 2.472991",\
|
|
"4.002369, 3.906413, 3.728349, 3.356794, 2.762237",\
|
|
"4.462636, 4.366679, 4.188615, 3.817061, 3.222504");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[16]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.941487, -1.835249, -1.638122, -1.212859, -0.466991",\
|
|
"-2.042393, -1.936156, -1.739028, -1.313765, -0.567897",\
|
|
"-2.198212, -2.091975, -1.894847, -1.469584, -0.723716",\
|
|
"-2.487060, -2.380822, -2.183694, -1.758431, -1.012563",\
|
|
"-3.002892, -2.896655, -2.699527, -2.274264, -1.528396");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.089041, -2.982803, -2.785676, -2.360413, -1.614545",\
|
|
"-3.193402, -3.087164, -2.890036, -2.464773, -1.718905",\
|
|
"-3.356496, -3.250258, -3.053131, -2.627868, -1.882000",\
|
|
"-3.645742, -3.539505, -3.342377, -2.917114, -2.171246",\
|
|
"-4.106009, -3.999771, -3.802643, -3.377380, -2.631512");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[16]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.201209, 2.118121, 1.979270, 1.731216, 1.407070",\
|
|
"2.302115, 2.219027, 2.080176, 1.832122, 1.507977",\
|
|
"2.457934, 2.374846, 2.235995, 1.987941, 1.663795",\
|
|
"2.746781, 2.663693, 2.524842, 2.276788, 1.952642",\
|
|
"3.262614, 3.179526, 3.040675, 2.792621, 2.468476");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.552980, 3.469892, 3.331041, 3.082987, 2.758842",\
|
|
"3.657341, 3.574253, 3.435402, 3.187347, 2.863202",\
|
|
"3.820436, 3.737347, 3.598496, 3.350442, 3.026297",\
|
|
"4.109682, 4.026593, 3.887743, 3.639688, 3.315543",\
|
|
"4.569949, 4.486860, 4.348010, 4.099955, 3.775810");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.963688, -1.843861, -1.635469, -1.191420, -0.315180",\
|
|
"-2.064594, -1.944767, -1.736375, -1.292326, -0.416086",\
|
|
"-2.220413, -2.100586, -1.892195, -1.448145, -0.571905",\
|
|
"-2.509260, -2.389433, -2.181042, -1.736992, -0.860753",\
|
|
"-3.025093, -2.905266, -2.696875, -2.252825, -1.376585");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.067881, -2.948054, -2.739662, -2.295613, -1.419373",\
|
|
"-3.172242, -3.052415, -2.844023, -2.399974, -1.523734",\
|
|
"-3.335337, -3.215510, -3.007118, -2.563069, -1.686829",\
|
|
"-3.624583, -3.504756, -3.296364, -2.852315, -1.976075",\
|
|
"-4.084849, -3.965022, -3.756631, -3.312582, -2.436342");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[16] */
|
|
|
|
pin("mgmt_gpio_in[15]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005226 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.969882, 2.873926, 2.695862, 2.324307, 1.729750",\
|
|
"3.071719, 2.975762, 2.797698, 2.426144, 1.831586",\
|
|
"3.257633, 3.161676, 2.983613, 2.612058, 2.017501",\
|
|
"3.615415, 3.519458, 3.341394, 2.969839, 2.375282",\
|
|
"4.257641, 4.161684, 3.983620, 3.612066, 3.017509");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.595268, 6.499311, 6.321248, 5.949693, 5.355136",\
|
|
"6.699931, 6.603974, 6.425910, 6.054356, 5.459799",\
|
|
"6.897287, 6.801331, 6.623267, 6.251712, 5.657155",\
|
|
"7.278728, 7.182771, 7.004707, 6.633152, 6.038595",\
|
|
"7.923730, 7.827773, 7.649709, 7.278154, 6.683598");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[15]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.771492, -2.665255, -2.468127, -2.042864, -1.296996",\
|
|
"-2.873329, -2.767091, -2.569963, -2.144700, -1.398833",\
|
|
"-3.059243, -2.953005, -2.755877, -2.330614, -1.584747",\
|
|
"-3.417024, -3.310787, -3.113659, -2.688396, -1.942528",\
|
|
"-4.059250, -3.953013, -3.755885, -3.330622, -2.584754");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.717614, -5.611376, -5.414248, -4.988986, -4.243118",\
|
|
"-5.822277, -5.716039, -5.518911, -5.093648, -4.347781",\
|
|
"-6.019634, -5.913397, -5.716269, -5.291006, -4.545138",\
|
|
"-6.401074, -6.294837, -6.097709, -5.672446, -4.926578",\
|
|
"-7.046078, -6.939840, -6.742712, -6.317450, -5.571582");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[15]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.973574, 1.890486, 1.751635, 1.503580, 1.179435",\
|
|
"2.075410, 1.992322, 1.853471, 1.605417, 1.281271",\
|
|
"2.261324, 2.178236, 2.039385, 1.791331, 1.467185",\
|
|
"2.619105, 2.536017, 2.397166, 2.149112, 1.824967",\
|
|
"3.261332, 3.178244, 3.039393, 2.791338, 2.467193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.878914, 4.795826, 4.656975, 4.408920, 4.084775",\
|
|
"4.983577, 4.900489, 4.761638, 4.513583, 4.189438",\
|
|
"5.180933, 5.097846, 4.958995, 4.710940, 4.386795",\
|
|
"5.562374, 5.479286, 5.340435, 5.092381, 4.768235",\
|
|
"6.207377, 6.124289, 5.985438, 5.737384, 5.413239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.711041, -1.591214, -1.382825, -0.938856, -0.062851",\
|
|
"-1.812877, -1.693050, -1.484661, -1.040692, -0.164688",\
|
|
"-1.998791, -1.878964, -1.670575, -1.226606, -0.350602",\
|
|
"-2.356573, -2.236746, -2.028356, -1.584388, -0.708383",\
|
|
"-2.998799, -2.878972, -2.670582, -2.226614, -1.350609");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.853860, -3.734033, -3.525644, -3.081675, -2.205671",\
|
|
"-3.958523, -3.838696, -3.630307, -3.186338, -2.310333",\
|
|
"-4.155881, -4.036054, -3.827664, -3.383696, -2.507691",\
|
|
"-4.537321, -4.417493, -4.209104, -3.765136, -2.889131",\
|
|
"-5.182324, -5.062497, -4.854108, -4.410139, -3.534135");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[15] */
|
|
|
|
pin("mgmt_gpio_in[14]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006321 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.943743, 2.847786, 2.669722, 2.298167, 1.703610",\
|
|
"3.044409, 2.948453, 2.770389, 2.398834, 1.804277",\
|
|
"3.201409, 3.105453, 2.927389, 2.555834, 1.961277",\
|
|
"3.491591, 3.395635, 3.217571, 2.846016, 2.251459",\
|
|
"4.007117, 3.911160, 3.733097, 3.361542, 2.766985");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.539809, 5.443852, 5.265789, 4.894234, 4.299677",\
|
|
"5.644118, 5.548162, 5.370098, 4.998543, 4.403986",\
|
|
"5.807429, 5.711473, 5.533409, 5.161854, 4.567297",\
|
|
"6.096330, 6.000373, 5.822309, 5.450754, 4.856197",\
|
|
"6.554365, 6.458408, 6.280344, 5.908790, 5.314233");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[14]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.424108, -2.317870, -2.120742, -1.695479, -0.949611",\
|
|
"-2.524775, -2.418537, -2.221409, -1.796146, -1.050278",\
|
|
"-2.681774, -2.575537, -2.378409, -1.953146, -1.207278",\
|
|
"-2.971957, -2.865719, -2.668591, -2.243328, -1.497461",\
|
|
"-3.487483, -3.381245, -3.184117, -2.758854, -2.012987");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.920842, -4.814604, -4.617476, -4.192214, -3.446346",\
|
|
"-5.025152, -4.918914, -4.721786, -4.296524, -3.550656",\
|
|
"-5.188463, -5.082225, -4.885098, -4.459835, -3.713967",\
|
|
"-5.477363, -5.371126, -5.173998, -4.748735, -4.002867",\
|
|
"-5.935399, -5.829161, -5.632033, -5.206770, -4.460903");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[14]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.938167, 1.855079, 1.716228, 1.468173, 1.144028",\
|
|
"2.038833, 1.955745, 1.816895, 1.568840, 1.244695",\
|
|
"2.195833, 2.112745, 1.973894, 1.725840, 1.401695",\
|
|
"2.486016, 2.402927, 2.264077, 2.016022, 1.691877",\
|
|
"3.001542, 2.918454, 2.779603, 2.531548, 2.207403");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.796099, 3.713011, 3.574160, 3.326105, 3.001960",\
|
|
"3.900408, 3.817320, 3.678469, 3.430415, 3.106270",\
|
|
"4.063719, 3.980631, 3.841780, 3.593726, 3.269581",\
|
|
"4.352620, 4.269532, 4.130681, 3.882626, 3.558481",\
|
|
"4.810655, 4.727567, 4.588717, 4.340662, 4.016517");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.379803, -1.259975, -1.051586, -0.607618, 0.268387",\
|
|
"-1.480470, -1.360642, -1.152253, -0.708285, 0.167720",\
|
|
"-1.637470, -1.517642, -1.309253, -0.865284, 0.010720",\
|
|
"-1.927652, -1.807825, -1.599435, -1.155467, -0.279462",\
|
|
"-2.443178, -2.323351, -2.114962, -1.670993, -0.794988");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.078575, -2.958747, -2.750358, -2.306390, -1.430385",\
|
|
"-3.182884, -3.063057, -2.854668, -2.410699, -1.534694",\
|
|
"-3.346195, -3.226367, -3.017978, -2.574010, -1.698005",\
|
|
"-3.635095, -3.515268, -3.306879, -2.862910, -1.986905",\
|
|
"-4.093131, -3.973304, -3.764915, -3.320946, -2.444941");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[14] */
|
|
|
|
pin("mgmt_gpio_in[13]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004259 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.522718, 2.426761, 2.248697, 1.877143, 1.282586",\
|
|
"2.625176, 2.529220, 2.351156, 1.979601, 1.385044",\
|
|
"2.760310, 2.664353, 2.486290, 2.114735, 1.520178",\
|
|
"2.997245, 2.901288, 2.723224, 2.351670, 1.757113",\
|
|
"3.394248, 3.298291, 3.120227, 2.748672, 2.154115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.430299, 5.334342, 5.156279, 4.784724, 4.190166",\
|
|
"5.533209, 5.437253, 5.259189, 4.887634, 4.293077",\
|
|
"5.733943, 5.637986, 5.459922, 5.088367, 4.493810",\
|
|
"6.159093, 6.063137, 5.885073, 5.513518, 4.918961",\
|
|
"6.904367, 6.808411, 6.630347, 6.258792, 5.664235");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.360406, -2.254169, -2.057041, -1.631778, -0.885910",\
|
|
"-2.462865, -2.356627, -2.159499, -1.734236, -0.988369",\
|
|
"-2.597998, -2.491760, -2.294633, -1.869370, -1.123502",\
|
|
"-2.834933, -2.728695, -2.531568, -2.106305, -1.360437",\
|
|
"-3.231936, -3.125698, -2.928571, -2.503308, -1.757440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.783158, -4.676920, -4.479793, -4.054530, -3.308662",\
|
|
"-4.886069, -4.779831, -4.582704, -4.157440, -3.411573",\
|
|
"-5.086802, -4.980565, -4.783437, -4.358174, -3.612306",\
|
|
"-5.511953, -5.405715, -5.208588, -4.783325, -4.037457",\
|
|
"-6.257227, -6.150989, -5.953861, -5.528599, -4.782731");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[13]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.477630, 1.394542, 1.255691, 1.007636, 0.683491",\
|
|
"1.580088, 1.497000, 1.358149, 1.110095, 0.785950",\
|
|
"1.715222, 1.632134, 1.493283, 1.245228, 0.921083",\
|
|
"1.952157, 1.869069, 1.730218, 1.482163, 1.158018",\
|
|
"2.349159, 2.266071, 2.127221, 1.879166, 1.555021");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.653625, 3.570537, 3.431686, 3.183631, 2.859486",\
|
|
"3.756535, 3.673447, 3.534596, 3.286542, 2.962397",\
|
|
"3.957268, 3.874180, 3.735329, 3.487275, 3.163130",\
|
|
"4.382419, 4.299331, 4.160480, 3.912426, 3.588281",\
|
|
"5.127693, 5.044605, 4.905754, 4.657700, 4.333555");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.323723, -1.203896, -0.995507, -0.551538, 0.324467",\
|
|
"-1.426182, -1.306355, -1.097965, -0.653997, 0.222008",\
|
|
"-1.561315, -1.441488, -1.233099, -0.789130, 0.086874",\
|
|
"-1.798250, -1.678423, -1.470034, -1.026065, -0.150061",\
|
|
"-2.195253, -2.075426, -1.867037, -1.423068, -0.547063");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.944417, -2.824590, -2.616201, -2.172233, -1.296228",\
|
|
"-3.047328, -2.927501, -2.719111, -2.275143, -1.399138",\
|
|
"-3.248061, -3.128234, -2.919844, -2.475876, -1.599871",\
|
|
"-3.673212, -3.553385, -3.344995, -2.901027, -2.025022",\
|
|
"-4.418486, -4.298659, -4.090269, -3.646301, -2.770296");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[13] */
|
|
|
|
pin("mgmt_gpio_in[12]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008157 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.857753, 1.761797, 1.583732, 1.212163, 0.617359",\
|
|
"1.959309, 1.863353, 1.685288, 1.313719, 0.718914",\
|
|
"2.131258, 2.035301, 1.857236, 1.485667, 0.890863",\
|
|
"2.464526, 2.368570, 2.190505, 1.818936, 1.224131",\
|
|
"3.069859, 2.973903, 2.795838, 2.424269, 1.829464");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.682220, 4.586263, 4.408198, 4.036630, 3.441825",\
|
|
"4.788774, 4.692818, 4.514753, 4.143185, 3.548380",\
|
|
"4.980724, 4.884768, 4.706702, 4.335134, 3.740329",\
|
|
"5.380973, 5.285017, 5.106952, 4.735383, 4.140579",\
|
|
"6.099648, 6.003692, 5.825627, 5.454059, 4.859254");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[12]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.590134, -1.483896, -1.286767, -0.861490, -0.115375",\
|
|
"-1.691689, -1.585452, -1.388323, -0.963046, -0.216930",\
|
|
"-1.863348, -1.757111, -1.559982, -1.134705, -0.388590",\
|
|
"-2.196906, -2.090669, -1.893540, -1.468263, -0.722147",\
|
|
"-2.802239, -2.696002, -2.498873, -2.073596, -1.327481");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.010345, -3.904108, -3.706979, -3.281702, -2.535587",\
|
|
"-4.116900, -4.010663, -3.813534, -3.388257, -2.642142",\
|
|
"-4.309596, -4.203358, -4.006229, -3.580952, -2.834837",\
|
|
"-4.710447, -4.604209, -4.407081, -3.981803, -3.235688",\
|
|
"-5.429121, -5.322884, -5.125755, -4.700478, -3.954363");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[12]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.652266, 1.569177, 1.430327, 1.182267, 0.858188",\
|
|
"1.753821, 1.670733, 1.531883, 1.283823, 0.959744",\
|
|
"1.925770, 1.842682, 1.703831, 1.455771, 1.131693",\
|
|
"2.259038, 2.175950, 2.037099, 1.789040, 1.464961",\
|
|
"2.864371, 2.781283, 2.642432, 2.394373, 2.070294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.736874, 3.653786, 3.514935, 3.266875, 2.942797",\
|
|
"3.843429, 3.760341, 3.621490, 3.373430, 3.049352",\
|
|
"4.035378, 3.952290, 3.813439, 3.565380, 3.241301",\
|
|
"4.435628, 4.352540, 4.213689, 3.965630, 3.641551",\
|
|
"5.154303, 5.071215, 4.932364, 4.684305, 4.360226");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.406570, -1.286743, -1.078353, -0.634385, 0.241620",\
|
|
"-1.508126, -1.388298, -1.179909, -0.735941, 0.140064",\
|
|
"-1.679785, -1.559958, -1.351569, -0.907600, -0.031595",\
|
|
"-2.013342, -1.893515, -1.685126, -1.241157, -0.365152",\
|
|
"-2.618676, -2.498848, -2.290459, -1.846491, -0.970486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.009380, -2.889553, -2.681163, -2.237195, -1.361190",\
|
|
"-3.115935, -2.996108, -2.787718, -2.343750, -1.467745",\
|
|
"-3.308629, -3.188802, -2.980412, -2.536444, -1.660439",\
|
|
"-3.709480, -3.589653, -3.381264, -2.937295, -2.061291",\
|
|
"-4.428155, -4.308328, -4.099939, -3.655971, -2.779966");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[12] */
|
|
|
|
pin("mgmt_gpio_in[11]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004883 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.400183, 3.304226, 3.126163, 2.754608, 2.160051",\
|
|
"3.505498, 3.409542, 3.231478, 2.859923, 2.265366",\
|
|
"3.667870, 3.571913, 3.393849, 3.022295, 2.427738",\
|
|
"3.981968, 3.886012, 3.707948, 3.336393, 2.741836",\
|
|
"4.518885, 4.422928, 4.244864, 3.873310, 3.278753");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.861205, 5.765248, 5.587184, 5.215630, 4.621073",\
|
|
"5.965376, 5.869420, 5.691356, 5.319801, 4.725244",\
|
|
"6.157740, 6.061783, 5.883719, 5.512165, 4.917608",\
|
|
"6.568968, 6.473011, 6.294947, 5.923392, 5.328835",\
|
|
"7.263535, 7.167578, 6.989514, 6.617959, 6.023402");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.106316, -3.000078, -2.802950, -2.377687, -1.631820",\
|
|
"-3.211631, -3.105393, -2.908266, -2.483003, -1.737135",\
|
|
"-3.374003, -3.267766, -3.070638, -2.645375, -1.899507",\
|
|
"-3.688101, -3.581864, -3.384736, -2.959473, -2.213605",\
|
|
"-4.225018, -4.118781, -3.921653, -3.496390, -2.750522");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.474724, -5.368487, -5.171359, -4.746096, -4.000228",\
|
|
"-5.578895, -5.472658, -5.275530, -4.850267, -4.104399",\
|
|
"-5.771259, -5.665021, -5.467894, -5.042631, -4.296763",\
|
|
"-6.182487, -6.076249, -5.879121, -5.453858, -4.707991",\
|
|
"-6.877054, -6.770817, -6.573689, -6.148426, -5.402558");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.330017, 2.246929, 2.108078, 1.860023, 1.535878",\
|
|
"2.435332, 2.352244, 2.213393, 1.965338, 1.641193",\
|
|
"2.597703, 2.514616, 2.375765, 2.127710, 1.803565",\
|
|
"2.911802, 2.828714, 2.689863, 2.441808, 2.117663",\
|
|
"3.448719, 3.365631, 3.226780, 2.978726, 2.654581");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.074334, 3.991246, 3.852395, 3.604340, 3.280195",\
|
|
"4.178505, 4.095417, 3.956566, 3.708512, 3.384367",\
|
|
"4.370869, 4.287781, 4.148930, 3.900875, 3.576730",\
|
|
"4.782096, 4.699008, 4.560158, 4.312103, 3.987958",\
|
|
"5.476663, 5.393575, 5.254725, 5.006670, 4.682525");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.020708, -1.900881, -1.692491, -1.248523, -0.372518",\
|
|
"-2.126023, -2.006196, -1.797806, -1.353838, -0.477833",\
|
|
"-2.288395, -2.168567, -1.960178, -1.516210, -0.640205",\
|
|
"-2.602493, -2.482666, -2.274276, -1.830308, -0.954303",\
|
|
"-3.139410, -3.019583, -2.811194, -2.367225, -1.491220");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.591047, -3.471220, -3.262830, -2.818862, -1.942857",\
|
|
"-3.695218, -3.575391, -3.367002, -2.923033, -2.047028",\
|
|
"-3.887582, -3.767755, -3.559365, -3.115397, -2.239392",\
|
|
"-4.298809, -4.178982, -3.970592, -3.526624, -2.650619",\
|
|
"-4.993377, -4.873549, -4.665160, -4.221191, -3.345187");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[11] */
|
|
|
|
pin("mgmt_gpio_in[10]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005017 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.335477, 2.239521, 2.061457, 1.689902, 1.095345",\
|
|
"2.440214, 2.344257, 2.166193, 1.794638, 1.200081",\
|
|
"2.597741, 2.501784, 2.323720, 1.952165, 1.357608",\
|
|
"2.890684, 2.794727, 2.616663, 2.245108, 1.650551",\
|
|
"3.406107, 3.310150, 3.132086, 2.760532, 2.165975");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.535061, 4.439105, 4.261041, 3.889486, 3.294929",\
|
|
"4.640040, 4.544084, 4.366020, 3.994465, 3.399908",\
|
|
"4.832147, 4.736190, 4.558126, 4.186571, 3.592014",\
|
|
"5.229196, 5.133239, 4.955175, 4.583620, 3.989063",\
|
|
"5.899153, 5.803196, 5.625133, 5.253578, 4.659021");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[10]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.006109, -1.899871, -1.702744, -1.277481, -0.531613",\
|
|
"-2.110845, -2.004607, -1.807479, -1.382216, -0.636349",\
|
|
"-2.268372, -2.162134, -1.965006, -1.539743, -0.793876",\
|
|
"-2.561314, -2.455077, -2.257949, -1.832686, -1.086818",\
|
|
"-3.076738, -2.970500, -2.773373, -2.348110, -1.602242");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.991672, -3.885434, -3.688306, -3.263043, -2.517176",\
|
|
"-4.096651, -3.990414, -3.793286, -3.368023, -2.622155",\
|
|
"-4.288757, -4.182519, -3.985392, -3.560129, -2.814261",\
|
|
"-4.685806, -4.579568, -4.382441, -3.957178, -3.211310",\
|
|
"-5.355764, -5.249527, -5.052399, -4.627136, -3.881268");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[10]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.216804, 2.133716, 1.994865, 1.746811, 1.422666",\
|
|
"2.321540, 2.238452, 2.099601, 1.851547, 1.527402",\
|
|
"2.479067, 2.395979, 2.257128, 2.009074, 1.684929",\
|
|
"2.772010, 2.688922, 2.550071, 2.302017, 1.977872",\
|
|
"3.287434, 3.204345, 3.065495, 2.817440, 2.493295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.702417, 3.619329, 3.480478, 3.232423, 2.908278",\
|
|
"3.807396, 3.724308, 3.585457, 3.337402, 3.013257",\
|
|
"3.999502, 3.916414, 3.777563, 3.529509, 3.205364",\
|
|
"4.396551, 4.313463, 4.174612, 3.926558, 3.602412",\
|
|
"5.066509, 4.983420, 4.844570, 4.596515, 4.272370");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.750457, -1.630630, -1.422238, -0.978174, -0.101894",\
|
|
"-1.855193, -1.735366, -1.526974, -1.082910, -0.206630",\
|
|
"-2.012720, -1.892893, -1.684501, -1.240437, -0.364157",\
|
|
"-2.305662, -2.185835, -1.977443, -1.533380, -0.657099",\
|
|
"-2.821086, -2.701259, -2.492867, -2.048804, -1.172523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.935259, -2.815431, -2.607039, -2.162976, -1.286696",\
|
|
"-3.040238, -2.920411, -2.712019, -2.267956, -1.391675",\
|
|
"-3.232345, -3.112518, -2.904126, -2.460062, -1.583782",\
|
|
"-3.629393, -3.509566, -3.301174, -2.857111, -1.980830",\
|
|
"-4.299352, -4.179524, -3.971133, -3.527069, -2.650789");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[10] */
|
|
|
|
pin("mgmt_gpio_in[9]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004755 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.711566, 2.615610, 2.437546, 2.065991, 1.471434",\
|
|
"2.816066, 2.720109, 2.542045, 2.170491, 1.575933",\
|
|
"2.973729, 2.877772, 2.699708, 2.328154, 1.733597",\
|
|
"3.267791, 3.171834, 2.993770, 2.622215, 2.027658",\
|
|
"3.783692, 3.687735, 3.509671, 3.138116, 2.543559");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.842668, 5.746712, 5.568648, 5.197093, 4.602536",\
|
|
"5.947682, 5.851726, 5.673662, 5.302107, 4.707550",\
|
|
"6.140666, 6.044710, 5.866646, 5.495091, 4.900535",\
|
|
"6.535644, 6.439688, 6.261624, 5.890069, 5.295512",\
|
|
"7.201461, 7.105505, 6.927441, 6.555886, 5.961329");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.575490, -2.469253, -2.272125, -1.846862, -1.100994",\
|
|
"-2.679990, -2.573752, -2.376625, -1.951362, -1.205494",\
|
|
"-2.837653, -2.731416, -2.534288, -2.109025, -1.363157",\
|
|
"-3.131715, -3.025477, -2.828350, -2.403087, -1.657219",\
|
|
"-3.647616, -3.541378, -3.344251, -2.918988, -2.173120");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.976976, -4.870739, -4.673611, -4.248348, -3.502480",\
|
|
"-5.081991, -4.975753, -4.778625, -4.353362, -3.607495",\
|
|
"-5.274975, -5.168737, -4.971610, -4.546347, -3.800479",\
|
|
"-5.669953, -5.563716, -5.366588, -4.941325, -4.195457",\
|
|
"-6.335771, -6.229533, -6.032406, -5.607142, -4.861275");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[9]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.741144, 1.658056, 1.519205, 1.271151, 0.947006",\
|
|
"1.845644, 1.762556, 1.623705, 1.375650, 1.051505",\
|
|
"2.003307, 1.920219, 1.781368, 1.533313, 1.209168",\
|
|
"2.297369, 2.214281, 2.075430, 1.827375, 1.503230",\
|
|
"2.813270, 2.730181, 2.591331, 2.343276, 2.019131");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.151432, 4.068344, 3.929493, 3.681438, 3.357293",\
|
|
"4.256447, 4.173358, 4.034508, 3.786453, 3.462308",\
|
|
"4.449431, 4.366343, 4.227492, 3.979438, 3.655293",\
|
|
"4.844409, 4.761321, 4.622470, 4.374415, 4.050270",\
|
|
"5.510226, 5.427138, 5.288287, 5.040233, 4.716087");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.469831, -1.350003, -1.141611, -0.697548, 0.178732",\
|
|
"-1.574330, -1.454503, -1.246111, -0.802048, 0.074233",\
|
|
"-1.731993, -1.612166, -1.403774, -0.959711, -0.083431",\
|
|
"-2.026055, -1.906228, -1.697836, -1.253773, -0.377492",\
|
|
"-2.541956, -2.422129, -2.213737, -1.769674, -0.893393");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.063995, -2.944168, -2.735775, -2.291712, -1.415432",\
|
|
"-3.169009, -3.049182, -2.840790, -2.396727, -1.520447",\
|
|
"-3.361994, -3.242167, -3.033775, -2.589712, -1.713431",\
|
|
"-3.756972, -3.637145, -3.428752, -2.984689, -2.108409",\
|
|
"-4.422790, -4.302963, -4.094571, -3.650507, -2.774227");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[9] */
|
|
|
|
pin("mgmt_gpio_in[8]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004606 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.656008, 1.560052, 1.381988, 1.010433, 0.415876",\
|
|
"1.757315, 1.661358, 1.483294, 1.111740, 0.517183",\
|
|
"1.911401, 1.815444, 1.637381, 1.265826, 0.671269",\
|
|
"2.199069, 2.103113, 1.925049, 1.553494, 0.958937",\
|
|
"2.714599, 2.618643, 2.440579, 2.069024, 1.474467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.782218, 2.686261, 2.508198, 2.136643, 1.542086",\
|
|
"2.886670, 2.790714, 2.612650, 2.241095, 1.646538",\
|
|
"3.048921, 2.952965, 2.774901, 2.403346, 1.808789",\
|
|
"3.338946, 3.242990, 3.064926, 2.693371, 2.098814",\
|
|
"3.801334, 3.705378, 3.527314, 3.155759, 2.561202");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[8]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.444565, -1.338327, -1.141200, -0.715937, 0.029931",\
|
|
"-1.545871, -1.439634, -1.242506, -0.817243, -0.071375",\
|
|
"-1.699958, -1.593720, -1.396593, -0.971330, -0.225462",\
|
|
"-1.987626, -1.881388, -1.684260, -1.258997, -0.513129",\
|
|
"-2.503156, -2.396918, -2.199791, -1.774528, -1.028660");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.469110, -2.362872, -2.165744, -1.740481, -0.994613",\
|
|
"-2.573562, -2.467324, -2.270196, -1.844933, -1.099066",\
|
|
"-2.735813, -2.629575, -2.432447, -2.007185, -1.261317",\
|
|
"-3.025838, -2.919601, -2.722473, -2.297210, -1.551342",\
|
|
"-3.488226, -3.381989, -3.184861, -2.759598, -2.013730");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[8]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.728971, 1.645883, 1.507033, 1.258978, 0.934833",\
|
|
"1.830278, 1.747190, 1.608339, 1.360284, 1.036139",\
|
|
"1.984364, 1.901276, 1.762425, 1.514371, 1.190225",\
|
|
"2.272032, 2.188944, 2.050093, 1.802039, 1.477894",\
|
|
"2.787562, 2.704474, 2.565623, 2.317569, 1.993424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.889531, 2.806442, 2.667592, 2.419537, 2.095392",\
|
|
"2.993983, 2.910895, 2.772044, 2.523989, 2.199844",\
|
|
"3.156234, 3.073146, 2.934295, 2.686240, 2.362095",\
|
|
"3.446259, 3.363170, 3.224319, 2.976265, 2.652120",\
|
|
"3.908647, 3.825558, 3.686707, 3.438653, 3.114508");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.466766, -1.346939, -1.138547, -0.694498, 0.181742",\
|
|
"-1.568072, -1.448245, -1.239854, -0.795804, 0.080436",\
|
|
"-1.722159, -1.602332, -1.393940, -0.949891, -0.073651",\
|
|
"-2.009826, -1.889999, -1.681608, -1.237559, -0.361319",\
|
|
"-2.525357, -2.405530, -2.197138, -1.753089, -0.876849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.447949, -2.328122, -2.119731, -1.675681, -0.799442",\
|
|
"-2.552401, -2.432574, -2.224183, -1.780134, -0.903894",\
|
|
"-2.714652, -2.594825, -2.386434, -1.942385, -1.066145",\
|
|
"-3.004678, -2.884851, -2.676460, -2.232410, -1.356170",\
|
|
"-3.467066, -3.347239, -3.138848, -2.694798, -1.818559");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[8] */
|
|
|
|
pin("mgmt_gpio_in[7]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007304 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.213048, 2.117092, 1.939028, 1.567473, 0.972916",\
|
|
"2.314815, 2.218858, 2.040794, 1.669240, 1.074682",\
|
|
"2.494131, 2.398174, 2.220110, 1.848556, 1.253998",\
|
|
"2.850908, 2.754951, 2.576887, 2.205333, 1.610776",\
|
|
"3.490079, 3.394123, 3.216059, 2.844504, 2.249947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.210091, 5.114134, 4.936070, 4.564515, 3.969958",\
|
|
"5.314701, 5.218744, 5.040680, 4.669126, 4.074568",\
|
|
"5.504939, 5.408982, 5.230918, 4.859364, 4.264806",\
|
|
"5.886540, 5.790584, 5.612520, 5.240965, 4.646408",\
|
|
"6.531629, 6.435672, 6.257608, 5.886053, 5.291496");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[7]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.038412, -1.932174, -1.735047, -1.309784, -0.563916",\
|
|
"-2.140178, -2.033941, -1.836813, -1.411550, -0.665682",\
|
|
"-2.319494, -2.213257, -2.016129, -1.590866, -0.844998",\
|
|
"-2.676271, -2.570034, -2.372906, -1.947643, -1.201775",\
|
|
"-3.315443, -3.209205, -3.012077, -2.586814, -1.840947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.340676, -4.234438, -4.037311, -3.612048, -2.866180",\
|
|
"-4.445286, -4.339048, -4.141921, -3.716658, -2.970790",\
|
|
"-4.635524, -4.529286, -4.332159, -3.906896, -3.161028",\
|
|
"-5.017126, -4.910888, -4.713760, -4.288497, -3.542630",\
|
|
"-5.662214, -5.555976, -5.358849, -4.933586, -4.187718");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[7]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.216739, 1.133651, 0.994801, 0.746746, 0.422601",\
|
|
"1.318506, 1.235418, 1.096567, 0.848512, 0.524367",\
|
|
"1.497822, 1.414734, 1.275883, 1.027828, 0.703683",\
|
|
"1.854599, 1.771511, 1.632660, 1.384605, 1.060460",\
|
|
"2.493770, 2.410682, 2.271831, 2.023777, 1.699631");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.493737, 3.410649, 3.271798, 3.023743, 2.699598",\
|
|
"3.598347, 3.515259, 3.376408, 3.128353, 2.804208",\
|
|
"3.788585, 3.705497, 3.566646, 3.318591, 2.994446",\
|
|
"4.170187, 4.087099, 3.948248, 3.700193, 3.376048",\
|
|
"4.815275, 4.732187, 4.593336, 4.345282, 4.021136");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.977960, -0.858133, -0.649744, -0.205775, 0.670230",\
|
|
"-1.079726, -0.959899, -0.751510, -0.307541, 0.568463",\
|
|
"-1.259043, -1.139215, -0.930826, -0.486858, 0.389147",\
|
|
"-1.615820, -1.495993, -1.287603, -0.843635, 0.032370",\
|
|
"-2.254991, -2.135164, -1.926775, -1.482806, -0.606801");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.476923, -2.357095, -2.148706, -1.704737, -0.828733",\
|
|
"-2.581532, -2.461705, -2.253316, -1.809347, -0.933343",\
|
|
"-2.771770, -2.651943, -2.443554, -1.999585, -1.123581",\
|
|
"-3.153372, -3.033545, -2.825156, -2.381187, -1.505183",\
|
|
"-3.798460, -3.678633, -3.470244, -3.026275, -2.150271");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[7] */
|
|
|
|
pin("mgmt_gpio_in[6]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004126 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.639922, 2.543965, 2.365901, 1.994346, 1.399789",\
|
|
"2.742136, 2.646179, 2.468115, 2.096560, 1.502003",\
|
|
"2.877135, 2.781179, 2.603115, 2.231560, 1.637003",\
|
|
"3.114625, 3.018669, 2.840605, 2.469050, 1.874493",\
|
|
"3.504826, 3.408869, 3.230805, 2.859250, 2.264693");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.463149, 5.367192, 5.189128, 4.817574, 4.223016",\
|
|
"5.565818, 5.469861, 5.291797, 4.920242, 4.325686",\
|
|
"5.766613, 5.670657, 5.492593, 5.121038, 4.526481",\
|
|
"6.188256, 6.092299, 5.914235, 5.542681, 4.948123",\
|
|
"6.926851, 6.830894, 6.652830, 6.281276, 5.686718");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.237461, -2.131223, -1.934095, -1.508832, -0.762964",\
|
|
"-2.339675, -2.233437, -2.036309, -1.611046, -0.865179",\
|
|
"-2.474674, -2.368437, -2.171309, -1.746046, -1.000178",\
|
|
"-2.712164, -2.605927, -2.408799, -1.983536, -1.237668",\
|
|
"-3.102365, -2.996127, -2.798999, -2.373736, -1.627868");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.973002, -4.866765, -4.669637, -4.244374, -3.498507",\
|
|
"-5.075672, -4.969434, -4.772306, -4.347044, -3.601176",\
|
|
"-5.276468, -5.170230, -4.973103, -4.547840, -3.801972",\
|
|
"-5.698110, -5.591873, -5.394745, -4.969482, -4.223614",\
|
|
"-6.436705, -6.330467, -6.133339, -5.708076, -4.962209");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[6]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.634454, 1.551366, 1.412515, 1.164460, 0.840315",\
|
|
"1.736668, 1.653580, 1.514729, 1.266675, 0.942529",\
|
|
"1.871668, 1.788580, 1.649729, 1.401674, 1.077529",\
|
|
"2.109158, 2.026070, 1.887219, 1.639164, 1.315019",\
|
|
"2.499358, 2.416270, 2.277419, 2.029365, 1.705219");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.719398, 3.636310, 3.497459, 3.249404, 2.925259",\
|
|
"3.822067, 3.738979, 3.600128, 3.352073, 3.027928",\
|
|
"4.022862, 3.939775, 3.800924, 3.552869, 3.228724",\
|
|
"4.444505, 4.361417, 4.222566, 3.974511, 3.650366",\
|
|
"5.183100, 5.100012, 4.961162, 4.713107, 4.388962");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.193645, -1.073818, -0.865429, -0.421460, 0.454545",\
|
|
"-1.295860, -1.176032, -0.967643, -0.523674, 0.352330",\
|
|
"-1.430859, -1.311032, -1.102643, -0.658674, 0.217331",\
|
|
"-1.668349, -1.548522, -1.340133, -0.896164, -0.020159",\
|
|
"-2.058549, -1.938722, -1.730333, -1.286364, -0.410359");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.130706, -3.010879, -2.802490, -2.358521, -1.482516",\
|
|
"-3.233376, -3.113548, -2.905159, -2.461190, -1.585186",\
|
|
"-3.434172, -3.314344, -3.105955, -2.661987, -1.785982",\
|
|
"-3.855814, -3.735987, -3.527597, -3.083629, -2.207624",\
|
|
"-4.594409, -4.474581, -4.266192, -3.822223, -2.946218");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[6] */
|
|
|
|
pin("mgmt_gpio_in[5]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.017765 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.535509, 2.439553, 2.261489, 1.889934, 1.295377",\
|
|
"2.636715, 2.540758, 2.362695, 1.991140, 1.396583",\
|
|
"2.776992, 2.681036, 2.502972, 2.131417, 1.536860",\
|
|
"3.038170, 2.942214, 2.764150, 2.392595, 1.798038",\
|
|
"3.457161, 3.361205, 3.183141, 2.811586, 2.217029");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.398835, 4.302878, 4.124814, 3.753260, 3.158702",\
|
|
"4.504408, 4.408452, 4.230388, 3.858833, 3.264276",\
|
|
"4.694244, 4.598288, 4.420224, 4.048669, 3.454112",\
|
|
"5.079330, 4.983374, 4.805310, 4.433755, 3.839198",\
|
|
"5.743074, 5.647118, 5.469053, 5.097499, 4.502942");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.412185, -2.305947, -2.108819, -1.683556, -0.937689",\
|
|
"-2.513391, -2.407153, -2.210025, -1.784762, -1.038894",\
|
|
"-2.653667, -2.547430, -2.350302, -1.925039, -1.179172",\
|
|
"-2.914845, -2.808608, -2.611480, -2.186217, -1.440350",\
|
|
"-3.333837, -3.227599, -3.030472, -2.605209, -1.859341");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.180180, -4.073942, -3.876815, -3.451552, -2.705684",\
|
|
"-4.285754, -4.179516, -3.982388, -3.557125, -2.811258",\
|
|
"-4.475590, -4.369352, -4.172225, -3.746962, -3.001094",\
|
|
"-4.860676, -4.754438, -4.557311, -4.132048, -3.386180",\
|
|
"-5.524420, -5.418182, -5.221055, -4.795792, -4.049924");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[5]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.490421, 1.407333, 1.268482, 1.020428, 0.696283",\
|
|
"1.591627, 1.508539, 1.369688, 1.121634, 0.797489",\
|
|
"1.731904, 1.648816, 1.509965, 1.261911, 0.937765",\
|
|
"1.993082, 1.909994, 1.771143, 1.523089, 1.198943",\
|
|
"2.412073, 2.328985, 2.190134, 1.942080, 1.617935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.622159, 2.539071, 2.400220, 2.152166, 1.828021",\
|
|
"2.727733, 2.644645, 2.505794, 2.257740, 1.933594",\
|
|
"2.917569, 2.834481, 2.695630, 2.447576, 2.123430",\
|
|
"3.302655, 3.219567, 3.080716, 2.832661, 2.508516",\
|
|
"3.966399, 3.883311, 3.744460, 3.496406, 3.172261");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.375502, -1.255675, -1.047286, -0.603317, 0.272688",\
|
|
"-1.476708, -1.356880, -1.148491, -0.704523, 0.171482",\
|
|
"-1.616985, -1.497158, -1.288768, -0.844800, 0.031205",\
|
|
"-1.878163, -1.758336, -1.549946, -1.105978, -0.229973",\
|
|
"-2.297154, -2.177327, -1.968938, -1.524969, -0.648964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.341438, -2.221611, -2.013222, -1.569253, -0.693249",\
|
|
"-2.447012, -2.327185, -2.118795, -1.674827, -0.798822",\
|
|
"-2.636848, -2.517021, -2.308631, -1.864663, -0.988658",\
|
|
"-3.021934, -2.902107, -2.693717, -2.249749, -1.373744",\
|
|
"-3.685679, -3.565851, -3.357462, -2.913494, -2.037489");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[5] */
|
|
|
|
pin("mgmt_gpio_in[4]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.085352 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.907248");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.157387");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwh*/
|
|
|
|
} /* end of pin mgmt_gpio_in[4] */
|
|
|
|
pin("mgmt_gpio_in[3]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.009710 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.553660, 3.454008, 3.284531, 2.956329, 2.407870",\
|
|
"3.654082, 3.554430, 3.384953, 3.056751, 2.508292",\
|
|
"3.790270, 3.690618, 3.521141, 3.192939, 2.644480",\
|
|
"4.029484, 3.929832, 3.760355, 3.432153, 2.883694",\
|
|
"4.422216, 4.322564, 4.153087, 3.824885, 3.276426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.021474, 3.921822, 3.752345, 3.424143, 2.875684",\
|
|
"4.126559, 4.026907, 3.857430, 3.529228, 2.980769",\
|
|
"4.317463, 4.217811, 4.048334, 3.720132, 3.171673",\
|
|
"4.697264, 4.597611, 4.428135, 4.099933, 3.551474",\
|
|
"5.392131, 5.292479, 5.123002, 4.794800, 4.246341");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.291062, 3.195105, 3.017041, 2.645487, 2.050930",\
|
|
"3.391484, 3.295527, 3.117463, 2.745908, 2.151351",\
|
|
"3.527830, 3.431874, 3.253810, 2.882255, 2.287698",\
|
|
"3.767560, 3.671604, 3.493540, 3.121985, 2.527428",\
|
|
"4.158552, 4.062595, 3.884531, 3.512976, 2.918419");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.015870, 5.919913, 5.741849, 5.370295, 4.775737",\
|
|
"6.120955, 6.024998, 5.846934, 5.475379, 4.880822",\
|
|
"6.311767, 6.215810, 6.037746, 5.666191, 5.071634",\
|
|
"6.689770, 6.593813, 6.415749, 6.044194, 5.449637",\
|
|
"7.382316, 7.286359, 7.108295, 6.736741, 6.142184");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.261827, 0.371537, 0.559825, 0.941024, 1.638788",\
|
|
"0.161406, 0.271115, 0.459404, 0.840602, 1.538366",\
|
|
"0.025218, 0.134927, 0.323215, 0.704414, 1.402178",\
|
|
"-0.213997, -0.104287, 0.084001, 0.465200, 1.162964",\
|
|
"-0.606729, -0.497019, -0.308731, 0.072468, 0.770232");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.250932, 0.360642, 0.548930, 0.930129, 1.627893",\
|
|
"0.145847, 0.255557, 0.443845, 0.825044, 1.522808",\
|
|
"-0.045082, 0.064627, 0.252916, 0.634114, 1.331879",\
|
|
"-0.426835, -0.317125, -0.128837, 0.252362, 0.950126",\
|
|
"-1.121712, -1.012002, -0.823714, -0.442515, 0.255249");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.117642, -3.011404, -2.814276, -2.389014, -1.643146",\
|
|
"-3.218063, -3.111826, -2.914698, -2.489435, -1.743567",\
|
|
"-3.354410, -3.248172, -3.051044, -2.625782, -1.879914",\
|
|
"-3.594140, -3.487903, -3.290775, -2.865512, -2.119644",\
|
|
"-3.985131, -3.878894, -3.681766, -3.256503, -2.510635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.615452, -5.509215, -5.312087, -4.886824, -4.140956",\
|
|
"-5.720537, -5.614300, -5.417172, -4.991909, -4.246041",\
|
|
"-5.911371, -5.805133, -5.608006, -5.182743, -4.436875",\
|
|
"-6.291001, -6.184764, -5.987636, -5.562373, -4.816505",\
|
|
"-6.983547, -6.877310, -6.680182, -6.254919, -5.509051");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : recovery_rising ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.753396, 1.653743, 1.484266, 1.156064, 0.607605",\
|
|
"1.858480, 1.758828, 1.589351, 1.261149, 0.712690",\
|
|
"2.049384, 1.949732, 1.780255, 1.452053, 0.903593",\
|
|
"2.429185, 2.329533, 2.160056, 1.831854, 1.283395",\
|
|
"3.124052, 3.024400, 2.854923, 2.526721, 1.978261");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_recfr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : recovery_falling ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.823483, 1.727526, 1.549458, 1.177849, 0.583273",\
|
|
"1.928567, 1.832611, 1.654543, 1.282934, 0.688358",\
|
|
"2.119471, 2.023515, 1.845446, 1.473838, 0.879262",\
|
|
"2.499272, 2.403316, 2.225248, 1.853639, 1.259063",\
|
|
"3.194139, 3.098183, 2.920114, 2.548506, 1.953930");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_recff*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : removal_rising ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.460650, -0.350940, -0.162666, 0.218746, 0.916562",\
|
|
"-0.565735, -0.456025, -0.267751, 0.113661, 0.811476",\
|
|
"-0.756665, -0.646955, -0.458680, -0.077269, 0.620547",\
|
|
"-1.138417, -1.028707, -0.840433, -0.459021, 0.238794",\
|
|
"-1.833293, -1.723584, -1.535309, -1.153897, -0.456082");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_remfr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : removal_falling ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.267637, -0.161400, 0.035729, 0.461006, 1.207121",\
|
|
"-0.372722, -0.266485, -0.069356, 0.355921, 1.102036",\
|
|
"-0.563652, -0.457415, -0.260286, 0.164991, 0.911107",\
|
|
"-0.945404, -0.839167, -0.642038, -0.216761, 0.529354",\
|
|
"-1.640281, -1.534043, -1.336914, -0.911637, -0.165522");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_remff*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.717062, 2.633974, 2.495123, 2.247027, 1.922766",\
|
|
"2.817484, 2.734396, 2.595544, 2.347449, 2.023188",\
|
|
"2.953672, 2.870584, 2.731732, 2.483637, 2.159376",\
|
|
"3.192886, 3.109798, 2.970947, 2.722851, 2.398590",\
|
|
"3.585618, 3.502531, 3.363679, 3.115583, 2.791322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.229002, 4.145915, 4.007064, 3.759009, 3.434864",\
|
|
"4.334088, 4.251000, 4.112149, 3.864094, 3.539949",\
|
|
"4.524899, 4.441811, 4.302960, 4.054906, 3.730761",\
|
|
"4.902902, 4.819814, 4.680964, 4.432909, 4.108764",\
|
|
"5.595449, 5.512361, 5.373510, 5.125456, 4.801311");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.288813, -1.168985, -0.960595, -0.516591, 0.359595",\
|
|
"-1.389235, -1.269407, -1.061017, -0.617013, 0.259173",\
|
|
"-1.525423, -1.405595, -1.197205, -0.753201, 0.122985",\
|
|
"-1.764637, -1.644810, -1.436420, -0.992415, -0.116229",\
|
|
"-2.157369, -2.037541, -1.829151, -1.385147, -0.508961");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.873617, -1.753789, -1.545399, -1.101395, -0.225209",\
|
|
"-1.978702, -1.858874, -1.650485, -1.206480, -0.330294",\
|
|
"-2.169631, -2.049804, -1.841414, -1.397410, -0.521224",\
|
|
"-2.551384, -2.431556, -2.223166, -1.779162, -0.902976",\
|
|
"-3.246260, -3.126433, -2.918043, -2.474039, -1.597852");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[3] */
|
|
|
|
pin("mgmt_gpio_in[2]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.011881 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "7.957528, 7.857876, 7.688399, 7.360197, 6.811738",\
|
|
"8.058278, 7.958626, 7.789149, 7.460947, 6.912488",\
|
|
"8.201491, 8.101839, 7.932362, 7.604160, 7.055701",\
|
|
"8.444600, 8.344948, 8.175470, 7.847269, 7.298810",\
|
|
"8.832250, 8.732597, 8.563120, 8.234919, 7.686459");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.826565, 9.726912, 9.557436, 9.229233, 8.680775",\
|
|
"9.932783, 9.833131, 9.663654, 9.335451, 8.786993",\
|
|
"10.132566, 10.032914, 9.863438, 9.535234, 8.986776",\
|
|
"10.534626, 10.434974, 10.265497, 9.937294, 9.388836",\
|
|
"11.265343, 11.165690, 10.996214, 10.668011, 10.119553");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "12.536489, 12.440532, 12.262468, 11.890913, 11.296356",\
|
|
"12.637239, 12.541282, 12.363218, 11.991663, 11.397106",\
|
|
"12.780452, 12.684495, 12.506432, 12.134876, 11.540319",\
|
|
"13.023561, 12.927604, 12.749540, 12.377985, 11.783428",\
|
|
"13.411210, 13.315253, 13.137190, 12.765635, 12.171078");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "11.013349, 10.917392, 10.739327, 10.367773, 9.773216",\
|
|
"11.119567, 11.023610, 10.845546, 10.473991, 9.879435",\
|
|
"11.319350, 11.223393, 11.045329, 10.673775, 10.079218",\
|
|
"11.721410, 11.625453, 11.447389, 11.075834, 10.481277",\
|
|
"12.452127, 12.356170, 12.178105, 11.806551, 11.211994");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.144816, -0.035106, 0.153168, 0.534580, 1.232395",\
|
|
"-0.245565, -0.135855, 0.052420, 0.433831, 1.131647",\
|
|
"-0.388941, -0.279231, -0.090957, 0.290455, 0.988271",\
|
|
"-0.632317, -0.522607, -0.334333, 0.047079, 0.744894",\
|
|
"-1.020707, -0.910998, -0.722723, -0.341311, 0.356504");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.195133, -0.085423, 0.102851, 0.484009, 1.181836",\
|
|
"-0.301350, -0.191641, -0.003366, 0.377792, 1.075619",\
|
|
"-0.501857, -0.392148, -0.203873, 0.177285, 0.875112",\
|
|
"-0.905185, -0.795476, -0.607201, -0.226043, 0.471784",\
|
|
"-1.636273, -1.526563, -1.338289, -0.957130, -0.259303");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.687535, -1.581297, -1.384169, -0.958906, -0.213038",\
|
|
"-1.788289, -1.682052, -1.484924, -1.059661, -0.313793",\
|
|
"-1.931868, -1.825630, -1.628503, -1.203240, -0.457372",\
|
|
"-2.175527, -2.069289, -1.872162, -1.446899, -0.701031",\
|
|
"-2.565078, -2.458840, -2.261712, -1.836449, -1.090582");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.861633, -3.755395, -3.558268, -3.133005, -2.387137",\
|
|
"-3.967853, -3.861616, -3.664488, -3.239225, -2.493357",\
|
|
"-4.168409, -4.062172, -3.865044, -3.439781, -2.693913",\
|
|
"-4.572185, -4.465947, -4.268819, -3.843556, -3.097689",\
|
|
"-5.304595, -5.198357, -5.001229, -4.575966, -3.830099");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "10.820141, 10.737053, 10.598202, 10.350147, 10.026003",\
|
|
"10.920891, 10.837803, 10.698952, 10.450897, 10.126753",\
|
|
"11.064104, 10.981016, 10.842165, 10.594110, 10.269966",\
|
|
"11.307213, 11.224125, 11.085274, 10.837219, 10.513075",\
|
|
"11.694862, 11.611774, 11.472923, 11.224869, 10.900724");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.968260, 9.885171, 9.746321, 9.498266, 9.174121",\
|
|
"10.074478, 9.991389, 9.852539, 9.604485, 9.280339",\
|
|
"10.274261, 10.191173, 10.052322, 9.804268, 9.480123",\
|
|
"10.676321, 10.593232, 10.454382, 10.206327, 9.882182",\
|
|
"11.407038, 11.323949, 11.185099, 10.937044, 10.612899");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.432097, -1.312270, -1.103878, -0.659815, 0.216465",\
|
|
"-1.532852, -1.413025, -1.204633, -0.760570, 0.115711",\
|
|
"-1.676431, -1.556604, -1.348212, -0.904148, -0.027868",\
|
|
"-1.920090, -1.800263, -1.591871, -1.147807, -0.271527",\
|
|
"-2.309641, -2.189813, -1.981421, -1.537358, -0.661078");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.805220, -2.685393, -2.477001, -2.032937, -1.156657",\
|
|
"-2.911440, -2.791613, -2.583221, -2.139158, -1.262877",\
|
|
"-3.111996, -2.992169, -2.783777, -2.339714, -1.463434",\
|
|
"-3.515773, -3.395945, -3.187553, -2.743490, -1.867210",\
|
|
"-4.248182, -4.128355, -3.919963, -3.475899, -2.599619");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[2] */
|
|
|
|
pin("mgmt_gpio_in[1]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004114 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.683402, 2.587445, 2.409381, 2.037827, 1.443269",\
|
|
"2.784091, 2.688134, 2.510070, 2.138515, 1.543958",\
|
|
"2.940715, 2.844758, 2.666694, 2.295140, 1.700583",\
|
|
"3.230030, 3.134073, 2.956009, 2.584455, 1.989897",\
|
|
"3.742249, 3.646292, 3.468228, 3.096673, 2.502116");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.035416, 4.939459, 4.761395, 4.389841, 3.795284",\
|
|
"5.139728, 5.043771, 4.865707, 4.494153, 3.899595",\
|
|
"5.302952, 5.206995, 5.028932, 4.657377, 4.062819",\
|
|
"5.591667, 5.495711, 5.317647, 4.946092, 4.351535",\
|
|
"6.050472, 5.954516, 5.776452, 5.404897, 4.810340");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.411518, -2.305281, -2.108153, -1.682890, -0.937022",\
|
|
"-2.512207, -2.405970, -2.208842, -1.783579, -1.037711",\
|
|
"-2.668831, -2.562594, -2.365466, -1.940203, -1.194335",\
|
|
"-2.958146, -2.851909, -2.654781, -2.229518, -1.483650",\
|
|
"-3.470366, -3.364128, -3.167000, -2.741737, -1.995869");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.704852, -4.598615, -4.401487, -3.976224, -3.230356",\
|
|
"-4.809163, -4.702926, -4.505798, -4.080535, -3.334667",\
|
|
"-4.972387, -4.866150, -4.669022, -4.243759, -3.497891",\
|
|
"-5.261103, -5.154865, -4.957737, -4.532475, -3.786607",\
|
|
"-5.719908, -5.613670, -5.416543, -4.991280, -4.245412");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[1]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.712980, 1.629892, 1.491041, 1.242986, 0.918841",\
|
|
"1.813668, 1.730580, 1.591730, 1.343675, 1.019530",\
|
|
"1.970293, 1.887205, 1.748354, 1.500299, 1.176154",\
|
|
"2.259608, 2.176520, 2.037669, 1.789615, 1.465469",\
|
|
"2.771827, 2.688739, 2.549888, 2.301834, 1.977689");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.344181, 3.261092, 3.122241, 2.874187, 2.550042",\
|
|
"3.448492, 3.365404, 3.226553, 2.978498, 2.654353",\
|
|
"3.611716, 3.528628, 3.389777, 3.141723, 2.817578",\
|
|
"3.900432, 3.817343, 3.678493, 3.430438, 3.106293",\
|
|
"4.359237, 4.276148, 4.137298, 3.889243, 3.565098");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.305859, -1.186032, -0.977640, -0.533576, 0.342704",\
|
|
"-1.406548, -1.286721, -1.078329, -0.634265, 0.242015",\
|
|
"-1.563172, -1.443344, -1.234953, -0.790889, 0.085391",\
|
|
"-1.852487, -1.732660, -1.524268, -1.080204, -0.203924",\
|
|
"-2.364706, -2.244879, -2.036487, -1.592423, -0.716143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.791871, -2.672044, -2.463652, -2.019588, -1.143308",\
|
|
"-2.896183, -2.776355, -2.567964, -2.123900, -1.247620",\
|
|
"-3.059407, -2.939580, -2.731188, -2.287125, -1.410844",\
|
|
"-3.348122, -3.228295, -3.019903, -2.575840, -1.699559",\
|
|
"-3.806927, -3.687100, -3.478708, -3.034645, -2.158365");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[1] */
|
|
|
|
pin("mgmt_gpio_in[0]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006276 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.418998, 1.323041, 1.144978, 0.773423, 0.178866",\
|
|
"1.520491, 1.424534, 1.246470, 0.874915, 0.280358",\
|
|
"1.693691, 1.597735, 1.419671, 1.048116, 0.453559",\
|
|
"2.023865, 1.927908, 1.749845, 1.378290, 0.783733",\
|
|
"2.628706, 2.532750, 2.354686, 1.983131, 1.388574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.703898, 2.607942, 2.429878, 2.058323, 1.463766",\
|
|
"2.810668, 2.714711, 2.536647, 2.165092, 1.570535",\
|
|
"3.003865, 2.907908, 2.729845, 2.358290, 1.763733",\
|
|
"3.415713, 3.319756, 3.141692, 2.770138, 2.175581",\
|
|
"4.120575, 4.024618, 3.846555, 3.475000, 2.880443");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[0]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.242818, -1.136580, -0.939453, -0.514190, 0.231678",\
|
|
"-1.344311, -1.238073, -1.040945, -0.615682, 0.130186",\
|
|
"-1.517525, -1.411287, -1.214159, -0.788896, -0.043029",\
|
|
"-1.849525, -1.743287, -1.546160, -1.120897, -0.375029",\
|
|
"-2.454366, -2.348129, -2.151001, -1.725738, -0.979870");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.387135, -2.280897, -2.083769, -1.658506, -0.912638",\
|
|
"-2.493904, -2.387666, -2.190539, -1.765276, -1.019408",\
|
|
"-2.687142, -2.580904, -2.383777, -1.958514, -1.212646",\
|
|
"-3.099688, -2.993451, -2.796323, -2.371060, -1.625192",\
|
|
"-3.806942, -3.700705, -3.503577, -3.078314, -2.332446");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[0]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.491961, 1.408873, 1.270022, 1.021968, 0.697822",\
|
|
"1.593453, 1.510365, 1.371514, 1.123460, 0.799315",\
|
|
"1.766654, 1.683566, 1.544715, 1.296661, 0.972515",\
|
|
"2.096828, 2.013740, 1.874889, 1.626834, 1.302689",\
|
|
"2.701669, 2.618581, 2.479730, 2.231676, 1.907530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.811211, 2.728123, 2.589272, 2.341218, 2.017072",\
|
|
"2.917980, 2.834892, 2.696042, 2.447987, 2.123842",\
|
|
"3.111178, 3.028090, 2.889239, 2.641184, 2.317039",\
|
|
"3.523025, 3.439937, 3.301086, 3.053031, 2.728886",\
|
|
"4.227887, 4.144799, 4.005948, 3.757894, 3.433748");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.265019, -1.145192, -0.936800, -0.492751, 0.383489",\
|
|
"-1.366511, -1.246684, -1.038293, -0.594244, 0.281996",\
|
|
"-1.539726, -1.419899, -1.211507, -0.767458, 0.108782",\
|
|
"-1.871726, -1.751899, -1.543507, -1.099458, -0.223218",\
|
|
"-2.476567, -2.356740, -2.148349, -1.704299, -0.828059");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.365975, -2.246148, -2.037756, -1.593707, -0.717467",\
|
|
"-2.472744, -2.352917, -2.144526, -1.700477, -0.824237",\
|
|
"-2.665982, -2.546155, -2.337764, -1.893715, -1.017475",\
|
|
"-3.078529, -2.958702, -2.750310, -2.306261, -1.430021",\
|
|
"-3.785783, -3.665956, -3.457564, -3.013515, -2.137275");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[0] */
|
|
} /* end of bus mgmt_gpio_in */
|
|
bus ( mgmt_gpio_oeb ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_oeb[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002402 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "5.221974, 5.240619, 5.296657, 5.526231, 6.450854",\
|
|
"5.331684, 5.350329, 5.406366, 5.635941, 6.560564",\
|
|
"5.519972, 5.538617, 5.594655, 5.824229, 6.748851",\
|
|
"5.901171, 5.919816, 5.975853, 6.205427, 7.130050",\
|
|
"6.598935, 6.617580, 6.673617, 6.903192, 7.827815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035646, 0.053119, 0.120066, 0.435295, 1.758708",\
|
|
"0.035646, 0.053119, 0.120066, 0.435295, 1.758708",\
|
|
"0.035646, 0.053119, 0.120066, 0.435295, 1.758708",\
|
|
"0.035646, 0.053119, 0.120066, 0.435295, 1.758708",\
|
|
"0.035646, 0.053119, 0.120066, 0.435295, 1.758708");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "5.281067, 5.296101, 5.335557, 5.452818, 5.889870",\
|
|
"5.390777, 5.405811, 5.445267, 5.562528, 5.999579",\
|
|
"5.579066, 5.594100, 5.633555, 5.750816, 6.187868",\
|
|
"5.960264, 5.975298, 6.014754, 6.132015, 6.569067",\
|
|
"6.658028, 6.673062, 6.712518, 6.829779, 7.266830");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033340, 0.043264, 0.078116, 0.218151, 0.835273",\
|
|
"0.033340, 0.043264, 0.078116, 0.218151, 0.835273",\
|
|
"0.033340, 0.043264, 0.078116, 0.218151, 0.835273",\
|
|
"0.033340, 0.043264, 0.078116, 0.218151, 0.835273",\
|
|
"0.033340, 0.043264, 0.078116, 0.218151, 0.835273");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "4.979588, 4.998232, 5.052380, 5.275438, 6.189772",\
|
|
"5.079240, 5.097885, 5.152033, 5.375091, 6.289425",\
|
|
"5.248717, 5.267361, 5.321510, 5.544568, 6.458901",\
|
|
"5.576919, 5.595563, 5.649712, 5.872770, 6.787104",\
|
|
"6.125379, 6.144023, 6.198171, 6.421229, 7.335563");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035646, 0.053119, 0.116557, 0.419426, 1.702038",\
|
|
"0.035646, 0.053119, 0.116557, 0.419426, 1.702038",\
|
|
"0.035646, 0.053119, 0.116557, 0.419426, 1.702038",\
|
|
"0.035646, 0.053119, 0.116557, 0.419426, 1.702038",\
|
|
"0.035646, 0.053119, 0.116557, 0.419426, 1.702038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "5.044927, 5.059961, 5.097521, 5.213747, 5.637293",\
|
|
"5.144579, 5.159613, 5.197173, 5.313399, 5.736946",\
|
|
"5.314056, 5.329090, 5.366650, 5.482876, 5.906423",\
|
|
"5.642259, 5.657292, 5.694852, 5.811078, 6.234625",\
|
|
"6.190718, 6.205752, 6.243312, 6.359538, 6.783084");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033340, 0.043264, 0.074593, 0.204732, 0.779541",\
|
|
"0.033340, 0.043264, 0.074593, 0.204732, 0.779541",\
|
|
"0.033340, 0.043264, 0.074593, 0.204732, 0.779541",\
|
|
"0.033340, 0.043264, 0.074593, 0.204732, 0.779541",\
|
|
"0.033340, 0.043264, 0.074593, 0.204732, 0.779541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[37]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.095905, 1.114553, 1.170599, 1.400137, 2.324964",\
|
|
"1.196049, 1.214697, 1.270743, 1.500281, 2.425108",\
|
|
"1.338158, 1.356806, 1.412852, 1.642390, 2.567218",\
|
|
"1.578408, 1.597056, 1.653102, 1.882640, 2.807469",\
|
|
"1.958779, 1.977427, 2.033473, 2.263011, 3.187841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035622, 0.053095, 0.120042, 0.435254, 1.758729",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758729",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758730",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758730",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.252977, 1.268008, 1.307467, 1.424724, 1.861772",\
|
|
"1.357880, 1.372911, 1.412369, 1.529627, 1.966675",\
|
|
"1.554314, 1.569346, 1.608804, 1.726062, 2.163109",\
|
|
"1.932519, 1.947550, 1.987009, 2.104266, 2.541314",\
|
|
"2.600935, 2.615966, 2.655425, 2.772682, 3.209730");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.088128, 1.106777, 1.160933, 1.383953, 2.298515",\
|
|
"1.188272, 1.206921, 1.261077, 1.484097, 2.398659",\
|
|
"1.330396, 1.349045, 1.403201, 1.626221, 2.540782",\
|
|
"1.570681, 1.589330, 1.643486, 1.866507, 2.781065",\
|
|
"1.951121, 1.969769, 2.023926, 2.246947, 3.161500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035620, 0.053093, 0.116531, 0.419382, 1.702061",\
|
|
"0.035620, 0.053093, 0.116531, 0.419382, 1.702061",\
|
|
"0.035620, 0.053093, 0.116531, 0.419382, 1.702061",\
|
|
"0.035620, 0.053093, 0.116531, 0.419383, 1.702060",\
|
|
"0.035621, 0.053094, 0.116532, 0.419384, 1.702060");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.249813, 1.264839, 1.302410, 1.418621, 1.842154",\
|
|
"1.354716, 1.369741, 1.407312, 1.523524, 1.947057",\
|
|
"1.551151, 1.566177, 1.603747, 1.719959, 2.143492",\
|
|
"1.929370, 1.944396, 1.981966, 2.098178, 2.521711",\
|
|
"2.597718, 2.612744, 2.650315, 2.766526, 3.190059");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.352618, 1.367650, 1.407108, 1.524366, 1.961413",\
|
|
"1.452763, 1.467794, 1.507253, 1.624510, 2.061558",\
|
|
"1.594285, 1.609316, 1.648775, 1.766032, 2.203080",\
|
|
"1.833518, 1.848549, 1.888007, 2.005265, 2.442312",\
|
|
"2.210363, 2.225394, 2.264853, 2.382110, 2.819158");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268",\
|
|
"0.033342, 0.043263, 0.078115, 0.218149, 0.835268");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.088175, 1.106824, 1.162869, 1.392408, 2.317235",\
|
|
"1.193078, 1.211726, 1.267772, 1.497310, 2.422137",\
|
|
"1.389921, 1.408569, 1.464615, 1.694153, 2.618981",\
|
|
"1.769829, 1.788477, 1.844523, 2.074061, 2.998890",\
|
|
"2.437390, 2.456038, 2.512084, 2.741622, 3.666451");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035622, 0.053095, 0.120042, 0.435254, 1.758729",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758729",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758730",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758730",\
|
|
"0.035622, 0.053095, 0.120042, 0.435254, 1.758730");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.349455, 1.364480, 1.402051, 1.518263, 1.941795",\
|
|
"1.449599, 1.464624, 1.502195, 1.618407, 2.041940",\
|
|
"1.591121, 1.606147, 1.643718, 1.759930, 2.183462",\
|
|
"1.830368, 1.845394, 1.882965, 1.999177, 2.422709",\
|
|
"2.207146, 2.222172, 2.259743, 2.375954, 2.799487");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779524");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.080399, 1.099047, 1.153204, 1.376224, 2.290785",\
|
|
"1.185301, 1.203950, 1.258106, 1.481126, 2.395688",\
|
|
"1.382159, 1.400808, 1.454964, 1.677984, 2.592545",\
|
|
"1.762102, 1.780751, 1.834907, 2.057927, 2.972486",\
|
|
"2.429732, 2.448380, 2.502537, 2.725558, 3.640110");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035620, 0.053093, 0.116531, 0.419382, 1.702061",\
|
|
"0.035620, 0.053093, 0.116531, 0.419382, 1.702061",\
|
|
"0.035620, 0.053093, 0.116531, 0.419382, 1.702061",\
|
|
"0.035620, 0.053093, 0.116531, 0.419383, 1.702060",\
|
|
"0.035621, 0.053094, 0.116532, 0.419384, 1.702060");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.092940, 1.111587, 1.167628, 1.397202, 2.321826",\
|
|
"1.197097, 1.215744, 1.271785, 1.501360, 2.425984",\
|
|
"1.355455, 1.374102, 1.430143, 1.659718, 2.584342",\
|
|
"1.650672, 1.669320, 1.725362, 1.954936, 2.879560",\
|
|
"2.166313, 2.184962, 2.241007, 2.470581, 3.395206");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035656, 0.053129, 0.120072, 0.435295, 1.758707",\
|
|
"0.035656, 0.053129, 0.120072, 0.435295, 1.758707",\
|
|
"0.035657, 0.053129, 0.120072, 0.435295, 1.758707",\
|
|
"0.035659, 0.053131, 0.120073, 0.435294, 1.758707",\
|
|
"0.035666, 0.053138, 0.120077, 0.435294, 1.758706");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.229766, 1.244792, 1.284258, 1.401507, 1.838544",\
|
|
"1.334779, 1.349805, 1.389271, 1.506520, 1.943557",\
|
|
"1.528193, 1.543220, 1.582685, 1.699934, 2.136972",\
|
|
"1.920411, 1.935437, 1.974903, 2.092152, 2.529190",\
|
|
"2.579541, 2.594568, 2.634034, 2.751282, 3.188320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033349, 0.043261, 0.078112, 0.218146, 0.835257",\
|
|
"0.033349, 0.043261, 0.078112, 0.218146, 0.835257",\
|
|
"0.033349, 0.043261, 0.078112, 0.218146, 0.835257",\
|
|
"0.033349, 0.043261, 0.078112, 0.218147, 0.835257",\
|
|
"0.033349, 0.043261, 0.078112, 0.218147, 0.835257");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.085331, 1.103978, 1.158130, 1.381188, 2.295523",\
|
|
"1.189489, 1.208135, 1.262287, 1.485345, 2.399681",\
|
|
"1.347846, 1.366493, 1.420645, 1.643703, 2.558038",\
|
|
"1.643064, 1.661711, 1.715863, 1.938922, 2.853257",\
|
|
"2.158705, 2.177353, 2.231508, 2.454567, 3.368903");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.035656, 0.053129, 0.116563, 0.419426, 1.702037",\
|
|
"0.035656, 0.053129, 0.116563, 0.419426, 1.702037",\
|
|
"0.035657, 0.053129, 0.116563, 0.419426, 1.702037",\
|
|
"0.035659, 0.053131, 0.116564, 0.419425, 1.702037",\
|
|
"0.035666, 0.053138, 0.116568, 0.419425, 1.702036");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "1.228524, 1.243550, 1.281121, 1.397333, 1.820867",\
|
|
"1.333537, 1.348563, 1.386134, 1.502346, 1.925880",\
|
|
"1.526952, 1.541978, 1.579548, 1.695761, 2.119294",\
|
|
"1.919170, 1.934196, 1.971766, 2.087979, 2.511513",\
|
|
"2.578300, 2.593326, 2.630897, 2.747109, 3.170642");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.033349, 0.043261, 0.074588, 0.204728, 0.779525",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779525",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779525",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779525",\
|
|
"0.033349, 0.043261, 0.074588, 0.204728, 0.779525");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[37] */
|
|
|
|
pin("mgmt_gpio_oeb[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003048 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "5.305356, 5.320540, 5.376674, 5.601956, 6.531465",\
|
|
"5.415066, 5.430250, 5.486384, 5.711666, 6.641174",\
|
|
"5.603354, 5.618537, 5.674672, 5.899953, 6.829462",\
|
|
"5.984552, 5.999736, 6.055871, 6.281152, 7.210661",\
|
|
"6.682317, 6.697501, 6.753635, 6.978917, 7.908425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036752, 0.054163, 0.121465, 0.434348, 1.763762",\
|
|
"0.036752, 0.054163, 0.121465, 0.434348, 1.763762",\
|
|
"0.036752, 0.054163, 0.121465, 0.434348, 1.763762",\
|
|
"0.036752, 0.054163, 0.121465, 0.434348, 1.763762",\
|
|
"0.036752, 0.054163, 0.121465, 0.434348, 1.763762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "5.462545, 5.475319, 5.514738, 5.632067, 6.069849",\
|
|
"5.572255, 5.585029, 5.624448, 5.741776, 6.179558",\
|
|
"5.760543, 5.773316, 5.812736, 5.930064, 6.367846",\
|
|
"6.141742, 6.154515, 6.193934, 6.311263, 6.749045",\
|
|
"6.839506, 6.852280, 6.891699, 7.009027, 7.446809");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033964, 0.043749, 0.078875, 0.219855, 0.840389",\
|
|
"0.033964, 0.043749, 0.078875, 0.219855, 0.840389",\
|
|
"0.033964, 0.043749, 0.078875, 0.219855, 0.840389",\
|
|
"0.033964, 0.043749, 0.078875, 0.219855, 0.840389",\
|
|
"0.033964, 0.043749, 0.078875, 0.219855, 0.840389");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "5.026746, 5.045172, 5.099186, 5.322226, 6.235793",\
|
|
"5.126399, 5.144825, 5.198839, 5.421878, 6.335446",\
|
|
"5.295875, 5.314301, 5.368315, 5.591355, 6.504922",\
|
|
"5.624077, 5.642504, 5.696517, 5.919557, 6.833125",\
|
|
"6.172536, 6.190963, 6.244977, 6.468016, 7.381584");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036752, 0.054163, 0.117658, 0.420506, 1.702034",\
|
|
"0.036752, 0.054163, 0.117658, 0.420506, 1.702034",\
|
|
"0.036752, 0.054163, 0.117658, 0.420506, 1.702034",\
|
|
"0.036752, 0.054163, 0.117658, 0.420506, 1.702034",\
|
|
"0.036752, 0.054163, 0.117658, 0.420506, 1.702034");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "5.132351, 5.147096, 5.184390, 5.300562, 5.723754",\
|
|
"5.232004, 5.246749, 5.284042, 5.400215, 5.823407",\
|
|
"5.401481, 5.416225, 5.453519, 5.569692, 5.992883",\
|
|
"5.729683, 5.744428, 5.781721, 5.897894, 6.321085",\
|
|
"6.278142, 6.292887, 6.330180, 6.446353, 6.869545");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033964, 0.043749, 0.075052, 0.205218, 0.779543",\
|
|
"0.033964, 0.043749, 0.075052, 0.205218, 0.779543",\
|
|
"0.033964, 0.043749, 0.075052, 0.205218, 0.779543",\
|
|
"0.033964, 0.043749, 0.075052, 0.205218, 0.779543",\
|
|
"0.033964, 0.043749, 0.075052, 0.205218, 0.779543");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[36]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.103269, 1.118454, 1.174578, 1.399838, 2.329460",\
|
|
"1.203413, 1.218598, 1.274722, 1.499982, 2.429604",\
|
|
"1.345523, 1.360708, 1.416832, 1.642092, 2.571714",\
|
|
"1.585775, 1.600960, 1.657084, 1.882343, 2.811967",\
|
|
"1.966151, 1.981337, 2.037461, 2.262720, 3.192344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036692, 0.054105, 0.121424, 0.434326, 1.763779",\
|
|
"0.036692, 0.054105, 0.121424, 0.434326, 1.763779",\
|
|
"0.036691, 0.054105, 0.121424, 0.434326, 1.763779",\
|
|
"0.036691, 0.054105, 0.121424, 0.434325, 1.763779",\
|
|
"0.036691, 0.054105, 0.121424, 0.434325, 1.763779");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.259740, 1.272512, 1.311934, 1.429258, 1.867036",\
|
|
"1.364642, 1.377414, 1.416836, 1.534161, 1.971938",\
|
|
"1.561079, 1.573851, 1.613273, 1.730597, 2.168375",\
|
|
"1.939295, 1.952067, 1.991489, 2.108813, 2.546590",\
|
|
"2.607731, 2.620503, 2.659925, 2.777250, 3.215027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840385");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.091853, 1.110272, 1.164276, 1.387291, 2.300992",\
|
|
"1.191998, 1.210416, 1.264420, 1.487435, 2.401136",\
|
|
"1.334122, 1.352541, 1.406545, 1.629560, 2.543260",\
|
|
"1.574409, 1.592828, 1.646831, 1.869846, 2.783545",\
|
|
"1.954854, 1.973272, 2.027276, 2.250292, 3.163985");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036691, 0.054105, 0.117616, 0.420484, 1.702051");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.252668, 1.267407, 1.304711, 1.420869, 1.844046",\
|
|
"1.357571, 1.372309, 1.409613, 1.525772, 1.948949",\
|
|
"1.554008, 1.568746, 1.606050, 1.722209, 2.145386",\
|
|
"1.932238, 1.946976, 1.984280, 2.100439, 2.523616",\
|
|
"2.600607, 2.615345, 2.652650, 2.768808, 3.191985");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.359429, 1.372201, 1.411623, 1.528948, 1.966725",\
|
|
"1.459573, 1.472345, 1.511767, 1.629092, 2.066869",\
|
|
"1.601096, 1.613868, 1.653290, 1.770615, 2.208392",\
|
|
"1.840330, 1.853102, 1.892525, 2.009849, 2.447626",\
|
|
"2.217180, 2.229952, 2.269374, 2.386698, 2.824476");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840384",\
|
|
"0.033967, 0.043748, 0.078874, 0.219854, 0.840385");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.095477, 1.110663, 1.166786, 1.392046, 2.321668",\
|
|
"1.200380, 1.215565, 1.271689, 1.496949, 2.426571",\
|
|
"1.397225, 1.412410, 1.468534, 1.693794, 2.623416",\
|
|
"1.777143, 1.792329, 1.848453, 2.073712, 3.003336",\
|
|
"2.444731, 2.459917, 2.516041, 2.741300, 3.670925");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036692, 0.054105, 0.121424, 0.434326, 1.763779",\
|
|
"0.036692, 0.054105, 0.121424, 0.434326, 1.763779",\
|
|
"0.036691, 0.054105, 0.121424, 0.434326, 1.763779",\
|
|
"0.036691, 0.054105, 0.121424, 0.434325, 1.763779",\
|
|
"0.036691, 0.054105, 0.121424, 0.434325, 1.763779");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.352358, 1.367096, 1.404400, 1.520559, 1.943736",\
|
|
"1.452502, 1.467240, 1.504544, 1.620703, 2.043880",\
|
|
"1.594025, 1.608763, 1.646067, 1.762226, 2.185403",\
|
|
"1.833274, 1.848012, 1.885316, 2.001475, 2.424651",\
|
|
"2.210056, 2.224795, 2.262099, 2.378257, 2.801434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526",\
|
|
"0.033973, 0.043746, 0.075047, 0.205213, 0.779526");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.084062, 1.102480, 1.156484, 1.379499, 2.293200",\
|
|
"1.188964, 1.207383, 1.261387, 1.484401, 2.398103",\
|
|
"1.385824, 1.404243, 1.458246, 1.681261, 2.594962",\
|
|
"1.765778, 1.784196, 1.838200, 2.061215, 2.974914",\
|
|
"2.433434, 2.451853, 2.505857, 2.728872, 3.642565");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036690, 0.054104, 0.117615, 0.420482, 1.702052",\
|
|
"0.036691, 0.054105, 0.117616, 0.420484, 1.702051");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.124121, 1.139306, 1.195445, 1.420727, 2.350238",\
|
|
"1.228338, 1.243523, 1.299662, 1.524944, 2.454455",\
|
|
"1.386576, 1.401762, 1.457900, 1.683182, 2.612693",\
|
|
"1.681597, 1.696782, 1.752922, 1.978204, 2.907715",\
|
|
"2.197292, 2.212478, 2.268619, 2.493901, 3.423413");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036767, 0.054177, 0.121474, 0.434347, 1.763762",\
|
|
"0.036767, 0.054177, 0.121474, 0.434347, 1.763762",\
|
|
"0.036768, 0.054177, 0.121474, 0.434347, 1.763762",\
|
|
"0.036769, 0.054179, 0.121475, 0.434347, 1.763762",\
|
|
"0.036776, 0.054184, 0.121478, 0.434346, 1.763761");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.252233, 1.264999, 1.304428, 1.421745, 1.859512",\
|
|
"1.357246, 1.370013, 1.409442, 1.526759, 1.964526",\
|
|
"1.550600, 1.563367, 1.602796, 1.720112, 2.157879",\
|
|
"1.943559, 1.956326, 1.995754, 2.113070, 2.550838",\
|
|
"2.604279, 2.617046, 2.656475, 2.773791, 3.211558");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033972, 0.043746, 0.078870, 0.219851, 0.840374",\
|
|
"0.033972, 0.043746, 0.078870, 0.219851, 0.840374",\
|
|
"0.033972, 0.043746, 0.078870, 0.219851, 0.840374",\
|
|
"0.033972, 0.043746, 0.078870, 0.219851, 0.840374",\
|
|
"0.033973, 0.043746, 0.078870, 0.219851, 0.840374");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.112861, 1.131292, 1.185310, 1.408350, 2.321919",\
|
|
"1.217078, 1.235509, 1.289527, 1.512567, 2.426136",\
|
|
"1.375317, 1.393747, 1.447765, 1.670805, 2.584375",\
|
|
"1.670337, 1.688768, 1.742787, 1.965827, 2.879396",\
|
|
"2.186031, 2.204463, 2.258484, 2.481524, 3.395095");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.036767, 0.054177, 0.117666, 0.420505, 1.702034",\
|
|
"0.036767, 0.054177, 0.117666, 0.420505, 1.702034",\
|
|
"0.036768, 0.054177, 0.117666, 0.420505, 1.702034",\
|
|
"0.036769, 0.054179, 0.117668, 0.420505, 1.702034",\
|
|
"0.036776, 0.054184, 0.117671, 0.420505, 1.702033");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "1.247094, 1.261833, 1.299136, 1.415296, 1.838473",\
|
|
"1.352108, 1.366847, 1.404150, 1.520310, 1.943487",\
|
|
"1.545461, 1.560200, 1.597503, 1.713663, 2.136841",\
|
|
"1.938420, 1.953159, 1.990462, 2.106622, 2.529799",\
|
|
"2.599141, 2.613879, 2.651183, 2.767342, 3.190520");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.033972, 0.043746, 0.075047, 0.205214, 0.779527",\
|
|
"0.033972, 0.043746, 0.075047, 0.205214, 0.779527",\
|
|
"0.033972, 0.043746, 0.075047, 0.205214, 0.779527",\
|
|
"0.033972, 0.043746, 0.075047, 0.205214, 0.779527",\
|
|
"0.033973, 0.043746, 0.075047, 0.205214, 0.779527");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[36] */
|
|
|
|
pin("mgmt_gpio_oeb[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002693 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "5.543012, 5.559065, 5.616023, 5.845704, 6.770332",\
|
|
"5.652721, 5.668775, 5.725732, 5.955413, 6.880042",\
|
|
"5.841010, 5.857064, 5.914021, 6.143702, 7.068330",\
|
|
"6.222209, 6.238263, 6.295220, 6.524901, 7.449529",\
|
|
"6.919973, 6.936027, 6.992984, 7.222665, 8.147294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039144, 0.056369, 0.122298, 0.435671, 1.758686",\
|
|
"0.039144, 0.056369, 0.122298, 0.435671, 1.758686",\
|
|
"0.039144, 0.056369, 0.122298, 0.435671, 1.758686",\
|
|
"0.039144, 0.056369, 0.122298, 0.435671, 1.758686",\
|
|
"0.039144, 0.056369, 0.122298, 0.435671, 1.758686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "5.885458, 5.898335, 5.937748, 6.055237, 6.492235",\
|
|
"5.995168, 6.008045, 6.047458, 6.164947, 6.601945",\
|
|
"6.183456, 6.196333, 6.235746, 6.353236, 6.790234",\
|
|
"6.564655, 6.577532, 6.616945, 6.734435, 7.171432",\
|
|
"7.262420, 7.275297, 7.314710, 7.432199, 7.869197");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033992, 0.043931, 0.078677, 0.218573, 0.835640",\
|
|
"0.033992, 0.043931, 0.078677, 0.218573, 0.835640",\
|
|
"0.033992, 0.043931, 0.078677, 0.218573, 0.835640",\
|
|
"0.033992, 0.043931, 0.078677, 0.218573, 0.835640",\
|
|
"0.033992, 0.043931, 0.078677, 0.218573, 0.835640");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "5.246755, 5.266014, 5.321060, 5.544203, 6.458539",\
|
|
"5.346407, 5.365666, 5.420712, 5.643855, 6.558191",\
|
|
"5.515885, 5.535143, 5.590189, 5.813333, 6.727668",\
|
|
"5.844087, 5.863346, 5.918392, 6.141535, 7.055871",\
|
|
"6.392545, 6.411804, 6.466850, 6.689993, 7.604329");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039144, 0.056369, 0.118768, 0.419742, 1.701842",\
|
|
"0.039144, 0.056369, 0.118768, 0.419742, 1.701842",\
|
|
"0.039144, 0.056369, 0.118768, 0.419742, 1.701842",\
|
|
"0.039144, 0.056369, 0.118768, 0.419742, 1.701842",\
|
|
"0.039144, 0.056369, 0.118768, 0.419742, 1.701842");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "5.555384, 5.570413, 5.607901, 5.724337, 6.147807",\
|
|
"5.655036, 5.670065, 5.707553, 5.823989, 6.247459",\
|
|
"5.824513, 5.839543, 5.877030, 5.993467, 6.416936",\
|
|
"6.152716, 6.167745, 6.205233, 6.321669, 6.745139",\
|
|
"6.701174, 6.716203, 6.753691, 6.870127, 7.293597");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033963, 0.043904, 0.075114, 0.205093, 0.779729",\
|
|
"0.033963, 0.043904, 0.075114, 0.205093, 0.779729",\
|
|
"0.033963, 0.043904, 0.075114, 0.205093, 0.779729",\
|
|
"0.033963, 0.043904, 0.075114, 0.205093, 0.779729",\
|
|
"0.033963, 0.043904, 0.075114, 0.205093, 0.779729");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[35]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.158045, 1.174094, 1.231034, 1.460713, 2.385336",\
|
|
"1.262251, 1.278300, 1.335240, 1.564919, 2.489542",\
|
|
"1.426757, 1.442806, 1.499745, 1.729424, 2.654048",\
|
|
"1.733312, 1.749360, 1.806299, 2.035979, 2.960601",\
|
|
"2.260420, 2.276468, 2.333406, 2.563085, 3.487707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039088, 0.056318, 0.122266, 0.435674, 1.758689",\
|
|
"0.039088, 0.056318, 0.122266, 0.435674, 1.758689",\
|
|
"0.039088, 0.056318, 0.122266, 0.435674, 1.758690",\
|
|
"0.039085, 0.056316, 0.122265, 0.435674, 1.758690",\
|
|
"0.039082, 0.056312, 0.122263, 0.435674, 1.758690");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.440689, 1.453566, 1.492978, 1.610466, 2.047465",\
|
|
"1.544603, 1.557480, 1.596892, 1.714380, 2.151379",\
|
|
"1.737812, 1.750689, 1.790102, 1.907590, 2.344588",\
|
|
"2.136285, 2.149162, 2.188575, 2.306064, 2.743062",\
|
|
"2.811746, 2.824624, 2.864038, 2.981527, 3.418525");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033990, 0.043929, 0.078675, 0.218572, 0.835640",\
|
|
"0.033990, 0.043929, 0.078675, 0.218572, 0.835640",\
|
|
"0.033990, 0.043929, 0.078675, 0.218573, 0.835640",\
|
|
"0.033992, 0.043930, 0.078677, 0.218573, 0.835640",\
|
|
"0.033995, 0.043933, 0.078679, 0.218574, 0.835640");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.154702, 1.173944, 1.228970, 1.452111, 2.366439",\
|
|
"1.258908, 1.278150, 1.333175, 1.556316, 2.470644",\
|
|
"1.423419, 1.442661, 1.497687, 1.720828, 2.635156",\
|
|
"1.730012, 1.749254, 1.804280, 2.027421, 2.941749",\
|
|
"2.257192, 2.276435, 2.331461, 2.554602, 3.468930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039077, 0.056308, 0.118730, 0.419745, 1.701846",\
|
|
"0.039077, 0.056308, 0.118730, 0.419745, 1.701846",\
|
|
"0.039077, 0.056308, 0.118730, 0.419745, 1.701846",\
|
|
"0.039078, 0.056308, 0.118731, 0.419745, 1.701846",\
|
|
"0.039079, 0.056310, 0.118731, 0.419745, 1.701846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.437507, 1.452534, 1.490018, 1.606450, 2.029921",\
|
|
"1.541421, 1.556448, 1.593931, 1.710364, 2.133835",\
|
|
"1.734623, 1.749650, 1.787133, 1.903566, 2.327037",\
|
|
"2.133042, 2.148069, 2.185552, 2.301985, 2.725456",\
|
|
"2.808391, 2.823418, 2.860901, 2.977333, 3.400804");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033950, 0.043892, 0.075106, 0.205090, 0.779727",\
|
|
"0.033950, 0.043892, 0.075106, 0.205090, 0.779727",\
|
|
"0.033949, 0.043892, 0.075105, 0.205090, 0.779727",\
|
|
"0.033949, 0.043891, 0.075105, 0.205090, 0.779727",\
|
|
"0.033948, 0.043890, 0.075104, 0.205089, 0.779727");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.549814, 1.562690, 1.602103, 1.719591, 2.156590",\
|
|
"1.654019, 1.666896, 1.706309, 1.823797, 2.260795",\
|
|
"1.818459, 1.831336, 1.870748, 1.988236, 2.425235",\
|
|
"2.124794, 2.137671, 2.177084, 2.294572, 2.731571",\
|
|
"2.651075, 2.663952, 2.703367, 2.820856, 3.257854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033990, 0.043929, 0.078675, 0.218572, 0.835640",\
|
|
"0.033990, 0.043929, 0.078675, 0.218572, 0.835640",\
|
|
"0.033990, 0.043929, 0.078675, 0.218573, 0.835640",\
|
|
"0.033992, 0.043930, 0.078677, 0.218573, 0.835640",\
|
|
"0.033995, 0.043933, 0.078679, 0.218574, 0.835640");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.276230, 1.292279, 1.349219, 1.578898, 2.503521",\
|
|
"1.380144, 1.396193, 1.453133, 1.682812, 2.607435",\
|
|
"1.573444, 1.589492, 1.646432, 1.876111, 2.800734",\
|
|
"1.972696, 1.988745, 2.045684, 2.275363, 3.199985",\
|
|
"2.649931, 2.665979, 2.722917, 2.952596, 3.877218");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039088, 0.056318, 0.122266, 0.435674, 1.758689",\
|
|
"0.039088, 0.056318, 0.122266, 0.435674, 1.758689",\
|
|
"0.039088, 0.056318, 0.122266, 0.435674, 1.758690",\
|
|
"0.039085, 0.056316, 0.122265, 0.435674, 1.758690",\
|
|
"0.039082, 0.056312, 0.122263, 0.435674, 1.758690");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.546631, 1.561659, 1.599142, 1.715575, 2.139046",\
|
|
"1.650837, 1.665865, 1.703348, 1.819781, 2.243252",\
|
|
"1.815269, 1.830297, 1.867780, 1.984213, 2.407684",\
|
|
"2.121551, 2.136578, 2.174061, 2.290494, 2.713965",\
|
|
"2.647720, 2.662747, 2.700230, 2.816662, 3.240133");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033950, 0.043892, 0.075106, 0.205090, 0.779727",\
|
|
"0.033950, 0.043892, 0.075106, 0.205090, 0.779727",\
|
|
"0.033949, 0.043892, 0.075105, 0.205090, 0.779727",\
|
|
"0.033949, 0.043891, 0.075105, 0.205090, 0.779727",\
|
|
"0.033948, 0.043890, 0.075104, 0.205089, 0.779727");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.272887, 1.292130, 1.347155, 1.570296, 2.484624",\
|
|
"1.376801, 1.396043, 1.451069, 1.674210, 2.588538",\
|
|
"1.570106, 1.589348, 1.644374, 1.867514, 2.781842",\
|
|
"1.969396, 1.988639, 2.043664, 2.266805, 3.181134",\
|
|
"2.646703, 2.665946, 2.720972, 2.944113, 3.858441");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039077, 0.056308, 0.118730, 0.419745, 1.701846",\
|
|
"0.039077, 0.056308, 0.118730, 0.419745, 1.701846",\
|
|
"0.039077, 0.056308, 0.118730, 0.419745, 1.701846",\
|
|
"0.039078, 0.056308, 0.118731, 0.419745, 1.701846",\
|
|
"0.039079, 0.056310, 0.118731, 0.419745, 1.701846");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.185231, 1.201284, 1.258241, 1.487922, 2.412550",\
|
|
"1.286086, 1.302140, 1.359096, 1.588777, 2.513406",\
|
|
"1.442078, 1.458132, 1.515089, 1.744769, 2.669398",\
|
|
"1.731037, 1.747090, 1.804048, 2.033729, 2.958357",\
|
|
"2.246213, 2.262267, 2.319226, 2.548907, 3.473536");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039142, 0.056368, 0.122297, 0.435671, 1.758686",\
|
|
"0.039142, 0.056368, 0.122297, 0.435671, 1.758686",\
|
|
"0.039142, 0.056368, 0.122297, 0.435671, 1.758686",\
|
|
"0.039143, 0.056369, 0.122298, 0.435671, 1.758686",\
|
|
"0.039148, 0.056373, 0.122300, 0.435671, 1.758686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.418477, 1.431352, 1.470758, 1.588241, 2.025241",\
|
|
"1.522820, 1.535696, 1.575101, 1.692584, 2.129584",\
|
|
"1.686093, 1.698969, 1.738374, 1.855857, 2.292857",\
|
|
"1.975763, 1.988638, 2.028044, 2.145526, 2.582526",\
|
|
"2.437082, 2.449957, 2.489362, 2.606845, 3.043845");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033967, 0.043908, 0.078661, 0.218567, 0.835638",\
|
|
"0.033967, 0.043908, 0.078661, 0.218567, 0.835638",\
|
|
"0.033967, 0.043908, 0.078661, 0.218567, 0.835638",\
|
|
"0.033967, 0.043907, 0.078661, 0.218567, 0.835638",\
|
|
"0.033965, 0.043906, 0.078660, 0.218566, 0.835637");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.182026, 1.201284, 1.256330, 1.479473, 2.393808",\
|
|
"1.282882, 1.302140, 1.357185, 1.580328, 2.494664",\
|
|
"1.438874, 1.458132, 1.513178, 1.736321, 2.650656",\
|
|
"1.727832, 1.747090, 1.802137, 2.025280, 2.939615",\
|
|
"2.243007, 2.262267, 2.317314, 2.540458, 3.454794");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.039142, 0.056368, 0.118767, 0.419741, 1.701841",\
|
|
"0.039142, 0.056368, 0.118767, 0.419741, 1.701841",\
|
|
"0.039142, 0.056368, 0.118767, 0.419741, 1.701841",\
|
|
"0.039143, 0.056369, 0.118768, 0.419741, 1.701841",\
|
|
"0.039148, 0.056373, 0.118771, 0.419741, 1.701841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "1.415592, 1.430618, 1.468098, 1.584527, 2.008000",\
|
|
"1.519935, 1.534961, 1.572441, 1.688871, 2.112343",\
|
|
"1.683208, 1.698234, 1.735714, 1.852144, 2.275616",\
|
|
"1.972878, 1.987903, 2.025383, 2.141813, 2.565285",\
|
|
"2.434197, 2.449223, 2.486702, 2.603131, 3.026603");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.033939, 0.043882, 0.075099, 0.205087, 0.779726",\
|
|
"0.033939, 0.043882, 0.075099, 0.205087, 0.779726",\
|
|
"0.033938, 0.043882, 0.075098, 0.205087, 0.779726",\
|
|
"0.033938, 0.043881, 0.075098, 0.205087, 0.779726",\
|
|
"0.033936, 0.043880, 0.075097, 0.205087, 0.779726");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[35] */
|
|
|
|
pin("mgmt_gpio_oeb[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002077 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "4.841671, 4.860586, 4.916758, 5.145461, 6.075488",\
|
|
"4.951381, 4.970295, 5.026468, 5.255171, 6.185198",\
|
|
"5.139669, 5.158584, 5.214756, 5.443460, 6.373487",\
|
|
"5.520868, 5.539783, 5.595955, 5.824658, 6.754685",\
|
|
"6.218632, 6.237546, 6.293719, 6.522422, 7.452449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.034670, 0.052186, 0.118949, 0.433412, 1.757915",\
|
|
"0.034670, 0.052186, 0.118949, 0.433412, 1.757915",\
|
|
"0.034670, 0.052186, 0.118949, 0.433412, 1.757915",\
|
|
"0.034670, 0.052186, 0.118949, 0.433412, 1.757915",\
|
|
"0.034670, 0.052186, 0.118949, 0.433412, 1.757915");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "4.781017, 4.796187, 4.835810, 4.952919, 5.389547",\
|
|
"4.890727, 4.905897, 4.945520, 5.062628, 5.499257",\
|
|
"5.079015, 5.094184, 5.133808, 5.250916, 5.687545",\
|
|
"5.460214, 5.475383, 5.515007, 5.632115, 6.068744",\
|
|
"6.157977, 6.173147, 6.212770, 6.329879, 6.766508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.033097, 0.042984, 0.077680, 0.217345, 0.833016",\
|
|
"0.033097, 0.042984, 0.077680, 0.217345, 0.833016",\
|
|
"0.033097, 0.042984, 0.077680, 0.217345, 0.833016",\
|
|
"0.033097, 0.042984, 0.077680, 0.217345, 0.833016",\
|
|
"0.033097, 0.042984, 0.077680, 0.217345, 0.833016");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "4.589525, 4.608440, 4.662804, 4.885230, 5.803566",\
|
|
"4.689178, 4.708092, 4.762456, 4.984882, 5.903218",\
|
|
"4.858654, 4.877569, 4.931933, 5.154359, 6.072695",\
|
|
"5.186857, 5.205771, 5.260135, 5.482561, 6.400897",\
|
|
"5.735315, 5.754230, 5.808594, 6.031020, 6.949356");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.034670, 0.052186, 0.115588, 0.418144, 1.700355",\
|
|
"0.034670, 0.052186, 0.115588, 0.418144, 1.700355",\
|
|
"0.034670, 0.052186, 0.115588, 0.418144, 1.700355",\
|
|
"0.034670, 0.052186, 0.115588, 0.418144, 1.700355",\
|
|
"0.034670, 0.052186, 0.115588, 0.418144, 1.700355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "4.509431, 4.524601, 4.562410, 4.678511, 5.102078",\
|
|
"4.609084, 4.624254, 4.662063, 4.778163, 5.201731",\
|
|
"4.778561, 4.793730, 4.831540, 4.947640, 5.371208",\
|
|
"5.106763, 5.121933, 5.159742, 5.275843, 5.699410",\
|
|
"5.655221, 5.670391, 5.708200, 5.824301, 6.247868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.033097, 0.042984, 0.074306, 0.204439, 0.779360",\
|
|
"0.033097, 0.042984, 0.074306, 0.204439, 0.779360",\
|
|
"0.033097, 0.042984, 0.074306, 0.204439, 0.779360",\
|
|
"0.033097, 0.042984, 0.074306, 0.204439, 0.779360",\
|
|
"0.033097, 0.042984, 0.074306, 0.204439, 0.779360");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[34] */
|
|
|
|
pin("mgmt_gpio_oeb[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002733 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "4.853589, 4.872164, 4.928381, 5.153333, 6.086771",\
|
|
"4.963298, 4.981874, 5.038091, 5.263042, 6.196480",\
|
|
"5.151587, 5.170162, 5.226379, 5.451331, 6.384768",\
|
|
"5.532785, 5.551361, 5.607578, 5.832530, 6.765967",\
|
|
"6.230549, 6.249125, 6.305342, 6.530293, 7.463731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.035978, 0.053410, 0.120635, 0.433290, 1.764455",\
|
|
"0.035978, 0.053410, 0.120635, 0.433290, 1.764455",\
|
|
"0.035978, 0.053410, 0.120635, 0.433290, 1.764455",\
|
|
"0.035978, 0.053410, 0.120635, 0.433290, 1.764455",\
|
|
"0.035978, 0.053410, 0.120635, 0.433290, 1.764455");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "4.750616, 4.765459, 4.805041, 4.922276, 5.360010",\
|
|
"4.860325, 4.875169, 4.914751, 5.031986, 5.469720",\
|
|
"5.048614, 5.063457, 5.103039, 5.220274, 5.658008",\
|
|
"5.429812, 5.444656, 5.484238, 5.601473, 6.039207",\
|
|
"6.127576, 6.142420, 6.182002, 6.299237, 6.736971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.033723, 0.043482, 0.078548, 0.219410, 0.839613",\
|
|
"0.033723, 0.043482, 0.078548, 0.219410, 0.839613",\
|
|
"0.033723, 0.043482, 0.078548, 0.219410, 0.839613",\
|
|
"0.033723, 0.043482, 0.078548, 0.219410, 0.839613",\
|
|
"0.033723, 0.043482, 0.078548, 0.219410, 0.839613");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "4.607082, 4.625658, 4.679789, 4.902520, 5.818161",\
|
|
"4.706735, 4.725310, 4.779441, 5.002172, 5.917813",\
|
|
"4.876212, 4.894787, 4.948917, 5.171649, 6.087290",\
|
|
"5.204414, 5.222990, 5.277120, 5.499851, 6.415492",\
|
|
"5.752872, 5.771448, 5.825579, 6.048310, 6.963951");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.035978, 0.053410, 0.116893, 0.419614, 1.700072",\
|
|
"0.035978, 0.053410, 0.116893, 0.419614, 1.700072",\
|
|
"0.035978, 0.053410, 0.116893, 0.419614, 1.700072",\
|
|
"0.035978, 0.053410, 0.116893, 0.419614, 1.700072",\
|
|
"0.035978, 0.053410, 0.116893, 0.419614, 1.700072");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "4.494535, 4.509379, 4.546868, 4.662967, 5.086227",\
|
|
"4.594188, 4.609031, 4.646521, 4.762619, 5.185880",\
|
|
"4.763665, 4.778508, 4.815998, 4.932096, 5.355357",\
|
|
"5.091867, 5.106710, 5.144200, 5.260299, 5.683559",\
|
|
"5.640326, 5.655169, 5.692658, 5.808757, 6.232018");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.033723, 0.043482, 0.074791, 0.204949, 0.779423",\
|
|
"0.033723, 0.043482, 0.074791, 0.204949, 0.779423",\
|
|
"0.033723, 0.043482, 0.074791, 0.204949, 0.779423",\
|
|
"0.033723, 0.043482, 0.074791, 0.204949, 0.779423",\
|
|
"0.033723, 0.043482, 0.074791, 0.204949, 0.779423");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[33]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[33] */
|
|
|
|
pin("mgmt_gpio_oeb[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001995 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "4.799565, 4.818542, 4.874769, 5.103640, 6.033947",\
|
|
"4.909275, 4.928251, 4.984478, 5.213349, 6.143657",\
|
|
"5.097563, 5.116539, 5.172767, 5.401638, 6.331945",\
|
|
"5.478762, 5.497738, 5.553966, 5.782836, 6.713144",\
|
|
"6.176527, 6.195503, 6.251730, 6.480601, 7.410908");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.034536, 0.052058, 0.118881, 0.433637, 1.759275",\
|
|
"0.034536, 0.052058, 0.118881, 0.433637, 1.759275",\
|
|
"0.034536, 0.052058, 0.118881, 0.433637, 1.759275",\
|
|
"0.034536, 0.052058, 0.118881, 0.433637, 1.759275",\
|
|
"0.034536, 0.052058, 0.118881, 0.433637, 1.759275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "4.758061, 4.773305, 4.812996, 4.930129, 5.367117",\
|
|
"4.867771, 4.883015, 4.922706, 5.039839, 5.476827",\
|
|
"5.056059, 5.071303, 5.110994, 5.228127, 5.665115",\
|
|
"5.437258, 5.452502, 5.492193, 5.609326, 6.046314",\
|
|
"6.135023, 6.150266, 6.189958, 6.307090, 6.744079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.033003, 0.042914, 0.077683, 0.217584, 0.834332",\
|
|
"0.033003, 0.042914, 0.077683, 0.217584, 0.834332",\
|
|
"0.033003, 0.042914, 0.077683, 0.217584, 0.834332",\
|
|
"0.033003, 0.042914, 0.077683, 0.217584, 0.834332",\
|
|
"0.033003, 0.042914, 0.077683, 0.217584, 0.834332");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "4.520441, 4.539417, 4.593786, 4.816227, 5.734583",\
|
|
"4.620093, 4.639070, 4.693438, 4.915879, 5.834235",\
|
|
"4.789570, 4.808547, 4.862915, 5.085356, 6.003713",\
|
|
"5.117773, 5.136749, 5.191117, 5.413558, 6.331915",\
|
|
"5.666232, 5.685208, 5.739576, 5.962018, 6.880374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.034536, 0.052058, 0.115461, 0.418022, 1.700344",\
|
|
"0.034536, 0.052058, 0.115461, 0.418022, 1.700344",\
|
|
"0.034536, 0.052058, 0.115461, 0.418022, 1.700344",\
|
|
"0.034536, 0.052058, 0.115461, 0.418022, 1.700344",\
|
|
"0.034536, 0.052058, 0.115461, 0.418022, 1.700344");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "4.413186, 4.428430, 4.466257, 4.582370, 5.005988",\
|
|
"4.512839, 4.528082, 4.565910, 4.682023, 5.105641",\
|
|
"4.682316, 4.697559, 4.735387, 4.851500, 5.275118",\
|
|
"5.010518, 5.025762, 5.063589, 5.179702, 5.603320",\
|
|
"5.558977, 5.574221, 5.612048, 5.728161, 6.151779");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.033003, 0.042914, 0.074250, 0.204380, 0.779366",\
|
|
"0.033003, 0.042914, 0.074250, 0.204380, 0.779366",\
|
|
"0.033003, 0.042914, 0.074250, 0.204380, 0.779366",\
|
|
"0.033003, 0.042914, 0.074250, 0.204380, 0.779366",\
|
|
"0.033003, 0.042914, 0.074250, 0.204380, 0.779366");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[32]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[32] */
|
|
|
|
pin("mgmt_gpio_oeb[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002019 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "4.847821, 4.866766, 4.922914, 5.151538, 6.081301",\
|
|
"4.957531, 4.976476, 5.032623, 5.261248, 6.191010",\
|
|
"5.145820, 5.164765, 5.220912, 5.449537, 6.379299",\
|
|
"5.527018, 5.545963, 5.602110, 5.830735, 6.760498",\
|
|
"6.224782, 6.243727, 6.299874, 6.528499, 7.458261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.034588, 0.052117, 0.118816, 0.433086, 1.756914",\
|
|
"0.034588, 0.052117, 0.118816, 0.433086, 1.756914",\
|
|
"0.034588, 0.052117, 0.118816, 0.433086, 1.756914",\
|
|
"0.034588, 0.052117, 0.118816, 0.433086, 1.756914",\
|
|
"0.034588, 0.052117, 0.118816, 0.433086, 1.756914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "4.792817, 4.808035, 4.847638, 4.964752, 5.401223",\
|
|
"4.902526, 4.917745, 4.957347, 5.074461, 5.510932",\
|
|
"5.090815, 5.106033, 5.145636, 5.262750, 5.699221",\
|
|
"5.472013, 5.487232, 5.526834, 5.643949, 6.080420",\
|
|
"6.169777, 6.184996, 6.224598, 6.341712, 6.778183");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.033023, 0.042946, 0.077589, 0.217084, 0.832104",\
|
|
"0.033023, 0.042946, 0.077589, 0.217084, 0.832104",\
|
|
"0.033023, 0.042946, 0.077589, 0.217084, 0.832104",\
|
|
"0.033023, 0.042946, 0.077589, 0.217084, 0.832104",\
|
|
"0.033023, 0.042946, 0.077589, 0.217084, 0.832104");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "4.618706, 4.637651, 4.692025, 4.914480, 5.832723",\
|
|
"4.718358, 4.737303, 4.791677, 5.014132, 5.932375",\
|
|
"4.887835, 4.906780, 4.961154, 5.183609, 6.101851",\
|
|
"5.216037, 5.234982, 5.289356, 5.511811, 6.430054",\
|
|
"5.764496, 5.783441, 5.837815, 6.060270, 6.978513");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.034588, 0.052117, 0.115511, 0.418079, 1.700331",\
|
|
"0.034588, 0.052117, 0.115511, 0.418079, 1.700331",\
|
|
"0.034588, 0.052117, 0.115511, 0.418079, 1.700331",\
|
|
"0.034588, 0.052117, 0.115511, 0.418079, 1.700331",\
|
|
"0.034588, 0.052117, 0.115511, 0.418079, 1.700331");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "4.563701, 4.578920, 4.616743, 4.732865, 5.156481",\
|
|
"4.663353, 4.678572, 4.716395, 4.832517, 5.256134",\
|
|
"4.832830, 4.848049, 4.885872, 5.001994, 5.425611",\
|
|
"5.161033, 5.176251, 5.214075, 5.330196, 5.753813",\
|
|
"5.709491, 5.724710, 5.762533, 5.878655, 6.302271");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.033023, 0.042946, 0.074271, 0.204401, 0.779380",\
|
|
"0.033023, 0.042946, 0.074271, 0.204401, 0.779380",\
|
|
"0.033023, 0.042946, 0.074271, 0.204401, 0.779380",\
|
|
"0.033023, 0.042946, 0.074271, 0.204401, 0.779380",\
|
|
"0.033023, 0.042946, 0.074271, 0.204401, 0.779380");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[31] */
|
|
|
|
pin("mgmt_gpio_oeb[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002649 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "4.914529, 4.933111, 4.989263, 5.214327, 6.149906",\
|
|
"5.024239, 5.042820, 5.098973, 5.324037, 6.259615",\
|
|
"5.212526, 5.231108, 5.287261, 5.512324, 6.447903",\
|
|
"5.593725, 5.612307, 5.668459, 5.893523, 6.829102",\
|
|
"6.291489, 6.310071, 6.366223, 6.591287, 7.526865");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.035942, 0.053387, 0.120504, 0.432992, 1.771059",\
|
|
"0.035942, 0.053387, 0.120504, 0.432992, 1.771059",\
|
|
"0.035942, 0.053387, 0.120504, 0.432992, 1.771059",\
|
|
"0.035942, 0.053387, 0.120504, 0.432992, 1.771059",\
|
|
"0.035942, 0.053387, 0.120504, 0.432992, 1.771059");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "5.012421, 5.027503, 5.067051, 5.184601, 5.622256",\
|
|
"5.122131, 5.137213, 5.176761, 5.294311, 5.731966",\
|
|
"5.310420, 5.325501, 5.365049, 5.482599, 5.920254",\
|
|
"5.691617, 5.706699, 5.746248, 5.863798, 6.301452",\
|
|
"6.389382, 6.404463, 6.444012, 6.561562, 6.999216");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.034000, 0.043931, 0.078797, 0.219184, 0.838420",\
|
|
"0.034000, 0.043931, 0.078797, 0.219184, 0.838420",\
|
|
"0.034000, 0.043931, 0.078797, 0.219184, 0.838420",\
|
|
"0.034000, 0.043931, 0.078797, 0.219184, 0.838420",\
|
|
"0.034000, 0.043931, 0.078797, 0.219184, 0.838420");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "4.656726, 4.675308, 4.729429, 4.952317, 5.867234",\
|
|
"4.756379, 4.774961, 4.829082, 5.051970, 5.966887",\
|
|
"4.925856, 4.944438, 4.998559, 5.221447, 6.136363",\
|
|
"5.254058, 5.272640, 5.326761, 5.549649, 6.464565",\
|
|
"5.802517, 5.821099, 5.875220, 6.098108, 7.013024");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.035942, 0.053387, 0.116857, 0.419652, 1.702355",\
|
|
"0.035942, 0.053387, 0.116857, 0.419652, 1.702355",\
|
|
"0.035942, 0.053387, 0.116857, 0.419652, 1.702355",\
|
|
"0.035942, 0.053387, 0.116857, 0.419652, 1.702355",\
|
|
"0.035942, 0.053387, 0.116857, 0.419652, 1.702355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "4.729342, 4.744424, 4.781936, 4.898398, 5.321883",\
|
|
"4.828995, 4.844077, 4.881588, 4.998051, 5.421535",\
|
|
"4.998472, 5.013553, 5.051065, 5.167527, 5.591012",\
|
|
"5.326674, 5.341755, 5.379267, 5.495729, 5.919214",\
|
|
"5.875133, 5.890214, 5.927726, 6.044188, 6.467673");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.034000, 0.043931, 0.075136, 0.205080, 0.779737",\
|
|
"0.034000, 0.043931, 0.075136, 0.205080, 0.779737",\
|
|
"0.034000, 0.043931, 0.075136, 0.205080, 0.779737",\
|
|
"0.034000, 0.043931, 0.075136, 0.205080, 0.779737",\
|
|
"0.034000, 0.043931, 0.075136, 0.205080, 0.779737");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[30] */
|
|
|
|
pin("mgmt_gpio_oeb[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001892 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "4.998071, 5.017639, 5.074469, 5.303938, 6.229191",\
|
|
"5.107780, 5.127348, 5.184179, 5.413648, 6.338901",\
|
|
"5.296069, 5.315637, 5.372467, 5.601936, 6.527189",\
|
|
"5.677267, 5.696835, 5.753665, 5.983134, 6.908387",\
|
|
"6.375031, 6.394599, 6.451430, 6.680899, 7.606152");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.037131, 0.054506, 0.120419, 0.433787, 1.756871",\
|
|
"0.037131, 0.054506, 0.120419, 0.433787, 1.756871",\
|
|
"0.037131, 0.054506, 0.120419, 0.433787, 1.756871",\
|
|
"0.037131, 0.054506, 0.120419, 0.433787, 1.756871",\
|
|
"0.037131, 0.054506, 0.120419, 0.433787, 1.756871");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "4.831352, 4.846818, 4.886322, 5.003674, 5.440784",\
|
|
"4.941062, 4.956528, 4.996032, 5.113384, 5.550493",\
|
|
"5.129350, 5.144816, 5.184320, 5.301672, 5.738781",\
|
|
"5.510549, 5.526014, 5.565518, 5.682870, 6.119980",\
|
|
"6.208313, 6.223779, 6.263283, 6.380635, 6.817744");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.032718, 0.042890, 0.077640, 0.217361, 0.833691",\
|
|
"0.032718, 0.042890, 0.077640, 0.217361, 0.833691",\
|
|
"0.032718, 0.042890, 0.077640, 0.217361, 0.833691",\
|
|
"0.032718, 0.042890, 0.077640, 0.217361, 0.833691",\
|
|
"0.032718, 0.042890, 0.077640, 0.217361, 0.833691");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "4.719756, 4.739324, 4.794333, 5.017480, 5.932695",\
|
|
"4.819408, 4.838976, 4.893985, 5.117132, 6.032348",\
|
|
"4.988885, 5.008453, 5.063462, 5.286609, 6.201825",\
|
|
"5.317088, 5.336656, 5.391664, 5.614811, 6.530027",\
|
|
"5.865546, 5.885114, 5.940123, 6.163270, 7.078485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.037131, 0.054506, 0.117059, 0.418437, 1.701885",\
|
|
"0.037131, 0.054506, 0.117059, 0.418437, 1.701885",\
|
|
"0.037131, 0.054506, 0.117059, 0.418437, 1.701885",\
|
|
"0.037131, 0.054506, 0.117059, 0.418437, 1.701885",\
|
|
"0.037131, 0.054506, 0.117059, 0.418437, 1.701885");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "4.573800, 4.589266, 4.626944, 4.743310, 5.167243",\
|
|
"4.673452, 4.688918, 4.726596, 4.842962, 5.266895",\
|
|
"4.842929, 4.858395, 4.896072, 5.012439, 5.436373",\
|
|
"5.171132, 5.186597, 5.224275, 5.340641, 5.764575",\
|
|
"5.719590, 5.735056, 5.772734, 5.889100, 6.313033");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.032718, 0.042890, 0.074267, 0.204381, 0.779658",\
|
|
"0.032718, 0.042890, 0.074267, 0.204381, 0.779658",\
|
|
"0.032718, 0.042890, 0.074267, 0.204381, 0.779658",\
|
|
"0.032718, 0.042890, 0.074267, 0.204381, 0.779658",\
|
|
"0.032718, 0.042890, 0.074267, 0.204381, 0.779658");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[29] */
|
|
|
|
pin("mgmt_gpio_oeb[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001966 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "4.808509, 4.827454, 4.883552, 5.112453, 6.040742",\
|
|
"4.918219, 4.937164, 4.993262, 5.222163, 6.150452",\
|
|
"5.106506, 5.125452, 5.181550, 5.410451, 6.338740",\
|
|
"5.487705, 5.506650, 5.562748, 5.791649, 6.719939",\
|
|
"6.185469, 6.204414, 6.260512, 6.489413, 7.417702");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.034672, 0.052212, 0.118901, 0.433310, 1.756711",\
|
|
"0.034672, 0.052212, 0.118901, 0.433310, 1.756711",\
|
|
"0.034672, 0.052212, 0.118901, 0.433310, 1.756711",\
|
|
"0.034672, 0.052212, 0.118901, 0.433310, 1.756711",\
|
|
"0.034672, 0.052212, 0.118901, 0.433310, 1.756711");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "4.846784, 4.862189, 4.901619, 5.018966, 5.455747",\
|
|
"4.956493, 4.971899, 5.011329, 5.128675, 5.565456",\
|
|
"5.144782, 5.160187, 5.199617, 5.316964, 5.753745",\
|
|
"5.525980, 5.541386, 5.580816, 5.698163, 6.134943",\
|
|
"6.223744, 6.239150, 6.278580, 6.395926, 6.832707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.032793, 0.042957, 0.077635, 0.217127, 0.832433",\
|
|
"0.032793, 0.042957, 0.077635, 0.217127, 0.832433",\
|
|
"0.032793, 0.042957, 0.077635, 0.217127, 0.832433",\
|
|
"0.032793, 0.042957, 0.077635, 0.217127, 0.832433",\
|
|
"0.032793, 0.042957, 0.077635, 0.217127, 0.832433");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "4.559350, 4.578296, 4.632618, 4.855345, 5.772050",\
|
|
"4.659003, 4.677948, 4.732271, 4.954998, 5.871703",\
|
|
"4.828480, 4.847425, 4.901747, 5.124474, 6.041179",\
|
|
"5.156682, 5.175627, 5.229949, 5.452676, 6.369381",\
|
|
"5.705141, 5.724086, 5.778409, 6.001135, 6.917840");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.034672, 0.052212, 0.115602, 0.418301, 1.700093",\
|
|
"0.034672, 0.052212, 0.115602, 0.418301, 1.700093",\
|
|
"0.034672, 0.052212, 0.115602, 0.418301, 1.700093",\
|
|
"0.034672, 0.052212, 0.115602, 0.418301, 1.700093",\
|
|
"0.034672, 0.052212, 0.115602, 0.418301, 1.700093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "4.572824, 4.588229, 4.625878, 4.742250, 5.166155",\
|
|
"4.672476, 4.687881, 4.725531, 4.841903, 5.265807",\
|
|
"4.841953, 4.857358, 4.895008, 5.011380, 5.435284",\
|
|
"5.170155, 5.185561, 5.223210, 5.339582, 5.763486",\
|
|
"5.718614, 5.734020, 5.771669, 5.888041, 6.311945");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.032793, 0.042957, 0.074324, 0.204440, 0.779672",\
|
|
"0.032793, 0.042957, 0.074324, 0.204440, 0.779672",\
|
|
"0.032793, 0.042957, 0.074324, 0.204440, 0.779672",\
|
|
"0.032793, 0.042957, 0.074324, 0.204440, 0.779672",\
|
|
"0.032793, 0.042957, 0.074324, 0.204440, 0.779672");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[28] */
|
|
|
|
pin("mgmt_gpio_oeb[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002337 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "4.870068, 4.888824, 4.945079, 5.169657, 6.104595",\
|
|
"4.979777, 4.998534, 5.054789, 5.279366, 6.214305",\
|
|
"5.168066, 5.186822, 5.243077, 5.467655, 6.402593",\
|
|
"5.549264, 5.568021, 5.624276, 5.848854, 6.783792",\
|
|
"6.247028, 6.265785, 6.322040, 6.546618, 7.481556");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.035138, 0.052600, 0.119642, 0.431753, 1.762189",\
|
|
"0.035138, 0.052600, 0.119642, 0.431753, 1.762189",\
|
|
"0.035138, 0.052600, 0.119642, 0.431753, 1.762189",\
|
|
"0.035138, 0.052600, 0.119642, 0.431753, 1.762189",\
|
|
"0.035138, 0.052600, 0.119642, 0.431753, 1.762189");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "4.837754, 4.852753, 4.892408, 5.009574, 5.446982",\
|
|
"4.947464, 4.962463, 5.002118, 5.119284, 5.556692",\
|
|
"5.135752, 5.150751, 5.190406, 5.307572, 5.744980",\
|
|
"5.516950, 5.531950, 5.571605, 5.688771, 6.126179",\
|
|
"6.214714, 6.229713, 6.269369, 6.386535, 6.823943");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.033369, 0.043173, 0.078112, 0.218523, 0.837145",\
|
|
"0.033369, 0.043173, 0.078112, 0.218523, 0.837145",\
|
|
"0.033369, 0.043173, 0.078112, 0.218523, 0.837145",\
|
|
"0.033369, 0.043173, 0.078112, 0.218523, 0.837145",\
|
|
"0.033369, 0.043173, 0.078112, 0.218523, 0.837145");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "4.609872, 4.628628, 4.682912, 4.905363, 5.823205",\
|
|
"4.709524, 4.728281, 4.782564, 5.005015, 5.922858",\
|
|
"4.879001, 4.897758, 4.952041, 5.174491, 6.092335",\
|
|
"5.207203, 5.225960, 5.280243, 5.502694, 6.420537",\
|
|
"5.755662, 5.774418, 5.828702, 6.051153, 6.968996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.035138, 0.052600, 0.116041, 0.418616, 1.700329",\
|
|
"0.035138, 0.052600, 0.116041, 0.418616, 1.700329",\
|
|
"0.035138, 0.052600, 0.116041, 0.418616, 1.700329",\
|
|
"0.035138, 0.052600, 0.116041, 0.418616, 1.700329",\
|
|
"0.035138, 0.052600, 0.116041, 0.418616, 1.700329");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "4.532732, 4.547731, 4.585409, 4.701503, 5.124942",\
|
|
"4.632384, 4.647384, 4.685062, 4.801156, 5.224595",\
|
|
"4.801861, 4.816860, 4.854538, 4.970633, 5.394071",\
|
|
"5.130063, 5.145062, 5.182741, 5.298835, 5.722273",\
|
|
"5.678522, 5.693521, 5.731199, 5.847293, 6.270732");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.033369, 0.043173, 0.074496, 0.204640, 0.779378",\
|
|
"0.033369, 0.043173, 0.074496, 0.204640, 0.779378",\
|
|
"0.033369, 0.043173, 0.074496, 0.204640, 0.779378",\
|
|
"0.033369, 0.043173, 0.074496, 0.204640, 0.779378",\
|
|
"0.033369, 0.043173, 0.074496, 0.204640, 0.779378");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[27] */
|
|
|
|
pin("mgmt_gpio_oeb[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "4.915429, 4.934328, 4.990417, 5.219409, 6.151465",\
|
|
"5.025138, 5.044038, 5.100127, 5.329119, 6.261175",\
|
|
"5.213427, 5.232327, 5.288415, 5.517407, 6.449464",\
|
|
"5.594625, 5.613525, 5.669614, 5.898606, 6.830662",\
|
|
"6.292389, 6.311289, 6.367378, 6.596370, 7.528426");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.034809, 0.052339, 0.119055, 0.433566, 1.766760",\
|
|
"0.034809, 0.052339, 0.119055, 0.433566, 1.766760",\
|
|
"0.034809, 0.052339, 0.119055, 0.433566, 1.766760",\
|
|
"0.034809, 0.052339, 0.119055, 0.433566, 1.766760",\
|
|
"0.034809, 0.052339, 0.119055, 0.433566, 1.766760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "4.863699, 4.878968, 4.918512, 5.035718, 5.472370",\
|
|
"4.973409, 4.988678, 5.028222, 5.145428, 5.582079",\
|
|
"5.161697, 5.176966, 5.216510, 5.333716, 5.770368",\
|
|
"5.542896, 5.558165, 5.597709, 5.714915, 6.151567",\
|
|
"6.240660, 6.255929, 6.295473, 6.412679, 6.849330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.032967, 0.042969, 0.077641, 0.217203, 0.832590",\
|
|
"0.032967, 0.042969, 0.077641, 0.217203, 0.832590",\
|
|
"0.032967, 0.042969, 0.077641, 0.217203, 0.832590",\
|
|
"0.032967, 0.042969, 0.077641, 0.217203, 0.832590",\
|
|
"0.032967, 0.042969, 0.077641, 0.217203, 0.832590");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "4.676815, 4.695714, 4.750012, 4.972790, 5.889113",\
|
|
"4.776467, 4.795367, 4.849665, 5.072443, 5.988766",\
|
|
"4.945944, 4.964844, 5.019142, 5.241920, 6.158243",\
|
|
"5.274147, 5.293046, 5.347344, 5.570122, 6.486445",\
|
|
"5.822605, 5.841505, 5.895802, 6.118580, 7.034904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.034809, 0.052339, 0.115736, 0.418460, 1.700047",\
|
|
"0.034809, 0.052339, 0.115736, 0.418460, 1.700047",\
|
|
"0.034809, 0.052339, 0.115736, 0.418460, 1.700047",\
|
|
"0.034809, 0.052339, 0.115736, 0.418460, 1.700047",\
|
|
"0.034809, 0.052339, 0.115736, 0.418460, 1.700047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "4.626412, 4.641681, 4.679429, 4.795640, 5.219348",\
|
|
"4.726065, 4.741333, 4.779081, 4.895293, 5.319000",\
|
|
"4.895542, 4.910810, 4.948558, 5.064770, 5.488477",\
|
|
"5.223744, 5.239013, 5.276761, 5.392972, 5.816679",\
|
|
"5.772202, 5.787471, 5.825219, 5.941431, 6.365138");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.032967, 0.042969, 0.074309, 0.204435, 0.779487",\
|
|
"0.032967, 0.042969, 0.074309, 0.204435, 0.779487",\
|
|
"0.032967, 0.042969, 0.074309, 0.204435, 0.779487",\
|
|
"0.032967, 0.042969, 0.074309, 0.204435, 0.779487",\
|
|
"0.032967, 0.042969, 0.074309, 0.204435, 0.779487");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[26] */
|
|
|
|
pin("mgmt_gpio_oeb[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002469 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "4.823863, 4.837228, 4.891324, 5.115839, 6.050416",\
|
|
"4.933573, 4.946938, 5.001033, 5.225549, 6.160125",\
|
|
"5.121861, 5.135226, 5.189322, 5.413837, 6.348413",\
|
|
"5.503060, 5.516425, 5.570520, 5.795036, 6.729612",\
|
|
"6.200824, 6.214189, 6.268284, 6.492800, 7.427376");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.035347, 0.052806, 0.119836, 0.431765, 1.761164",\
|
|
"0.035347, 0.052806, 0.119836, 0.431765, 1.761164",\
|
|
"0.035347, 0.052806, 0.119836, 0.431765, 1.761164",\
|
|
"0.035347, 0.052806, 0.119836, 0.431765, 1.761164",\
|
|
"0.035347, 0.052806, 0.119836, 0.431765, 1.761164");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "4.773685, 4.783729, 4.821846, 4.938975, 5.376060",\
|
|
"4.883395, 4.893439, 4.931555, 5.048685, 5.485770",\
|
|
"5.071683, 5.081727, 5.119844, 5.236973, 5.674058",\
|
|
"5.452882, 5.462926, 5.501043, 5.618172, 6.055257",\
|
|
"6.150645, 6.160689, 6.198806, 6.315935, 6.753020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.033503, 0.043280, 0.078185, 0.218410, 0.836142",\
|
|
"0.033503, 0.043280, 0.078185, 0.218410, 0.836142",\
|
|
"0.033503, 0.043280, 0.078185, 0.218410, 0.836142",\
|
|
"0.033503, 0.043280, 0.078185, 0.218410, 0.836142",\
|
|
"0.033503, 0.043280, 0.078185, 0.218410, 0.836142");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "4.566364, 4.585063, 4.639330, 4.861765, 5.779528",\
|
|
"4.666016, 4.684716, 4.738983, 4.961417, 5.879180",\
|
|
"4.835493, 4.854193, 4.908460, 5.130894, 6.048657",\
|
|
"5.163695, 5.182395, 5.236662, 5.459096, 6.376859",\
|
|
"5.712154, 5.730854, 5.785121, 6.007555, 6.925318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.035347, 0.052806, 0.116252, 0.418823, 1.700340",\
|
|
"0.035347, 0.052806, 0.116252, 0.418823, 1.700340",\
|
|
"0.035347, 0.052806, 0.116252, 0.418823, 1.700340",\
|
|
"0.035347, 0.052806, 0.116252, 0.418823, 1.700340",\
|
|
"0.035347, 0.052806, 0.116252, 0.418823, 1.700340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "4.495931, 4.510857, 4.548500, 4.664573, 5.087929",\
|
|
"4.595584, 4.610509, 4.648152, 4.764226, 5.187582",\
|
|
"4.765061, 4.779986, 4.817629, 4.933703, 5.357059",\
|
|
"5.093263, 5.108189, 5.145832, 5.261905, 5.685261",\
|
|
"5.641722, 5.656648, 5.694291, 5.810364, 6.233720");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.033503, 0.043280, 0.074586, 0.204736, 0.779366",\
|
|
"0.033503, 0.043280, 0.074586, 0.204736, 0.779366",\
|
|
"0.033503, 0.043280, 0.074586, 0.204736, 0.779366",\
|
|
"0.033503, 0.043280, 0.074586, 0.204736, 0.779366",\
|
|
"0.033503, 0.043280, 0.074586, 0.204736, 0.779366");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[25] */
|
|
|
|
pin("mgmt_gpio_oeb[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002275 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "4.861465, 4.880251, 4.936481, 5.161055, 6.095667",\
|
|
"4.971175, 4.989961, 5.046190, 5.270765, 6.205377",\
|
|
"5.159463, 5.178249, 5.234478, 5.459053, 6.393665",\
|
|
"5.540662, 5.559448, 5.615677, 5.840251, 6.774864",\
|
|
"6.238426, 6.257212, 6.313441, 6.538016, 7.472628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.035050, 0.052524, 0.119503, 0.431473, 1.761191",\
|
|
"0.035050, 0.052524, 0.119503, 0.431473, 1.761191",\
|
|
"0.035050, 0.052524, 0.119503, 0.431473, 1.761191",\
|
|
"0.035050, 0.052524, 0.119503, 0.431473, 1.761191",\
|
|
"0.035050, 0.052524, 0.119503, 0.431473, 1.761191");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "4.829824, 4.844872, 4.884504, 5.001677, 5.438934",\
|
|
"4.939534, 4.954582, 4.994214, 5.111386, 5.548644",\
|
|
"5.127822, 5.142870, 5.182502, 5.299675, 5.736932",\
|
|
"5.509020, 5.524068, 5.563701, 5.680873, 6.118130",\
|
|
"6.206785, 6.221833, 6.261465, 6.378637, 6.815895");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.033292, 0.043133, 0.078019, 0.218260, 0.836233",\
|
|
"0.033292, 0.043133, 0.078019, 0.218260, 0.836233",\
|
|
"0.033292, 0.043133, 0.078019, 0.218260, 0.836233",\
|
|
"0.033292, 0.043133, 0.078019, 0.218260, 0.836233",\
|
|
"0.033292, 0.043133, 0.078019, 0.218260, 0.836233");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "4.621062, 4.639848, 4.694142, 4.916621, 5.834383",\
|
|
"4.720715, 4.739501, 4.793795, 5.016273, 5.934036",\
|
|
"4.890191, 4.908977, 4.963272, 5.185750, 6.103513",\
|
|
"5.218393, 5.237179, 5.291474, 5.513952, 6.431715",\
|
|
"5.766852, 5.785638, 5.839933, 6.062411, 6.980174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.035050, 0.052524, 0.115956, 0.418543, 1.700305",\
|
|
"0.035050, 0.052524, 0.115956, 0.418543, 1.700305",\
|
|
"0.035050, 0.052524, 0.115956, 0.418543, 1.700305",\
|
|
"0.035050, 0.052524, 0.115956, 0.418543, 1.700305",\
|
|
"0.035050, 0.052524, 0.115956, 0.418543, 1.700305");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "4.578645, 4.593693, 4.631386, 4.747502, 5.170994",\
|
|
"4.678298, 4.693346, 4.731039, 4.847155, 5.270647",\
|
|
"4.847775, 4.862823, 4.900515, 5.016632, 5.440123",\
|
|
"5.175977, 5.191025, 5.228717, 5.344834, 5.768325",\
|
|
"5.724436, 5.739484, 5.777176, 5.893293, 6.316784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.033292, 0.043133, 0.074459, 0.204599, 0.779399",\
|
|
"0.033292, 0.043133, 0.074459, 0.204599, 0.779399",\
|
|
"0.033292, 0.043133, 0.074459, 0.204599, 0.779399",\
|
|
"0.033292, 0.043133, 0.074459, 0.204599, 0.779399",\
|
|
"0.033292, 0.043133, 0.074459, 0.204599, 0.779399");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[24] */
|
|
|
|
pin("mgmt_gpio_oeb[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002373 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "4.778967, 4.797698, 4.853862, 5.082674, 6.012615",\
|
|
"4.888677, 4.907408, 4.963572, 5.192384, 6.122325",\
|
|
"5.076965, 5.095696, 5.151860, 5.380672, 6.310614",\
|
|
"5.458164, 5.476895, 5.533059, 5.761871, 6.691813",\
|
|
"6.155929, 6.174660, 6.230824, 6.459636, 7.389577");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.035170, 0.052643, 0.119510, 0.434211, 1.759069",\
|
|
"0.035170, 0.052643, 0.119510, 0.434211, 1.759069",\
|
|
"0.035170, 0.052643, 0.119510, 0.434211, 1.759069",\
|
|
"0.035170, 0.052643, 0.119510, 0.434211, 1.759069",\
|
|
"0.035170, 0.052643, 0.119510, 0.434211, 1.759069");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "4.733634, 4.748595, 4.788151, 4.905276, 5.341966",\
|
|
"4.843343, 4.858305, 4.897861, 5.014986, 5.451675",\
|
|
"5.031631, 5.046593, 5.086149, 5.203274, 5.639963",\
|
|
"5.412830, 5.427792, 5.467348, 5.584473, 6.021162",\
|
|
"6.110594, 6.125556, 6.165112, 6.282237, 6.718926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.033411, 0.043214, 0.077970, 0.217838, 0.834114",\
|
|
"0.033411, 0.043214, 0.077970, 0.217838, 0.834114",\
|
|
"0.033411, 0.043214, 0.077970, 0.217838, 0.834114",\
|
|
"0.033411, 0.043214, 0.077970, 0.217838, 0.834114",\
|
|
"0.033411, 0.043214, 0.077970, 0.217838, 0.834114");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "4.527741, 4.546472, 4.600776, 4.823183, 5.741236",\
|
|
"4.627393, 4.646124, 4.700428, 4.922835, 5.840889",\
|
|
"4.796871, 4.815602, 4.869905, 5.092313, 6.010366",\
|
|
"5.125073, 5.143804, 5.198108, 5.420515, 6.338568",\
|
|
"5.673531, 5.692262, 5.746566, 5.968973, 6.887026");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.035170, 0.052643, 0.116072, 0.418627, 1.700367",\
|
|
"0.035170, 0.052643, 0.116072, 0.418627, 1.700367",\
|
|
"0.035170, 0.052643, 0.116072, 0.418627, 1.700367",\
|
|
"0.035170, 0.052643, 0.116072, 0.418627, 1.700367",\
|
|
"0.035170, 0.052643, 0.116072, 0.418627, 1.700367");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "4.471412, 4.486374, 4.524064, 4.640146, 5.063556",\
|
|
"4.571064, 4.586026, 4.623716, 4.739798, 5.163208",\
|
|
"4.740542, 4.755504, 4.793193, 4.909276, 5.332685",\
|
|
"5.068744, 5.083706, 5.121396, 5.237478, 5.660888",\
|
|
"5.617202, 5.632164, 5.669854, 5.785936, 6.209346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.033411, 0.043214, 0.074518, 0.204664, 0.779367",\
|
|
"0.033411, 0.043214, 0.074518, 0.204664, 0.779367",\
|
|
"0.033411, 0.043214, 0.074518, 0.204664, 0.779367",\
|
|
"0.033411, 0.043214, 0.074518, 0.204664, 0.779367",\
|
|
"0.033411, 0.043214, 0.074518, 0.204664, 0.779367");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[23] */
|
|
|
|
pin("mgmt_gpio_oeb[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002565 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "4.846086, 4.864747, 4.920926, 5.145416, 6.079832",\
|
|
"4.955795, 4.974456, 5.030636, 5.255126, 6.189542",\
|
|
"5.144083, 5.162744, 5.218924, 5.443413, 6.377830",\
|
|
"5.525282, 5.543943, 5.600122, 5.824612, 6.759028",\
|
|
"6.223046, 6.241707, 6.297887, 6.522377, 7.456793");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.035490, 0.052946, 0.119919, 0.431748, 1.760521",\
|
|
"0.035490, 0.052946, 0.119919, 0.431748, 1.760521",\
|
|
"0.035490, 0.052946, 0.119919, 0.431748, 1.760521",\
|
|
"0.035490, 0.052946, 0.119919, 0.431748, 1.760521",\
|
|
"0.035490, 0.052946, 0.119919, 0.431748, 1.760521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "4.816446, 4.831326, 4.870860, 4.988007, 5.424892",\
|
|
"4.926156, 4.941036, 4.980570, 5.097716, 5.534602",\
|
|
"5.114444, 5.129324, 5.168858, 5.286005, 5.722890",\
|
|
"5.495642, 5.510523, 5.550056, 5.667203, 6.104088",\
|
|
"6.193407, 6.208287, 6.247821, 6.364967, 6.801853");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.033591, 0.043360, 0.078194, 0.218319, 0.835515",\
|
|
"0.033591, 0.043360, 0.078194, 0.218319, 0.835515",\
|
|
"0.033591, 0.043360, 0.078194, 0.218319, 0.835515",\
|
|
"0.033591, 0.043360, 0.078194, 0.218319, 0.835515",\
|
|
"0.033591, 0.043360, 0.078194, 0.218319, 0.835515");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "4.597500, 4.616161, 4.670418, 4.892828, 5.810608",\
|
|
"4.697153, 4.715814, 4.770071, 4.992481, 5.910262",\
|
|
"4.866629, 4.885290, 4.939548, 5.161957, 6.079738",\
|
|
"5.194831, 5.213492, 5.267750, 5.490160, 6.407940",\
|
|
"5.743290, 5.761951, 5.816209, 6.038619, 6.956399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.035490, 0.052946, 0.116396, 0.418957, 1.700360",\
|
|
"0.035490, 0.052946, 0.116396, 0.418957, 1.700360",\
|
|
"0.035490, 0.052946, 0.116396, 0.418957, 1.700360",\
|
|
"0.035490, 0.052946, 0.116396, 0.418957, 1.700360",\
|
|
"0.035490, 0.052946, 0.116396, 0.418957, 1.700360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "4.550883, 4.565764, 4.603371, 4.719442, 5.142752",\
|
|
"4.650536, 4.665417, 4.703023, 4.819095, 5.242404",\
|
|
"4.820013, 4.834893, 4.872500, 4.988571, 5.411881",\
|
|
"5.148215, 5.163095, 5.200702, 5.316773, 5.740083",\
|
|
"5.696674, 5.711555, 5.749161, 5.865232, 6.288542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.033591, 0.043360, 0.074657, 0.204810, 0.779374",\
|
|
"0.033591, 0.043360, 0.074657, 0.204810, 0.779374",\
|
|
"0.033591, 0.043360, 0.074657, 0.204810, 0.779374",\
|
|
"0.033591, 0.043360, 0.074657, 0.204810, 0.779374",\
|
|
"0.033591, 0.043360, 0.074657, 0.204810, 0.779374");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[22] */
|
|
|
|
pin("mgmt_gpio_oeb[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002159 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "4.940638, 4.959483, 5.015675, 5.244820, 6.174127",\
|
|
"5.050348, 5.069193, 5.125385, 5.354529, 6.283837",\
|
|
"5.238636, 5.257481, 5.313673, 5.542818, 6.472125",\
|
|
"5.619835, 5.638680, 5.694872, 5.924017, 6.853323",\
|
|
"6.317600, 6.336445, 6.392637, 6.621781, 7.551089");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.034931, 0.052428, 0.119330, 0.434376, 1.760100",\
|
|
"0.034931, 0.052428, 0.119330, 0.434376, 1.760100",\
|
|
"0.034931, 0.052428, 0.119330, 0.434376, 1.760100",\
|
|
"0.034931, 0.052428, 0.119330, 0.434376, 1.760100",\
|
|
"0.034931, 0.052428, 0.119330, 0.434376, 1.760100");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "5.025661, 5.040835, 5.080427, 5.197655, 5.634850",\
|
|
"5.135371, 5.150545, 5.190136, 5.307364, 5.744559",\
|
|
"5.323659, 5.338833, 5.378425, 5.495653, 5.932847",\
|
|
"5.704858, 5.720032, 5.759624, 5.876852, 6.314046",\
|
|
"6.402623, 6.417797, 6.457388, 6.574616, 7.011811");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.033118, 0.043060, 0.077898, 0.217966, 0.835377",\
|
|
"0.033118, 0.043060, 0.077898, 0.217966, 0.835377",\
|
|
"0.033118, 0.043060, 0.077898, 0.217966, 0.835377",\
|
|
"0.033118, 0.043060, 0.077898, 0.217966, 0.835377",\
|
|
"0.033118, 0.043060, 0.077898, 0.217966, 0.835377");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "4.577566, 4.596411, 4.650705, 4.873313, 5.790463",\
|
|
"4.677218, 4.696064, 4.750358, 4.972965, 5.890115",\
|
|
"4.846695, 4.865541, 4.919835, 5.142442, 6.059592",\
|
|
"5.174898, 5.193743, 5.248037, 5.470644, 6.387794",\
|
|
"5.723356, 5.742201, 5.796495, 6.019103, 6.936253");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.034931, 0.052428, 0.115847, 0.418493, 1.700194",\
|
|
"0.034931, 0.052428, 0.115847, 0.418493, 1.700194",\
|
|
"0.034931, 0.052428, 0.115847, 0.418493, 1.700194",\
|
|
"0.034931, 0.052428, 0.115847, 0.418493, 1.700194",\
|
|
"0.034931, 0.052428, 0.115847, 0.418493, 1.700194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "4.544136, 4.559309, 4.596997, 4.713191, 5.136818",\
|
|
"4.643788, 4.658961, 4.696650, 4.812843, 5.236470",\
|
|
"4.813265, 4.828439, 4.866127, 4.982320, 5.405947",\
|
|
"5.141467, 5.156641, 5.194329, 5.310523, 5.734149",\
|
|
"5.689926, 5.705099, 5.742787, 5.858981, 6.282608");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.033118, 0.043060, 0.074401, 0.204533, 0.779479",\
|
|
"0.033118, 0.043060, 0.074401, 0.204533, 0.779479",\
|
|
"0.033118, 0.043060, 0.074401, 0.204533, 0.779479",\
|
|
"0.033118, 0.043060, 0.074401, 0.204533, 0.779479",\
|
|
"0.033118, 0.043060, 0.074401, 0.204533, 0.779479");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[21] */
|
|
|
|
pin("mgmt_gpio_oeb[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001618 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "4.905639, 4.924853, 4.981033, 5.209574, 6.139496",\
|
|
"5.015348, 5.034563, 5.090743, 5.319284, 6.249206",\
|
|
"5.203636, 5.222851, 5.279030, 5.507572, 6.437493",\
|
|
"5.584835, 5.604050, 5.660229, 5.888771, 6.818692",\
|
|
"6.282599, 6.301814, 6.357994, 6.586535, 7.516457");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.033910, 0.051501, 0.118073, 0.432127, 1.755820",\
|
|
"0.033910, 0.051501, 0.118073, 0.432127, 1.755820",\
|
|
"0.033910, 0.051501, 0.118073, 0.432127, 1.755820",\
|
|
"0.033910, 0.051501, 0.118073, 0.432127, 1.755820",\
|
|
"0.033910, 0.051501, 0.118073, 0.432127, 1.755820");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "4.931134, 4.946683, 4.986368, 5.103509, 5.540045",\
|
|
"5.040843, 5.056393, 5.096078, 5.213219, 5.649755",\
|
|
"5.229132, 5.244681, 5.284366, 5.401507, 5.838043",\
|
|
"5.610330, 5.625880, 5.665565, 5.782706, 6.219242",\
|
|
"6.308095, 6.323644, 6.363329, 6.480470, 6.917006");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.032560, 0.042642, 0.077221, 0.216527, 0.831121",\
|
|
"0.032560, 0.042642, 0.077221, 0.216527, 0.831121",\
|
|
"0.032560, 0.042642, 0.077221, 0.216527, 0.831121",\
|
|
"0.032560, 0.042642, 0.077221, 0.216527, 0.831121",\
|
|
"0.032560, 0.042642, 0.077221, 0.216527, 0.831121");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "4.650655, 4.669870, 4.724320, 4.946809, 5.865383",\
|
|
"4.750308, 4.769523, 4.823973, 5.046462, 5.965036",\
|
|
"4.919785, 4.938999, 4.993449, 5.215939, 6.134513",\
|
|
"5.247987, 5.267201, 5.321651, 5.544141, 6.462715",\
|
|
"5.796446, 5.815660, 5.870111, 6.092600, 7.011174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.033910, 0.051501, 0.114861, 0.417436, 1.700308",\
|
|
"0.033910, 0.051501, 0.114861, 0.417436, 1.700308",\
|
|
"0.033910, 0.051501, 0.114861, 0.417436, 1.700308",\
|
|
"0.033910, 0.051501, 0.114861, 0.417436, 1.700308",\
|
|
"0.033910, 0.051501, 0.114861, 0.417436, 1.700308");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "4.593997, 4.609547, 4.647498, 4.763685, 5.187556",\
|
|
"4.693650, 4.709200, 4.747150, 4.863338, 5.287209",\
|
|
"4.863127, 4.878676, 4.916627, 5.032814, 5.456686",\
|
|
"5.191329, 5.206879, 5.244829, 5.361016, 5.784888",\
|
|
"5.739788, 5.755338, 5.793288, 5.909475, 6.333347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.032560, 0.042642, 0.073998, 0.204110, 0.779417",\
|
|
"0.032560, 0.042642, 0.073998, 0.204110, 0.779417",\
|
|
"0.032560, 0.042642, 0.073998, 0.204110, 0.779417",\
|
|
"0.032560, 0.042642, 0.073998, 0.204110, 0.779417",\
|
|
"0.032560, 0.042642, 0.073998, 0.204110, 0.779417");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[20] */
|
|
|
|
pin("mgmt_gpio_oeb[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000771 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "4.964307, 4.983984, 5.040016, 5.268405, 6.193996",\
|
|
"5.074017, 5.093694, 5.149725, 5.378115, 6.303706",\
|
|
"5.262306, 5.281982, 5.338014, 5.566403, 6.491995",\
|
|
"5.643505, 5.663181, 5.719213, 5.947602, 6.873194",\
|
|
"6.341269, 6.360946, 6.416977, 6.645367, 7.570958");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.032757, 0.050509, 0.116591, 0.429591, 1.748932",\
|
|
"0.032757, 0.050509, 0.116591, 0.429591, 1.748932",\
|
|
"0.032757, 0.050509, 0.116591, 0.429591, 1.748932",\
|
|
"0.032757, 0.050509, 0.116591, 0.429591, 1.748932",\
|
|
"0.032757, 0.050509, 0.116591, 0.429591, 1.748932");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "5.095467, 5.111961, 5.151813, 5.273909, 5.705219",\
|
|
"5.205176, 5.221671, 5.261522, 5.383618, 5.814929",\
|
|
"5.393465, 5.409959, 5.449811, 5.571907, 6.003216",\
|
|
"5.774663, 5.791158, 5.831009, 5.953105, 6.384415",\
|
|
"6.472428, 6.488923, 6.528774, 6.650870, 7.082181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.032203, 0.042725, 0.076773, 0.216827, 0.825615",\
|
|
"0.032203, 0.042725, 0.076773, 0.216827, 0.825615",\
|
|
"0.032203, 0.042725, 0.076773, 0.216827, 0.825615",\
|
|
"0.032203, 0.042725, 0.076773, 0.216827, 0.825615",\
|
|
"0.032203, 0.042725, 0.076773, 0.216827, 0.825615");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "4.686551, 4.706228, 4.760752, 4.983765, 5.900607",\
|
|
"4.786203, 4.805881, 4.860404, 5.083417, 6.000259",\
|
|
"4.955680, 4.975357, 5.029881, 5.252893, 6.169735",\
|
|
"5.283882, 5.303559, 5.358083, 5.581096, 6.497938",\
|
|
"5.832341, 5.852018, 5.906542, 6.129555, 7.046397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.032757, 0.050509, 0.113779, 0.416583, 1.702094",\
|
|
"0.032757, 0.050509, 0.113779, 0.416583, 1.702094",\
|
|
"0.032757, 0.050509, 0.113779, 0.416583, 1.702094",\
|
|
"0.032757, 0.050509, 0.113779, 0.416583, 1.702094",\
|
|
"0.032757, 0.050509, 0.113779, 0.416583, 1.702094");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "4.781100, 4.797595, 4.835934, 4.952618, 5.377116",\
|
|
"4.880753, 4.897247, 4.935586, 5.052270, 5.476768",\
|
|
"5.050229, 5.066724, 5.105063, 5.221746, 5.646245",\
|
|
"5.378431, 5.394926, 5.433265, 5.549949, 5.974447",\
|
|
"5.926891, 5.943386, 5.981725, 6.098408, 6.522907");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.032203, 0.042725, 0.073951, 0.203725, 0.779758",\
|
|
"0.032203, 0.042725, 0.073951, 0.203725, 0.779758",\
|
|
"0.032203, 0.042725, 0.073951, 0.203725, 0.779758",\
|
|
"0.032203, 0.042725, 0.073951, 0.203725, 0.779758",\
|
|
"0.032203, 0.042725, 0.073951, 0.203725, 0.779758");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[19] */
|
|
|
|
pin("mgmt_gpio_oeb[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001107 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.907704, 4.927240, 4.983350, 5.211306, 6.140709",\
|
|
"5.017414, 5.036950, 5.093060, 5.321016, 6.250419",\
|
|
"5.205702, 5.225238, 5.281348, 5.509304, 6.438707",\
|
|
"5.586901, 5.606437, 5.662547, 5.890503, 6.819906",\
|
|
"6.284665, 6.304201, 6.360311, 6.588267, 7.517670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.033037, 0.050726, 0.116880, 0.429765, 1.750180",\
|
|
"0.033037, 0.050726, 0.116880, 0.429765, 1.750180",\
|
|
"0.033037, 0.050726, 0.116880, 0.429765, 1.750180",\
|
|
"0.033037, 0.050726, 0.116880, 0.429765, 1.750180",\
|
|
"0.033037, 0.050726, 0.116880, 0.429765, 1.750180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.914517, 4.930448, 4.970150, 5.087253, 5.522896",\
|
|
"5.024227, 5.040157, 5.079860, 5.196963, 5.632606",\
|
|
"5.212515, 5.228446, 5.268148, 5.385251, 5.820893",\
|
|
"5.593713, 5.609644, 5.649347, 5.766449, 6.202092",\
|
|
"6.291478, 6.307408, 6.347111, 6.464214, 6.899857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.031992, 0.042264, 0.076504, 0.214847, 0.825788",\
|
|
"0.031992, 0.042264, 0.076504, 0.214847, 0.825788",\
|
|
"0.031992, 0.042264, 0.076504, 0.214847, 0.825788",\
|
|
"0.031992, 0.042264, 0.076504, 0.214847, 0.825788",\
|
|
"0.031992, 0.042264, 0.076504, 0.214847, 0.825788");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.678588, 4.698125, 4.752697, 4.975217, 5.894289",\
|
|
"4.778241, 4.797777, 4.852349, 5.074870, 5.993941",\
|
|
"4.947718, 4.967254, 5.021826, 5.244347, 6.163418",\
|
|
"5.275920, 5.295456, 5.350028, 5.572549, 6.491621",\
|
|
"5.824378, 5.843915, 5.898487, 6.121007, 7.040079");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.033037, 0.050726, 0.114024, 0.416601, 1.700292",\
|
|
"0.033037, 0.050726, 0.114024, 0.416601, 1.700292",\
|
|
"0.033037, 0.050726, 0.114024, 0.416601, 1.700292",\
|
|
"0.033037, 0.050726, 0.114024, 0.416601, 1.700292",\
|
|
"0.033037, 0.050726, 0.114024, 0.416601, 1.700292");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.673709, 4.689640, 4.727801, 4.844038, 5.268201",\
|
|
"4.773362, 4.789292, 4.827453, 4.943691, 5.367854",\
|
|
"4.942838, 4.958769, 4.996930, 5.113167, 5.537330",\
|
|
"5.271040, 5.286971, 5.325132, 5.441370, 5.865532",\
|
|
"5.819499, 5.835430, 5.873591, 5.989829, 6.413991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.031992, 0.042264, 0.073638, 0.203729, 0.779427",\
|
|
"0.031992, 0.042264, 0.073638, 0.203729, 0.779427",\
|
|
"0.031992, 0.042264, 0.073638, 0.203729, 0.779427",\
|
|
"0.031992, 0.042264, 0.073638, 0.203729, 0.779427",\
|
|
"0.031992, 0.042264, 0.073638, 0.203729, 0.779427");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[18] */
|
|
|
|
pin("mgmt_gpio_oeb[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "4.958177, 4.977673, 5.033656, 5.262095, 6.187050",\
|
|
"5.067887, 5.087382, 5.143366, 5.371805, 6.296760",\
|
|
"5.256175, 5.275671, 5.331654, 5.560093, 6.485048",\
|
|
"5.637373, 5.656869, 5.712852, 5.941292, 6.866247",\
|
|
"6.335138, 6.354633, 6.410617, 6.639056, 7.564011");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.033238, 0.050952, 0.117059, 0.430090, 1.748891",\
|
|
"0.033238, 0.050952, 0.117059, 0.430090, 1.748891",\
|
|
"0.033238, 0.050952, 0.117059, 0.430090, 1.748891",\
|
|
"0.033238, 0.050952, 0.117059, 0.430090, 1.748891",\
|
|
"0.033238, 0.050952, 0.117059, 0.430090, 1.748891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "5.032484, 5.048802, 5.088623, 5.210741, 5.641889",\
|
|
"5.142194, 5.158512, 5.198333, 5.320451, 5.751599",\
|
|
"5.330482, 5.346800, 5.386621, 5.508739, 5.939888",\
|
|
"5.711681, 5.727999, 5.767820, 5.889938, 6.321086",\
|
|
"6.409445, 6.425763, 6.465585, 6.587702, 7.018850");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.032649, 0.043075, 0.077064, 0.217064, 0.825625",\
|
|
"0.032649, 0.043075, 0.077064, 0.217064, 0.825625",\
|
|
"0.032649, 0.043075, 0.077064, 0.217064, 0.825625",\
|
|
"0.032649, 0.043075, 0.077064, 0.217064, 0.825625",\
|
|
"0.032649, 0.043075, 0.077064, 0.217064, 0.825625");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "4.648803, 4.668298, 4.722762, 4.945825, 5.862024",\
|
|
"4.748455, 4.767951, 4.822414, 5.045477, 5.961677",\
|
|
"4.917932, 4.937428, 4.991891, 5.214955, 6.131154",\
|
|
"5.246134, 5.265630, 5.320094, 5.543157, 6.459356",\
|
|
"5.794593, 5.814088, 5.868552, 6.091615, 7.007814");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.033238, 0.050952, 0.114241, 0.417076, 1.702060",\
|
|
"0.033238, 0.050952, 0.114241, 0.417076, 1.702060",\
|
|
"0.033238, 0.050952, 0.114241, 0.417076, 1.702060",\
|
|
"0.033238, 0.050952, 0.114241, 0.417076, 1.702060",\
|
|
"0.033238, 0.050952, 0.114241, 0.417076, 1.702060");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "4.686833, 4.703151, 4.741449, 4.858154, 5.282493",\
|
|
"4.786486, 4.802804, 4.841101, 4.957807, 5.382145",\
|
|
"4.955963, 4.972281, 5.010578, 5.127284, 5.551622",\
|
|
"5.284165, 5.300483, 5.338780, 5.455486, 5.879825",\
|
|
"5.832623, 5.848941, 5.887239, 6.003944, 6.428283");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.032649, 0.043075, 0.074236, 0.203956, 0.779774",\
|
|
"0.032649, 0.043075, 0.074236, 0.203956, 0.779774",\
|
|
"0.032649, 0.043075, 0.074236, 0.203956, 0.779774",\
|
|
"0.032649, 0.043075, 0.074236, 0.203956, 0.779774",\
|
|
"0.032649, 0.043075, 0.074236, 0.203956, 0.779774");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[17] */
|
|
|
|
pin("mgmt_gpio_oeb[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001422 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "5.029421, 5.049749, 5.106979, 5.335628, 6.260410",\
|
|
"5.139131, 5.159459, 5.216689, 5.445337, 6.370120",\
|
|
"5.327419, 5.347747, 5.404977, 5.633626, 6.558408",\
|
|
"5.708618, 5.728945, 5.786175, 6.014824, 6.939607",\
|
|
"6.406383, 6.426710, 6.483940, 6.712589, 7.637371");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.037981, 0.055341, 0.120101, 0.430736, 1.749123",\
|
|
"0.037981, 0.055341, 0.120101, 0.430736, 1.749123",\
|
|
"0.037981, 0.055341, 0.120101, 0.430736, 1.749123",\
|
|
"0.037981, 0.055341, 0.120101, 0.430736, 1.749123",\
|
|
"0.037981, 0.055341, 0.120101, 0.430736, 1.749123");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "4.740821, 4.756676, 4.796153, 4.918104, 5.349161",\
|
|
"4.850531, 4.866385, 4.905863, 5.027814, 5.458871",\
|
|
"5.038819, 5.054674, 5.094151, 5.216102, 5.647159",\
|
|
"5.420018, 5.435873, 5.475350, 5.597301, 6.028358",\
|
|
"6.117783, 6.133637, 6.173114, 6.295065, 6.726122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.032360, 0.042722, 0.076940, 0.217356, 0.826067",\
|
|
"0.032360, 0.042722, 0.076940, 0.217356, 0.826067",\
|
|
"0.032360, 0.042722, 0.076940, 0.217356, 0.826067",\
|
|
"0.032360, 0.042722, 0.076940, 0.217356, 0.826067",\
|
|
"0.032360, 0.042722, 0.076940, 0.217356, 0.826067");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "4.609745, 4.630073, 4.685756, 4.908969, 5.824937",\
|
|
"4.709397, 4.729725, 4.785408, 5.008621, 5.924589",\
|
|
"4.878874, 4.899202, 4.954885, 5.178098, 6.094066",\
|
|
"5.207077, 5.227404, 5.283087, 5.506300, 6.422268",\
|
|
"5.755536, 5.775863, 5.831546, 6.054760, 6.970727");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.037981, 0.055341, 0.117228, 0.417554, 1.701778",\
|
|
"0.037981, 0.055341, 0.117228, 0.417554, 1.701778",\
|
|
"0.037981, 0.055341, 0.117228, 0.417554, 1.701778",\
|
|
"0.037981, 0.055341, 0.117228, 0.417554, 1.701778",\
|
|
"0.037981, 0.055341, 0.117228, 0.417554, 1.701778");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "4.442809, 4.458663, 4.496589, 4.613068, 5.037269",\
|
|
"4.542461, 4.558315, 4.596241, 4.712720, 5.136920",\
|
|
"4.711937, 4.727792, 4.765718, 4.882196, 5.306397",\
|
|
"5.040140, 5.055994, 5.093920, 5.210399, 5.634599",\
|
|
"5.588599, 5.604453, 5.642379, 5.758858, 6.183058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.032360, 0.042722, 0.074056, 0.204078, 0.779706",\
|
|
"0.032360, 0.042722, 0.074056, 0.204078, 0.779706",\
|
|
"0.032360, 0.042722, 0.074056, 0.204078, 0.779706",\
|
|
"0.032360, 0.042722, 0.074056, 0.204078, 0.779706",\
|
|
"0.032360, 0.042722, 0.074056, 0.204078, 0.779706");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[16] */
|
|
|
|
pin("mgmt_gpio_oeb[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001097 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "4.844656, 4.864203, 4.920309, 5.148172, 6.077685",\
|
|
"4.954366, 4.973913, 5.030019, 5.257882, 6.187395",\
|
|
"5.142655, 5.162201, 5.218307, 5.446170, 6.375683",\
|
|
"5.523853, 5.543400, 5.599506, 5.827369, 6.756882",\
|
|
"6.221618, 6.241165, 6.297271, 6.525134, 7.454647");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.032997, 0.050690, 0.116808, 0.429564, 1.749671",\
|
|
"0.032997, 0.050690, 0.116808, 0.429564, 1.749671",\
|
|
"0.032997, 0.050690, 0.116808, 0.429564, 1.749671",\
|
|
"0.032997, 0.050690, 0.116808, 0.429564, 1.749671",\
|
|
"0.032997, 0.050690, 0.116808, 0.429564, 1.749671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "4.801918, 4.817832, 4.857553, 4.974618, 5.410110",\
|
|
"4.911628, 4.927541, 4.967262, 5.084328, 5.519819",\
|
|
"5.099916, 5.115829, 5.155550, 5.272616, 5.708107",\
|
|
"5.481115, 5.497028, 5.536749, 5.653815, 6.089306",\
|
|
"6.178880, 6.194793, 6.234514, 6.351580, 6.787071");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.032006, 0.042251, 0.076451, 0.214705, 0.825235",\
|
|
"0.032006, 0.042251, 0.076451, 0.214705, 0.825235",\
|
|
"0.032006, 0.042251, 0.076451, 0.214705, 0.825235",\
|
|
"0.032006, 0.042251, 0.076451, 0.214705, 0.825235",\
|
|
"0.032006, 0.042251, 0.076451, 0.214705, 0.825235");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "4.604837, 4.624383, 4.678968, 4.901455, 5.820742",\
|
|
"4.704489, 4.724036, 4.778621, 5.001107, 5.920394",\
|
|
"4.873966, 4.893513, 4.948098, 5.170584, 6.089871",\
|
|
"5.202168, 5.221715, 5.276300, 5.498786, 6.418073",\
|
|
"5.750628, 5.770174, 5.824759, 6.047246, 6.966532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.032997, 0.050690, 0.113985, 0.416544, 1.700322",\
|
|
"0.032997, 0.050690, 0.113985, 0.416544, 1.700322",\
|
|
"0.032997, 0.050690, 0.113985, 0.416544, 1.700322",\
|
|
"0.032997, 0.050690, 0.113985, 0.416544, 1.700322",\
|
|
"0.032997, 0.050690, 0.113985, 0.416544, 1.700322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "4.546794, 4.562707, 4.600903, 4.717107, 5.141239",\
|
|
"4.646446, 4.662360, 4.700555, 4.816759, 5.240891",\
|
|
"4.815923, 4.831837, 4.870032, 4.986236, 5.410367",\
|
|
"5.144125, 5.160039, 5.198234, 5.314438, 5.738570",\
|
|
"5.692585, 5.708498, 5.746693, 5.862897, 6.287029");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.032006, 0.042251, 0.073618, 0.203711, 0.779386",\
|
|
"0.032006, 0.042251, 0.073618, 0.203711, 0.779386",\
|
|
"0.032006, 0.042251, 0.073618, 0.203711, 0.779386",\
|
|
"0.032006, 0.042251, 0.073618, 0.203711, 0.779386",\
|
|
"0.032006, 0.042251, 0.073618, 0.203711, 0.779386");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[15]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[15] */
|
|
|
|
pin("mgmt_gpio_oeb[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001504 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "4.829958, 4.849239, 4.905343, 5.133360, 6.062979",\
|
|
"4.939668, 4.958949, 5.015053, 5.243070, 6.172688",\
|
|
"5.127956, 5.147237, 5.203341, 5.431358, 6.360977",\
|
|
"5.509155, 5.528436, 5.584540, 5.812557, 6.742176",\
|
|
"6.206920, 6.226201, 6.282304, 6.510322, 7.439940");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.033674, 0.051299, 0.117582, 0.430717, 1.751601",\
|
|
"0.033674, 0.051299, 0.117582, 0.430717, 1.751601",\
|
|
"0.033674, 0.051299, 0.117582, 0.430717, 1.751601",\
|
|
"0.033674, 0.051299, 0.117582, 0.430717, 1.751601",\
|
|
"0.033674, 0.051299, 0.117582, 0.430717, 1.751601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "4.783137, 4.798730, 4.838378, 4.955449, 5.391075",\
|
|
"4.892847, 4.908440, 4.948088, 5.065158, 5.500784",\
|
|
"5.081135, 5.096728, 5.136376, 5.253446, 5.689073",\
|
|
"5.462334, 5.477927, 5.517575, 5.634645, 6.070271",\
|
|
"6.160098, 6.175691, 6.215339, 6.332409, 6.768036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.032464, 0.042561, 0.076862, 0.215447, 0.827009",\
|
|
"0.032464, 0.042561, 0.076862, 0.215447, 0.827009",\
|
|
"0.032464, 0.042561, 0.076862, 0.215447, 0.827009",\
|
|
"0.032464, 0.042561, 0.076862, 0.215447, 0.827009",\
|
|
"0.032464, 0.042561, 0.076862, 0.215447, 0.827009");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "4.589262, 4.608542, 4.663051, 4.885484, 5.804542",\
|
|
"4.688914, 4.708195, 4.762704, 4.985137, 5.904194",\
|
|
"4.858391, 4.877672, 4.932181, 5.154614, 6.073671",\
|
|
"5.186594, 5.205874, 5.260383, 5.482816, 6.401874",\
|
|
"5.735052, 5.754333, 5.808841, 6.031274, 6.950332");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.033674, 0.051299, 0.114632, 0.417177, 1.700361",\
|
|
"0.033674, 0.051299, 0.114632, 0.417177, 1.700361",\
|
|
"0.033674, 0.051299, 0.114632, 0.417177, 1.700361",\
|
|
"0.033674, 0.051299, 0.114632, 0.417177, 1.700361",\
|
|
"0.033674, 0.051299, 0.114632, 0.417177, 1.700361");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "4.531694, 4.547287, 4.585336, 4.701491, 5.125382",\
|
|
"4.631346, 4.646939, 4.684988, 4.801143, 5.225034",\
|
|
"4.800823, 4.816416, 4.854465, 4.970620, 5.394511",\
|
|
"5.129025, 5.144619, 5.182667, 5.298822, 5.722713",\
|
|
"5.677484, 5.693077, 5.731126, 5.847281, 6.271172");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.032464, 0.042561, 0.073901, 0.204011, 0.779368",\
|
|
"0.032464, 0.042561, 0.073901, 0.204011, 0.779368",\
|
|
"0.032464, 0.042561, 0.073901, 0.204011, 0.779368",\
|
|
"0.032464, 0.042561, 0.073901, 0.204011, 0.779368",\
|
|
"0.032464, 0.042561, 0.073901, 0.204011, 0.779368");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[14]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[14] */
|
|
|
|
pin("mgmt_gpio_oeb[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001131 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "4.869007, 4.888533, 4.944638, 5.172483, 6.102051",\
|
|
"4.978716, 4.998242, 5.054348, 5.282193, 6.211761",\
|
|
"5.167005, 5.186531, 5.242636, 5.470481, 6.400049",\
|
|
"5.548203, 5.567729, 5.623835, 5.851679, 6.781248",\
|
|
"6.245967, 6.265493, 6.321599, 6.549444, 7.479012");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.033045, 0.050733, 0.116854, 0.429602, 1.749686",\
|
|
"0.033045, 0.050733, 0.116854, 0.429602, 1.749686",\
|
|
"0.033045, 0.050733, 0.116854, 0.429602, 1.749686",\
|
|
"0.033045, 0.050733, 0.116854, 0.429602, 1.749686",\
|
|
"0.033045, 0.050733, 0.116854, 0.429602, 1.749686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "4.860811, 4.876700, 4.916407, 5.033476, 5.468950",\
|
|
"4.970520, 4.986410, 5.026117, 5.143186, 5.578660",\
|
|
"5.158809, 5.174698, 5.214405, 5.331474, 5.766948",\
|
|
"5.540008, 5.555897, 5.595604, 5.712673, 6.148147",\
|
|
"6.237772, 6.253661, 6.293368, 6.410437, 6.845911");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.032040, 0.042279, 0.076477, 0.214733, 0.825238",\
|
|
"0.032040, 0.042279, 0.076477, 0.214733, 0.825238",\
|
|
"0.032040, 0.042279, 0.076477, 0.214733, 0.825238",\
|
|
"0.032040, 0.042279, 0.076477, 0.214733, 0.825238",\
|
|
"0.032040, 0.042279, 0.076477, 0.214733, 0.825238");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "4.629790, 4.649316, 4.703898, 4.926367, 5.845713",\
|
|
"4.729443, 4.748969, 4.803551, 5.026020, 5.945365",\
|
|
"4.898919, 4.918445, 4.973027, 5.195496, 6.114841",\
|
|
"5.227121, 5.246647, 5.301229, 5.523698, 6.443044",\
|
|
"5.775580, 5.795106, 5.849689, 6.072157, 6.991503");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.033045, 0.050733, 0.114030, 0.416582, 1.700338",\
|
|
"0.033045, 0.050733, 0.114030, 0.416582, 1.700338",\
|
|
"0.033045, 0.050733, 0.114030, 0.416582, 1.700338",\
|
|
"0.033045, 0.050733, 0.114030, 0.416582, 1.700338",\
|
|
"0.033045, 0.050733, 0.114030, 0.416582, 1.700338");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "4.593468, 4.609357, 4.647537, 4.763742, 5.187859",\
|
|
"4.693120, 4.709010, 4.747190, 4.863394, 5.287511",\
|
|
"4.862597, 4.878487, 4.916667, 5.032871, 5.456988",\
|
|
"5.190800, 5.206689, 5.244869, 5.361073, 5.785191",\
|
|
"5.739258, 5.755147, 5.793327, 5.909532, 6.333649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.032040, 0.042279, 0.073644, 0.203737, 0.779390",\
|
|
"0.032040, 0.042279, 0.073644, 0.203737, 0.779390",\
|
|
"0.032040, 0.042279, 0.073644, 0.203737, 0.779390",\
|
|
"0.032040, 0.042279, 0.073644, 0.203737, 0.779390",\
|
|
"0.032040, 0.042279, 0.073644, 0.203737, 0.779390");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[13]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[13] */
|
|
|
|
pin("mgmt_gpio_oeb[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001350 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "4.694720, 4.714130, 4.770277, 4.998042, 5.928653",\
|
|
"4.804430, 4.823840, 4.879987, 5.107752, 6.038363",\
|
|
"4.992719, 5.012129, 5.068275, 5.296041, 6.226651",\
|
|
"5.373917, 5.393327, 5.449474, 5.677239, 6.607849",\
|
|
"6.071681, 6.091091, 6.147238, 6.375003, 7.305614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.033302, 0.050950, 0.117161, 0.430046, 1.750941",\
|
|
"0.033302, 0.050950, 0.117161, 0.430046, 1.750941",\
|
|
"0.033302, 0.050950, 0.117161, 0.430046, 1.750941",\
|
|
"0.033302, 0.050950, 0.117161, 0.430046, 1.750941",\
|
|
"0.033302, 0.050950, 0.117161, 0.430046, 1.750941");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "4.581996, 4.597652, 4.637399, 4.754384, 5.189841",\
|
|
"4.691706, 4.707362, 4.747109, 4.864094, 5.299551",\
|
|
"4.879994, 4.895650, 4.935397, 5.052382, 5.487839",\
|
|
"5.261193, 5.276849, 5.316596, 5.433581, 5.869038",\
|
|
"5.958957, 5.974613, 6.014360, 6.131345, 6.566802");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.032357, 0.042425, 0.076665, 0.215115, 0.826144",\
|
|
"0.032357, 0.042425, 0.076665, 0.215115, 0.826144",\
|
|
"0.032357, 0.042425, 0.076665, 0.215115, 0.826144",\
|
|
"0.032357, 0.042425, 0.076665, 0.215115, 0.826144",\
|
|
"0.032357, 0.042425, 0.076665, 0.215115, 0.826144");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "4.464401, 4.483811, 4.538391, 4.760661, 5.680882",\
|
|
"4.564053, 4.583463, 4.638043, 4.860313, 5.780534",\
|
|
"4.733530, 4.752940, 4.807520, 5.029790, 5.950011",\
|
|
"5.061732, 5.081142, 5.135723, 5.357992, 6.278213",\
|
|
"5.610190, 5.629601, 5.684181, 5.906450, 6.826671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.033302, 0.050950, 0.114268, 0.416730, 1.700505",\
|
|
"0.033302, 0.050950, 0.114268, 0.416730, 1.700505",\
|
|
"0.033302, 0.050950, 0.114268, 0.416730, 1.700505",\
|
|
"0.033302, 0.050950, 0.114268, 0.416730, 1.700505",\
|
|
"0.033302, 0.050950, 0.114268, 0.416730, 1.700505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "4.346492, 4.362148, 4.400325, 4.516407, 4.940293",\
|
|
"4.446145, 4.461800, 4.499977, 4.616059, 5.039946",\
|
|
"4.615621, 4.631277, 4.669454, 4.785536, 5.209422",\
|
|
"4.943823, 4.959479, 4.997656, 5.113738, 5.537624",\
|
|
"5.492282, 5.507937, 5.546114, 5.662197, 6.086083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.032357, 0.042425, 0.073761, 0.203869, 0.779266",\
|
|
"0.032357, 0.042425, 0.073761, 0.203869, 0.779266",\
|
|
"0.032357, 0.042425, 0.073761, 0.203869, 0.779266",\
|
|
"0.032357, 0.042425, 0.073761, 0.203869, 0.779266",\
|
|
"0.032357, 0.042425, 0.073761, 0.203869, 0.779266");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[12] */
|
|
|
|
pin("mgmt_gpio_oeb[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001321 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "4.711760, 4.731182, 4.787316, 5.015112, 5.945433",\
|
|
"4.821470, 4.840891, 4.897026, 5.124822, 6.055143",\
|
|
"5.009758, 5.029180, 5.085314, 5.313110, 6.243431",\
|
|
"5.390956, 5.410378, 5.466512, 5.694308, 6.624629",\
|
|
"6.088721, 6.108143, 6.164277, 6.392073, 7.322394");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.033284, 0.050937, 0.117134, 0.430003, 1.750710",\
|
|
"0.033284, 0.050937, 0.117134, 0.430003, 1.750710",\
|
|
"0.033284, 0.050937, 0.117134, 0.430003, 1.750710",\
|
|
"0.033284, 0.050937, 0.117134, 0.430003, 1.750710",\
|
|
"0.033284, 0.050937, 0.117134, 0.430003, 1.750710");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "4.590066, 4.605752, 4.645494, 4.762488, 5.197937",\
|
|
"4.699776, 4.715462, 4.755204, 4.872198, 5.307646",\
|
|
"4.888065, 4.903750, 4.943492, 5.060486, 5.495934",\
|
|
"5.269263, 5.284948, 5.324690, 5.441685, 5.877133",\
|
|
"5.967028, 5.982713, 6.022455, 6.139450, 6.574898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.032316, 0.042406, 0.076637, 0.215054, 0.825980",\
|
|
"0.032316, 0.042406, 0.076637, 0.215054, 0.825980",\
|
|
"0.032316, 0.042406, 0.076637, 0.215054, 0.825980",\
|
|
"0.032316, 0.042406, 0.076637, 0.215054, 0.825980",\
|
|
"0.032316, 0.042406, 0.076637, 0.215054, 0.825980");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "4.480436, 4.499858, 4.554432, 4.776754, 5.696712",\
|
|
"4.580089, 4.599510, 4.654085, 4.876406, 5.796364",\
|
|
"4.749566, 4.768987, 4.823562, 5.045883, 5.965841",\
|
|
"5.077768, 5.097189, 5.151764, 5.374085, 6.294043",\
|
|
"5.626227, 5.645648, 5.700223, 5.922544, 6.842502");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.033284, 0.050937, 0.114252, 0.416738, 1.700462",\
|
|
"0.033284, 0.050937, 0.114252, 0.416738, 1.700462",\
|
|
"0.033284, 0.050937, 0.114252, 0.416738, 1.700462",\
|
|
"0.033284, 0.050937, 0.114252, 0.416738, 1.700462",\
|
|
"0.033284, 0.050937, 0.114252, 0.416738, 1.700462");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "4.360954, 4.376639, 4.414818, 4.530915, 4.954831",\
|
|
"4.460606, 4.476292, 4.514471, 4.630568, 5.054483",\
|
|
"4.630084, 4.645769, 4.683947, 4.800045, 5.223960",\
|
|
"4.958286, 4.973971, 5.012149, 5.128247, 5.552163",\
|
|
"5.506745, 5.522430, 5.560608, 5.676706, 6.100622");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.032316, 0.042406, 0.073745, 0.203851, 0.779281",\
|
|
"0.032316, 0.042406, 0.073745, 0.203851, 0.779281",\
|
|
"0.032316, 0.042406, 0.073745, 0.203851, 0.779281",\
|
|
"0.032316, 0.042406, 0.073745, 0.203851, 0.779281",\
|
|
"0.032316, 0.042406, 0.073745, 0.203851, 0.779281");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[11] */
|
|
|
|
pin("mgmt_gpio_oeb[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001296 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "4.737111, 4.756555, 4.812721, 5.040740, 5.971271",\
|
|
"4.846821, 4.866264, 4.922431, 5.150450, 6.080981",\
|
|
"5.035109, 5.054553, 5.110719, 5.338737, 6.269269",\
|
|
"5.416307, 5.435751, 5.491917, 5.719936, 6.650467",\
|
|
"6.114072, 6.133515, 6.189682, 6.417701, 7.348232");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.033256, 0.050906, 0.117236, 0.430491, 1.752504",\
|
|
"0.033256, 0.050906, 0.117236, 0.430491, 1.752504",\
|
|
"0.033256, 0.050906, 0.117236, 0.430491, 1.752504",\
|
|
"0.033256, 0.050906, 0.117236, 0.430491, 1.752504",\
|
|
"0.033256, 0.050906, 0.117236, 0.430491, 1.752504");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "4.636925, 4.652648, 4.692420, 4.809433, 5.245315",\
|
|
"4.746634, 4.762358, 4.802130, 4.919142, 5.355025",\
|
|
"4.934923, 4.950646, 4.990418, 5.107430, 5.543313",\
|
|
"5.316122, 5.331845, 5.371617, 5.488629, 5.924512",\
|
|
"6.013886, 6.029609, 6.069382, 6.186394, 6.622276");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.032277, 0.042382, 0.076752, 0.215466, 0.827723",\
|
|
"0.032277, 0.042382, 0.076752, 0.215466, 0.827723",\
|
|
"0.032277, 0.042382, 0.076752, 0.215466, 0.827723",\
|
|
"0.032277, 0.042382, 0.076752, 0.215466, 0.827723",\
|
|
"0.032277, 0.042382, 0.076752, 0.215466, 0.827723");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "4.506962, 4.526405, 4.580969, 4.803316, 5.723157",\
|
|
"4.606614, 4.626058, 4.680622, 4.902968, 5.822809",\
|
|
"4.776091, 4.795535, 4.850099, 5.072445, 5.992286",\
|
|
"5.104293, 5.123737, 5.178301, 5.400648, 6.320488",\
|
|
"5.652752, 5.672195, 5.726759, 5.949106, 6.868947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.033256, 0.050906, 0.114228, 0.416725, 1.700441",\
|
|
"0.033256, 0.050906, 0.114228, 0.416725, 1.700441",\
|
|
"0.033256, 0.050906, 0.114228, 0.416725, 1.700441",\
|
|
"0.033256, 0.050906, 0.114228, 0.416725, 1.700441",\
|
|
"0.033256, 0.050906, 0.114228, 0.416725, 1.700441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "4.399871, 4.415594, 4.453760, 4.569875, 4.993821",\
|
|
"4.499523, 4.515246, 4.553412, 4.669528, 5.093473",\
|
|
"4.669000, 4.684723, 4.722889, 4.839004, 5.262949",\
|
|
"4.997202, 5.012925, 5.051091, 5.167206, 5.591152",\
|
|
"5.545661, 5.561384, 5.599550, 5.715665, 6.139611");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.032277, 0.042382, 0.073733, 0.203837, 0.779300",\
|
|
"0.032277, 0.042382, 0.073733, 0.203837, 0.779300",\
|
|
"0.032277, 0.042382, 0.073733, 0.203837, 0.779300",\
|
|
"0.032277, 0.042382, 0.073733, 0.203837, 0.779300",\
|
|
"0.032277, 0.042382, 0.073733, 0.203837, 0.779300");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[10] */
|
|
|
|
pin("mgmt_gpio_oeb[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001414 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "4.671432, 4.690797, 4.746926, 4.974669, 5.905167",\
|
|
"4.781142, 4.800507, 4.856636, 5.084378, 6.014876",\
|
|
"4.969430, 4.988795, 5.044924, 5.272666, 6.203165",\
|
|
"5.350629, 5.369993, 5.426122, 5.653865, 6.584363",\
|
|
"6.048393, 6.067758, 6.123887, 6.351629, 7.282127");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.033413, 0.051052, 0.117265, 0.430111, 1.750758",\
|
|
"0.033413, 0.051052, 0.117265, 0.430111, 1.750758",\
|
|
"0.033413, 0.051052, 0.117265, 0.430111, 1.750758",\
|
|
"0.033413, 0.051052, 0.117265, 0.430111, 1.750758",\
|
|
"0.033413, 0.051052, 0.117265, 0.430111, 1.750758");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "4.552149, 4.567752, 4.607472, 4.724451, 5.159822",\
|
|
"4.661859, 4.677462, 4.717182, 4.834160, 5.269532",\
|
|
"4.850147, 4.865751, 4.905470, 5.022449, 5.457821",\
|
|
"5.231346, 5.246949, 5.286669, 5.403647, 5.839019",\
|
|
"5.929110, 5.944713, 5.984433, 6.101411, 6.536783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.032428, 0.042476, 0.076707, 0.215126, 0.825967",\
|
|
"0.032428, 0.042476, 0.076707, 0.215126, 0.825967",\
|
|
"0.032428, 0.042476, 0.076707, 0.215126, 0.825967",\
|
|
"0.032428, 0.042476, 0.076707, 0.215126, 0.825967",\
|
|
"0.032428, 0.042476, 0.076707, 0.215126, 0.825967");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "4.434752, 4.454116, 4.508685, 4.730953, 5.651100",\
|
|
"4.534404, 4.553768, 4.608337, 4.830605, 5.750752",\
|
|
"4.703881, 4.723245, 4.777814, 5.000082, 5.920229",\
|
|
"5.032083, 5.051447, 5.106017, 5.328284, 6.248432",\
|
|
"5.580542, 5.599906, 5.654475, 5.876743, 6.796890");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.033413, 0.051052, 0.114374, 0.416836, 1.700506",\
|
|
"0.033413, 0.051052, 0.114374, 0.416836, 1.700506",\
|
|
"0.033413, 0.051052, 0.114374, 0.416836, 1.700506",\
|
|
"0.033413, 0.051052, 0.114374, 0.416836, 1.700506",\
|
|
"0.033413, 0.051052, 0.114374, 0.416836, 1.700506");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "4.312374, 4.327978, 4.366133, 4.482209, 4.906058",\
|
|
"4.412026, 4.427630, 4.465786, 4.581861, 5.005711",\
|
|
"4.581503, 4.597106, 4.635262, 4.751338, 5.175188",\
|
|
"4.909706, 4.925309, 4.963465, 5.079541, 5.503390",\
|
|
"5.458164, 5.473768, 5.511923, 5.627999, 6.051848");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.032428, 0.042476, 0.073806, 0.203917, 0.779265",\
|
|
"0.032428, 0.042476, 0.073806, 0.203917, 0.779265",\
|
|
"0.032428, 0.042476, 0.073806, 0.203917, 0.779265",\
|
|
"0.032428, 0.042476, 0.073806, 0.203917, 0.779265",\
|
|
"0.032428, 0.042476, 0.073806, 0.203917, 0.779265");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[9]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[9] */
|
|
|
|
pin("mgmt_gpio_oeb[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001372 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "4.811447, 4.830825, 4.886959, 5.114944, 6.044922",\
|
|
"4.921157, 4.940535, 4.996668, 5.224654, 6.154632",\
|
|
"5.109445, 5.128823, 5.184957, 5.412942, 6.342920",\
|
|
"5.490644, 5.510022, 5.566155, 5.794141, 6.724119",\
|
|
"6.188408, 6.207786, 6.263919, 6.491905, 7.421883");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.033423, 0.051067, 0.117330, 0.430447, 1.751629",\
|
|
"0.033423, 0.051067, 0.117330, 0.430447, 1.751629",\
|
|
"0.033423, 0.051067, 0.117330, 0.430447, 1.751629",\
|
|
"0.033423, 0.051067, 0.117330, 0.430447, 1.751629",\
|
|
"0.033423, 0.051067, 0.117330, 0.430447, 1.751629");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "4.727602, 4.743282, 4.782997, 4.900044, 5.335729",\
|
|
"4.837312, 4.852992, 4.892706, 5.009754, 5.445438",\
|
|
"5.025600, 5.041280, 5.080995, 5.198042, 5.633727",\
|
|
"5.406799, 5.422479, 5.462193, 5.579241, 6.014925",\
|
|
"6.104563, 6.120243, 6.159957, 6.277005, 6.712689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.032338, 0.042451, 0.076749, 0.215333, 0.826976",\
|
|
"0.032338, 0.042451, 0.076749, 0.215333, 0.826976",\
|
|
"0.032338, 0.042451, 0.076749, 0.215333, 0.826976",\
|
|
"0.032338, 0.042451, 0.076749, 0.215333, 0.826976",\
|
|
"0.032338, 0.042451, 0.076749, 0.215333, 0.826976");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "4.582335, 4.601713, 4.656254, 4.878655, 5.798073",\
|
|
"4.681987, 4.701365, 4.755906, 4.978308, 5.897726",\
|
|
"4.851464, 4.870842, 4.925383, 5.147784, 6.067202",\
|
|
"5.179666, 5.199044, 5.253585, 5.475986, 6.395404",\
|
|
"5.728125, 5.747502, 5.802043, 6.024445, 6.943863");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.033423, 0.051067, 0.114390, 0.416916, 1.700390",\
|
|
"0.033423, 0.051067, 0.114390, 0.416916, 1.700390",\
|
|
"0.033423, 0.051067, 0.114390, 0.416916, 1.700390",\
|
|
"0.033423, 0.051067, 0.114390, 0.416916, 1.700390",\
|
|
"0.033423, 0.051067, 0.114390, 0.416916, 1.700390");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "4.498490, 4.514170, 4.552288, 4.668427, 5.092364",\
|
|
"4.598143, 4.613822, 4.651940, 4.768080, 5.192016",\
|
|
"4.767619, 4.783299, 4.821417, 4.937556, 5.361493",\
|
|
"5.095821, 5.111501, 5.149619, 5.265759, 5.689695",\
|
|
"5.644280, 5.659960, 5.698078, 5.814217, 6.238153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.032338, 0.042451, 0.073798, 0.203904, 0.779336",\
|
|
"0.032338, 0.042451, 0.073798, 0.203904, 0.779336",\
|
|
"0.032338, 0.042451, 0.073798, 0.203904, 0.779336",\
|
|
"0.032338, 0.042451, 0.073798, 0.203904, 0.779336",\
|
|
"0.032338, 0.042451, 0.073798, 0.203904, 0.779336");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[8] */
|
|
|
|
pin("mgmt_gpio_oeb[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001456 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "4.723557, 4.742849, 4.798920, 5.027020, 5.955875",\
|
|
"4.833267, 4.852559, 4.908630, 5.136730, 6.065585",\
|
|
"5.021556, 5.040847, 5.096919, 5.325018, 6.253874",\
|
|
"5.402755, 5.422046, 5.478117, 5.706217, 6.635072",\
|
|
"6.100518, 6.119810, 6.175881, 6.403981, 7.332836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.033676, 0.051312, 0.117557, 0.430662, 1.751042",\
|
|
"0.033676, 0.051312, 0.117557, 0.430662, 1.751042",\
|
|
"0.033676, 0.051312, 0.117557, 0.430662, 1.751042",\
|
|
"0.033676, 0.051312, 0.117557, 0.430662, 1.751042",\
|
|
"0.033676, 0.051312, 0.117557, 0.430662, 1.751042");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "4.574274, 4.589877, 4.629562, 4.746593, 5.182110",\
|
|
"4.683984, 4.699587, 4.739272, 4.856303, 5.291820",\
|
|
"4.872272, 4.887875, 4.927561, 5.044591, 5.480108",\
|
|
"5.253471, 5.269074, 5.308760, 5.425790, 5.861307",\
|
|
"5.951235, 5.966838, 6.006523, 6.123554, 6.559071");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.032441, 0.042517, 0.076782, 0.215294, 0.826541",\
|
|
"0.032441, 0.042517, 0.076782, 0.215294, 0.826541",\
|
|
"0.032441, 0.042517, 0.076782, 0.215294, 0.826541",\
|
|
"0.032441, 0.042517, 0.076782, 0.215294, 0.826541",\
|
|
"0.032441, 0.042517, 0.076782, 0.215294, 0.826541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "4.485447, 4.504738, 4.559227, 4.781792, 5.700142",\
|
|
"4.585099, 4.604390, 4.658880, 4.881444, 5.799795",\
|
|
"4.754576, 4.773867, 4.828356, 5.050921, 5.969271",\
|
|
"5.082778, 5.102069, 5.156559, 5.379123, 6.297473",\
|
|
"5.631236, 5.650527, 5.705017, 5.927581, 6.845932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.033676, 0.051312, 0.114639, 0.417245, 1.700248",\
|
|
"0.033676, 0.051312, 0.114639, 0.417245, 1.700248",\
|
|
"0.033676, 0.051312, 0.114639, 0.417245, 1.700248",\
|
|
"0.033676, 0.051312, 0.114639, 0.417245, 1.700248",\
|
|
"0.033676, 0.051312, 0.114639, 0.417245, 1.700248");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "4.334168, 4.349771, 4.387870, 4.503990, 4.927866",\
|
|
"4.433820, 4.449423, 4.487523, 4.603642, 5.027518",\
|
|
"4.603297, 4.618900, 4.656999, 4.773118, 5.196994",\
|
|
"4.931499, 4.947102, 4.985201, 5.101321, 5.525197",\
|
|
"5.479958, 5.495561, 5.533660, 5.649779, 6.073655");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.032441, 0.042517, 0.073853, 0.203963, 0.779321",\
|
|
"0.032441, 0.042517, 0.073853, 0.203963, 0.779321",\
|
|
"0.032441, 0.042517, 0.073853, 0.203963, 0.779321",\
|
|
"0.032441, 0.042517, 0.073853, 0.203963, 0.779321",\
|
|
"0.032441, 0.042517, 0.073853, 0.203963, 0.779321");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[7] */
|
|
|
|
pin("mgmt_gpio_oeb[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001328 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "4.826904, 4.846310, 4.902432, 5.130318, 6.060275",\
|
|
"4.936614, 4.956020, 5.012142, 5.240027, 6.169985",\
|
|
"5.124901, 5.144308, 5.200430, 5.428315, 6.358273",\
|
|
"5.506100, 5.525506, 5.581629, 5.809514, 6.739471",\
|
|
"6.203865, 6.223271, 6.279393, 6.507278, 7.437236");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.033340, 0.050993, 0.117202, 0.430144, 1.750837",\
|
|
"0.033340, 0.050993, 0.117202, 0.430144, 1.750837",\
|
|
"0.033340, 0.050993, 0.117202, 0.430144, 1.750837",\
|
|
"0.033340, 0.050993, 0.117202, 0.430144, 1.750837",\
|
|
"0.033340, 0.050993, 0.117202, 0.430144, 1.750837");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "4.759481, 4.775187, 4.814900, 4.931933, 5.367462",\
|
|
"4.869191, 4.884896, 4.924610, 5.041643, 5.477171",\
|
|
"5.057479, 5.073184, 5.112898, 5.229931, 5.665460",\
|
|
"5.438678, 5.454383, 5.494097, 5.611130, 6.046659",\
|
|
"6.136442, 6.152147, 6.191861, 6.308894, 6.744422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.032295, 0.042419, 0.076667, 0.215115, 0.826207",\
|
|
"0.032295, 0.042419, 0.076667, 0.215115, 0.826207",\
|
|
"0.032295, 0.042419, 0.076667, 0.215115, 0.826207",\
|
|
"0.032295, 0.042419, 0.076667, 0.215115, 0.826207",\
|
|
"0.032295, 0.042419, 0.076667, 0.215115, 0.826207");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "4.592268, 4.611674, 4.666231, 4.888620, 5.808168",\
|
|
"4.691920, 4.711326, 4.765883, 4.988272, 5.907820",\
|
|
"4.861397, 4.880803, 4.935360, 5.157749, 6.077297",\
|
|
"5.189599, 5.209005, 5.263562, 5.485951, 6.405499",\
|
|
"5.738058, 5.757464, 5.812021, 6.034410, 6.953958");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.033340, 0.050993, 0.114309, 0.416828, 1.700402",\
|
|
"0.033340, 0.050993, 0.114309, 0.416828, 1.700402",\
|
|
"0.033340, 0.050993, 0.114309, 0.416828, 1.700402",\
|
|
"0.033340, 0.050993, 0.114309, 0.416828, 1.700402",\
|
|
"0.033340, 0.050993, 0.114309, 0.416828, 1.700402");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "4.507120, 4.522825, 4.560969, 4.677105, 5.101059",\
|
|
"4.606772, 4.622478, 4.660621, 4.776758, 5.200711",\
|
|
"4.776248, 4.791954, 4.830098, 4.946234, 5.370188",\
|
|
"5.104451, 5.120156, 5.158300, 5.274436, 5.698390",\
|
|
"5.652910, 5.668615, 5.706759, 5.822896, 6.246849");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.032295, 0.042419, 0.073765, 0.203869, 0.779329",\
|
|
"0.032295, 0.042419, 0.073765, 0.203869, 0.779329",\
|
|
"0.032295, 0.042419, 0.073765, 0.203869, 0.779329",\
|
|
"0.032295, 0.042419, 0.073765, 0.203869, 0.779329",\
|
|
"0.032295, 0.042419, 0.073765, 0.203869, 0.779329");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[6]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[6] */
|
|
|
|
pin("mgmt_gpio_oeb[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001319 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "4.790305, 4.809719, 4.865821, 5.093574, 6.023556",\
|
|
"4.900015, 4.919428, 4.975531, 5.203283, 6.133266",\
|
|
"5.088304, 5.107717, 5.163820, 5.391572, 6.321555",\
|
|
"5.469501, 5.488915, 5.545018, 5.772770, 6.702753",\
|
|
"6.167266, 6.186680, 6.242783, 6.470535, 7.400517");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.033303, 0.050961, 0.117121, 0.429857, 1.749960",\
|
|
"0.033303, 0.050961, 0.117121, 0.429857, 1.749960",\
|
|
"0.033303, 0.050961, 0.117121, 0.429857, 1.749960",\
|
|
"0.033303, 0.050961, 0.117121, 0.429857, 1.749960",\
|
|
"0.033303, 0.050961, 0.117121, 0.429857, 1.749960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "4.689068, 4.704764, 4.744467, 4.861469, 5.296782",\
|
|
"4.798778, 4.814474, 4.854177, 4.971179, 5.406492",\
|
|
"4.987066, 5.002762, 5.042465, 5.159467, 5.594780",\
|
|
"5.368264, 5.383961, 5.423664, 5.540666, 5.975978",\
|
|
"6.066029, 6.081725, 6.121428, 6.238430, 6.673743");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.032298, 0.042412, 0.076610, 0.214902, 0.825325",\
|
|
"0.032298, 0.042412, 0.076610, 0.214902, 0.825325",\
|
|
"0.032298, 0.042412, 0.076610, 0.214902, 0.825325",\
|
|
"0.032298, 0.042412, 0.076610, 0.214902, 0.825325",\
|
|
"0.032298, 0.042412, 0.076610, 0.214902, 0.825325");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "4.560719, 4.580132, 4.634703, 4.857059, 5.776812",\
|
|
"4.660372, 4.679785, 4.734356, 4.956713, 5.876465",\
|
|
"4.829848, 4.849262, 4.903833, 5.126189, 6.045941",\
|
|
"5.158051, 5.177464, 5.232035, 5.454391, 6.374144",\
|
|
"5.706510, 5.725923, 5.780494, 6.002851, 6.922603");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.033303, 0.050961, 0.114272, 0.416775, 1.700431",\
|
|
"0.033303, 0.050961, 0.114272, 0.416775, 1.700431",\
|
|
"0.033303, 0.050961, 0.114272, 0.416775, 1.700431",\
|
|
"0.033303, 0.050961, 0.114272, 0.416775, 1.700431",\
|
|
"0.033303, 0.050961, 0.114272, 0.416775, 1.700431");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "4.459481, 4.475178, 4.513344, 4.629463, 5.053402",\
|
|
"4.559134, 4.574831, 4.612997, 4.729116, 5.153055",\
|
|
"4.728611, 4.744307, 4.782474, 4.898592, 5.322532",\
|
|
"5.056813, 5.072509, 5.110676, 5.226795, 5.650734",\
|
|
"5.605272, 5.620969, 5.659135, 5.775254, 6.199193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.032298, 0.042412, 0.073751, 0.203856, 0.779307",\
|
|
"0.032298, 0.042412, 0.073751, 0.203856, 0.779307",\
|
|
"0.032298, 0.042412, 0.073751, 0.203856, 0.779307",\
|
|
"0.032298, 0.042412, 0.073751, 0.203856, 0.779307",\
|
|
"0.032298, 0.042412, 0.073751, 0.203856, 0.779307");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[5] */
|
|
|
|
pin("mgmt_gpio_oeb[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001103 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "4.872137, 4.891685, 4.947822, 5.175794, 6.105555",\
|
|
"4.981846, 5.001395, 5.057531, 5.285504, 6.215265",\
|
|
"5.170135, 5.189683, 5.245820, 5.473792, 6.403553",\
|
|
"5.551333, 5.570882, 5.627018, 5.854991, 6.784752",\
|
|
"6.249098, 6.268647, 6.324783, 6.552755, 7.482516");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.033002, 0.050689, 0.116875, 0.429853, 1.750770",\
|
|
"0.033002, 0.050689, 0.116875, 0.429853, 1.750770",\
|
|
"0.033002, 0.050689, 0.116875, 0.429853, 1.750770",\
|
|
"0.033002, 0.050689, 0.116875, 0.429853, 1.750770",\
|
|
"0.033002, 0.050689, 0.116875, 0.429853, 1.750770");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "4.871635, 4.887556, 4.927295, 5.044380, 5.480120",\
|
|
"4.981345, 4.997265, 5.037004, 5.154089, 5.589829",\
|
|
"5.169633, 5.185554, 5.225293, 5.342378, 5.778118",\
|
|
"5.550832, 5.566752, 5.606492, 5.723577, 6.159317",\
|
|
"6.248597, 6.264517, 6.304256, 6.421341, 6.857081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.032005, 0.042253, 0.076522, 0.214960, 0.826280",\
|
|
"0.032005, 0.042253, 0.076522, 0.214960, 0.826280",\
|
|
"0.032005, 0.042253, 0.076522, 0.214960, 0.826280",\
|
|
"0.032005, 0.042253, 0.076522, 0.214960, 0.826280",\
|
|
"0.032005, 0.042253, 0.076522, 0.214960, 0.826280");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "4.638115, 4.657664, 4.712244, 4.934721, 5.854054",\
|
|
"4.737767, 4.757316, 4.811896, 5.034374, 5.953706",\
|
|
"4.907244, 4.926793, 4.981373, 5.203850, 6.123183",\
|
|
"5.235446, 5.254995, 5.309575, 5.532053, 6.451385",\
|
|
"5.783905, 5.803454, 5.858034, 6.080512, 6.999844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.033002, 0.050689, 0.113989, 0.416544, 1.700330",\
|
|
"0.033002, 0.050689, 0.113989, 0.416544, 1.700330",\
|
|
"0.033002, 0.050689, 0.113989, 0.416544, 1.700330",\
|
|
"0.033002, 0.050689, 0.113989, 0.416544, 1.700330",\
|
|
"0.033002, 0.050689, 0.113989, 0.416544, 1.700330");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "4.607463, 4.623383, 4.661562, 4.777776, 5.201914",\
|
|
"4.707115, 4.723035, 4.761215, 4.877428, 5.301566",\
|
|
"4.876592, 4.892512, 4.930691, 5.046905, 5.471043",\
|
|
"5.204794, 5.220714, 5.258893, 5.375107, 5.799245",\
|
|
"5.753253, 5.769173, 5.807353, 5.923566, 6.347704");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.032005, 0.042253, 0.073626, 0.203718, 0.779397",\
|
|
"0.032005, 0.042253, 0.073626, 0.203718, 0.779397",\
|
|
"0.032005, 0.042253, 0.073626, 0.203718, 0.779397",\
|
|
"0.032005, 0.042253, 0.073626, 0.203718, 0.779397",\
|
|
"0.032005, 0.042253, 0.073626, 0.203718, 0.779397");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[4] */
|
|
|
|
pin("mgmt_gpio_oeb[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000831 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "5.085268, 5.104973, 5.161087, 5.389093, 6.318149",\
|
|
"5.194978, 5.214683, 5.270796, 5.498803, 6.427858",\
|
|
"5.383266, 5.402971, 5.459085, 5.687091, 6.616146",\
|
|
"5.764464, 5.784170, 5.840283, 6.068289, 6.997345",\
|
|
"6.462229, 6.481934, 6.538047, 6.766054, 7.695109");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.032623, 0.050357, 0.116447, 0.429265, 1.749555",\
|
|
"0.032623, 0.050357, 0.116447, 0.429265, 1.749555",\
|
|
"0.032623, 0.050357, 0.116447, 0.429265, 1.749555",\
|
|
"0.032623, 0.050357, 0.116447, 0.429265, 1.749555",\
|
|
"0.032623, 0.050357, 0.116447, 0.429265, 1.749555");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "5.213493, 5.229676, 5.269410, 5.386558, 5.822323",\
|
|
"5.323203, 5.339386, 5.379120, 5.496268, 5.932033",\
|
|
"5.511491, 5.527674, 5.567408, 5.684556, 6.120320",\
|
|
"5.892690, 5.908873, 5.948607, 6.065755, 6.501519",\
|
|
"6.590454, 6.606637, 6.646371, 6.763519, 7.199284");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.031647, 0.042060, 0.076286, 0.214529, 0.825345",\
|
|
"0.031647, 0.042060, 0.076286, 0.214529, 0.825345",\
|
|
"0.031647, 0.042060, 0.076286, 0.214529, 0.825345",\
|
|
"0.031647, 0.042060, 0.076286, 0.214529, 0.825345",\
|
|
"0.031647, 0.042060, 0.076286, 0.214529, 0.825345");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "4.824439, 4.844144, 4.898746, 5.121377, 6.040179",\
|
|
"4.924091, 4.943797, 4.998399, 5.221030, 6.139832",\
|
|
"5.093568, 5.113273, 5.167876, 5.390506, 6.309309",\
|
|
"5.421770, 5.441475, 5.496078, 5.718709, 6.637511",\
|
|
"5.970229, 5.989934, 6.044536, 6.267167, 7.185969");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.032623, 0.050357, 0.113633, 0.416254, 1.700203",\
|
|
"0.032623, 0.050357, 0.113633, 0.416254, 1.700203",\
|
|
"0.032623, 0.050357, 0.113633, 0.416254, 1.700203",\
|
|
"0.032623, 0.050357, 0.113633, 0.416254, 1.700203",\
|
|
"0.032623, 0.050357, 0.113633, 0.416254, 1.700203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "4.808523, 4.824705, 4.862925, 4.979241, 5.403614",\
|
|
"4.908175, 4.924357, 4.962577, 5.078893, 5.503266",\
|
|
"5.077652, 5.093835, 5.132054, 5.248370, 5.672743",\
|
|
"5.405854, 5.422037, 5.460257, 5.576572, 6.000945",\
|
|
"5.954312, 5.970495, 6.008715, 6.125030, 6.549403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.031647, 0.042060, 0.073462, 0.203540, 0.779492",\
|
|
"0.031647, 0.042060, 0.073462, 0.203540, 0.779492",\
|
|
"0.031647, 0.042060, 0.073462, 0.203540, 0.779492",\
|
|
"0.031647, 0.042060, 0.073462, 0.203540, 0.779492",\
|
|
"0.031647, 0.042060, 0.073462, 0.203540, 0.779492");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[3] */
|
|
|
|
pin("mgmt_gpio_oeb[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001009 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "4.905291, 4.924836, 4.980894, 5.209262, 6.141030",\
|
|
"5.015000, 5.034546, 5.090603, 5.318972, 6.250740",\
|
|
"5.203289, 5.222834, 5.278892, 5.507260, 6.439028",\
|
|
"5.584487, 5.604033, 5.660090, 5.888459, 6.820226",\
|
|
"6.282251, 6.301797, 6.357854, 6.586223, 7.517991");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.033088, 0.050797, 0.116971, 0.430137, 1.760298",\
|
|
"0.033088, 0.050797, 0.116971, 0.430137, 1.760298",\
|
|
"0.033088, 0.050797, 0.116971, 0.430137, 1.760298",\
|
|
"0.033088, 0.050797, 0.116971, 0.430137, 1.760298",\
|
|
"0.033088, 0.050797, 0.116971, 0.430137, 1.760298");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "4.943258, 4.959469, 4.999126, 5.121198, 5.552553",\
|
|
"5.052968, 5.069179, 5.108836, 5.230908, 5.662262",\
|
|
"5.241256, 5.257467, 5.297124, 5.419196, 5.850551",\
|
|
"5.622455, 5.638665, 5.678322, 5.800395, 6.231749",\
|
|
"6.320219, 6.336430, 6.376087, 6.498159, 6.929513");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.031997, 0.042480, 0.076714, 0.217193, 0.826598",\
|
|
"0.031997, 0.042480, 0.076714, 0.217193, 0.826598",\
|
|
"0.031997, 0.042480, 0.076714, 0.217193, 0.826598",\
|
|
"0.031997, 0.042480, 0.076714, 0.217193, 0.826598",\
|
|
"0.031997, 0.042480, 0.076714, 0.217193, 0.826598");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "4.675704, 4.695250, 4.749755, 4.972628, 5.889774",\
|
|
"4.775357, 4.794902, 4.849408, 5.072281, 5.989427",\
|
|
"4.944833, 4.964379, 5.018884, 5.241757, 6.158903",\
|
|
"5.273036, 5.292581, 5.347086, 5.569960, 6.487105",\
|
|
"5.821495, 5.841040, 5.895545, 6.118419, 7.035564");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.033088, 0.050797, 0.114089, 0.416833, 1.699989",\
|
|
"0.033088, 0.050797, 0.114089, 0.416833, 1.699989",\
|
|
"0.033088, 0.050797, 0.114089, 0.416833, 1.699989",\
|
|
"0.033088, 0.050797, 0.114089, 0.416833, 1.699989",\
|
|
"0.033088, 0.050797, 0.114089, 0.416833, 1.699989");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "4.713672, 4.729882, 4.767982, 4.884521, 5.308940",\
|
|
"4.813324, 4.829535, 4.867635, 4.984174, 5.408593",\
|
|
"4.982801, 4.999012, 5.037112, 5.153651, 5.578069",\
|
|
"5.311003, 5.327214, 5.365314, 5.481853, 5.906271",\
|
|
"5.859462, 5.875673, 5.913773, 6.030312, 6.454731");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.031997, 0.042480, 0.073823, 0.203792, 0.779714",\
|
|
"0.031997, 0.042480, 0.073823, 0.203792, 0.779714",\
|
|
"0.031997, 0.042480, 0.073823, 0.203792, 0.779714",\
|
|
"0.031997, 0.042480, 0.073823, 0.203792, 0.779714",\
|
|
"0.031997, 0.042480, 0.073823, 0.203792, 0.779714");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[2] */
|
|
|
|
pin("mgmt_gpio_oeb[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000809 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.892112, 1.911814, 1.967893, 2.196384, 3.121413",\
|
|
"1.992534, 2.012235, 2.068315, 2.296805, 3.221835",\
|
|
"2.128722, 2.148423, 2.204503, 2.432993, 3.358022",\
|
|
"2.367936, 2.387638, 2.443717, 2.672208, 3.597237",\
|
|
"2.760669, 2.780370, 2.836450, 3.064940, 3.989969");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.759683, 2.775919, 2.815618, 2.932814, 3.368650",\
|
|
"2.864768, 2.881004, 2.920703, 3.037899, 3.473735",\
|
|
"3.055672, 3.071908, 3.111607, 3.228803, 3.664639",\
|
|
"3.435473, 3.451709, 3.491408, 3.608604, 4.044440",\
|
|
"4.130340, 4.146576, 4.186275, 4.303471, 4.739307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.879819, 1.899518, 1.954085, 2.177200, 3.093463",\
|
|
"1.980241, 1.999940, 2.054507, 2.277622, 3.193885",\
|
|
"2.116429, 2.136128, 2.190695, 2.413810, 3.330073",\
|
|
"2.355643, 2.375343, 2.429910, 2.653024, 3.569288",\
|
|
"2.748375, 2.768075, 2.822642, 3.045757, 3.962020");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.463849, 2.480077, 2.518271, 2.634630, 3.059059",\
|
|
"2.568933, 2.585162, 2.623357, 2.739715, 3.164144",\
|
|
"2.759863, 2.776092, 2.814286, 2.930645, 3.355073",\
|
|
"3.141615, 3.157844, 3.196039, 3.312397, 3.736826",\
|
|
"3.836492, 3.852721, 3.890915, 4.007274, 4.431703");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.053711, 2.069947, 2.109646, 2.226842, 2.662678",\
|
|
"2.154133, 2.170369, 2.210068, 2.327264, 2.763100",\
|
|
"2.290321, 2.306557, 2.346256, 2.463452, 2.899288",\
|
|
"2.529535, 2.545771, 2.585470, 2.702666, 3.138502",\
|
|
"2.922267, 2.938504, 2.978203, 3.095398, 3.531235");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408",\
|
|
"0.031584, 0.042053, 0.076289, 0.214529, 0.825408");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.520971, 2.540673, 2.596752, 2.825243, 3.750272",\
|
|
"2.626056, 2.645758, 2.701837, 2.930328, 3.855357",\
|
|
"2.816960, 2.836661, 2.892740, 3.121231, 4.046261",\
|
|
"3.196761, 3.216463, 3.272542, 3.501033, 4.426062",\
|
|
"3.891628, 3.911330, 3.967409, 4.195900, 5.120929");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860",\
|
|
"0.033115, 0.050847, 0.116850, 0.429751, 1.748860");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.038674, 2.054903, 2.093097, 2.209456, 2.633884",\
|
|
"2.139096, 2.155325, 2.193519, 2.309878, 2.734306",\
|
|
"2.275284, 2.291513, 2.329707, 2.446066, 2.870494",\
|
|
"2.514499, 2.530727, 2.568922, 2.685280, 3.109709",\
|
|
"2.907231, 2.923460, 2.961654, 3.078012, 3.502441");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.226169, 2.245868, 2.300435, 2.523550, 3.439813",\
|
|
"2.331254, 2.350953, 2.405520, 2.628635, 3.544898",\
|
|
"2.522183, 2.541883, 2.596450, 2.819564, 3.735828",\
|
|
"2.903935, 2.923635, 2.978202, 3.201317, 4.117580",\
|
|
"3.598812, 3.618511, 3.673079, 3.896193, 4.812457");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.982559, 3.002295, 3.058414, 3.286909, 4.211952",\
|
|
"3.088796, 3.108533, 3.164651, 3.393146, 4.318189",\
|
|
"3.285929, 3.305665, 3.361784, 3.590278, 4.515321",\
|
|
"3.711246, 3.730982, 3.787101, 4.015595, 4.940639",\
|
|
"4.457131, 4.476869, 4.532987, 4.761481, 5.686524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033236, 0.050959, 0.116919, 0.429744, 1.748853",\
|
|
"0.033236, 0.050959, 0.116919, 0.429744, 1.748853",\
|
|
"0.033236, 0.050959, 0.116919, 0.429744, 1.748853",\
|
|
"0.033236, 0.050959, 0.116919, 0.429744, 1.748853",\
|
|
"0.033236, 0.050959, 0.116919, 0.429744, 1.748853");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.706715, 2.722945, 2.762651, 2.879839, 3.315665",\
|
|
"2.812952, 2.829182, 2.868889, 2.986076, 3.421902",\
|
|
"3.010085, 3.026315, 3.066021, 3.183208, 3.619035",\
|
|
"3.435402, 3.451632, 3.491338, 3.608526, 4.044352",\
|
|
"4.181288, 4.197518, 4.237225, 4.354412, 4.790238");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031591, 0.042051, 0.076286, 0.214526, 0.825397",\
|
|
"0.031591, 0.042051, 0.076286, 0.214526, 0.825397",\
|
|
"0.031591, 0.042051, 0.076286, 0.214526, 0.825397",\
|
|
"0.031591, 0.042051, 0.076286, 0.214526, 0.825397",\
|
|
"0.031591, 0.042051, 0.076286, 0.214526, 0.825397");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_fedg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.976835, 2.996571, 3.051180, 3.274299, 4.190578",\
|
|
"3.072791, 3.092527, 3.147136, 3.370255, 4.286533",\
|
|
"3.250859, 3.270596, 3.325205, 3.548324, 4.464602",\
|
|
"3.622468, 3.642205, 3.696814, 3.919933, 4.836211",\
|
|
"4.217043, 4.236781, 4.291389, 4.514508, 5.430787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033236, 0.050959, 0.114105, 0.416735, 1.702016",\
|
|
"0.033236, 0.050959, 0.114105, 0.416735, 1.702016",\
|
|
"0.033236, 0.050959, 0.114105, 0.416735, 1.702016",\
|
|
"0.033236, 0.050959, 0.114105, 0.416735, 1.702016",\
|
|
"0.033236, 0.050959, 0.114105, 0.416735, 1.702016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.705152, 2.721382, 2.759575, 2.875936, 3.300366",\
|
|
"2.801108, 2.817338, 2.855531, 2.971892, 3.396322",\
|
|
"2.979177, 2.995407, 3.033600, 3.149960, 3.574391",\
|
|
"3.350786, 3.367016, 3.405209, 3.521569, 3.945999",\
|
|
"3.945361, 3.961591, 3.999784, 4.116145, 4.540575");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031591, 0.042051, 0.073462, 0.203536, 0.779543",\
|
|
"0.031591, 0.042051, 0.073462, 0.203536, 0.779543",\
|
|
"0.031591, 0.042051, 0.073462, 0.203536, 0.779543",\
|
|
"0.031591, 0.042051, 0.073462, 0.203536, 0.779543",\
|
|
"0.031591, 0.042051, 0.073462, 0.203536, 0.779543");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_fedg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "7.010211, 7.029944, 7.086058, 7.314552, 8.239593",\
|
|
"7.119921, 7.139654, 7.195767, 7.424262, 8.349302",\
|
|
"7.308209, 7.327942, 7.384056, 7.612550, 8.537591",\
|
|
"7.689408, 7.709140, 7.765254, 7.993748, 8.918789",\
|
|
"8.387172, 8.406905, 8.463018, 8.691512, 9.616553");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033221, 0.050945, 0.116911, 0.429745, 1.748853",\
|
|
"0.033221, 0.050945, 0.116911, 0.429745, 1.748853",\
|
|
"0.033221, 0.050945, 0.116911, 0.429745, 1.748853",\
|
|
"0.033221, 0.050945, 0.116911, 0.429745, 1.748853",\
|
|
"0.033221, 0.050945, 0.116911, 0.429745, 1.748853");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "7.248251, 7.264491, 7.304186, 7.421385, 7.857226",\
|
|
"7.357961, 7.374200, 7.413896, 7.531095, 7.966936",\
|
|
"7.546249, 7.562489, 7.602184, 7.719383, 8.155224",\
|
|
"7.927448, 7.943687, 7.983383, 8.100582, 8.536423",\
|
|
"8.625212, 8.641451, 8.681147, 8.798347, 9.234186");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031581, 0.042054, 0.076291, 0.214530, 0.825412",\
|
|
"0.031581, 0.042054, 0.076291, 0.214530, 0.825412",\
|
|
"0.031581, 0.042054, 0.076291, 0.214530, 0.825412",\
|
|
"0.031581, 0.042054, 0.076291, 0.214530, 0.825412",\
|
|
"0.031581, 0.042054, 0.076291, 0.214530, 0.825412");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "5.026309, 5.046008, 5.100575, 5.323690, 6.239954",\
|
|
"5.125961, 5.145660, 5.200228, 5.423342, 6.339606",\
|
|
"5.295438, 5.315137, 5.369704, 5.592819, 6.509082",\
|
|
"5.623640, 5.643339, 5.697906, 5.921021, 6.837285",\
|
|
"6.172099, 6.191798, 6.246366, 6.469480, 7.385744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024",\
|
|
"0.033107, 0.050839, 0.114031, 0.416742, 1.702024");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "5.131937, 5.148165, 5.186359, 5.302718, 5.727147",\
|
|
"5.231589, 5.247818, 5.286012, 5.402370, 5.826799",\
|
|
"5.401065, 5.417294, 5.455488, 5.571847, 5.996275",\
|
|
"5.729268, 5.745496, 5.783690, 5.900049, 6.324478",\
|
|
"6.277727, 6.293955, 6.332150, 6.448508, 6.872937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541",\
|
|
"0.031592, 0.042050, 0.073461, 0.203535, 0.779541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[1] */
|
|
|
|
pin("mgmt_gpio_oeb[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.988415, 1.008186, 1.064467, 1.293091, 2.218166",\
|
|
"1.092161, 1.111932, 1.168213, 1.396837, 2.321912",\
|
|
"1.251240, 1.271012, 1.327292, 1.555916, 2.480992",\
|
|
"1.547341, 1.567112, 1.623392, 1.852016, 2.777092",\
|
|
"2.059937, 2.079707, 2.135986, 2.364610, 3.289685");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.033983, 0.051643, 0.117515, 0.430271, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430271, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430272, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430272, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430272, 1.749851");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.325986, 1.342147, 1.381771, 1.503729, 1.935090",\
|
|
"1.430992, 1.447153, 1.486777, 1.608735, 2.040096",\
|
|
"1.625031, 1.641192, 1.680816, 1.802773, 2.234134",\
|
|
"2.014458, 2.030619, 2.070243, 2.192200, 2.623561",\
|
|
"2.664412, 2.680573, 2.720197, 2.842155, 3.273516");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031707, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031707, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.988203, 1.007970, 1.062694, 1.285822, 2.201966",\
|
|
"1.091949, 1.111716, 1.166440, 1.389568, 2.305712",\
|
|
"1.251030, 1.270797, 1.325522, 1.548650, 2.464794",\
|
|
"1.547150, 1.566917, 1.621642, 1.844769, 2.760914",\
|
|
"2.059847, 2.079616, 2.134342, 2.357470, 3.273614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033971, 0.051632, 0.114630, 0.416971, 1.701985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.325336, 1.341495, 1.379567, 1.495987, 1.920408",\
|
|
"1.430343, 1.446501, 1.484573, 1.600993, 2.025414",\
|
|
"1.624381, 1.640540, 1.678612, 1.795032, 2.219453",\
|
|
"2.013820, 2.029979, 2.068050, 2.184471, 2.608891",\
|
|
"2.663815, 2.679974, 2.718045, 2.834466, 3.258886");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203677, 0.779630");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.406023, 1.422184, 1.461808, 1.583766, 2.015127",\
|
|
"1.509769, 1.525930, 1.565554, 1.687512, 2.118873",\
|
|
"1.669163, 1.685324, 1.724948, 1.846905, 2.278267",\
|
|
"1.966756, 1.982917, 2.022541, 2.144498, 2.575860",\
|
|
"2.478537, 2.494698, 2.534322, 2.656279, 3.087640");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031707, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031707, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.133858, 1.153629, 1.209910, 1.438534, 2.363609",\
|
|
"1.238864, 1.258636, 1.314916, 1.543540, 2.468616",\
|
|
"1.433002, 1.452773, 1.509054, 1.737678, 2.662753",\
|
|
"1.823375, 1.843146, 1.899426, 2.128050, 3.053126",\
|
|
"2.475256, 2.495026, 2.551305, 2.779929, 3.705004");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.033983, 0.051643, 0.117515, 0.430271, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430271, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430272, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430272, 1.749851",\
|
|
"0.033983, 0.051643, 0.117515, 0.430272, 1.749851");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.405373, 1.421532, 1.459603, 1.576024, 2.000445",\
|
|
"1.509119, 1.525278, 1.563349, 1.679770, 2.104191",\
|
|
"1.668514, 1.684673, 1.722744, 1.839164, 2.263585",\
|
|
"1.966118, 1.982277, 2.020349, 2.136769, 2.561190",\
|
|
"2.477939, 2.494098, 2.532169, 2.648590, 3.073011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779630",\
|
|
"0.031710, 0.042185, 0.073600, 0.203677, 0.779630");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.133646, 1.153413, 1.208138, 1.431265, 2.347409",\
|
|
"1.238652, 1.258419, 1.313144, 1.536272, 2.452415",\
|
|
"1.432791, 1.452559, 1.507283, 1.730411, 2.646555",\
|
|
"1.823184, 1.842951, 1.897676, 2.120804, 3.036948",\
|
|
"2.475167, 2.494935, 2.549661, 2.772789, 3.688933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033967, 0.051628, 0.114627, 0.416971, 1.701985",\
|
|
"0.033971, 0.051632, 0.114630, 0.416971, 1.701985");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.946490, 0.966286, 1.022594, 1.251221, 2.176306",\
|
|
"1.048716, 1.068512, 1.124820, 1.353447, 2.278532",\
|
|
"1.183837, 1.203633, 1.259941, 1.488568, 2.413652",\
|
|
"1.421510, 1.441306, 1.497614, 1.726240, 2.651325",\
|
|
"1.814348, 1.834146, 1.890457, 2.119083, 3.044168");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034067, 0.051722, 0.117564, 0.430267, 1.749846",\
|
|
"0.034067, 0.051722, 0.117564, 0.430267, 1.749846",\
|
|
"0.034067, 0.051722, 0.117564, 0.430267, 1.749846",\
|
|
"0.034067, 0.051722, 0.117564, 0.430267, 1.749846",\
|
|
"0.034074, 0.051727, 0.117567, 0.430267, 1.749846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.307047, 1.323205, 1.362832, 1.480100, 1.916143",\
|
|
"1.409713, 1.425872, 1.465499, 1.582767, 2.018810",\
|
|
"1.610523, 1.626682, 1.666309, 1.783577, 2.219620",\
|
|
"2.032488, 2.048647, 2.088273, 2.205542, 2.641585",\
|
|
"2.771991, 2.788150, 2.827777, 2.945045, 3.381088");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031710, 0.042185, 0.076488, 0.214914, 0.826512",\
|
|
"0.031710, 0.042185, 0.076488, 0.214914, 0.826512",\
|
|
"0.031710, 0.042185, 0.076488, 0.214914, 0.826512",\
|
|
"0.031710, 0.042185, 0.076488, 0.214914, 0.826512",\
|
|
"0.031710, 0.042185, 0.076488, 0.214914, 0.826512");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.946490, 0.966286, 1.021043, 1.244174, 2.160330",\
|
|
"1.048716, 1.068512, 1.123269, 1.346400, 2.262556",\
|
|
"1.183837, 1.203633, 1.258390, 1.481521, 2.397677",\
|
|
"1.421510, 1.441306, 1.496063, 1.719193, 2.635349",\
|
|
"1.814348, 1.834146, 1.888905, 2.112036, 3.028193");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034067, 0.051721, 0.114684, 0.416965, 1.701979",\
|
|
"0.034067, 0.051721, 0.114684, 0.416965, 1.701979",\
|
|
"0.034067, 0.051721, 0.114684, 0.416965, 1.701979",\
|
|
"0.034067, 0.051721, 0.114684, 0.416965, 1.701979",\
|
|
"0.034074, 0.051727, 0.114688, 0.416965, 1.701979");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.307047, 1.323205, 1.361277, 1.477697, 1.902117",\
|
|
"1.409713, 1.425872, 1.463943, 1.580364, 2.004784",\
|
|
"1.610523, 1.626682, 1.664753, 1.781173, 2.205594",\
|
|
"2.032488, 2.048647, 2.086718, 2.203138, 2.627559",\
|
|
"2.771991, 2.788150, 2.826222, 2.942642, 3.367062");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031710, 0.042185, 0.073600, 0.203676, 0.779629",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779629",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779629",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779629",\
|
|
"0.031710, 0.042185, 0.073600, 0.203676, 0.779629");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.490473, 5.510272, 5.566584, 5.795211, 6.720297",\
|
|
"5.600183, 5.619982, 5.676294, 5.904921, 6.830007",\
|
|
"5.788471, 5.808270, 5.864582, 6.093208, 7.018294",\
|
|
"6.169670, 6.189468, 6.245780, 6.474407, 7.399493",\
|
|
"6.867434, 6.887233, 6.943545, 7.172172, 8.097258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034078, 0.051731, 0.117569, 0.430266, 1.749845",\
|
|
"0.034078, 0.051731, 0.117569, 0.430266, 1.749845",\
|
|
"0.034078, 0.051731, 0.117569, 0.430266, 1.749845",\
|
|
"0.034078, 0.051731, 0.117569, 0.430266, 1.749845",\
|
|
"0.034078, 0.051731, 0.117569, 0.430266, 1.749845");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.772421, 5.788582, 5.828207, 5.950164, 6.381525",\
|
|
"5.882131, 5.898292, 5.937916, 6.059874, 6.491235",\
|
|
"6.070419, 6.086580, 6.126204, 6.248161, 6.679523",\
|
|
"6.451618, 6.467778, 6.507403, 6.629360, 7.060721",\
|
|
"7.149383, 7.165544, 7.205168, 7.327125, 7.758486");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517",\
|
|
"0.031708, 0.042186, 0.076490, 0.217076, 0.826517");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.227222, 5.247021, 5.301782, 5.524913, 6.441070",\
|
|
"5.326874, 5.346673, 5.401434, 5.624565, 6.540722",\
|
|
"5.496351, 5.516150, 5.570910, 5.794042, 6.710198",\
|
|
"5.824553, 5.844352, 5.899113, 6.122244, 7.038401",\
|
|
"6.373012, 6.392811, 6.447572, 6.670703, 7.586860");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034078, 0.051731, 0.114691, 0.416965, 1.701979",\
|
|
"0.034078, 0.051731, 0.114691, 0.416965, 1.701979",\
|
|
"0.034078, 0.051731, 0.114691, 0.416965, 1.701979",\
|
|
"0.034078, 0.051731, 0.114691, 0.416965, 1.701979",\
|
|
"0.034078, 0.051731, 0.114691, 0.416965, 1.701979");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.470919, 5.487080, 5.525149, 5.641572, 6.065997",\
|
|
"5.570571, 5.586732, 5.624801, 5.741225, 6.165649",\
|
|
"5.740048, 5.756209, 5.794278, 5.910702, 6.335126",\
|
|
"6.068251, 6.084412, 6.122480, 6.238904, 6.663328",\
|
|
"6.616710, 6.632871, 6.670939, 6.787363, 7.211787");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031708, 0.042186, 0.073601, 0.203678, 0.779633",\
|
|
"0.031708, 0.042186, 0.073601, 0.203678, 0.779633",\
|
|
"0.031708, 0.042186, 0.073601, 0.203678, 0.779633",\
|
|
"0.031708, 0.042186, 0.073601, 0.203678, 0.779633",\
|
|
"0.031708, 0.042186, 0.073601, 0.203678, 0.779633");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[0] */
|
|
} /* end of bus mgmt_gpio_oeb */
|
|
bus ( mgmt_gpio_out ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_out[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003118 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "4.524473, 4.543073, 4.599513, 4.824868, 5.754827",\
|
|
"4.634182, 4.652782, 4.709222, 4.934577, 5.864537",\
|
|
"4.822470, 4.841070, 4.897510, 5.122865, 6.052824",\
|
|
"5.203669, 5.222269, 5.278709, 5.504064, 6.434023",\
|
|
"5.901433, 5.920033, 5.976473, 6.201828, 7.131788");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037683, 0.055018, 0.122153, 0.434830, 1.765552",\
|
|
"0.037683, 0.055018, 0.122153, 0.434830, 1.765552",\
|
|
"0.037683, 0.055018, 0.122153, 0.434830, 1.765552",\
|
|
"0.037683, 0.055018, 0.122153, 0.434830, 1.765552",\
|
|
"0.037683, 0.055018, 0.122153, 0.434830, 1.765552");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "4.801610, 4.816353, 4.855774, 4.973164, 5.411369",\
|
|
"4.911319, 4.926063, 4.965484, 5.082873, 5.521079",\
|
|
"5.099607, 5.114351, 5.153772, 5.271162, 5.709367",\
|
|
"5.480806, 5.495550, 5.534971, 5.652360, 6.090566",\
|
|
"6.178570, 6.193314, 6.232735, 6.350124, 6.788330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034002, 0.043806, 0.079047, 0.220365, 0.842316",\
|
|
"0.034002, 0.043806, 0.079047, 0.220365, 0.842316",\
|
|
"0.034002, 0.043806, 0.079047, 0.220365, 0.842316",\
|
|
"0.034002, 0.043806, 0.079047, 0.220365, 0.842316",\
|
|
"0.034002, 0.043806, 0.079047, 0.220365, 0.842316");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "4.226529, 4.245129, 4.299374, 4.522436, 5.436015",\
|
|
"4.326181, 4.344781, 4.399026, 4.622088, 5.535667",\
|
|
"4.495658, 4.514258, 4.568503, 4.791566, 5.705144",\
|
|
"4.823860, 4.842460, 4.896705, 5.119767, 6.033346",\
|
|
"5.372319, 5.390919, 5.445163, 5.668226, 6.581805");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037683, 0.055018, 0.118242, 0.420577, 1.701981",\
|
|
"0.037683, 0.055018, 0.118242, 0.420577, 1.701981",\
|
|
"0.037683, 0.055018, 0.118242, 0.420577, 1.701981",\
|
|
"0.037683, 0.055018, 0.118242, 0.420577, 1.701981",\
|
|
"0.037683, 0.055018, 0.118242, 0.420577, 1.701981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "4.531730, 4.546474, 4.583694, 4.699909, 5.123112",\
|
|
"4.631382, 4.646126, 4.683346, 4.799561, 5.222764",\
|
|
"4.800859, 4.815603, 4.852823, 4.969038, 5.392241",\
|
|
"5.129062, 5.143806, 5.181026, 5.297240, 5.720444",\
|
|
"5.677520, 5.692264, 5.729484, 5.845699, 6.268902");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034002, 0.043806, 0.075119, 0.205286, 0.779600",\
|
|
"0.034002, 0.043806, 0.075119, 0.205286, 0.779600",\
|
|
"0.034002, 0.043806, 0.075119, 0.205286, 0.779600",\
|
|
"0.034002, 0.043806, 0.075119, 0.205286, 0.779600",\
|
|
"0.034002, 0.043806, 0.075119, 0.205286, 0.779600");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[37]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.160664, 1.179240, 1.235647, 1.461000, 2.390947",\
|
|
"1.260808, 1.279384, 1.335791, 1.561144, 2.491091",\
|
|
"1.402919, 1.421495, 1.477901, 1.703255, 2.633202",\
|
|
"1.643173, 1.661748, 1.718154, 1.943507, 2.873454",\
|
|
"2.023549, 2.042124, 2.098530, 2.323883, 3.253830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037577, 0.054920, 0.122093, 0.434836, 1.765560",\
|
|
"0.037577, 0.054920, 0.122093, 0.434836, 1.765560",\
|
|
"0.037577, 0.054920, 0.122092, 0.434836, 1.765560",\
|
|
"0.037576, 0.054919, 0.122092, 0.434836, 1.765560",\
|
|
"0.037576, 0.054919, 0.122092, 0.434836, 1.765560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.301403, 1.316146, 1.355569, 1.472955, 1.911157",\
|
|
"1.406306, 1.421048, 1.460471, 1.577858, 2.016060",\
|
|
"1.602740, 1.617483, 1.656906, 1.774292, 2.212494",\
|
|
"1.980941, 1.995684, 2.035107, 2.152493, 2.590695",\
|
|
"2.649342, 2.664085, 2.703508, 2.820895, 3.259097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.101737, 1.120310, 1.174519, 1.397578, 2.311143",\
|
|
"1.201881, 1.220454, 1.274663, 1.497722, 2.411288",\
|
|
"1.344002, 1.362575, 1.416785, 1.639844, 2.553409",\
|
|
"1.584281, 1.602855, 1.657065, 1.880124, 2.793689",\
|
|
"1.964702, 1.983277, 2.037487, 2.260546, 3.174112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037569, 0.054912, 0.118176, 0.420583, 1.701988",\
|
|
"0.037569, 0.054912, 0.118176, 0.420583, 1.701988",\
|
|
"0.037569, 0.054913, 0.118176, 0.420583, 1.701988",\
|
|
"0.037570, 0.054914, 0.118177, 0.420583, 1.701988",\
|
|
"0.037573, 0.054916, 0.118179, 0.420583, 1.701988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.268396, 1.283134, 1.320364, 1.436565, 1.859755",\
|
|
"1.373298, 1.388036, 1.425267, 1.541468, 1.964657",\
|
|
"1.569732, 1.584470, 1.621700, 1.737902, 2.161091",\
|
|
"1.947943, 1.962681, 1.999911, 2.116112, 2.539301",\
|
|
"2.616282, 2.631020, 2.668250, 2.784451, 3.207641");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034010, 0.043803, 0.075114, 0.205282, 0.779584",\
|
|
"0.034010, 0.043803, 0.075114, 0.205282, 0.779584",\
|
|
"0.034010, 0.043803, 0.075114, 0.205281, 0.779584",\
|
|
"0.034010, 0.043803, 0.075114, 0.205281, 0.779584",\
|
|
"0.034011, 0.043803, 0.075114, 0.205281, 0.779584");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.400933, 1.415675, 1.455098, 1.572485, 2.010687",\
|
|
"1.501076, 1.515819, 1.555242, 1.672629, 2.110831",\
|
|
"1.642599, 1.657342, 1.696765, 1.814152, 2.252353",\
|
|
"1.881835, 1.896578, 1.936001, 2.053388, 2.491590",\
|
|
"2.258672, 2.273415, 2.312838, 2.430224, 2.868426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313",\
|
|
"0.034004, 0.043805, 0.079046, 0.220364, 0.842313");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.153132, 1.171708, 1.228115, 1.453468, 2.383415",\
|
|
"1.258035, 1.276610, 1.333017, 1.558370, 2.488317",\
|
|
"1.454877, 1.473452, 1.529859, 1.755212, 2.685160",\
|
|
"1.834778, 1.853354, 1.909760, 2.135113, 3.065060",\
|
|
"2.502325, 2.520900, 2.577307, 2.802660, 3.732606");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037577, 0.054920, 0.122093, 0.434836, 1.765560",\
|
|
"0.037577, 0.054920, 0.122093, 0.434836, 1.765560",\
|
|
"0.037577, 0.054920, 0.122092, 0.434836, 1.765560",\
|
|
"0.037576, 0.054919, 0.122092, 0.434836, 1.765560",\
|
|
"0.037576, 0.054919, 0.122092, 0.434836, 1.765560");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.367925, 1.382663, 1.419894, 1.536095, 1.959284",\
|
|
"1.468070, 1.482807, 1.520038, 1.636239, 2.059428",\
|
|
"1.609592, 1.624329, 1.661560, 1.777761, 2.200950",\
|
|
"1.848837, 1.863575, 1.900805, 2.017007, 2.440196",\
|
|
"2.225612, 2.240350, 2.277580, 2.393781, 2.816970");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034010, 0.043803, 0.075114, 0.205282, 0.779584",\
|
|
"0.034010, 0.043803, 0.075114, 0.205282, 0.779584",\
|
|
"0.034010, 0.043803, 0.075114, 0.205281, 0.779584",\
|
|
"0.034010, 0.043803, 0.075114, 0.205281, 0.779584",\
|
|
"0.034011, 0.043803, 0.075114, 0.205281, 0.779584");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.094205, 1.112778, 1.166987, 1.390046, 2.303612",\
|
|
"1.199107, 1.217681, 1.271890, 1.494949, 2.408514",\
|
|
"1.395960, 1.414533, 1.468742, 1.691801, 2.605367",\
|
|
"1.775887, 1.794461, 1.848670, 2.071729, 2.985295",\
|
|
"2.443479, 2.462053, 2.516263, 2.739323, 3.652889");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037569, 0.054912, 0.118176, 0.420583, 1.701988",\
|
|
"0.037569, 0.054912, 0.118176, 0.420583, 1.701988",\
|
|
"0.037569, 0.054913, 0.118176, 0.420583, 1.701988",\
|
|
"0.037570, 0.054914, 0.118177, 0.420583, 1.701988",\
|
|
"0.037573, 0.054916, 0.118179, 0.420583, 1.701988");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.147017, 1.165619, 1.222061, 1.447416, 2.377377",\
|
|
"1.247948, 1.266549, 1.322991, 1.548347, 2.478307",\
|
|
"1.403694, 1.422296, 1.478738, 1.704093, 2.634054",\
|
|
"1.693036, 1.711638, 1.768081, 1.993436, 2.923397",\
|
|
"2.209065, 2.227669, 2.284113, 2.509468, 3.439430");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037689, 0.055024, 0.122157, 0.434830, 1.765553",\
|
|
"0.037689, 0.055024, 0.122157, 0.434830, 1.765553",\
|
|
"0.037690, 0.055024, 0.122157, 0.434830, 1.765553",\
|
|
"0.037691, 0.055026, 0.122158, 0.434830, 1.765552",\
|
|
"0.037697, 0.055031, 0.122161, 0.434830, 1.765552");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.286558, 1.301296, 1.340726, 1.458104, 1.896296",\
|
|
"1.390920, 1.405658, 1.445088, 1.562466, 2.000657",\
|
|
"1.554009, 1.568747, 1.608178, 1.725555, 2.163747",\
|
|
"1.843384, 1.858122, 1.897552, 2.014930, 2.453121",\
|
|
"2.304104, 2.318842, 2.358273, 2.475650, 2.913842");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034010, 0.043803, 0.079043, 0.220361, 0.842301",\
|
|
"0.034010, 0.043803, 0.079043, 0.220361, 0.842301",\
|
|
"0.034010, 0.043803, 0.079043, 0.220361, 0.842301",\
|
|
"0.034010, 0.043803, 0.079043, 0.220361, 0.842301",\
|
|
"0.034010, 0.043803, 0.079043, 0.220361, 0.842301");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.088210, 1.106812, 1.161058, 1.384121, 2.297701",\
|
|
"1.189140, 1.207742, 1.261989, 1.485052, 2.398631",\
|
|
"1.344887, 1.363488, 1.417735, 1.640798, 2.554378",\
|
|
"1.634229, 1.652831, 1.707078, 1.930141, 2.843721",\
|
|
"2.150258, 2.168861, 2.223110, 2.446173, 3.359754");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.037689, 0.055024, 0.118245, 0.420576, 1.701981",\
|
|
"0.037689, 0.055024, 0.118245, 0.420576, 1.701981",\
|
|
"0.037690, 0.055024, 0.118246, 0.420576, 1.701981",\
|
|
"0.037691, 0.055026, 0.118246, 0.420576, 1.701981",\
|
|
"0.037697, 0.055031, 0.118250, 0.420576, 1.701980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "1.255815, 1.270553, 1.307782, 1.423985, 1.847175",\
|
|
"1.360176, 1.374914, 1.412144, 1.528346, 1.951536",\
|
|
"1.523266, 1.538004, 1.575234, 1.691436, 2.114626",\
|
|
"1.812641, 1.827379, 1.864608, 1.980811, 2.404000",\
|
|
"2.273361, 2.288099, 2.325329, 2.441531, 2.864720");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.034010, 0.043803, 0.075115, 0.205282, 0.779585",\
|
|
"0.034010, 0.043803, 0.075115, 0.205282, 0.779585",\
|
|
"0.034010, 0.043803, 0.075115, 0.205282, 0.779585",\
|
|
"0.034010, 0.043803, 0.075115, 0.205282, 0.779585",\
|
|
"0.034010, 0.043803, 0.075115, 0.205282, 0.779585");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[37] */
|
|
|
|
pin("mgmt_gpio_out[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002839 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "4.424551, 4.443109, 4.499311, 4.724568, 5.654239",\
|
|
"4.534260, 4.552818, 4.609021, 4.834278, 5.763948",\
|
|
"4.722548, 4.741107, 4.797309, 5.022566, 5.952237",\
|
|
"5.103747, 5.122305, 5.178508, 5.403765, 6.333436",\
|
|
"5.801511, 5.820069, 5.876272, 6.101529, 7.031199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036624, 0.054033, 0.121224, 0.433877, 1.763247",\
|
|
"0.036624, 0.054033, 0.121224, 0.433877, 1.763247",\
|
|
"0.036624, 0.054033, 0.121224, 0.433877, 1.763247",\
|
|
"0.036624, 0.054033, 0.121224, 0.433877, 1.763247",\
|
|
"0.036624, 0.054033, 0.121224, 0.433877, 1.763247");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "4.726770, 4.741621, 4.781070, 4.898386, 5.336204",\
|
|
"4.836480, 4.851330, 4.890779, 5.008096, 5.445913",\
|
|
"5.024768, 5.039618, 5.079068, 5.196384, 5.634202",\
|
|
"5.405967, 5.420817, 5.460267, 5.577583, 6.015400",\
|
|
"6.103731, 6.118581, 6.158031, 6.275347, 6.713164");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033754, 0.043589, 0.078714, 0.219588, 0.839895",\
|
|
"0.033754, 0.043589, 0.078714, 0.219588, 0.839895",\
|
|
"0.033754, 0.043589, 0.078714, 0.219588, 0.839895",\
|
|
"0.033754, 0.043589, 0.078714, 0.219588, 0.839895",\
|
|
"0.033754, 0.043589, 0.078714, 0.219588, 0.839895");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "4.178208, 4.196767, 4.250890, 4.473943, 5.387785",\
|
|
"4.277861, 4.296419, 4.350542, 4.573595, 5.487437",\
|
|
"4.447338, 4.465896, 4.520019, 4.743072, 5.656914",\
|
|
"4.775540, 4.794098, 4.848222, 5.071274, 5.985117",\
|
|
"5.323998, 5.342556, 5.396680, 5.619732, 6.533575");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036624, 0.054033, 0.117433, 0.420144, 1.702020",\
|
|
"0.036624, 0.054033, 0.117433, 0.420144, 1.702020",\
|
|
"0.036624, 0.054033, 0.117433, 0.420144, 1.702020",\
|
|
"0.036624, 0.054033, 0.117433, 0.420144, 1.702020",\
|
|
"0.036624, 0.054033, 0.117433, 0.420144, 1.702020");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "4.482857, 4.497708, 4.535072, 4.651274, 5.074593",\
|
|
"4.582510, 4.597360, 4.634724, 4.750926, 5.174245",\
|
|
"4.751987, 4.766838, 4.804202, 4.920403, 5.343723",\
|
|
"5.080189, 5.095039, 5.132403, 5.248605, 5.671925",\
|
|
"5.628647, 5.643498, 5.680862, 5.797064, 6.220383");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033754, 0.043589, 0.074908, 0.205065, 0.779557",\
|
|
"0.033754, 0.043589, 0.074908, 0.205065, 0.779557",\
|
|
"0.033754, 0.043589, 0.074908, 0.205065, 0.779557",\
|
|
"0.033754, 0.043589, 0.074908, 0.205065, 0.779557",\
|
|
"0.033754, 0.043589, 0.074908, 0.205065, 0.779557");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[36]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.111770, 1.130301, 1.186468, 1.411722, 2.341380",\
|
|
"1.211914, 1.230445, 1.286612, 1.511866, 2.441524",\
|
|
"1.354025, 1.372556, 1.428723, 1.653978, 2.583635",\
|
|
"1.594282, 1.612813, 1.668980, 1.894234, 2.823891",\
|
|
"1.974664, 1.993195, 2.049361, 2.274616, 3.204273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036511, 0.053928, 0.121159, 0.433883, 1.763254",\
|
|
"0.036511, 0.053928, 0.121159, 0.433883, 1.763254",\
|
|
"0.036511, 0.053928, 0.121159, 0.433883, 1.763254",\
|
|
"0.036510, 0.053927, 0.121159, 0.433883, 1.763254",\
|
|
"0.036510, 0.053927, 0.121158, 0.433883, 1.763254");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.266852, 1.281701, 1.321153, 1.438466, 1.876279",\
|
|
"1.371755, 1.386603, 1.426055, 1.543368, 1.981182",\
|
|
"1.568193, 1.583041, 1.622493, 1.739806, 2.177620",\
|
|
"1.946414, 1.961263, 2.000715, 2.118028, 2.555841",\
|
|
"2.614861, 2.629709, 2.669161, 2.786474, 3.224288");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.104444, 1.122973, 1.177058, 1.400107, 2.313935",\
|
|
"1.204588, 1.223117, 1.277202, 1.500250, 2.414078",\
|
|
"1.346710, 1.365239, 1.419324, 1.642373, 2.556201",\
|
|
"1.586992, 1.605522, 1.659607, 1.882656, 2.796484",\
|
|
"1.967422, 1.985953, 2.040039, 2.263088, 3.176916");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036502, 0.053920, 0.117364, 0.420150, 1.702028",\
|
|
"0.036502, 0.053920, 0.117364, 0.420150, 1.702028",\
|
|
"0.036503, 0.053921, 0.117364, 0.420150, 1.702028",\
|
|
"0.036504, 0.053921, 0.117364, 0.420150, 1.702028",\
|
|
"0.036507, 0.053924, 0.117366, 0.420150, 1.702028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.260119, 1.274963, 1.312337, 1.428525, 1.851830",\
|
|
"1.365022, 1.379865, 1.417240, 1.533428, 1.956732",\
|
|
"1.561460, 1.576303, 1.613678, 1.729865, 2.153170",\
|
|
"1.939694, 1.954538, 1.991912, 2.108100, 2.531405",\
|
|
"2.608075, 2.622919, 2.660293, 2.776481, 3.199785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.366495, 1.381343, 1.420795, 1.538108, 1.975922",\
|
|
"1.466639, 1.481487, 1.520939, 1.638252, 2.076066",\
|
|
"1.608162, 1.623011, 1.662462, 1.779776, 2.217589",\
|
|
"1.847399, 1.862247, 1.901699, 2.019012, 2.456825",\
|
|
"2.224249, 2.239098, 2.278549, 2.395862, 2.833676");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890",\
|
|
"0.033757, 0.043589, 0.078713, 0.219586, 0.839890");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.103982, 1.122514, 1.178680, 1.403935, 2.333592",\
|
|
"1.208885, 1.227416, 1.283583, 1.508837, 2.438495",\
|
|
"1.405732, 1.424263, 1.480429, 1.705684, 2.635341",\
|
|
"1.785660, 1.804191, 1.860357, 2.085611, 3.015269",\
|
|
"2.453263, 2.471793, 2.527959, 2.753214, 3.682871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036511, 0.053928, 0.121159, 0.433883, 1.763254",\
|
|
"0.036511, 0.053928, 0.121159, 0.433883, 1.763254",\
|
|
"0.036511, 0.053928, 0.121159, 0.433883, 1.763254",\
|
|
"0.036510, 0.053927, 0.121159, 0.433883, 1.763254",\
|
|
"0.036510, 0.053927, 0.121158, 0.433883, 1.763254");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.359762, 1.374605, 1.411980, 1.528168, 1.951472",\
|
|
"1.459906, 1.474749, 1.512124, 1.628312, 2.051616",\
|
|
"1.601429, 1.616273, 1.653647, 1.769835, 2.193139",\
|
|
"1.840678, 1.855522, 1.892896, 2.009084, 2.432389",\
|
|
"2.217463, 2.232307, 2.269681, 2.385869, 2.809173");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540",\
|
|
"0.033763, 0.043586, 0.074903, 0.205060, 0.779540");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.096656, 1.115185, 1.169270, 1.392319, 2.306147",\
|
|
"1.201559, 1.220088, 1.274173, 1.497222, 2.411050",\
|
|
"1.398416, 1.416945, 1.471030, 1.694079, 2.607907",\
|
|
"1.778370, 1.796899, 1.850984, 2.074033, 2.987861",\
|
|
"2.446020, 2.464551, 2.518637, 2.741686, 3.655514");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036502, 0.053920, 0.117364, 0.420150, 1.702028",\
|
|
"0.036502, 0.053920, 0.117364, 0.420150, 1.702028",\
|
|
"0.036503, 0.053921, 0.117364, 0.420150, 1.702028",\
|
|
"0.036504, 0.053921, 0.117364, 0.420150, 1.702028",\
|
|
"0.036507, 0.053924, 0.117366, 0.420150, 1.702028");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.089852, 1.108412, 1.164617, 1.389874, 2.319546",\
|
|
"1.193941, 1.212502, 1.268706, 1.493963, 2.423635",\
|
|
"1.352435, 1.370996, 1.427200, 1.652457, 2.582129",\
|
|
"1.647875, 1.666436, 1.722641, 1.947898, 2.877571",\
|
|
"2.163452, 2.182014, 2.238221, 2.463479, 3.393152");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036632, 0.054040, 0.121228, 0.433877, 1.763246",\
|
|
"0.036632, 0.054040, 0.121228, 0.433877, 1.763246",\
|
|
"0.036632, 0.054040, 0.121228, 0.433877, 1.763246",\
|
|
"0.036634, 0.054042, 0.121230, 0.433877, 1.763246",\
|
|
"0.036641, 0.054048, 0.121234, 0.433877, 1.763246");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.234648, 1.249492, 1.288951, 1.406256, 1.844059",\
|
|
"1.339660, 1.354504, 1.393963, 1.511267, 1.949071",\
|
|
"1.533144, 1.547987, 1.587446, 1.704751, 2.142554",\
|
|
"1.924665, 1.939509, 1.978967, 2.096272, 2.534076",\
|
|
"2.581900, 2.596744, 2.636203, 2.753507, 3.191311");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033763, 0.043587, 0.078709, 0.219583, 0.839879",\
|
|
"0.033763, 0.043587, 0.078709, 0.219583, 0.839879",\
|
|
"0.033763, 0.043587, 0.078709, 0.219583, 0.839879",\
|
|
"0.033763, 0.043587, 0.078710, 0.219583, 0.839879",\
|
|
"0.033763, 0.043587, 0.078710, 0.219583, 0.839879");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.082647, 1.101207, 1.155333, 1.378385, 2.292228",\
|
|
"1.186736, 1.205296, 1.259422, 1.482474, 2.396317",\
|
|
"1.345230, 1.363790, 1.417916, 1.640969, 2.554812",\
|
|
"1.640670, 1.659231, 1.713357, 1.936410, 2.850253",\
|
|
"2.156246, 2.174809, 2.228937, 2.451990, 3.365834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.036632, 0.054040, 0.117438, 0.420143, 1.702019",\
|
|
"0.036632, 0.054040, 0.117438, 0.420143, 1.702019",\
|
|
"0.036632, 0.054040, 0.117438, 0.420143, 1.702019",\
|
|
"0.036634, 0.054042, 0.117439, 0.420143, 1.702019",\
|
|
"0.036641, 0.054048, 0.117443, 0.420143, 1.702019");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "1.229872, 1.244716, 1.282090, 1.398279, 1.821584",\
|
|
"1.334884, 1.349728, 1.387102, 1.503290, 1.926596",\
|
|
"1.528367, 1.543211, 1.580585, 1.696774, 2.120079",\
|
|
"1.919888, 1.934732, 1.972106, 2.088295, 2.511600",\
|
|
"2.577124, 2.591968, 2.629342, 2.745530, 3.168835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.033763, 0.043587, 0.074903, 0.205060, 0.779541",\
|
|
"0.033763, 0.043587, 0.074903, 0.205060, 0.779541",\
|
|
"0.033763, 0.043587, 0.074903, 0.205060, 0.779541",\
|
|
"0.033763, 0.043587, 0.074903, 0.205060, 0.779541",\
|
|
"0.033763, 0.043587, 0.074903, 0.205060, 0.779541");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[36] */
|
|
|
|
pin("mgmt_gpio_out[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002696 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "4.885383, 4.904896, 4.962266, 5.192388, 6.117661",\
|
|
"4.995092, 5.014605, 5.071975, 5.302097, 6.227371",\
|
|
"5.183380, 5.202893, 5.260263, 5.490385, 6.415659",\
|
|
"5.564579, 5.584092, 5.641462, 5.871584, 6.796858",\
|
|
"6.262343, 6.281856, 6.339226, 6.569348, 7.494622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040128, 0.057264, 0.123076, 0.436609, 1.762147",\
|
|
"0.040128, 0.057264, 0.123076, 0.436609, 1.762147",\
|
|
"0.040128, 0.057264, 0.123076, 0.436609, 1.762147",\
|
|
"0.040128, 0.057264, 0.123076, 0.436609, 1.762147",\
|
|
"0.040128, 0.057264, 0.123076, 0.436609, 1.762147");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "5.207534, 5.222668, 5.262330, 5.379956, 5.817724",\
|
|
"5.317244, 5.332378, 5.372039, 5.489666, 5.927434",\
|
|
"5.505532, 5.520666, 5.560328, 5.677954, 6.115722",\
|
|
"5.886731, 5.901865, 5.941526, 6.059153, 6.496921",\
|
|
"6.584495, 6.599629, 6.639290, 6.756917, 7.194685");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034466, 0.044349, 0.079194, 0.219544, 0.839251",\
|
|
"0.034466, 0.044349, 0.079194, 0.219544, 0.839251",\
|
|
"0.034466, 0.044349, 0.079194, 0.219544, 0.839251",\
|
|
"0.034466, 0.044349, 0.079194, 0.219544, 0.839251",\
|
|
"0.034466, 0.044349, 0.079194, 0.219544, 0.839251");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "4.579620, 4.599133, 4.654467, 4.877641, 5.792087",\
|
|
"4.679273, 4.698786, 4.754119, 4.977293, 5.891739",\
|
|
"4.848749, 4.868262, 4.923596, 5.146770, 6.061215",\
|
|
"5.176951, 5.196465, 5.251798, 5.474972, 6.389418",\
|
|
"5.725410, 5.744923, 5.800257, 6.023430, 6.937876");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040128, 0.057264, 0.119335, 0.419690, 1.701778",\
|
|
"0.040128, 0.057264, 0.119335, 0.419690, 1.701778",\
|
|
"0.040128, 0.057264, 0.119335, 0.419690, 1.701778",\
|
|
"0.040128, 0.057264, 0.119335, 0.419690, 1.701778",\
|
|
"0.040128, 0.057264, 0.119335, 0.419690, 1.701778");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "4.946644, 4.961778, 4.999397, 5.115967, 5.539378",\
|
|
"5.046296, 5.061430, 5.099049, 5.215619, 5.639030",\
|
|
"5.215773, 5.230907, 5.268526, 5.385096, 5.808507",\
|
|
"5.543975, 5.559110, 5.596728, 5.713298, 6.136710",\
|
|
"6.092434, 6.107568, 6.145187, 6.261757, 6.685168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034466, 0.044349, 0.075438, 0.205218, 0.779776",\
|
|
"0.034466, 0.044349, 0.075438, 0.205218, 0.779776",\
|
|
"0.034466, 0.044349, 0.075438, 0.205218, 0.779776",\
|
|
"0.034466, 0.044349, 0.075438, 0.205218, 0.779776",\
|
|
"0.034466, 0.044349, 0.075438, 0.205218, 0.779776");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[35]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.234667, 1.254189, 1.311571, 1.541694, 2.466972",\
|
|
"1.338873, 1.358395, 1.415777, 1.645900, 2.571178",\
|
|
"1.503381, 1.522904, 1.580286, 1.810409, 2.735687",\
|
|
"1.809953, 1.829475, 1.886856, 2.116979, 3.042257",\
|
|
"2.337470, 2.356992, 2.414373, 2.644495, 3.569773");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040166, 0.057299, 0.123097, 0.436607, 1.762145",\
|
|
"0.040166, 0.057299, 0.123097, 0.436607, 1.762145",\
|
|
"0.040166, 0.057298, 0.123097, 0.436607, 1.762145",\
|
|
"0.040164, 0.057297, 0.123096, 0.436607, 1.762145",\
|
|
"0.040162, 0.057295, 0.123095, 0.436607, 1.762145");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.486509, 1.501642, 1.541303, 1.658929, 2.096697",\
|
|
"1.590423, 1.605556, 1.645217, 1.762843, 2.200611",\
|
|
"1.783633, 1.798766, 1.838427, 1.956053, 2.393821",\
|
|
"2.182112, 2.197246, 2.236907, 2.354533, 2.792302",\
|
|
"2.857568, 2.872703, 2.912365, 3.029992, 3.467760");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034463, 0.044346, 0.079193, 0.219544, 0.839251",\
|
|
"0.034463, 0.044346, 0.079193, 0.219544, 0.839251",\
|
|
"0.034464, 0.044347, 0.079193, 0.219544, 0.839251",\
|
|
"0.034466, 0.044349, 0.079194, 0.219544, 0.839251",\
|
|
"0.034469, 0.044352, 0.079196, 0.219545, 0.839251");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.159773, 1.179293, 1.234636, 1.457810, 2.372259",\
|
|
"1.263979, 1.283499, 1.338842, 1.562016, 2.476465",\
|
|
"1.428491, 1.448011, 1.503354, 1.726529, 2.640978",\
|
|
"1.735089, 1.754609, 1.809952, 2.033127, 2.947576",\
|
|
"2.262655, 2.282176, 2.337519, 2.560694, 3.475143");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040156, 0.057290, 0.119351, 0.419688, 1.701776",\
|
|
"0.040156, 0.057290, 0.119351, 0.419688, 1.701776",\
|
|
"0.040156, 0.057290, 0.119351, 0.419688, 1.701776",\
|
|
"0.040157, 0.057290, 0.119352, 0.419688, 1.701776",\
|
|
"0.040158, 0.057291, 0.119352, 0.419688, 1.701776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.459141, 1.474273, 1.511888, 1.628454, 2.051867",\
|
|
"1.563055, 1.578187, 1.615802, 1.732368, 2.155781",\
|
|
"1.756256, 1.771388, 1.809003, 1.925569, 2.348982",\
|
|
"2.154671, 2.169803, 2.207418, 2.323984, 2.747397",\
|
|
"2.830001, 2.845133, 2.882747, 2.999313, 3.422726");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034453, 0.044337, 0.075430, 0.205215, 0.779775",\
|
|
"0.034453, 0.044337, 0.075430, 0.205215, 0.779775",\
|
|
"0.034453, 0.044337, 0.075430, 0.205215, 0.779775",\
|
|
"0.034453, 0.044337, 0.075429, 0.205215, 0.779775",\
|
|
"0.034451, 0.044335, 0.075428, 0.205214, 0.779775");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.595434, 1.610568, 1.650229, 1.767854, 2.205623",\
|
|
"1.699640, 1.714774, 1.754434, 1.872060, 2.309829",\
|
|
"1.864081, 1.879215, 1.918875, 2.036501, 2.474270",\
|
|
"2.170426, 2.185560, 2.225222, 2.342848, 2.780616",\
|
|
"2.697095, 2.712230, 2.751892, 2.869520, 3.307288");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034463, 0.044346, 0.079193, 0.219544, 0.839251",\
|
|
"0.034463, 0.044346, 0.079193, 0.219544, 0.839251",\
|
|
"0.034464, 0.044347, 0.079193, 0.219544, 0.839251",\
|
|
"0.034466, 0.044349, 0.079194, 0.219544, 0.839251",\
|
|
"0.034469, 0.044352, 0.079196, 0.219545, 0.839251");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.352955, 1.372478, 1.429860, 1.659982, 2.585261",\
|
|
"1.456869, 1.476391, 1.533774, 1.763896, 2.689175",\
|
|
"1.650170, 1.669692, 1.727074, 1.957197, 2.882475",\
|
|
"2.049433, 2.068955, 2.126337, 2.356459, 3.281737",\
|
|
"2.726678, 2.746200, 2.803581, 3.033703, 3.958981");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040166, 0.057299, 0.123097, 0.436607, 1.762145",\
|
|
"0.040166, 0.057299, 0.123097, 0.436607, 1.762145",\
|
|
"0.040166, 0.057298, 0.123097, 0.436607, 1.762145",\
|
|
"0.040164, 0.057297, 0.123096, 0.436607, 1.762145",\
|
|
"0.040162, 0.057295, 0.123095, 0.436607, 1.762145");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.568066, 1.583198, 1.620813, 1.737380, 2.160792",\
|
|
"1.672272, 1.687404, 1.725019, 1.841586, 2.264998",\
|
|
"1.836704, 1.851836, 1.889451, 2.006017, 2.429430",\
|
|
"2.142986, 2.158118, 2.195733, 2.312299, 2.735712",\
|
|
"2.669528, 2.684660, 2.722274, 2.838840, 3.262253");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034453, 0.044337, 0.075430, 0.205215, 0.779775",\
|
|
"0.034453, 0.044337, 0.075430, 0.205215, 0.779775",\
|
|
"0.034453, 0.044337, 0.075430, 0.205215, 0.779775",\
|
|
"0.034453, 0.044337, 0.075429, 0.205215, 0.779775",\
|
|
"0.034451, 0.044335, 0.075428, 0.205214, 0.779775");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.278061, 1.297581, 1.352924, 1.576099, 2.490548",\
|
|
"1.381975, 1.401495, 1.456838, 1.680012, 2.594461",\
|
|
"1.575280, 1.594800, 1.650143, 1.873317, 2.787766",\
|
|
"1.974569, 1.994089, 2.049433, 2.272607, 3.187056",\
|
|
"2.651864, 2.671384, 2.726727, 2.949902, 3.864351");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040156, 0.057290, 0.119351, 0.419688, 1.701776",\
|
|
"0.040156, 0.057290, 0.119351, 0.419688, 1.701776",\
|
|
"0.040156, 0.057290, 0.119351, 0.419688, 1.701776",\
|
|
"0.040157, 0.057290, 0.119352, 0.419688, 1.701776",\
|
|
"0.040158, 0.057291, 0.119352, 0.419688, 1.701776");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.232275, 1.251807, 1.309203, 1.539327, 2.464610",\
|
|
"1.333068, 1.352600, 1.409996, 1.640120, 2.565403",\
|
|
"1.489298, 1.508830, 1.566226, 1.796350, 2.721633",\
|
|
"1.778426, 1.797959, 1.855355, 2.085479, 3.010762",\
|
|
"2.293820, 2.313353, 2.370751, 2.600875, 3.526159");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040208, 0.057337, 0.123121, 0.436605, 1.762143",\
|
|
"0.040208, 0.057337, 0.123121, 0.436605, 1.762143",\
|
|
"0.040208, 0.057338, 0.123121, 0.436605, 1.762143",\
|
|
"0.040209, 0.057339, 0.123122, 0.436605, 1.762142",\
|
|
"0.040213, 0.057343, 0.123124, 0.436604, 1.762142");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.438742, 1.453872, 1.493526, 1.611146, 2.048916",\
|
|
"1.543069, 1.558199, 1.597853, 1.715474, 2.153244",\
|
|
"1.706226, 1.721357, 1.761010, 1.878631, 2.316401",\
|
|
"1.995444, 2.010574, 2.050227, 2.167848, 2.605618",\
|
|
"2.456433, 2.471563, 2.511216, 2.628836, 3.066607");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034442, 0.044327, 0.079179, 0.219538, 0.839248",\
|
|
"0.034442, 0.044327, 0.079179, 0.219538, 0.839248",\
|
|
"0.034442, 0.044327, 0.079179, 0.219538, 0.839248",\
|
|
"0.034442, 0.044326, 0.079179, 0.219538, 0.839248",\
|
|
"0.034440, 0.044325, 0.079177, 0.219538, 0.839248");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.157512, 1.177044, 1.232404, 1.455580, 2.370035",\
|
|
"1.258305, 1.277838, 1.333197, 1.556373, 2.470828",\
|
|
"1.414535, 1.434067, 1.489427, 1.712603, 2.627058",\
|
|
"1.703664, 1.723196, 1.778556, 2.001732, 2.916187",\
|
|
"2.219057, 2.238591, 2.293952, 2.517128, 3.431584");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.040208, 0.057337, 0.119381, 0.419686, 1.701773",\
|
|
"0.040208, 0.057337, 0.119381, 0.419686, 1.701773",\
|
|
"0.040208, 0.057338, 0.119381, 0.419685, 1.701773",\
|
|
"0.040209, 0.057339, 0.119382, 0.419685, 1.701772",\
|
|
"0.040213, 0.057343, 0.119384, 0.419685, 1.701772");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "1.411627, 1.426757, 1.464368, 1.580932, 2.004346",\
|
|
"1.515954, 1.531084, 1.568696, 1.685259, 2.108673",\
|
|
"1.679112, 1.694242, 1.731853, 1.848417, 2.271831",\
|
|
"1.968329, 1.983459, 2.021070, 2.137634, 2.561048",\
|
|
"2.429318, 2.444448, 2.482059, 2.598622, 3.022036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.034442, 0.044327, 0.075422, 0.205212, 0.779774",\
|
|
"0.034442, 0.044327, 0.075422, 0.205212, 0.779774",\
|
|
"0.034442, 0.044327, 0.075422, 0.205212, 0.779774",\
|
|
"0.034442, 0.044326, 0.075422, 0.205212, 0.779774",\
|
|
"0.034440, 0.044325, 0.075421, 0.205212, 0.779774");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[35] */
|
|
|
|
pin("mgmt_gpio_out[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003642 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "4.426563, 4.444855, 4.501047, 4.726335, 5.655064",\
|
|
"4.536273, 4.554564, 4.610756, 4.836044, 5.764773",\
|
|
"4.724561, 4.742853, 4.799045, 5.024333, 5.953062",\
|
|
"5.105760, 5.124052, 5.180243, 5.405531, 6.334260",\
|
|
"5.803524, 5.821816, 5.878008, 6.103296, 7.032025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.038185, 0.055526, 0.122702, 0.435244, 1.763326",\
|
|
"0.038185, 0.055526, 0.122702, 0.435244, 1.763326",\
|
|
"0.038185, 0.055526, 0.122702, 0.435244, 1.763326",\
|
|
"0.038185, 0.055526, 0.122702, 0.435244, 1.763326",\
|
|
"0.038185, 0.055526, 0.122702, 0.435244, 1.763326");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "4.515320, 4.529794, 4.568985, 4.686369, 5.123721",\
|
|
"4.625030, 4.639504, 4.678695, 4.796079, 5.233430",\
|
|
"4.813318, 4.827792, 4.866983, 4.984367, 5.421719",\
|
|
"5.194517, 5.208991, 5.248182, 5.365566, 5.802917",\
|
|
"5.892282, 5.906756, 5.945947, 6.063331, 6.500682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.034515, 0.044230, 0.079303, 0.220231, 0.840036",\
|
|
"0.034515, 0.044230, 0.079303, 0.220231, 0.840036",\
|
|
"0.034515, 0.044230, 0.079303, 0.220231, 0.840036",\
|
|
"0.034515, 0.044230, 0.079303, 0.220231, 0.840036",\
|
|
"0.034515, 0.044230, 0.079303, 0.220231, 0.840036");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "4.063185, 4.081477, 4.135523, 4.358559, 5.271470",\
|
|
"4.162837, 4.181129, 4.235176, 4.458210, 5.371122",\
|
|
"4.332314, 4.350605, 4.404653, 4.627687, 5.540598",\
|
|
"4.660516, 4.678808, 4.732855, 4.955890, 5.868801",\
|
|
"5.208974, 5.227266, 5.281313, 5.504348, 6.417260");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.038185, 0.055526, 0.118906, 0.421476, 1.702005",\
|
|
"0.038185, 0.055526, 0.118906, 0.421476, 1.702005",\
|
|
"0.038185, 0.055526, 0.118906, 0.421476, 1.702005",\
|
|
"0.038185, 0.055526, 0.118906, 0.421476, 1.702005",\
|
|
"0.038185, 0.055526, 0.118906, 0.421476, 1.702005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "4.181512, 4.195986, 4.233028, 4.349201, 4.772117",\
|
|
"4.281165, 4.295639, 4.332681, 4.448854, 4.871769",\
|
|
"4.450642, 4.465116, 4.502158, 4.618331, 5.041246",\
|
|
"4.778844, 4.793318, 4.830360, 4.946533, 5.369449",\
|
|
"5.327303, 5.341777, 5.378819, 5.494992, 5.917908");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.034515, 0.044230, 0.075492, 0.205680, 0.779603",\
|
|
"0.034515, 0.044230, 0.075492, 0.205680, 0.779603",\
|
|
"0.034515, 0.044230, 0.075492, 0.205680, 0.779603",\
|
|
"0.034515, 0.044230, 0.075492, 0.205680, 0.779603",\
|
|
"0.034515, 0.044230, 0.075492, 0.205680, 0.779603");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[34] */
|
|
|
|
pin("mgmt_gpio_out[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002663 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "4.767977, 4.787125, 4.844007, 5.074096, 5.999259",\
|
|
"4.877687, 4.896834, 4.953716, 5.183805, 6.108969",\
|
|
"5.065975, 5.085122, 5.142004, 5.372093, 6.297257",\
|
|
"5.447174, 5.466321, 5.523203, 5.753292, 6.678456",\
|
|
"6.144938, 6.164085, 6.220967, 6.451056, 7.376220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038497, 0.055754, 0.122126, 0.436684, 1.762392",\
|
|
"0.038497, 0.055754, 0.122126, 0.436684, 1.762392",\
|
|
"0.038497, 0.055754, 0.122126, 0.436684, 1.762392",\
|
|
"0.038497, 0.055754, 0.122126, 0.436684, 1.762392",\
|
|
"0.038497, 0.055754, 0.122126, 0.436684, 1.762392");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "5.114447, 5.129486, 5.168962, 5.286434, 5.724306",\
|
|
"5.224157, 5.239195, 5.278671, 5.396143, 5.834015",\
|
|
"5.412445, 5.427484, 5.466959, 5.584432, 6.022304",\
|
|
"5.793643, 5.808682, 5.848158, 5.965630, 6.403502",\
|
|
"6.491408, 6.506446, 6.545922, 6.663394, 7.101266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033782, 0.043727, 0.078762, 0.219388, 0.839330",\
|
|
"0.033782, 0.043727, 0.078762, 0.219388, 0.839330",\
|
|
"0.033782, 0.043727, 0.078762, 0.219388, 0.839330",\
|
|
"0.033782, 0.043727, 0.078762, 0.219388, 0.839330",\
|
|
"0.033782, 0.043727, 0.078762, 0.219388, 0.839330");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "4.526017, 4.545164, 4.600007, 4.823132, 5.737434",\
|
|
"4.625669, 4.644817, 4.699659, 4.922785, 5.837087",\
|
|
"4.795146, 4.814293, 4.869136, 5.092261, 6.006564",\
|
|
"5.123348, 5.142496, 5.197338, 5.420464, 6.334766",\
|
|
"5.671806, 5.690954, 5.745796, 5.968922, 6.883224");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038497, 0.055754, 0.118378, 0.419725, 1.701880",\
|
|
"0.038497, 0.055754, 0.118378, 0.419725, 1.701880",\
|
|
"0.038497, 0.055754, 0.118378, 0.419725, 1.701880",\
|
|
"0.038497, 0.055754, 0.118378, 0.419725, 1.701880",\
|
|
"0.038497, 0.055754, 0.118378, 0.419725, 1.701880");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "4.883176, 4.898215, 4.935646, 5.052044, 5.475547",\
|
|
"4.982829, 4.997868, 5.035298, 5.151697, 5.575200",\
|
|
"5.152306, 5.167345, 5.204775, 5.321174, 5.744677",\
|
|
"5.480508, 5.495547, 5.532978, 5.649376, 6.072879",\
|
|
"6.028967, 6.044005, 6.081436, 6.197835, 6.621338");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033782, 0.043727, 0.074997, 0.205034, 0.779714",\
|
|
"0.033782, 0.043727, 0.074997, 0.205034, 0.779714",\
|
|
"0.033782, 0.043727, 0.074997, 0.205034, 0.779714",\
|
|
"0.033782, 0.043727, 0.074997, 0.205034, 0.779714",\
|
|
"0.033782, 0.043727, 0.074997, 0.205034, 0.779714");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[33]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.138449, 1.157596, 1.214478, 1.444568, 2.369731",\
|
|
"1.239260, 1.258408, 1.315290, 1.545380, 2.470543",\
|
|
"1.395418, 1.414566, 1.471447, 1.701537, 2.626700",\
|
|
"1.684495, 1.703644, 1.760526, 1.990616, 2.915779",\
|
|
"2.199544, 2.218693, 2.275577, 2.505667, 3.430832");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038497, 0.055755, 0.122127, 0.436684, 1.762392",\
|
|
"0.038497, 0.055755, 0.122127, 0.436684, 1.762392",\
|
|
"0.038498, 0.055755, 0.122127, 0.436684, 1.762392",\
|
|
"0.038499, 0.055756, 0.122128, 0.436684, 1.762392",\
|
|
"0.038505, 0.055762, 0.122131, 0.436684, 1.762392");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.376536, 1.391571, 1.431039, 1.548505, 1.986379",\
|
|
"1.480868, 1.495903, 1.535371, 1.652837, 2.090710",\
|
|
"1.644012, 1.659046, 1.698514, 1.815980, 2.253854",\
|
|
"1.933499, 1.948534, 1.988002, 2.105468, 2.543341",\
|
|
"2.394593, 2.409627, 2.449095, 2.566561, 3.004434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033757, 0.043703, 0.078746, 0.219381, 0.839328",\
|
|
"0.033757, 0.043703, 0.078746, 0.219381, 0.839328",\
|
|
"0.033757, 0.043703, 0.078746, 0.219381, 0.839328",\
|
|
"0.033757, 0.043703, 0.078745, 0.219381, 0.839328",\
|
|
"0.033755, 0.043702, 0.078745, 0.219381, 0.839327");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.129694, 1.148842, 1.203684, 1.426810, 2.341112",\
|
|
"1.230506, 1.249653, 1.304496, 1.527622, 2.441924",\
|
|
"1.386663, 1.405811, 1.460654, 1.683779, 2.598081",\
|
|
"1.675741, 1.694889, 1.749732, 1.972857, 2.887160",\
|
|
"2.190789, 2.209939, 2.264784, 2.487909, 3.402212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038497, 0.055755, 0.118378, 0.419725, 1.701880",\
|
|
"0.038497, 0.055755, 0.118378, 0.419725, 1.701880",\
|
|
"0.038498, 0.055755, 0.118378, 0.419725, 1.701880",\
|
|
"0.038499, 0.055756, 0.118379, 0.419725, 1.701880",\
|
|
"0.038505, 0.055762, 0.118382, 0.419725, 1.701880");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.375580, 1.390614, 1.428037, 1.544429, 1.967935",\
|
|
"1.479912, 1.494946, 1.532369, 1.648761, 2.072267",\
|
|
"1.643055, 1.658089, 1.695512, 1.811905, 2.235410",\
|
|
"1.932542, 1.947577, 1.984999, 2.101392, 2.524897",\
|
|
"2.393636, 2.408670, 2.446093, 2.562485, 2.985990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033757, 0.043703, 0.074981, 0.205028, 0.779712",\
|
|
"0.033757, 0.043703, 0.074981, 0.205028, 0.779712",\
|
|
"0.033757, 0.043703, 0.074981, 0.205028, 0.779712",\
|
|
"0.033757, 0.043703, 0.074981, 0.205028, 0.779712",\
|
|
"0.033755, 0.043702, 0.074980, 0.205028, 0.779712");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.132839, 1.151972, 1.208835, 1.438922, 2.364079",\
|
|
"1.237045, 1.256178, 1.313040, 1.543128, 2.468285",\
|
|
"1.401551, 1.420684, 1.477546, 1.707633, 2.632790",\
|
|
"1.708105, 1.727237, 1.784099, 2.014187, 2.939343",\
|
|
"2.235205, 2.254337, 2.311198, 2.541285, 3.466441");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038436, 0.055698, 0.122092, 0.436687, 1.762396",\
|
|
"0.038436, 0.055698, 0.122092, 0.436687, 1.762396",\
|
|
"0.038436, 0.055698, 0.122091, 0.436687, 1.762396",\
|
|
"0.038434, 0.055696, 0.122090, 0.436687, 1.762396",\
|
|
"0.038431, 0.055693, 0.122088, 0.436687, 1.762397");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.416989, 1.432028, 1.471504, 1.588975, 2.026847",\
|
|
"1.520903, 1.535942, 1.575417, 1.692889, 2.130761",\
|
|
"1.714111, 1.729150, 1.768625, 1.886097, 2.323968",\
|
|
"2.112572, 2.127610, 2.167087, 2.284559, 2.722430",\
|
|
"2.788013, 2.803052, 2.842528, 2.960001, 3.397872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033781, 0.043725, 0.078761, 0.219387, 0.839330",\
|
|
"0.033781, 0.043725, 0.078761, 0.219387, 0.839330",\
|
|
"0.033781, 0.043725, 0.078761, 0.219387, 0.839330",\
|
|
"0.033782, 0.043726, 0.078762, 0.219388, 0.839330",\
|
|
"0.033784, 0.043728, 0.078763, 0.219388, 0.839330");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.123908, 1.143038, 1.197857, 1.420980, 2.335274",\
|
|
"1.228114, 1.247244, 1.302063, 1.525186, 2.439480",\
|
|
"1.392625, 1.411755, 1.466574, 1.689697, 2.603991",\
|
|
"1.699217, 1.718347, 1.773166, 1.996289, 2.910583",\
|
|
"2.226394, 2.245524, 2.300344, 2.523468, 3.437762");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038423, 0.055686, 0.118336, 0.419730, 1.701885",\
|
|
"0.038423, 0.055686, 0.118336, 0.419730, 1.701885",\
|
|
"0.038423, 0.055686, 0.118336, 0.419730, 1.701885",\
|
|
"0.038424, 0.055687, 0.118336, 0.419729, 1.701885",\
|
|
"0.038426, 0.055689, 0.118338, 0.419729, 1.701885");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.415642, 1.430678, 1.468103, 1.584498, 2.008002",\
|
|
"1.519555, 1.534591, 1.572017, 1.688411, 2.111916",\
|
|
"1.712759, 1.727795, 1.765220, 1.881614, 2.305119",\
|
|
"2.111186, 2.126221, 2.163647, 2.280041, 2.703546",\
|
|
"2.786554, 2.801590, 2.839015, 2.955409, 3.378914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033765, 0.043711, 0.074987, 0.205030, 0.779713",\
|
|
"0.033765, 0.043711, 0.074987, 0.205030, 0.779713",\
|
|
"0.033765, 0.043711, 0.074987, 0.205030, 0.779713",\
|
|
"0.033765, 0.043711, 0.074986, 0.205030, 0.779713",\
|
|
"0.033764, 0.043710, 0.074986, 0.205030, 0.779713");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.526291, 1.541329, 1.580805, 1.698276, 2.136148",\
|
|
"1.630496, 1.645535, 1.685011, 1.802482, 2.240354",\
|
|
"1.794933, 1.809972, 1.849447, 1.966919, 2.404790",\
|
|
"2.101248, 2.116287, 2.155763, 2.273235, 2.711106",\
|
|
"2.627491, 2.642530, 2.682006, 2.799479, 3.237350");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033781, 0.043725, 0.078761, 0.219387, 0.839330",\
|
|
"0.033781, 0.043725, 0.078761, 0.219387, 0.839330",\
|
|
"0.033781, 0.043725, 0.078761, 0.219387, 0.839330",\
|
|
"0.033782, 0.043726, 0.078762, 0.219388, 0.839330",\
|
|
"0.033784, 0.043728, 0.078763, 0.219388, 0.839330");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.250855, 1.269988, 1.326851, 1.556939, 2.482095",\
|
|
"1.354769, 1.373902, 1.430765, 1.660852, 2.586009",\
|
|
"1.548070, 1.567203, 1.624065, 1.854153, 2.779309",\
|
|
"1.947330, 1.966462, 2.023324, 2.253412, 3.178568",\
|
|
"2.624576, 2.643707, 2.700568, 2.930656, 3.855811");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038436, 0.055698, 0.122092, 0.436687, 1.762396",\
|
|
"0.038436, 0.055698, 0.122092, 0.436687, 1.762396",\
|
|
"0.038436, 0.055698, 0.122091, 0.436687, 1.762396",\
|
|
"0.038434, 0.055696, 0.122090, 0.436687, 1.762396",\
|
|
"0.038431, 0.055693, 0.122088, 0.436687, 1.762397");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.524943, 1.539979, 1.577404, 1.693799, 2.117303",\
|
|
"1.629149, 1.644184, 1.681610, 1.798005, 2.221509",\
|
|
"1.793580, 1.808616, 1.846042, 1.962436, 2.385941",\
|
|
"2.099862, 2.114897, 2.152323, 2.268718, 2.692222",\
|
|
"2.626032, 2.641068, 2.678493, 2.794887, 3.218392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.033765, 0.043711, 0.074987, 0.205030, 0.779713",\
|
|
"0.033765, 0.043711, 0.074987, 0.205030, 0.779713",\
|
|
"0.033765, 0.043711, 0.074987, 0.205030, 0.779713",\
|
|
"0.033765, 0.043711, 0.074986, 0.205030, 0.779713",\
|
|
"0.033764, 0.043710, 0.074986, 0.205030, 0.779713");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "1.241924, 1.261054, 1.315873, 1.538996, 2.453290",\
|
|
"1.345838, 1.364968, 1.419787, 1.642910, 2.557204",\
|
|
"1.539144, 1.558274, 1.613093, 1.836216, 2.750510",\
|
|
"1.938442, 1.957572, 2.012391, 2.235514, 3.149808",\
|
|
"2.615764, 2.634895, 2.689715, 2.912838, 3.827132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.038423, 0.055686, 0.118336, 0.419730, 1.701885",\
|
|
"0.038423, 0.055686, 0.118336, 0.419730, 1.701885",\
|
|
"0.038423, 0.055686, 0.118336, 0.419730, 1.701885",\
|
|
"0.038424, 0.055687, 0.118336, 0.419729, 1.701885",\
|
|
"0.038426, 0.055689, 0.118338, 0.419729, 1.701885");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[33] */
|
|
|
|
pin("mgmt_gpio_out[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002775 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "4.841582, 4.860881, 4.918004, 5.148100, 6.073195",\
|
|
"4.951292, 4.970590, 5.027713, 5.257809, 6.182905",\
|
|
"5.139580, 5.158879, 5.216002, 5.446098, 6.371193",\
|
|
"5.520779, 5.540077, 5.597200, 5.827296, 6.752392",\
|
|
"6.218543, 6.237842, 6.294964, 6.525061, 7.450156");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039517, 0.056704, 0.122789, 0.436791, 1.762196",\
|
|
"0.039517, 0.056704, 0.122789, 0.436791, 1.762196",\
|
|
"0.039517, 0.056704, 0.122789, 0.436791, 1.762196",\
|
|
"0.039517, 0.056704, 0.122789, 0.436791, 1.762196",\
|
|
"0.039517, 0.056704, 0.122789, 0.436791, 1.762196");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "5.170523, 5.185554, 5.225077, 5.342616, 5.780359",\
|
|
"5.280232, 5.295264, 5.334787, 5.452326, 5.890069",\
|
|
"5.468521, 5.483552, 5.523075, 5.640614, 6.078357",\
|
|
"5.849719, 5.864750, 5.904274, 6.021812, 6.459556",\
|
|
"6.547483, 6.562515, 6.602038, 6.719577, 7.157320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034179, 0.044077, 0.079023, 0.219516, 0.839215",\
|
|
"0.034179, 0.044077, 0.079023, 0.219516, 0.839215",\
|
|
"0.034179, 0.044077, 0.079023, 0.219516, 0.839215",\
|
|
"0.034179, 0.044077, 0.079023, 0.219516, 0.839215",\
|
|
"0.034179, 0.044077, 0.079023, 0.219516, 0.839215");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "4.542515, 4.561813, 4.616898, 4.840045, 5.754311",\
|
|
"4.642168, 4.661466, 4.716550, 4.939698, 5.853964",\
|
|
"4.811644, 4.830942, 4.886026, 5.109174, 6.023440",\
|
|
"5.139846, 5.159144, 5.214229, 5.437376, 6.351642",\
|
|
"5.688305, 5.707603, 5.762688, 5.985836, 6.900101");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039517, 0.056704, 0.119043, 0.419865, 1.701826",\
|
|
"0.039517, 0.056704, 0.119043, 0.419865, 1.701826",\
|
|
"0.039517, 0.056704, 0.119043, 0.419865, 1.701826",\
|
|
"0.039517, 0.056704, 0.119043, 0.419865, 1.701826",\
|
|
"0.039517, 0.056704, 0.119043, 0.419865, 1.701826");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "4.904002, 4.919029, 4.956501, 5.072960, 5.496371",\
|
|
"5.003654, 5.018682, 5.056153, 5.172613, 5.596025",\
|
|
"5.173131, 5.188159, 5.225630, 5.342090, 5.765501",\
|
|
"5.501334, 5.516361, 5.553833, 5.670292, 6.093703",\
|
|
"6.049792, 6.064819, 6.102291, 6.218751, 6.642162");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034157, 0.044057, 0.075246, 0.205183, 0.779740",\
|
|
"0.034157, 0.044057, 0.075246, 0.205183, 0.779740",\
|
|
"0.034157, 0.044057, 0.075246, 0.205183, 0.779740",\
|
|
"0.034157, 0.044057, 0.075246, 0.205183, 0.779740",\
|
|
"0.034157, 0.044057, 0.075246, 0.205183, 0.779740");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[32]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.195683, 1.214969, 1.272075, 1.502169, 2.427258",\
|
|
"1.299889, 1.319175, 1.376281, 1.606375, 2.531465",\
|
|
"1.464395, 1.483681, 1.540787, 1.770881, 2.695971",\
|
|
"1.770951, 1.790236, 1.847341, 2.077435, 3.002525",\
|
|
"2.298064, 2.317348, 2.374452, 2.604546, 3.529634");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039463, 0.056654, 0.122758, 0.436794, 1.762199",\
|
|
"0.039463, 0.056654, 0.122758, 0.436794, 1.762199",\
|
|
"0.039463, 0.056654, 0.122758, 0.436794, 1.762199",\
|
|
"0.039460, 0.056651, 0.122757, 0.436794, 1.762199",\
|
|
"0.039457, 0.056648, 0.122755, 0.436794, 1.762200");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.461871, 1.476902, 1.516424, 1.633962, 2.071706",\
|
|
"1.565785, 1.580816, 1.620338, 1.737876, 2.175620",\
|
|
"1.758995, 1.774025, 1.813548, 1.931086, 2.368830",\
|
|
"2.157473, 2.172503, 2.212027, 2.329566, 2.767309",\
|
|
"2.832927, 2.847958, 2.887482, 3.005022, 3.442765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034176, 0.044075, 0.079021, 0.219515, 0.839215",\
|
|
"0.034176, 0.044075, 0.079021, 0.219515, 0.839215",\
|
|
"0.034176, 0.044075, 0.079021, 0.219515, 0.839215",\
|
|
"0.034178, 0.044077, 0.079023, 0.219515, 0.839215",\
|
|
"0.034182, 0.044080, 0.079025, 0.219516, 0.839215");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.126003, 1.145286, 1.200349, 1.423495, 2.337753",\
|
|
"1.230209, 1.249492, 1.304555, 1.527701, 2.441958",\
|
|
"1.394721, 1.414003, 1.469066, 1.692212, 2.606470",\
|
|
"1.701314, 1.720597, 1.775660, 1.998806, 2.913064",\
|
|
"2.228496, 2.247779, 2.302842, 2.525988, 3.440246");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039450, 0.056642, 0.119004, 0.419869, 1.701830",\
|
|
"0.039450, 0.056642, 0.119004, 0.419869, 1.701830",\
|
|
"0.039450, 0.056642, 0.119004, 0.419869, 1.701830",\
|
|
"0.039451, 0.056642, 0.119005, 0.419869, 1.701830",\
|
|
"0.039452, 0.056644, 0.119005, 0.419869, 1.701830");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.424648, 1.439673, 1.477140, 1.593597, 2.017009",\
|
|
"1.528562, 1.543587, 1.581054, 1.697511, 2.120923",\
|
|
"1.721764, 1.736789, 1.774256, 1.890712, 2.314125",\
|
|
"2.120182, 2.135206, 2.172673, 2.289130, 2.712542",\
|
|
"2.795512, 2.810536, 2.848003, 2.964459, 3.387872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034143, 0.044045, 0.075237, 0.205180, 0.779738",\
|
|
"0.034143, 0.044045, 0.075237, 0.205180, 0.779738",\
|
|
"0.034143, 0.044044, 0.075237, 0.205180, 0.779738",\
|
|
"0.034143, 0.044044, 0.075237, 0.205179, 0.779738",\
|
|
"0.034141, 0.044043, 0.075236, 0.205179, 0.779738");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.570844, 1.585875, 1.625397, 1.742935, 2.180679",\
|
|
"1.675050, 1.690080, 1.729603, 1.847141, 2.284884",\
|
|
"1.839490, 1.854521, 1.894043, 2.011581, 2.449325",\
|
|
"2.145832, 2.160862, 2.200386, 2.317924, 2.755668",\
|
|
"2.672126, 2.687157, 2.726682, 2.844221, 3.281964");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034176, 0.044075, 0.079021, 0.219515, 0.839215",\
|
|
"0.034176, 0.044075, 0.079021, 0.219515, 0.839215",\
|
|
"0.034176, 0.044075, 0.079021, 0.219515, 0.839215",\
|
|
"0.034178, 0.044077, 0.079023, 0.219515, 0.839215",\
|
|
"0.034182, 0.044080, 0.079025, 0.219516, 0.839215");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.313966, 1.333252, 1.390357, 1.620452, 2.545541",\
|
|
"1.417880, 1.437165, 1.494271, 1.724366, 2.649455",\
|
|
"1.611179, 1.630465, 1.687571, 1.917665, 2.842754",\
|
|
"2.010431, 2.029716, 2.086821, 2.316915, 3.242004",\
|
|
"2.687645, 2.706929, 2.764034, 2.994128, 3.919216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039463, 0.056654, 0.122758, 0.436794, 1.762199",\
|
|
"0.039463, 0.056654, 0.122758, 0.436794, 1.762199",\
|
|
"0.039463, 0.056654, 0.122758, 0.436794, 1.762199",\
|
|
"0.039460, 0.056651, 0.122757, 0.436794, 1.762199",\
|
|
"0.039457, 0.056648, 0.122755, 0.436794, 1.762200");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.533621, 1.548646, 1.586113, 1.702570, 2.125982",\
|
|
"1.637827, 1.652852, 1.690319, 1.806776, 2.230188",\
|
|
"1.802259, 1.817284, 1.854751, 1.971207, 2.394620",\
|
|
"2.108541, 2.123565, 2.161032, 2.277489, 2.700901",\
|
|
"2.634711, 2.649736, 2.687202, 2.803658, 3.227071");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034143, 0.044045, 0.075237, 0.205180, 0.779738",\
|
|
"0.034143, 0.044045, 0.075237, 0.205180, 0.779738",\
|
|
"0.034143, 0.044044, 0.075237, 0.205180, 0.779738",\
|
|
"0.034143, 0.044044, 0.075237, 0.205179, 0.779738",\
|
|
"0.034141, 0.044043, 0.075236, 0.205179, 0.779738");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.244286, 1.263569, 1.318631, 1.541777, 2.456035",\
|
|
"1.348200, 1.367482, 1.422545, 1.645691, 2.559949",\
|
|
"1.541504, 1.560787, 1.615850, 1.838996, 2.753254",\
|
|
"1.940794, 1.960076, 2.015139, 2.238285, 3.152543",\
|
|
"2.618078, 2.637361, 2.692424, 2.915570, 3.829829");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039450, 0.056642, 0.119004, 0.419869, 1.701830",\
|
|
"0.039450, 0.056642, 0.119004, 0.419869, 1.701830",\
|
|
"0.039450, 0.056642, 0.119004, 0.419869, 1.701830",\
|
|
"0.039451, 0.056642, 0.119005, 0.419869, 1.701830",\
|
|
"0.039452, 0.056644, 0.119005, 0.419869, 1.701830");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.189945, 1.209242, 1.266364, 1.496459, 2.421555",\
|
|
"1.290730, 1.310028, 1.367149, 1.597245, 2.522340",\
|
|
"1.446990, 1.466288, 1.523409, 1.753505, 2.678600",\
|
|
"1.736142, 1.755440, 1.812562, 2.042658, 2.967753",\
|
|
"2.251114, 2.270413, 2.327536, 2.557632, 3.482728");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039512, 0.056699, 0.122786, 0.436791, 1.762196",\
|
|
"0.039512, 0.056699, 0.122786, 0.436791, 1.762196",\
|
|
"0.039512, 0.056699, 0.122787, 0.436791, 1.762196",\
|
|
"0.039514, 0.056700, 0.122787, 0.436791, 1.762196",\
|
|
"0.039518, 0.056705, 0.122790, 0.436791, 1.762196");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.411278, 1.426304, 1.465820, 1.583353, 2.021098",\
|
|
"1.515603, 1.530630, 1.570146, 1.687679, 2.125424",\
|
|
"1.678768, 1.693795, 1.733311, 1.850844, 2.288589",\
|
|
"1.967884, 1.982911, 2.022427, 2.139960, 2.577705",\
|
|
"2.428830, 2.443856, 2.483372, 2.600904, 3.038650");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034154, 0.044055, 0.079007, 0.219509, 0.839212",\
|
|
"0.034154, 0.044055, 0.079007, 0.219509, 0.839212",\
|
|
"0.034154, 0.044055, 0.079007, 0.219509, 0.839212",\
|
|
"0.034154, 0.044055, 0.079007, 0.219509, 0.839212",\
|
|
"0.034153, 0.044053, 0.079006, 0.219509, 0.839212");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.120445, 1.139743, 1.194825, 1.417973, 2.332238",\
|
|
"1.221231, 1.240528, 1.295611, 1.518759, 2.433023",\
|
|
"1.377491, 1.396788, 1.451871, 1.675019, 2.589284",\
|
|
"1.666643, 1.685941, 1.741024, 1.964172, 2.878437",\
|
|
"2.181615, 2.200913, 2.255998, 2.479146, 3.393411");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.039512, 0.056699, 0.119040, 0.419865, 1.701826",\
|
|
"0.039512, 0.056699, 0.119040, 0.419865, 1.701826",\
|
|
"0.039512, 0.056699, 0.119040, 0.419865, 1.701826",\
|
|
"0.039514, 0.056700, 0.119041, 0.419865, 1.701826",\
|
|
"0.039518, 0.056705, 0.119043, 0.419865, 1.701826");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "1.374322, 1.389345, 1.426809, 1.543262, 1.966676",\
|
|
"1.478648, 1.493671, 1.531135, 1.647588, 2.071002",\
|
|
"1.641813, 1.656836, 1.694300, 1.810753, 2.234167",\
|
|
"1.930929, 1.945951, 1.983415, 2.099869, 2.523282",\
|
|
"2.391875, 2.406897, 2.444360, 2.560813, 2.984227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.034132, 0.044034, 0.075230, 0.205177, 0.779737",\
|
|
"0.034132, 0.044034, 0.075230, 0.205177, 0.779737",\
|
|
"0.034132, 0.044034, 0.075230, 0.205177, 0.779737",\
|
|
"0.034132, 0.044034, 0.075230, 0.205177, 0.779737",\
|
|
"0.034130, 0.044033, 0.075229, 0.205176, 0.779737");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[32] */
|
|
|
|
pin("mgmt_gpio_out[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003149 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "4.312084, 4.328774, 4.384966, 4.609488, 5.544356",\
|
|
"4.421793, 4.438484, 4.494676, 4.719198, 5.654066",\
|
|
"4.610082, 4.626772, 4.682964, 4.907486, 5.842355",\
|
|
"4.991281, 5.007971, 5.064163, 5.288685, 6.223554",\
|
|
"5.689044, 5.705734, 5.761927, 5.986449, 6.921317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.036416, 0.053824, 0.121095, 0.433421, 1.763974",\
|
|
"0.036416, 0.053824, 0.121095, 0.433421, 1.763974",\
|
|
"0.036416, 0.053824, 0.121095, 0.433421, 1.763974",\
|
|
"0.036416, 0.053824, 0.121095, 0.433421, 1.763974",\
|
|
"0.036416, 0.053824, 0.121095, 0.433421, 1.763974");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "4.431470, 4.444731, 4.484203, 4.601320, 5.038500",\
|
|
"4.541180, 4.554440, 4.593913, 4.711029, 5.148210",\
|
|
"4.729468, 4.742728, 4.782201, 4.899317, 5.336497",\
|
|
"5.110667, 5.123927, 5.163400, 5.280516, 5.717696",\
|
|
"5.808431, 5.821691, 5.861164, 5.978280, 6.415461");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.034180, 0.043793, 0.078830, 0.219551, 0.838716",\
|
|
"0.034180, 0.043793, 0.078830, 0.219551, 0.838716",\
|
|
"0.034180, 0.043793, 0.078830, 0.219551, 0.838716",\
|
|
"0.034180, 0.043793, 0.078830, 0.219551, 0.838716",\
|
|
"0.034180, 0.043793, 0.078830, 0.219551, 0.838716");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "4.077745, 4.096196, 4.150333, 4.372679, 5.290066",\
|
|
"4.177398, 4.195848, 4.249986, 4.472332, 5.389719",\
|
|
"4.346875, 4.365325, 4.419463, 4.641809, 5.559196",\
|
|
"4.675077, 4.693528, 4.747665, 4.970011, 5.887398",\
|
|
"5.223535, 5.241986, 5.296123, 5.518469, 6.435856");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.036416, 0.053824, 0.117332, 0.419878, 1.700405",\
|
|
"0.036416, 0.053824, 0.117332, 0.419878, 1.700405",\
|
|
"0.036416, 0.053824, 0.117332, 0.419878, 1.700405",\
|
|
"0.036416, 0.053824, 0.117332, 0.419878, 1.700405",\
|
|
"0.036416, 0.053824, 0.117332, 0.419878, 1.700405");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "4.200522, 4.215117, 4.252528, 4.368500, 4.791432",\
|
|
"4.300175, 4.314769, 4.352180, 4.468152, 4.891084",\
|
|
"4.469651, 4.484245, 4.521657, 4.637629, 5.060561",\
|
|
"4.797853, 4.812448, 4.849859, 4.965831, 5.388763",\
|
|
"5.346312, 5.360906, 5.398318, 5.514289, 5.937222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.034180, 0.043793, 0.075052, 0.205232, 0.779312",\
|
|
"0.034180, 0.043793, 0.075052, 0.205232, 0.779312",\
|
|
"0.034180, 0.043793, 0.075052, 0.205232, 0.779312",\
|
|
"0.034180, 0.043793, 0.075052, 0.205232, 0.779312",\
|
|
"0.034180, 0.043793, 0.075052, 0.205232, 0.779312");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[31] */
|
|
|
|
pin("mgmt_gpio_out[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002728 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "4.301052, 4.319677, 4.375924, 4.600339, 5.535981",\
|
|
"4.410762, 4.429387, 4.485634, 4.710049, 5.645690",\
|
|
"4.599050, 4.617675, 4.673922, 4.898337, 5.833978",\
|
|
"4.980248, 4.998873, 5.055120, 5.279535, 6.215177",\
|
|
"5.678013, 5.696638, 5.752885, 5.977300, 6.912941");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.035668, 0.053103, 0.120263, 0.432406, 1.763141",\
|
|
"0.035668, 0.053103, 0.120263, 0.432406, 1.763141",\
|
|
"0.035668, 0.053103, 0.120263, 0.432406, 1.763141",\
|
|
"0.035668, 0.053103, 0.120263, 0.432406, 1.763141",\
|
|
"0.035668, 0.053103, 0.120263, 0.432406, 1.763141");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "4.424911, 4.439687, 4.479289, 4.596376, 5.033612",\
|
|
"4.534621, 4.549397, 4.588998, 4.706086, 5.143322",\
|
|
"4.722909, 4.737685, 4.777287, 4.894374, 5.331610",\
|
|
"5.104107, 5.118883, 5.158485, 5.275573, 5.712809",\
|
|
"5.801872, 5.816648, 5.856249, 5.973337, 6.410573");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.033795, 0.043460, 0.078447, 0.219002, 0.837816",\
|
|
"0.033795, 0.043460, 0.078447, 0.219002, 0.837816",\
|
|
"0.033795, 0.043460, 0.078447, 0.219002, 0.837816",\
|
|
"0.033795, 0.043460, 0.078447, 0.219002, 0.837816",\
|
|
"0.033795, 0.043460, 0.078447, 0.219002, 0.837816");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "4.071937, 4.090561, 4.144803, 4.367073, 5.285469",\
|
|
"4.171589, 4.190214, 4.244455, 4.466726, 5.385121",\
|
|
"4.341065, 4.359690, 4.413932, 4.636202, 5.554597",\
|
|
"4.669268, 4.687892, 4.742134, 4.964405, 5.882800",\
|
|
"5.217727, 5.236351, 5.290593, 5.512864, 6.431259");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.035668, 0.053103, 0.116576, 0.419074, 1.700480",\
|
|
"0.035668, 0.053103, 0.116576, 0.419074, 1.700480",\
|
|
"0.035668, 0.053103, 0.116576, 0.419074, 1.700480",\
|
|
"0.035668, 0.053103, 0.116576, 0.419074, 1.700480",\
|
|
"0.035668, 0.053103, 0.116576, 0.419074, 1.700480");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "4.195796, 4.210571, 4.248161, 4.364144, 4.787283",\
|
|
"4.295448, 4.310224, 4.347814, 4.463796, 4.886936",\
|
|
"4.464924, 4.479700, 4.517290, 4.633273, 5.056412",\
|
|
"4.793127, 4.807902, 4.845492, 4.961475, 5.384614",\
|
|
"5.341586, 5.356361, 5.393951, 5.509934, 5.933074");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.033795, 0.043460, 0.074745, 0.204908, 0.779284",\
|
|
"0.033795, 0.043460, 0.074745, 0.204908, 0.779284",\
|
|
"0.033795, 0.043460, 0.074745, 0.204908, 0.779284",\
|
|
"0.033795, 0.043460, 0.074745, 0.204908, 0.779284",\
|
|
"0.033795, 0.043460, 0.074745, 0.204908, 0.779284");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[30] */
|
|
|
|
pin("mgmt_gpio_out[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "4.303175, 4.321800, 4.378022, 4.602396, 5.537868",\
|
|
"4.412885, 4.431509, 4.487731, 4.712105, 5.647577",\
|
|
"4.601173, 4.619798, 4.676020, 4.900393, 5.835865",\
|
|
"4.982372, 5.000997, 5.057219, 5.281592, 6.217064",\
|
|
"5.680136, 5.698761, 5.754982, 5.979356, 6.914828");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.035650, 0.053089, 0.120191, 0.432175, 1.762177",\
|
|
"0.035650, 0.053089, 0.120191, 0.432175, 1.762177",\
|
|
"0.035650, 0.053089, 0.120191, 0.432175, 1.762177",\
|
|
"0.035650, 0.053089, 0.120191, 0.432175, 1.762177",\
|
|
"0.035650, 0.053089, 0.120191, 0.432175, 1.762177");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "4.425539, 4.440310, 4.479888, 4.596964, 5.033990",\
|
|
"4.535248, 4.550020, 4.589598, 4.706674, 5.143700",\
|
|
"4.723537, 4.738309, 4.777887, 4.894963, 5.331988",\
|
|
"5.104736, 5.119508, 5.159086, 5.276162, 5.713187",\
|
|
"5.802499, 5.817271, 5.856849, 5.973925, 6.410951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.033792, 0.043459, 0.078387, 0.218774, 0.836876",\
|
|
"0.033792, 0.043459, 0.078387, 0.218774, 0.836876",\
|
|
"0.033792, 0.043459, 0.078387, 0.218774, 0.836876",\
|
|
"0.033792, 0.043459, 0.078387, 0.218774, 0.836876",\
|
|
"0.033792, 0.043459, 0.078387, 0.218774, 0.836876");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "4.074059, 4.092684, 4.146935, 4.369192, 5.287673",\
|
|
"4.173712, 4.192337, 4.246587, 4.468845, 5.387325",\
|
|
"4.343189, 4.361813, 4.416064, 4.638321, 5.556802",\
|
|
"4.671391, 4.690016, 4.744267, 4.966524, 5.885005",\
|
|
"5.219850, 5.238474, 5.292725, 5.514983, 6.433463");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.035650, 0.053089, 0.116558, 0.419049, 1.700493",\
|
|
"0.035650, 0.053089, 0.116558, 0.419049, 1.700493",\
|
|
"0.035650, 0.053089, 0.116558, 0.419049, 1.700493",\
|
|
"0.035650, 0.053089, 0.116558, 0.419049, 1.700493",\
|
|
"0.035650, 0.053089, 0.116558, 0.419049, 1.700493");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "4.196424, 4.211195, 4.248796, 4.364776, 4.787914",\
|
|
"4.296075, 4.310847, 4.348448, 4.464427, 4.887567",\
|
|
"4.465553, 4.480325, 4.517926, 4.633905, 5.057044",\
|
|
"4.793755, 4.808527, 4.846128, 4.962107, 5.385246",\
|
|
"5.342213, 5.356985, 5.394586, 5.510565, 5.933704");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.033792, 0.043459, 0.074739, 0.204902, 0.779279",\
|
|
"0.033792, 0.043459, 0.074739, 0.204902, 0.779279",\
|
|
"0.033792, 0.043459, 0.074739, 0.204902, 0.779279",\
|
|
"0.033792, 0.043459, 0.074739, 0.204902, 0.779279",\
|
|
"0.033792, 0.043459, 0.074739, 0.204902, 0.779279");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[29] */
|
|
|
|
pin("mgmt_gpio_out[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003168 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "4.285112, 4.300377, 4.356586, 4.581113, 5.516262",\
|
|
"4.394822, 4.410087, 4.466296, 4.690823, 5.625972",\
|
|
"4.583110, 4.598375, 4.654584, 4.879111, 5.814260",\
|
|
"4.964309, 4.979573, 5.035782, 5.260310, 6.195458",\
|
|
"5.662073, 5.677338, 5.733547, 5.958074, 6.893223");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.036438, 0.053841, 0.121188, 0.433644, 1.764913",\
|
|
"0.036438, 0.053841, 0.121188, 0.433644, 1.764913",\
|
|
"0.036438, 0.053841, 0.121188, 0.433644, 1.764913",\
|
|
"0.036438, 0.053841, 0.121188, 0.433644, 1.764913",\
|
|
"0.036438, 0.053841, 0.121188, 0.433644, 1.764913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "4.408822, 4.420972, 4.460459, 4.577569, 5.014934",\
|
|
"4.518531, 4.530682, 4.570169, 4.687279, 5.124643",\
|
|
"4.706820, 4.718970, 4.758457, 4.875567, 5.312931",\
|
|
"5.088018, 5.100169, 5.139656, 5.256766, 5.694130",\
|
|
"5.785782, 5.797933, 5.837420, 5.954530, 6.391894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.034199, 0.043803, 0.078913, 0.219787, 0.839603",\
|
|
"0.034199, 0.043803, 0.078913, 0.219787, 0.839603",\
|
|
"0.034199, 0.043803, 0.078913, 0.219787, 0.839603",\
|
|
"0.034199, 0.043803, 0.078913, 0.219787, 0.839603",\
|
|
"0.034199, 0.043803, 0.078913, 0.219787, 0.839603");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "4.051752, 4.070201, 4.124332, 4.346666, 5.264099",\
|
|
"4.151405, 4.169854, 4.223985, 4.446319, 5.363752",\
|
|
"4.320882, 4.339331, 4.393462, 4.615796, 5.533229",\
|
|
"4.649084, 4.667533, 4.721663, 4.943997, 5.861431",\
|
|
"5.197543, 5.215992, 5.270123, 5.492456, 6.409890");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.036438, 0.053841, 0.117356, 0.419896, 1.700416",\
|
|
"0.036438, 0.053841, 0.117356, 0.419896, 1.700416",\
|
|
"0.036438, 0.053841, 0.117356, 0.419896, 1.700416",\
|
|
"0.036438, 0.053841, 0.117356, 0.419896, 1.700416",\
|
|
"0.036438, 0.053841, 0.117356, 0.419896, 1.700416");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "4.176407, 4.190996, 4.228397, 4.344364, 4.767283",\
|
|
"4.276059, 4.290648, 4.328050, 4.444016, 4.866935",\
|
|
"4.445536, 4.460125, 4.497527, 4.613493, 5.036412",\
|
|
"4.773738, 4.788327, 4.825728, 4.941695, 5.364614",\
|
|
"5.322197, 5.336786, 5.374187, 5.490154, 5.913073");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.034199, 0.043803, 0.075064, 0.205244, 0.779309",\
|
|
"0.034199, 0.043803, 0.075064, 0.205244, 0.779309",\
|
|
"0.034199, 0.043803, 0.075064, 0.205244, 0.779309",\
|
|
"0.034199, 0.043803, 0.075064, 0.205244, 0.779309",\
|
|
"0.034199, 0.043803, 0.075064, 0.205244, 0.779309");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[28] */
|
|
|
|
pin("mgmt_gpio_out[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002531 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "4.297119, 4.315810, 4.372042, 4.596501, 5.531733",\
|
|
"4.406829, 4.425519, 4.481752, 4.706211, 5.641442",\
|
|
"4.595118, 4.613808, 4.670040, 4.894499, 5.829731",\
|
|
"4.976315, 4.995006, 5.051239, 5.275697, 6.210929",\
|
|
"5.674080, 5.692770, 5.749003, 5.973462, 6.908693");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.035390, 0.052841, 0.119918, 0.431943, 1.762103",\
|
|
"0.035390, 0.052841, 0.119918, 0.431943, 1.762103",\
|
|
"0.035390, 0.052841, 0.119918, 0.431943, 1.762103",\
|
|
"0.035390, 0.052841, 0.119918, 0.431943, 1.762103",\
|
|
"0.035390, 0.052841, 0.119918, 0.431943, 1.762103");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "4.418624, 4.433498, 4.473121, 4.590219, 5.027396",\
|
|
"4.528334, 4.543208, 4.582830, 4.699929, 5.137106",\
|
|
"4.716622, 4.731496, 4.771119, 4.888217, 5.325395",\
|
|
"5.097821, 5.112695, 5.152318, 5.269416, 5.706594",\
|
|
"5.795586, 5.810460, 5.850082, 5.967180, 6.404358");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.033594, 0.043314, 0.078249, 0.218631, 0.836906",\
|
|
"0.033594, 0.043314, 0.078249, 0.218631, 0.836906",\
|
|
"0.033594, 0.043314, 0.078249, 0.218631, 0.836906",\
|
|
"0.033594, 0.043314, 0.078249, 0.218631, 0.836906",\
|
|
"0.033594, 0.043314, 0.078249, 0.218631, 0.836906");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "4.068004, 4.086694, 4.140964, 4.363308, 5.281524",\
|
|
"4.167656, 4.186347, 4.240616, 4.462961, 5.381176",\
|
|
"4.337133, 4.355824, 4.410093, 4.632438, 5.550653",\
|
|
"4.665335, 4.684025, 4.738295, 4.960640, 5.878855",\
|
|
"5.213794, 5.232484, 5.286754, 5.509099, 6.427314");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.035390, 0.052841, 0.116295, 0.418824, 1.700418",\
|
|
"0.035390, 0.052841, 0.116295, 0.418824, 1.700418",\
|
|
"0.035390, 0.052841, 0.116295, 0.418824, 1.700418",\
|
|
"0.035390, 0.052841, 0.116295, 0.418824, 1.700418",\
|
|
"0.035390, 0.052841, 0.116295, 0.418824, 1.700418");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "4.189509, 4.204383, 4.242037, 4.358056, 4.781326",\
|
|
"4.289161, 4.304035, 4.341689, 4.457708, 4.880978",\
|
|
"4.458638, 4.473512, 4.511166, 4.627185, 5.050455",\
|
|
"4.786840, 4.801714, 4.839368, 4.955387, 5.378657",\
|
|
"5.335299, 5.350173, 5.387827, 5.503846, 5.927116");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.033594, 0.043314, 0.074612, 0.204766, 0.779307",\
|
|
"0.033594, 0.043314, 0.074612, 0.204766, 0.779307",\
|
|
"0.033594, 0.043314, 0.074612, 0.204766, 0.779307",\
|
|
"0.033594, 0.043314, 0.074612, 0.204766, 0.779307",\
|
|
"0.033594, 0.043314, 0.074612, 0.204766, 0.779307");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[27] */
|
|
|
|
pin("mgmt_gpio_out[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002584 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "4.223361, 4.242043, 4.298268, 4.522553, 5.458278",\
|
|
"4.333071, 4.351752, 4.407978, 4.632263, 5.567987",\
|
|
"4.521359, 4.540040, 4.596266, 4.820550, 5.756276",\
|
|
"4.902558, 4.921239, 4.977465, 5.201749, 6.137475",\
|
|
"5.600322, 5.619004, 5.675229, 5.899514, 6.835239");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.035385, 0.052836, 0.119866, 0.431669, 1.761257",\
|
|
"0.035385, 0.052836, 0.119866, 0.431669, 1.761257",\
|
|
"0.035385, 0.052836, 0.119866, 0.431669, 1.761257",\
|
|
"0.035385, 0.052836, 0.119866, 0.431669, 1.761257",\
|
|
"0.035385, 0.052836, 0.119866, 0.431669, 1.761257");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "4.345973, 4.360796, 4.400402, 4.517451, 4.954338",\
|
|
"4.455683, 4.470506, 4.510111, 4.627161, 5.064048",\
|
|
"4.643972, 4.658794, 4.698400, 4.815449, 5.252336",\
|
|
"5.025171, 5.039993, 5.079598, 5.196648, 5.633535",\
|
|
"5.722935, 5.737758, 5.777363, 5.894413, 6.331300");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.033672, 0.043351, 0.078226, 0.218442, 0.835926",\
|
|
"0.033672, 0.043351, 0.078226, 0.218442, 0.835926",\
|
|
"0.033672, 0.043351, 0.078226, 0.218442, 0.835926",\
|
|
"0.033672, 0.043351, 0.078226, 0.218442, 0.835926",\
|
|
"0.033672, 0.043351, 0.078226, 0.218442, 0.835926");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "3.984210, 4.002892, 4.057188, 4.279390, 5.198383",\
|
|
"4.083863, 4.102544, 4.156840, 4.379043, 5.298035",\
|
|
"4.253340, 4.272021, 4.326317, 4.548520, 5.467513",\
|
|
"4.581542, 4.600224, 4.654520, 4.876722, 5.795715",\
|
|
"5.130001, 5.148682, 5.202978, 5.425180, 6.344173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.035385, 0.052836, 0.116289, 0.418750, 1.700543",\
|
|
"0.035385, 0.052836, 0.116289, 0.418750, 1.700543",\
|
|
"0.035385, 0.052836, 0.116289, 0.418750, 1.700543",\
|
|
"0.035385, 0.052836, 0.116289, 0.418750, 1.700543",\
|
|
"0.035385, 0.052836, 0.116289, 0.418750, 1.700543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "4.106823, 4.121646, 4.159316, 4.275290, 4.698488",\
|
|
"4.206476, 4.221298, 4.258968, 4.374943, 4.798141",\
|
|
"4.375952, 4.390775, 4.428445, 4.544419, 4.967617",\
|
|
"4.704154, 4.718977, 4.756647, 4.872622, 5.295819",\
|
|
"5.252614, 5.267436, 5.305106, 5.421081, 5.844278");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.033672, 0.043351, 0.074635, 0.204793, 0.779259",\
|
|
"0.033672, 0.043351, 0.074635, 0.204793, 0.779259",\
|
|
"0.033672, 0.043351, 0.074635, 0.204793, 0.779259",\
|
|
"0.033672, 0.043351, 0.074635, 0.204793, 0.779259",\
|
|
"0.033672, 0.043351, 0.074635, 0.204793, 0.779259");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[26] */
|
|
|
|
pin("mgmt_gpio_out[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003729 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "4.309264, 4.323397, 4.377523, 4.602061, 5.537173",\
|
|
"4.418974, 4.433106, 4.487233, 4.711771, 5.646883",\
|
|
"4.607262, 4.621395, 4.675521, 4.900059, 5.835171",\
|
|
"4.988461, 5.002594, 5.056720, 5.281258, 6.216370",\
|
|
"5.686225, 5.700358, 5.754484, 5.979023, 6.914134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.037326, 0.054691, 0.122147, 0.434816, 1.766335",\
|
|
"0.037326, 0.054691, 0.122147, 0.434816, 1.766335",\
|
|
"0.037326, 0.054691, 0.122147, 0.434816, 1.766335",\
|
|
"0.037326, 0.054691, 0.122147, 0.434816, 1.766335",\
|
|
"0.037326, 0.054691, 0.122147, 0.434816, 1.766335");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "4.415161, 4.425870, 4.463814, 4.580951, 5.018223",\
|
|
"4.524870, 4.535580, 4.573524, 4.690660, 5.127933",\
|
|
"4.713159, 4.723868, 4.761812, 4.878949, 5.316221",\
|
|
"5.094358, 5.105067, 5.143011, 5.260148, 5.697420",\
|
|
"5.792122, 5.802832, 5.840775, 5.957912, 6.395185");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.034741, 0.044235, 0.079367, 0.220511, 0.840904",\
|
|
"0.034741, 0.044235, 0.079367, 0.220511, 0.840904",\
|
|
"0.034741, 0.044235, 0.079367, 0.220511, 0.840904",\
|
|
"0.034741, 0.044235, 0.079367, 0.220511, 0.840904",\
|
|
"0.034741, 0.044235, 0.079367, 0.220511, 0.840904");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "4.062281, 4.080518, 4.134543, 4.356813, 5.273887",\
|
|
"4.161933, 4.180171, 4.234196, 4.456465, 5.373539",\
|
|
"4.331410, 4.349648, 4.403673, 4.625943, 5.543017",\
|
|
"4.659612, 4.677850, 4.731875, 4.954145, 5.871219",\
|
|
"5.208071, 5.226309, 5.280334, 5.502604, 6.419677");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.037326, 0.054691, 0.118254, 0.420777, 1.700463",\
|
|
"0.037326, 0.054691, 0.118254, 0.420777, 1.700463",\
|
|
"0.037326, 0.054691, 0.118254, 0.420777, 1.700463",\
|
|
"0.037326, 0.054691, 0.118254, 0.420777, 1.700463",\
|
|
"0.037326, 0.054691, 0.118254, 0.420777, 1.700463");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "4.170390, 4.184715, 4.221912, 4.337817, 4.760408",\
|
|
"4.270042, 4.284367, 4.321564, 4.437469, 4.860061",\
|
|
"4.439519, 4.453844, 4.491041, 4.606946, 5.029538",\
|
|
"4.767721, 4.782046, 4.819243, 4.935148, 5.357739",\
|
|
"5.316180, 5.330505, 5.367702, 5.483607, 5.906199");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.034741, 0.044235, 0.075458, 0.205661, 0.779290",\
|
|
"0.034741, 0.044235, 0.075458, 0.205661, 0.779290",\
|
|
"0.034741, 0.044235, 0.075458, 0.205661, 0.779290",\
|
|
"0.034741, 0.044235, 0.075458, 0.205661, 0.779290",\
|
|
"0.034741, 0.044235, 0.075458, 0.205661, 0.779290");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[25] */
|
|
|
|
pin("mgmt_gpio_out[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002548 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "4.325071, 4.343766, 4.399999, 4.624287, 5.560048",\
|
|
"4.434781, 4.453476, 4.509708, 4.733997, 5.669758",\
|
|
"4.623069, 4.641764, 4.697997, 4.922285, 5.858046",\
|
|
"5.004268, 5.022963, 5.079195, 5.303484, 6.239245",\
|
|
"5.702032, 5.720727, 5.776960, 6.001248, 6.937009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.035327, 0.052779, 0.119801, 0.431605, 1.761253",\
|
|
"0.035327, 0.052779, 0.119801, 0.431605, 1.761253",\
|
|
"0.035327, 0.052779, 0.119801, 0.431605, 1.761253",\
|
|
"0.035327, 0.052779, 0.119801, 0.431605, 1.761253",\
|
|
"0.035327, 0.052779, 0.119801, 0.431605, 1.761253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "4.428585, 4.443424, 4.483043, 4.600094, 5.037005",\
|
|
"4.538294, 4.553133, 4.592752, 4.709804, 5.146715",\
|
|
"4.726583, 4.741422, 4.781041, 4.898092, 5.335003",\
|
|
"5.107781, 5.122621, 5.162240, 5.279291, 5.716202",\
|
|
"5.805546, 5.820385, 5.860004, 5.977056, 6.413966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.033638, 0.043323, 0.078195, 0.218410, 0.835924",\
|
|
"0.033638, 0.043323, 0.078195, 0.218410, 0.835924",\
|
|
"0.033638, 0.043323, 0.078195, 0.218410, 0.835924",\
|
|
"0.033638, 0.043323, 0.078195, 0.218410, 0.835924",\
|
|
"0.033638, 0.043323, 0.078195, 0.218410, 0.835924");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "4.085920, 4.104616, 4.158919, 4.381123, 5.300150",\
|
|
"4.185573, 4.204268, 4.258571, 4.480776, 5.399803",\
|
|
"4.355050, 4.373745, 4.428048, 4.650253, 5.569280",\
|
|
"4.683252, 4.701947, 4.756250, 4.978455, 5.897482",\
|
|
"5.231710, 5.250406, 5.304709, 5.526914, 6.445940");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.035327, 0.052779, 0.116230, 0.418691, 1.700542",\
|
|
"0.035327, 0.052779, 0.116230, 0.418691, 1.700542",\
|
|
"0.035327, 0.052779, 0.116230, 0.418691, 1.700542",\
|
|
"0.035327, 0.052779, 0.116230, 0.418691, 1.700542",\
|
|
"0.035327, 0.052779, 0.116230, 0.418691, 1.700542");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "4.189434, 4.204273, 4.241957, 4.357935, 4.781153",\
|
|
"4.289086, 4.303926, 4.341609, 4.457587, 4.880805",\
|
|
"4.458563, 4.473403, 4.511086, 4.627064, 5.050282",\
|
|
"4.786766, 4.801605, 4.839289, 4.955266, 5.378484",\
|
|
"5.335224, 5.350063, 5.387747, 5.503725, 5.926942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.033638, 0.043323, 0.074609, 0.204766, 0.779259",\
|
|
"0.033638, 0.043323, 0.074609, 0.204766, 0.779259",\
|
|
"0.033638, 0.043323, 0.074609, 0.204766, 0.779259",\
|
|
"0.033638, 0.043323, 0.074609, 0.204766, 0.779259",\
|
|
"0.033638, 0.043323, 0.074609, 0.204766, 0.779259");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[24] */
|
|
|
|
pin("mgmt_gpio_out[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002418 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "4.231009, 4.247871, 4.304071, 4.528306, 5.463753",\
|
|
"4.340719, 4.357581, 4.413781, 4.638016, 5.573462",\
|
|
"4.529008, 4.545870, 4.602070, 4.826304, 5.761751",\
|
|
"4.910207, 4.927069, 4.983269, 5.207503, 6.142950",\
|
|
"5.607971, 5.624833, 5.681033, 5.905268, 6.840714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.035113, 0.052581, 0.119475, 0.430992, 1.759407",\
|
|
"0.035113, 0.052581, 0.119475, 0.430992, 1.759407",\
|
|
"0.035113, 0.052581, 0.119475, 0.430992, 1.759407",\
|
|
"0.035113, 0.052581, 0.119475, 0.430992, 1.759407",\
|
|
"0.035113, 0.052581, 0.119475, 0.430992, 1.759407");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "4.352179, 4.365548, 4.405157, 4.522192, 4.958787",\
|
|
"4.461889, 4.475257, 4.514867, 4.631902, 5.068497",\
|
|
"4.650177, 4.663546, 4.703155, 4.820190, 5.256785",\
|
|
"5.031376, 5.044744, 5.084353, 5.201389, 5.637984",\
|
|
"5.729140, 5.742509, 5.782118, 5.899153, 6.335749");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.033515, 0.043229, 0.077992, 0.217888, 0.834158",\
|
|
"0.033515, 0.043229, 0.077992, 0.217888, 0.834158",\
|
|
"0.033515, 0.043229, 0.077992, 0.217888, 0.834158",\
|
|
"0.033515, 0.043229, 0.077992, 0.217888, 0.834158",\
|
|
"0.033515, 0.043229, 0.077992, 0.217888, 0.834158");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "3.989982, 4.008721, 4.063060, 4.285266, 5.204453",\
|
|
"4.089634, 4.108373, 4.162712, 4.384918, 5.304105",\
|
|
"4.259111, 4.277850, 4.332189, 4.554395, 5.473583",\
|
|
"4.587314, 4.606053, 4.660392, 4.882598, 5.801785",\
|
|
"5.135773, 5.154511, 5.208850, 5.431056, 6.350244");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.035113, 0.052581, 0.116013, 0.418472, 1.700543",\
|
|
"0.035113, 0.052581, 0.116013, 0.418472, 1.700543",\
|
|
"0.035113, 0.052581, 0.116013, 0.418472, 1.700543",\
|
|
"0.035113, 0.052581, 0.116013, 0.418472, 1.700543",\
|
|
"0.035113, 0.052581, 0.116013, 0.418472, 1.700543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "4.111506, 4.126398, 4.164140, 4.280128, 4.703418",\
|
|
"4.211159, 4.226049, 4.263792, 4.379780, 4.803071",\
|
|
"4.380636, 4.395526, 4.433269, 4.549257, 4.972548",\
|
|
"4.708838, 4.723729, 4.761471, 4.877460, 5.300750",\
|
|
"5.257297, 5.272187, 5.309930, 5.425918, 5.849208");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.033515, 0.043229, 0.074517, 0.204668, 0.779260",\
|
|
"0.033515, 0.043229, 0.074517, 0.204668, 0.779260",\
|
|
"0.033515, 0.043229, 0.074517, 0.204668, 0.779260",\
|
|
"0.033515, 0.043229, 0.074517, 0.204668, 0.779260",\
|
|
"0.033515, 0.043229, 0.074517, 0.204668, 0.779260");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[23] */
|
|
|
|
pin("mgmt_gpio_out[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002433 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "4.231295, 4.250031, 4.306305, 4.530732, 5.466404",\
|
|
"4.341004, 4.359740, 4.416015, 4.640442, 5.576114",\
|
|
"4.529293, 4.548028, 4.604303, 4.828731, 5.764402",\
|
|
"4.910491, 4.929227, 4.985502, 5.209929, 6.145601",\
|
|
"5.608256, 5.626992, 5.683266, 5.907694, 6.843366");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.035198, 0.052654, 0.119707, 0.431745, 1.762321",\
|
|
"0.035198, 0.052654, 0.119707, 0.431745, 1.762321",\
|
|
"0.035198, 0.052654, 0.119707, 0.431745, 1.762321",\
|
|
"0.035198, 0.052654, 0.119707, 0.431745, 1.762321",\
|
|
"0.035198, 0.052654, 0.119707, 0.431745, 1.762321");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "4.355577, 4.370490, 4.410171, 4.527269, 4.964536",\
|
|
"4.465286, 4.480200, 4.519880, 4.636979, 5.074245",\
|
|
"4.653574, 4.668488, 4.708169, 4.825267, 5.262533",\
|
|
"5.034773, 5.049687, 5.089367, 5.206466, 5.643732",\
|
|
"5.732538, 5.747451, 5.787132, 5.904231, 6.341496");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.033510, 0.043233, 0.078158, 0.218575, 0.837058",\
|
|
"0.033510, 0.043233, 0.078158, 0.218575, 0.837058",\
|
|
"0.033510, 0.043233, 0.078158, 0.218575, 0.837058",\
|
|
"0.033510, 0.043233, 0.078158, 0.218575, 0.837058",\
|
|
"0.033510, 0.043233, 0.078158, 0.218575, 0.837058");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "3.989339, 4.008076, 4.062374, 4.284673, 5.203287",\
|
|
"4.088992, 4.107728, 4.162026, 4.384326, 5.302939",\
|
|
"4.258469, 4.277205, 4.331503, 4.553803, 5.472416",\
|
|
"4.586671, 4.605407, 4.659706, 4.882005, 5.800618",\
|
|
"5.135130, 5.153866, 5.208164, 5.430464, 6.349077");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.035198, 0.052654, 0.116101, 0.418606, 1.700460",\
|
|
"0.035198, 0.052654, 0.116101, 0.418606, 1.700460",\
|
|
"0.035198, 0.052654, 0.116101, 0.418606, 1.700460",\
|
|
"0.035198, 0.052654, 0.116101, 0.418606, 1.700460",\
|
|
"0.035198, 0.052654, 0.116101, 0.418606, 1.700460");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "4.112232, 4.127146, 4.164845, 4.280859, 4.704168",\
|
|
"4.211884, 4.226798, 4.264497, 4.380511, 4.803820",\
|
|
"4.381361, 4.396275, 4.433974, 4.549988, 4.973298",\
|
|
"4.709564, 4.724477, 4.762177, 4.878190, 5.301500",\
|
|
"5.258022, 5.272936, 5.310635, 5.426649, 5.849958");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.033510, 0.043233, 0.074538, 0.204689, 0.779291",\
|
|
"0.033510, 0.043233, 0.074538, 0.204689, 0.779291",\
|
|
"0.033510, 0.043233, 0.074538, 0.204689, 0.779291",\
|
|
"0.033510, 0.043233, 0.074538, 0.204689, 0.779291",\
|
|
"0.033510, 0.043233, 0.074538, 0.204689, 0.779291");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[22] */
|
|
|
|
pin("mgmt_gpio_out[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "4.214021, 4.230152, 4.286343, 4.510787, 5.445900",\
|
|
"4.323731, 4.339861, 4.396052, 4.620497, 5.555610",\
|
|
"4.512019, 4.528149, 4.584340, 4.808785, 5.743898",\
|
|
"4.893218, 4.909348, 4.965539, 5.189984, 6.125097",\
|
|
"5.590982, 5.607112, 5.663303, 5.887748, 6.822861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.036281, 0.053694, 0.120932, 0.433135, 1.763440",\
|
|
"0.036281, 0.053694, 0.120932, 0.433135, 1.763440",\
|
|
"0.036281, 0.053694, 0.120932, 0.433135, 1.763440",\
|
|
"0.036281, 0.053694, 0.120932, 0.433135, 1.763440",\
|
|
"0.036281, 0.053694, 0.120932, 0.433135, 1.763440");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "4.337199, 4.350006, 4.389488, 4.506580, 4.943655",\
|
|
"4.446909, 4.459716, 4.499197, 4.616290, 5.053365",\
|
|
"4.635197, 4.648004, 4.687486, 4.804578, 5.241653",\
|
|
"5.016396, 5.029203, 5.068685, 5.185777, 5.622852",\
|
|
"5.714160, 5.726967, 5.766449, 5.883541, 6.320617");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.034133, 0.043745, 0.078756, 0.219371, 0.838135",\
|
|
"0.034133, 0.043745, 0.078756, 0.219371, 0.838135",\
|
|
"0.034133, 0.043745, 0.078756, 0.219371, 0.838135",\
|
|
"0.034133, 0.043745, 0.078756, 0.219371, 0.838135",\
|
|
"0.034133, 0.043745, 0.078756, 0.219371, 0.838135");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "3.971828, 3.990306, 4.044470, 4.266761, 5.184555",\
|
|
"4.071480, 4.089958, 4.144122, 4.366413, 5.284207",\
|
|
"4.240957, 4.259435, 4.313600, 4.535891, 5.453685",\
|
|
"4.569160, 4.587637, 4.641802, 4.864093, 5.781887",\
|
|
"5.117618, 5.136096, 5.190260, 5.412551, 6.330345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.036281, 0.053694, 0.117196, 0.419713, 1.700456",\
|
|
"0.036281, 0.053694, 0.117196, 0.419713, 1.700456",\
|
|
"0.036281, 0.053694, 0.117196, 0.419713, 1.700456",\
|
|
"0.036281, 0.053694, 0.117196, 0.419713, 1.700456",\
|
|
"0.036281, 0.053694, 0.117196, 0.419713, 1.700456");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "4.095682, 4.110293, 4.147742, 4.263703, 4.686651",\
|
|
"4.195334, 4.209945, 4.247394, 4.363355, 4.786303",\
|
|
"4.364810, 4.379422, 4.416871, 4.532832, 4.955780",\
|
|
"4.693013, 4.707624, 4.745073, 4.861034, 5.283982",\
|
|
"5.241471, 5.256083, 5.293532, 5.409492, 5.832440");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.034133, 0.043745, 0.075004, 0.205182, 0.779293",\
|
|
"0.034133, 0.043745, 0.075004, 0.205182, 0.779293",\
|
|
"0.034133, 0.043745, 0.075004, 0.205182, 0.779293",\
|
|
"0.034133, 0.043745, 0.075004, 0.205182, 0.779293",\
|
|
"0.034133, 0.043745, 0.075004, 0.205182, 0.779293");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[21] */
|
|
|
|
pin("mgmt_gpio_out[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001823 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "4.172643, 4.191747, 4.247981, 4.476647, 5.407533",\
|
|
"4.282352, 4.301457, 4.357690, 4.586357, 5.517242",\
|
|
"4.470641, 4.489746, 4.545979, 4.774645, 5.705531",\
|
|
"4.851840, 4.870944, 4.927178, 5.155844, 6.086730",\
|
|
"5.549604, 5.568708, 5.624942, 5.853608, 6.784494");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.034176, 0.051726, 0.118493, 0.432991, 1.758386",\
|
|
"0.034176, 0.051726, 0.118493, 0.432991, 1.758386",\
|
|
"0.034176, 0.051726, 0.118493, 0.432991, 1.758386",\
|
|
"0.034176, 0.051726, 0.118493, 0.432991, 1.758386",\
|
|
"0.034176, 0.051726, 0.118493, 0.432991, 1.758386");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "4.297120, 4.312463, 4.352211, 4.469272, 4.906102",\
|
|
"4.406830, 4.422173, 4.461921, 4.578981, 5.015811",\
|
|
"4.595118, 4.610460, 4.650208, 4.767269, 5.204099",\
|
|
"4.976316, 4.991659, 5.031407, 5.148468, 5.585298",\
|
|
"5.674081, 5.689424, 5.729172, 5.846232, 6.283062");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.032852, 0.042772, 0.077503, 0.217227, 0.833336",\
|
|
"0.032852, 0.042772, 0.077503, 0.217227, 0.833336",\
|
|
"0.032852, 0.042772, 0.077503, 0.217227, 0.833336",\
|
|
"0.032852, 0.042772, 0.077503, 0.217227, 0.833336",\
|
|
"0.032852, 0.042772, 0.077503, 0.217227, 0.833336");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "3.933507, 3.952611, 4.007040, 4.229387, 5.148527",\
|
|
"4.033159, 4.052263, 4.106692, 4.329040, 5.248179",\
|
|
"4.202636, 4.221740, 4.276169, 4.498516, 5.417656",\
|
|
"4.530838, 4.549943, 4.604372, 4.826719, 5.745859",\
|
|
"5.079297, 5.098402, 5.152831, 5.375177, 6.294317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.034176, 0.051726, 0.115111, 0.417622, 1.700430",\
|
|
"0.034176, 0.051726, 0.115111, 0.417622, 1.700430",\
|
|
"0.034176, 0.051726, 0.115111, 0.417622, 1.700430",\
|
|
"0.034176, 0.051726, 0.115111, 0.417622, 1.700430",\
|
|
"0.034176, 0.051726, 0.115111, 0.417622, 1.700430");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "4.057984, 4.073327, 4.111264, 4.227339, 4.650996",\
|
|
"4.157636, 4.172979, 4.210917, 4.326991, 4.750648",\
|
|
"4.327113, 4.342456, 4.380394, 4.496468, 4.920125",\
|
|
"4.655315, 4.670658, 4.708596, 4.824670, 5.248328",\
|
|
"5.203773, 5.219116, 5.257054, 5.373128, 5.796786");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.032852, 0.042772, 0.074108, 0.204234, 0.779303",\
|
|
"0.032852, 0.042772, 0.074108, 0.204234, 0.779303",\
|
|
"0.032852, 0.042772, 0.074108, 0.204234, 0.779303",\
|
|
"0.032852, 0.042772, 0.074108, 0.204234, 0.779303",\
|
|
"0.032852, 0.042772, 0.074108, 0.204234, 0.779303");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[20] */
|
|
|
|
pin("mgmt_gpio_out[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001039 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "4.337456, 4.357078, 4.413327, 4.641627, 5.572470",\
|
|
"4.447166, 4.466788, 4.523036, 4.751337, 5.682180",\
|
|
"4.635454, 4.655076, 4.711325, 4.939625, 5.870468",\
|
|
"5.016653, 5.036275, 5.092524, 5.320824, 6.251667",\
|
|
"5.714417, 5.734039, 5.790287, 6.018588, 6.949431");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.032850, 0.050531, 0.116933, 0.430618, 1.754369",\
|
|
"0.032850, 0.050531, 0.116933, 0.430618, 1.754369",\
|
|
"0.032850, 0.050531, 0.116933, 0.430618, 1.754369",\
|
|
"0.032850, 0.050531, 0.116933, 0.430618, 1.754369",\
|
|
"0.032850, 0.050531, 0.116933, 0.430618, 1.754369");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "4.453143, 4.469089, 4.508991, 4.626045, 5.062541",\
|
|
"4.562852, 4.578799, 4.618701, 4.735755, 5.172250",\
|
|
"4.751141, 4.767087, 4.806989, 4.924043, 5.360538",\
|
|
"5.132339, 5.148286, 5.188188, 5.305242, 5.741737",\
|
|
"5.830103, 5.846050, 5.885952, 6.003006, 6.439501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.031980, 0.042174, 0.076660, 0.215696, 0.829570",\
|
|
"0.031980, 0.042174, 0.076660, 0.215696, 0.829570",\
|
|
"0.031980, 0.042174, 0.076660, 0.215696, 0.829570",\
|
|
"0.031980, 0.042174, 0.076660, 0.215696, 0.829570",\
|
|
"0.031980, 0.042174, 0.076660, 0.215696, 0.829570");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "4.102865, 4.122488, 4.177075, 4.399492, 5.319265",\
|
|
"4.202518, 4.222140, 4.276728, 4.499145, 5.418917",\
|
|
"4.371994, 4.391616, 4.446204, 4.668621, 5.588394",\
|
|
"4.700197, 4.719819, 4.774407, 4.996824, 5.916596",\
|
|
"5.248656, 5.268278, 5.322865, 5.545282, 6.465055");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.032850, 0.050531, 0.113842, 0.416366, 1.700384",\
|
|
"0.032850, 0.050531, 0.113842, 0.416366, 1.700384",\
|
|
"0.032850, 0.050531, 0.113842, 0.416366, 1.700384",\
|
|
"0.032850, 0.050531, 0.113842, 0.416366, 1.700384",\
|
|
"0.032850, 0.050531, 0.113842, 0.416366, 1.700384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "4.221148, 4.237095, 4.275331, 4.391485, 4.815592",\
|
|
"4.320801, 4.336748, 4.374984, 4.491138, 4.915245",\
|
|
"4.490278, 4.506225, 4.544461, 4.660615, 5.084722",\
|
|
"4.818480, 4.834427, 4.872663, 4.988817, 5.412924",\
|
|
"5.366939, 5.382885, 5.421122, 5.537276, 5.961382");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.031980, 0.042174, 0.073557, 0.203650, 0.779321",\
|
|
"0.031980, 0.042174, 0.073557, 0.203650, 0.779321",\
|
|
"0.031980, 0.042174, 0.073557, 0.203650, 0.779321",\
|
|
"0.031980, 0.042174, 0.073557, 0.203650, 0.779321",\
|
|
"0.031980, 0.042174, 0.073557, 0.203650, 0.779321");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[19] */
|
|
|
|
pin("mgmt_gpio_out[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001017 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "4.288768, 4.308410, 4.364603, 4.592356, 5.523324",\
|
|
"4.398478, 4.418120, 4.474312, 4.702066, 5.633034",\
|
|
"4.586766, 4.606409, 4.662601, 4.890354, 5.821322",\
|
|
"4.967964, 4.987607, 5.043799, 5.271553, 6.202521",\
|
|
"5.665729, 5.685371, 5.741563, 5.969317, 6.900285");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.032725, 0.050422, 0.116585, 0.429426, 1.750755",\
|
|
"0.032725, 0.050422, 0.116585, 0.429426, 1.750755",\
|
|
"0.032725, 0.050422, 0.116585, 0.429426, 1.750755",\
|
|
"0.032725, 0.050422, 0.116585, 0.429426, 1.750755",\
|
|
"0.032725, 0.050422, 0.116585, 0.429426, 1.750755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "4.412111, 4.428031, 4.467878, 4.584866, 5.020510",\
|
|
"4.521821, 4.537740, 4.577588, 4.694575, 5.130219",\
|
|
"4.710109, 4.726028, 4.765876, 4.882864, 5.318507",\
|
|
"5.091308, 5.107227, 5.147074, 5.264062, 5.699706",\
|
|
"5.789072, 5.804991, 5.844839, 5.961826, 6.397470");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.031985, 0.042164, 0.076406, 0.214816, 0.825978",\
|
|
"0.031985, 0.042164, 0.076406, 0.214816, 0.825978",\
|
|
"0.031985, 0.042164, 0.076406, 0.214816, 0.825978",\
|
|
"0.031985, 0.042164, 0.076406, 0.214816, 0.825978",\
|
|
"0.031985, 0.042164, 0.076406, 0.214816, 0.825978");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "4.058457, 4.078100, 4.132744, 4.355023, 5.275630",\
|
|
"4.158110, 4.177753, 4.232397, 4.454676, 5.375282",\
|
|
"4.327587, 4.347229, 4.401874, 4.624153, 5.544758",\
|
|
"4.655789, 4.675432, 4.730076, 4.952355, 5.872961",\
|
|
"5.204248, 5.223891, 5.278535, 5.500814, 6.421420");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.032725, 0.050422, 0.113715, 0.416173, 1.700504",\
|
|
"0.032725, 0.050422, 0.113715, 0.416173, 1.700504",\
|
|
"0.032725, 0.050422, 0.113715, 0.416173, 1.700504",\
|
|
"0.032725, 0.050422, 0.113715, 0.416173, 1.700504",\
|
|
"0.032725, 0.050422, 0.113715, 0.416173, 1.700504");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "4.181849, 4.197768, 4.236063, 4.352180, 4.776258",\
|
|
"4.281502, 4.297421, 4.335716, 4.451834, 4.875912",\
|
|
"4.450977, 4.466897, 4.505192, 4.621310, 5.045388",\
|
|
"4.779180, 4.795099, 4.833395, 4.949512, 5.373590",\
|
|
"5.327639, 5.343558, 5.381854, 5.497971, 5.922049");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.031985, 0.042164, 0.073527, 0.203621, 0.779275",\
|
|
"0.031985, 0.042164, 0.073527, 0.203621, 0.779275",\
|
|
"0.031985, 0.042164, 0.073527, 0.203621, 0.779275",\
|
|
"0.031985, 0.042164, 0.073527, 0.203621, 0.779275",\
|
|
"0.031985, 0.042164, 0.073527, 0.203621, 0.779275");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[18] */
|
|
|
|
pin("mgmt_gpio_out[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001107 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.361856, 4.381436, 4.437617, 4.665395, 5.596260",\
|
|
"4.471566, 4.491146, 4.547327, 4.775105, 5.705969",\
|
|
"4.659854, 4.679434, 4.735615, 4.963393, 5.894258",\
|
|
"5.041052, 5.060632, 5.116813, 5.344592, 6.275456",\
|
|
"5.738817, 5.758397, 5.814578, 6.042356, 6.973220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.032885, 0.050568, 0.116753, 0.429638, 1.750940",\
|
|
"0.032885, 0.050568, 0.116753, 0.429638, 1.750940",\
|
|
"0.032885, 0.050568, 0.116753, 0.429638, 1.750940",\
|
|
"0.032885, 0.050568, 0.116753, 0.429638, 1.750940",\
|
|
"0.032885, 0.050568, 0.116753, 0.429638, 1.750940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.471183, 4.487034, 4.526855, 4.643845, 5.079472",\
|
|
"4.580893, 4.596744, 4.636564, 4.753555, 5.189182",\
|
|
"4.769181, 4.785032, 4.824852, 4.941843, 5.377470",\
|
|
"5.150380, 5.166231, 5.206051, 5.323042, 5.758669",\
|
|
"5.848144, 5.863995, 5.903815, 6.020806, 6.456433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.032084, 0.042235, 0.076487, 0.214930, 0.826158",\
|
|
"0.032084, 0.042235, 0.076487, 0.214930, 0.826158",\
|
|
"0.032084, 0.042235, 0.076487, 0.214930, 0.826158",\
|
|
"0.032084, 0.042235, 0.076487, 0.214930, 0.826158",\
|
|
"0.032084, 0.042235, 0.076487, 0.214930, 0.826158");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.132740, 4.152320, 4.206945, 4.429227, 5.349697",\
|
|
"4.232393, 4.251973, 4.306597, 4.528880, 5.449349",\
|
|
"4.401869, 4.421449, 4.476074, 4.698356, 5.618825",\
|
|
"4.730072, 4.749651, 4.804276, 5.026558, 5.947028",\
|
|
"5.278531, 5.298110, 5.352735, 5.575017, 6.495487");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.032885, 0.050568, 0.113868, 0.416330, 1.700500",\
|
|
"0.032885, 0.050568, 0.113868, 0.416330, 1.700500",\
|
|
"0.032885, 0.050568, 0.113868, 0.416330, 1.700500",\
|
|
"0.032885, 0.050568, 0.113868, 0.416330, 1.700500",\
|
|
"0.032885, 0.050568, 0.113868, 0.416330, 1.700500");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "4.242067, 4.257918, 4.296178, 4.412289, 4.836318",\
|
|
"4.341720, 4.357571, 4.395831, 4.511941, 4.935971",\
|
|
"4.511197, 4.527048, 4.565308, 4.681418, 5.105448",\
|
|
"4.839399, 4.855250, 4.893510, 5.009621, 5.433650",\
|
|
"5.387857, 5.403708, 5.441968, 5.558079, 5.982109");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.032084, 0.042235, 0.073591, 0.203689, 0.779276",\
|
|
"0.032084, 0.042235, 0.073591, 0.203689, 0.779276",\
|
|
"0.032084, 0.042235, 0.073591, 0.203689, 0.779276",\
|
|
"0.032084, 0.042235, 0.073591, 0.203689, 0.779276",\
|
|
"0.032084, 0.042235, 0.073591, 0.203689, 0.779276");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[17] */
|
|
|
|
pin("mgmt_gpio_out[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001069 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "4.365676, 4.385277, 4.441434, 4.669092, 5.599808",\
|
|
"4.475386, 4.494987, 4.551144, 4.778801, 5.709518",\
|
|
"4.663674, 4.683275, 4.739432, 4.967090, 5.897806",\
|
|
"5.044872, 5.064473, 5.120631, 5.348288, 6.279005",\
|
|
"5.742637, 5.762238, 5.818395, 6.046052, 6.976769");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.032819, 0.050512, 0.116629, 0.429285, 1.749854",\
|
|
"0.032819, 0.050512, 0.116629, 0.429285, 1.749854",\
|
|
"0.032819, 0.050512, 0.116629, 0.429285, 1.749854",\
|
|
"0.032819, 0.050512, 0.116629, 0.429285, 1.749854",\
|
|
"0.032819, 0.050512, 0.116629, 0.429285, 1.749854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "4.473513, 4.489387, 4.529191, 4.646168, 5.081578",\
|
|
"4.583222, 4.599097, 4.638900, 4.755877, 5.191288",\
|
|
"4.771510, 4.787385, 4.827188, 4.944165, 5.379575",\
|
|
"5.152709, 5.168583, 5.208387, 5.325364, 5.760774",\
|
|
"5.850473, 5.866348, 5.906151, 6.023129, 6.458539");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.032043, 0.042210, 0.076398, 0.214656, 0.825126",\
|
|
"0.032043, 0.042210, 0.076398, 0.214656, 0.825126",\
|
|
"0.032043, 0.042210, 0.076398, 0.214656, 0.825126",\
|
|
"0.032043, 0.042210, 0.076398, 0.214656, 0.825126",\
|
|
"0.032043, 0.042210, 0.076398, 0.214656, 0.825126");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "4.130561, 4.150163, 4.204801, 4.427082, 5.347607",\
|
|
"4.230214, 4.249815, 4.304452, 4.526733, 5.447259",\
|
|
"4.399691, 4.419291, 4.473929, 4.696210, 5.616736",\
|
|
"4.727892, 4.747493, 4.802131, 5.024412, 5.944938",\
|
|
"5.276351, 5.295952, 5.350590, 5.572871, 6.493397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.032819, 0.050512, 0.113805, 0.416265, 1.700501",\
|
|
"0.032819, 0.050512, 0.113805, 0.416265, 1.700501",\
|
|
"0.032819, 0.050512, 0.113805, 0.416265, 1.700501",\
|
|
"0.032819, 0.050512, 0.113805, 0.416265, 1.700501",\
|
|
"0.032819, 0.050512, 0.113805, 0.416265, 1.700501");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "4.240503, 4.256378, 4.294658, 4.410771, 4.834820",\
|
|
"4.340156, 4.356030, 4.394310, 4.510424, 4.934473",\
|
|
"4.509633, 4.525507, 4.563787, 4.679901, 5.103950",\
|
|
"4.837835, 4.853710, 4.891990, 5.008103, 5.432152",\
|
|
"5.386294, 5.402169, 5.440449, 5.556562, 5.980611");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.032043, 0.042210, 0.073565, 0.203661, 0.779275",\
|
|
"0.032043, 0.042210, 0.073565, 0.203661, 0.779275",\
|
|
"0.032043, 0.042210, 0.073565, 0.203661, 0.779275",\
|
|
"0.032043, 0.042210, 0.073565, 0.203661, 0.779275",\
|
|
"0.032043, 0.042210, 0.073565, 0.203661, 0.779275");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[16] */
|
|
|
|
pin("mgmt_gpio_out[15]") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002533 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "5.511870, 5.535017, 5.588752, 5.767774, 6.612380",\
|
|
"5.621580, 5.644726, 5.698462, 5.877483, 6.722089",\
|
|
"5.809868, 5.833015, 5.886750, 6.065772, 6.910378",\
|
|
"6.191067, 6.214213, 6.267949, 6.446970, 7.291576",\
|
|
"6.888831, 6.911977, 6.965713, 7.144734, 7.989340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.045026, 0.064682, 0.119894, 0.358444, 1.537929",\
|
|
"0.045026, 0.064682, 0.119894, 0.358444, 1.537929",\
|
|
"0.045026, 0.064682, 0.119894, 0.358444, 1.537929",\
|
|
"0.045026, 0.064682, 0.119894, 0.358444, 1.537929",\
|
|
"0.045026, 0.064682, 0.119894, 0.358444, 1.537929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "5.826141, 5.845761, 5.889683, 6.020737, 6.600443",\
|
|
"5.935851, 5.955471, 5.999393, 6.130447, 6.710153",\
|
|
"6.124140, 6.143760, 6.187681, 6.318736, 6.898442",\
|
|
"6.505338, 6.524958, 6.568880, 6.699934, 7.279640",\
|
|
"7.203102, 7.222722, 7.266644, 7.397698, 7.977404");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.039395, 0.053947, 0.092081, 0.248675, 1.037173",\
|
|
"0.039395, 0.053947, 0.092081, 0.248675, 1.037173",\
|
|
"0.039395, 0.053947, 0.092081, 0.248675, 1.037173",\
|
|
"0.039395, 0.053947, 0.092081, 0.248675, 1.037173",\
|
|
"0.039395, 0.053947, 0.092081, 0.248675, 1.037173");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "4.478329, 4.501461, 4.555184, 4.730070, 5.559665",\
|
|
"4.577982, 4.601113, 4.654837, 4.829723, 5.659317",\
|
|
"4.747458, 4.770590, 4.824314, 4.999199, 5.828794",\
|
|
"5.075661, 5.098792, 5.152516, 5.327402, 6.156996",\
|
|
"5.624120, 5.647251, 5.700975, 5.875861, 6.705455");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.044944, 0.064610, 0.119843, 0.350687, 1.501526",\
|
|
"0.044944, 0.064610, 0.119843, 0.350687, 1.501526",\
|
|
"0.044944, 0.064610, 0.119843, 0.350687, 1.501526",\
|
|
"0.044944, 0.064610, 0.119843, 0.350687, 1.501526",\
|
|
"0.044944, 0.064610, 0.119843, 0.350687, 1.501526");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "4.953084, 4.972702, 5.016620, 5.143546, 5.708535",\
|
|
"5.052736, 5.072354, 5.116272, 5.243198, 5.808187",\
|
|
"5.222213, 5.241831, 5.285749, 5.412675, 5.977664",\
|
|
"5.550416, 5.570033, 5.613952, 5.740878, 6.305866",\
|
|
"6.098875, 6.118492, 6.162411, 6.289337, 6.854325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.039382, 0.053936, 0.092074, 0.240894, 1.001472",\
|
|
"0.039382, 0.053936, 0.092074, 0.240894, 1.001472",\
|
|
"0.039382, 0.053936, 0.092074, 0.240894, 1.001472",\
|
|
"0.039382, 0.053936, 0.092074, 0.240894, 1.001472",\
|
|
"0.039382, 0.053936, 0.092074, 0.240894, 1.001472");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[15]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.680643, 0.703789, 0.757524, 0.936544, 1.781152",\
|
|
"0.769061, 0.792208, 0.845944, 1.024966, 1.869571",\
|
|
"0.919482, 0.942646, 0.996395, 1.175437, 2.020013",\
|
|
"1.188381, 1.211627, 1.265440, 1.444587, 2.289014",\
|
|
"1.605062, 1.628639, 1.682704, 1.862266, 2.706064");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.045021, 0.064677, 0.119891, 0.358443, 1.537930",\
|
|
"0.045028, 0.064684, 0.119896, 0.358444, 1.537930",\
|
|
"0.045118, 0.064762, 0.119952, 0.358453, 1.537930",\
|
|
"0.045567, 0.065153, 0.120230, 0.358496, 1.537930",\
|
|
"0.047348, 0.066708, 0.121338, 0.358667, 1.537930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "1.132620, 1.152240, 1.196162, 1.327216, 1.906922",\
|
|
"1.210557, 1.230178, 1.274101, 1.405155, 1.984862",\
|
|
"1.389948, 1.409566, 1.453484, 1.584540, 2.164243",\
|
|
"1.921925, 1.941560, 1.985501, 2.116548, 2.696272",\
|
|
"3.055749, 3.075564, 3.119730, 3.250696, 3.830629");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.039396, 0.053948, 0.092082, 0.248676, 1.037173",\
|
|
"0.039400, 0.053951, 0.092084, 0.248677, 1.037175",\
|
|
"0.039400, 0.053951, 0.092084, 0.248677, 1.037175",\
|
|
"0.039472, 0.054013, 0.092125, 0.248698, 1.037202",\
|
|
"0.040381, 0.054800, 0.092641, 0.248962, 1.037542");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.639940, 0.663086, 0.716821, 0.891725, 1.721294",\
|
|
"0.728358, 0.751505, 0.805241, 0.980146, 1.809713",\
|
|
"0.878779, 0.901943, 0.955692, 1.130618, 1.960155",\
|
|
"1.147678, 1.170925, 1.224737, 1.399768, 2.229156",\
|
|
"1.564359, 1.587936, 1.642001, 1.817447, 2.646324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.045021, 0.064677, 0.119891, 0.350694, 1.501350",\
|
|
"0.045028, 0.064684, 0.119896, 0.350695, 1.501350",\
|
|
"0.045118, 0.064762, 0.119952, 0.350703, 1.501350",\
|
|
"0.045567, 0.065153, 0.120230, 0.350747, 1.501350",\
|
|
"0.047348, 0.066708, 0.121338, 0.350918, 1.501350");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "1.091328, 1.110948, 1.154871, 1.281795, 1.846787",\
|
|
"1.169266, 1.188887, 1.232810, 1.359734, 1.924727",\
|
|
"1.348657, 1.368274, 1.412193, 1.539119, 2.104107",\
|
|
"1.880633, 1.900268, 1.944209, 2.071127, 2.636136",\
|
|
"3.014458, 3.034273, 3.078438, 3.205275, 3.770493");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002533, 0.010459, 0.034087, 0.128159, 0.585947");
|
|
values ( "0.039396, 0.053935, 0.092073, 0.240894, 1.001472",\
|
|
"0.039396, 0.053935, 0.092073, 0.240894, 1.001472",\
|
|
"0.039396, 0.053935, 0.092073, 0.240894, 1.001472",\
|
|
"0.039472, 0.054013, 0.092125, 0.240920, 1.001505",\
|
|
"0.040381, 0.054800, 0.092641, 0.241184, 1.001845");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[15] */
|
|
|
|
pin("mgmt_gpio_out[14]") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001482 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "5.472236, 5.496687, 5.550883, 5.729815, 6.575455",\
|
|
"5.581945, 5.606397, 5.660593, 5.839525, 6.685164",\
|
|
"5.770233, 5.794685, 5.848880, 6.027813, 6.873452",\
|
|
"6.151432, 6.175884, 6.230079, 6.409012, 7.254651",\
|
|
"6.849196, 6.873648, 6.927844, 7.106776, 7.952415");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.042447, 0.062443, 0.117538, 0.355320, 1.535907",\
|
|
"0.042447, 0.062443, 0.117538, 0.355320, 1.535907",\
|
|
"0.042447, 0.062443, 0.117538, 0.355320, 1.535907",\
|
|
"0.042447, 0.062443, 0.117538, 0.355320, 1.535907",\
|
|
"0.042447, 0.062443, 0.117538, 0.355320, 1.535907");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "5.773075, 5.793910, 5.838384, 5.969361, 6.549607",\
|
|
"5.882784, 5.903620, 5.948093, 6.079071, 6.659317",\
|
|
"6.071073, 6.091908, 6.136382, 6.267359, 6.847605",\
|
|
"6.452271, 6.473107, 6.517581, 6.648558, 7.228804",\
|
|
"7.150036, 7.170871, 7.215345, 7.346323, 7.926568");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.037318, 0.052313, 0.090528, 0.246446, 1.035216",\
|
|
"0.037318, 0.052313, 0.090528, 0.246446, 1.035216",\
|
|
"0.037318, 0.052313, 0.090528, 0.246446, 1.035216",\
|
|
"0.037318, 0.052313, 0.090528, 0.246446, 1.035216",\
|
|
"0.037318, 0.052313, 0.090528, 0.246446, 1.035216");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "4.383983, 4.408420, 4.462605, 4.637655, 5.469074",\
|
|
"4.483635, 4.508072, 4.562258, 4.737307, 5.568726",\
|
|
"4.653112, 4.677549, 4.731735, 4.906784, 5.738203",\
|
|
"4.981315, 5.005751, 5.059937, 5.234986, 6.066405",\
|
|
"5.529774, 5.554210, 5.608396, 5.783445, 6.614864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.042380, 0.062385, 0.117497, 0.348069, 1.501526",\
|
|
"0.042380, 0.062385, 0.117497, 0.348069, 1.501526",\
|
|
"0.042380, 0.062385, 0.117497, 0.348069, 1.501526",\
|
|
"0.042380, 0.062385, 0.117497, 0.348069, 1.501526",\
|
|
"0.042380, 0.062385, 0.117497, 0.348069, 1.501526");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "4.906866, 4.927698, 4.972168, 5.099269, 5.665576",\
|
|
"5.006518, 5.027351, 5.071821, 5.198921, 5.765228",\
|
|
"5.175995, 5.196828, 5.241298, 5.368399, 5.934705",\
|
|
"5.504198, 5.525030, 5.569500, 5.696601, 6.262908",\
|
|
"6.052657, 6.073489, 6.117959, 6.245060, 6.811367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.037304, 0.052301, 0.090520, 0.239172, 1.001502",\
|
|
"0.037304, 0.052301, 0.090520, 0.239172, 1.001502",\
|
|
"0.037304, 0.052301, 0.090520, 0.239172, 1.001502",\
|
|
"0.037304, 0.052301, 0.090520, 0.239172, 1.001502",\
|
|
"0.037304, 0.052301, 0.090520, 0.239172, 1.001502");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[14]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "1.718960, 1.743414, 1.797612, 1.976548, 2.822182",\
|
|
"1.838787, 1.863242, 1.917439, 2.096375, 2.942010",\
|
|
"2.047177, 2.071631, 2.125829, 2.304765, 3.150399",\
|
|
"2.491181, 2.515635, 2.569833, 2.748769, 3.594404",\
|
|
"3.367367, 3.391821, 3.446019, 3.624954, 4.470589");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.042461, 0.062456, 0.117547, 0.355322, 1.535908",\
|
|
"0.042461, 0.062456, 0.117547, 0.355322, 1.535908",\
|
|
"0.042461, 0.062456, 0.117547, 0.355322, 1.535908",\
|
|
"0.042461, 0.062456, 0.117547, 0.355322, 1.535908",\
|
|
"0.042461, 0.062456, 0.117547, 0.355322, 1.535908");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "2.050192, 2.071028, 2.115502, 2.246480, 2.826725",\
|
|
"2.171339, 2.192174, 2.236648, 2.367626, 2.947871",\
|
|
"2.397756, 2.418591, 2.463065, 2.594043, 3.174288",\
|
|
"2.913142, 2.933978, 2.978452, 3.109430, 3.689675",\
|
|
"3.912462, 3.933297, 3.977772, 4.108749, 4.688994");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.037319, 0.052314, 0.090529, 0.246447, 1.035216",\
|
|
"0.037319, 0.052314, 0.090529, 0.246447, 1.035216",\
|
|
"0.037319, 0.052314, 0.090529, 0.246447, 1.035216",\
|
|
"0.037319, 0.052314, 0.090529, 0.246447, 1.035216",\
|
|
"0.037319, 0.052314, 0.090529, 0.246447, 1.035216");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "1.623425, 1.647879, 1.702077, 1.877145, 2.708537",\
|
|
"1.706513, 1.730967, 1.785165, 1.960233, 2.791625",\
|
|
"1.845364, 1.869819, 1.924016, 2.099084, 2.930476",\
|
|
"2.093459, 2.117914, 2.172111, 2.347179, 3.178571",\
|
|
"2.417718, 2.442173, 2.496371, 2.671438, 3.502831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.042461, 0.062456, 0.117547, 0.348077, 1.501527",\
|
|
"0.042461, 0.062456, 0.117547, 0.348077, 1.501527",\
|
|
"0.042461, 0.062456, 0.117547, 0.348077, 1.501527",\
|
|
"0.042461, 0.062456, 0.117547, 0.348077, 1.501527",\
|
|
"0.042461, 0.062456, 0.117547, 0.348077, 1.501527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "1.999662, 2.020497, 2.064972, 2.192070, 2.758380",\
|
|
"2.083790, 2.104625, 2.149100, 2.276198, 2.842508",\
|
|
"2.240218, 2.261053, 2.305527, 2.432626, 2.998936",\
|
|
"2.558426, 2.579262, 2.623736, 2.750834, 3.317145",\
|
|
"3.002242, 3.023077, 3.067551, 3.194650, 3.760960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001482, 0.009408, 0.033036, 0.127108, 0.585947");
|
|
values ( "0.037319, 0.052314, 0.090529, 0.239176, 1.001508",\
|
|
"0.037319, 0.052314, 0.090529, 0.239176, 1.001508",\
|
|
"0.037319, 0.052314, 0.090529, 0.239176, 1.001508",\
|
|
"0.037319, 0.052314, 0.090529, 0.239176, 1.001508",\
|
|
"0.037319, 0.052314, 0.090529, 0.239176, 1.001508");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[14] */
|
|
|
|
pin("mgmt_gpio_out[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001414 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "5.106574, 5.125814, 5.181785, 5.410446, 6.335075",\
|
|
"5.216283, 5.235524, 5.291495, 5.520155, 6.444785",\
|
|
"5.404571, 5.423811, 5.479783, 5.708443, 6.633072",\
|
|
"5.785770, 5.805010, 5.860981, 6.089642, 7.014271",\
|
|
"6.483534, 6.502775, 6.558746, 6.787406, 7.712036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.033930, 0.051579, 0.117848, 0.431290, 1.750667",\
|
|
"0.033930, 0.051579, 0.117848, 0.431290, 1.750667",\
|
|
"0.033930, 0.051579, 0.117848, 0.431290, 1.750667",\
|
|
"0.033930, 0.051579, 0.117848, 0.431290, 1.750667",\
|
|
"0.033930, 0.051579, 0.117848, 0.431290, 1.750667");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "5.272246, 5.287994, 5.327564, 5.444764, 5.880597",\
|
|
"5.381956, 5.397704, 5.437274, 5.554473, 5.990307",\
|
|
"5.570243, 5.585992, 5.625562, 5.742762, 6.178595",\
|
|
"5.951442, 5.967191, 6.006761, 6.123960, 6.559793",\
|
|
"6.649207, 6.664955, 6.704525, 6.821724, 7.257558");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.032268, 0.042519, 0.076842, 0.215420, 0.827171",\
|
|
"0.032268, 0.042519, 0.076842, 0.215420, 0.827171",\
|
|
"0.032268, 0.042519, 0.076842, 0.215420, 0.827171",\
|
|
"0.032268, 0.042519, 0.076842, 0.215420, 0.827171",\
|
|
"0.032268, 0.042519, 0.076842, 0.215420, 0.827171");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "4.472639, 4.491887, 4.546274, 4.769307, 5.685151",\
|
|
"4.572292, 4.591539, 4.645927, 4.868959, 5.784804",\
|
|
"4.741769, 4.761016, 4.815404, 5.038436, 5.954280",\
|
|
"5.069971, 5.089219, 5.143606, 5.366639, 6.282483",\
|
|
"5.618429, 5.637677, 5.692064, 5.915097, 6.830941");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.033902, 0.051550, 0.114875, 0.417706, 1.702071",\
|
|
"0.033902, 0.051550, 0.114875, 0.417706, 1.702071",\
|
|
"0.033902, 0.051550, 0.114875, 0.417706, 1.702071",\
|
|
"0.033902, 0.051550, 0.114875, 0.417706, 1.702071",\
|
|
"0.033902, 0.051550, 0.114875, 0.417706, 1.702071");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "4.756765, 4.772507, 4.810488, 4.926776, 5.350849",\
|
|
"4.856417, 4.872159, 4.910140, 5.026428, 5.450501",\
|
|
"5.025894, 5.041636, 5.079617, 5.195905, 5.619978",\
|
|
"5.354096, 5.369838, 5.407819, 5.524107, 5.948180",\
|
|
"5.902555, 5.918297, 5.956278, 6.072566, 6.496639");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.032276, 0.042517, 0.073884, 0.203984, 0.779518",\
|
|
"0.032276, 0.042517, 0.073884, 0.203984, 0.779518",\
|
|
"0.032276, 0.042517, 0.073884, 0.203984, 0.779518",\
|
|
"0.032276, 0.042517, 0.073884, 0.203984, 0.779518",\
|
|
"0.032276, 0.042517, 0.073884, 0.203984, 0.779518");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[13]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "1.219428, 1.238668, 1.294638, 1.523304, 2.447906",\
|
|
"1.321138, 1.340378, 1.396347, 1.625013, 2.549615",\
|
|
"1.461383, 1.480624, 1.536593, 1.765259, 2.689861",\
|
|
"1.722632, 1.741872, 1.797842, 2.026508, 2.951107",\
|
|
"2.143336, 2.162576, 2.218545, 2.447212, 3.371804");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.033933, 0.051582, 0.117851, 0.431296, 1.750665",\
|
|
"0.033933, 0.051582, 0.117851, 0.431296, 1.750665",\
|
|
"0.033933, 0.051582, 0.117851, 0.431296, 1.750665",\
|
|
"0.033933, 0.051582, 0.117851, 0.431297, 1.750665",\
|
|
"0.033934, 0.051583, 0.117852, 0.431298, 1.750665");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "1.252262, 1.268004, 1.307582, 1.424772, 1.860594",\
|
|
"1.358097, 1.373839, 1.413417, 1.530607, 1.966429",\
|
|
"1.548119, 1.563861, 1.603439, 1.720629, 2.156451",\
|
|
"1.932292, 1.948034, 1.987612, 2.104802, 2.540624",\
|
|
"2.597957, 2.613700, 2.653277, 2.770467, 3.206288");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.032275, 0.042517, 0.076839, 0.215416, 0.827159",\
|
|
"0.032275, 0.042517, 0.076839, 0.215416, 0.827159",\
|
|
"0.032275, 0.042517, 0.076839, 0.215416, 0.827159",\
|
|
"0.032275, 0.042517, 0.076839, 0.215416, 0.827159",\
|
|
"0.032275, 0.042517, 0.076838, 0.215416, 0.827158");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "1.219428, 1.238668, 1.293045, 1.516127, 2.431681",\
|
|
"1.321138, 1.340378, 1.394754, 1.617836, 2.533391",\
|
|
"1.461383, 1.480624, 1.535000, 1.758082, 2.673636",\
|
|
"1.722632, 1.741872, 1.796248, 2.019331, 2.934882",\
|
|
"2.143336, 2.162576, 2.216952, 2.440036, 3.355580");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.033933, 0.051582, 0.114907, 0.417762, 1.702041",\
|
|
"0.033933, 0.051582, 0.114907, 0.417762, 1.702041",\
|
|
"0.033933, 0.051582, 0.114907, 0.417762, 1.702041",\
|
|
"0.033933, 0.051582, 0.114908, 0.417763, 1.702041",\
|
|
"0.033934, 0.051583, 0.114909, 0.417764, 1.702041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "1.251776, 1.267518, 1.305498, 1.421788, 1.845862",\
|
|
"1.357611, 1.373354, 1.411334, 1.527623, 1.951697",\
|
|
"1.547633, 1.563376, 1.601356, 1.717645, 2.141719",\
|
|
"1.931806, 1.947548, 1.985529, 2.101818, 2.525892",\
|
|
"2.597471, 2.613214, 2.651194, 2.767483, 3.191556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.032275, 0.042517, 0.073885, 0.203984, 0.779519",\
|
|
"0.032275, 0.042517, 0.073885, 0.203984, 0.779519",\
|
|
"0.032275, 0.042517, 0.073885, 0.203984, 0.779519",\
|
|
"0.032275, 0.042517, 0.073884, 0.203984, 0.779518",\
|
|
"0.032275, 0.042517, 0.073884, 0.203984, 0.779518");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[13] */
|
|
|
|
pin("mgmt_gpio_out[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001507 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.629224, 4.648476, 4.704532, 4.932662, 5.861276",\
|
|
"4.738934, 4.758185, 4.814241, 5.042371, 5.970986",\
|
|
"4.927222, 4.946474, 5.002530, 5.230659, 6.159274",\
|
|
"5.308421, 5.327672, 5.383729, 5.611858, 6.540473",\
|
|
"6.006185, 6.025436, 6.081492, 6.309622, 7.238237");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.033784, 0.051413, 0.117665, 0.430786, 1.751014",\
|
|
"0.033784, 0.051413, 0.117665, 0.430786, 1.751014",\
|
|
"0.033784, 0.051413, 0.117665, 0.430786, 1.751014",\
|
|
"0.033784, 0.051413, 0.117665, 0.430786, 1.751014",\
|
|
"0.033784, 0.051413, 0.117665, 0.430786, 1.751014");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.669223, 4.684817, 4.724446, 4.841524, 5.277061",\
|
|
"4.778933, 4.794527, 4.834156, 4.951234, 5.386771",\
|
|
"4.967221, 4.982816, 5.022444, 5.139522, 5.575059",\
|
|
"5.348420, 5.364015, 5.403643, 5.520721, 5.956258",\
|
|
"6.046184, 6.061778, 6.101407, 6.218485, 6.654022");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.032461, 0.042568, 0.076840, 0.215351, 0.826601",\
|
|
"0.032461, 0.042568, 0.076840, 0.215351, 0.826601",\
|
|
"0.032461, 0.042568, 0.076840, 0.215351, 0.826601",\
|
|
"0.032461, 0.042568, 0.076840, 0.215351, 0.826601",\
|
|
"0.032461, 0.042568, 0.076840, 0.215351, 0.826601");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.306622, 4.325873, 4.380346, 4.602941, 5.521048",\
|
|
"4.406275, 4.425526, 4.479999, 4.702593, 5.620700",\
|
|
"4.575751, 4.595003, 4.649476, 4.872070, 5.790176",\
|
|
"4.903954, 4.923205, 4.977678, 5.200272, 6.118379",\
|
|
"5.452412, 5.471663, 5.526136, 5.748731, 6.666838");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.033784, 0.051413, 0.114744, 0.417366, 1.700220",\
|
|
"0.033784, 0.051413, 0.114744, 0.417366, 1.700220",\
|
|
"0.033784, 0.051413, 0.114744, 0.417366, 1.700220",\
|
|
"0.033784, 0.051413, 0.114744, 0.417366, 1.700220",\
|
|
"0.033784, 0.051413, 0.114744, 0.417366, 1.700220");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.384979, 4.400573, 4.438614, 4.554780, 4.978680",\
|
|
"4.484632, 4.500226, 4.538267, 4.654432, 5.078333",\
|
|
"4.654108, 4.669703, 4.707743, 4.823909, 5.247809",\
|
|
"4.982310, 4.997905, 5.035945, 5.152111, 5.576012",\
|
|
"5.530769, 5.546363, 5.584404, 5.700570, 6.124470");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.032461, 0.042568, 0.073908, 0.204018, 0.779381",\
|
|
"0.032461, 0.042568, 0.073908, 0.204018, 0.779381",\
|
|
"0.032461, 0.042568, 0.073908, 0.204018, 0.779381",\
|
|
"0.032461, 0.042568, 0.073908, 0.204018, 0.779381",\
|
|
"0.032461, 0.042568, 0.073908, 0.204018, 0.779381");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[12] */
|
|
|
|
pin("mgmt_gpio_out[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001358 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "4.562025, 4.581430, 4.637592, 4.865583, 5.796190",\
|
|
"4.671735, 4.691140, 4.747302, 4.975293, 5.905900",\
|
|
"4.860023, 4.879428, 4.935590, 5.163581, 6.094188",\
|
|
"5.241222, 5.260627, 5.316789, 5.544780, 6.475387",\
|
|
"5.938986, 5.958391, 6.014553, 6.242544, 7.173151");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.033346, 0.050987, 0.117325, 0.430569, 1.752527",\
|
|
"0.033346, 0.050987, 0.117325, 0.430569, 1.752527",\
|
|
"0.033346, 0.050987, 0.117325, 0.430569, 1.752527",\
|
|
"0.033346, 0.050987, 0.117325, 0.430569, 1.752527",\
|
|
"0.033346, 0.050987, 0.117325, 0.430569, 1.752527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "4.629308, 4.644976, 4.684737, 4.801737, 5.237566",\
|
|
"4.739018, 4.754686, 4.794446, 4.911447, 5.347276",\
|
|
"4.927306, 4.942974, 4.982735, 5.099735, 5.535564",\
|
|
"5.308505, 5.324173, 5.363934, 5.480934, 5.916763",\
|
|
"6.006269, 6.021937, 6.061697, 6.178698, 6.614527");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.032353, 0.042428, 0.076797, 0.215512, 0.827710",\
|
|
"0.032353, 0.042428, 0.076797, 0.215512, 0.827710",\
|
|
"0.032353, 0.042428, 0.076797, 0.215512, 0.827710",\
|
|
"0.032353, 0.042428, 0.076797, 0.215512, 0.827710",\
|
|
"0.032353, 0.042428, 0.076797, 0.215512, 0.827710");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "4.312351, 4.331756, 4.386314, 4.608633, 5.528557",\
|
|
"4.412003, 4.431408, 4.485967, 4.708285, 5.628210",\
|
|
"4.581480, 4.600884, 4.655443, 4.877762, 5.797686",\
|
|
"4.909682, 4.929087, 4.983645, 5.205964, 6.125888",\
|
|
"5.458140, 5.477545, 5.532104, 5.754423, 6.674347");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.033346, 0.050987, 0.114313, 0.416798, 1.700463",\
|
|
"0.033346, 0.050987, 0.114313, 0.416798, 1.700463",\
|
|
"0.033346, 0.050987, 0.114313, 0.416798, 1.700463",\
|
|
"0.033346, 0.050987, 0.114313, 0.416798, 1.700463",\
|
|
"0.033346, 0.050987, 0.114313, 0.416798, 1.700463");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "4.387611, 4.403279, 4.441431, 4.557530, 4.981430",\
|
|
"4.487263, 4.502931, 4.541083, 4.657182, 5.081082",\
|
|
"4.656740, 4.672408, 4.710560, 4.826659, 5.250559",\
|
|
"4.984942, 5.000610, 5.038763, 5.154861, 5.578761",\
|
|
"5.533401, 5.549069, 5.587221, 5.703320, 6.127220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.032353, 0.042428, 0.073773, 0.203880, 0.779286",\
|
|
"0.032353, 0.042428, 0.073773, 0.203880, 0.779286",\
|
|
"0.032353, 0.042428, 0.073773, 0.203880, 0.779286",\
|
|
"0.032353, 0.042428, 0.073773, 0.203880, 0.779286",\
|
|
"0.032353, 0.042428, 0.073773, 0.203880, 0.779286");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[11] */
|
|
|
|
pin("mgmt_gpio_out[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001415 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "1.270851, 1.290868, 1.347767, 1.576655, 2.501696",\
|
|
"1.371619, 1.391636, 1.448535, 1.677423, 2.602464",\
|
|
"1.515237, 1.535254, 1.592154, 1.821042, 2.746082",\
|
|
"1.758832, 1.778849, 1.835749, 2.064637, 2.989677",\
|
|
"2.148122, 2.168141, 2.225042, 2.453930, 3.378972");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.036768, 0.054205, 0.119565, 0.431480, 1.751601",\
|
|
"0.036768, 0.054205, 0.119565, 0.431480, 1.751601",\
|
|
"0.036768, 0.054206, 0.119566, 0.431480, 1.751601",\
|
|
"0.036769, 0.054207, 0.119566, 0.431480, 1.751601",\
|
|
"0.036773, 0.054211, 0.119569, 0.431480, 1.751602");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "1.592059, 1.608104, 1.647920, 1.770390, 2.201651",\
|
|
"1.698284, 1.714329, 1.754145, 1.876615, 2.307876",\
|
|
"1.898311, 1.914356, 1.954171, 2.076642, 2.507902",\
|
|
"2.301296, 2.317340, 2.357155, 2.479625, 2.910886",\
|
|
"3.034846, 3.050890, 3.090704, 3.213173, 3.644434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.033251, 0.043527, 0.077668, 0.218263, 0.828560",\
|
|
"0.033251, 0.043527, 0.077668, 0.218263, 0.828560",\
|
|
"0.033251, 0.043526, 0.077668, 0.218263, 0.828560",\
|
|
"0.033250, 0.043525, 0.077667, 0.218263, 0.828560",\
|
|
"0.033246, 0.043522, 0.077665, 0.218262, 0.828560");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "1.240211, 1.260226, 1.315507, 1.538683, 2.454520",\
|
|
"1.340979, 1.360994, 1.416275, 1.639451, 2.555288",\
|
|
"1.484802, 1.504818, 1.560099, 1.783275, 2.699112",\
|
|
"1.728729, 1.748745, 1.804027, 2.027203, 2.943040",\
|
|
"2.119051, 2.139069, 2.194351, 2.417527, 3.333365");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.036763, 0.054201, 0.116528, 0.417612, 1.701855",\
|
|
"0.036763, 0.054201, 0.116528, 0.417612, 1.701855",\
|
|
"0.036764, 0.054202, 0.116528, 0.417612, 1.701855",\
|
|
"0.036765, 0.054203, 0.116529, 0.417612, 1.701855",\
|
|
"0.036769, 0.054207, 0.116531, 0.417612, 1.701855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "1.551451, 1.567496, 1.605691, 1.722409, 2.146513",\
|
|
"1.657675, 1.673721, 1.711915, 1.828634, 2.252738",\
|
|
"1.858285, 1.874331, 1.912525, 2.029244, 2.453348",\
|
|
"2.264645, 2.280690, 2.318884, 2.435602, 2.859706",\
|
|
"3.004199, 3.020243, 3.058436, 3.175153, 3.599257");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.033255, 0.043529, 0.074624, 0.204292, 0.779790",\
|
|
"0.033255, 0.043529, 0.074624, 0.204292, 0.779790",\
|
|
"0.033255, 0.043529, 0.074624, 0.204292, 0.779790",\
|
|
"0.033253, 0.043528, 0.074623, 0.204291, 0.779790",\
|
|
"0.033249, 0.043524, 0.074620, 0.204290, 0.779790");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "5.238707, 5.258724, 5.315625, 5.544513, 6.469553",\
|
|
"5.348417, 5.368434, 5.425334, 5.654222, 6.579263",\
|
|
"5.536705, 5.556722, 5.613622, 5.842510, 6.767551",\
|
|
"5.917903, 5.937921, 5.994821, 6.223709, 7.148750",\
|
|
"6.615668, 6.635685, 6.692585, 6.921474, 7.846514");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.036770, 0.054207, 0.119566, 0.431480, 1.751601",\
|
|
"0.036770, 0.054207, 0.119566, 0.431480, 1.751601",\
|
|
"0.036770, 0.054207, 0.119566, 0.431480, 1.751601",\
|
|
"0.036770, 0.054207, 0.119566, 0.431480, 1.751601",\
|
|
"0.036770, 0.054207, 0.119566, 0.431480, 1.751601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "5.588768, 5.604815, 5.644631, 5.767103, 6.198363",\
|
|
"5.698478, 5.714524, 5.754341, 5.876813, 6.308073",\
|
|
"5.886766, 5.902812, 5.942629, 6.065101, 6.496361",\
|
|
"6.267965, 6.284011, 6.323828, 6.446300, 6.877559",\
|
|
"6.965729, 6.981775, 7.021592, 7.144064, 7.575324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.033256, 0.043531, 0.077671, 0.218265, 0.828560",\
|
|
"0.033256, 0.043531, 0.077671, 0.218265, 0.828560",\
|
|
"0.033256, 0.043531, 0.077671, 0.218265, 0.828560",\
|
|
"0.033256, 0.043531, 0.077671, 0.218265, 0.828560",\
|
|
"0.033256, 0.043531, 0.077671, 0.218265, 0.828560");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "2.772108, 2.792102, 2.847357, 3.070530, 3.986358",\
|
|
"2.871760, 2.891754, 2.947009, 3.170183, 4.086010",\
|
|
"3.041224, 3.061218, 3.116473, 3.339646, 4.255474",\
|
|
"3.369385, 3.389379, 3.444634, 3.667808, 4.583636",\
|
|
"3.917907, 3.937901, 3.993156, 4.216330, 5.132158");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.036684, 0.054128, 0.116483, 0.417617, 1.701861",\
|
|
"0.036684, 0.054128, 0.116483, 0.417617, 1.701861",\
|
|
"0.036684, 0.054128, 0.116483, 0.417617, 1.701861",\
|
|
"0.036684, 0.054128, 0.116483, 0.417617, 1.701861",\
|
|
"0.036684, 0.054128, 0.116483, 0.417617, 1.701861");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "3.252026, 3.268067, 3.306254, 3.422966, 3.847072",\
|
|
"3.351679, 3.367719, 3.405906, 3.522619, 3.946725",\
|
|
"3.521142, 3.537183, 3.575370, 3.692082, 4.116188",\
|
|
"3.849303, 3.865344, 3.903531, 4.020243, 4.444350",\
|
|
"4.397825, 4.413866, 4.452053, 4.568765, 4.992872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.033230, 0.043507, 0.074609, 0.204286, 0.779788",\
|
|
"0.033230, 0.043507, 0.074609, 0.204286, 0.779788",\
|
|
"0.033230, 0.043507, 0.074609, 0.204286, 0.779788",\
|
|
"0.033230, 0.043507, 0.074609, 0.204286, 0.779788",\
|
|
"0.033230, 0.043507, 0.074609, 0.204286, 0.779788");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[10] */
|
|
|
|
pin("mgmt_gpio_out[9]") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001178 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "4.847442, 4.872128, 4.926173, 5.104856, 5.948277",\
|
|
"4.957152, 4.981838, 5.035883, 5.214566, 6.057987",\
|
|
"5.145440, 5.170126, 5.224171, 5.402854, 6.246275",\
|
|
"5.526639, 5.551325, 5.605370, 5.784053, 6.627474",\
|
|
"6.224403, 6.249090, 6.303134, 6.481818, 7.325239");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.040331, 0.060567, 0.115878, 0.354162, 1.531857",\
|
|
"0.040331, 0.060567, 0.115878, 0.354162, 1.531857",\
|
|
"0.040331, 0.060567, 0.115878, 0.354162, 1.531857",\
|
|
"0.040331, 0.060567, 0.115878, 0.354162, 1.531857",\
|
|
"0.040331, 0.060567, 0.115878, 0.354162, 1.531857");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "5.294644, 5.315832, 5.360415, 5.491289, 6.071064",\
|
|
"5.404354, 5.425542, 5.470124, 5.600998, 6.180774",\
|
|
"5.592641, 5.613830, 5.658412, 5.789286, 6.369062",\
|
|
"5.973840, 5.995028, 6.039611, 6.170485, 6.750261",\
|
|
"6.671605, 6.692793, 6.737375, 6.868249, 7.448025");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.036264, 0.051524, 0.089849, 0.245840, 1.034418",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034418",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034418",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034418",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034418");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "2.750060, 2.774752, 2.828787, 3.003648, 3.832461",\
|
|
"2.849712, 2.874405, 2.928440, 3.103301, 3.932114",\
|
|
"3.019176, 3.043868, 3.097903, 3.272764, 4.101577",\
|
|
"3.347337, 3.372030, 3.426064, 3.600925, 4.429739",\
|
|
"3.895859, 3.920552, 3.974586, 4.149447, 4.978261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.040331, 0.060562, 0.115863, 0.346946, 1.497163",\
|
|
"0.040331, 0.060562, 0.115863, 0.346946, 1.497163",\
|
|
"0.040331, 0.060562, 0.115863, 0.346946, 1.497163",\
|
|
"0.040331, 0.060562, 0.115863, 0.346946, 1.497163",\
|
|
"0.040331, 0.060562, 0.115863, 0.346946, 1.497163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "3.220157, 3.241344, 3.285927, 3.412958, 3.978864",\
|
|
"3.319809, 3.340997, 3.385579, 3.512611, 4.078516",\
|
|
"3.489272, 3.510460, 3.555042, 3.682074, 4.247979",\
|
|
"3.817434, 3.838622, 3.883204, 4.010235, 4.576141",\
|
|
"4.365956, 4.387144, 4.431726, 4.558758, 5.124663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.036263, 0.051523, 0.089848, 0.238621, 1.000896",\
|
|
"0.036263, 0.051523, 0.089848, 0.238621, 1.000896",\
|
|
"0.036263, 0.051523, 0.089848, 0.238621, 1.000896",\
|
|
"0.036263, 0.051523, 0.089848, 0.238621, 1.000896",\
|
|
"0.036263, 0.051523, 0.089848, 0.238621, 1.000896");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "1.344606, 1.369294, 1.423337, 1.602021, 2.445385",\
|
|
"1.454316, 1.479004, 1.533046, 1.711731, 2.555095",\
|
|
"1.642590, 1.667278, 1.721321, 1.900006, 2.743369",\
|
|
"2.024002, 2.048690, 2.102732, 2.281417, 3.124781",\
|
|
"2.721815, 2.746503, 2.800546, 2.979231, 3.822594");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.040331, 0.060566, 0.115875, 0.354158, 1.531820",\
|
|
"0.040331, 0.060566, 0.115875, 0.354158, 1.531820",\
|
|
"0.040331, 0.060566, 0.115875, 0.354158, 1.531820",\
|
|
"0.040331, 0.060566, 0.115875, 0.354158, 1.531820",\
|
|
"0.040331, 0.060566, 0.115875, 0.354158, 1.531820");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "1.761627, 1.782816, 1.827398, 1.958272, 2.538050",\
|
|
"1.867865, 1.889053, 1.933635, 2.064509, 2.644287",\
|
|
"2.064994, 2.086182, 2.130764, 2.261638, 2.841416",\
|
|
"2.490271, 2.511459, 2.556041, 2.686916, 3.266693",\
|
|
"3.236385, 3.257573, 3.302155, 3.433030, 4.012807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.036264, 0.051524, 0.089849, 0.245840, 1.034419",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034419",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034419",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034419",\
|
|
"0.036264, 0.051524, 0.089849, 0.245840, 1.034419");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "1.327545, 1.352232, 1.406275, 1.581131, 2.410199",\
|
|
"1.427197, 1.451885, 1.505928, 1.680784, 2.509851",\
|
|
"1.596660, 1.621348, 1.675391, 1.850247, 2.679315",\
|
|
"1.925075, 1.949763, 2.003806, 2.178662, 3.007730",\
|
|
"2.473583, 2.498271, 2.552314, 2.727170, 3.556238");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.040331, 0.060566, 0.115875, 0.346964, 1.497327",\
|
|
"0.040331, 0.060566, 0.115875, 0.346964, 1.497327",\
|
|
"0.040331, 0.060566, 0.115875, 0.346964, 1.497327",\
|
|
"0.040331, 0.060566, 0.115875, 0.346964, 1.497327",\
|
|
"0.040331, 0.060566, 0.115875, 0.346964, 1.497327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "1.744974, 1.766162, 1.810744, 1.937778, 2.503696",\
|
|
"1.840930, 1.862119, 1.906700, 2.033734, 2.599653",\
|
|
"2.018995, 2.040184, 2.084766, 2.211800, 2.777718",\
|
|
"2.390564, 2.411752, 2.456334, 2.583368, 3.149287",\
|
|
"2.985368, 3.006556, 3.051138, 3.178172, 3.744090");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001178, 0.009103, 0.032732, 0.126804, 0.585947");
|
|
values ( "0.036264, 0.051524, 0.089849, 0.238620, 1.000905",\
|
|
"0.036264, 0.051524, 0.089849, 0.238620, 1.000905",\
|
|
"0.036264, 0.051524, 0.089849, 0.238620, 1.000905",\
|
|
"0.036264, 0.051524, 0.089849, 0.238620, 1.000905",\
|
|
"0.036264, 0.051524, 0.089849, 0.238620, 1.000905");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[9] */
|
|
|
|
pin("mgmt_gpio_out[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001156 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "1.226674, 1.246492, 1.302925, 1.531444, 2.456187",\
|
|
"1.327095, 1.346913, 1.403346, 1.631865, 2.556608",\
|
|
"1.463374, 1.483192, 1.539625, 1.768144, 2.692886",\
|
|
"1.702881, 1.722700, 1.779134, 2.007652, 2.932395",\
|
|
"2.092932, 2.112752, 2.169188, 2.397707, 3.322449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.034970, 0.052559, 0.118160, 0.430280, 1.748779",\
|
|
"0.034970, 0.052559, 0.118160, 0.430280, 1.748779",\
|
|
"0.034971, 0.052559, 0.118160, 0.430280, 1.748778",\
|
|
"0.034972, 0.052560, 0.118161, 0.430280, 1.748778",\
|
|
"0.034977, 0.052565, 0.118164, 0.430280, 1.748777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "1.522152, 1.538271, 1.577901, 1.699885, 2.131003",\
|
|
"1.627237, 1.643356, 1.682986, 1.804970, 2.236088",\
|
|
"1.818222, 1.834341, 1.873971, 1.995955, 2.427073",\
|
|
"2.197754, 2.213873, 2.253503, 2.375486, 2.806604",\
|
|
"2.894738, 2.910856, 2.950485, 3.072467, 3.503586");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.032327, 0.042754, 0.076875, 0.217063, 0.825584",\
|
|
"0.032327, 0.042754, 0.076875, 0.217063, 0.825584",\
|
|
"0.032327, 0.042754, 0.076874, 0.217063, 0.825584",\
|
|
"0.032326, 0.042752, 0.076873, 0.217063, 0.825584",\
|
|
"0.032322, 0.042749, 0.076871, 0.217062, 0.825584");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "1.210202, 1.230020, 1.284933, 1.508076, 2.424069",\
|
|
"1.310623, 1.330441, 1.385354, 1.608497, 2.524490",\
|
|
"1.446902, 1.466720, 1.521633, 1.744776, 2.660769",\
|
|
"1.686409, 1.706228, 1.761141, 1.984284, 2.900277",\
|
|
"2.076460, 2.096280, 2.151196, 2.374338, 3.290332");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.034970, 0.052559, 0.115329, 0.417253, 1.701943",\
|
|
"0.034970, 0.052559, 0.115329, 0.417253, 1.701943",\
|
|
"0.034971, 0.052559, 0.115329, 0.417253, 1.701942",\
|
|
"0.034972, 0.052560, 0.115330, 0.417253, 1.701942",\
|
|
"0.034977, 0.052565, 0.115333, 0.417253, 1.701942");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "1.507823, 1.523942, 1.562048, 1.678620, 2.102938",\
|
|
"1.612908, 1.629027, 1.667133, 1.783705, 2.208023",\
|
|
"1.803916, 1.820035, 1.858141, 1.974712, 2.399030",\
|
|
"2.185061, 2.201179, 2.239285, 2.355855, 2.780174",\
|
|
"2.882044, 2.898162, 2.936266, 3.052836, 3.477155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.032328, 0.042754, 0.074033, 0.203942, 0.779730",\
|
|
"0.032328, 0.042754, 0.074033, 0.203942, 0.779730",\
|
|
"0.032328, 0.042754, 0.074033, 0.203942, 0.779730",\
|
|
"0.032326, 0.042752, 0.074032, 0.203942, 0.779730",\
|
|
"0.032322, 0.042749, 0.074030, 0.203941, 0.779729");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "5.033661, 5.053473, 5.109898, 5.338416, 6.263156",\
|
|
"5.143371, 5.163182, 5.219608, 5.448126, 6.372866",\
|
|
"5.331659, 5.351470, 5.407897, 5.636414, 6.561154",\
|
|
"5.712857, 5.732669, 5.789094, 6.017612, 6.942353",\
|
|
"6.410622, 6.430433, 6.486859, 6.715377, 7.640117");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.034947, 0.052537, 0.118146, 0.430281, 1.748780",\
|
|
"0.034947, 0.052537, 0.118146, 0.430281, 1.748780",\
|
|
"0.034947, 0.052537, 0.118146, 0.430281, 1.748780",\
|
|
"0.034947, 0.052537, 0.118146, 0.430281, 1.748780",\
|
|
"0.034947, 0.052537, 0.118146, 0.430281, 1.748780");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "5.465487, 5.481606, 5.521235, 5.643219, 6.074337",\
|
|
"5.575196, 5.591315, 5.630945, 5.752929, 6.184047",\
|
|
"5.763484, 5.779603, 5.819233, 5.941217, 6.372335",\
|
|
"6.144683, 6.160802, 6.200432, 6.322416, 6.753534",\
|
|
"6.842448, 6.858567, 6.898197, 7.020181, 7.451299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.032327, 0.042753, 0.076874, 0.217063, 0.825584",\
|
|
"0.032327, 0.042753, 0.076874, 0.217063, 0.825584",\
|
|
"0.032327, 0.042753, 0.076874, 0.217063, 0.825584",\
|
|
"0.032327, 0.042753, 0.076874, 0.217063, 0.825584",\
|
|
"0.032327, 0.042753, 0.076874, 0.217063, 0.825584");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "2.709699, 2.729486, 2.784363, 3.007502, 3.923482",\
|
|
"2.809352, 2.829139, 2.884016, 3.107155, 4.023135",\
|
|
"2.978815, 2.998602, 3.053479, 3.276618, 4.192598",\
|
|
"3.306977, 3.326764, 3.381640, 3.604780, 4.520760",\
|
|
"3.855499, 3.875286, 3.930162, 4.153302, 5.069282");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.034859, 0.052456, 0.115265, 0.417259, 1.701950",\
|
|
"0.034859, 0.052456, 0.115265, 0.417259, 1.701950",\
|
|
"0.034859, 0.052456, 0.115265, 0.417259, 1.701950",\
|
|
"0.034859, 0.052456, 0.115265, 0.417259, 1.701950",\
|
|
"0.034859, 0.052456, 0.115265, 0.417259, 1.701950");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "3.202156, 3.218270, 3.256369, 3.372935, 3.797256",\
|
|
"3.301808, 3.317923, 3.356022, 3.472587, 3.896908",\
|
|
"3.471272, 3.487386, 3.525485, 3.642051, 4.066371",\
|
|
"3.799433, 3.815548, 3.853647, 3.970212, 4.394533",\
|
|
"4.347955, 4.364069, 4.402169, 4.518734, 4.943055");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.032305, 0.042734, 0.074019, 0.203937, 0.779728",\
|
|
"0.032305, 0.042734, 0.074019, 0.203937, 0.779728",\
|
|
"0.032305, 0.042734, 0.074019, 0.203937, 0.779728",\
|
|
"0.032305, 0.042734, 0.074019, 0.203937, 0.779728",\
|
|
"0.032305, 0.042734, 0.074019, 0.203937, 0.779728");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[8] */
|
|
|
|
pin("mgmt_gpio_out[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001509 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "4.586458, 4.605760, 4.661899, 4.889750, 5.820304",\
|
|
"4.696167, 4.715470, 4.771608, 4.999460, 5.930014",\
|
|
"4.884456, 4.903759, 4.959897, 5.187748, 6.118303",\
|
|
"5.265654, 5.284956, 5.341095, 5.568946, 6.499501",\
|
|
"5.963418, 5.982721, 6.038859, 6.266711, 7.197265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.033579, 0.051200, 0.117488, 0.430543, 1.751750",\
|
|
"0.033579, 0.051200, 0.117488, 0.430543, 1.751750",\
|
|
"0.033579, 0.051200, 0.117488, 0.430543, 1.751750",\
|
|
"0.033579, 0.051200, 0.117488, 0.430543, 1.751750",\
|
|
"0.033579, 0.051200, 0.117488, 0.430543, 1.751750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "4.651886, 4.667423, 4.707132, 4.824123, 5.259657",\
|
|
"4.761596, 4.777133, 4.816842, 4.933833, 5.369367",\
|
|
"4.949884, 4.965421, 5.005130, 5.122121, 5.557655",\
|
|
"5.331082, 5.346619, 5.386329, 5.503319, 5.938853",\
|
|
"6.028847, 6.044384, 6.084093, 6.201084, 6.636618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.032529, 0.042548, 0.076841, 0.215429, 0.826915",\
|
|
"0.032529, 0.042548, 0.076841, 0.215429, 0.826915",\
|
|
"0.032529, 0.042548, 0.076841, 0.215429, 0.826915",\
|
|
"0.032529, 0.042548, 0.076841, 0.215429, 0.826915",\
|
|
"0.032529, 0.042548, 0.076841, 0.215429, 0.826915");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "4.348916, 4.368218, 4.422764, 4.645031, 5.565054",\
|
|
"4.448569, 4.467871, 4.522417, 4.744684, 5.664707",\
|
|
"4.618045, 4.637348, 4.691893, 4.914161, 5.834184",\
|
|
"4.946248, 4.965550, 5.020095, 5.242363, 6.162386",\
|
|
"5.494707, 5.514009, 5.568554, 5.790822, 6.710845");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.033579, 0.051200, 0.114533, 0.416998, 1.700505",\
|
|
"0.033579, 0.051200, 0.114533, 0.416998, 1.700505",\
|
|
"0.033579, 0.051200, 0.114533, 0.416998, 1.700505",\
|
|
"0.033579, 0.051200, 0.114533, 0.416998, 1.700505",\
|
|
"0.033579, 0.051200, 0.114533, 0.416998, 1.700505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "4.422299, 4.437836, 4.475948, 4.592021, 5.015822",\
|
|
"4.521952, 4.537489, 4.575601, 4.691673, 5.115475",\
|
|
"4.691429, 4.706965, 4.745077, 4.861150, 5.284951",\
|
|
"5.019631, 5.035168, 5.073279, 5.189352, 5.613153",\
|
|
"5.568090, 5.583627, 5.621738, 5.737811, 6.161613");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.032529, 0.042548, 0.073875, 0.203990, 0.779270",\
|
|
"0.032529, 0.042548, 0.073875, 0.203990, 0.779270",\
|
|
"0.032529, 0.042548, 0.073875, 0.203990, 0.779270",\
|
|
"0.032529, 0.042548, 0.073875, 0.203990, 0.779270",\
|
|
"0.032529, 0.042548, 0.073875, 0.203990, 0.779270");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[7] */
|
|
|
|
pin("mgmt_gpio_out[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001095 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "4.881634, 4.901725, 4.958434, 5.186980, 6.111887",\
|
|
"4.991344, 5.011435, 5.068143, 5.296690, 6.221596",\
|
|
"5.179632, 5.199723, 5.256431, 5.484977, 6.409884",\
|
|
"5.560831, 5.580922, 5.637630, 5.866176, 6.791083",\
|
|
"6.258595, 6.278686, 6.335394, 6.563941, 7.488847");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035678, 0.053217, 0.118518, 0.430127, 1.748724",\
|
|
"0.035678, 0.053217, 0.118518, 0.430127, 1.748724",\
|
|
"0.035678, 0.053217, 0.118518, 0.430127, 1.748724",\
|
|
"0.035678, 0.053217, 0.118518, 0.430127, 1.748724",\
|
|
"0.035678, 0.053217, 0.118518, 0.430127, 1.748724");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "5.328273, 5.344396, 5.383974, 5.505900, 5.937079",\
|
|
"5.437983, 5.454105, 5.493684, 5.615610, 6.046789",\
|
|
"5.626271, 5.642394, 5.681972, 5.803898, 6.235077",\
|
|
"6.007470, 6.023592, 6.063170, 6.185097, 6.616276",\
|
|
"6.705234, 6.721356, 6.760935, 6.882861, 7.314040");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.032024, 0.042490, 0.076676, 0.216955, 0.825560",\
|
|
"0.032024, 0.042490, 0.076676, 0.216955, 0.825560",\
|
|
"0.032024, 0.042490, 0.076676, 0.216955, 0.825560",\
|
|
"0.032024, 0.042490, 0.076676, 0.216955, 0.825560",\
|
|
"0.032024, 0.042490, 0.076676, 0.216955, 0.825560");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "4.605705, 4.625796, 4.680985, 4.904155, 5.820314",\
|
|
"4.705358, 4.725449, 4.780638, 5.003807, 5.919967",\
|
|
"4.874835, 4.894926, 4.950115, 5.173284, 6.089444",\
|
|
"5.203037, 5.223128, 5.278317, 5.501486, 6.417646",\
|
|
"5.751495, 5.771586, 5.826776, 6.049945, 6.966105");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035678, 0.053217, 0.115692, 0.417105, 1.701890",\
|
|
"0.035678, 0.053217, 0.115692, 0.417105, 1.701890",\
|
|
"0.035678, 0.053217, 0.115692, 0.417105, 1.701890",\
|
|
"0.035678, 0.053217, 0.115692, 0.417105, 1.701890",\
|
|
"0.035678, 0.053217, 0.115692, 0.417105, 1.701890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "5.084653, 5.100776, 5.138830, 5.255344, 5.679722",\
|
|
"5.184306, 5.200428, 5.238482, 5.354996, 5.779375",\
|
|
"5.353783, 5.369905, 5.407959, 5.524473, 5.948852",\
|
|
"5.681985, 5.698107, 5.736162, 5.852675, 6.277054",\
|
|
"6.230443, 6.246566, 6.284620, 6.401134, 6.825512");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.032024, 0.042490, 0.073840, 0.203839, 0.779708",\
|
|
"0.032024, 0.042490, 0.073840, 0.203839, 0.779708",\
|
|
"0.032024, 0.042490, 0.073840, 0.203839, 0.779708",\
|
|
"0.032024, 0.042490, 0.073840, 0.203839, 0.779708",\
|
|
"0.032024, 0.042490, 0.073840, 0.203839, 0.779708");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[6]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.972749, 0.992840, 1.049548, 1.278094, 2.203001",\
|
|
"1.074656, 1.094747, 1.151455, 1.380001, 2.304908",\
|
|
"1.209663, 1.229754, 1.286462, 1.515008, 2.439915",\
|
|
"1.448579, 1.468670, 1.525378, 1.753923, 2.678830",\
|
|
"1.836511, 1.856600, 1.913307, 2.141853, 3.066759");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035677, 0.053216, 0.118517, 0.430127, 1.748725",\
|
|
"0.035677, 0.053216, 0.118517, 0.430127, 1.748725",\
|
|
"0.035677, 0.053216, 0.118517, 0.430127, 1.748725",\
|
|
"0.035677, 0.053216, 0.118517, 0.430127, 1.748725",\
|
|
"0.035677, 0.053216, 0.118517, 0.430127, 1.748725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.323834, 1.339951, 1.379522, 1.501442, 1.932624",\
|
|
"1.426207, 1.442325, 1.481895, 1.603815, 2.034997",\
|
|
"1.627068, 1.643185, 1.682756, 1.804676, 2.235857",\
|
|
"2.044695, 2.060812, 2.100382, 2.222302, 2.653484",\
|
|
"2.773793, 2.789910, 2.829480, 2.951400, 3.382581");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.031999, 0.042468, 0.076661, 0.216949, 0.825558",\
|
|
"0.031999, 0.042468, 0.076661, 0.216949, 0.825558",\
|
|
"0.031999, 0.042467, 0.076661, 0.216949, 0.825558",\
|
|
"0.031998, 0.042467, 0.076660, 0.216949, 0.825558",\
|
|
"0.031998, 0.042467, 0.076660, 0.216949, 0.825558");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.926388, 0.946479, 1.001668, 1.224838, 2.140997",\
|
|
"1.028295, 1.048386, 1.103575, 1.326745, 2.242904",\
|
|
"1.163302, 1.183393, 1.238582, 1.461751, 2.377911",\
|
|
"1.402218, 1.422309, 1.477497, 1.700667, 2.616826",\
|
|
"1.790150, 1.810239, 1.865427, 2.088596, 3.004755");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035672, 0.053212, 0.115689, 0.417105, 1.701890",\
|
|
"0.035672, 0.053212, 0.115689, 0.417105, 1.701890",\
|
|
"0.035672, 0.053212, 0.115689, 0.417105, 1.701890",\
|
|
"0.035672, 0.053212, 0.115689, 0.417105, 1.701891",\
|
|
"0.035672, 0.053212, 0.115689, 0.417105, 1.701891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.309783, 1.325900, 1.363947, 1.480454, 1.904835",\
|
|
"1.412156, 1.428273, 1.466320, 1.582827, 2.007208",\
|
|
"1.613017, 1.629134, 1.667181, 1.783688, 2.208069",\
|
|
"2.030643, 2.046760, 2.084807, 2.201314, 2.625695",\
|
|
"2.759741, 2.775858, 2.813905, 2.930411, 3.354793");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.031999, 0.042468, 0.073824, 0.203833, 0.779706",\
|
|
"0.031999, 0.042468, 0.073824, 0.203833, 0.779706",\
|
|
"0.031999, 0.042467, 0.073824, 0.203833, 0.779706",\
|
|
"0.031998, 0.042467, 0.073824, 0.203833, 0.779706",\
|
|
"0.031998, 0.042467, 0.073824, 0.203833, 0.779706");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.038825, 1.058898, 1.115586, 1.344129, 2.269029",\
|
|
"1.141086, 1.161159, 1.217846, 1.446390, 2.371290",\
|
|
"1.276068, 1.296141, 1.352828, 1.581372, 2.506272",\
|
|
"1.513299, 1.533371, 1.590058, 1.818601, 2.743501",\
|
|
"1.904405, 1.924476, 1.981162, 2.209705, 3.134605");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035613, 0.053157, 0.118481, 0.430130, 1.748729",\
|
|
"0.035613, 0.053157, 0.118481, 0.430130, 1.748729",\
|
|
"0.035613, 0.053156, 0.118480, 0.430130, 1.748729",\
|
|
"0.035611, 0.053155, 0.118479, 0.430130, 1.748729",\
|
|
"0.035607, 0.053151, 0.118477, 0.430130, 1.748729");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.416521, 1.432642, 1.472220, 1.594146, 2.025326",\
|
|
"1.519200, 1.535322, 1.574900, 1.696826, 2.128005",\
|
|
"1.720137, 1.736259, 1.775837, 1.897763, 2.328942",\
|
|
"2.143318, 2.159440, 2.199018, 2.320945, 2.752124",\
|
|
"2.885348, 2.901471, 2.941049, 3.062976, 3.494155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.032022, 0.042489, 0.076675, 0.216954, 0.825560",\
|
|
"0.032022, 0.042489, 0.076675, 0.216954, 0.825560",\
|
|
"0.032022, 0.042489, 0.076676, 0.216954, 0.825560",\
|
|
"0.032023, 0.042490, 0.076676, 0.216955, 0.825560",\
|
|
"0.032025, 0.042492, 0.076677, 0.216955, 0.825560");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.992273, 1.012342, 1.067506, 1.290673, 2.206823",\
|
|
"1.094534, 1.114603, 1.169766, 1.392934, 2.309084",\
|
|
"1.229518, 1.249587, 1.304750, 1.527917, 2.444067",\
|
|
"1.466771, 1.486840, 1.542003, 1.765170, 2.681321",\
|
|
"1.857960, 1.878029, 1.933193, 2.156360, 3.072511");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035599, 0.053143, 0.115646, 0.417109, 1.701895",\
|
|
"0.035599, 0.053143, 0.115646, 0.417109, 1.701895",\
|
|
"0.035599, 0.053143, 0.115646, 0.417109, 1.701896",\
|
|
"0.035599, 0.053143, 0.115646, 0.417109, 1.701896",\
|
|
"0.035601, 0.053145, 0.115648, 0.417109, 1.701896");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.402076, 1.418195, 1.456244, 1.572753, 1.997134",\
|
|
"1.504755, 1.520874, 1.558923, 1.675432, 2.099813",\
|
|
"1.705689, 1.721808, 1.759857, 1.876366, 2.300747",\
|
|
"2.128845, 2.144964, 2.183012, 2.299522, 2.723902",\
|
|
"2.870809, 2.886928, 2.924977, 3.041486, 3.465866");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.032006, 0.042475, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042475, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042475, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042474, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042474, 0.073829, 0.203835, 0.779706");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.427351, 1.443473, 1.483050, 1.604977, 2.036156",\
|
|
"1.529611, 1.545733, 1.585311, 1.707237, 2.138417",\
|
|
"1.664932, 1.681054, 1.720632, 1.842558, 2.273737",\
|
|
"1.903142, 1.919264, 1.958842, 2.080769, 2.511948",\
|
|
"2.294006, 2.310128, 2.349707, 2.471634, 2.902813");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.032022, 0.042489, 0.076675, 0.216954, 0.825560",\
|
|
"0.032022, 0.042489, 0.076675, 0.216954, 0.825560",\
|
|
"0.032022, 0.042489, 0.076676, 0.216954, 0.825560",\
|
|
"0.032023, 0.042490, 0.076676, 0.216955, 0.825560",\
|
|
"0.032025, 0.042492, 0.076677, 0.216955, 0.825560");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.253841, 1.273914, 1.330602, 1.559145, 2.484045",\
|
|
"1.356520, 1.376593, 1.433281, 1.661824, 2.586724",\
|
|
"1.557531, 1.577603, 1.634291, 1.862835, 2.787735",\
|
|
"1.981455, 2.001528, 2.058214, 2.286758, 3.211658",\
|
|
"2.725213, 2.745284, 2.801970, 3.030513, 3.955413");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035613, 0.053157, 0.118481, 0.430130, 1.748729",\
|
|
"0.035613, 0.053157, 0.118481, 0.430130, 1.748729",\
|
|
"0.035613, 0.053156, 0.118480, 0.430130, 1.748729",\
|
|
"0.035611, 0.053155, 0.118479, 0.430130, 1.748729",\
|
|
"0.035607, 0.053151, 0.118477, 0.430130, 1.748729");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.412906, 1.429025, 1.467074, 1.583583, 2.007964",\
|
|
"1.515167, 1.531286, 1.569335, 1.685844, 2.110225",\
|
|
"1.650484, 1.666603, 1.704652, 1.821161, 2.245542",\
|
|
"1.888669, 1.904787, 1.942836, 2.059345, 2.483726",\
|
|
"2.279467, 2.295586, 2.333635, 2.450144, 2.874524");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.032006, 0.042475, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042475, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042475, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042474, 0.073829, 0.203835, 0.779706",\
|
|
"0.032006, 0.042474, 0.073829, 0.203835, 0.779706");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "1.207289, 1.227358, 1.282522, 1.505689, 2.421839",\
|
|
"1.309969, 1.330037, 1.385201, 1.608368, 2.524518",\
|
|
"1.510981, 1.531049, 1.586213, 1.809380, 2.725530",\
|
|
"1.934928, 1.954997, 2.010160, 2.233327, 3.149477",\
|
|
"2.678768, 2.698837, 2.754001, 2.977168, 3.893319");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.035599, 0.053143, 0.115646, 0.417109, 1.701895",\
|
|
"0.035599, 0.053143, 0.115646, 0.417109, 1.701895",\
|
|
"0.035599, 0.053143, 0.115646, 0.417109, 1.701896",\
|
|
"0.035599, 0.053143, 0.115646, 0.417109, 1.701896",\
|
|
"0.035601, 0.053145, 0.115648, 0.417109, 1.701896");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[6] */
|
|
|
|
pin("mgmt_gpio_out[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001361 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "4.626602, 4.646002, 4.702157, 4.930053, 5.860551",\
|
|
"4.736312, 4.755712, 4.811866, 5.039763, 5.970261",\
|
|
"4.924600, 4.944000, 5.000154, 5.228051, 6.158549",\
|
|
"5.305799, 5.325199, 5.381353, 5.609250, 6.539748",\
|
|
"6.003563, 6.022963, 6.079117, 6.307014, 7.237512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.033348, 0.050991, 0.117257, 0.430330, 1.751710",\
|
|
"0.033348, 0.050991, 0.117257, 0.430330, 1.751710",\
|
|
"0.033348, 0.050991, 0.117257, 0.430330, 1.751710",\
|
|
"0.033348, 0.050991, 0.117257, 0.430330, 1.751710",\
|
|
"0.033348, 0.050991, 0.117257, 0.430330, 1.751710");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "4.683928, 4.699588, 4.739340, 4.856345, 5.291989",\
|
|
"4.793638, 4.809298, 4.849050, 4.966054, 5.401699",\
|
|
"4.981926, 4.997587, 5.037339, 5.154343, 5.589988",\
|
|
"5.363125, 5.378785, 5.418537, 5.535542, 5.971187",\
|
|
"6.060889, 6.076549, 6.116301, 6.233305, 6.668950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.032357, 0.042433, 0.076728, 0.215313, 0.826927",\
|
|
"0.032357, 0.042433, 0.076728, 0.215313, 0.826927",\
|
|
"0.032357, 0.042433, 0.076728, 0.215313, 0.826927",\
|
|
"0.032357, 0.042433, 0.076728, 0.215313, 0.826927",\
|
|
"0.032357, 0.042433, 0.076728, 0.215313, 0.826927");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "4.376873, 4.396273, 4.450837, 4.673150, 5.593104",\
|
|
"4.476526, 4.495925, 4.550489, 4.772802, 5.692756",\
|
|
"4.646003, 4.665402, 4.719966, 4.942279, 5.862233",\
|
|
"4.974205, 4.993605, 5.048169, 5.270482, 6.190435",\
|
|
"5.522664, 5.542063, 5.596627, 5.818940, 6.738894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.033348, 0.050991, 0.114314, 0.416796, 1.700468",\
|
|
"0.033348, 0.050991, 0.114314, 0.416796, 1.700468",\
|
|
"0.033348, 0.050991, 0.114314, 0.416796, 1.700468",\
|
|
"0.033348, 0.050991, 0.114314, 0.416796, 1.700468",\
|
|
"0.033348, 0.050991, 0.114314, 0.416796, 1.700468");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "4.441194, 4.456854, 4.495011, 4.611108, 5.035005",\
|
|
"4.540847, 4.556507, 4.594664, 4.710761, 5.134657",\
|
|
"4.710323, 4.725984, 4.764141, 4.880238, 5.304134",\
|
|
"5.038526, 5.054186, 5.092343, 5.208440, 5.632336",\
|
|
"5.586984, 5.602644, 5.640801, 5.756898, 6.180795");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.032357, 0.042433, 0.073774, 0.203882, 0.779284",\
|
|
"0.032357, 0.042433, 0.073774, 0.203882, 0.779284",\
|
|
"0.032357, 0.042433, 0.073774, 0.203882, 0.779284",\
|
|
"0.032357, 0.042433, 0.073774, 0.203882, 0.779284",\
|
|
"0.032357, 0.042433, 0.073774, 0.203882, 0.779284");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[5] */
|
|
|
|
pin("mgmt_gpio_out[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001240 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "4.520296, 4.539771, 4.595922, 4.823816, 5.754138",\
|
|
"4.630006, 4.649481, 4.705632, 4.933526, 5.863848",\
|
|
"4.818294, 4.837769, 4.893920, 5.121814, 6.052136",\
|
|
"5.199492, 5.218967, 5.275119, 5.503012, 6.433334",\
|
|
"5.897257, 5.916732, 5.972883, 6.200777, 7.131099");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.033166, 0.050829, 0.117053, 0.430053, 1.751233",\
|
|
"0.033166, 0.050829, 0.117053, 0.430053, 1.751233",\
|
|
"0.033166, 0.050829, 0.117053, 0.430053, 1.751233",\
|
|
"0.033166, 0.050829, 0.117053, 0.430053, 1.751233",\
|
|
"0.033166, 0.050829, 0.117053, 0.430053, 1.751233");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "4.612978, 4.628740, 4.668509, 4.785522, 5.221163",\
|
|
"4.722688, 4.738450, 4.778218, 4.895232, 5.330873",\
|
|
"4.910976, 4.926738, 4.966506, 5.083520, 5.519161",\
|
|
"5.292175, 5.307937, 5.347705, 5.464719, 5.900360",\
|
|
"5.989939, 6.005701, 6.045469, 6.162483, 6.598124");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.032215, 0.042343, 0.076616, 0.215123, 0.826525",\
|
|
"0.032215, 0.042343, 0.076616, 0.215123, 0.826525",\
|
|
"0.032215, 0.042343, 0.076616, 0.215123, 0.826525",\
|
|
"0.032215, 0.042343, 0.076616, 0.215123, 0.826525",\
|
|
"0.032215, 0.042343, 0.076616, 0.215123, 0.826525");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "4.290709, 4.310184, 4.364764, 4.587121, 5.506972",\
|
|
"4.390362, 4.409837, 4.464416, 4.686774, 5.606624",\
|
|
"4.559839, 4.579314, 4.633893, 4.856251, 5.776101",\
|
|
"4.888041, 4.907516, 4.962095, 5.184453, 6.104303",\
|
|
"5.436500, 5.455975, 5.510554, 5.732912, 6.652762");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.033166, 0.050829, 0.114141, 0.416642, 1.700431",\
|
|
"0.033166, 0.050829, 0.114141, 0.416642, 1.700431",\
|
|
"0.033166, 0.050829, 0.114141, 0.416642, 1.700431",\
|
|
"0.033166, 0.050829, 0.114141, 0.416642, 1.700431",\
|
|
"0.033166, 0.050829, 0.114141, 0.416642, 1.700431");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "4.379930, 4.395692, 4.433884, 4.550004, 4.973982",\
|
|
"4.479582, 4.495344, 4.533536, 4.649657, 5.073634",\
|
|
"4.649059, 4.664821, 4.703013, 4.819134, 5.243111",\
|
|
"4.977262, 4.993023, 5.031216, 5.147336, 5.571313",\
|
|
"5.525720, 5.541481, 5.579674, 5.695794, 6.119771");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.032215, 0.042343, 0.073694, 0.203796, 0.779301",\
|
|
"0.032215, 0.042343, 0.073694, 0.203796, 0.779301",\
|
|
"0.032215, 0.042343, 0.073694, 0.203796, 0.779301",\
|
|
"0.032215, 0.042343, 0.073694, 0.203796, 0.779301",\
|
|
"0.032215, 0.042343, 0.073694, 0.203796, 0.779301");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[4] */
|
|
|
|
pin("mgmt_gpio_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001110 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "4.301826, 4.321406, 4.377576, 4.605262, 5.536196",\
|
|
"4.411536, 4.431116, 4.487286, 4.714972, 5.645905",\
|
|
"4.599824, 4.619404, 4.675574, 4.903260, 5.834194",\
|
|
"4.981023, 5.000603, 5.056772, 5.284458, 6.215392",\
|
|
"5.678787, 5.698367, 5.754537, 5.982223, 6.913157");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.032871, 0.050555, 0.116715, 0.429470, 1.750422",\
|
|
"0.032871, 0.050555, 0.116715, 0.429470, 1.750422",\
|
|
"0.032871, 0.050555, 0.116715, 0.429470, 1.750422",\
|
|
"0.032871, 0.050555, 0.116715, 0.429470, 1.750422",\
|
|
"0.032871, 0.050555, 0.116715, 0.429470, 1.750422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "4.413336, 4.429176, 4.468984, 4.585957, 5.021451",\
|
|
"4.523046, 4.538886, 4.578693, 4.695666, 5.131160",\
|
|
"4.711334, 4.727173, 4.766982, 4.883954, 5.319448",\
|
|
"5.092532, 5.108372, 5.148180, 5.265153, 5.700647",\
|
|
"5.790297, 5.806137, 5.845944, 5.962917, 6.398411");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.032094, 0.042238, 0.076462, 0.214811, 0.825630",\
|
|
"0.032094, 0.042238, 0.076462, 0.214811, 0.825630",\
|
|
"0.032094, 0.042238, 0.076462, 0.214811, 0.825630",\
|
|
"0.032094, 0.042238, 0.076462, 0.214811, 0.825630",\
|
|
"0.032094, 0.042238, 0.076462, 0.214811, 0.825630");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "4.068026, 4.087606, 4.142241, 4.364491, 5.285141",\
|
|
"4.167678, 4.187258, 4.241893, 4.464143, 5.384792",\
|
|
"4.337155, 4.356735, 4.411370, 4.633620, 5.554269",\
|
|
"4.665358, 4.684938, 4.739573, 4.961823, 5.882472",\
|
|
"5.213817, 5.233397, 5.288031, 5.510282, 6.430931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.032871, 0.050555, 0.113854, 0.416300, 1.700527",\
|
|
"0.032871, 0.050555, 0.113854, 0.416300, 1.700527",\
|
|
"0.032871, 0.050555, 0.113854, 0.416300, 1.700527",\
|
|
"0.032871, 0.050555, 0.113854, 0.416300, 1.700527",\
|
|
"0.032871, 0.050555, 0.113854, 0.416300, 1.700527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "4.179416, 4.195255, 4.233524, 4.349626, 4.773644",\
|
|
"4.279068, 4.294907, 4.333176, 4.449278, 4.873296",\
|
|
"4.448545, 4.464385, 4.502653, 4.618755, 5.042773",\
|
|
"4.776747, 4.792587, 4.830855, 4.946957, 5.370975",\
|
|
"5.325205, 5.341045, 5.379314, 5.495416, 5.919434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.032094, 0.042238, 0.073591, 0.203689, 0.779266",\
|
|
"0.032094, 0.042238, 0.073591, 0.203689, 0.779266",\
|
|
"0.032094, 0.042238, 0.073591, 0.203689, 0.779266",\
|
|
"0.032094, 0.042238, 0.073591, 0.203689, 0.779266",\
|
|
"0.032094, 0.042238, 0.073591, 0.203689, 0.779266");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[3] */
|
|
|
|
pin("mgmt_gpio_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001102 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "4.256992, 4.276572, 4.332754, 4.560604, 5.491360",\
|
|
"4.366702, 4.386281, 4.442463, 4.670313, 5.601069",\
|
|
"4.554990, 4.574570, 4.630752, 4.858602, 5.789358",\
|
|
"4.936188, 4.955768, 5.011950, 5.239800, 6.170556",\
|
|
"5.633953, 5.653533, 5.709714, 5.937564, 6.868320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.032896, 0.050579, 0.116789, 0.429765, 1.751277",\
|
|
"0.032896, 0.050579, 0.116789, 0.429765, 1.751277",\
|
|
"0.032896, 0.050579, 0.116789, 0.429765, 1.751277",\
|
|
"0.032896, 0.050579, 0.116789, 0.429765, 1.751277",\
|
|
"0.032896, 0.050579, 0.116789, 0.429765, 1.751277");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "4.376288, 4.392150, 4.431973, 4.548974, 4.984695",\
|
|
"4.485998, 4.501860, 4.541683, 4.658684, 5.094405",\
|
|
"4.674286, 4.690149, 4.729971, 4.846972, 5.282693",\
|
|
"5.055484, 5.071347, 5.111169, 5.228170, 5.663891",\
|
|
"5.753249, 5.769111, 5.808934, 5.925935, 6.361656");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.032071, 0.042231, 0.076510, 0.215013, 0.826515",\
|
|
"0.032071, 0.042231, 0.076510, 0.215013, 0.826515",\
|
|
"0.032071, 0.042231, 0.076510, 0.215013, 0.826515",\
|
|
"0.032071, 0.042231, 0.076510, 0.215013, 0.826515",\
|
|
"0.032071, 0.042231, 0.076510, 0.215013, 0.826515");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "4.027405, 4.046985, 4.101602, 4.323915, 5.244205",\
|
|
"4.127058, 4.146637, 4.201254, 4.423568, 5.343857",\
|
|
"4.296535, 4.316114, 4.370730, 4.593045, 5.513334",\
|
|
"4.624737, 4.644317, 4.698933, 4.921247, 5.841537",\
|
|
"5.173195, 5.192775, 5.247391, 5.469705, 6.389995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.032896, 0.050579, 0.113881, 0.416357, 1.700472",\
|
|
"0.032896, 0.050579, 0.113881, 0.416357, 1.700472",\
|
|
"0.032896, 0.050579, 0.113881, 0.416357, 1.700472",\
|
|
"0.032896, 0.050579, 0.113881, 0.416357, 1.700472",\
|
|
"0.032896, 0.050579, 0.113881, 0.416357, 1.700472");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "4.146701, 4.162564, 4.200817, 4.316937, 4.740978",\
|
|
"4.246354, 4.262216, 4.300469, 4.416589, 4.840631",\
|
|
"4.415831, 4.431693, 4.469946, 4.586066, 5.010108",\
|
|
"4.744033, 4.759896, 4.798149, 4.914269, 5.338310",\
|
|
"5.292491, 5.308354, 5.346607, 5.462727, 5.886768");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.032071, 0.042231, 0.073591, 0.203688, 0.779287",\
|
|
"0.032071, 0.042231, 0.073591, 0.203688, 0.779287",\
|
|
"0.032071, 0.042231, 0.073591, 0.203688, 0.779287",\
|
|
"0.032071, 0.042231, 0.073591, 0.203688, 0.779287",\
|
|
"0.032071, 0.042231, 0.073591, 0.203688, 0.779287");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[2] */
|
|
|
|
pin("mgmt_gpio_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.856148, 1.876024, 1.932425, 2.161060, 3.086175",\
|
|
"1.961463, 1.981340, 2.037740, 2.266375, 3.191491",\
|
|
"2.123835, 2.143712, 2.200112, 2.428747, 3.353862",\
|
|
"2.437689, 2.457566, 2.513966, 2.742601, 3.667717",\
|
|
"2.973968, 2.993844, 3.050245, 3.278880, 4.203995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.117725, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117725, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117725, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117725, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117725, 0.430251, 1.749827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.219697, 2.235874, 2.275479, 2.397460, 2.828846",\
|
|
"2.323868, 2.340045, 2.379649, 2.501631, 2.933016",\
|
|
"2.516232, 2.532409, 2.572014, 2.693995, 3.125381",\
|
|
"2.930281, 2.946457, 2.986062, 3.108043, 3.539429",\
|
|
"3.631597, 3.647773, 3.687378, 3.809359, 4.240745");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.799704, 1.819581, 1.874430, 2.097569, 3.013757",\
|
|
"1.905020, 1.924896, 1.979745, 2.202885, 3.119073",\
|
|
"2.067391, 2.087268, 2.142117, 2.365257, 3.281444",\
|
|
"2.381245, 2.401122, 2.455971, 2.679111, 3.595298",\
|
|
"2.917524, 2.937401, 2.992250, 3.215389, 4.131577");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.195289, 2.211466, 2.249516, 2.365963, 2.790412",\
|
|
"2.299460, 2.315637, 2.353686, 2.470134, 2.894583",\
|
|
"2.491824, 2.508001, 2.546051, 2.662498, 3.086947",\
|
|
"2.905872, 2.922049, 2.960099, 3.076546, 3.500995",\
|
|
"3.607189, 3.623365, 3.661415, 3.777862, 4.202312");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.247487, 3.267364, 3.323764, 3.552399, 4.477515",\
|
|
"3.347909, 3.367786, 3.424186, 3.652821, 4.577937",\
|
|
"3.484097, 3.503974, 3.560374, 3.789009, 4.714125",\
|
|
"3.723312, 3.743188, 3.799588, 4.028224, 4.953339",\
|
|
"4.116044, 4.135920, 4.192321, 4.420956, 5.346072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.878944, 4.895121, 4.934726, 5.056706, 5.488092",\
|
|
"4.984029, 5.000206, 5.039811, 5.161791, 5.593177",\
|
|
"5.174932, 5.191109, 5.230714, 5.352695, 5.784081",\
|
|
"5.554734, 5.570910, 5.610516, 5.732496, 6.163882",\
|
|
"6.249601, 6.265778, 6.305383, 6.427363, 6.858749");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.115391, 3.135268, 3.190117, 3.413256, 4.329444",\
|
|
"3.215813, 3.235690, 3.290539, 3.513678, 4.429866",\
|
|
"3.352001, 3.371877, 3.426726, 3.649866, 4.566054",\
|
|
"3.591216, 3.611092, 3.665941, 3.889081, 4.805269",\
|
|
"3.983948, 4.003824, 4.058673, 4.281813, 5.198000");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.526653, 4.542830, 4.580880, 4.697327, 5.121776",\
|
|
"4.631738, 4.647915, 4.685965, 4.802412, 5.226861",\
|
|
"4.822668, 4.838845, 4.876894, 4.993342, 5.417791",\
|
|
"5.204420, 5.220597, 5.258646, 5.375094, 5.799543",\
|
|
"5.899297, 5.915474, 5.953524, 6.069971, 6.494420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.099302, 4.115479, 4.155084, 4.277065, 4.708451",\
|
|
"4.199724, 4.215901, 4.255506, 4.377487, 4.808873",\
|
|
"4.335913, 4.352089, 4.391695, 4.513675, 4.945061",\
|
|
"4.575127, 4.591304, 4.630909, 4.752890, 5.184276",\
|
|
"4.967860, 4.984036, 5.023642, 5.145622, 5.577008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.879866, 3.899743, 3.956143, 4.184778, 5.109894",\
|
|
"3.984951, 4.004827, 4.061228, 4.289863, 5.214979",\
|
|
"4.175855, 4.195731, 4.252132, 4.480767, 5.405882",\
|
|
"4.555656, 4.575533, 4.631934, 4.860569, 5.785684",\
|
|
"5.250524, 5.270400, 5.326801, 5.555436, 6.480551");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.000771, 4.016947, 4.054996, 4.171444, 4.595893",\
|
|
"4.101192, 4.117369, 4.155418, 4.271866, 4.696315",\
|
|
"4.237380, 4.253557, 4.291606, 4.408054, 4.832503",\
|
|
"4.476594, 4.492771, 4.530821, 4.647268, 5.071717",\
|
|
"4.869327, 4.885503, 4.923553, 5.040000, 5.464449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.494102, 3.513979, 3.568828, 3.791967, 4.708155",\
|
|
"3.599187, 3.619064, 3.673913, 3.897053, 4.813241",\
|
|
"3.790117, 3.809994, 3.864842, 4.087982, 5.004170",\
|
|
"4.171869, 4.191745, 4.246595, 4.469735, 5.385922",\
|
|
"4.866746, 4.886622, 4.941472, 5.164611, 6.080799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.073438, 3.093314, 3.149714, 3.378349, 4.303465",\
|
|
"3.179675, 3.199552, 3.255952, 3.484587, 4.409703",\
|
|
"3.376803, 3.396680, 3.453080, 3.681715, 4.606831",\
|
|
"3.802066, 3.821943, 3.878343, 4.106978, 5.032094",\
|
|
"4.547934, 4.567811, 4.624211, 4.852846, 5.777962");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.924793, 3.940970, 3.980574, 4.102555, 4.533941",\
|
|
"4.031031, 4.047207, 4.086812, 4.208793, 4.640179",\
|
|
"4.228158, 4.244335, 4.283940, 4.405921, 4.837306",\
|
|
"4.653421, 4.669598, 4.709203, 4.831183, 5.262569",\
|
|
"5.399289, 5.415465, 5.455070, 5.577051, 6.008437");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_fedg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.001626, 3.021502, 3.076351, 3.299491, 4.215679",\
|
|
"3.097583, 3.117459, 3.172308, 3.395448, 4.311635",\
|
|
"3.275646, 3.295523, 3.350372, 3.573512, 4.489699",\
|
|
"3.647201, 3.667078, 3.721926, 3.945066, 4.861254",\
|
|
"4.241758, 4.261635, 4.316484, 4.539624, 5.455812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961",\
|
|
"0.034349, 0.051983, 0.114846, 0.416949, 1.701961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.886572, 3.902749, 3.940798, 4.057246, 4.481695",\
|
|
"3.982528, 3.998705, 4.036755, 4.153202, 4.577651",\
|
|
"4.160592, 4.176769, 4.214818, 4.331266, 4.755715",\
|
|
"4.532146, 4.548323, 4.586373, 4.702820, 5.127269",\
|
|
"5.126704, 5.142880, 5.180930, 5.297378, 5.721827");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662",\
|
|
"0.031690, 0.042191, 0.073610, 0.203685, 0.779662");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_fedg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "8.369223, 8.389099, 8.445499, 8.674135, 9.599251",\
|
|
"8.478932, 8.498809, 8.555209, 8.783845, 9.708961",\
|
|
"8.667220, 8.687097, 8.743497, 8.972133, 9.897249",\
|
|
"9.048419, 9.068295, 9.124696, 9.353332, 10.278448",\
|
|
"9.746184, 9.766061, 9.822461, 10.051097, 10.976213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827",\
|
|
"0.034349, 0.051983, 0.117724, 0.430251, 1.749827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "9.367975, 9.384152, 9.423757, 9.545738, 9.977124",\
|
|
"9.477685, 9.493862, 9.533466, 9.655448, 10.086834",\
|
|
"9.665973, 9.682150, 9.721754, 9.843736, 10.275122",\
|
|
"10.047172, 10.063349, 10.102953, 10.224935, 10.656321",\
|
|
"10.744937, 10.761114, 10.800718, 10.922700, 11.354086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545",\
|
|
"0.031690, 0.042191, 0.076499, 0.217084, 0.826545");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.686933, 2.706785, 2.761606, 2.984743, 3.900921",\
|
|
"2.786586, 2.806438, 2.861259, 3.084395, 4.000574",\
|
|
"2.956049, 2.975901, 3.030722, 3.253859, 4.170037",\
|
|
"3.284211, 3.304063, 3.358883, 3.582020, 4.498198",\
|
|
"3.832733, 3.852585, 3.907406, 4.130543, 5.046721");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034263, 0.051903, 0.114797, 0.416954, 1.701967",\
|
|
"0.034263, 0.051903, 0.114797, 0.416954, 1.701967",\
|
|
"0.034263, 0.051903, 0.114797, 0.416954, 1.701967",\
|
|
"0.034263, 0.051903, 0.114797, 0.416954, 1.701967",\
|
|
"0.034263, 0.051903, 0.114797, 0.416954, 1.701967");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.114362, 3.130537, 3.168589, 3.285033, 3.709479",\
|
|
"3.214015, 3.230190, 3.268241, 3.384686, 3.809132",\
|
|
"3.383478, 3.399653, 3.437705, 3.554149, 3.978595",\
|
|
"3.711640, 3.727814, 3.765866, 3.882311, 4.306757",\
|
|
"4.260162, 4.276337, 4.314389, 4.430833, 4.855279");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031692, 0.042190, 0.073608, 0.203684, 0.779658",\
|
|
"0.031692, 0.042190, 0.073608, 0.203684, 0.779658",\
|
|
"0.031692, 0.042190, 0.073608, 0.203684, 0.779658",\
|
|
"0.031692, 0.042190, 0.073608, 0.203684, 0.779658",\
|
|
"0.031692, 0.042190, 0.073608, 0.203684, 0.779658");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.089584, 1.109461, 1.165861, 1.394497, 2.319612",\
|
|
"1.193530, 1.213406, 1.269807, 1.498442, 2.423558",\
|
|
"1.352251, 1.372128, 1.428528, 1.657164, 2.582279",\
|
|
"1.647910, 1.667787, 1.724188, 1.952824, 2.877939",\
|
|
"2.162609, 2.182488, 2.238892, 2.467527, 3.392644");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034350, 0.051984, 0.117725, 0.430251, 1.749827",\
|
|
"0.034350, 0.051984, 0.117725, 0.430251, 1.749827",\
|
|
"0.034350, 0.051984, 0.117725, 0.430251, 1.749827",\
|
|
"0.034353, 0.051986, 0.117726, 0.430251, 1.749827",\
|
|
"0.034360, 0.051994, 0.117731, 0.430251, 1.749827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.339807, 1.355981, 1.395589, 1.517567, 1.948949",\
|
|
"1.444807, 1.460981, 1.500589, 1.622567, 2.053949",\
|
|
"1.638436, 1.654611, 1.694219, 1.816196, 2.247578",\
|
|
"2.028404, 2.044578, 2.084185, 2.206163, 2.637545",\
|
|
"2.682290, 2.698465, 2.738072, 2.860050, 3.291431");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031693, 0.042190, 0.076497, 0.217083, 0.826541",\
|
|
"0.031693, 0.042190, 0.076497, 0.217083, 0.826541",\
|
|
"0.031693, 0.042190, 0.076497, 0.217083, 0.826540",\
|
|
"0.031693, 0.042190, 0.076497, 0.217083, 0.826540",\
|
|
"0.031693, 0.042190, 0.076497, 0.217083, 0.826540");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.050043, 1.069920, 1.124769, 1.347909, 2.264096",\
|
|
"1.153988, 1.173865, 1.228714, 1.451854, 2.368042",\
|
|
"1.312710, 1.332587, 1.387436, 1.610576, 2.526763",\
|
|
"1.608369, 1.628246, 1.683096, 1.906236, 2.822424",\
|
|
"2.123067, 2.142947, 2.197800, 2.420939, 3.337129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.034350, 0.051984, 0.114846, 0.416949, 1.701960",\
|
|
"0.034350, 0.051984, 0.114846, 0.416949, 1.701960",\
|
|
"0.034350, 0.051984, 0.114846, 0.416949, 1.701960",\
|
|
"0.034353, 0.051986, 0.114848, 0.416949, 1.701960",\
|
|
"0.034360, 0.051994, 0.114852, 0.416949, 1.701961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.326226, 1.342400, 1.380453, 1.496897, 1.921342",\
|
|
"1.431226, 1.447400, 1.485453, 1.601897, 2.026342",\
|
|
"1.624855, 1.641029, 1.679082, 1.795526, 2.219971",\
|
|
"2.014822, 2.030997, 2.069049, 2.185493, 2.609938",\
|
|
"2.668709, 2.684883, 2.722936, 2.839380, 3.263825");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031693, 0.042190, 0.073608, 0.203684, 0.779657",\
|
|
"0.031693, 0.042190, 0.073608, 0.203684, 0.779657",\
|
|
"0.031693, 0.042190, 0.073608, 0.203684, 0.779657",\
|
|
"0.031693, 0.042190, 0.073608, 0.203684, 0.779657",\
|
|
"0.031693, 0.042190, 0.073608, 0.203684, 0.779657");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[1] */
|
|
|
|
pin("mgmt_gpio_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000769 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.971403, 0.991255, 1.047480, 1.275985, 2.201110",\
|
|
"1.075149, 1.095001, 1.151226, 1.379731, 2.304856",\
|
|
"1.234228, 1.254081, 1.310305, 1.538810, 2.463935",\
|
|
"1.530329, 1.550181, 1.606405, 1.834910, 2.760034",\
|
|
"2.042913, 2.062764, 2.118987, 2.347492, 3.272617");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033471, 0.051178, 0.117024, 0.429658, 1.748832",\
|
|
"0.033471, 0.051178, 0.117024, 0.429658, 1.748832",\
|
|
"0.033471, 0.051178, 0.117024, 0.429658, 1.748832",\
|
|
"0.033470, 0.051177, 0.117023, 0.429658, 1.748832",\
|
|
"0.033467, 0.051174, 0.117021, 0.429658, 1.748833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.316596, 1.332905, 1.372568, 1.494414, 1.925750",\
|
|
"1.421602, 1.437911, 1.477574, 1.599420, 2.030756",\
|
|
"1.615640, 1.631949, 1.671611, 1.793458, 2.224793",\
|
|
"2.005062, 2.021371, 2.061034, 2.182880, 2.614216",\
|
|
"2.655007, 2.671316, 2.710979, 2.832825, 3.264160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.970342, 0.990172, 1.044863, 1.267990, 2.184342",\
|
|
"1.074088, 1.093918, 1.148609, 1.371736, 2.288088",\
|
|
"1.233169, 1.252999, 1.307690, 1.530817, 2.447169",\
|
|
"1.529288, 1.549118, 1.603808, 1.826935, 2.743287",\
|
|
"2.041977, 2.061808, 2.116500, 2.339627, 3.255980");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033398, 0.051110, 0.114171, 0.416655, 1.702000");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.315912, 1.332219, 1.370372, 1.486802, 1.911325",\
|
|
"1.420918, 1.437225, 1.475378, 1.591808, 2.016331",\
|
|
"1.614958, 1.631264, 1.669418, 1.785848, 2.210370",\
|
|
"2.004398, 2.020705, 2.058858, 2.175288, 2.599810",\
|
|
"2.654400, 2.670707, 2.708860, 2.825290, 3.249813");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.396705, 1.413014, 1.452677, 1.574523, 2.005859",\
|
|
"1.500451, 1.516760, 1.556423, 1.678270, 2.109605",\
|
|
"1.659845, 1.676154, 1.715816, 1.837663, 2.268998",\
|
|
"1.957431, 1.973740, 2.013403, 2.135249, 2.566585",\
|
|
"2.469194, 2.485503, 2.525166, 2.647012, 3.078347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825480");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.121554, 1.141406, 1.197631, 1.426136, 2.351261",\
|
|
"1.226560, 1.246412, 1.302637, 1.531142, 2.456267",\
|
|
"1.420698, 1.440550, 1.496775, 1.725280, 2.650405",\
|
|
"1.811075, 1.830927, 1.887151, 2.115656, 3.040780",\
|
|
"2.462960, 2.482811, 2.539035, 2.767539, 3.692663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033471, 0.051178, 0.117024, 0.429658, 1.748832",\
|
|
"0.033471, 0.051178, 0.117024, 0.429658, 1.748832",\
|
|
"0.033471, 0.051178, 0.117024, 0.429658, 1.748832",\
|
|
"0.033470, 0.051177, 0.117023, 0.429658, 1.748832",\
|
|
"0.033467, 0.051174, 0.117021, 0.429658, 1.748833");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.396022, 1.412328, 1.450481, 1.566912, 1.991434",\
|
|
"1.499768, 1.516074, 1.554227, 1.670658, 2.095180",\
|
|
"1.659163, 1.675469, 1.713622, 1.830052, 2.254575",\
|
|
"1.956767, 1.973074, 2.011227, 2.127657, 2.552180",\
|
|
"2.468587, 2.484894, 2.523047, 2.639477, 3.064000");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622",\
|
|
"0.031497, 0.042033, 0.073458, 0.203527, 0.779622");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.120493, 1.140323, 1.195014, 1.418141, 2.334493",\
|
|
"1.225499, 1.245329, 1.300020, 1.523147, 2.439499",\
|
|
"1.419639, 1.439469, 1.494160, 1.717286, 2.633638",\
|
|
"1.810034, 1.829864, 1.884554, 2.107681, 3.024033",\
|
|
"2.462024, 2.481855, 2.536547, 2.759674, 3.676027");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033394, 0.051106, 0.114168, 0.416655, 1.702000",\
|
|
"0.033398, 0.051110, 0.114171, 0.416655, 1.702000");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.882350, 0.902211, 0.958446, 1.186952, 2.112081",\
|
|
"0.984363, 1.004225, 1.060459, 1.288966, 2.214094",\
|
|
"1.119399, 1.139261, 1.195495, 1.424001, 2.349129",\
|
|
"1.358009, 1.377870, 1.434105, 1.662611, 2.587739",\
|
|
"1.747165, 1.767027, 1.823261, 2.051767, 2.976896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033503, 0.051207, 0.117042, 0.429656, 1.748831",\
|
|
"0.033503, 0.051207, 0.117042, 0.429656, 1.748831",\
|
|
"0.033502, 0.051207, 0.117042, 0.429656, 1.748831",\
|
|
"0.033502, 0.051207, 0.117041, 0.429656, 1.748831",\
|
|
"0.033502, 0.051207, 0.117041, 0.429656, 1.748831");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.267075, 1.283381, 1.323047, 1.444890, 1.876221",\
|
|
"1.369538, 1.385844, 1.425510, 1.547353, 1.978684",\
|
|
"1.570387, 1.586694, 1.626360, 1.748202, 2.179534",\
|
|
"1.989101, 2.005407, 2.045073, 2.166916, 2.598247",\
|
|
"2.720748, 2.737055, 2.776721, 2.898563, 3.329895");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031498, 0.042033, 0.076279, 0.216628, 0.825475",\
|
|
"0.031498, 0.042033, 0.076279, 0.216628, 0.825475",\
|
|
"0.031498, 0.042033, 0.076279, 0.216628, 0.825475",\
|
|
"0.031498, 0.042033, 0.076279, 0.216628, 0.825475",\
|
|
"0.031498, 0.042033, 0.076279, 0.216628, 0.825475");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.882350, 0.902211, 0.956938, 1.180068, 2.096432",\
|
|
"0.984363, 1.004225, 1.058951, 1.282081, 2.198446",\
|
|
"1.119399, 1.139261, 1.193987, 1.417117, 2.333482",\
|
|
"1.358009, 1.377870, 1.432596, 1.655727, 2.572091",\
|
|
"1.747165, 1.767027, 1.821753, 2.044883, 2.961247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033503, 0.051207, 0.114231, 0.416649, 1.701994",\
|
|
"0.033503, 0.051207, 0.114231, 0.416649, 1.701994",\
|
|
"0.033502, 0.051207, 0.114230, 0.416649, 1.701993",\
|
|
"0.033502, 0.051206, 0.114230, 0.416649, 1.701993",\
|
|
"0.033502, 0.051206, 0.114230, 0.416649, 1.701993");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.267075, 1.283381, 1.321535, 1.437965, 1.862487",\
|
|
"1.369538, 1.385844, 1.423998, 1.540428, 1.964950",\
|
|
"1.570387, 1.586694, 1.624847, 1.741277, 2.165799",\
|
|
"1.989101, 2.005407, 2.043561, 2.159991, 2.584513",\
|
|
"2.720748, 2.737055, 2.775208, 2.891638, 3.316160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031498, 0.042033, 0.073458, 0.203527, 0.779621",\
|
|
"0.031498, 0.042033, 0.073458, 0.203527, 0.779621",\
|
|
"0.031498, 0.042033, 0.073458, 0.203527, 0.779621",\
|
|
"0.031498, 0.042033, 0.073458, 0.203527, 0.779621",\
|
|
"0.031498, 0.042033, 0.073458, 0.203527, 0.779621");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "4.804778, 4.824640, 4.880876, 5.109382, 6.034510",\
|
|
"4.914488, 4.934350, 4.990585, 5.219091, 6.144220",\
|
|
"5.102776, 5.122638, 5.178874, 5.407380, 6.332508",\
|
|
"5.483974, 5.503837, 5.560072, 5.788578, 6.713706",\
|
|
"6.181739, 6.201601, 6.257836, 6.486342, 7.411471");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033505, 0.051209, 0.117043, 0.429656, 1.748830",\
|
|
"0.033505, 0.051209, 0.117043, 0.429656, 1.748830",\
|
|
"0.033505, 0.051209, 0.117043, 0.429656, 1.748830",\
|
|
"0.033505, 0.051209, 0.117043, 0.429656, 1.748830",\
|
|
"0.033505, 0.051209, 0.117043, 0.429656, 1.748830");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "5.284513, 5.300822, 5.340485, 5.462331, 5.893666",\
|
|
"5.394223, 5.410532, 5.450195, 5.572041, 6.003376",\
|
|
"5.582511, 5.598820, 5.638483, 5.760329, 6.191664",\
|
|
"5.963709, 5.980018, 6.019681, 6.141528, 6.572863",\
|
|
"6.661474, 6.677783, 6.717446, 6.839292, 7.270627");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031495, 0.042034, 0.076280, 0.216629, 0.825479",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825479",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825479",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825479",\
|
|
"0.031495, 0.042034, 0.076280, 0.216629, 0.825479");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "4.575210, 4.595072, 4.649799, 4.872929, 5.789294",\
|
|
"4.674862, 4.694724, 4.749451, 4.972581, 5.888946",\
|
|
"4.844339, 4.864202, 4.918929, 5.142059, 6.058424",\
|
|
"5.172542, 5.192404, 5.247131, 5.470261, 6.386626",\
|
|
"5.721000, 5.740862, 5.795589, 6.018720, 6.935084");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.033505, 0.051209, 0.114232, 0.416649, 1.701993",\
|
|
"0.033505, 0.051209, 0.114232, 0.416649, 1.701993",\
|
|
"0.033505, 0.051209, 0.114232, 0.416649, 1.701993",\
|
|
"0.033505, 0.051209, 0.114232, 0.416649, 1.701993",\
|
|
"0.033505, 0.051209, 0.114232, 0.416649, 1.701993");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "5.054945, 5.071254, 5.109405, 5.225838, 5.650364",\
|
|
"5.154597, 5.170906, 5.209057, 5.325490, 5.750016",\
|
|
"5.324074, 5.340383, 5.378534, 5.494967, 5.919493",\
|
|
"5.652277, 5.668585, 5.706736, 5.823170, 6.247695",\
|
|
"6.200735, 6.217044, 6.255195, 6.371628, 6.796154");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.031495, 0.042034, 0.073459, 0.203528, 0.779625",\
|
|
"0.031495, 0.042034, 0.073459, 0.203528, 0.779625",\
|
|
"0.031495, 0.042034, 0.073459, 0.203528, 0.779625",\
|
|
"0.031495, 0.042034, 0.073459, 0.203528, 0.779625",\
|
|
"0.031495, 0.042034, 0.073459, 0.203528, 0.779625");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[0] */
|
|
} /* end of bus mgmt_gpio_out */
|
|
bus ( pll90_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll90_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001832 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "4.821823, 4.843537, 4.902967, 5.132511, 6.063639",\
|
|
"4.931532, 4.953247, 5.012677, 5.242221, 6.173348",\
|
|
"5.119821, 5.141535, 5.200965, 5.430510, 6.361636",\
|
|
"5.501019, 5.522734, 5.582163, 5.811707, 6.742835",\
|
|
"6.198783, 6.220497, 6.279927, 6.509472, 7.440598");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.045072, 0.061907, 0.124929, 0.432831, 1.764304",\
|
|
"0.045072, 0.061907, 0.124929, 0.432831, 1.764304",\
|
|
"0.045072, 0.061907, 0.124929, 0.432831, 1.764304",\
|
|
"0.045072, 0.061907, 0.124929, 0.432831, 1.764304",\
|
|
"0.045072, 0.061907, 0.124929, 0.432831, 1.764304");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "4.879207, 4.895476, 4.936165, 5.059732, 5.490801",\
|
|
"4.988916, 5.005186, 5.045875, 5.169442, 5.600511",\
|
|
"5.177205, 5.193474, 5.234164, 5.357730, 5.788799",\
|
|
"5.558403, 5.574672, 5.615362, 5.738929, 6.169997",\
|
|
"6.256167, 6.272436, 6.313126, 6.436693, 6.867761");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.036701, 0.046573, 0.080053, 0.220128, 0.831729",\
|
|
"0.036701, 0.046573, 0.080053, 0.220128, 0.831729",\
|
|
"0.036701, 0.046573, 0.080053, 0.220128, 0.831729",\
|
|
"0.036701, 0.046573, 0.080053, 0.220128, 0.831729",\
|
|
"0.036701, 0.046573, 0.080053, 0.220128, 0.831729");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "4.556474, 4.578188, 4.635883, 4.859382, 5.775034",\
|
|
"4.656126, 4.677840, 4.735535, 4.959034, 5.874686",\
|
|
"4.825603, 4.847318, 4.905012, 5.128511, 6.044163",\
|
|
"5.153805, 5.175520, 5.233214, 5.456713, 6.372365",\
|
|
"5.702264, 5.723978, 5.781673, 6.005172, 6.920824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.045072, 0.061907, 0.121712, 0.418146, 1.699098",\
|
|
"0.045072, 0.061907, 0.121712, 0.418146, 1.699098",\
|
|
"0.045072, 0.061907, 0.121712, 0.418146, 1.699098",\
|
|
"0.045072, 0.061907, 0.121712, 0.418146, 1.699098",\
|
|
"0.045072, 0.061907, 0.121712, 0.418146, 1.699098");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "4.636749, 4.653018, 4.691968, 4.809445, 5.232985",\
|
|
"4.736402, 4.752671, 4.791620, 4.909097, 5.332637",\
|
|
"4.905879, 4.922148, 4.961097, 5.078574, 5.502114",\
|
|
"5.234081, 5.250350, 5.289299, 5.406776, 5.830316",\
|
|
"5.782539, 5.798808, 5.837758, 5.955235, 6.378774");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.036701, 0.046573, 0.076823, 0.205330, 0.780072",\
|
|
"0.036701, 0.046573, 0.076823, 0.205330, 0.780072",\
|
|
"0.036701, 0.046573, 0.076823, 0.205330, 0.780072",\
|
|
"0.036701, 0.046573, 0.076823, 0.205330, 0.780072",\
|
|
"0.036701, 0.046573, 0.076823, 0.205330, 0.780072");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[2] */
|
|
|
|
pin("pll90_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002536 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "5.050632, 5.070216, 5.127525, 5.357246, 6.282180",\
|
|
"5.160341, 5.179925, 5.237235, 5.466956, 6.391890",\
|
|
"5.348629, 5.368214, 5.425523, 5.655244, 6.580178",\
|
|
"5.729828, 5.749412, 5.806722, 6.036442, 6.961377",\
|
|
"6.427592, 6.447176, 6.504486, 6.734206, 7.659141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.039931, 0.057088, 0.122635, 0.435353, 1.758646",\
|
|
"0.039931, 0.057088, 0.122635, 0.435353, 1.758646",\
|
|
"0.039931, 0.057088, 0.122635, 0.435353, 1.758646",\
|
|
"0.039931, 0.057088, 0.122635, 0.435353, 1.758646",\
|
|
"0.039931, 0.057088, 0.122635, 0.435353, 1.758646");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "4.581682, 4.596788, 4.636234, 4.753707, 5.190820",\
|
|
"4.691391, 4.706498, 4.745944, 4.863417, 5.300530",\
|
|
"4.879680, 4.894786, 4.934232, 5.051705, 5.488818",\
|
|
"5.260878, 5.275984, 5.315431, 5.432904, 5.870017",\
|
|
"5.958642, 5.973748, 6.013194, 6.130668, 6.567780");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.033790, 0.043764, 0.078535, 0.218448, 0.835663",\
|
|
"0.033790, 0.043764, 0.078535, 0.218448, 0.835663",\
|
|
"0.033790, 0.043764, 0.078535, 0.218448, 0.835663",\
|
|
"0.033790, 0.043764, 0.078535, 0.218448, 0.835663",\
|
|
"0.033790, 0.043764, 0.078535, 0.218448, 0.835663");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "4.745041, 4.764625, 4.820034, 5.043214, 5.957858",\
|
|
"4.844693, 4.864277, 4.919686, 5.142866, 6.057510",\
|
|
"5.014170, 5.033754, 5.089163, 5.312343, 6.226986",\
|
|
"5.342372, 5.361957, 5.417365, 5.640545, 6.555189",\
|
|
"5.890831, 5.910415, 5.965823, 6.189003, 7.103647");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.039931, 0.057088, 0.119106, 0.419419, 1.701774",\
|
|
"0.039931, 0.057088, 0.119106, 0.419419, 1.701774",\
|
|
"0.039931, 0.057088, 0.119106, 0.419419, 1.701774",\
|
|
"0.039931, 0.057088, 0.119106, 0.419419, 1.701774",\
|
|
"0.039931, 0.057088, 0.119106, 0.419419, 1.701774");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "4.328654, 4.343760, 4.381299, 4.497743, 4.921301",\
|
|
"4.428306, 4.443412, 4.480951, 4.597395, 5.020954",\
|
|
"4.597783, 4.612889, 4.650428, 4.766872, 5.190431",\
|
|
"4.925985, 4.941092, 4.978630, 5.095075, 5.518633",\
|
|
"5.474443, 5.489550, 5.527088, 5.643533, 6.067091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.033790, 0.043764, 0.074991, 0.204971, 0.779727",\
|
|
"0.033790, 0.043764, 0.074991, 0.204971, 0.779727",\
|
|
"0.033790, 0.043764, 0.074991, 0.204971, 0.779727",\
|
|
"0.033790, 0.043764, 0.074991, 0.204971, 0.779727",\
|
|
"0.033790, 0.043764, 0.074991, 0.204971, 0.779727");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[1] */
|
|
|
|
pin("pll90_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001507 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.589848, 4.610455, 4.668128, 4.897119, 5.822353",\
|
|
"4.699558, 4.720165, 4.777838, 5.006828, 5.932063",\
|
|
"4.887846, 4.908453, 4.966126, 5.195117, 6.120351",\
|
|
"5.269044, 5.289651, 5.347325, 5.576315, 6.501550",\
|
|
"5.966809, 5.987416, 6.045090, 6.274080, 7.199315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.039355, 0.056599, 0.121127, 0.431573, 1.751696",\
|
|
"0.039355, 0.056599, 0.121127, 0.431573, 1.751696",\
|
|
"0.039355, 0.056599, 0.121127, 0.431573, 1.751696",\
|
|
"0.039355, 0.056599, 0.121127, 0.431573, 1.751696",\
|
|
"0.039355, 0.056599, 0.121127, 0.431573, 1.751696");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.725594, 4.741693, 4.781695, 4.904366, 5.335535",\
|
|
"4.835303, 4.851403, 4.891405, 5.014076, 5.445244",\
|
|
"5.023592, 5.039691, 5.079693, 5.202364, 5.633532",\
|
|
"5.404790, 5.420889, 5.460891, 5.583563, 6.014731",\
|
|
"6.102554, 6.118654, 6.158656, 6.281327, 6.712495");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.034029, 0.044214, 0.078184, 0.218573, 0.828879",\
|
|
"0.034029, 0.044214, 0.078184, 0.218573, 0.828879",\
|
|
"0.034029, 0.044214, 0.078184, 0.218573, 0.828879",\
|
|
"0.034029, 0.044214, 0.078184, 0.218573, 0.828879",\
|
|
"0.034029, 0.044214, 0.078184, 0.218573, 0.828879");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.344513, 4.365120, 4.421166, 4.644415, 5.560422",\
|
|
"4.444165, 4.464772, 4.520819, 4.744067, 5.660074",\
|
|
"4.613642, 4.634249, 4.690295, 4.913544, 5.829551",\
|
|
"4.941844, 4.962451, 5.018497, 5.241746, 6.157753",\
|
|
"5.490304, 5.510911, 5.566957, 5.790205, 6.706213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.039355, 0.056599, 0.118071, 0.417628, 1.701699",\
|
|
"0.039355, 0.056599, 0.118071, 0.417628, 1.701699",\
|
|
"0.039355, 0.056599, 0.118071, 0.417628, 1.701699",\
|
|
"0.039355, 0.056599, 0.118071, 0.417628, 1.701699",\
|
|
"0.039355, 0.056599, 0.118071, 0.417628, 1.701699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "4.490846, 4.506945, 4.545314, 4.662203, 5.086182",\
|
|
"4.590498, 4.606597, 4.644967, 4.761856, 5.185834",\
|
|
"4.759975, 4.776074, 4.814444, 4.931333, 5.355311",\
|
|
"5.088177, 5.104277, 5.142646, 5.259535, 5.683513",\
|
|
"5.636636, 5.652736, 5.691105, 5.807994, 6.231972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.034029, 0.044214, 0.075117, 0.204523, 0.779853",\
|
|
"0.034029, 0.044214, 0.075117, 0.204523, 0.779853",\
|
|
"0.034029, 0.044214, 0.075117, 0.204523, 0.779853",\
|
|
"0.034029, 0.044214, 0.075117, 0.204523, 0.779853",\
|
|
"0.034029, 0.044214, 0.075117, 0.204523, 0.779853");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[0] */
|
|
} /* end of bus pll90_sel */
|
|
bus ( pll_div ) {
|
|
|
|
bus_type : BUS5_type3 ;
|
|
direction : output ;
|
|
|
|
pin("pll_div[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001345 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "4.442069, 4.462076, 4.518918, 4.747830, 5.672971",\
|
|
"4.551778, 4.571785, 4.628628, 4.857540, 5.782681",\
|
|
"4.740067, 4.760074, 4.816916, 5.045828, 5.970969",\
|
|
"5.121265, 5.141272, 5.198114, 5.427027, 6.352167",\
|
|
"5.819029, 5.839036, 5.895879, 6.124791, 7.049932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.036415, 0.053879, 0.119329, 0.431444, 1.751868",\
|
|
"0.036415, 0.053879, 0.119329, 0.431444, 1.751868",\
|
|
"0.036415, 0.053879, 0.119329, 0.431444, 1.751868",\
|
|
"0.036415, 0.053879, 0.119329, 0.431444, 1.751868",\
|
|
"0.036415, 0.053879, 0.119329, 0.431444, 1.751868");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "4.618068, 4.634073, 4.673759, 4.791217, 5.227515",\
|
|
"4.727777, 4.743783, 4.783468, 4.900927, 5.337224",\
|
|
"4.916066, 4.932071, 4.971756, 5.089215, 5.525513",\
|
|
"5.297264, 5.313269, 5.352955, 5.470414, 5.906711",\
|
|
"5.995028, 6.011034, 6.050719, 6.168178, 6.604475");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.032660, 0.043002, 0.077305, 0.215893, 0.828762",\
|
|
"0.032660, 0.043002, 0.077305, 0.215893, 0.828762",\
|
|
"0.032660, 0.043002, 0.077305, 0.215893, 0.828762",\
|
|
"0.032660, 0.043002, 0.077305, 0.215893, 0.828762",\
|
|
"0.032660, 0.043002, 0.077305, 0.215893, 0.828762");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "4.212492, 4.232498, 4.287718, 4.510889, 5.426784",\
|
|
"4.312143, 4.332150, 4.387370, 4.610541, 5.526435",\
|
|
"4.481620, 4.501627, 4.556847, 4.780018, 5.695913",\
|
|
"4.809823, 4.829830, 4.885049, 5.108221, 6.024115",\
|
|
"5.358281, 5.378288, 5.433508, 5.656679, 6.572573");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.036415, 0.053879, 0.116282, 0.417508, 1.701871",\
|
|
"0.036415, 0.053879, 0.116282, 0.417508, 1.701871",\
|
|
"0.036415, 0.053879, 0.116282, 0.417508, 1.701871",\
|
|
"0.036415, 0.053879, 0.116282, 0.417508, 1.701871",\
|
|
"0.036415, 0.053879, 0.116282, 0.417508, 1.701871");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "4.388490, 4.404495, 4.442553, 4.559141, 4.983340",\
|
|
"4.488142, 4.504148, 4.542205, 4.658793, 5.082993",\
|
|
"4.657619, 4.673625, 4.711682, 4.828270, 5.252470",\
|
|
"4.985822, 5.001827, 5.039885, 5.156472, 5.580672",\
|
|
"5.534280, 5.550285, 5.588343, 5.704931, 6.129130");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.032660, 0.043002, 0.074246, 0.204114, 0.779742",\
|
|
"0.032660, 0.043002, 0.074246, 0.204114, 0.779742",\
|
|
"0.032660, 0.043002, 0.074246, 0.204114, 0.779742",\
|
|
"0.032660, 0.043002, 0.074246, 0.204114, 0.779742",\
|
|
"0.032660, 0.043002, 0.074246, 0.204114, 0.779742");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[4]_redg_min*/
|
|
|
|
} /* end of pin pll_div[4] */
|
|
|
|
pin("pll_div[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "4.645547, 4.665552, 4.723204, 4.952689, 5.877711",\
|
|
"4.755257, 4.775261, 4.832913, 5.062399, 5.987421",\
|
|
"4.943545, 4.963550, 5.021202, 5.250687, 6.175709",\
|
|
"5.324744, 5.344748, 5.402400, 5.631886, 6.556907",\
|
|
"6.022508, 6.042512, 6.100164, 6.329650, 7.254672");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.040624, 0.057731, 0.122678, 0.434140, 1.756177",\
|
|
"0.040624, 0.057731, 0.122678, 0.434140, 1.756177",\
|
|
"0.040624, 0.057731, 0.122678, 0.434140, 1.756177",\
|
|
"0.040624, 0.057731, 0.122678, 0.434140, 1.756177",\
|
|
"0.040624, 0.057731, 0.122678, 0.434140, 1.756177");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "4.768409, 4.783902, 4.823785, 4.941566, 5.378201",\
|
|
"4.878119, 4.893611, 4.933495, 5.051276, 5.487911",\
|
|
"5.066407, 5.081900, 5.121783, 5.239564, 5.676199",\
|
|
"5.447605, 5.463098, 5.502981, 5.620763, 6.057397",\
|
|
"6.145370, 6.160862, 6.200746, 6.318527, 6.755162");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.034877, 0.044806, 0.079053, 0.217999, 0.833383",\
|
|
"0.034877, 0.044806, 0.079053, 0.217999, 0.833383",\
|
|
"0.034877, 0.044806, 0.079053, 0.217999, 0.833383",\
|
|
"0.034877, 0.044806, 0.079053, 0.217999, 0.833383",\
|
|
"0.034877, 0.044806, 0.079053, 0.217999, 0.833383");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "4.359713, 4.379717, 4.435564, 4.658789, 5.573893",\
|
|
"4.459365, 4.479370, 4.535216, 4.758441, 5.673545",\
|
|
"4.628842, 4.648847, 4.704693, 4.927918, 5.843022",\
|
|
"4.957045, 4.977049, 5.032896, 5.256120, 6.171225",\
|
|
"5.505503, 5.525507, 5.581354, 5.804579, 6.719683");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.040624, 0.057731, 0.119306, 0.418893, 1.701700",\
|
|
"0.040624, 0.057731, 0.119306, 0.418893, 1.701700",\
|
|
"0.040624, 0.057731, 0.119306, 0.418893, 1.701700",\
|
|
"0.040624, 0.057731, 0.119306, 0.418893, 1.701700",\
|
|
"0.040624, 0.057731, 0.119306, 0.418893, 1.701700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "4.510053, 4.525546, 4.563618, 4.680449, 5.104007",\
|
|
"4.609705, 4.625198, 4.663270, 4.780101, 5.203659",\
|
|
"4.779182, 4.794675, 4.832747, 4.949578, 5.373136",\
|
|
"5.107385, 5.122878, 5.160949, 5.277781, 5.701338",\
|
|
"5.655843, 5.671336, 5.709408, 5.826239, 6.249797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.034877, 0.044806, 0.075667, 0.205096, 0.779856",\
|
|
"0.034877, 0.044806, 0.075667, 0.205096, 0.779856",\
|
|
"0.034877, 0.044806, 0.075667, 0.205096, 0.779856",\
|
|
"0.034877, 0.044806, 0.075667, 0.205096, 0.779856",\
|
|
"0.034877, 0.044806, 0.075667, 0.205096, 0.779856");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[3]_redg_min*/
|
|
|
|
} /* end of pin pll_div[3] */
|
|
|
|
pin("pll_div[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001245 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.998960, 5.019154, 5.076125, 5.304946, 6.230104",\
|
|
"5.108669, 5.128864, 5.185835, 5.414656, 6.339814",\
|
|
"5.296957, 5.317152, 5.374123, 5.602944, 6.528102",\
|
|
"5.678156, 5.698350, 5.755322, 5.984142, 6.909301",\
|
|
"6.375920, 6.396115, 6.453086, 6.681907, 7.607065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.036667, 0.054120, 0.119345, 0.430988, 1.750914",\
|
|
"0.036667, 0.054120, 0.119345, 0.430988, 1.750914",\
|
|
"0.036667, 0.054120, 0.119345, 0.430988, 1.750914",\
|
|
"0.036667, 0.054120, 0.119345, 0.430988, 1.750914",\
|
|
"0.036667, 0.054120, 0.119345, 0.430988, 1.750914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.559849, 4.575820, 4.615338, 4.732652, 5.168844",\
|
|
"4.669559, 4.685530, 4.725048, 4.842361, 5.278553",\
|
|
"4.857847, 4.873818, 4.913336, 5.030650, 5.466842",\
|
|
"5.239046, 5.255017, 5.294534, 5.411848, 5.848040",\
|
|
"5.936810, 5.952781, 5.992299, 6.109612, 6.545805");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.031985, 0.042412, 0.076815, 0.215452, 0.827778",\
|
|
"0.031985, 0.042412, 0.076815, 0.215452, 0.827778",\
|
|
"0.031985, 0.042412, 0.076815, 0.215452, 0.827778",\
|
|
"0.031985, 0.042412, 0.076815, 0.215452, 0.827778",\
|
|
"0.031985, 0.042412, 0.076815, 0.215452, 0.827778");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.719965, 4.740159, 4.795542, 5.018730, 5.934793",\
|
|
"4.819617, 4.839811, 4.895195, 5.118382, 6.034445",\
|
|
"4.989094, 5.009288, 5.064672, 5.287859, 6.203922",\
|
|
"5.317296, 5.337491, 5.392874, 5.616061, 6.532124",\
|
|
"5.865755, 5.885949, 5.941332, 6.164520, 7.080583");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.036667, 0.054120, 0.116358, 0.417316, 1.701844",\
|
|
"0.036667, 0.054120, 0.116358, 0.417316, 1.701844",\
|
|
"0.036667, 0.054120, 0.116358, 0.417316, 1.701844",\
|
|
"0.036667, 0.054120, 0.116358, 0.417316, 1.701844",\
|
|
"0.036667, 0.054120, 0.116358, 0.417316, 1.701844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.317400, 4.333372, 4.371296, 4.487742, 4.912060",\
|
|
"4.417053, 4.433024, 4.470948, 4.587395, 5.011713",\
|
|
"4.586530, 4.602501, 4.640425, 4.756872, 5.181189",\
|
|
"4.914732, 4.930703, 4.968627, 5.085074, 5.509391",\
|
|
"5.463191, 5.479162, 5.517086, 5.633533, 6.057850");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.031985, 0.042412, 0.073817, 0.203903, 0.779688",\
|
|
"0.031985, 0.042412, 0.073817, 0.203903, 0.779688",\
|
|
"0.031985, 0.042412, 0.073817, 0.203903, 0.779688",\
|
|
"0.031985, 0.042412, 0.073817, 0.203903, 0.779688",\
|
|
"0.031985, 0.042412, 0.073817, 0.203903, 0.779688");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[2]_redg_min*/
|
|
|
|
} /* end of pin pll_div[2] */
|
|
|
|
pin("pll_div[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001040 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "4.511766, 4.532136, 4.589137, 4.817742, 5.742855",\
|
|
"4.621476, 4.641846, 4.698846, 4.927452, 5.852564",\
|
|
"4.809764, 4.830135, 4.887135, 5.115740, 6.040853",\
|
|
"5.190962, 5.211333, 5.268333, 5.496938, 6.422051",\
|
|
"5.888727, 5.909097, 5.966097, 6.194703, 7.119815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.036423, 0.053909, 0.118919, 0.430063, 1.748951",\
|
|
"0.036423, 0.053909, 0.118919, 0.430063, 1.748951",\
|
|
"0.036423, 0.053909, 0.118919, 0.430063, 1.748951",\
|
|
"0.036423, 0.053909, 0.118919, 0.430063, 1.748951",\
|
|
"0.036423, 0.053909, 0.118919, 0.430063, 1.748951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "4.676568, 4.692856, 4.732650, 4.854774, 5.285958",\
|
|
"4.786277, 4.802566, 4.842360, 4.964484, 5.395668",\
|
|
"4.974566, 4.990854, 5.030648, 5.152772, 5.583956",\
|
|
"5.355764, 5.372052, 5.411846, 5.533970, 5.965155",\
|
|
"6.053528, 6.069817, 6.109611, 6.231735, 6.662919");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.032570, 0.042999, 0.077034, 0.217135, 0.825900",\
|
|
"0.032570, 0.042999, 0.077034, 0.217135, 0.825900",\
|
|
"0.032570, 0.042999, 0.077034, 0.217135, 0.825900",\
|
|
"0.032570, 0.042999, 0.077034, 0.217135, 0.825900",\
|
|
"0.032570, 0.042999, 0.077034, 0.217135, 0.825900");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "4.262964, 4.283334, 4.338806, 4.562003, 5.478323",\
|
|
"4.362616, 4.382987, 4.438458, 4.661655, 5.577975",\
|
|
"4.532093, 4.552463, 4.607934, 4.831131, 5.747451",\
|
|
"4.860295, 4.880665, 4.936137, 5.159334, 6.075654",\
|
|
"5.408754, 5.429124, 5.484596, 5.707793, 6.624113");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.036423, 0.053909, 0.116081, 0.416967, 1.701836",\
|
|
"0.036423, 0.053909, 0.116081, 0.416967, 1.701836",\
|
|
"0.036423, 0.053909, 0.116081, 0.416967, 1.701836",\
|
|
"0.036423, 0.053909, 0.116081, 0.416967, 1.701836",\
|
|
"0.036423, 0.053909, 0.116081, 0.416967, 1.701836");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "4.435085, 4.451374, 4.489635, 4.606314, 5.030655",\
|
|
"4.534738, 4.551026, 4.589287, 4.705966, 5.130307",\
|
|
"4.704215, 4.720503, 4.758764, 4.875443, 5.299784",\
|
|
"5.032417, 5.048705, 5.086967, 5.203645, 5.627986",\
|
|
"5.580875, 5.597164, 5.635425, 5.752104, 6.176445");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.032570, 0.042999, 0.074186, 0.203944, 0.779765",\
|
|
"0.032570, 0.042999, 0.074186, 0.203944, 0.779765",\
|
|
"0.032570, 0.042999, 0.074186, 0.203944, 0.779765",\
|
|
"0.032570, 0.042999, 0.074186, 0.203944, 0.779765",\
|
|
"0.032570, 0.042999, 0.074186, 0.203944, 0.779765");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[1]_redg_min*/
|
|
|
|
} /* end of pin pll_div[1] */
|
|
|
|
pin("pll_div[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001996 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "4.431842, 4.451153, 4.507721, 4.737104, 5.662064",\
|
|
"4.541552, 4.560863, 4.617431, 4.846814, 5.771774",\
|
|
"4.729840, 4.749151, 4.805719, 5.035102, 5.960062",\
|
|
"5.111038, 5.130349, 5.186917, 5.416301, 6.341260",\
|
|
"5.808803, 5.828114, 5.884682, 6.114065, 7.039025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.036620, 0.054032, 0.120189, 0.433878, 1.756404",\
|
|
"0.036620, 0.054032, 0.120189, 0.433878, 1.756404",\
|
|
"0.036620, 0.054032, 0.120189, 0.433878, 1.756404",\
|
|
"0.036620, 0.054032, 0.120189, 0.433878, 1.756404",\
|
|
"0.036620, 0.054032, 0.120189, 0.433878, 1.756404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "4.615024, 4.630448, 4.669928, 4.787330, 5.224266",\
|
|
"4.724733, 4.740158, 4.779638, 4.897040, 5.333976",\
|
|
"4.913022, 4.928446, 4.967926, 5.085328, 5.522264",\
|
|
"5.294220, 5.309644, 5.349124, 5.466527, 5.903462",\
|
|
"5.991984, 6.007409, 6.046889, 6.164291, 6.601227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.032987, 0.043137, 0.077825, 0.217383, 0.833223",\
|
|
"0.032987, 0.043137, 0.077825, 0.217383, 0.833223",\
|
|
"0.032987, 0.043137, 0.077825, 0.217383, 0.833223",\
|
|
"0.032987, 0.043137, 0.077825, 0.217383, 0.833223",\
|
|
"0.032987, 0.043137, 0.077825, 0.217383, 0.833223");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "4.190394, 4.209705, 4.264475, 4.487597, 5.402609",\
|
|
"4.290047, 4.309358, 4.364127, 4.587250, 5.502262",\
|
|
"4.459524, 4.478835, 4.533604, 4.756727, 5.671739",\
|
|
"4.787726, 4.807037, 4.861806, 5.084929, 5.999941",\
|
|
"5.336185, 5.355495, 5.410265, 5.633388, 6.548399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.036620, 0.054032, 0.116837, 0.418651, 1.701930",\
|
|
"0.036620, 0.054032, 0.116837, 0.418651, 1.701930",\
|
|
"0.036620, 0.054032, 0.116837, 0.418651, 1.701930",\
|
|
"0.036620, 0.054032, 0.116837, 0.418651, 1.701930",\
|
|
"0.036620, 0.054032, 0.116837, 0.418651, 1.701930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "4.378245, 4.393669, 4.431345, 4.547774, 4.971657",\
|
|
"4.477897, 4.493321, 4.530998, 4.647427, 5.071310",\
|
|
"4.647374, 4.662798, 4.700475, 4.816903, 5.240787",\
|
|
"4.975576, 4.991001, 5.028677, 5.145105, 5.568989",\
|
|
"5.524035, 5.539459, 5.577136, 5.693564, 6.117447");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.032987, 0.043137, 0.074459, 0.204508, 0.779705",\
|
|
"0.032987, 0.043137, 0.074459, 0.204508, 0.779705",\
|
|
"0.032987, 0.043137, 0.074459, 0.204508, 0.779705",\
|
|
"0.032987, 0.043137, 0.074459, 0.204508, 0.779705",\
|
|
"0.032987, 0.043137, 0.074459, 0.204508, 0.779705");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[0]_redg_min*/
|
|
|
|
} /* end of pin pll_div[0] */
|
|
} /* end of bus pll_div */
|
|
bus ( pll_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002001 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "4.563204, 4.583166, 4.640528, 4.869883, 5.794972",\
|
|
"4.672914, 4.692876, 4.750237, 4.979593, 5.904682",\
|
|
"4.861202, 4.881164, 4.938526, 5.167881, 6.092970",\
|
|
"5.242400, 5.262362, 5.319724, 5.549079, 6.474168",\
|
|
"5.940165, 5.960127, 6.017488, 6.246844, 7.171933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.039199, 0.056423, 0.121613, 0.433481, 1.755311",\
|
|
"0.039199, 0.056423, 0.121613, 0.433481, 1.755311",\
|
|
"0.039199, 0.056423, 0.121613, 0.433481, 1.755311",\
|
|
"0.039199, 0.056423, 0.121613, 0.433481, 1.755311",\
|
|
"0.039199, 0.056423, 0.121613, 0.433481, 1.755311");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "4.700538, 4.716161, 4.755964, 4.873631, 5.310260",\
|
|
"4.810247, 4.825871, 4.865674, 4.983341, 5.419970",\
|
|
"4.998536, 5.014159, 5.053962, 5.171629, 5.608258",\
|
|
"5.379734, 5.395358, 5.435161, 5.552828, 5.989457",\
|
|
"6.077498, 6.093122, 6.132925, 6.250592, 6.687221");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.034134, 0.044187, 0.078502, 0.217453, 0.832403",\
|
|
"0.034134, 0.044187, 0.078502, 0.217453, 0.832403",\
|
|
"0.034134, 0.044187, 0.078502, 0.217453, 0.832403",\
|
|
"0.034134, 0.044187, 0.078502, 0.217453, 0.832403",\
|
|
"0.034134, 0.044187, 0.078502, 0.217453, 0.832403");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "4.293061, 4.313024, 4.368620, 4.591822, 5.507124",\
|
|
"4.392714, 4.412676, 4.468272, 4.691474, 5.606777",\
|
|
"4.562191, 4.582153, 4.637749, 4.860951, 5.776254",\
|
|
"4.890393, 4.910355, 4.965951, 5.189154, 6.104456",\
|
|
"5.438851, 5.458814, 5.514410, 5.737612, 6.652915");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.039199, 0.056423, 0.118315, 0.418512, 1.701764",\
|
|
"0.039199, 0.056423, 0.118315, 0.418512, 1.701764",\
|
|
"0.039199, 0.056423, 0.118315, 0.418512, 1.701764",\
|
|
"0.039199, 0.056423, 0.118315, 0.418512, 1.701764",\
|
|
"0.039199, 0.056423, 0.118315, 0.418512, 1.701764");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "4.451716, 4.467340, 4.505372, 4.622103, 5.045856",\
|
|
"4.551369, 4.566992, 4.605024, 4.721756, 5.145509",\
|
|
"4.720846, 4.736469, 4.774501, 4.891232, 5.314986",\
|
|
"5.049048, 5.064672, 5.102704, 5.219435, 5.643188",\
|
|
"5.597507, 5.613130, 5.651162, 5.767893, 6.191647");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.034134, 0.044187, 0.075190, 0.204789, 0.779813",\
|
|
"0.034134, 0.044187, 0.075190, 0.204789, 0.779813",\
|
|
"0.034134, 0.044187, 0.075190, 0.204789, 0.779813",\
|
|
"0.034134, 0.044187, 0.075190, 0.204789, 0.779813",\
|
|
"0.034134, 0.044187, 0.075190, 0.204789, 0.779813");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[2] */
|
|
|
|
pin("pll_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002447 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "4.951934, 4.971139, 5.027920, 5.257590, 6.182446",\
|
|
"5.061644, 5.080849, 5.137630, 5.367300, 6.292156",\
|
|
"5.249932, 5.269137, 5.325918, 5.555588, 6.480444",\
|
|
"5.631131, 5.650335, 5.707117, 5.936787, 6.861643",\
|
|
"6.328895, 6.348100, 6.404881, 6.634551, 7.559407");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.038070, 0.055363, 0.121501, 0.435297, 1.758758",\
|
|
"0.038070, 0.055363, 0.121501, 0.435297, 1.758758",\
|
|
"0.038070, 0.055363, 0.121501, 0.435297, 1.758758",\
|
|
"0.038070, 0.055363, 0.121501, 0.435297, 1.758758",\
|
|
"0.038070, 0.055363, 0.121501, 0.435297, 1.758758");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "4.521504, 4.536561, 4.575945, 4.693284, 5.130441",\
|
|
"4.631214, 4.646271, 4.685655, 4.802993, 5.240150",\
|
|
"4.819501, 4.834558, 4.873942, 4.991281, 5.428438",\
|
|
"5.200700, 5.215757, 5.255141, 5.372480, 5.809637",\
|
|
"5.898465, 5.913522, 5.952906, 6.070244, 6.507401");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.033328, 0.043316, 0.078194, 0.218262, 0.835574",\
|
|
"0.033328, 0.043316, 0.078194, 0.218262, 0.835574",\
|
|
"0.033328, 0.043316, 0.078194, 0.218262, 0.835574",\
|
|
"0.033328, 0.043316, 0.078194, 0.218262, 0.835574",\
|
|
"0.033328, 0.043316, 0.078194, 0.218262, 0.835574");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "4.666519, 4.685724, 4.740608, 4.963737, 5.878289",\
|
|
"4.766171, 4.785376, 4.840260, 5.063389, 5.977941",\
|
|
"4.935648, 4.954853, 5.009737, 5.232867, 6.147418",\
|
|
"5.263851, 5.283055, 5.337939, 5.561069, 6.475621",\
|
|
"5.812309, 5.831514, 5.886398, 6.109527, 7.024079");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.038070, 0.055363, 0.117976, 0.419368, 1.701886",\
|
|
"0.038070, 0.055363, 0.117976, 0.419368, 1.701886",\
|
|
"0.038070, 0.055363, 0.117976, 0.419368, 1.701886",\
|
|
"0.038070, 0.055363, 0.117976, 0.419368, 1.701886",\
|
|
"0.038070, 0.055363, 0.117976, 0.419368, 1.701886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "4.272444, 4.287502, 4.324982, 4.441285, 4.864893",\
|
|
"4.372097, 4.387154, 4.424634, 4.540937, 4.964546",\
|
|
"4.541574, 4.556632, 4.594111, 4.710415, 5.134023",\
|
|
"4.869776, 4.884834, 4.922314, 5.038617, 5.462225",\
|
|
"5.418234, 5.433292, 5.470772, 5.587075, 6.010684");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.033328, 0.043316, 0.074655, 0.204792, 0.779639",\
|
|
"0.033328, 0.043316, 0.074655, 0.204792, 0.779639",\
|
|
"0.033328, 0.043316, 0.074655, 0.204792, 0.779639",\
|
|
"0.033328, 0.043316, 0.074655, 0.204792, 0.779639",\
|
|
"0.033328, 0.043316, 0.074655, 0.204792, 0.779639");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[1] */
|
|
|
|
pin("pll_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000772 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.448799, 4.469124, 4.525851, 4.754237, 5.693107",\
|
|
"4.558509, 4.578834, 4.635561, 4.863946, 5.802816",\
|
|
"4.746797, 4.767122, 4.823849, 5.052235, 5.991105",\
|
|
"5.127995, 5.148321, 5.205048, 5.433433, 6.372303",\
|
|
"5.825760, 5.846085, 5.902812, 6.131197, 7.070067");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.035136, 0.052730, 0.117887, 0.429157, 1.756958",\
|
|
"0.035136, 0.052730, 0.117887, 0.429157, 1.756958",\
|
|
"0.035136, 0.052730, 0.117887, 0.429157, 1.756958",\
|
|
"0.035136, 0.052730, 0.117887, 0.429157, 1.756958",\
|
|
"0.035136, 0.052730, 0.117887, 0.429157, 1.756958");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.606615, 4.623041, 4.662761, 4.784606, 5.215758",\
|
|
"4.716325, 4.732751, 4.772470, 4.894316, 5.325468",\
|
|
"4.904613, 4.921040, 4.960759, 5.082604, 5.513756",\
|
|
"5.285811, 5.302238, 5.341957, 5.463803, 5.894954",\
|
|
"5.983576, 6.000002, 6.039721, 6.161567, 6.592719");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.031909, 0.042463, 0.076496, 0.216338, 0.824111",\
|
|
"0.031909, 0.042463, 0.076496, 0.216338, 0.824111",\
|
|
"0.031909, 0.042463, 0.076496, 0.216338, 0.824111",\
|
|
"0.031909, 0.042463, 0.076496, 0.216338, 0.824111",\
|
|
"0.031909, 0.042463, 0.076496, 0.216338, 0.824111");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.196282, 4.216608, 4.271874, 4.495054, 5.411601",\
|
|
"4.295935, 4.316260, 4.371526, 4.594707, 5.511253",\
|
|
"4.465411, 4.485737, 4.541003, 4.764184, 5.680730",\
|
|
"4.793613, 4.813939, 4.869205, 5.092386, 6.008933",\
|
|
"5.342072, 5.362398, 5.417664, 5.640844, 6.557391");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.035136, 0.052730, 0.115165, 0.416563, 1.701890",\
|
|
"0.035136, 0.052730, 0.115165, 0.416563, 1.701890",\
|
|
"0.035136, 0.052730, 0.115165, 0.416563, 1.701890",\
|
|
"0.035136, 0.052730, 0.115165, 0.416563, 1.701890",\
|
|
"0.035136, 0.052730, 0.115165, 0.416563, 1.701890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.371697, 4.388124, 4.426378, 4.542984, 4.967514",\
|
|
"4.471350, 4.487776, 4.526031, 4.642636, 5.067166",\
|
|
"4.640827, 4.657253, 4.695508, 4.812113, 5.236643",\
|
|
"4.969029, 4.985456, 5.023710, 5.140316, 5.564846",\
|
|
"5.517488, 5.533914, 5.572168, 5.688774, 6.113304");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.031909, 0.042463, 0.073765, 0.203655, 0.779731",\
|
|
"0.031909, 0.042463, 0.073765, 0.203655, 0.779731",\
|
|
"0.031909, 0.042463, 0.073765, 0.203655, 0.779731",\
|
|
"0.031909, 0.042463, 0.073765, 0.203655, 0.779731",\
|
|
"0.031909, 0.042463, 0.073765, 0.203655, 0.779731");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[0] */
|
|
} /* end of bus pll_sel */
|
|
bus ( pll_trim ) {
|
|
|
|
bus_type : BUS26_type4 ;
|
|
direction : output ;
|
|
|
|
pin("pll_trim[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005352 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "4.893827, 4.908424, 4.965704, 5.192546, 6.129867",\
|
|
"5.003537, 5.018134, 5.075414, 5.302256, 6.239576",\
|
|
"5.191825, 5.206422, 5.263702, 5.490544, 6.427865",\
|
|
"5.573023, 5.587621, 5.644900, 5.871743, 6.809063",\
|
|
"6.270788, 6.285385, 6.342665, 6.569507, 7.506827");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.041931, 0.058936, 0.128635, 0.446913, 1.801726",\
|
|
"0.041931, 0.058936, 0.128635, 0.446913, 1.801726",\
|
|
"0.041931, 0.058936, 0.128635, 0.446913, 1.801726",\
|
|
"0.041931, 0.058936, 0.128635, 0.446913, 1.801726",\
|
|
"0.041931, 0.058936, 0.128635, 0.446913, 1.801726");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "4.497471, 4.510199, 4.549791, 4.670770, 5.117205",\
|
|
"4.607181, 4.619908, 4.659501, 4.780480, 5.226914",\
|
|
"4.795469, 4.808197, 4.847789, 4.968768, 5.415203",\
|
|
"5.176668, 5.189395, 5.228987, 5.349967, 5.796401",\
|
|
"5.874432, 5.887159, 5.926752, 6.047731, 6.494165");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.036154, 0.045388, 0.083064, 0.224657, 0.845317",\
|
|
"0.036154, 0.045388, 0.083064, 0.224657, 0.845317",\
|
|
"0.036154, 0.045388, 0.083064, 0.224657, 0.845317",\
|
|
"0.036154, 0.045388, 0.083064, 0.224657, 0.845317",\
|
|
"0.036154, 0.045388, 0.083064, 0.224657, 0.845317");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "4.652028, 4.670014, 4.727009, 4.953579, 5.888964",\
|
|
"4.751680, 4.769667, 4.826661, 5.053232, 5.988616",\
|
|
"4.921157, 4.939144, 4.996138, 5.222709, 6.158093",\
|
|
"5.249360, 5.267346, 5.324340, 5.550911, 6.486296",\
|
|
"5.797819, 5.815805, 5.872799, 6.099370, 7.034755");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.041931, 0.058936, 0.128193, 0.445200, 1.794084",\
|
|
"0.041931, 0.058936, 0.128193, 0.445200, 1.794084",\
|
|
"0.041931, 0.058936, 0.128193, 0.445200, 1.794084",\
|
|
"0.041931, 0.058936, 0.128193, 0.445200, 1.794084",\
|
|
"0.041931, 0.058936, 0.128193, 0.445200, 1.794084");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "4.266201, 4.280021, 4.319444, 4.440012, 4.884758",\
|
|
"4.365854, 4.379673, 4.419096, 4.539665, 4.984411",\
|
|
"4.535331, 4.549150, 4.588573, 4.709142, 5.153888",\
|
|
"4.863533, 4.877352, 4.916775, 5.037344, 5.482090",\
|
|
"5.411992, 5.425811, 5.465234, 5.585803, 6.030549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.036154, 0.045388, 0.082618, 0.220075, 0.824959",\
|
|
"0.036154, 0.045388, 0.082618, 0.220075, 0.824959",\
|
|
"0.036154, 0.045388, 0.082618, 0.220075, 0.824959",\
|
|
"0.036154, 0.045388, 0.082618, 0.220075, 0.824959",\
|
|
"0.036154, 0.045388, 0.082618, 0.220075, 0.824959");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[25]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[25] */
|
|
|
|
pin("pll_trim[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003457 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "4.838737, 4.857735, 4.914827, 5.140199, 6.070006",\
|
|
"4.948447, 4.967444, 5.024537, 5.249909, 6.179716",\
|
|
"5.136735, 5.155733, 5.212825, 5.438197, 6.368004",\
|
|
"5.517934, 5.536931, 5.594024, 5.819396, 6.749202",\
|
|
"6.215698, 6.234695, 6.291788, 6.517160, 7.446967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.040584, 0.057714, 0.124125, 0.435308, 1.765373",\
|
|
"0.040584, 0.057714, 0.124125, 0.435308, 1.765373",\
|
|
"0.040584, 0.057714, 0.124125, 0.435308, 1.765373",\
|
|
"0.040584, 0.057714, 0.124125, 0.435308, 1.765373",\
|
|
"0.040584, 0.057714, 0.124125, 0.435308, 1.765373");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "4.291628, 4.306210, 4.345491, 4.462856, 4.900840",\
|
|
"4.401338, 4.415919, 4.455201, 4.572566, 5.010550",\
|
|
"4.589626, 4.604208, 4.643489, 4.760854, 5.198838",\
|
|
"4.970825, 4.985406, 5.024688, 5.142053, 5.580036",\
|
|
"5.668589, 5.683170, 5.722452, 5.839817, 6.277801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.034328, 0.044075, 0.079359, 0.220661, 0.842301",\
|
|
"0.034328, 0.044075, 0.079359, 0.220661, 0.842301",\
|
|
"0.034328, 0.044075, 0.079359, 0.220661, 0.842301",\
|
|
"0.034328, 0.044075, 0.079359, 0.220661, 0.842301",\
|
|
"0.034328, 0.044075, 0.079359, 0.220661, 0.842301");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "4.569127, 4.588124, 4.643032, 4.866158, 5.779604",\
|
|
"4.668779, 4.687776, 4.742684, 4.965810, 5.879257",\
|
|
"4.838256, 4.857253, 4.912161, 5.135287, 6.048734",\
|
|
"5.166458, 5.185455, 5.240364, 5.463489, 6.376936",\
|
|
"5.714917, 5.733914, 5.788823, 6.011948, 6.925395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.040584, 0.057714, 0.120147, 0.421009, 1.701829",\
|
|
"0.040584, 0.057714, 0.120147, 0.421009, 1.701829",\
|
|
"0.040584, 0.057714, 0.120147, 0.421009, 1.701829",\
|
|
"0.040584, 0.057714, 0.120147, 0.421009, 1.701829",\
|
|
"0.040584, 0.057714, 0.120147, 0.421009, 1.701829");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "4.053684, 4.068265, 4.105356, 4.221552, 4.644578",\
|
|
"4.153337, 4.167918, 4.205009, 4.321204, 4.744230",\
|
|
"4.322814, 4.337395, 4.374486, 4.490681, 4.913707",\
|
|
"4.651016, 4.665597, 4.702688, 4.818883, 5.241910",\
|
|
"5.199475, 5.214056, 5.251147, 5.367342, 5.790369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.034328, 0.044075, 0.075363, 0.205543, 0.779611",\
|
|
"0.034328, 0.044075, 0.075363, 0.205543, 0.779611",\
|
|
"0.034328, 0.044075, 0.075363, 0.205543, 0.779611",\
|
|
"0.034328, 0.044075, 0.075363, 0.205543, 0.779611",\
|
|
"0.034328, 0.044075, 0.075363, 0.205543, 0.779611");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[24]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[24] */
|
|
|
|
pin("pll_trim[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003716 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "4.669457, 4.685268, 4.741375, 4.966691, 5.895655",\
|
|
"4.779167, 4.794978, 4.851085, 5.076401, 6.005365",\
|
|
"4.967455, 4.983266, 5.039373, 5.264689, 6.193653",\
|
|
"5.348654, 5.364465, 5.420572, 5.645887, 6.574852",\
|
|
"6.046418, 6.062229, 6.118336, 6.343652, 7.272616");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.037940, 0.055299, 0.122730, 0.435748, 1.764912",\
|
|
"0.037940, 0.055299, 0.122730, 0.435748, 1.764912",\
|
|
"0.037940, 0.055299, 0.122730, 0.435748, 1.764912",\
|
|
"0.037940, 0.055299, 0.122730, 0.435748, 1.764912",\
|
|
"0.037940, 0.055299, 0.122730, 0.435748, 1.764912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "4.198821, 4.212117, 4.251451, 4.368680, 4.806149",\
|
|
"4.308530, 4.321826, 4.361160, 4.478389, 4.915859",\
|
|
"4.496819, 4.510115, 4.549449, 4.666678, 5.104148",\
|
|
"4.878017, 4.891313, 4.930647, 5.047876, 5.485346",\
|
|
"5.575781, 5.589077, 5.628411, 5.745640, 6.183110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.034679, 0.044243, 0.079408, 0.220622, 0.841416",\
|
|
"0.034679, 0.044243, 0.079408, 0.220622, 0.841416",\
|
|
"0.034679, 0.044243, 0.079408, 0.220622, 0.841416",\
|
|
"0.034679, 0.044243, 0.079408, 0.220622, 0.841416",\
|
|
"0.034679, 0.044243, 0.079408, 0.220622, 0.841416");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "4.437494, 4.455682, 4.509593, 4.732614, 5.645394",\
|
|
"4.537146, 4.555334, 4.609245, 4.832266, 5.745046",\
|
|
"4.706623, 4.724811, 4.778722, 5.001743, 5.914523",\
|
|
"5.034825, 5.053013, 5.106924, 5.329945, 6.242725",\
|
|
"5.583284, 5.601472, 5.655383, 5.878404, 6.791184");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.037940, 0.055299, 0.118820, 0.421621, 1.702029",\
|
|
"0.037940, 0.055299, 0.118820, 0.421621, 1.702029",\
|
|
"0.037940, 0.055299, 0.118820, 0.421621, 1.702029",\
|
|
"0.037940, 0.055299, 0.118820, 0.421621, 1.702029",\
|
|
"0.037940, 0.055299, 0.118820, 0.421621, 1.702029");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "3.968158, 3.982530, 4.019662, 4.135659, 4.558353",\
|
|
"4.067811, 4.082182, 4.119315, 4.235311, 4.658005",\
|
|
"4.237288, 4.251660, 4.288792, 4.404788, 4.827483",\
|
|
"4.565490, 4.579862, 4.616994, 4.732991, 5.155685",\
|
|
"5.113949, 5.128321, 5.165452, 5.281449, 5.704144");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.034679, 0.044243, 0.075482, 0.205681, 0.779399",\
|
|
"0.034679, 0.044243, 0.075482, 0.205681, 0.779399",\
|
|
"0.034679, 0.044243, 0.075482, 0.205681, 0.779399",\
|
|
"0.034679, 0.044243, 0.075482, 0.205681, 0.779399",\
|
|
"0.034679, 0.044243, 0.075482, 0.205681, 0.779399");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[23]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[23] */
|
|
|
|
pin("pll_trim[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001870 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "4.871837, 4.891134, 4.947547, 5.176673, 6.101407",\
|
|
"4.981547, 5.000844, 5.057257, 5.286383, 6.211116",\
|
|
"5.169835, 5.189132, 5.245545, 5.474671, 6.399405",\
|
|
"5.551033, 5.570330, 5.626744, 5.855870, 6.780603",\
|
|
"6.248798, 6.268095, 6.324508, 6.553634, 7.478367");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.036047, 0.053515, 0.119638, 0.433073, 1.754268",\
|
|
"0.036047, 0.053515, 0.119638, 0.433073, 1.754268",\
|
|
"0.036047, 0.053515, 0.119638, 0.433073, 1.754268",\
|
|
"0.036047, 0.053515, 0.119638, 0.433073, 1.754268",\
|
|
"0.036047, 0.053515, 0.119638, 0.433073, 1.754268");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "4.486914, 4.502338, 4.541823, 4.659075, 5.095502",\
|
|
"4.596623, 4.612048, 4.651533, 4.768785, 5.205212",\
|
|
"4.784912, 4.800336, 4.839821, 4.957073, 5.393500",\
|
|
"5.166110, 5.181535, 5.221020, 5.338272, 5.774698",\
|
|
"5.863874, 5.879299, 5.918784, 6.036036, 6.472463");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.032747, 0.042870, 0.077451, 0.216689, 0.830916",\
|
|
"0.032747, 0.042870, 0.077451, 0.216689, 0.830916",\
|
|
"0.032747, 0.042870, 0.077451, 0.216689, 0.830916",\
|
|
"0.032747, 0.042870, 0.077451, 0.216689, 0.830916",\
|
|
"0.032747, 0.042870, 0.077451, 0.216689, 0.830916");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "4.637051, 4.656348, 4.711041, 4.934156, 5.849277",\
|
|
"4.736703, 4.756000, 4.810693, 5.033809, 5.948930",\
|
|
"4.906180, 4.925477, 4.980170, 5.203286, 6.118407",\
|
|
"5.234383, 5.253679, 5.308372, 5.531488, 6.446609",\
|
|
"5.782842, 5.802138, 5.856832, 6.079947, 6.995068");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.036047, 0.053515, 0.116424, 0.418460, 1.701953",\
|
|
"0.036047, 0.053515, 0.116424, 0.418460, 1.701953",\
|
|
"0.036047, 0.053515, 0.116424, 0.418460, 1.701953",\
|
|
"0.036047, 0.053515, 0.116424, 0.418460, 1.701953",\
|
|
"0.036047, 0.053515, 0.116424, 0.418460, 1.701953");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "4.255985, 4.271410, 4.309169, 4.425464, 4.849332",\
|
|
"4.355638, 4.371062, 4.408821, 4.525116, 4.948985",\
|
|
"4.525115, 4.540539, 4.578298, 4.694593, 5.118462",\
|
|
"4.853317, 4.868742, 4.906500, 5.022796, 5.446664",\
|
|
"5.401776, 5.417201, 5.454959, 5.571255, 5.995123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.032747, 0.042870, 0.074224, 0.204341, 0.779571",\
|
|
"0.032747, 0.042870, 0.074224, 0.204341, 0.779571",\
|
|
"0.032747, 0.042870, 0.074224, 0.204341, 0.779571",\
|
|
"0.032747, 0.042870, 0.074224, 0.204341, 0.779571",\
|
|
"0.032747, 0.042870, 0.074224, 0.204341, 0.779571");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[22]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[22] */
|
|
|
|
pin("pll_trim[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002686 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "5.398904, 5.415101, 5.474973, 5.705210, 6.635155",\
|
|
"5.508614, 5.524811, 5.584683, 5.814920, 6.744864",\
|
|
"5.696903, 5.713099, 5.772972, 6.003209, 6.933153",\
|
|
"6.078101, 6.094298, 6.154170, 6.384407, 7.314352",\
|
|
"6.775866, 6.792062, 6.851934, 7.082171, 8.012115");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.047760, 0.064398, 0.127596, 0.435923, 1.767730",\
|
|
"0.047760, 0.064398, 0.127596, 0.435923, 1.767730",\
|
|
"0.047760, 0.064398, 0.127596, 0.435923, 1.767730",\
|
|
"0.047760, 0.064398, 0.127596, 0.435923, 1.767730",\
|
|
"0.047760, 0.064398, 0.127596, 0.435923, 1.767730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "4.770229, 4.782974, 4.823231, 4.941372, 5.378275",\
|
|
"4.879939, 4.892684, 4.932941, 5.051082, 5.487985",\
|
|
"5.068227, 5.080972, 5.121229, 5.239370, 5.676273",\
|
|
"5.449425, 5.462170, 5.502428, 5.620568, 6.057471",\
|
|
"6.147190, 6.159935, 6.200192, 6.318333, 6.755236");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.036691, 0.046398, 0.080432, 0.219369, 0.836396",\
|
|
"0.036691, 0.046398, 0.080432, 0.219369, 0.836396",\
|
|
"0.036691, 0.046398, 0.080432, 0.219369, 0.836396",\
|
|
"0.036691, 0.046398, 0.080432, 0.219369, 0.836396",\
|
|
"0.036691, 0.046398, 0.080432, 0.219369, 0.836396");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "5.072009, 5.093381, 5.151325, 5.374968, 6.289344",\
|
|
"5.171661, 5.193033, 5.250977, 5.474620, 6.388997",\
|
|
"5.341138, 5.362510, 5.420454, 5.644096, 6.558473",\
|
|
"5.669340, 5.690712, 5.748656, 5.972299, 6.886675",\
|
|
"6.217799, 6.239171, 6.297115, 6.520758, 7.435134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.047760, 0.064398, 0.124040, 0.419859, 1.701309",\
|
|
"0.047760, 0.064398, 0.124040, 0.419859, 1.701309",\
|
|
"0.047760, 0.064398, 0.124040, 0.419859, 1.701309",\
|
|
"0.047760, 0.064398, 0.124040, 0.419859, 1.701309",\
|
|
"0.047760, 0.064398, 0.124040, 0.419859, 1.701309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "4.531312, 4.546816, 4.585127, 4.702283, 5.125453",\
|
|
"4.630965, 4.646469, 4.684780, 4.801936, 5.225106",\
|
|
"4.800442, 4.815946, 4.854257, 4.971412, 5.394582",\
|
|
"5.128644, 5.144148, 5.182459, 5.299614, 5.722785",\
|
|
"5.677103, 5.692607, 5.730918, 5.848073, 6.271244");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.036653, 0.046363, 0.076836, 0.205747, 0.779985",\
|
|
"0.036653, 0.046363, 0.076836, 0.205747, 0.779985",\
|
|
"0.036653, 0.046363, 0.076836, 0.205747, 0.779985",\
|
|
"0.036653, 0.046363, 0.076836, 0.205747, 0.779985",\
|
|
"0.036653, 0.046363, 0.076836, 0.205747, 0.779985");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[21]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[21] */
|
|
|
|
pin("pll_trim[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "4.889500, 4.909429, 4.966714, 5.195954, 6.120914",\
|
|
"4.999210, 5.019138, 5.076424, 5.305664, 6.230624",\
|
|
"5.187498, 5.207427, 5.264712, 5.493952, 6.418912",\
|
|
"5.568696, 5.588625, 5.645911, 5.875151, 6.800110",\
|
|
"6.266461, 6.286390, 6.343676, 6.572916, 7.497876");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.038947, 0.056196, 0.121371, 0.433156, 1.754361",\
|
|
"0.038947, 0.056196, 0.121371, 0.433156, 1.754361",\
|
|
"0.038947, 0.056196, 0.121371, 0.433156, 1.754361",\
|
|
"0.038947, 0.056196, 0.121371, 0.433156, 1.754361",\
|
|
"0.038947, 0.056196, 0.121371, 0.433156, 1.754361");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "4.342557, 4.357948, 4.397355, 4.514690, 4.951197",\
|
|
"4.452267, 4.467658, 4.507065, 4.624400, 5.060907",\
|
|
"4.640555, 4.655947, 4.695354, 4.812688, 5.249196",\
|
|
"5.021754, 5.037145, 5.076552, 5.193887, 5.630394",\
|
|
"5.719519, 5.734910, 5.774317, 5.891652, 6.328159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.032804, 0.042965, 0.077557, 0.216849, 0.831280",\
|
|
"0.032804, 0.042965, 0.077557, 0.216849, 0.831280",\
|
|
"0.032804, 0.042965, 0.077557, 0.216849, 0.831280",\
|
|
"0.032804, 0.042965, 0.077557, 0.216849, 0.831280",\
|
|
"0.032804, 0.042965, 0.077557, 0.216849, 0.831280");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "4.644584, 4.664512, 4.720056, 4.943253, 5.858566",\
|
|
"4.744236, 4.764164, 4.819708, 5.042905, 5.958219",\
|
|
"4.913713, 4.933641, 4.989185, 5.212382, 6.127696",\
|
|
"5.241915, 5.261844, 5.317387, 5.540584, 6.455898",\
|
|
"5.790374, 5.810303, 5.865846, 6.089043, 7.004357");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.038947, 0.056196, 0.118151, 0.418475, 1.701776",\
|
|
"0.038947, 0.056196, 0.118151, 0.418475, 1.701776",\
|
|
"0.038947, 0.056196, 0.118151, 0.418475, 1.701776",\
|
|
"0.038947, 0.056196, 0.118151, 0.418475, 1.701776",\
|
|
"0.038947, 0.056196, 0.118151, 0.418475, 1.701776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "4.112910, 4.128302, 4.165961, 4.282326, 4.706220",\
|
|
"4.212563, 4.227954, 4.265614, 4.381978, 4.805872",\
|
|
"4.382040, 4.397431, 4.435090, 4.551455, 4.975349",\
|
|
"4.710242, 4.725633, 4.763292, 4.879657, 5.303552",\
|
|
"5.258701, 5.274092, 5.311751, 5.428116, 5.852011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.032804, 0.042965, 0.074325, 0.204442, 0.779664",\
|
|
"0.032804, 0.042965, 0.074325, 0.204442, 0.779664",\
|
|
"0.032804, 0.042965, 0.074325, 0.204442, 0.779664",\
|
|
"0.032804, 0.042965, 0.074325, 0.204442, 0.779664",\
|
|
"0.032804, 0.042965, 0.074325, 0.204442, 0.779664");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[20]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[20] */
|
|
|
|
pin("pll_trim[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002243 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "4.713322, 4.729211, 4.785235, 5.014360, 5.938581",\
|
|
"4.823031, 4.838921, 4.894945, 5.124070, 6.048291",\
|
|
"5.011319, 5.027209, 5.083233, 5.312358, 6.236578",\
|
|
"5.392518, 5.408408, 5.464432, 5.693557, 6.617777",\
|
|
"6.090282, 6.106172, 6.162196, 6.391321, 7.315542");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.035608, 0.053098, 0.119676, 0.433883, 1.754715",\
|
|
"0.035608, 0.053098, 0.119676, 0.433883, 1.754715",\
|
|
"0.035608, 0.053098, 0.119676, 0.433883, 1.754715",\
|
|
"0.035608, 0.053098, 0.119676, 0.433883, 1.754715",\
|
|
"0.035608, 0.053098, 0.119676, 0.433883, 1.754715");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "4.236519, 4.249897, 4.289385, 4.406510, 4.842624",\
|
|
"4.346229, 4.359607, 4.399095, 4.516220, 4.952334",\
|
|
"4.534517, 4.547895, 4.587383, 4.704508, 5.140623",\
|
|
"4.915716, 4.929094, 4.968582, 5.085707, 5.521821",\
|
|
"5.613481, 5.626859, 5.666346, 5.783471, 6.219586");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.033257, 0.043132, 0.077703, 0.217026, 0.831128",\
|
|
"0.033257, 0.043132, 0.077703, 0.217026, 0.831128",\
|
|
"0.033257, 0.043132, 0.077703, 0.217026, 0.831128",\
|
|
"0.033257, 0.043132, 0.077703, 0.217026, 0.831128",\
|
|
"0.033257, 0.043132, 0.077703, 0.217026, 0.831128");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "4.475373, 4.494137, 4.548411, 4.771482, 5.686032",\
|
|
"4.575026, 4.593790, 4.648064, 4.871134, 5.785685",\
|
|
"4.744503, 4.763267, 4.817541, 5.040611, 5.955162",\
|
|
"5.072705, 5.091469, 5.145743, 5.368814, 6.283364",\
|
|
"5.621164, 5.639927, 5.694202, 5.917272, 6.831822");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.035608, 0.053098, 0.116423, 0.419147, 1.702023",\
|
|
"0.035608, 0.053098, 0.116423, 0.419147, 1.702023",\
|
|
"0.035608, 0.053098, 0.116423, 0.419147, 1.702023",\
|
|
"0.035608, 0.053098, 0.116423, 0.419147, 1.702023",\
|
|
"0.035608, 0.053098, 0.116423, 0.419147, 1.702023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "4.004673, 4.019721, 4.057453, 4.173576, 4.597089",\
|
|
"4.104326, 4.119374, 4.157106, 4.273229, 4.696742",\
|
|
"4.273802, 4.288850, 4.326582, 4.442705, 4.866218",\
|
|
"4.602005, 4.617052, 4.654784, 4.770907, 5.194420",\
|
|
"5.150464, 5.165511, 5.203243, 5.319366, 5.742879");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.033257, 0.043132, 0.074437, 0.204576, 0.779403",\
|
|
"0.033257, 0.043132, 0.074437, 0.204576, 0.779403",\
|
|
"0.033257, 0.043132, 0.074437, 0.204576, 0.779403",\
|
|
"0.033257, 0.043132, 0.074437, 0.204576, 0.779403",\
|
|
"0.033257, 0.043132, 0.074437, 0.204576, 0.779403");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[19]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[19] */
|
|
|
|
pin("pll_trim[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001070 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "5.017080, 5.037599, 5.094790, 5.323414, 6.248557",\
|
|
"5.126790, 5.147308, 5.204500, 5.433124, 6.358267",\
|
|
"5.315078, 5.335597, 5.392788, 5.621412, 6.546555",\
|
|
"5.696277, 5.716795, 5.773987, 6.002610, 6.927753",\
|
|
"6.394041, 6.414559, 6.471751, 6.700374, 7.625517");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.037079, 0.054516, 0.119314, 0.430079, 1.748912",\
|
|
"0.037079, 0.054516, 0.119314, 0.430079, 1.748912",\
|
|
"0.037079, 0.054516, 0.119314, 0.430079, 1.748912",\
|
|
"0.037079, 0.054516, 0.119314, 0.430079, 1.748912",\
|
|
"0.037079, 0.054516, 0.119314, 0.430079, 1.748912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "4.566648, 4.582800, 4.622410, 4.744384, 5.175610",\
|
|
"4.676358, 4.692510, 4.732120, 4.854094, 5.285320",\
|
|
"4.864645, 4.880798, 4.920408, 5.042382, 5.473608",\
|
|
"5.245844, 5.261997, 5.301607, 5.423581, 5.854806",\
|
|
"5.943608, 5.959761, 5.999371, 6.121345, 6.552570");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.032043, 0.042512, 0.076701, 0.217023, 0.825845",\
|
|
"0.032043, 0.042512, 0.076701, 0.217023, 0.825845",\
|
|
"0.032043, 0.042512, 0.076701, 0.217023, 0.825845",\
|
|
"0.032043, 0.042512, 0.076701, 0.217023, 0.825845",\
|
|
"0.032043, 0.042512, 0.076701, 0.217023, 0.825845");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "4.749466, 4.769984, 4.825646, 5.048861, 5.965215",\
|
|
"4.849118, 4.869637, 4.925298, 5.148513, 6.064867",\
|
|
"5.018595, 5.039114, 5.094776, 5.317990, 6.234344",\
|
|
"5.346797, 5.367316, 5.422978, 5.646193, 6.562546",\
|
|
"5.895256, 5.915774, 5.971436, 6.194651, 7.111005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.037079, 0.054516, 0.116475, 0.416982, 1.701798",\
|
|
"0.037079, 0.054516, 0.116475, 0.416982, 1.701798",\
|
|
"0.037079, 0.054516, 0.116475, 0.416982, 1.701798",\
|
|
"0.037079, 0.054516, 0.116475, 0.416982, 1.701798",\
|
|
"0.037079, 0.054516, 0.116475, 0.416982, 1.701798");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "4.331435, 4.347587, 4.385664, 4.502191, 4.926578",\
|
|
"4.431087, 4.447239, 4.485316, 4.601843, 5.026230",\
|
|
"4.600564, 4.616716, 4.654792, 4.771320, 5.195707",\
|
|
"4.928766, 4.944918, 4.982995, 5.099522, 5.523909",\
|
|
"5.477225, 5.493377, 5.531454, 5.647981, 6.072368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.032043, 0.042512, 0.073852, 0.203832, 0.779712",\
|
|
"0.032043, 0.042512, 0.073852, 0.203832, 0.779712",\
|
|
"0.032043, 0.042512, 0.073852, 0.203832, 0.779712",\
|
|
"0.032043, 0.042512, 0.073852, 0.203832, 0.779712",\
|
|
"0.032043, 0.042512, 0.073852, 0.203832, 0.779712");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[18]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[18] */
|
|
|
|
pin("pll_trim[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002707 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "4.893080, 4.911858, 4.968194, 5.197776, 6.122130",\
|
|
"5.002790, 5.021568, 5.077904, 5.307486, 6.231840",\
|
|
"5.191078, 5.209856, 5.266192, 5.495774, 6.420128",\
|
|
"5.572277, 5.591054, 5.647391, 5.876972, 6.801327",\
|
|
"6.270041, 6.288819, 6.345156, 6.574738, 7.499092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.037206, 0.054582, 0.121164, 0.435699, 1.758478",\
|
|
"0.037206, 0.054582, 0.121164, 0.435699, 1.758478",\
|
|
"0.037206, 0.054582, 0.121164, 0.435699, 1.758478",\
|
|
"0.037206, 0.054582, 0.121164, 0.435699, 1.758478",\
|
|
"0.037206, 0.054582, 0.121164, 0.435699, 1.758478");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "4.515289, 4.530177, 4.569535, 4.686816, 5.123639",\
|
|
"4.624999, 4.639887, 4.679245, 4.796526, 5.233349",\
|
|
"4.813287, 4.828175, 4.867533, 4.984814, 5.421637",\
|
|
"5.194486, 5.209374, 5.248732, 5.366013, 5.802836",\
|
|
"5.892251, 5.907138, 5.946496, 6.063777, 6.500600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.033631, 0.043507, 0.078321, 0.218342, 0.835120",\
|
|
"0.033631, 0.043507, 0.078321, 0.218342, 0.835120",\
|
|
"0.033631, 0.043507, 0.078321, 0.218342, 0.835120",\
|
|
"0.033631, 0.043507, 0.078321, 0.218342, 0.835120",\
|
|
"0.033631, 0.043507, 0.078321, 0.218342, 0.835120");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "4.663503, 4.682281, 4.736708, 4.959789, 5.873882",\
|
|
"4.763155, 4.781933, 4.836360, 5.059442, 5.973534",\
|
|
"4.932632, 4.951410, 5.005837, 5.228919, 6.143011",\
|
|
"5.260834, 5.279612, 5.334039, 5.557121, 6.471213",\
|
|
"5.809293, 5.828071, 5.882498, 6.105580, 7.019672");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.037206, 0.054582, 0.117670, 0.419877, 1.701969",\
|
|
"0.037206, 0.054582, 0.117670, 0.419877, 1.701969",\
|
|
"0.037206, 0.054582, 0.117670, 0.419877, 1.701969",\
|
|
"0.037206, 0.054582, 0.117670, 0.419877, 1.701969",\
|
|
"0.037206, 0.054582, 0.117670, 0.419877, 1.701969");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "4.285712, 4.300600, 4.338043, 4.454252, 4.877640",\
|
|
"4.385365, 4.400252, 4.437696, 4.553905, 4.977293",\
|
|
"4.554841, 4.569729, 4.607172, 4.723381, 5.146769",\
|
|
"4.883043, 4.897931, 4.935374, 5.051583, 5.474971",\
|
|
"5.431502, 5.446390, 5.483833, 5.600042, 6.023430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.033631, 0.043507, 0.074813, 0.204964, 0.779552",\
|
|
"0.033631, 0.043507, 0.074813, 0.204964, 0.779552",\
|
|
"0.033631, 0.043507, 0.074813, 0.204964, 0.779552",\
|
|
"0.033631, 0.043507, 0.074813, 0.204964, 0.779552",\
|
|
"0.033631, 0.043507, 0.074813, 0.204964, 0.779552");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[17]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[17] */
|
|
|
|
pin("pll_trim[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000772 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.952940, 4.973203, 5.029860, 5.258239, 6.183273",\
|
|
"5.062650, 5.082913, 5.139569, 5.367949, 6.292983",\
|
|
"5.250938, 5.271201, 5.327857, 5.556237, 6.481271",\
|
|
"5.632137, 5.652400, 5.709056, 5.937436, 6.862470",\
|
|
"6.329902, 6.350164, 6.406821, 6.635200, 7.560234");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.034921, 0.052530, 0.117764, 0.429169, 1.747264",\
|
|
"0.034921, 0.052530, 0.117764, 0.429169, 1.747264",\
|
|
"0.034921, 0.052530, 0.117764, 0.429169, 1.747264",\
|
|
"0.034921, 0.052530, 0.117764, 0.429169, 1.747264",\
|
|
"0.034921, 0.052530, 0.117764, 0.429169, 1.747264");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.532041, 4.548337, 4.587962, 4.709632, 5.140773",\
|
|
"4.641750, 4.658047, 4.697671, 4.819342, 5.250483",\
|
|
"4.830039, 4.846335, 4.885960, 5.007629, 5.438771",\
|
|
"5.211237, 5.227534, 5.267159, 5.388828, 5.819970",\
|
|
"5.909002, 5.925298, 5.964923, 6.086593, 6.517734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.031501, 0.042042, 0.076192, 0.216212, 0.824001",\
|
|
"0.031501, 0.042042, 0.076192, 0.216212, 0.824001",\
|
|
"0.031501, 0.042042, 0.076192, 0.216212, 0.824001",\
|
|
"0.031501, 0.042042, 0.076192, 0.216212, 0.824001",\
|
|
"0.031501, 0.042042, 0.076192, 0.216212, 0.824001");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.683905, 4.704168, 4.759364, 4.982537, 5.899059",\
|
|
"4.783558, 4.803821, 4.859016, 5.082190, 5.998712",\
|
|
"4.953034, 4.973297, 5.028493, 5.251667, 6.168189",\
|
|
"5.281237, 5.301499, 5.356695, 5.579869, 6.496391",\
|
|
"5.829696, 5.849958, 5.905154, 6.128328, 7.044850");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.034921, 0.052530, 0.115042, 0.416575, 1.701903",\
|
|
"0.034921, 0.052530, 0.115042, 0.416575, 1.701903",\
|
|
"0.034921, 0.052530, 0.115042, 0.416575, 1.701903",\
|
|
"0.034921, 0.052530, 0.115042, 0.416575, 1.701903",\
|
|
"0.034921, 0.052530, 0.115042, 0.416575, 1.701903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "4.292175, 4.308472, 4.346632, 4.463062, 4.887582",\
|
|
"4.391828, 4.408124, 4.446285, 4.562715, 4.987235",\
|
|
"4.561305, 4.577601, 4.615761, 4.732191, 5.156712",\
|
|
"4.889507, 4.905803, 4.943964, 5.060393, 5.484914",\
|
|
"5.437966, 5.454262, 5.492423, 5.608852, 6.033373");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.031501, 0.042042, 0.073460, 0.203529, 0.779622",\
|
|
"0.031501, 0.042042, 0.073460, 0.203529, 0.779622",\
|
|
"0.031501, 0.042042, 0.073460, 0.203529, 0.779622",\
|
|
"0.031501, 0.042042, 0.073460, 0.203529, 0.779622",\
|
|
"0.031501, 0.042042, 0.073460, 0.203529, 0.779622");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[16]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[16] */
|
|
|
|
pin("pll_trim[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001488 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "5.054206, 5.074458, 5.131704, 5.360706, 6.285889",\
|
|
"5.163916, 5.184167, 5.241414, 5.470416, 6.395599",\
|
|
"5.352203, 5.372455, 5.429702, 5.658704, 6.583887",\
|
|
"5.733402, 5.753654, 5.810901, 6.039903, 6.965086",\
|
|
"6.431167, 6.451418, 6.508665, 6.737667, 7.662850");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.037945, 0.055291, 0.120334, 0.431747, 1.752250",\
|
|
"0.037945, 0.055291, 0.120334, 0.431747, 1.752250",\
|
|
"0.037945, 0.055291, 0.120334, 0.431747, 1.752250",\
|
|
"0.037945, 0.055291, 0.120334, 0.431747, 1.752250",\
|
|
"0.037945, 0.055291, 0.120334, 0.431747, 1.752250");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "4.607725, 4.623569, 4.663146, 4.780550, 5.216881",\
|
|
"4.717434, 4.733279, 4.772856, 4.890260, 5.326591",\
|
|
"4.905723, 4.921567, 4.961144, 5.078548, 5.514879",\
|
|
"5.286921, 5.302765, 5.342342, 5.459746, 5.896078",\
|
|
"5.984685, 6.000530, 6.040107, 6.157511, 6.593842");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.032574, 0.042889, 0.077287, 0.216056, 0.829204",\
|
|
"0.032574, 0.042889, 0.077287, 0.216056, 0.829204",\
|
|
"0.032574, 0.042889, 0.077287, 0.216056, 0.829204",\
|
|
"0.032574, 0.042889, 0.077287, 0.216056, 0.829204",\
|
|
"0.032574, 0.042889, 0.077287, 0.216056, 0.829204");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "4.788535, 4.808787, 4.864391, 5.087597, 6.003470",\
|
|
"4.888188, 4.908440, 4.964044, 5.187250, 6.103123",\
|
|
"5.057665, 5.077917, 5.133521, 5.356727, 6.272600",\
|
|
"5.385867, 5.406119, 5.461723, 5.684929, 6.600802",\
|
|
"5.934326, 5.954577, 6.010181, 6.233388, 7.149261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.037945, 0.055291, 0.117252, 0.417673, 1.701788",\
|
|
"0.037945, 0.055291, 0.117252, 0.417673, 1.701788",\
|
|
"0.037945, 0.055291, 0.117252, 0.417673, 1.701788",\
|
|
"0.037945, 0.055291, 0.117252, 0.417673, 1.701788",\
|
|
"0.037945, 0.055291, 0.117252, 0.417673, 1.701788");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "4.375137, 4.390982, 4.428911, 4.545422, 4.969570",\
|
|
"4.474790, 4.490634, 4.528563, 4.645074, 5.069222",\
|
|
"4.644267, 4.660111, 4.698040, 4.814551, 5.238699",\
|
|
"4.972469, 4.988313, 5.026242, 5.142753, 5.566902",\
|
|
"5.520927, 5.536772, 5.574701, 5.691212, 6.115360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.032574, 0.042889, 0.074192, 0.204162, 0.779719",\
|
|
"0.032574, 0.042889, 0.074192, 0.204162, 0.779719",\
|
|
"0.032574, 0.042889, 0.074192, 0.204162, 0.779719",\
|
|
"0.032574, 0.042889, 0.074192, 0.204162, 0.779719",\
|
|
"0.032574, 0.042889, 0.074192, 0.204162, 0.779719");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[15]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[15] */
|
|
|
|
pin("pll_trim[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001585 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "5.005422, 5.025353, 5.082287, 5.311222, 6.236142",\
|
|
"5.115131, 5.135063, 5.191997, 5.420932, 6.345852",\
|
|
"5.303420, 5.323351, 5.380286, 5.609221, 6.534141",\
|
|
"5.684618, 5.704550, 5.761484, 5.990419, 6.915339",\
|
|
"6.382383, 6.402315, 6.459249, 6.688184, 7.613104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.037206, 0.054605, 0.119954, 0.431871, 1.751997",\
|
|
"0.037206, 0.054605, 0.119954, 0.431871, 1.751997",\
|
|
"0.037206, 0.054605, 0.119954, 0.431871, 1.751997",\
|
|
"0.037206, 0.054605, 0.119954, 0.431871, 1.751997",\
|
|
"0.037206, 0.054605, 0.119954, 0.431871, 1.751997");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "4.583167, 4.598865, 4.638315, 4.755635, 5.191845",\
|
|
"4.692877, 4.708574, 4.748024, 4.865345, 5.301555",\
|
|
"4.881165, 4.896863, 4.936313, 5.053633, 5.489843",\
|
|
"5.262364, 5.278061, 5.317512, 5.434832, 5.871042",\
|
|
"5.960128, 5.975826, 6.015276, 6.132596, 6.568807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.032368, 0.042673, 0.077126, 0.215969, 0.828850",\
|
|
"0.032368, 0.042673, 0.077126, 0.215969, 0.828850",\
|
|
"0.032368, 0.042673, 0.077126, 0.215969, 0.828850",\
|
|
"0.032368, 0.042673, 0.077126, 0.215969, 0.828850",\
|
|
"0.032368, 0.042673, 0.077126, 0.215969, 0.828850");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "4.752702, 4.772633, 4.827926, 5.051101, 5.966753",\
|
|
"4.852354, 4.872285, 4.927578, 5.150753, 6.066406",\
|
|
"5.021831, 5.041762, 5.097054, 5.320230, 6.235882",\
|
|
"5.350033, 5.369964, 5.425257, 5.648432, 6.564085",\
|
|
"5.898492, 5.918423, 5.973716, 6.196891, 7.112544");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.037206, 0.054605, 0.116895, 0.417887, 1.701846",\
|
|
"0.037206, 0.054605, 0.116895, 0.417887, 1.701846",\
|
|
"0.037206, 0.054605, 0.116895, 0.417887, 1.701846",\
|
|
"0.037206, 0.054605, 0.116895, 0.417887, 1.701846",\
|
|
"0.037206, 0.054605, 0.116895, 0.417887, 1.701846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "4.346873, 4.362570, 4.400374, 4.516783, 4.940903",\
|
|
"4.446525, 4.462223, 4.500026, 4.616435, 5.040555",\
|
|
"4.616002, 4.631700, 4.669503, 4.785912, 5.210032",\
|
|
"4.944204, 4.959902, 4.997705, 5.114114, 5.538234",\
|
|
"5.492663, 5.508361, 5.546165, 5.662573, 6.086693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.032368, 0.042673, 0.074054, 0.204155, 0.779678",\
|
|
"0.032368, 0.042673, 0.074054, 0.204155, 0.779678",\
|
|
"0.032368, 0.042673, 0.074054, 0.204155, 0.779678",\
|
|
"0.032368, 0.042673, 0.074054, 0.204155, 0.779678",\
|
|
"0.032368, 0.042673, 0.074054, 0.204155, 0.779678");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[14]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[14] */
|
|
|
|
pin("pll_trim[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "4.858265, 4.878767, 4.936107, 5.164963, 6.090228",\
|
|
"4.967975, 4.988477, 5.045817, 5.274673, 6.199938",\
|
|
"5.156263, 5.176765, 5.234105, 5.462961, 6.388226",\
|
|
"5.537462, 5.557964, 5.615304, 5.844160, 6.769425",\
|
|
"6.235227, 6.255728, 6.313068, 6.541924, 7.467189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.037842, 0.055209, 0.120028, 0.430950, 1.750840",\
|
|
"0.037842, 0.055209, 0.120028, 0.430950, 1.750840",\
|
|
"0.037842, 0.055209, 0.120028, 0.430950, 1.750840",\
|
|
"0.037842, 0.055209, 0.120028, 0.430950, 1.750840",\
|
|
"0.037842, 0.055209, 0.120028, 0.430950, 1.750840");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "4.313122, 4.329070, 4.368596, 4.485892, 4.922055",\
|
|
"4.422832, 4.438779, 4.478305, 4.595602, 5.031765",\
|
|
"4.611120, 4.627068, 4.666594, 4.783890, 5.220053",\
|
|
"4.992319, 5.008266, 5.047792, 5.165089, 5.601252",\
|
|
"5.690084, 5.706031, 5.745557, 5.862854, 6.299017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.032015, 0.042420, 0.076821, 0.215459, 0.827757",\
|
|
"0.032015, 0.042420, 0.076821, 0.215459, 0.827757",\
|
|
"0.032015, 0.042420, 0.076821, 0.215459, 0.827757",\
|
|
"0.032015, 0.042420, 0.076821, 0.215459, 0.827757",\
|
|
"0.032015, 0.042420, 0.076821, 0.215459, 0.827757");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "4.615088, 4.635590, 4.691341, 4.914564, 5.830740",\
|
|
"4.714740, 4.735242, 4.790994, 5.014216, 5.930392",\
|
|
"4.884217, 4.904719, 4.960471, 5.183693, 6.099869",\
|
|
"5.212420, 5.232921, 5.288673, 5.511896, 6.428071",\
|
|
"5.760879, 5.781381, 5.837132, 6.060355, 6.976531");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.037842, 0.055209, 0.117040, 0.417277, 1.701770",\
|
|
"0.037842, 0.055209, 0.117040, 0.417277, 1.701770",\
|
|
"0.037842, 0.055209, 0.117040, 0.417277, 1.701770",\
|
|
"0.037842, 0.055209, 0.117040, 0.417277, 1.701770",\
|
|
"0.037842, 0.055209, 0.117040, 0.417277, 1.701770");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "4.083545, 4.099492, 4.137425, 4.253852, 4.678143",\
|
|
"4.183197, 4.199145, 4.237077, 4.353505, 4.777796",\
|
|
"4.352674, 4.368621, 4.406554, 4.522981, 4.947272",\
|
|
"4.680876, 4.696824, 4.734756, 4.851183, 5.275475",\
|
|
"5.229335, 5.245283, 5.283216, 5.399643, 5.823934");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.032015, 0.042420, 0.073821, 0.203909, 0.779668",\
|
|
"0.032015, 0.042420, 0.073821, 0.203909, 0.779668",\
|
|
"0.032015, 0.042420, 0.073821, 0.203909, 0.779668",\
|
|
"0.032015, 0.042420, 0.073821, 0.203909, 0.779668",\
|
|
"0.032015, 0.042420, 0.073821, 0.203909, 0.779668");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[13]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[13] */
|
|
|
|
pin("pll_trim[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003169 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "4.431337, 4.450047, 4.506537, 4.736517, 5.660866",\
|
|
"4.541047, 4.559757, 4.616247, 4.846227, 5.770576",\
|
|
"4.729336, 4.748045, 4.804535, 5.034515, 5.958864",\
|
|
"5.110534, 5.129244, 5.185734, 5.415714, 6.340062",\
|
|
"5.808299, 5.827008, 5.883498, 6.113478, 7.037827");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.038411, 0.055708, 0.122456, 0.437473, 1.761895",\
|
|
"0.038411, 0.055708, 0.122456, 0.437473, 1.761895",\
|
|
"0.038411, 0.055708, 0.122456, 0.437473, 1.761895",\
|
|
"0.038411, 0.055708, 0.122456, 0.437473, 1.761895",\
|
|
"0.038411, 0.055708, 0.122456, 0.437473, 1.761895");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "4.611041, 4.625792, 4.665028, 4.782443, 5.219865",\
|
|
"4.720750, 4.735502, 4.774738, 4.892153, 5.329575",\
|
|
"4.909039, 4.923790, 4.963026, 5.080441, 5.517863",\
|
|
"5.290237, 5.304988, 5.344224, 5.461639, 5.899061",\
|
|
"5.988001, 6.002753, 6.041989, 6.159404, 6.596826");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.034105, 0.043967, 0.079021, 0.219622, 0.838750",\
|
|
"0.034105, 0.043967, 0.079021, 0.219622, 0.838750",\
|
|
"0.034105, 0.043967, 0.079021, 0.219622, 0.838750",\
|
|
"0.034105, 0.043967, 0.079021, 0.219622, 0.838750",\
|
|
"0.034105, 0.043967, 0.079021, 0.219622, 0.838750");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "4.176678, 4.195387, 4.249845, 4.472926, 5.386518",\
|
|
"4.276330, 4.295040, 4.349497, 4.572578, 5.486170",\
|
|
"4.445807, 4.464516, 4.518973, 4.742054, 5.655646",\
|
|
"4.774009, 4.792718, 4.847176, 5.070257, 5.983849",\
|
|
"5.322468, 5.341177, 5.395635, 5.618716, 6.532308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.038411, 0.055708, 0.118694, 0.420626, 1.701940",\
|
|
"0.038411, 0.055708, 0.118694, 0.420626, 1.701940",\
|
|
"0.038411, 0.055708, 0.118694, 0.420626, 1.701940",\
|
|
"0.038411, 0.055708, 0.118694, 0.420626, 1.701940",\
|
|
"0.038411, 0.055708, 0.118694, 0.420626, 1.701940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "4.365404, 4.380156, 4.417352, 4.533662, 4.956904",\
|
|
"4.465056, 4.479808, 4.517004, 4.633314, 5.056556",\
|
|
"4.634533, 4.649285, 4.686481, 4.802791, 5.226033",\
|
|
"4.962736, 4.977487, 5.014684, 5.130993, 5.554235",\
|
|
"5.511194, 5.525946, 5.563142, 5.679452, 6.102694");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.034105, 0.043967, 0.075244, 0.205371, 0.779698",\
|
|
"0.034105, 0.043967, 0.075244, 0.205371, 0.779698",\
|
|
"0.034105, 0.043967, 0.075244, 0.205371, 0.779698",\
|
|
"0.034105, 0.043967, 0.075244, 0.205371, 0.779698",\
|
|
"0.034105, 0.043967, 0.075244, 0.205371, 0.779698");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[12]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[12] */
|
|
|
|
pin("pll_trim[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001472 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "5.028786, 5.049132, 5.106531, 5.335750, 6.261280",\
|
|
"5.138495, 5.158842, 5.216241, 5.445459, 6.370989",\
|
|
"5.326784, 5.347130, 5.404529, 5.633747, 6.559278",\
|
|
"5.707983, 5.728329, 5.785728, 6.014946, 6.940476",\
|
|
"6.405747, 6.426094, 6.483492, 6.712710, 7.638241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.038186, 0.055508, 0.120546, 0.432185, 1.754012",\
|
|
"0.038186, 0.055508, 0.120546, 0.432185, 1.754012",\
|
|
"0.038186, 0.055508, 0.120546, 0.432185, 1.754012",\
|
|
"0.038186, 0.055508, 0.120546, 0.432185, 1.754012",\
|
|
"0.038186, 0.055508, 0.120546, 0.432185, 1.754012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "4.587952, 4.603848, 4.643539, 4.761007, 5.197752",\
|
|
"4.697661, 4.713558, 4.753249, 4.870717, 5.307461",\
|
|
"4.885949, 4.901845, 4.941536, 5.059005, 5.495749",\
|
|
"5.267148, 5.283044, 5.322735, 5.440204, 5.876948",\
|
|
"5.964912, 5.980809, 6.020500, 6.137968, 6.574712");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.032708, 0.043008, 0.077457, 0.216494, 0.831006",\
|
|
"0.032708, 0.043008, 0.077457, 0.216494, 0.831006",\
|
|
"0.032708, 0.043008, 0.077457, 0.216494, 0.831006",\
|
|
"0.032708, 0.043008, 0.077457, 0.216494, 0.831006",\
|
|
"0.032708, 0.043008, 0.077457, 0.216494, 0.831006");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "4.768177, 4.788524, 4.844208, 5.067423, 5.983346",\
|
|
"4.867830, 4.888176, 4.943861, 5.167076, 6.082998",\
|
|
"5.037306, 5.057653, 5.113337, 5.336553, 6.252475",\
|
|
"5.365509, 5.385855, 5.441539, 5.664755, 6.580677",\
|
|
"5.913968, 5.934314, 5.989998, 6.213214, 7.129136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.038186, 0.055508, 0.117379, 0.417631, 1.701771",\
|
|
"0.038186, 0.055508, 0.117379, 0.417631, 1.701771",\
|
|
"0.038186, 0.055508, 0.117379, 0.417631, 1.701771",\
|
|
"0.038186, 0.055508, 0.117379, 0.417631, 1.701771",\
|
|
"0.038186, 0.055508, 0.117379, 0.417631, 1.701771");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "4.349886, 4.365783, 4.403754, 4.520307, 4.944448",\
|
|
"4.449539, 4.465436, 4.503407, 4.619960, 5.044100",\
|
|
"4.619016, 4.634912, 4.672884, 4.789437, 5.213577",\
|
|
"4.947218, 4.963115, 5.001086, 5.117639, 5.541780",\
|
|
"5.495677, 5.511574, 5.549545, 5.666098, 6.090239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.032708, 0.043008, 0.074278, 0.204187, 0.779733",\
|
|
"0.032708, 0.043008, 0.074278, 0.204187, 0.779733",\
|
|
"0.032708, 0.043008, 0.074278, 0.204187, 0.779733",\
|
|
"0.032708, 0.043008, 0.074278, 0.204187, 0.779733",\
|
|
"0.032708, 0.043008, 0.074278, 0.204187, 0.779733");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[11]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[11] */
|
|
|
|
pin("pll_trim[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000988 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "5.046793, 5.067548, 5.124936, 5.353502, 6.278700",\
|
|
"5.156503, 5.177258, 5.234645, 5.463212, 6.388410",\
|
|
"5.344791, 5.365546, 5.422934, 5.651500, 6.576698",\
|
|
"5.725990, 5.746745, 5.804132, 6.032699, 6.957897",\
|
|
"6.423753, 6.444509, 6.501896, 6.730462, 7.655660");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.037555, 0.054963, 0.119486, 0.429711, 1.748188",\
|
|
"0.037555, 0.054963, 0.119486, 0.429711, 1.748188",\
|
|
"0.037555, 0.054963, 0.119486, 0.429711, 1.748188",\
|
|
"0.037555, 0.054963, 0.119486, 0.429711, 1.748188",\
|
|
"0.037555, 0.054963, 0.119486, 0.429711, 1.748188");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "4.601490, 4.617755, 4.657449, 4.779414, 5.210574",\
|
|
"4.711200, 4.727465, 4.767159, 4.889124, 5.320283",\
|
|
"4.899488, 4.915753, 4.955448, 5.077413, 5.508572",\
|
|
"5.280687, 5.296952, 5.336646, 5.458611, 5.889771",\
|
|
"5.978451, 5.994716, 6.034410, 6.156375, 6.587534");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.032197, 0.042673, 0.076754, 0.216823, 0.825183",\
|
|
"0.032197, 0.042673, 0.076754, 0.216823, 0.825183",\
|
|
"0.032197, 0.042673, 0.076754, 0.216823, 0.825183",\
|
|
"0.032197, 0.042673, 0.076754, 0.216823, 0.825183",\
|
|
"0.032197, 0.042673, 0.076754, 0.216823, 0.825183");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "4.797453, 4.818208, 4.874093, 5.097329, 6.013852",\
|
|
"4.897105, 4.917861, 4.973745, 5.196981, 6.113504",\
|
|
"5.066582, 5.087337, 5.143222, 5.366458, 6.282981",\
|
|
"5.394784, 5.415540, 5.471424, 5.694660, 6.611184",\
|
|
"5.943243, 5.963998, 6.019883, 6.243119, 7.159642");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.037555, 0.054963, 0.116692, 0.416809, 1.701759",\
|
|
"0.037555, 0.054963, 0.116692, 0.416809, 1.701759",\
|
|
"0.037555, 0.054963, 0.116692, 0.416809, 1.701759",\
|
|
"0.037555, 0.054963, 0.116692, 0.416809, 1.701759",\
|
|
"0.037555, 0.054963, 0.116692, 0.416809, 1.701759");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "4.371913, 4.388178, 4.426364, 4.542964, 4.967370",\
|
|
"4.471565, 4.487830, 4.526017, 4.642617, 5.067022",\
|
|
"4.641042, 4.657307, 4.695493, 4.812093, 5.236498",\
|
|
"4.969244, 4.985509, 5.023695, 5.140296, 5.564701",\
|
|
"5.517703, 5.533968, 5.572155, 5.688755, 6.113160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.032197, 0.042673, 0.073949, 0.203829, 0.779735",\
|
|
"0.032197, 0.042673, 0.073949, 0.203829, 0.779735",\
|
|
"0.032197, 0.042673, 0.073949, 0.203829, 0.779735",\
|
|
"0.032197, 0.042673, 0.073949, 0.203829, 0.779735",\
|
|
"0.032197, 0.042673, 0.073949, 0.203829, 0.779735");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[10]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[10] */
|
|
|
|
pin("pll_trim[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002171 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "4.856444, 4.876084, 4.933229, 5.162754, 6.087829",\
|
|
"4.966154, 4.985794, 5.042939, 5.272464, 6.197538",\
|
|
"5.154442, 5.174082, 5.231227, 5.460752, 6.385827",\
|
|
"5.535641, 5.555281, 5.612425, 5.841950, 6.767025",\
|
|
"6.233405, 6.253045, 6.310189, 6.539714, 7.464789");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.038710, 0.055959, 0.121536, 0.434276, 1.757056",\
|
|
"0.038710, 0.055959, 0.121536, 0.434276, 1.757056",\
|
|
"0.038710, 0.055959, 0.121536, 0.434276, 1.757056",\
|
|
"0.038710, 0.055959, 0.121536, 0.434276, 1.757056",\
|
|
"0.038710, 0.055959, 0.121536, 0.434276, 1.757056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "4.314243, 4.329469, 4.368915, 4.486246, 4.923201",\
|
|
"4.423953, 4.439179, 4.478624, 4.595956, 5.032910",\
|
|
"4.612241, 4.627467, 4.666913, 4.784244, 5.221199",\
|
|
"4.993439, 5.008666, 5.048111, 5.165442, 5.602397",\
|
|
"5.691203, 5.706429, 5.745875, 5.863206, 6.300161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.033046, 0.043104, 0.077854, 0.217632, 0.833917",\
|
|
"0.033046, 0.043104, 0.077854, 0.217632, 0.833917",\
|
|
"0.033046, 0.043104, 0.077854, 0.217632, 0.833917",\
|
|
"0.033046, 0.043104, 0.077854, 0.217632, 0.833917",\
|
|
"0.033046, 0.043104, 0.077854, 0.217632, 0.833917");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "4.591866, 4.611506, 4.666808, 4.889980, 5.804989",\
|
|
"4.691519, 4.711159, 4.766460, 4.989633, 5.904642",\
|
|
"4.860996, 4.880636, 4.935936, 5.159110, 6.074118",\
|
|
"5.189198, 5.208838, 5.264139, 5.487312, 6.402320",\
|
|
"5.737657, 5.757297, 5.812598, 6.035770, 6.950779");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.038710, 0.055959, 0.118150, 0.418842, 1.701814",\
|
|
"0.038710, 0.055959, 0.118150, 0.418842, 1.701814",\
|
|
"0.038710, 0.055959, 0.118150, 0.418842, 1.701814",\
|
|
"0.038710, 0.055959, 0.118150, 0.418842, 1.701814",\
|
|
"0.038710, 0.055959, 0.118150, 0.418842, 1.701814");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "4.075070, 4.090296, 4.127893, 4.244210, 4.667960",\
|
|
"4.174722, 4.189949, 4.227545, 4.343862, 4.767612",\
|
|
"4.344199, 4.359426, 4.397022, 4.513339, 4.937089",\
|
|
"4.672401, 4.687628, 4.725224, 4.841541, 5.265292",\
|
|
"5.220860, 5.236086, 5.273683, 5.389999, 5.813750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.033046, 0.043104, 0.074455, 0.204582, 0.779627",\
|
|
"0.033046, 0.043104, 0.074455, 0.204582, 0.779627",\
|
|
"0.033046, 0.043104, 0.074455, 0.204582, 0.779627",\
|
|
"0.033046, 0.043104, 0.074455, 0.204582, 0.779627",\
|
|
"0.033046, 0.043104, 0.074455, 0.204582, 0.779627");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[9]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[9] */
|
|
|
|
pin("pll_trim[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002361 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "4.735623, 4.752032, 4.808405, 5.037807, 5.962329",\
|
|
"4.845333, 4.861742, 4.918115, 5.147516, 6.072039",\
|
|
"5.033621, 5.050030, 5.106403, 5.335804, 6.260327",\
|
|
"5.414820, 5.431229, 5.487602, 5.717003, 6.641526",\
|
|
"6.112584, 6.128993, 6.185365, 6.414767, 7.339289");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.036774, 0.054168, 0.120568, 0.434644, 1.756815",\
|
|
"0.036774, 0.054168, 0.120568, 0.434644, 1.756815",\
|
|
"0.036774, 0.054168, 0.120568, 0.434644, 1.756815",\
|
|
"0.036774, 0.054168, 0.120568, 0.434644, 1.756815",\
|
|
"0.036774, 0.054168, 0.120568, 0.434644, 1.756815");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "4.243934, 4.257306, 4.296769, 4.413963, 4.850562",\
|
|
"4.353643, 4.367015, 4.406478, 4.523672, 4.960272",\
|
|
"4.541932, 4.555304, 4.594766, 4.711960, 5.148560",\
|
|
"4.923131, 4.936502, 4.975965, 5.093159, 5.529759",\
|
|
"5.620894, 5.634266, 5.673729, 5.790923, 6.227523");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.033340, 0.043227, 0.077952, 0.217662, 0.833373",\
|
|
"0.033340, 0.043227, 0.077952, 0.217662, 0.833373",\
|
|
"0.033340, 0.043227, 0.077952, 0.217662, 0.833373",\
|
|
"0.033340, 0.043227, 0.077952, 0.217662, 0.833373",\
|
|
"0.033340, 0.043227, 0.077952, 0.217662, 0.833373");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "4.496595, 4.515541, 4.570088, 4.793185, 5.707706",\
|
|
"4.596248, 4.615193, 4.669740, 4.892837, 5.807359",\
|
|
"4.765725, 4.784670, 4.839217, 5.062314, 5.976836",\
|
|
"5.093927, 5.112873, 5.167419, 5.390516, 6.305038",\
|
|
"5.642385, 5.661331, 5.715878, 5.938975, 6.853497");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.036774, 0.054168, 0.117172, 0.419288, 1.701960",\
|
|
"0.036774, 0.054168, 0.117172, 0.419288, 1.701960",\
|
|
"0.036774, 0.054168, 0.117172, 0.419288, 1.701960",\
|
|
"0.036774, 0.054168, 0.117172, 0.419288, 1.701960",\
|
|
"0.036774, 0.054168, 0.117172, 0.419288, 1.701960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "4.011894, 4.026906, 4.064537, 4.180708, 4.604218",\
|
|
"4.111547, 4.126558, 4.164189, 4.280361, 4.703870",\
|
|
"4.281024, 4.296035, 4.333666, 4.449837, 4.873347",\
|
|
"4.609226, 4.624237, 4.661869, 4.778039, 5.201549",\
|
|
"5.157685, 5.172696, 5.210328, 5.326499, 5.750008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.033340, 0.043227, 0.074542, 0.204683, 0.779472",\
|
|
"0.033340, 0.043227, 0.074542, 0.204683, 0.779472",\
|
|
"0.033340, 0.043227, 0.074542, 0.204683, 0.779472",\
|
|
"0.033340, 0.043227, 0.074542, 0.204683, 0.779472",\
|
|
"0.033340, 0.043227, 0.074542, 0.204683, 0.779472");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[8]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[8] */
|
|
|
|
pin("pll_trim[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004606 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "5.027806, 5.046517, 5.104496, 5.331379, 6.269597",\
|
|
"5.137516, 5.156227, 5.214206, 5.441089, 6.379307",\
|
|
"5.325804, 5.344515, 5.402494, 5.629377, 6.567595",\
|
|
"5.707003, 5.725714, 5.783693, 6.010576, 6.948793",\
|
|
"6.404767, 6.423478, 6.481457, 6.708340, 7.646557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.042704, 0.059595, 0.128326, 0.445201, 1.800424",\
|
|
"0.042704, 0.059595, 0.128326, 0.445201, 1.800424",\
|
|
"0.042704, 0.059595, 0.128326, 0.445201, 1.800424",\
|
|
"0.042704, 0.059595, 0.128326, 0.445201, 1.800424",\
|
|
"0.042704, 0.059595, 0.128326, 0.445201, 1.800424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "4.588453, 4.602693, 4.642465, 4.763583, 5.210340",\
|
|
"4.698163, 4.712403, 4.752174, 4.873293, 5.320050",\
|
|
"4.886451, 4.900691, 4.940463, 5.061582, 5.508338",\
|
|
"5.267650, 5.281889, 5.321661, 5.442780, 5.889536",\
|
|
"5.965414, 5.979654, 6.019425, 6.140544, 6.587301");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.035572, 0.044995, 0.082471, 0.223898, 0.844517",\
|
|
"0.035572, 0.044995, 0.082471, 0.223898, 0.844517",\
|
|
"0.035572, 0.044995, 0.082471, 0.223898, 0.844517",\
|
|
"0.035572, 0.044995, 0.082471, 0.223898, 0.844517",\
|
|
"0.035572, 0.044995, 0.082471, 0.223898, 0.844517");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "4.760118, 4.778830, 4.836160, 5.062417, 5.996085",\
|
|
"4.859771, 4.878482, 4.935813, 5.162070, 6.095738",\
|
|
"5.029248, 5.047959, 5.105290, 5.331547, 6.265215",\
|
|
"5.357450, 5.376162, 5.433492, 5.659749, 6.593417",\
|
|
"5.905909, 5.924620, 5.981951, 6.208208, 7.141876");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.042704, 0.059595, 0.127294, 0.441211, 1.782618",\
|
|
"0.042704, 0.059595, 0.127294, 0.441211, 1.782618",\
|
|
"0.042704, 0.059595, 0.127294, 0.441211, 1.782618",\
|
|
"0.042704, 0.059595, 0.127294, 0.441211, 1.782618",\
|
|
"0.042704, 0.059595, 0.127294, 0.441211, 1.782618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "4.346969, 4.361209, 4.400479, 4.517963, 4.963492",\
|
|
"4.446622, 4.460862, 4.500132, 4.617616, 5.063145",\
|
|
"4.616098, 4.630338, 4.669609, 4.787093, 5.232622",\
|
|
"4.944301, 4.958540, 4.997811, 5.115295, 5.560824",\
|
|
"5.492760, 5.506999, 5.546270, 5.663754, 6.109283");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.035572, 0.044995, 0.081430, 0.225560, 0.819908",\
|
|
"0.035572, 0.044995, 0.081430, 0.225560, 0.819908",\
|
|
"0.035572, 0.044995, 0.081430, 0.225560, 0.819908",\
|
|
"0.035572, 0.044995, 0.081430, 0.225560, 0.819908",\
|
|
"0.035572, 0.044995, 0.081430, 0.225560, 0.819908");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[7]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[7] */
|
|
|
|
pin("pll_trim[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002199 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "5.083915, 5.103928, 5.161520, 5.390942, 6.315937",\
|
|
"5.193625, 5.213637, 5.271230, 5.500652, 6.425646",\
|
|
"5.381913, 5.401926, 5.459518, 5.688941, 6.613935",\
|
|
"5.763112, 5.783124, 5.840717, 6.070138, 6.995133",\
|
|
"6.460876, 6.480888, 6.538481, 6.767903, 7.692897");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.040355, 0.057486, 0.122453, 0.433901, 1.755667",\
|
|
"0.040355, 0.057486, 0.122453, 0.433901, 1.755667",\
|
|
"0.040355, 0.057486, 0.122453, 0.433901, 1.755667",\
|
|
"0.040355, 0.057486, 0.122453, 0.433901, 1.755667",\
|
|
"0.040355, 0.057486, 0.122453, 0.433901, 1.755667");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "4.623755, 4.639122, 4.678705, 4.796242, 5.232876",\
|
|
"4.733464, 4.748831, 4.788414, 4.905951, 5.342586",\
|
|
"4.921752, 4.937119, 4.976703, 5.094240, 5.530874",\
|
|
"5.302951, 5.318318, 5.357902, 5.475439, 5.912073",\
|
|
"6.000715, 6.016082, 6.055665, 6.173203, 6.609837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.033825, 0.043860, 0.078352, 0.217581, 0.832763",\
|
|
"0.033825, 0.043860, 0.078352, 0.217581, 0.832763",\
|
|
"0.033825, 0.043860, 0.078352, 0.217581, 0.832763",\
|
|
"0.033825, 0.043860, 0.078352, 0.217581, 0.832763",\
|
|
"0.033825, 0.043860, 0.078352, 0.217581, 0.832763");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "4.822902, 4.842915, 4.898726, 5.121948, 6.037108",\
|
|
"4.922554, 4.942567, 4.998379, 5.221600, 6.136760",\
|
|
"5.092031, 5.112044, 5.167856, 5.391077, 6.306237",\
|
|
"5.420234, 5.440246, 5.496058, 5.719279, 6.634439",\
|
|
"5.968693, 5.988705, 6.044517, 6.267738, 7.182899");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.040355, 0.057486, 0.119110, 0.418797, 1.701710",\
|
|
"0.040355, 0.057486, 0.119110, 0.418797, 1.701710",\
|
|
"0.040355, 0.057486, 0.119110, 0.418797, 1.701710",\
|
|
"0.040355, 0.057486, 0.119110, 0.418797, 1.701710",\
|
|
"0.040355, 0.057486, 0.119110, 0.418797, 1.701710");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "4.385044, 4.400411, 4.438207, 4.554781, 4.978484",\
|
|
"4.484697, 4.500064, 4.537859, 4.654434, 5.078137",\
|
|
"4.654173, 4.669540, 4.707336, 4.823911, 5.247613",\
|
|
"4.982376, 4.997743, 5.035538, 5.152113, 5.575816",\
|
|
"5.530835, 5.546202, 5.583997, 5.700572, 6.124275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.033825, 0.043860, 0.074995, 0.204810, 0.779763",\
|
|
"0.033825, 0.043860, 0.074995, 0.204810, 0.779763",\
|
|
"0.033825, 0.043860, 0.074995, 0.204810, 0.779763",\
|
|
"0.033825, 0.043860, 0.074995, 0.204810, 0.779763",\
|
|
"0.033825, 0.043860, 0.074995, 0.204810, 0.779763");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[6]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[6] */
|
|
|
|
pin("pll_trim[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001584 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "4.912671, 4.932264, 4.988823, 5.217880, 6.142886",\
|
|
"5.022381, 5.041974, 5.098533, 5.327590, 6.252595",\
|
|
"5.210669, 5.230262, 5.286821, 5.515878, 6.440883",\
|
|
"5.591868, 5.611461, 5.668020, 5.897077, 6.822082",\
|
|
"6.289631, 6.309225, 6.365783, 6.594841, 7.519845");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.035913, 0.053401, 0.119296, 0.432330, 1.753471",\
|
|
"0.035913, 0.053401, 0.119296, 0.432330, 1.753471",\
|
|
"0.035913, 0.053401, 0.119296, 0.432330, 1.753471",\
|
|
"0.035913, 0.053401, 0.119296, 0.432330, 1.753471",\
|
|
"0.035913, 0.053401, 0.119296, 0.432330, 1.753471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "4.512788, 4.528449, 4.567997, 4.685265, 5.121721",\
|
|
"4.622498, 4.638159, 4.677707, 4.794974, 5.231431",\
|
|
"4.810786, 4.826447, 4.865995, 4.983263, 5.419719",\
|
|
"5.191984, 5.207645, 5.247193, 5.364461, 5.800917",\
|
|
"5.889748, 5.905409, 5.944957, 6.062225, 6.498681");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.032417, 0.042651, 0.077181, 0.216277, 0.830160",\
|
|
"0.032417, 0.042651, 0.077181, 0.216277, 0.830160",\
|
|
"0.032417, 0.042651, 0.077181, 0.216277, 0.830160",\
|
|
"0.032417, 0.042651, 0.077181, 0.216277, 0.830160",\
|
|
"0.032417, 0.042651, 0.077181, 0.216277, 0.830160");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "4.667366, 4.686959, 4.741828, 4.964964, 5.880469",\
|
|
"4.767018, 4.786612, 4.841481, 5.064616, 5.980122",\
|
|
"4.936495, 4.956089, 5.010958, 5.234093, 6.149599",\
|
|
"5.264698, 5.284291, 5.339160, 5.562295, 6.477801",\
|
|
"5.813156, 5.832749, 5.887619, 6.110754, 7.026259");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.035913, 0.053401, 0.116155, 0.417958, 1.701929",\
|
|
"0.035913, 0.053401, 0.116155, 0.417958, 1.701929",\
|
|
"0.035913, 0.053401, 0.116155, 0.417958, 1.701929",\
|
|
"0.035913, 0.053401, 0.116155, 0.417958, 1.701929",\
|
|
"0.035913, 0.053401, 0.116155, 0.417958, 1.701929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "4.281074, 4.296735, 4.334589, 4.450925, 4.874970",\
|
|
"4.380727, 4.396388, 4.434241, 4.550578, 4.974623",\
|
|
"4.550203, 4.565865, 4.603718, 4.720055, 5.144100",\
|
|
"4.878406, 4.894067, 4.931920, 5.048257, 5.472302",\
|
|
"5.426864, 5.442525, 5.480379, 5.596715, 6.020761");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.032417, 0.042651, 0.074027, 0.204131, 0.779592",\
|
|
"0.032417, 0.042651, 0.074027, 0.204131, 0.779592",\
|
|
"0.032417, 0.042651, 0.074027, 0.204131, 0.779592",\
|
|
"0.032417, 0.042651, 0.074027, 0.204131, 0.779592",\
|
|
"0.032417, 0.042651, 0.074027, 0.204131, 0.779592");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[5]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[5] */
|
|
|
|
pin("pll_trim[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "4.908244, 4.927536, 4.984097, 5.213295, 6.137929",\
|
|
"5.017953, 5.037246, 5.093806, 5.323005, 6.247639",\
|
|
"5.206242, 5.225534, 5.282094, 5.511293, 6.435928",\
|
|
"5.587440, 5.606732, 5.663293, 5.892492, 6.817126",\
|
|
"6.285204, 6.304497, 6.361057, 6.590256, 7.514890");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.036902, 0.054299, 0.120307, 0.433541, 1.754781",\
|
|
"0.036902, 0.054299, 0.120307, 0.433541, 1.754781",\
|
|
"0.036902, 0.054299, 0.120307, 0.433541, 1.754781",\
|
|
"0.036902, 0.054299, 0.120307, 0.433541, 1.754781",\
|
|
"0.036902, 0.054299, 0.120307, 0.433541, 1.754781");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "4.519784, 4.535072, 4.574483, 4.691764, 5.128221",\
|
|
"4.629494, 4.644782, 4.684193, 4.801474, 5.237930",\
|
|
"4.817782, 4.833070, 4.872481, 4.989762, 5.426218",\
|
|
"5.198981, 5.214269, 5.253680, 5.370961, 5.807417",\
|
|
"5.896745, 5.912033, 5.951444, 6.068725, 6.505181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.032943, 0.043029, 0.077650, 0.216988, 0.831502",\
|
|
"0.032943, 0.043029, 0.077650, 0.216988, 0.831502",\
|
|
"0.032943, 0.043029, 0.077650, 0.216988, 0.831502",\
|
|
"0.032943, 0.043029, 0.077650, 0.216988, 0.831502",\
|
|
"0.032943, 0.043029, 0.077650, 0.216988, 0.831502");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "4.678666, 4.697958, 4.752775, 4.975901, 5.890847",\
|
|
"4.778319, 4.797611, 4.852428, 5.075553, 5.990499",\
|
|
"4.947795, 4.967088, 5.021904, 5.245030, 6.159976",\
|
|
"5.275998, 5.295290, 5.350107, 5.573232, 6.488178",\
|
|
"5.824457, 5.843749, 5.898566, 6.121691, 7.036637");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.036902, 0.054299, 0.117045, 0.418759, 1.701919",\
|
|
"0.036902, 0.054299, 0.117045, 0.418759, 1.701919",\
|
|
"0.036902, 0.054299, 0.117045, 0.418759, 1.701919",\
|
|
"0.036902, 0.054299, 0.117045, 0.418759, 1.701919",\
|
|
"0.036902, 0.054299, 0.117045, 0.418759, 1.701919");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "4.290206, 4.305494, 4.343156, 4.459464, 4.883255",\
|
|
"4.389859, 4.405147, 4.442809, 4.559117, 4.982908",\
|
|
"4.559336, 4.574624, 4.612286, 4.728594, 5.152385",\
|
|
"4.887538, 4.902826, 4.940488, 5.056796, 5.480587",\
|
|
"5.435997, 5.451285, 5.488947, 5.605255, 6.029046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.032943, 0.043029, 0.074375, 0.204498, 0.779607",\
|
|
"0.032943, 0.043029, 0.074375, 0.204498, 0.779607",\
|
|
"0.032943, 0.043029, 0.074375, 0.204498, 0.779607",\
|
|
"0.032943, 0.043029, 0.074375, 0.204498, 0.779607",\
|
|
"0.032943, 0.043029, 0.074375, 0.204498, 0.779607");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[4]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[4] */
|
|
|
|
pin("pll_trim[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002793 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "4.795474, 4.814533, 4.871264, 5.100844, 6.025184",\
|
|
"4.905183, 4.924243, 4.980973, 5.210554, 6.134894",\
|
|
"5.093471, 5.112531, 5.169261, 5.398842, 6.323182",\
|
|
"5.474670, 5.493730, 5.550460, 5.780041, 6.704381",\
|
|
"6.172434, 6.191494, 6.248224, 6.477804, 7.402144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.038680, 0.055950, 0.122058, 0.435681, 1.758052",\
|
|
"0.038680, 0.055950, 0.122058, 0.435681, 1.758052",\
|
|
"0.038680, 0.055950, 0.122058, 0.435681, 1.758052",\
|
|
"0.038680, 0.055950, 0.122058, 0.435681, 1.758052",\
|
|
"0.038680, 0.055950, 0.122058, 0.435681, 1.758052");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "4.276852, 4.291695, 4.331013, 4.448288, 4.884976",\
|
|
"4.386561, 4.401405, 4.440723, 4.557998, 4.994686",\
|
|
"4.574850, 4.589693, 4.629011, 4.746286, 5.182974",\
|
|
"4.956048, 4.970892, 5.010210, 5.127485, 5.564173",\
|
|
"5.653812, 5.668656, 5.707974, 5.825249, 6.261937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.033715, 0.043576, 0.078371, 0.218331, 0.834777",\
|
|
"0.033715, 0.043576, 0.078371, 0.218331, 0.834777",\
|
|
"0.033715, 0.043576, 0.078371, 0.218331, 0.834777",\
|
|
"0.033715, 0.043576, 0.078371, 0.218331, 0.834777",\
|
|
"0.033715, 0.043576, 0.078371, 0.218331, 0.834777");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "4.553935, 4.572994, 4.627827, 4.850947, 5.765091",\
|
|
"4.653587, 4.672647, 4.727479, 4.950600, 5.864744",\
|
|
"4.823064, 4.842124, 4.896956, 5.120077, 6.034221",\
|
|
"5.151267, 5.170326, 5.225159, 5.448279, 6.362423",\
|
|
"5.699725, 5.718785, 5.773617, 5.996737, 6.910882");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.038680, 0.055950, 0.118575, 0.419944, 1.701882",\
|
|
"0.038680, 0.055950, 0.118575, 0.419944, 1.701882",\
|
|
"0.038680, 0.055950, 0.118575, 0.419944, 1.701882",\
|
|
"0.038680, 0.055950, 0.118575, 0.419944, 1.701882",\
|
|
"0.038680, 0.055950, 0.118575, 0.419944, 1.701882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "4.047274, 4.062118, 4.099533, 4.215734, 4.639074",\
|
|
"4.146927, 4.161770, 4.199185, 4.315386, 4.738727",\
|
|
"4.316403, 4.331247, 4.368662, 4.484863, 4.908203",\
|
|
"4.644606, 4.659449, 4.696864, 4.813065, 5.236405",\
|
|
"5.193065, 5.207908, 5.245323, 5.361524, 5.784864");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.033715, 0.043576, 0.074873, 0.205028, 0.779551",\
|
|
"0.033715, 0.043576, 0.074873, 0.205028, 0.779551",\
|
|
"0.033715, 0.043576, 0.074873, 0.205028, 0.779551",\
|
|
"0.033715, 0.043576, 0.074873, 0.205028, 0.779551",\
|
|
"0.033715, 0.043576, 0.074873, 0.205028, 0.779551");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[3]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[3] */
|
|
|
|
pin("pll_trim[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003222 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "5.012174, 5.031288, 5.088345, 5.318380, 6.242867",\
|
|
"5.121884, 5.140998, 5.198054, 5.428090, 6.352577",\
|
|
"5.310172, 5.329286, 5.386343, 5.616378, 6.540865",\
|
|
"5.691370, 5.710485, 5.767541, 5.997577, 6.922063",\
|
|
"6.389135, 6.408249, 6.465305, 6.695341, 7.619828");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.040332, 0.057483, 0.123593, 0.437456, 1.761773",\
|
|
"0.040332, 0.057483, 0.123593, 0.437456, 1.761773",\
|
|
"0.040332, 0.057483, 0.123593, 0.437456, 1.761773",\
|
|
"0.040332, 0.057483, 0.123593, 0.437456, 1.761773",\
|
|
"0.040332, 0.057483, 0.123593, 0.437456, 1.761773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "4.582914, 4.597641, 4.636868, 4.754289, 5.191674",\
|
|
"4.692624, 4.707351, 4.746578, 4.863999, 5.301384",\
|
|
"4.880912, 4.895639, 4.934866, 5.052287, 5.489672",\
|
|
"5.262110, 5.276838, 5.316064, 5.433486, 5.870871",\
|
|
"5.959875, 5.974602, 6.013829, 6.131250, 6.568635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.034174, 0.044024, 0.079070, 0.219666, 0.838749",\
|
|
"0.034174, 0.044024, 0.079070, 0.219666, 0.838749",\
|
|
"0.034174, 0.044024, 0.079070, 0.219666, 0.838749",\
|
|
"0.034174, 0.044024, 0.079070, 0.219666, 0.838749",\
|
|
"0.034174, 0.044024, 0.079070, 0.219666, 0.838749");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "4.752197, 4.771311, 4.826331, 5.049468, 5.963210",\
|
|
"4.851850, 4.870964, 4.925983, 5.149120, 6.062862",\
|
|
"5.021326, 5.040440, 5.095460, 5.318597, 6.232339",\
|
|
"5.349528, 5.368642, 5.423662, 5.646799, 6.560541",\
|
|
"5.897987, 5.917101, 5.972121, 6.195258, 7.109000");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.040332, 0.057483, 0.119831, 0.420608, 1.701820",\
|
|
"0.040332, 0.057483, 0.119831, 0.420608, 1.701820",\
|
|
"0.040332, 0.057483, 0.119831, 0.420608, 1.701820",\
|
|
"0.040332, 0.057483, 0.119831, 0.420608, 1.701820",\
|
|
"0.040332, 0.057483, 0.119831, 0.420608, 1.701820");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "4.344469, 4.359197, 4.396380, 4.512690, 4.935902",\
|
|
"4.444122, 4.458849, 4.496033, 4.612343, 5.035554",\
|
|
"4.613598, 4.628326, 4.665510, 4.781819, 5.205031",\
|
|
"4.941801, 4.956528, 4.993712, 5.110022, 5.533233",\
|
|
"5.490260, 5.504987, 5.542171, 5.658481, 6.081692");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.034174, 0.044024, 0.075292, 0.205415, 0.779699",\
|
|
"0.034174, 0.044024, 0.075292, 0.205415, 0.779699",\
|
|
"0.034174, 0.044024, 0.075292, 0.205415, 0.779699",\
|
|
"0.034174, 0.044024, 0.075292, 0.205415, 0.779699",\
|
|
"0.034174, 0.044024, 0.075292, 0.205415, 0.779699");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[2]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[2] */
|
|
|
|
pin("pll_trim[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001617 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "4.812331, 4.832125, 4.888931, 5.117940, 6.042893",\
|
|
"4.922041, 4.941835, 4.998641, 5.227650, 6.152603",\
|
|
"5.110329, 5.130123, 5.186929, 5.415938, 6.340891",\
|
|
"5.491528, 5.511322, 5.568128, 5.797137, 6.722090",\
|
|
"6.189291, 6.209085, 6.265891, 6.494901, 7.419853");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.036826, 0.054249, 0.119817, 0.432177, 1.752799",\
|
|
"0.036826, 0.054249, 0.119817, 0.432177, 1.752799",\
|
|
"0.036826, 0.054249, 0.119817, 0.432177, 1.752799",\
|
|
"0.036826, 0.054249, 0.119817, 0.432177, 1.752799",\
|
|
"0.036826, 0.054249, 0.119817, 0.432177, 1.752799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "4.286380, 4.301996, 4.341528, 4.458763, 4.895028",\
|
|
"4.396090, 4.411706, 4.451238, 4.568472, 5.004737",\
|
|
"4.584378, 4.599994, 4.639526, 4.756761, 5.193026",\
|
|
"4.965576, 4.981193, 5.020725, 5.137959, 5.574224",\
|
|
"5.663340, 5.678957, 5.718489, 5.835723, 6.271988");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.032471, 0.042675, 0.077172, 0.216155, 0.829513",\
|
|
"0.032471, 0.042675, 0.077172, 0.216155, 0.829513",\
|
|
"0.032471, 0.042675, 0.077172, 0.216155, 0.829513",\
|
|
"0.032471, 0.042675, 0.077172, 0.216155, 0.829513",\
|
|
"0.032471, 0.042675, 0.077172, 0.216155, 0.829513");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "4.551390, 4.571184, 4.626326, 4.849487, 5.765050",\
|
|
"4.651042, 4.670836, 4.725978, 4.949139, 5.864702",\
|
|
"4.820519, 4.840313, 4.895455, 5.118616, 6.034180",\
|
|
"5.148722, 5.168516, 5.223658, 5.446818, 6.362382",\
|
|
"5.697180, 5.716974, 5.772116, 5.995277, 6.910840");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.036826, 0.054249, 0.116700, 0.417967, 1.701874",\
|
|
"0.036826, 0.054249, 0.116700, 0.417967, 1.701874",\
|
|
"0.036826, 0.054249, 0.116700, 0.417967, 1.701874",\
|
|
"0.036826, 0.054249, 0.116700, 0.417967, 1.701874",\
|
|
"0.036826, 0.054249, 0.116700, 0.417967, 1.701874");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "4.047929, 4.063545, 4.101408, 4.217720, 4.641722",\
|
|
"4.147582, 4.163198, 4.201061, 4.317372, 4.741374",\
|
|
"4.317059, 4.332675, 4.370538, 4.486849, 4.910851",\
|
|
"4.645261, 4.660877, 4.698740, 4.815051, 5.239053",\
|
|
"5.193719, 5.209336, 5.247199, 5.363510, 5.787512");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.032471, 0.042675, 0.074043, 0.204149, 0.779564",\
|
|
"0.032471, 0.042675, 0.074043, 0.204149, 0.779564",\
|
|
"0.032471, 0.042675, 0.074043, 0.204149, 0.779564",\
|
|
"0.032471, 0.042675, 0.074043, 0.204149, 0.779564",\
|
|
"0.032471, 0.042675, 0.074043, 0.204149, 0.779564");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[1]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[1] */
|
|
|
|
pin("pll_trim[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002133 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "4.840179, 4.859796, 4.916840, 5.146194, 6.071064",\
|
|
"4.949889, 4.969505, 5.026549, 5.255904, 6.180773",\
|
|
"5.138177, 5.157794, 5.214838, 5.444192, 6.369061",\
|
|
"5.519376, 5.538992, 5.596036, 5.825391, 6.750260",\
|
|
"6.217140, 6.236756, 6.293800, 6.523154, 7.448024");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.038464, 0.055739, 0.121298, 0.433835, 1.755648",\
|
|
"0.038464, 0.055739, 0.121298, 0.433835, 1.755648",\
|
|
"0.038464, 0.055739, 0.121298, 0.433835, 1.755648",\
|
|
"0.038464, 0.055739, 0.121298, 0.433835, 1.755648",\
|
|
"0.038464, 0.055739, 0.121298, 0.433835, 1.755648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "4.309081, 4.324325, 4.363742, 4.481043, 4.917685",\
|
|
"4.418791, 4.434035, 4.473452, 4.590753, 5.027394",\
|
|
"4.607079, 4.622323, 4.661740, 4.779041, 5.215683",\
|
|
"4.988278, 5.003522, 5.042939, 5.160240, 5.596881",\
|
|
"5.686042, 5.701286, 5.740703, 5.858004, 6.294645");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.033011, 0.043078, 0.077752, 0.217268, 0.832477",\
|
|
"0.033011, 0.043078, 0.077752, 0.217268, 0.832477",\
|
|
"0.033011, 0.043078, 0.077752, 0.217268, 0.832477",\
|
|
"0.033011, 0.043078, 0.077752, 0.217268, 0.832477",\
|
|
"0.033011, 0.043078, 0.077752, 0.217268, 0.832477");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "4.587728, 4.607344, 4.662603, 4.885771, 5.800805",\
|
|
"4.687380, 4.706996, 4.762255, 4.985424, 5.900457",\
|
|
"4.856857, 4.876473, 4.931732, 5.154901, 6.069934",\
|
|
"5.185059, 5.204675, 5.259934, 5.483103, 6.398136",\
|
|
"5.733518, 5.753134, 5.808393, 6.031561, 6.946595");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.038464, 0.055739, 0.117984, 0.418788, 1.701826",\
|
|
"0.038464, 0.055739, 0.117984, 0.418788, 1.701826",\
|
|
"0.038464, 0.055739, 0.117984, 0.418788, 1.701826",\
|
|
"0.038464, 0.055739, 0.117984, 0.418788, 1.701826",\
|
|
"0.038464, 0.055739, 0.117984, 0.418788, 1.701826");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "4.071524, 4.086768, 4.124394, 4.240705, 4.664466",\
|
|
"4.171177, 4.186421, 4.224047, 4.340357, 4.764119",\
|
|
"4.340653, 4.355897, 4.393524, 4.509834, 4.933595",\
|
|
"4.668856, 4.684100, 4.721726, 4.838036, 5.261797",\
|
|
"5.217315, 5.232559, 5.270185, 5.386495, 5.810256");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.033011, 0.043078, 0.074424, 0.204550, 0.779615",\
|
|
"0.033011, 0.043078, 0.074424, 0.204550, 0.779615",\
|
|
"0.033011, 0.043078, 0.074424, 0.204550, 0.779615",\
|
|
"0.033011, 0.043078, 0.074424, 0.204550, 0.779615",\
|
|
"0.033011, 0.043078, 0.074424, 0.204550, 0.779615");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[0]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[0] */
|
|
} /* end of bus pll_trim */
|
|
bus ( pwr_ctrl_out ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : output ;
|
|
|
|
pin("pwr_ctrl_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001771 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "4.561057, 4.581292, 4.638806, 4.868179, 5.793587",\
|
|
"4.670767, 4.691002, 4.748516, 4.977889, 5.903296",\
|
|
"4.859055, 4.879290, 4.936804, 5.166177, 6.091585",\
|
|
"5.240253, 5.260489, 5.318002, 5.547375, 6.472783",\
|
|
"5.938018, 5.958253, 6.015767, 6.245140, 7.170547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.039146, 0.056382, 0.121413, 0.433062, 1.755288",\
|
|
"0.039146, 0.056382, 0.121413, 0.433062, 1.755288",\
|
|
"0.039146, 0.056382, 0.121413, 0.433062, 1.755288",\
|
|
"0.039146, 0.056382, 0.121413, 0.433062, 1.755288",\
|
|
"0.039146, 0.056382, 0.121413, 0.433062, 1.755288");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "4.706943, 4.722775, 4.762684, 4.880375, 5.317149",\
|
|
"4.816652, 4.832485, 4.872394, 4.990085, 5.426859",\
|
|
"5.004941, 5.020773, 5.060682, 5.178372, 5.615147",\
|
|
"5.386139, 5.401972, 5.441880, 5.559571, 5.996346",\
|
|
"6.083903, 6.099736, 6.139645, 6.257336, 6.694110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.033974, 0.044091, 0.078382, 0.217292, 0.832411",\
|
|
"0.033974, 0.044091, 0.078382, 0.217292, 0.832411",\
|
|
"0.033974, 0.044091, 0.078382, 0.217292, 0.832411",\
|
|
"0.033974, 0.044091, 0.078382, 0.217292, 0.832411",\
|
|
"0.033974, 0.044091, 0.078382, 0.217292, 0.832411");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "4.321764, 4.342000, 4.397755, 4.620975, 5.536591",\
|
|
"4.421417, 4.441652, 4.497407, 4.720627, 5.636243",\
|
|
"4.590894, 4.611129, 4.666884, 4.890104, 5.805720",\
|
|
"4.919096, 4.939331, 4.995086, 5.218307, 6.133922",\
|
|
"5.467555, 5.487790, 5.543545, 5.766765, 6.682381");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.039146, 0.056382, 0.118130, 0.418108, 1.701741",\
|
|
"0.039146, 0.056382, 0.118130, 0.418108, 1.701741",\
|
|
"0.039146, 0.056382, 0.118130, 0.418108, 1.701741",\
|
|
"0.039146, 0.056382, 0.118130, 0.418108, 1.701741",\
|
|
"0.039146, 0.056382, 0.118130, 0.418108, 1.701741");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "4.466730, 4.482562, 4.520705, 4.637480, 5.061350",\
|
|
"4.566382, 4.582214, 4.620358, 4.737132, 5.161003",\
|
|
"4.735859, 4.751691, 4.789834, 4.906609, 5.330480",\
|
|
"5.064061, 5.079893, 5.118037, 5.234811, 5.658682",\
|
|
"5.612520, 5.628352, 5.666495, 5.783270, 6.207140");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.033970, 0.044088, 0.075083, 0.204638, 0.779821",\
|
|
"0.033970, 0.044088, 0.075083, 0.204638, 0.779821",\
|
|
"0.033970, 0.044088, 0.075083, 0.204638, 0.779821",\
|
|
"0.033970, 0.044088, 0.075083, 0.204638, 0.779821",\
|
|
"0.033970, 0.044088, 0.075083, 0.204638, 0.779821");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[3]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[3] */
|
|
|
|
pin("pwr_ctrl_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001767 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "4.599098, 4.619477, 4.677161, 4.906516, 5.831944",\
|
|
"4.708808, 4.729187, 4.786870, 5.016225, 5.941653",\
|
|
"4.897096, 4.917475, 4.975159, 5.204514, 6.129941",\
|
|
"5.278295, 5.298674, 5.356357, 5.585712, 6.511140",\
|
|
"5.976059, 5.996438, 6.054121, 6.283476, 7.208904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.039681, 0.056879, 0.121690, 0.432931, 1.754945",\
|
|
"0.039681, 0.056879, 0.121690, 0.432931, 1.754945",\
|
|
"0.039681, 0.056879, 0.121690, 0.432931, 1.754945",\
|
|
"0.039681, 0.056879, 0.121690, 0.432931, 1.754945",\
|
|
"0.039681, 0.056879, 0.121690, 0.432931, 1.754945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "4.727707, 4.743589, 4.783575, 4.901330, 5.338015",\
|
|
"4.837417, 4.853299, 4.893285, 5.011039, 5.447725",\
|
|
"5.025705, 5.041587, 5.081573, 5.199327, 5.636013",\
|
|
"5.406903, 5.422785, 5.462771, 5.580526, 6.017211",\
|
|
"6.104668, 6.120550, 6.160536, 6.278290, 6.714976");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.034230, 0.044328, 0.078518, 0.217276, 0.832126",\
|
|
"0.034230, 0.044328, 0.078518, 0.217276, 0.832126",\
|
|
"0.034230, 0.044328, 0.078518, 0.217276, 0.832126",\
|
|
"0.034230, 0.044328, 0.078518, 0.217276, 0.832126",\
|
|
"0.034230, 0.044328, 0.078518, 0.217276, 0.832126");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "4.340871, 4.361250, 4.417182, 4.640419, 5.556102",\
|
|
"4.440524, 4.460902, 4.516834, 4.740071, 5.655754",\
|
|
"4.610001, 4.630380, 4.686312, 4.909548, 5.825231",\
|
|
"4.938203, 4.958582, 5.014514, 5.237751, 6.153433",\
|
|
"5.486661, 5.507040, 5.562972, 5.786209, 6.701892");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.039681, 0.056879, 0.118434, 0.418071, 1.701707",\
|
|
"0.039681, 0.056879, 0.118434, 0.418071, 1.701707",\
|
|
"0.039681, 0.056879, 0.118434, 0.418071, 1.701707",\
|
|
"0.039681, 0.056879, 0.118434, 0.418071, 1.701707",\
|
|
"0.039681, 0.056879, 0.118434, 0.418071, 1.701707");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "4.487564, 4.503445, 4.541671, 4.658514, 5.082358",\
|
|
"4.587216, 4.603097, 4.641323, 4.758166, 5.182010",\
|
|
"4.756693, 4.772574, 4.810800, 4.927643, 5.351487",\
|
|
"5.084896, 5.100777, 5.139002, 5.255845, 5.679689",\
|
|
"5.633354, 5.649235, 5.687461, 5.804304, 6.228148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.034222, 0.044320, 0.075243, 0.204697, 0.779845",\
|
|
"0.034222, 0.044320, 0.075243, 0.204697, 0.779845",\
|
|
"0.034222, 0.044320, 0.075243, 0.204697, 0.779845",\
|
|
"0.034222, 0.044320, 0.075243, 0.204697, 0.779845",\
|
|
"0.034222, 0.044320, 0.075243, 0.204697, 0.779845");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[2]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[2] */
|
|
|
|
pin("pwr_ctrl_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001934 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "4.414076, 4.433491, 4.490167, 4.719622, 5.644777",\
|
|
"4.523786, 4.543201, 4.599876, 4.829331, 5.754487",\
|
|
"4.712074, 4.731489, 4.788165, 5.017620, 5.942775",\
|
|
"5.093272, 5.112688, 5.169363, 5.398818, 6.323973",\
|
|
"5.791037, 5.810452, 5.867128, 6.096583, 7.021738");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.036733, 0.054136, 0.120220, 0.433889, 1.756919",\
|
|
"0.036733, 0.054136, 0.120220, 0.433889, 1.756919",\
|
|
"0.036733, 0.054136, 0.120220, 0.433889, 1.756919",\
|
|
"0.036733, 0.054136, 0.120220, 0.433889, 1.756919",\
|
|
"0.036733, 0.054136, 0.120220, 0.433889, 1.756919");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "4.598639, 4.614134, 4.653690, 4.771131, 5.208223",\
|
|
"4.708349, 4.723844, 4.763400, 4.880840, 5.317933",\
|
|
"4.896637, 4.912132, 4.951688, 5.069129, 5.506221",\
|
|
"5.277835, 5.293331, 5.332886, 5.450327, 5.887420",\
|
|
"5.975600, 5.991095, 6.030651, 6.148091, 6.585184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.033014, 0.043173, 0.077849, 0.217472, 0.833765",\
|
|
"0.033014, 0.043173, 0.077849, 0.217472, 0.833765",\
|
|
"0.033014, 0.043173, 0.077849, 0.217472, 0.833765",\
|
|
"0.033014, 0.043173, 0.077849, 0.217472, 0.833765",\
|
|
"0.033014, 0.043173, 0.077849, 0.217472, 0.833765");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "4.184489, 4.203905, 4.258754, 4.481885, 5.396996",\
|
|
"4.284142, 4.303557, 4.358406, 4.581538, 5.496649",\
|
|
"4.453619, 4.473034, 4.527883, 4.751015, 5.666126",\
|
|
"4.781821, 4.801236, 4.856085, 5.079217, 5.994328",\
|
|
"5.330280, 5.349695, 5.404544, 5.627676, 6.542787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.036733, 0.054136, 0.116860, 0.418534, 1.701916",\
|
|
"0.036733, 0.054136, 0.116860, 0.418534, 1.701916",\
|
|
"0.036733, 0.054136, 0.116860, 0.418534, 1.701916",\
|
|
"0.036733, 0.054136, 0.116860, 0.418534, 1.701916",\
|
|
"0.036733, 0.054136, 0.116860, 0.418534, 1.701916");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "4.369052, 4.384548, 4.422272, 4.538732, 4.962638",\
|
|
"4.468705, 4.484200, 4.521924, 4.638384, 5.062291",\
|
|
"4.638182, 4.653677, 4.691401, 4.807861, 5.231768",\
|
|
"4.966384, 4.981879, 5.019604, 5.136063, 5.559970",\
|
|
"5.514843, 5.530338, 5.568062, 5.684522, 6.108428");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.033014, 0.043173, 0.074476, 0.204485, 0.779714",\
|
|
"0.033014, 0.043173, 0.074476, 0.204485, 0.779714",\
|
|
"0.033014, 0.043173, 0.074476, 0.204485, 0.779714",\
|
|
"0.033014, 0.043173, 0.074476, 0.204485, 0.779714",\
|
|
"0.033014, 0.043173, 0.074476, 0.204485, 0.779714");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[1]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[1] */
|
|
|
|
pin("pwr_ctrl_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001236 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "4.478769, 4.499006, 4.556021, 4.784837, 5.710011",\
|
|
"4.588479, 4.608716, 4.665731, 4.894547, 5.819720",\
|
|
"4.776767, 4.797004, 4.854020, 5.082836, 6.008009",\
|
|
"5.157965, 5.178202, 5.235218, 5.464034, 6.389207",\
|
|
"5.855730, 5.875967, 5.932982, 6.161798, 7.086972");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.036780, 0.054226, 0.119392, 0.430935, 1.750819",\
|
|
"0.036780, 0.054226, 0.119392, 0.430935, 1.750819",\
|
|
"0.036780, 0.054226, 0.119392, 0.430935, 1.750819",\
|
|
"0.036780, 0.054226, 0.119392, 0.430935, 1.750819",\
|
|
"0.036780, 0.054226, 0.119392, 0.430935, 1.750819");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "4.645206, 4.661347, 4.701126, 4.823456, 5.254754",\
|
|
"4.754916, 4.771057, 4.810836, 4.933166, 5.364464",\
|
|
"4.943204, 4.959345, 4.999124, 5.121454, 5.552752",\
|
|
"5.324403, 5.340543, 5.380322, 5.502653, 5.933950",\
|
|
"6.022168, 6.038308, 6.078087, 6.200418, 6.631715");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.032805, 0.043162, 0.077323, 0.217839, 0.827773",\
|
|
"0.032805, 0.043162, 0.077323, 0.217839, 0.827773",\
|
|
"0.032805, 0.043162, 0.077323, 0.217839, 0.827773",\
|
|
"0.032805, 0.043162, 0.077323, 0.217839, 0.827773",\
|
|
"0.032805, 0.043162, 0.077323, 0.217839, 0.827773");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "4.244347, 4.264584, 4.320011, 4.543203, 5.459291",\
|
|
"4.343999, 4.364236, 4.419663, 4.642855, 5.558943",\
|
|
"4.513476, 4.533713, 4.589140, 4.812332, 5.728421",\
|
|
"4.841679, 4.861916, 4.917343, 5.140534, 6.056623",\
|
|
"5.390137, 5.410374, 5.465801, 5.688993, 6.605082");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.036780, 0.054226, 0.116417, 0.417293, 1.701835",\
|
|
"0.036780, 0.054226, 0.116417, 0.417293, 1.701835",\
|
|
"0.036780, 0.054226, 0.116417, 0.417293, 1.701835",\
|
|
"0.036780, 0.054226, 0.116417, 0.417293, 1.701835",\
|
|
"0.036780, 0.054226, 0.116417, 0.417293, 1.701835");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "4.415620, 4.431760, 4.469946, 4.586613, 5.010844",\
|
|
"4.515272, 4.531413, 4.569598, 4.686265, 5.110497",\
|
|
"4.684749, 4.700890, 4.739075, 4.855742, 5.279974",\
|
|
"5.012951, 5.029092, 5.067277, 5.183945, 5.608176",\
|
|
"5.561410, 5.577551, 5.615736, 5.732404, 6.156635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.032805, 0.043162, 0.074337, 0.204096, 0.779766",\
|
|
"0.032805, 0.043162, 0.074337, 0.204096, 0.779766",\
|
|
"0.032805, 0.043162, 0.074337, 0.204096, 0.779766",\
|
|
"0.032805, 0.043162, 0.074337, 0.204096, 0.779766",\
|
|
"0.032805, 0.043162, 0.074337, 0.204096, 0.779766");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[0]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[0] */
|
|
} /* end of bus pwr_ctrl_out */
|
|
bus ( wb_adr_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_adr_i[31]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005051 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.384736, 1.301648, 1.162797, 0.914701, 0.590440",\
|
|
"1.486432, 1.403344, 1.264492, 1.016397, 0.692135",\
|
|
"1.621401, 1.538313, 1.399462, 1.151366, 0.827105",\
|
|
"1.860161, 1.777073, 1.638221, 1.390126, 1.065865",\
|
|
"2.234207, 2.151119, 2.012268, 1.764172, 1.439911");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.840924, 1.757836, 1.618985, 1.370934, 1.046782",\
|
|
"1.943099, 1.860012, 1.721161, 1.473109, 1.148957",\
|
|
"2.144160, 2.061072, 1.922221, 1.674170, 1.350018",\
|
|
"2.557037, 2.473949, 2.335099, 2.087047, 1.762895",\
|
|
"3.275861, 3.192773, 3.053922, 2.805871, 2.481719");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.757178, -0.637351, -0.428962, 0.014999, 0.891077",\
|
|
"-0.858873, -0.739046, -0.530657, -0.086696, 0.789382",\
|
|
"-0.993843, -0.874016, -0.665627, -0.221666, 0.654412",\
|
|
"-1.232603, -1.112776, -0.904386, -0.460426, 0.415652",\
|
|
"-1.606650, -1.486822, -1.278433, -0.834472, 0.041605");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.040924, -0.921097, -0.712707, -0.268747, 0.607331",\
|
|
"-1.143099, -1.023272, -0.814883, -0.370922, 0.505156",\
|
|
"-1.344160, -1.224333, -1.015943, -0.571983, 0.304095",\
|
|
"-1.757037, -1.637210, -1.428821, -0.984860, -0.108782",\
|
|
"-2.475861, -2.356034, -2.147644, -1.703684, -0.827606");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[31] */
|
|
|
|
pin("wb_adr_i[30]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005657 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.453199, 1.370111, 1.231260, 0.983164, 0.658903",\
|
|
"1.554874, 1.471786, 1.332935, 1.084839, 0.760578",\
|
|
"1.689850, 1.606762, 1.467910, 1.219815, 0.895553",\
|
|
"1.928877, 1.845789, 1.706937, 1.458842, 1.134580",\
|
|
"2.305240, 2.222152, 2.083300, 1.835205, 1.510944");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.884096, 1.801008, 1.662157, 1.414105, 1.089954",\
|
|
"1.986268, 1.903180, 1.764329, 1.516278, 1.192126",\
|
|
"2.187381, 2.104293, 1.965442, 1.717391, 1.393239",\
|
|
"2.601352, 2.518264, 2.379413, 2.131362, 1.807210",\
|
|
"3.322339, 3.239251, 3.100400, 2.852349, 2.528197");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.825554, -0.705727, -0.497338, -0.053377, 0.822701",\
|
|
"-0.852571, -0.732744, -0.524354, -0.080394, 0.795684",\
|
|
"-0.851711, -0.731884, -0.523494, -0.079534, 0.796544",\
|
|
"-0.708054, -0.588227, -0.379837, 0.064123, 0.940201",\
|
|
"-0.006295, 0.113532, 0.321922, 0.765882, 1.641960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.084008, -0.964181, -0.755792, -0.311831, 0.564247",\
|
|
"-1.109578, -0.989750, -0.781361, -0.337400, 0.538677",\
|
|
"-1.171324, -1.051497, -0.843107, -0.399147, 0.476931",\
|
|
"-1.192661, -1.072834, -0.864444, -0.420484, 0.455594",\
|
|
"-0.807495, -0.687667, -0.479278, -0.035317, 0.840761");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[30] */
|
|
|
|
pin("wb_adr_i[29]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005411 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.643713, 1.560625, 1.421774, 1.173723, 0.849571",\
|
|
"1.745384, 1.662296, 1.523445, 1.275394, 0.951242",\
|
|
"1.879576, 1.796488, 1.657637, 1.409585, 1.085434",\
|
|
"2.115518, 2.032430, 1.893579, 1.645527, 1.321376",\
|
|
"2.479598, 2.396510, 2.257659, 2.009608, 1.685456");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.526181, 1.443093, 1.304242, 1.056146, 0.731885",\
|
|
"1.628334, 1.545246, 1.406394, 1.158299, 0.834038",\
|
|
"1.829520, 1.746432, 1.607581, 1.359485, 1.035224",\
|
|
"2.241629, 2.158541, 2.019690, 1.771594, 1.447333",\
|
|
"2.958954, 2.875866, 2.737015, 2.488919, 2.164658");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.843712, -0.723885, -0.515495, -0.071535, 0.804543",\
|
|
"-0.945383, -0.825556, -0.617167, -0.173206, 0.702872",\
|
|
"-1.079575, -0.959748, -0.751358, -0.307398, 0.568680",\
|
|
"-1.315517, -1.195689, -0.987300, -0.543339, 0.332738",\
|
|
"-1.679597, -1.559770, -1.351380, -0.907420, -0.031342");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.898938, -0.779111, -0.570722, -0.126761, 0.749317",\
|
|
"-1.001091, -0.881264, -0.672874, -0.228914, 0.647164",\
|
|
"-1.202277, -1.082450, -0.874061, -0.430100, 0.445978",\
|
|
"-1.614386, -1.494559, -1.286170, -0.842209, 0.033869",\
|
|
"-2.331711, -2.211884, -2.003495, -1.559534, -0.683456");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[29] */
|
|
|
|
pin("wb_adr_i[28]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005511 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.490395, 1.407307, 1.268455, 1.020360, 0.696099",\
|
|
"1.592077, 1.508989, 1.370137, 1.122042, 0.797781",\
|
|
"1.727076, 1.643988, 1.505137, 1.257041, 0.932780",\
|
|
"1.966760, 1.883672, 1.744820, 1.496725, 1.172464",\
|
|
"2.348622, 2.265534, 2.126682, 1.878587, 1.554326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.920460, 1.837372, 1.698521, 1.450470, 1.126318",\
|
|
"2.022656, 1.939568, 1.800717, 1.552666, 1.228514",\
|
|
"2.223906, 2.140818, 2.001967, 1.753915, 1.429764",\
|
|
"2.640196, 2.557108, 2.418257, 2.170205, 1.846054",\
|
|
"3.366397, 3.283309, 3.144459, 2.896407, 2.572255");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.863152, -0.743325, -0.534935, -0.090975, 0.785103",\
|
|
"-0.964834, -0.845007, -0.636617, -0.192657, 0.683421",\
|
|
"-1.099833, -0.980006, -0.771616, -0.327656, 0.548422",\
|
|
"-1.339517, -1.219689, -1.011300, -0.567339, 0.308738",\
|
|
"-1.721379, -1.601552, -1.393162, -0.949202, -0.073124");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.120459, -1.000632, -0.792243, -0.348282, 0.527796",\
|
|
"-1.222655, -1.102828, -0.894439, -0.450478, 0.425600",\
|
|
"-1.423905, -1.304077, -1.095688, -0.651727, 0.224351",\
|
|
"-1.840195, -1.720367, -1.511978, -1.068017, -0.191939",\
|
|
"-2.566397, -2.446569, -2.238180, -1.794219, -0.918142");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[28] */
|
|
|
|
pin("wb_adr_i[27]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006270 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.407398, 1.324310, 1.185459, 0.937363, 0.613102",\
|
|
"1.509077, 1.425989, 1.287138, 1.039042, 0.714781",\
|
|
"1.644047, 1.560959, 1.422108, 1.174012, 0.849751",\
|
|
"1.882818, 1.799729, 1.660878, 1.412782, 1.088521",\
|
|
"2.256954, 2.173866, 2.035015, 1.786919, 1.462658");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.865757, 1.782669, 1.643818, 1.395766, 1.071615",\
|
|
"1.967923, 1.884835, 1.745984, 1.497932, 1.173781",\
|
|
"2.168983, 2.085895, 1.947044, 1.698992, 1.374841",\
|
|
"2.581906, 2.498818, 2.359967, 2.111915, 1.787764",\
|
|
"3.300814, 3.217726, 3.078875, 2.830824, 2.506672");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.780155, -0.660327, -0.451938, -0.007977, 0.868100",\
|
|
"-0.881834, -0.762007, -0.553617, -0.109657, 0.766421",\
|
|
"-1.016804, -0.896977, -0.688587, -0.244627, 0.631451",\
|
|
"-1.255575, -1.135747, -0.927358, -0.483397, 0.392680",\
|
|
"-1.629712, -1.509884, -1.301495, -0.857534, 0.018544");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.065756, -0.945929, -0.737539, -0.293579, 0.582499",\
|
|
"-1.167922, -1.048095, -0.839705, -0.395745, 0.480333",\
|
|
"-1.368982, -1.249155, -1.040765, -0.596805, 0.279273",\
|
|
"-1.781905, -1.662077, -1.453688, -1.009727, -0.133650",\
|
|
"-2.500813, -2.380986, -2.172597, -1.728636, -0.852558");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[27] */
|
|
|
|
pin("wb_adr_i[26]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005482 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.668309, 1.585221, 1.446370, 1.198319, 0.874167",\
|
|
"1.769982, 1.686894, 1.548043, 1.299992, 0.975840",\
|
|
"1.904181, 1.821093, 1.682242, 1.434191, 1.110039",\
|
|
"2.140600, 2.057513, 1.918662, 1.670610, 1.346458",\
|
|
"2.507946, 2.424858, 2.286007, 2.037955, 1.713804");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.560023, 1.476935, 1.338083, 1.089988, 0.765726",\
|
|
"1.662187, 1.579099, 1.440248, 1.192152, 0.867891",\
|
|
"1.863442, 1.780354, 1.641502, 1.393407, 1.069146",\
|
|
"2.276643, 2.193554, 2.054703, 1.806607, 1.482346",\
|
|
"2.995926, 2.912838, 2.773986, 2.525891, 2.201630");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.868276, -0.748449, -0.540060, -0.096099, 0.779979",\
|
|
"-0.942742, -0.822914, -0.614525, -0.170564, 0.705514",\
|
|
"-1.027439, -0.907612, -0.699222, -0.255262, 0.620816",\
|
|
"-1.124398, -1.004571, -0.796182, -0.352221, 0.523857",\
|
|
"-1.098849, -0.979021, -0.770632, -0.326671, 0.549407");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.932749, -0.812921, -0.604532, -0.160571, 0.715507",\
|
|
"-1.006926, -0.887099, -0.678710, -0.234749, 0.641329",\
|
|
"-1.157265, -1.037437, -0.829048, -0.385087, 0.490990",\
|
|
"-1.427021, -1.307194, -1.098804, -0.654844, 0.221234",\
|
|
"-1.742182, -1.622355, -1.413965, -0.970005, -0.093927");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[26] */
|
|
|
|
pin("wb_adr_i[25]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005676 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.240970, 2.157882, 2.019031, 1.770980, 1.446828",\
|
|
"2.342644, 2.259556, 2.120705, 1.872653, 1.548502",\
|
|
"2.477422, 2.394334, 2.255483, 2.007432, 1.683280",\
|
|
"2.716082, 2.632994, 2.494143, 2.246092, 1.921940",\
|
|
"3.092823, 3.009735, 2.870884, 2.622832, 2.298681");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.065064, 1.981976, 1.843125, 1.595029, 1.270768",\
|
|
"2.167246, 2.084158, 1.945307, 1.697211, 1.372950",\
|
|
"2.368445, 2.285357, 2.146505, 1.898410, 1.574149",\
|
|
"2.783115, 2.700027, 2.561176, 2.313080, 1.988819",\
|
|
"3.505650, 3.422562, 3.283710, 3.035614, 2.711353");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.440965, -1.321138, -1.112748, -0.668788, 0.207290",\
|
|
"-1.542639, -1.422811, -1.214422, -0.770461, 0.105617",\
|
|
"-1.677417, -1.557590, -1.349200, -0.905240, -0.029162",\
|
|
"-1.916077, -1.796250, -1.587860, -1.143900, -0.267822",\
|
|
"-2.292817, -2.172990, -1.964601, -1.520640, -0.644562");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.437760, -1.317932, -1.109543, -0.665582, 0.210496",\
|
|
"-1.539941, -1.420114, -1.211725, -0.767764, 0.108314",\
|
|
"-1.741140, -1.621313, -1.412924, -0.968963, -0.092885",\
|
|
"-2.155810, -2.035983, -1.827594, -1.383633, -0.507555",\
|
|
"-2.878345, -2.758518, -2.550128, -2.106168, -1.230090");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[25] */
|
|
|
|
pin("wb_adr_i[24]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006234 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.183256, 2.100168, 1.961316, 1.713221, 1.388960",\
|
|
"2.285156, 2.202068, 2.063217, 1.815121, 1.490860",\
|
|
"2.420441, 2.337353, 2.198502, 1.950406, 1.626145",\
|
|
"2.661206, 2.578118, 2.439266, 2.191171, 1.866910",\
|
|
"3.055484, 2.972396, 2.833545, 2.585449, 2.261188");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.893494, 2.810406, 2.671556, 2.423504, 2.099352",\
|
|
"2.995889, 2.912801, 2.773950, 2.525898, 2.201747",\
|
|
"3.196616, 3.113528, 2.974677, 2.726626, 2.402474",\
|
|
"3.613744, 3.530656, 3.391805, 3.143753, 2.819602",\
|
|
"4.341630, 4.258542, 4.119691, 3.871639, 3.547487");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.555951, -1.436124, -1.227735, -0.783774, 0.092304",\
|
|
"-1.657852, -1.538024, -1.329635, -0.885674, -0.009597",\
|
|
"-1.793137, -1.673309, -1.464920, -1.020959, -0.144881",\
|
|
"-2.033901, -1.914074, -1.705685, -1.261724, -0.385646",\
|
|
"-2.428180, -2.308352, -2.099963, -1.656003, -0.779925");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.093489, -1.973662, -1.765272, -1.321312, -0.445234",\
|
|
"-2.195883, -2.076056, -1.867667, -1.423706, -0.547628",\
|
|
"-2.396611, -2.276783, -2.068394, -1.624434, -0.748356",\
|
|
"-2.813739, -2.693912, -2.485523, -2.041562, -1.165484",\
|
|
"-3.541626, -3.421798, -3.213409, -2.769449, -1.893371");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[24] */
|
|
|
|
pin("wb_adr_i[23]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008355 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.613873, 8.530785, 8.391932, 8.143838, 7.819577",\
|
|
"8.717665, 8.634577, 8.495725, 8.247630, 7.923369",\
|
|
"8.876474, 8.793386, 8.654534, 8.406440, 8.082179",\
|
|
"9.172029, 9.088941, 8.950089, 8.701994, 8.377733",\
|
|
"9.685045, 9.601957, 9.463105, 9.215011, 8.890750");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.698874, 8.615787, 8.476934, 8.228840, 7.904579",\
|
|
"8.803828, 8.720740, 8.581888, 8.333794, 8.009533",\
|
|
"8.997544, 8.914456, 8.775604, 8.527510, 8.203249",\
|
|
"9.385718, 9.302630, 9.163778, 8.915684, 8.591423",\
|
|
"10.033603, 9.950515, 9.811663, 9.563568, 9.239307");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.870221, -0.750393, -0.542004, -0.098043, 0.778035",\
|
|
"-0.974013, -0.854186, -0.645797, -0.201836, 0.674242",\
|
|
"-1.132823, -1.012996, -0.804606, -0.360646, 0.515432",\
|
|
"-1.428284, -1.308456, -1.100067, -0.656106, 0.219972",\
|
|
"-1.941036, -1.821209, -1.612820, -1.168859, -0.292781");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.258255, -1.138428, -0.930039, -0.486078, 0.390000",\
|
|
"-1.363210, -1.243382, -1.034993, -0.591033, 0.285045",\
|
|
"-1.556925, -1.437098, -1.228709, -0.784748, 0.091330",\
|
|
"-1.945044, -1.825217, -1.616827, -1.172867, -0.296789",\
|
|
"-2.592846, -2.473019, -2.264629, -1.820669, -0.944591");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[23] */
|
|
|
|
pin("wb_adr_i[22]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008648 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.578293, 8.495205, 8.356353, 8.108258, 7.783998",\
|
|
"8.680017, 8.596929, 8.458076, 8.209982, 7.885721",\
|
|
"8.860690, 8.777602, 8.638750, 8.390656, 8.066395",\
|
|
"9.219475, 9.136387, 8.997535, 8.749440, 8.425179",\
|
|
"9.850117, 9.767029, 9.628177, 9.380082, 9.055821");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.616518, 8.533430, 8.394578, 8.146483, 7.822223",\
|
|
"8.721017, 8.637929, 8.499077, 8.250982, 7.926722",\
|
|
"8.911103, 8.828015, 8.689163, 8.441069, 8.116808",\
|
|
"9.289098, 9.206010, 9.067158, 8.819063, 8.494802",\
|
|
"9.919065, 9.835977, 9.697124, 9.449030, 9.124769");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.834591, -0.714764, -0.506374, -0.062414, 0.813664",\
|
|
"-0.936315, -0.816488, -0.608099, -0.164138, 0.711940",\
|
|
"-1.116989, -0.997161, -0.788772, -0.344811, 0.531267",\
|
|
"-1.475746, -1.355918, -1.147529, -0.703568, 0.172510",\
|
|
"-2.106050, -1.986222, -1.777833, -1.333872, -0.457794");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.175854, -1.056026, -0.847637, -0.403677, 0.472401",\
|
|
"-1.280353, -1.160525, -0.952136, -0.508175, 0.367903",\
|
|
"-1.470439, -1.350611, -1.142222, -0.698261, 0.177817",\
|
|
"-1.848604, -1.728777, -1.520387, -1.076427, -0.200349",\
|
|
"-2.478907, -2.359079, -2.150690, -1.706729, -0.830652");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[22] */
|
|
|
|
pin("wb_adr_i[21]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007854 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.752601, 8.669513, 8.530661, 8.282566, 7.958305",\
|
|
"8.853930, 8.770842, 8.631989, 8.383895, 8.059634",\
|
|
"9.027110, 8.944022, 8.805170, 8.557076, 8.232815",\
|
|
"9.360395, 9.277308, 9.138455, 8.890361, 8.566100",\
|
|
"9.936850, 9.853762, 9.714910, 9.466815, 9.142554");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.707871, 8.624784, 8.485931, 8.237837, 7.913576",\
|
|
"8.814996, 8.731908, 8.593056, 8.344961, 8.020700",\
|
|
"9.008443, 8.925355, 8.786503, 8.538408, 8.214148",\
|
|
"9.403783, 9.320695, 9.181843, 8.933748, 8.609488",\
|
|
"10.087209, 10.004121, 9.865269, 9.617174, 9.292913");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.930584, -0.810757, -0.602367, -0.158406, 0.717671",\
|
|
"-1.004122, -0.884295, -0.675905, -0.231945, 0.644133",\
|
|
"-1.126709, -1.006881, -0.798492, -0.354532, 0.521546",\
|
|
"-1.317458, -1.197630, -0.989241, -0.545280, 0.330797",\
|
|
"-1.492330, -1.372503, -1.164114, -0.720153, 0.155925");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.266997, -1.147170, -0.938781, -0.494820, 0.381258",\
|
|
"-1.344626, -1.224798, -1.016409, -0.572448, 0.303630",\
|
|
"-1.484382, -1.364555, -1.156166, -0.712205, 0.163873",\
|
|
"-1.728463, -1.608635, -1.400246, -0.956285, -0.080208",\
|
|
"-1.985762, -1.865934, -1.657545, -1.213584, -0.337507");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[21] */
|
|
|
|
pin("wb_adr_i[20]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.011509 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.757427, 8.674339, 8.535487, 8.287393, 7.963132",\
|
|
"8.861257, 8.778169, 8.639317, 8.391222, 8.066961",\
|
|
"8.999004, 8.915916, 8.777064, 8.528970, 8.204709",\
|
|
"9.241676, 9.158588, 9.019736, 8.771642, 8.447381",\
|
|
"9.622917, 9.539829, 9.400977, 9.152883, 8.828622");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.719706, 8.636618, 8.497766, 8.249671, 7.925410",\
|
|
"8.829331, 8.746243, 8.607391, 8.359297, 8.035036",\
|
|
"9.023855, 8.940767, 8.801915, 8.553821, 8.229560",\
|
|
"9.420137, 9.337049, 9.198197, 8.950103, 8.625842",\
|
|
"10.127062, 10.043974, 9.905122, 9.657027, 9.332767");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.935480, -0.815652, -0.607263, -0.163302, 0.712775",\
|
|
"-1.039309, -0.919482, -0.711092, -0.267132, 0.608946",\
|
|
"-1.177057, -1.057229, -0.848840, -0.404879, 0.471199",\
|
|
"-1.419695, -1.299868, -1.091478, -0.647518, 0.228560",\
|
|
"-1.800856, -1.681029, -1.472640, -1.028679, -0.152601");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.823882, -0.704055, -0.495665, -0.051661, 0.824526",\
|
|
"-0.933489, -0.813661, -0.605271, -0.161267, 0.714919",\
|
|
"-1.127974, -1.008146, -0.799756, -0.355752, 0.520435",\
|
|
"-1.524194, -1.404366, -1.195976, -0.751972, 0.124215",\
|
|
"-2.230901, -2.111074, -1.902684, -1.458680, -0.582493");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[20] */
|
|
|
|
pin("wb_adr_i[19]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006279 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.306418, 9.223330, 9.084478, 8.836384, 8.512123",\
|
|
"9.408312, 9.325224, 9.186372, 8.938277, 8.614017",\
|
|
"9.542939, 9.459851, 9.320999, 9.072905, 8.748644",\
|
|
"9.780762, 9.697674, 9.558822, 9.310727, 8.986466",\
|
|
"10.163659, 10.080571, 9.941719, 9.693624, 9.369364");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.982925, 8.899837, 8.760986, 8.512891, 8.188631",\
|
|
"9.085316, 9.002228, 8.863377, 8.615281, 8.291021",\
|
|
"9.286535, 9.203447, 9.064596, 8.816501, 8.492241",\
|
|
"9.707132, 9.624044, 9.485193, 9.237098, 8.912838",\
|
|
"10.443321, 10.360233, 10.221382, 9.973287, 9.649027");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.566272, -1.446445, -1.238055, -0.794095, 0.081983",\
|
|
"-1.668166, -1.548339, -1.339950, -0.895989, -0.019911",\
|
|
"-1.803528, -1.683701, -1.475311, -1.031351, -0.155273",\
|
|
"-2.043732, -1.923905, -1.715516, -1.271555, -0.395477",\
|
|
"-2.438465, -2.318637, -2.110248, -1.666287, -0.790210");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.175936, -2.056109, -1.847719, -1.403759, -0.527681",\
|
|
"-2.278326, -2.158498, -1.950109, -1.506148, -0.630070",\
|
|
"-2.479056, -2.359228, -2.150839, -1.706878, -0.830801",\
|
|
"-2.895599, -2.775772, -2.567383, -2.123422, -1.247344",\
|
|
"-3.622360, -3.502533, -3.294143, -2.850183, -1.974105");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[19] */
|
|
|
|
pin("wb_adr_i[18]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004111 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.306284, 9.223196, 9.084344, 8.836249, 8.511989",\
|
|
"9.408115, 9.325027, 9.186175, 8.938081, 8.613820",\
|
|
"9.542658, 9.459570, 9.320718, 9.072623, 8.748363",\
|
|
"9.780520, 9.697433, 9.558580, 9.310486, 8.986225",\
|
|
"10.161573, 10.078485, 9.939633, 9.691539, 9.367278");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.993839, 8.910751, 8.771900, 8.523805, 8.199545",\
|
|
"9.096153, 9.013065, 8.874214, 8.626119, 8.301859",\
|
|
"9.297380, 9.214293, 9.075441, 8.827346, 8.503086",\
|
|
"9.716753, 9.633665, 9.494814, 9.246718, 8.922459",\
|
|
"10.450050, 10.366962, 10.228111, 9.980016, 9.655756");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.539055, -1.419227, -1.210838, -0.766877, 0.109201",\
|
|
"-1.640887, -1.521060, -1.312670, -0.868710, 0.007368",\
|
|
"-1.776161, -1.656333, -1.447944, -1.003983, -0.127906",\
|
|
"-2.017500, -1.897673, -1.689284, -1.245323, -0.369245",\
|
|
"-2.410548, -2.290720, -2.082331, -1.638371, -0.762293");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.144014, -2.024187, -1.815798, -1.371837, -0.495759",\
|
|
"-2.246329, -2.126501, -1.918112, -1.474151, -0.598073",\
|
|
"-2.447113, -2.327286, -2.118896, -1.674936, -0.798858",\
|
|
"-2.862933, -2.743105, -2.534716, -2.090755, -1.214678",\
|
|
"-3.587775, -3.467948, -3.259558, -2.815598, -1.939520");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[18] */
|
|
|
|
pin("wb_adr_i[17]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004269 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.260907, 9.177819, 9.038967, 8.790873, 8.466612",\
|
|
"9.362776, 9.279688, 9.140836, 8.892741, 8.568480",\
|
|
"9.497575, 9.414487, 9.275635, 9.027540, 8.703279",\
|
|
"9.736089, 9.653001, 9.514149, 9.266054, 8.941793",\
|
|
"10.120814, 10.037726, 9.898874, 9.650780, 9.326519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.896114, 8.813026, 8.674175, 8.426080, 8.101820",\
|
|
"8.998465, 8.915377, 8.776525, 8.528430, 8.204170",\
|
|
"9.199631, 9.116543, 8.977692, 8.729596, 8.405336",\
|
|
"9.619186, 9.536098, 9.397247, 9.149152, 8.824892",\
|
|
"10.352903, 10.269815, 10.130964, 9.882869, 9.558609");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.585523, -1.465695, -1.257306, -0.813345, 0.062733",\
|
|
"-1.687392, -1.567565, -1.359175, -0.915215, -0.039137",\
|
|
"-1.822684, -1.702857, -1.494467, -1.050507, -0.174429",\
|
|
"-2.062811, -1.942984, -1.734595, -1.290634, -0.414556",\
|
|
"-2.457354, -2.337526, -2.129137, -1.685176, -0.809098");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.271703, -2.151875, -1.943486, -1.499525, -0.623447",\
|
|
"-2.374054, -2.254226, -2.045837, -1.601876, -0.725798",\
|
|
"-2.575219, -2.455391, -2.247002, -1.803041, -0.926963",\
|
|
"-2.994774, -2.874947, -2.666558, -2.222597, -1.346519",\
|
|
"-3.728491, -3.608664, -3.400274, -2.956314, -2.080235");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[17] */
|
|
|
|
pin("wb_adr_i[16]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004811 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.280653, 9.197565, 9.058713, 8.810618, 8.486358",\
|
|
"9.382485, 9.299397, 9.160545, 8.912451, 8.588190",\
|
|
"9.517140, 9.434052, 9.295200, 9.047106, 8.722845",\
|
|
"9.755363, 9.672275, 9.533422, 9.285328, 8.961067",\
|
|
"10.137837, 10.054749, 9.915897, 9.667803, 9.343542");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.942276, 8.859188, 8.720337, 8.472241, 8.147982",\
|
|
"9.044588, 8.961500, 8.822649, 8.574553, 8.250294",\
|
|
"9.245821, 9.162733, 9.023882, 8.775786, 8.451527",\
|
|
"9.665245, 9.582157, 9.443306, 9.195210, 8.870951",\
|
|
"10.398663, 10.315575, 10.176723, 9.928628, 9.604368");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.571545, -1.451718, -1.243329, -0.799368, 0.076710",\
|
|
"-1.673379, -1.553551, -1.345162, -0.901201, -0.025123",\
|
|
"-1.808657, -1.688829, -1.480440, -1.036479, -0.160402",\
|
|
"-2.050061, -1.930234, -1.721845, -1.277884, -0.401806",\
|
|
"-2.443389, -2.323562, -2.115172, -1.671212, -0.795134");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.317865, -2.198037, -1.989648, -1.545687, -0.669609",\
|
|
"-2.420177, -2.300350, -2.091960, -1.648000, -0.771921",\
|
|
"-2.621410, -2.501582, -2.293193, -1.849232, -0.973154",\
|
|
"-3.040833, -2.921005, -2.712616, -2.268655, -1.392577",\
|
|
"-3.762662, -3.642835, -3.434446, -2.990485, -2.114407");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[16] */
|
|
|
|
pin("wb_adr_i[15]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004841 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.316135, 9.233047, 9.094195, 8.846101, 8.521840",\
|
|
"9.417958, 9.334870, 9.196018, 8.947924, 8.623663",\
|
|
"9.552543, 9.469455, 9.330603, 9.082508, 8.758247",\
|
|
"9.790560, 9.707472, 9.568620, 9.320525, 8.996264",\
|
|
"10.172082, 10.088994, 9.950142, 9.702047, 9.377787");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.017658, 8.934570, 8.795719, 8.547624, 8.223364",\
|
|
"9.119976, 9.036888, 8.898037, 8.649941, 8.325682",\
|
|
"9.321228, 9.238140, 9.099289, 8.851193, 8.526934",\
|
|
"9.740915, 9.657827, 9.518976, 9.270881, 8.946621",\
|
|
"10.474966, 10.391878, 10.253027, 10.004931, 9.680672");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.594317, -1.474490, -1.266101, -0.822140, 0.053938",\
|
|
"-1.696142, -1.576314, -1.367925, -0.923965, -0.047887",\
|
|
"-1.831545, -1.711717, -1.503328, -1.059367, -0.183289",\
|
|
"-2.072272, -1.952445, -1.744055, -1.300095, -0.424017",\
|
|
"-2.466505, -2.346678, -2.138288, -1.694328, -0.818250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.393200, -2.273373, -2.064983, -1.621022, -0.744944",\
|
|
"-2.495518, -2.375690, -2.167301, -1.723340, -0.847262",\
|
|
"-2.696769, -2.576941, -2.368552, -1.924591, -1.048513",\
|
|
"-3.116457, -2.996630, -2.788240, -2.344280, -1.468201",\
|
|
"-3.850506, -3.730679, -3.522289, -3.078329, -2.202250");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[15] */
|
|
|
|
pin("wb_adr_i[14]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004618 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.341094, 9.258006, 9.119154, 8.871059, 8.546799",\
|
|
"9.442986, 9.359898, 9.221045, 8.972951, 8.648690",\
|
|
"9.577572, 9.494484, 9.355632, 9.107537, 8.783277",\
|
|
"9.815253, 9.732165, 9.593313, 9.345219, 9.020958",\
|
|
"10.197617, 10.114529, 9.975677, 9.727582, 9.403321");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.047911, 8.964823, 8.825972, 8.577876, 8.253616",\
|
|
"9.150286, 9.067198, 8.928347, 8.680251, 8.355991",\
|
|
"9.351482, 9.268394, 9.129543, 8.881448, 8.557188",\
|
|
"9.771776, 9.688688, 9.549837, 9.301742, 8.977482",\
|
|
"10.507240, 10.424152, 10.285301, 10.037206, 9.712946");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.599862, -1.480035, -1.271645, -0.827685, 0.048393",\
|
|
"-1.701755, -1.581928, -1.373538, -0.929578, -0.053500",\
|
|
"-1.837104, -1.717277, -1.508888, -1.064927, -0.188849",\
|
|
"-2.077259, -1.957432, -1.749043, -1.305082, -0.429004",\
|
|
"-2.471965, -2.352138, -2.143749, -1.699788, -0.823710");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.423453, -2.303626, -2.095236, -1.651276, -0.775197",\
|
|
"-2.525826, -2.405999, -2.197610, -1.753649, -0.877571",\
|
|
"-2.727024, -2.607197, -2.398808, -1.954847, -1.078768",\
|
|
"-3.147317, -3.027490, -2.819100, -2.375140, -1.499061",\
|
|
"-3.882782, -3.762954, -3.554565, -3.110604, -2.234526");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[14] */
|
|
|
|
pin("wb_adr_i[13]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004714 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.279188, 9.196100, 9.057248, 8.809154, 8.484893",\
|
|
"9.381038, 9.297950, 9.159098, 8.911003, 8.586742",\
|
|
"9.515824, 9.432736, 9.293884, 9.045790, 8.721529",\
|
|
"9.754415, 9.671327, 9.532475, 9.284380, 8.960119",\
|
|
"10.138704, 10.055616, 9.916764, 9.668670, 9.344409");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.937050, 8.853962, 8.715111, 8.467015, 8.142756",\
|
|
"9.039381, 8.956293, 8.817442, 8.569346, 8.245087",\
|
|
"9.240557, 9.157469, 9.018618, 8.770522, 8.446262",\
|
|
"9.659817, 9.576729, 9.437878, 9.189782, 8.865522",\
|
|
"10.392843, 10.309755, 10.170904, 9.922809, 9.598549");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.070564, -0.950737, -0.742347, -0.298387, 0.577691",\
|
|
"-1.172414, -1.052586, -0.844197, -0.400236, 0.475842",\
|
|
"-1.307576, -1.187748, -0.979359, -0.535398, 0.340679",\
|
|
"-1.548874, -1.429047, -1.220657, -0.776697, 0.099381",\
|
|
"-1.942002, -1.822175, -1.613785, -1.169825, -0.293747");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.708306, -1.588479, -1.380089, -0.936129, -0.060051",\
|
|
"-1.810637, -1.690809, -1.482420, -1.038459, -0.162381",\
|
|
"-2.011372, -1.891544, -1.683155, -1.239194, -0.363117",\
|
|
"-2.427101, -2.307273, -2.098884, -1.654923, -0.778845",\
|
|
"-3.151705, -3.031877, -2.823488, -2.379527, -1.503449");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[13] */
|
|
|
|
pin("wb_adr_i[12]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006041 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.360589, 9.277501, 9.138649, 8.890554, 8.566294",\
|
|
"9.462721, 9.379633, 9.240781, 8.992686, 8.668426",\
|
|
"9.597555, 9.514467, 9.375615, 9.127521, 8.803260",\
|
|
"9.834847, 9.751760, 9.612907, 9.364813, 9.040552",\
|
|
"10.223365, 10.140277, 10.001425, 9.753330, 9.429070");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.030003, 8.946915, 8.808064, 8.559968, 8.235708",\
|
|
"9.132599, 9.049511, 8.910660, 8.662564, 8.338305",\
|
|
"9.333702, 9.250614, 9.111763, 8.863667, 8.539408",\
|
|
"9.757290, 9.674202, 9.535351, 9.287255, 8.962996",\
|
|
"10.500517, 10.417429, 10.278578, 10.030482, 9.706223");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.124687, -1.004859, -0.796470, -0.352509, 0.523569",\
|
|
"-1.212376, -1.092548, -0.884159, -0.440198, 0.435879",\
|
|
"-1.321247, -1.201420, -0.993030, -0.549070, 0.327008",\
|
|
"-1.486665, -1.366838, -1.158449, -0.714488, 0.161590",\
|
|
"-1.670330, -1.550503, -1.342113, -0.898153, -0.022075");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.641913, -1.522086, -1.313697, -0.869736, 0.006342",\
|
|
"-1.729689, -1.609861, -1.401472, -0.957511, -0.081434",\
|
|
"-1.903337, -1.783509, -1.575120, -1.131159, -0.255081",\
|
|
"-2.245870, -2.126042, -1.917653, -1.473692, -0.597615",\
|
|
"-2.762951, -2.643123, -2.434734, -1.990773, -1.114696");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[12] */
|
|
|
|
pin("wb_adr_i[11]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005082 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.322760, 9.239672, 9.100820, 8.852725, 8.528464",\
|
|
"9.424645, 9.341558, 9.202705, 8.954611, 8.630350",\
|
|
"9.559268, 9.476180, 9.337328, 9.089233, 8.764973",\
|
|
"9.797106, 9.714018, 9.575166, 9.327071, 9.002810",\
|
|
"10.179897, 10.096809, 9.957957, 9.709863, 9.385602");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.034803, 8.951715, 8.812864, 8.564769, 8.240509",\
|
|
"9.137178, 9.054090, 8.915239, 8.667144, 8.342884",\
|
|
"9.338400, 9.255312, 9.116461, 8.868365, 8.544106",\
|
|
"9.758921, 9.675833, 9.536982, 9.288886, 8.964626",\
|
|
"10.494932, 10.411844, 10.272993, 10.024898, 9.700638");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.093131, -0.973304, -0.764914, -0.320954, 0.555124",\
|
|
"-1.195017, -1.075190, -0.866801, -0.422840, 0.453238",\
|
|
"-1.330395, -1.210567, -1.002178, -0.558217, 0.317861",\
|
|
"-1.571928, -1.452101, -1.243712, -0.799751, 0.076327",\
|
|
"-1.967808, -1.847980, -1.639591, -1.195631, -0.319553");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.794397, -1.674570, -1.466180, -1.022220, -0.146142",\
|
|
"-1.896773, -1.776945, -1.568556, -1.124595, -0.248518",\
|
|
"-2.097495, -1.977668, -1.769278, -1.325318, -0.449240",\
|
|
"-2.513867, -2.394039, -2.185650, -1.741689, -0.865612",\
|
|
"-3.239981, -3.120154, -2.911764, -2.467804, -1.591726");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[11] */
|
|
|
|
pin("wb_adr_i[10]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006123 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.327298, 9.244210, 9.105358, 8.857264, 8.533003",\
|
|
"9.429118, 9.346030, 9.207178, 8.959084, 8.634823",\
|
|
"9.563675, 9.480587, 9.341735, 9.093640, 8.769380",\
|
|
"9.801491, 9.718403, 9.579551, 9.331456, 9.007195",\
|
|
"10.182956, 10.099868, 9.961016, 9.712921, 9.388660");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.049160, 8.966072, 8.827221, 8.579125, 8.254866",\
|
|
"9.151476, 9.068388, 8.929537, 8.681441, 8.357182",\
|
|
"9.352695, 9.269608, 9.130756, 8.882661, 8.558401",\
|
|
"9.772346, 9.689259, 9.550407, 9.302312, 8.978052",\
|
|
"10.506298, 10.423210, 10.284359, 10.036263, 9.712004");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.077752, -0.957924, -0.749535, -0.305574, 0.570503",\
|
|
"-1.179573, -1.059746, -0.851357, -0.407396, 0.468682",\
|
|
"-1.314849, -1.195021, -0.986632, -0.542671, 0.333406",\
|
|
"-1.556381, -1.436554, -1.228165, -0.784204, 0.091874",\
|
|
"-1.950633, -1.830806, -1.622417, -1.178456, -0.302378");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.766128, -1.646301, -1.437911, -0.993951, -0.117873",\
|
|
"-1.868444, -1.748616, -1.540227, -1.096267, -0.220189",\
|
|
"-2.069216, -1.949389, -1.740999, -1.297039, -0.420961",\
|
|
"-2.485266, -2.365439, -2.157049, -1.713089, -0.837011",\
|
|
"-3.210638, -3.090810, -2.882421, -2.438460, -1.562382");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[10] */
|
|
|
|
pin("wb_adr_i[9]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006906 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.258887, 9.175799, 9.036947, 8.788853, 8.464592",\
|
|
"9.360644, 9.277556, 9.138704, 8.890610, 8.566349",\
|
|
"9.495392, 9.412304, 9.273452, 9.025357, 8.701097",\
|
|
"9.734259, 9.651171, 9.512319, 9.264224, 8.939963",\
|
|
"10.116964, 10.033876, 9.895024, 9.646930, 9.322669");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.937092, 8.854004, 8.715153, 8.467057, 8.142797",\
|
|
"9.039360, 8.956272, 8.817421, 8.569325, 8.245066",\
|
|
"9.240559, 9.157471, 9.018620, 8.770524, 8.446264",\
|
|
"9.658934, 9.575846, 9.436995, 9.188899, 8.864639",\
|
|
"10.389877, 10.306789, 10.167938, 9.919843, 9.595583");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.979082, -0.859255, -0.650865, -0.206905, 0.669173",\
|
|
"-1.063031, -0.943203, -0.734814, -0.290853, 0.585225",\
|
|
"-1.165718, -1.045891, -0.837501, -0.393541, 0.482537",\
|
|
"-1.314446, -1.194619, -0.986229, -0.542269, 0.333809",\
|
|
"-1.444112, -1.324285, -1.115896, -0.671935, 0.204143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.279026, -1.159199, -0.950810, -0.506849, 0.369229",\
|
|
"-1.363075, -1.243248, -1.034858, -0.590898, 0.285180",\
|
|
"-1.531172, -1.411345, -1.202955, -0.758995, 0.117083",\
|
|
"-1.856510, -1.736683, -1.528293, -1.084333, -0.208255",\
|
|
"-2.325195, -2.205368, -1.996979, -1.553018, -0.676940");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[9] */
|
|
|
|
pin("wb_adr_i[8]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006697 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.294843, 9.211755, 9.072903, 8.824808, 8.500547",\
|
|
"9.396619, 9.313531, 9.174679, 8.926584, 8.602324",\
|
|
"9.531265, 9.448177, 9.309325, 9.061231, 8.736970",\
|
|
"9.769550, 9.686462, 9.547610, 9.299516, 8.975255",\
|
|
"10.151672, 10.068584, 9.929732, 9.681638, 9.357377");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.995153, 8.912066, 8.773214, 8.525119, 8.200859",\
|
|
"9.097446, 9.014359, 8.875507, 8.627412, 8.303152",\
|
|
"9.298679, 9.215591, 9.076740, 8.828645, 8.504385",\
|
|
"9.718122, 9.635035, 9.496183, 9.248088, 8.923828",\
|
|
"10.451593, 10.368505, 10.229654, 9.981559, 9.657299");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.013991, -0.894164, -0.685775, -0.241814, 0.634264",\
|
|
"-1.115768, -0.995941, -0.787551, -0.343590, 0.532487",\
|
|
"-1.250819, -1.130991, -0.922602, -0.478642, 0.397436",\
|
|
"-1.490446, -1.370619, -1.162230, -0.718269, 0.157809",\
|
|
"-1.877517, -1.757690, -1.549301, -1.105340, -0.229262");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.300383, -1.180556, -0.972167, -0.528206, 0.347872",\
|
|
"-1.402676, -1.282849, -1.074459, -0.630499, 0.245579",\
|
|
"-1.603881, -1.484054, -1.275665, -0.831704, 0.044374",\
|
|
"-2.023116, -1.903289, -1.694900, -1.250939, -0.374861",\
|
|
"-2.756086, -2.636259, -2.427869, -1.983909, -1.107831");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[8] */
|
|
|
|
pin("wb_adr_i[7]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.010368 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.112577, 9.029490, 8.890637, 8.642543, 8.318282",\
|
|
"9.213428, 9.130341, 8.991488, 8.743394, 8.419133",\
|
|
"9.386394, 9.303306, 9.164454, 8.916359, 8.592098",\
|
|
"9.706786, 9.623698, 9.484846, 9.236752, 8.912491",\
|
|
"10.250941, 10.167853, 10.029001, 9.780907, 9.456646");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.847322, 8.764235, 8.625383, 8.377288, 8.053028",\
|
|
"8.954965, 8.871877, 8.733026, 8.484930, 8.160669",\
|
|
"9.156475, 9.073387, 8.934536, 8.686440, 8.362181",\
|
|
"9.575631, 9.492543, 9.353692, 9.105597, 8.781336",\
|
|
"10.322003, 10.238915, 10.100064, 9.851969, 9.527708");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.824941, -0.705114, -0.496724, -0.052720, 0.823467",\
|
|
"-0.915042, -0.795215, -0.586825, -0.142821, 0.733366",\
|
|
"-1.068647, -0.948820, -0.740430, -0.296426, 0.579761",\
|
|
"-1.334589, -1.214762, -1.006372, -0.562368, 0.313819",\
|
|
"-1.725286, -1.605458, -1.397068, -0.953064, -0.076877");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.122118, -1.002291, -0.793901, -0.349897, 0.526290",\
|
|
"-1.217995, -1.098168, -0.889778, -0.445773, 0.430413",\
|
|
"-1.397851, -1.278023, -1.069633, -0.625629, 0.250558",\
|
|
"-1.754799, -1.634971, -1.426582, -0.982577, -0.106391",\
|
|
"-2.325819, -2.205992, -1.997602, -1.553597, -0.677411");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[7] */
|
|
|
|
pin("wb_adr_i[6]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.010319 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.081482, 8.998394, 8.859542, 8.611447, 8.287187",\
|
|
"9.182333, 9.099245, 8.960393, 8.712298, 8.388038",\
|
|
"9.355421, 9.272333, 9.133481, 8.885386, 8.561126",\
|
|
"9.676170, 9.593082, 9.454230, 9.206136, 8.881875",\
|
|
"10.221418, 10.138330, 9.999478, 9.751384, 9.427123");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.778248, 8.695160, 8.556309, 8.308213, 7.983953",\
|
|
"8.885894, 8.802806, 8.663955, 8.415859, 8.091599",\
|
|
"9.087322, 9.004234, 8.865383, 8.617288, 8.293028",\
|
|
"9.505835, 9.422747, 9.283895, 9.035800, 8.711540",\
|
|
"10.250262, 10.167174, 10.028323, 9.780228, 9.455967");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.962857, -0.843029, -0.634639, -0.190635, 0.685552",\
|
|
"-1.063707, -0.943879, -0.735490, -0.291485, 0.584701",\
|
|
"-1.237199, -1.117372, -0.908982, -0.464978, 0.411209",\
|
|
"-1.560665, -1.440838, -1.232448, -0.788444, 0.087743",\
|
|
"-2.107778, -1.987950, -1.779560, -1.335556, -0.459369");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.451064, -1.331236, -1.122847, -0.678842, 0.197344",\
|
|
"-1.558709, -1.438882, -1.230492, -0.786488, 0.089699",\
|
|
"-1.760141, -1.640314, -1.431924, -0.987920, -0.111733",\
|
|
"-2.179426, -2.059598, -1.851209, -1.407204, -0.531018",\
|
|
"-2.924790, -2.804963, -2.596573, -2.152569, -1.276382");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[6] */
|
|
|
|
pin("wb_adr_i[5]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.013468 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.917578, 9.834490, 9.695638, 9.447543, 9.123282",\
|
|
"10.018366, 9.935278, 9.796426, 9.548331, 9.224071",\
|
|
"10.191748, 10.108660, 9.969808, 9.721713, 9.397452",\
|
|
"10.513608, 10.430520, 10.291668, 10.043573, 9.719313",\
|
|
"11.061728, 10.978640, 10.839787, 10.591693, 10.267432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.421131, 9.338043, 9.199192, 8.951097, 8.626837",\
|
|
"9.532187, 9.449099, 9.310247, 9.062152, 8.737892",\
|
|
"9.730089, 9.647001, 9.508150, 9.260055, 8.935795",\
|
|
"10.153662, 10.070574, 9.931723, 9.683627, 9.359367",\
|
|
"10.897819, 10.814731, 10.675879, 10.427784, 10.103523");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.013412, -0.893585, -0.685195, -0.241235, 0.634843",\
|
|
"-1.114200, -0.994373, -0.785983, -0.342023, 0.534055",\
|
|
"-1.287217, -1.167389, -0.959000, -0.515039, 0.361038",\
|
|
"-1.607987, -1.488160, -1.279771, -0.835810, 0.040268",\
|
|
"-2.153516, -2.033689, -1.825299, -1.381339, -0.505261");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.310889, -1.191062, -0.982672, -0.538712, 0.337366",\
|
|
"-1.421945, -1.302118, -1.093728, -0.649768, 0.226310",\
|
|
"-1.619652, -1.499825, -1.291435, -0.847475, 0.028603",\
|
|
"-2.036036, -1.916209, -1.707819, -1.263858, -0.387781",\
|
|
"-2.775381, -2.655554, -2.447165, -2.003204, -1.127126");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[5] */
|
|
|
|
pin("wb_adr_i[4]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.012007 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.959177, 9.876089, 9.737237, 9.489142, 9.164882",\
|
|
"10.059609, 9.976521, 9.837669, 9.589575, 9.265314",\
|
|
"10.197120, 10.114032, 9.975180, 9.727085, 9.402824",\
|
|
"10.445308, 10.362220, 10.223368, 9.975273, 9.651012",\
|
|
"10.827554, 10.744466, 10.605614, 10.357519, 10.033258");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.451839, 9.368752, 9.229900, 8.981805, 8.657545",\
|
|
"9.557924, 9.474836, 9.335985, 9.087890, 8.763630",\
|
|
"9.752490, 9.669402, 9.530551, 9.282455, 8.958195",\
|
|
"10.157339, 10.074251, 9.935400, 9.687304, 9.363045",\
|
|
"10.871485, 10.788397, 10.649546, 10.401450, 10.077190");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.059054, -0.939227, -0.730837, -0.286832, 0.589354",\
|
|
"-1.159487, -1.039659, -0.831269, -0.387265, 0.488922",\
|
|
"-1.296957, -1.177129, -0.968740, -0.524735, 0.351451",\
|
|
"-1.545692, -1.425865, -1.217475, -0.773471, 0.102716",\
|
|
"-1.931423, -1.811596, -1.603206, -1.159202, -0.283015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.437075, -1.317248, -1.108858, -0.664898, 0.211180",\
|
|
"-1.543159, -1.423332, -1.214942, -0.770982, 0.105096",\
|
|
"-1.737431, -1.617604, -1.409214, -0.965254, -0.089176",\
|
|
"-2.139967, -2.020140, -1.811750, -1.367790, -0.491712",\
|
|
"-2.847941, -2.728114, -2.519725, -2.075764, -1.199686");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[4] */
|
|
|
|
pin("wb_adr_i[3]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005279 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "10.383528, 10.300440, 10.161588, 9.913493, 9.589232",\
|
|
"10.485323, 10.402235, 10.263383, 10.015288, 9.691028",\
|
|
"10.665085, 10.581997, 10.443145, 10.195050, 9.870790",\
|
|
"11.021421, 10.938334, 10.799481, 10.551387, 10.227126",\
|
|
"11.654297, 11.571209, 11.432357, 11.184262, 10.860002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.792413, 9.709325, 9.570474, 9.322378, 8.998117",\
|
|
"9.897016, 9.813928, 9.675076, 9.426981, 9.102720",\
|
|
"10.087489, 10.004401, 9.865550, 9.617455, 9.293194",\
|
|
"10.473811, 10.390723, 10.251872, 10.003777, 9.679516",\
|
|
"11.117745, 11.034657, 10.895806, 10.647711, 10.323450");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.653713, -1.533886, -1.325496, -0.881491, -0.005305",\
|
|
"-1.755508, -1.635681, -1.427291, -0.983287, -0.107100",\
|
|
"-1.935269, -1.815442, -1.607052, -1.163048, -0.286861",\
|
|
"-2.291606, -2.171778, -1.963388, -1.519384, -0.643198",\
|
|
"-2.924493, -2.804665, -2.596275, -2.152271, -1.276084");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.490765, -1.370938, -1.162548, -0.718588, 0.157490",\
|
|
"-1.595369, -1.475542, -1.267152, -0.823192, 0.052886",\
|
|
"-1.785842, -1.666015, -1.457626, -1.013665, -0.137587",\
|
|
"-2.171436, -2.051609, -1.843219, -1.399259, -0.523181",\
|
|
"-2.815318, -2.695491, -2.487101, -2.043140, -1.167063");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[3] */
|
|
|
|
pin("wb_adr_i[2]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.012098 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.857655, 9.774567, 9.635715, 9.387620, 9.063359",\
|
|
"9.958145, 9.875057, 9.736205, 9.488111, 9.163850",\
|
|
"10.094118, 10.011030, 9.872178, 9.624084, 9.299823",\
|
|
"10.335558, 10.252470, 10.113618, 9.865523, 9.541263",\
|
|
"10.714634, 10.631546, 10.492694, 10.244599, 9.920339");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.369029, 9.285941, 9.147090, 8.898994, 8.574734",\
|
|
"9.475131, 9.392043, 9.253192, 9.005096, 8.680836",\
|
|
"9.670348, 9.587260, 9.448409, 9.200314, 8.876053",\
|
|
"10.077264, 9.994176, 9.855325, 9.607229, 9.282969",\
|
|
"10.794620, 10.711532, 10.572680, 10.324585, 10.000324");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.933580, -0.813753, -0.605363, -0.161358, 0.714828",\
|
|
"-1.034072, -0.914244, -0.705855, -0.261850, 0.614336",\
|
|
"-1.175286, -1.055459, -0.847069, -0.403064, 0.473122",\
|
|
"-1.418465, -1.298638, -1.090248, -0.646244, 0.229943",\
|
|
"-1.803344, -1.683516, -1.475127, -1.031122, -0.154936");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.922887, -0.803060, -0.594671, -0.150710, 0.725368",\
|
|
"-1.028991, -0.909164, -0.700775, -0.256814, 0.619264",\
|
|
"-1.224408, -1.104581, -0.896191, -0.452231, 0.423847",\
|
|
"-1.632865, -1.513037, -1.304648, -0.860687, 0.015390",\
|
|
"-2.357524, -2.237697, -2.029307, -1.585347, -0.709269");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[2] */
|
|
|
|
pin("wb_adr_i[1]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.009913 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.758196, 9.675108, 9.536256, 9.288161, 8.963901",\
|
|
"9.858038, 9.774950, 9.636098, 9.388003, 9.063743",\
|
|
"9.999319, 9.916231, 9.777379, 9.529284, 9.205024",\
|
|
"10.240606, 10.157518, 10.018666, 9.770572, 9.446311",\
|
|
"10.624243, 10.541155, 10.402303, 10.154208, 9.829947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.395256, 9.312168, 9.173316, 8.925221, 8.600961",\
|
|
"9.499962, 9.416874, 9.278022, 9.029927, 8.705667",\
|
|
"9.694221, 9.611134, 9.472281, 9.224187, 8.899926",\
|
|
"10.070487, 9.987399, 9.848547, 9.600452, 9.276192",\
|
|
"10.731795, 10.648707, 10.509855, 10.261761, 9.937500");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.197417, -1.077589, -0.869200, -0.425239, 0.450839",\
|
|
"-1.297257, -1.177430, -0.969040, -0.525080, 0.350998",\
|
|
"-1.438130, -1.318303, -1.109913, -0.665953, 0.210125",\
|
|
"-1.678201, -1.558374, -1.349984, -0.906024, -0.029946",\
|
|
"-2.057546, -1.937718, -1.729329, -1.285368, -0.409291");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.128785, -1.008958, -0.800568, -0.356563, 0.519623",\
|
|
"-1.233491, -1.113664, -0.905274, -0.461269, 0.414917",\
|
|
"-1.428151, -1.308323, -1.099933, -0.655929, 0.220258",\
|
|
"-1.806621, -1.686793, -1.478404, -1.034399, -0.158213",\
|
|
"-2.473481, -2.353653, -2.145264, -1.701259, -0.825073");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[1] */
|
|
|
|
pin("wb_adr_i[0]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.010171 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.490266, 9.407178, 9.268326, 9.020231, 8.695971",\
|
|
"9.591123, 9.508035, 9.369183, 9.121088, 8.796827",\
|
|
"9.764093, 9.681005, 9.542153, 9.294059, 8.969798",\
|
|
"10.084088, 10.001000, 9.862148, 9.614054, 9.289793",\
|
|
"10.626367, 10.543279, 10.404427, 10.156332, 9.832071");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.423505, 9.340417, 9.201565, 8.953470, 8.629210",\
|
|
"9.534764, 9.451676, 9.312824, 9.064730, 8.740469",\
|
|
"9.732572, 9.649484, 9.510632, 9.262537, 8.938276",\
|
|
"10.150142, 10.067054, 9.928202, 9.680107, 9.355846",\
|
|
"10.893615, 10.810527, 10.671675, 10.423580, 10.099319");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.880390, -0.760563, -0.552173, -0.108213, 0.767865",\
|
|
"-0.981247, -0.861420, -0.653030, -0.209070, 0.667008",\
|
|
"-1.154651, -1.034824, -0.826434, -0.382474, 0.493604",\
|
|
"-1.476261, -1.356434, -1.148044, -0.704084, 0.171994",\
|
|
"-2.028724, -1.908897, -1.700508, -1.256547, -0.380469");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.082274, -0.962447, -0.754057, -0.310097, 0.565981",\
|
|
"-1.193539, -1.073711, -0.865322, -0.421361, 0.454716",\
|
|
"-1.391484, -1.271657, -1.063267, -0.619307, 0.256771",\
|
|
"-1.809980, -1.690153, -1.481763, -1.037803, -0.161725",\
|
|
"-2.557159, -2.437332, -2.228942, -1.784982, -0.908904");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[0] */
|
|
} /* end of bus wb_adr_i */
|
|
bus ( wb_dat_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_dat_i[31]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003747 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.217088, 0.134000, -0.004852, -0.252947, -0.577206",\
|
|
"0.319176, 0.236088, 0.097236, -0.150859, -0.475118",\
|
|
"0.454102, 0.371014, 0.232163, -0.015932, -0.340192",\
|
|
"0.691982, 0.608894, 0.470043, 0.221948, -0.102312",\
|
|
"1.080396, 0.997308, 0.858457, 0.610362, 0.286102");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.270052, 1.186964, 1.048113, 0.800018, 0.475758",\
|
|
"1.372610, 1.289522, 1.150670, 0.902575, 0.578316",\
|
|
"1.573541, 1.490453, 1.351602, 1.103507, 0.779247",\
|
|
"1.994612, 1.911524, 1.772673, 1.524578, 1.200318",\
|
|
"2.731836, 2.648748, 2.509897, 2.261801, 1.937542");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.107987, 0.011840, 0.220230, 0.664234, 1.540420",\
|
|
"-0.210075, -0.090248, 0.118142, 0.562146, 1.438332",\
|
|
"-0.345001, -0.225174, -0.016784, 0.427220, 1.303406",\
|
|
"-0.582881, -0.463054, -0.254664, 0.189340, 1.065526",\
|
|
"-0.971296, -0.851468, -0.643078, -0.199074, 0.677112");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.063017, -0.943189, -0.734799, -0.290795, 0.585391",\
|
|
"-1.165574, -1.045747, -0.837357, -0.393353, 0.482833",\
|
|
"-1.366506, -1.246679, -1.038289, -0.594285, 0.281901",\
|
|
"-1.787577, -1.667749, -1.459359, -1.015355, -0.139169",\
|
|
"-2.524800, -2.404973, -2.196583, -1.752579, -0.876393");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[31] */
|
|
|
|
pin("wb_dat_i[30]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004092 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.080267, -0.002821, -0.141673, -0.389768, -0.714029",\
|
|
"0.182129, 0.099041, -0.039811, -0.287906, -0.612167",\
|
|
"0.316971, 0.233883, 0.095032, -0.153064, -0.477324",\
|
|
"0.555678, 0.472590, 0.333738, 0.085643, -0.238618",\
|
|
"0.940821, 0.857733, 0.718882, 0.470786, 0.146526");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.037248, 0.954159, 0.815308, 0.567213, 0.242952",\
|
|
"1.139597, 1.056509, 0.917658, 0.669562, 0.345302",\
|
|
"1.340536, 1.257448, 1.118597, 0.870501, 0.546240",\
|
|
"1.758212, 1.675124, 1.536272, 1.288177, 0.963916",\
|
|
"2.487447, 2.404359, 2.265508, 2.017412, 1.693152");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.033083, 0.152910, 0.361300, 0.805305, 1.681492",\
|
|
"-0.068779, 0.051048, 0.259438, 0.703443, 1.579630",\
|
|
"-0.203622, -0.083795, 0.124595, 0.568600, 1.444787",\
|
|
"-0.442328, -0.322501, -0.114111, 0.329893, 1.206080",\
|
|
"-0.827472, -0.707644, -0.499255, -0.055250, 0.820937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.817679, -0.697852, -0.489462, -0.045457, 0.830729",\
|
|
"-0.920029, -0.800202, -0.591812, -0.147807, 0.728380",\
|
|
"-1.120968, -1.001141, -0.792751, -0.348746, 0.527441",\
|
|
"-1.538644, -1.418816, -1.210426, -0.766422, 0.109765",\
|
|
"-2.267879, -2.148052, -1.939662, -1.495658, -0.619471");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[30] */
|
|
|
|
pin("wb_dat_i[29]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004435 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.003443, -0.086531, -0.225383, -0.473478, -0.797737",\
|
|
"0.098510, 0.015422, -0.123429, -0.371524, -0.695784",\
|
|
"0.233401, 0.150313, 0.011462, -0.236633, -0.560893",\
|
|
"0.471771, 0.388683, 0.249832, 0.001737, -0.322523",\
|
|
"0.858614, 0.775526, 0.636675, 0.388580, 0.064320");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.965750, 0.882662, 0.743811, 0.495716, 0.171456",\
|
|
"1.068186, 0.985098, 0.846247, 0.598152, 0.273892",\
|
|
"1.269104, 1.186016, 1.047164, 0.799069, 0.474810",\
|
|
"1.688126, 1.605038, 1.466187, 1.218092, 0.893832",\
|
|
"2.420523, 2.337435, 2.198583, 1.950488, 1.626229");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.064200, 0.184027, 0.392417, 0.836421, 1.712607",\
|
|
"-0.037754, 0.082073, 0.290463, 0.734467, 1.610653",\
|
|
"-0.172645, -0.052818, 0.155572, 0.599576, 1.475762",\
|
|
"-0.411015, -0.291187, -0.082798, 0.361207, 1.237392",\
|
|
"-0.797858, -0.678031, -0.469641, -0.025637, 0.850549");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.778420, -0.658593, -0.450203, -0.006199, 0.869987",\
|
|
"-0.880856, -0.761029, -0.552639, -0.108635, 0.767551",\
|
|
"-1.081774, -0.961946, -0.753556, -0.309552, 0.566633",\
|
|
"-1.500796, -1.380969, -1.172579, -0.728575, 0.147611",\
|
|
"-2.233192, -2.113365, -1.904975, -1.460971, -0.584785");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[29] */
|
|
|
|
pin("wb_dat_i[28]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004842 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.110247, 0.027159, -0.111693, -0.359788, -0.684049",\
|
|
"0.212329, 0.129241, -0.009611, -0.257706, -0.581967",\
|
|
"0.347270, 0.264182, 0.125330, -0.122765, -0.447026",\
|
|
"0.585227, 0.502139, 0.363288, 0.115192, -0.209069",\
|
|
"0.973938, 0.890850, 0.751999, 0.503903, 0.179642");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.052061, 0.968973, 0.830122, 0.582026, 0.257765",\
|
|
"1.154612, 1.071524, 0.932673, 0.684577, 0.360316",\
|
|
"1.355505, 1.272417, 1.133565, 0.885470, 0.561209",\
|
|
"1.776099, 1.693011, 1.554160, 1.306064, 0.981803",\
|
|
"2.512186, 2.429098, 2.290246, 2.042151, 1.717890");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.024121, 0.095706, 0.304096, 0.748101, 1.624288",\
|
|
"-0.103588, 0.016240, 0.224630, 0.668634, 1.544822",\
|
|
"-0.197400, -0.077573, 0.130817, 0.574821, 1.451009",\
|
|
"-0.319488, -0.199661, 0.008729, 0.452734, 1.328921",\
|
|
"-0.381764, -0.261937, -0.053547, 0.390458, 1.266645");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.866255, -0.746428, -0.538038, -0.094033, 0.782154",\
|
|
"-0.945465, -0.825637, -0.617248, -0.173243, 0.702945",\
|
|
"-1.103911, -0.984083, -0.775693, -0.331689, 0.544499",\
|
|
"-1.404921, -1.285094, -1.076704, -0.632699, 0.243488",\
|
|
"-1.804107, -1.684279, -1.475889, -1.031885, -0.155697");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[28] */
|
|
|
|
pin("wb_dat_i[27]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004991 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.244921, 0.161833, 0.022982, -0.225114, -0.549373",\
|
|
"0.347086, 0.263997, 0.125146, -0.122949, -0.447209",\
|
|
"0.482053, 0.398965, 0.260114, 0.012019, -0.312241",\
|
|
"0.719662, 0.636574, 0.497723, 0.249628, -0.074632",\
|
|
"1.109433, 1.026345, 0.887494, 0.639399, 0.315139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.289167, 1.206079, 1.067228, 0.819133, 0.494873",\
|
|
"1.391796, 1.308708, 1.169857, 0.921762, 0.597502",\
|
|
"1.592710, 1.509622, 1.370770, 1.122675, 0.798416",\
|
|
"2.014915, 1.931826, 1.792975, 1.544880, 1.220620",\
|
|
"2.754736, 2.671648, 2.532796, 2.284701, 1.960442");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.168061, -0.048234, 0.160156, 0.604160, 1.480346",\
|
|
"-0.270225, -0.150398, 0.057992, 0.501996, 1.378182",\
|
|
"-0.405193, -0.285366, -0.076976, 0.367028, 1.243214",\
|
|
"-0.642802, -0.522975, -0.314585, 0.129419, 1.005605",\
|
|
"-1.032573, -0.912746, -0.704356, -0.260352, 0.615834");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.100961, -0.981134, -0.772744, -0.328740, 0.547446",\
|
|
"-1.203590, -1.083763, -0.875373, -0.431369, 0.444817",\
|
|
"-1.404504, -1.284677, -1.076287, -0.632283, 0.243903",\
|
|
"-1.826709, -1.706881, -1.498491, -1.054487, -0.178301",\
|
|
"-2.566530, -2.446702, -2.238313, -1.794309, -0.918123");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[27] */
|
|
|
|
pin("wb_dat_i[26]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004337 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.362975, 0.279887, 0.141035, -0.107060, -0.431320",\
|
|
"0.465199, 0.382111, 0.243259, -0.004836, -0.329096",\
|
|
"0.600192, 0.517105, 0.378253, 0.130158, -0.194102",\
|
|
"0.837611, 0.754523, 0.615672, 0.367576, 0.043317",\
|
|
"1.228248, 1.145160, 1.006309, 0.758213, 0.433953");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.389360, 1.306272, 1.167421, 0.919325, 0.595065",\
|
|
"1.492043, 1.408955, 1.270103, 1.022008, 0.697748",\
|
|
"1.692943, 1.609855, 1.471003, 1.222908, 0.898648",\
|
|
"2.115893, 2.032805, 1.893953, 1.645858, 1.321598",\
|
|
"2.857305, 2.774217, 2.635365, 2.387270, 2.063010");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.159872, -0.040045, 0.168345, 0.612349, 1.488536",\
|
|
"-0.262096, -0.142269, 0.066121, 0.510125, 1.386312",\
|
|
"-0.397090, -0.277263, -0.068873, 0.375132, 1.251318",\
|
|
"-0.634509, -0.514681, -0.306291, 0.137713, 1.013899",\
|
|
"-1.025145, -0.905318, -0.696928, -0.252924, 0.623263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.090367, -0.970540, -0.762150, -0.318146, 0.558040",\
|
|
"-1.193050, -1.073223, -0.864833, -0.420828, 0.455358",\
|
|
"-1.393950, -1.274122, -1.065733, -0.621728, 0.254458",\
|
|
"-1.816900, -1.697073, -1.488683, -1.044678, -0.168492",\
|
|
"-2.558312, -2.438485, -2.230095, -1.786090, -0.909904");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[26] */
|
|
|
|
pin("wb_dat_i[25]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004243 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.139863, 0.056775, -0.082077, -0.330172, -0.654432",\
|
|
"0.242078, 0.158990, 0.020139, -0.227957, -0.552217",\
|
|
"0.377083, 0.293995, 0.155144, -0.092951, -0.417211",\
|
|
"0.614539, 0.531451, 0.392599, 0.144504, -0.179756",\
|
|
"1.005590, 0.922502, 0.783651, 0.535556, 0.211295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.065476, 0.982388, 0.843537, 0.595442, 0.271182",\
|
|
"1.168153, 1.085065, 0.946214, 0.698118, 0.373858",\
|
|
"1.369015, 1.285927, 1.147075, 0.898980, 0.574720",\
|
|
"1.791551, 1.708463, 1.569611, 1.321516, 0.997256",\
|
|
"2.531890, 2.448802, 2.309950, 2.061855, 1.737595");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.050143, 0.069685, 0.278075, 0.722079, 1.598265",\
|
|
"-0.152358, -0.032531, 0.175859, 0.619863, 1.496050",\
|
|
"-0.287363, -0.167536, 0.040854, 0.484858, 1.361044",\
|
|
"-0.524819, -0.404991, -0.196601, 0.247403, 1.123589",\
|
|
"-0.915870, -0.796043, -0.587653, -0.143649, 0.732538");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.878149, -0.758322, -0.549932, -0.105927, 0.770259",\
|
|
"-0.980825, -0.860998, -0.652608, -0.208604, 0.667582",\
|
|
"-1.181687, -1.061860, -0.853470, -0.409466, 0.466721",\
|
|
"-1.604223, -1.484396, -1.276006, -0.832002, 0.044184",\
|
|
"-2.344562, -2.224735, -2.016345, -1.572341, -0.696154");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[25] */
|
|
|
|
pin("wb_dat_i[24]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004600 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.351115, 0.268027, 0.129175, -0.118920, -0.443180",\
|
|
"0.453434, 0.370346, 0.231495, -0.016600, -0.340860",\
|
|
"0.588473, 0.505385, 0.366534, 0.118439, -0.205821",\
|
|
"0.825392, 0.742304, 0.603453, 0.355358, 0.031098",\
|
|
"1.217721, 1.134633, 0.995781, 0.747686, 0.423426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.369734, 1.286646, 1.147795, 0.899700, 0.575440",\
|
|
"1.472507, 1.389419, 1.250567, 1.002472, 0.678212",\
|
|
"1.673381, 1.590293, 1.451441, 1.203346, 0.879086",\
|
|
"2.097670, 2.014582, 1.875731, 1.627635, 1.303375",\
|
|
"2.841944, 2.758856, 2.620004, 2.371909, 2.047649");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.191837, -0.072010, 0.136380, 0.580384, 1.456570",\
|
|
"-0.284807, -0.164979, 0.043410, 0.487415, 1.363601",\
|
|
"-0.402840, -0.283013, -0.074623, 0.369381, 1.245567",\
|
|
"-0.591850, -0.472023, -0.263633, 0.180371, 1.056557",\
|
|
"-0.849206, -0.729378, -0.520989, -0.076984, 0.799202");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.115654, -0.995827, -0.787437, -0.343433, 0.532754",\
|
|
"-1.208761, -1.088934, -0.880544, -0.436540, 0.439647",\
|
|
"-1.392058, -1.272231, -1.063841, -0.619837, 0.256350",\
|
|
"-1.766828, -1.647000, -1.438610, -0.994606, -0.118420",\
|
|
"-2.371592, -2.251765, -2.043375, -1.599371, -0.723184");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[24] */
|
|
|
|
pin("wb_dat_i[23]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005288 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.010225, -0.093313, -0.232164, -0.480259, -0.804518",\
|
|
"0.091468, 0.008380, -0.130471, -0.378566, -0.702825",\
|
|
"0.226234, 0.143146, 0.004295, -0.243800, -0.568060",\
|
|
"0.465394, 0.382306, 0.243455, -0.004640, -0.328900",\
|
|
"0.846908, 0.763820, 0.624969, 0.376874, 0.052614");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.955857, 0.872769, 0.733917, 0.485822, 0.161563",\
|
|
"1.058065, 0.974977, 0.836125, 0.588030, 0.263771",\
|
|
"1.259039, 1.175951, 1.037100, 0.789005, 0.464745",\
|
|
"1.673953, 1.590865, 1.452013, 1.203918, 0.879659",\
|
|
"2.396846, 2.313758, 2.174907, 1.926812, 1.602553");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.119326, 0.239154, 0.447544, 0.891548, 1.767734",\
|
|
"0.017633, 0.137461, 0.345851, 0.789855, 1.666041",\
|
|
"-0.117132, 0.002695, 0.211085, 0.655089, 1.531275",\
|
|
"-0.356292, -0.236465, -0.028075, 0.415929, 1.292115",\
|
|
"-0.737806, -0.617979, -0.409589, 0.034415, 0.910601");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.748821, -0.628994, -0.420604, 0.023400, 0.899586",\
|
|
"-0.851029, -0.731202, -0.522812, -0.078808, 0.797378",\
|
|
"-1.052004, -0.932176, -0.723786, -0.279782, 0.596404",\
|
|
"-1.466917, -1.347090, -1.138700, -0.694696, 0.181490",\
|
|
"-2.189811, -2.069983, -1.861593, -1.417589, -0.541404");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[23] */
|
|
|
|
pin("wb_dat_i[22]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005113 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.207757, 0.124669, -0.014183, -0.262278, -0.586539",\
|
|
"0.309448, 0.226360, 0.087509, -0.160587, -0.484848",\
|
|
"0.444188, 0.361100, 0.222249, -0.025847, -0.350107",\
|
|
"0.683247, 0.600159, 0.461307, 0.213212, -0.111049",\
|
|
"1.064332, 0.981244, 0.842392, 0.594297, 0.270036");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.281653, 1.198565, 1.059713, 0.811618, 0.487357",\
|
|
"1.383859, 1.300771, 1.161920, 0.913824, 0.589563",\
|
|
"1.584888, 1.501800, 1.362948, 1.114853, 0.790592",\
|
|
"2.000170, 1.917082, 1.778230, 1.530135, 1.205874",\
|
|
"2.723938, 2.640849, 2.501998, 2.253902, 1.929642");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.094408, 0.025419, 0.233809, 0.677814, 1.554000",\
|
|
"-0.196100, -0.076272, 0.132118, 0.576122, 1.452309",\
|
|
"-0.330840, -0.211012, -0.002622, 0.441382, 1.317569",\
|
|
"-0.569898, -0.450071, -0.241681, 0.202323, 1.078510",\
|
|
"-0.950983, -0.831156, -0.622766, -0.178762, 0.697425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.062085, -0.942257, -0.733868, -0.289863, 0.586324",\
|
|
"-1.164291, -1.044463, -0.836074, -0.392069, 0.484118",\
|
|
"-1.365320, -1.245492, -1.037102, -0.593098, 0.283089",\
|
|
"-1.780602, -1.660774, -1.452385, -1.008380, -0.132193",\
|
|
"-2.504370, -2.384542, -2.176152, -1.732148, -0.855961");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[22] */
|
|
|
|
pin("wb_dat_i[21]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004887 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.130998, 0.047910, -0.090941, -0.339036, -0.663296",\
|
|
"0.232740, 0.149652, 0.010801, -0.237294, -0.561554",\
|
|
"0.367515, 0.284427, 0.145575, -0.102520, -0.426779",\
|
|
"0.606528, 0.523440, 0.384588, 0.136493, -0.187766",\
|
|
"0.989407, 0.906319, 0.767467, 0.519372, 0.195113");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.214742, 1.131654, 0.992802, 0.744707, 0.420448",\
|
|
"1.316984, 1.233896, 1.095045, 0.846950, 0.522691",\
|
|
"1.517999, 1.434911, 1.296060, 1.047965, 0.723706",\
|
|
"1.934645, 1.851557, 1.712706, 1.464611, 1.140351",\
|
|
"2.661476, 2.578388, 2.439537, 2.191442, 1.867182");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.070243, 0.049584, 0.257974, 0.701978, 1.578164",\
|
|
"-0.171985, -0.052158, 0.156232, 0.600236, 1.476422",\
|
|
"-0.306760, -0.186932, 0.021458, 0.465462, 1.341648",\
|
|
"-0.545773, -0.425945, -0.217556, 0.226449, 1.102634",\
|
|
"-0.928652, -0.808824, -0.600435, -0.156430, 0.719755");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.027412, -0.907584, -0.699195, -0.255190, 0.620995",\
|
|
"-1.129654, -1.009827, -0.801437, -0.357433, 0.518753",\
|
|
"-1.330669, -1.210842, -1.002452, -0.558448, 0.317738",\
|
|
"-1.747315, -1.627487, -1.419098, -0.975093, -0.098908",\
|
|
"-2.474146, -2.354319, -2.145929, -1.701925, -0.825739");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[21] */
|
|
|
|
pin("wb_dat_i[20]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005087 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.240391, 0.157303, 0.018451, -0.229644, -0.553905",\
|
|
"0.342193, 0.259104, 0.120253, -0.127843, -0.452103",\
|
|
"0.476991, 0.393903, 0.255051, 0.006956, -0.317305",\
|
|
"0.715842, 0.632754, 0.493903, 0.245807, -0.078454",\
|
|
"1.099650, 1.016562, 0.877710, 0.629615, 0.305354");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.299943, 1.216855, 1.078003, 0.829908, 0.505647",\
|
|
"1.402237, 1.319149, 1.180297, 0.932202, 0.607941",\
|
|
"1.603241, 1.520153, 1.381302, 1.133206, 0.808945",\
|
|
"2.020541, 1.937453, 1.798602, 1.550506, 1.226245",\
|
|
"2.748909, 2.665822, 2.526970, 2.278874, 1.954613");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.149565, -0.029738, 0.178652, 0.622657, 1.498844",\
|
|
"-0.251367, -0.131540, 0.076850, 0.520855, 1.397042",\
|
|
"-0.386165, -0.266338, -0.057948, 0.386057, 1.262244",\
|
|
"-0.625017, -0.505190, -0.296800, 0.147205, 1.023392",\
|
|
"-1.008824, -0.888997, -0.680607, -0.236603, 0.639585");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.111518, -0.991690, -0.783300, -0.339296, 0.536892",\
|
|
"-1.213812, -1.093984, -0.885594, -0.441590, 0.434598",\
|
|
"-1.414816, -1.294988, -1.086598, -0.642594, 0.233594",\
|
|
"-1.832115, -1.712288, -1.503898, -1.059893, -0.183706",\
|
|
"-2.560484, -2.440657, -2.232267, -1.788262, -0.912075");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[20] */
|
|
|
|
pin("wb_dat_i[19]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006121 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.035149, -0.118237, -0.257088, -0.505183, -0.829443",\
|
|
"0.066577, -0.016512, -0.155363, -0.403458, -0.727718",\
|
|
"0.201357, 0.118269, -0.020583, -0.268678, -0.592937",\
|
|
"0.440574, 0.357486, 0.218635, -0.029460, -0.353720",\
|
|
"0.823029, 0.739941, 0.601090, 0.352995, 0.028735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.935212, 0.852124, 0.713273, 0.465178, 0.140918",\
|
|
"1.037442, 0.954354, 0.815503, 0.567408, 0.243148",\
|
|
"1.238412, 1.155324, 1.016473, 0.768378, 0.444118",\
|
|
"1.653998, 1.570910, 1.432059, 1.183964, 0.859704",\
|
|
"2.378367, 2.295279, 2.156428, 1.908333, 1.584073");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.105794, 0.225621, 0.434011, 0.878015, 1.754201",\
|
|
"0.004069, 0.123896, 0.332286, 0.776290, 1.652476",\
|
|
"-0.130711, -0.010884, 0.197506, 0.641510, 1.517696",\
|
|
"-0.369929, -0.250101, -0.041711, 0.402293, 1.278479",\
|
|
"-0.752384, -0.632557, -0.424167, 0.019837, 0.896023");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.750381, -0.630553, -0.422163, 0.021841, 0.898027",\
|
|
"-0.852611, -0.732783, -0.524394, -0.080389, 0.795797",\
|
|
"-1.053581, -0.933753, -0.725363, -0.281359, 0.594827",\
|
|
"-1.469167, -1.349339, -1.140950, -0.696946, 0.179240",\
|
|
"-2.193536, -2.073709, -1.865319, -1.421315, -0.545129");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[19] */
|
|
|
|
pin("wb_dat_i[18]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006378 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.102678, 0.019590, -0.119262, -0.367357, -0.691617",\
|
|
"0.204511, 0.121423, -0.017428, -0.265523, -0.589783",\
|
|
"0.339339, 0.256251, 0.117400, -0.130696, -0.454956",\
|
|
"0.578165, 0.495077, 0.356225, 0.108130, -0.216130",\
|
|
"0.962670, 0.879582, 0.740731, 0.492635, 0.168376");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.048074, 0.964986, 0.826135, 0.578039, 0.253779",\
|
|
"1.150400, 1.067312, 0.928460, 0.680365, 0.356105",\
|
|
"1.351346, 1.268258, 1.129407, 0.881311, 0.557052",\
|
|
"1.768562, 1.685474, 1.546623, 1.298527, 0.974267",\
|
|
"2.496718, 2.413630, 2.274779, 2.026684, 1.702424");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.100445, 0.220272, 0.428662, 0.872667, 1.748853",\
|
|
"0.020031, 0.139859, 0.348248, 0.792253, 1.668439",\
|
|
"-0.075837, 0.043990, 0.252380, 0.696385, 1.572571",\
|
|
"-0.204902, -0.085075, 0.123315, 0.567319, 1.443505",\
|
|
"-0.280185, -0.160357, 0.048032, 0.492037, 1.368223");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.749062, -0.629235, -0.420845, 0.023159, 0.899345",\
|
|
"-0.829437, -0.709610, -0.501220, -0.057215, 0.818971",\
|
|
"-0.990458, -0.870631, -0.662241, -0.218236, 0.657950",\
|
|
"-1.295194, -1.175367, -0.966977, -0.522972, 0.353214",\
|
|
"-1.706465, -1.586638, -1.378248, -0.934244, -0.058058");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[18] */
|
|
|
|
pin("wb_dat_i[17]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004929 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.238181, 0.155093, 0.016241, -0.231854, -0.556114",\
|
|
"0.340099, 0.257011, 0.118160, -0.129936, -0.454196",\
|
|
"0.474953, 0.391865, 0.253013, 0.004918, -0.319342",\
|
|
"0.713365, 0.630277, 0.491425, 0.243330, -0.080930",\
|
|
"1.099358, 1.016270, 0.877418, 0.629323, 0.305063");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.290648, 1.207560, 1.068709, 0.820613, 0.496353",\
|
|
"1.393053, 1.309965, 1.171113, 0.923018, 0.598758",\
|
|
"1.594023, 1.510935, 1.372084, 1.123988, 0.799728",\
|
|
"2.012994, 1.929906, 1.791054, 1.542959, 1.218699",\
|
|
"2.745285, 2.662197, 2.523346, 2.275250, 1.950990");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.148462, -0.028634, 0.179755, 0.623760, 1.499946",\
|
|
"-0.250380, -0.130553, 0.077837, 0.521841, 1.398028",\
|
|
"-0.385233, -0.265406, -0.057016, 0.386988, 1.263174",\
|
|
"-0.623646, -0.503818, -0.295428, 0.148576, 1.024762",\
|
|
"-1.009639, -0.889812, -0.681422, -0.237417, 0.638769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.103321, -0.983493, -0.775103, -0.331099, 0.545087",\
|
|
"-1.205725, -1.085898, -0.877508, -0.433504, 0.442683",\
|
|
"-1.406696, -1.286868, -1.078479, -0.634474, 0.241712",\
|
|
"-1.825666, -1.705839, -1.497449, -1.053445, -0.177258",\
|
|
"-2.557958, -2.438131, -2.229741, -1.785737, -0.909550");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[17] */
|
|
|
|
pin("wb_dat_i[16]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.009084 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.048300, -0.034788, -0.173640, -0.421735, -0.745995",\
|
|
"0.149897, 0.066808, -0.072043, -0.320138, -0.644398",\
|
|
"0.284625, 0.201537, 0.062685, -0.185410, -0.509670",\
|
|
"0.523358, 0.440270, 0.301418, 0.053323, -0.270937",\
|
|
"0.901718, 0.818630, 0.679778, 0.431683, 0.107423");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.002189, 0.919101, 0.780249, 0.532154, 0.207894",\
|
|
"1.104324, 1.021235, 0.882384, 0.634289, 0.310029",\
|
|
"1.305307, 1.222219, 1.083367, 0.835272, 0.511012",\
|
|
"1.718890, 1.635802, 1.496950, 1.248855, 0.924595",\
|
|
"2.438867, 2.355778, 2.216927, 1.968832, 1.644572");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.106209, 0.226037, 0.434427, 0.878431, 1.754617",\
|
|
"0.038285, 0.158113, 0.366503, 0.810507, 1.686693",\
|
|
"-0.035092, 0.084735, 0.293125, 0.737129, 1.613315",\
|
|
"-0.100985, 0.018843, 0.227233, 0.671237, 1.547423",\
|
|
"0.007594, 0.127421, 0.335811, 0.779815, 1.656002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.748149, -0.628322, -0.419932, 0.024072, 0.900258",\
|
|
"-0.816005, -0.696178, -0.487788, -0.043784, 0.832402",\
|
|
"-0.954539, -0.834711, -0.626321, -0.182317, 0.693869",\
|
|
"-1.192183, -1.072356, -0.863966, -0.419962, 0.456224",\
|
|
"-1.416495, -1.296668, -1.088278, -0.644274, 0.231913");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[16] */
|
|
|
|
pin("wb_dat_i[15]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.007047 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.145881, 0.062793, -0.076059, -0.324154, -0.648413",\
|
|
"0.247753, 0.164665, 0.025813, -0.222282, -0.546541",\
|
|
"0.382793, 0.299705, 0.160853, -0.087242, -0.411501",\
|
|
"0.622036, 0.538948, 0.400097, 0.152002, -0.172258",\
|
|
"1.009895, 0.926807, 0.787956, 0.539861, 0.215601");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.160293, 1.077205, 0.938353, 0.690258, 0.365999",\
|
|
"1.262657, 1.179569, 1.040718, 0.792623, 0.468363",\
|
|
"1.463468, 1.380380, 1.241528, 0.993433, 0.669174",\
|
|
"1.880450, 1.797362, 1.658510, 1.410415, 1.086156",\
|
|
"2.608018, 2.524930, 2.386079, 2.137984, 1.813724");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.036780, 0.083047, 0.291437, 0.735441, 1.611627",\
|
|
"-0.138652, -0.018825, 0.189565, 0.633569, 1.509755",\
|
|
"-0.273692, -0.153865, 0.054525, 0.498529, 1.374715",\
|
|
"-0.512936, -0.393108, -0.184718, 0.259286, 1.135472",\
|
|
"-0.900795, -0.780967, -0.572577, -0.128573, 0.747612");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.953257, -0.833430, -0.625040, -0.181036, 0.695150",\
|
|
"-1.055622, -0.935794, -0.727404, -0.283400, 0.592785",\
|
|
"-1.256432, -1.136605, -0.928215, -0.484211, 0.391975",\
|
|
"-1.673414, -1.553587, -1.345197, -0.901193, -0.025007",\
|
|
"-2.400982, -2.281155, -2.072765, -1.628761, -0.752575");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[15] */
|
|
|
|
pin("wb_dat_i[14]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006116 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.226198, 0.143110, 0.004259, -0.243837, -0.568098",\
|
|
"0.328159, 0.245071, 0.106220, -0.141876, -0.466137",\
|
|
"0.463226, 0.380138, 0.241287, -0.006809, -0.331069",\
|
|
"0.702115, 0.619027, 0.480176, 0.232080, -0.092180",\
|
|
"1.090877, 1.007789, 0.868937, 0.620842, 0.296581");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.234449, 1.151361, 1.012510, 0.764414, 0.440153",\
|
|
"1.336894, 1.253806, 1.114954, 0.866859, 0.542598",\
|
|
"1.537693, 1.454605, 1.315753, 1.067658, 0.743397",\
|
|
"1.955854, 1.872766, 1.733915, 1.485819, 1.161559",\
|
|
"2.686186, 2.603098, 2.464247, 2.216151, 1.891890");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.112850, 0.006978, 0.215368, 0.659372, 1.535559",\
|
|
"-0.214811, -0.094983, 0.113407, 0.557411, 1.433598",\
|
|
"-0.349878, -0.230051, -0.021661, 0.422344, 1.298531",\
|
|
"-0.588767, -0.468940, -0.260550, 0.183455, 1.059642",\
|
|
"-0.977529, -0.857701, -0.649312, -0.205307, 0.670880");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.014881, -0.895054, -0.686664, -0.242659, 0.633528",\
|
|
"-1.117326, -0.997498, -0.789108, -0.345104, 0.531083",\
|
|
"-1.318125, -1.198297, -0.989907, -0.545903, 0.330284",\
|
|
"-1.736286, -1.616459, -1.408069, -0.964064, -0.087877",\
|
|
"-2.466619, -2.346791, -2.138401, -1.694397, -0.818210");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[14] */
|
|
|
|
pin("wb_dat_i[13]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005837 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.055979, -0.139067, -0.277918, -0.526013, -0.850273",\
|
|
"0.045833, -0.037255, -0.176106, -0.424201, -0.748461",\
|
|
"0.180882, 0.097794, -0.041057, -0.289152, -0.613412",\
|
|
"0.420492, 0.337404, 0.198553, -0.049542, -0.373802",\
|
|
"0.807570, 0.724482, 0.585630, 0.337535, 0.013276");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.854421, 0.771333, 0.632481, 0.384386, 0.060127",\
|
|
"0.956726, 0.873638, 0.734787, 0.486692, 0.162432",\
|
|
"1.157448, 1.074360, 0.935509, 0.687414, 0.363154",\
|
|
"1.572751, 1.489663, 1.350812, 1.102717, 0.778457",\
|
|
"2.296353, 2.213265, 2.074414, 1.826319, 1.502059");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.116735, 0.236562, 0.444952, 0.888956, 1.765141",\
|
|
"0.014923, 0.134750, 0.343140, 0.787144, 1.663330",\
|
|
"-0.120126, -0.000299, 0.208091, 0.652095, 1.528281",\
|
|
"-0.359736, -0.239909, -0.031519, 0.412485, 1.288671",\
|
|
"-0.746814, -0.626986, -0.418596, 0.025408, 0.901593");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.667091, -0.547264, -0.338874, 0.105130, 0.981316",\
|
|
"-0.769396, -0.649569, -0.441179, 0.002825, 0.879011",\
|
|
"-0.970118, -0.850291, -0.641901, -0.197897, 0.678289",\
|
|
"-1.385421, -1.265594, -1.057204, -0.613200, 0.262986",\
|
|
"-2.109023, -1.989196, -1.780806, -1.336802, -0.460616");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[13] */
|
|
|
|
pin("wb_dat_i[12]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006138 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.028871, -0.054217, -0.193069, -0.441164, -0.765425",\
|
|
"0.130646, 0.047558, -0.091294, -0.339389, -0.663650",\
|
|
"0.265682, 0.182594, 0.043743, -0.204353, -0.528614",\
|
|
"0.505426, 0.422338, 0.283486, 0.035391, -0.288870",\
|
|
"0.891888, 0.808800, 0.669949, 0.421853, 0.097592");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.921519, 0.838431, 0.699579, 0.451484, 0.127223",\
|
|
"1.023791, 0.940703, 0.801852, 0.553756, 0.229495",\
|
|
"1.224512, 1.141424, 1.002572, 0.754477, 0.430216",\
|
|
"1.639324, 1.556236, 1.417385, 1.169289, 0.845028",\
|
|
"2.361777, 2.278689, 2.139838, 1.891742, 1.567481");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.057238, 0.177065, 0.385455, 0.829460, 1.705647",\
|
|
"-0.044537, 0.075290, 0.283680, 0.727685, 1.603872",\
|
|
"-0.179573, -0.059746, 0.148644, 0.592649, 1.468836",\
|
|
"-0.419317, -0.299490, -0.091100, 0.352905, 1.229092",\
|
|
"-0.805780, -0.685952, -0.477563, -0.033558, 0.842630");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.735729, -0.615902, -0.407512, 0.036493, 0.912680",\
|
|
"-0.838002, -0.718174, -0.509784, -0.065780, 0.810408",\
|
|
"-1.038722, -0.918895, -0.710505, -0.266500, 0.609687",\
|
|
"-1.453535, -1.333707, -1.125318, -0.681313, 0.194875",\
|
|
"-2.175987, -2.056160, -1.847770, -1.403766, -0.527578");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[12] */
|
|
|
|
pin("wb_dat_i[11]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005044 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.156913, 0.073825, -0.065026, -0.313121, -0.637381",\
|
|
"0.258768, 0.175680, 0.036829, -0.211266, -0.535526",\
|
|
"0.393800, 0.310712, 0.171860, -0.076235, -0.400495",\
|
|
"0.633098, 0.550010, 0.411158, 0.163063, -0.161197",\
|
|
"1.020634, 0.937546, 0.798694, 0.550599, 0.226340");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.166122, 1.083034, 0.944182, 0.696087, 0.371828",\
|
|
"1.268471, 1.185383, 1.046531, 0.798436, 0.474177",\
|
|
"1.469280, 1.386192, 1.247340, 0.999245, 0.674985",\
|
|
"1.886006, 1.802918, 1.664066, 1.415971, 1.091712",\
|
|
"2.612973, 2.529885, 2.391034, 2.142939, 1.818679");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.080053, 0.039774, 0.248164, 0.692168, 1.568354",\
|
|
"-0.181908, -0.062081, 0.146309, 0.590313, 1.466499",\
|
|
"-0.316939, -0.197112, 0.011278, 0.455282, 1.331468",\
|
|
"-0.556238, -0.436410, -0.228020, 0.215984, 1.092170",\
|
|
"-0.943774, -0.823946, -0.615557, -0.171553, 0.704633");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.977916, -0.858088, -0.649699, -0.205695, 0.670491",\
|
|
"-1.080265, -0.960438, -0.752048, -0.308044, 0.568142",\
|
|
"-1.281074, -1.161247, -0.952857, -0.508853, 0.367333",\
|
|
"-1.697800, -1.577973, -1.369583, -0.925579, -0.049393",\
|
|
"-2.424767, -2.304940, -2.096550, -1.652546, -0.776360");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[11] */
|
|
|
|
pin("wb_dat_i[10]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005110 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.235198, 0.152110, 0.013258, -0.234837, -0.559097",\
|
|
"0.336906, 0.253818, 0.114967, -0.133129, -0.457388",\
|
|
"0.471888, 0.388800, 0.249948, 0.001853, -0.322407",\
|
|
"0.711803, 0.628716, 0.489864, 0.241769, -0.082491",\
|
|
"1.096653, 1.013565, 0.874714, 0.626619, 0.302359");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.239728, 1.156641, 1.017789, 0.769694, 0.445434",\
|
|
"1.341945, 1.258857, 1.120005, 0.871910, 0.547650",\
|
|
"1.542773, 1.459685, 1.320834, 1.072738, 0.748479",\
|
|
"1.957271, 1.874183, 1.735332, 1.487237, 1.162977",\
|
|
"2.679064, 2.595976, 2.457125, 2.209029, 1.884770");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.032079, 0.087748, 0.296138, 0.740143, 1.616329",\
|
|
"-0.115249, 0.004578, 0.212968, 0.656972, 1.533158",\
|
|
"-0.216513, -0.096686, 0.111704, 0.555708, 1.431894",\
|
|
"-0.361437, -0.241610, -0.033220, 0.410784, 1.286970",\
|
|
"-0.478670, -0.358843, -0.150453, 0.293551, 1.169738");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.940720, -0.820893, -0.612503, -0.168498, 0.707688",\
|
|
"-1.023832, -0.904005, -0.695615, -0.251611, 0.624576",\
|
|
"-1.189914, -1.070087, -0.861697, -0.417693, 0.458493",\
|
|
"-1.506524, -1.386697, -1.178307, -0.734302, 0.141884",\
|
|
"-1.952538, -1.832711, -1.624321, -1.180317, -0.304130");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[10] */
|
|
|
|
pin("wb_dat_i[9]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004805 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.013100, -0.069988, -0.208839, -0.456935, -0.781195",\
|
|
"0.114797, 0.031709, -0.107142, -0.355237, -0.679497",\
|
|
"0.249804, 0.166716, 0.027865, -0.220231, -0.544491",\
|
|
"0.489731, 0.406643, 0.267792, 0.019696, -0.304564",\
|
|
"0.873658, 0.790570, 0.651718, 0.403623, 0.079363");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.903913, 0.820825, 0.681973, 0.433878, 0.109618",\
|
|
"1.006122, 0.923034, 0.784182, 0.536087, 0.211827",\
|
|
"1.206850, 1.123762, 0.984910, 0.736815, 0.412555",\
|
|
"1.619739, 1.536651, 1.397799, 1.149704, 0.825444",\
|
|
"2.337902, 2.254814, 2.115962, 1.867867, 1.543607");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.076620, 0.196447, 0.404837, 0.848841, 1.725028",\
|
|
"-0.025078, 0.094750, 0.303140, 0.747144, 1.623330",\
|
|
"-0.160084, -0.040257, 0.168133, 0.612137, 1.488324",\
|
|
"-0.400011, -0.280184, -0.071794, 0.372210, 1.248397",\
|
|
"-0.783938, -0.664111, -0.455721, -0.011717, 0.864470");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.716586, -0.596758, -0.388368, 0.055636, 0.931822",\
|
|
"-0.818795, -0.698967, -0.490577, -0.046573, 0.829613",\
|
|
"-1.019522, -0.899695, -0.691305, -0.247301, 0.628885",\
|
|
"-1.432411, -1.312584, -1.104194, -0.660190, 0.215997",\
|
|
"-2.150574, -2.030747, -1.822357, -1.378353, -0.502166");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[9] */
|
|
|
|
pin("wb_dat_i[8]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004860 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.217925, 0.134837, -0.004014, -0.252109, -0.576369",\
|
|
"0.319707, 0.236619, 0.097767, -0.150328, -0.474588",\
|
|
"0.454713, 0.371625, 0.232773, -0.015322, -0.339582",\
|
|
"0.694341, 0.611253, 0.472401, 0.224306, -0.099954",\
|
|
"1.080474, 0.997386, 0.858535, 0.610440, 0.286180");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.216281, 1.133193, 0.994341, 0.746246, 0.421986",\
|
|
"1.318559, 1.235471, 1.096619, 0.848524, 0.524264",\
|
|
"1.519379, 1.436291, 1.297440, 1.049345, 0.725085",\
|
|
"1.935022, 1.851934, 1.713083, 1.464988, 1.140728",\
|
|
"2.659452, 2.576364, 2.437513, 2.189417, 1.865157");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.058656, 0.061172, 0.269562, 0.713566, 1.589752",\
|
|
"-0.160437, -0.040609, 0.167781, 0.611785, 1.487971",\
|
|
"-0.295443, -0.175616, 0.032774, 0.476779, 1.352965",\
|
|
"-0.535071, -0.415244, -0.206854, 0.237151, 1.113337",\
|
|
"-0.921204, -0.801377, -0.592987, -0.148983, 0.727203");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.962208, -0.842380, -0.633990, -0.189986, 0.686200",\
|
|
"-1.064486, -0.944658, -0.736268, -0.292264, 0.583922",\
|
|
"-1.265306, -1.145479, -0.937089, -0.493085, 0.383102",\
|
|
"-1.680949, -1.561122, -1.352732, -0.908728, -0.032542",\
|
|
"-2.405379, -2.285551, -2.077161, -1.633157, -0.756971");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[8] */
|
|
|
|
pin("wb_dat_i[7]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004560 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.098383, 0.015295, -0.123557, -0.371652, -0.695911",\
|
|
"0.200760, 0.117672, -0.021179, -0.269274, -0.593534",\
|
|
"0.335895, 0.252807, 0.113956, -0.134139, -0.458399",\
|
|
"0.572883, 0.489795, 0.350943, 0.102848, -0.221411",\
|
|
"0.968784, 0.885696, 0.746845, 0.498750, 0.174490");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.950873, 0.867785, 0.728934, 0.480839, 0.156580",\
|
|
"1.053704, 0.970616, 0.831764, 0.583669, 0.259410",\
|
|
"1.254390, 1.171302, 1.032450, 0.784355, 0.460096",\
|
|
"1.677622, 1.594534, 1.455683, 1.207588, 0.883329",\
|
|
"2.419687, 2.336599, 2.197748, 1.949653, 1.625393");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.010719, 0.130546, 0.338936, 0.782940, 1.659126",\
|
|
"-0.091659, 0.028169, 0.236558, 0.680562, 1.556748",\
|
|
"-0.226794, -0.106966, 0.101424, 0.545428, 1.421613",\
|
|
"-0.463781, -0.343954, -0.135564, 0.308440, 1.184626",\
|
|
"-0.859683, -0.739855, -0.531465, -0.087461, 0.788725");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.743838, -0.624011, -0.415621, 0.028383, 0.904569",\
|
|
"-0.846668, -0.726841, -0.518451, -0.074447, 0.801739",\
|
|
"-1.047354, -0.927527, -0.719137, -0.275133, 0.601053",\
|
|
"-1.470587, -1.350760, -1.142370, -0.698366, 0.177820",\
|
|
"-2.212652, -2.092824, -1.884435, -1.440431, -0.564245");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[7] */
|
|
|
|
pin("wb_dat_i[6]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004957 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.142104, 0.059016, -0.079836, -0.327931, -0.652192",\
|
|
"0.244404, 0.161316, 0.022465, -0.225631, -0.549891",\
|
|
"0.379602, 0.296514, 0.157663, -0.090433, -0.414693",\
|
|
"0.617037, 0.533949, 0.395097, 0.147002, -0.177259",\
|
|
"1.011496, 0.928408, 0.789557, 0.541461, 0.217201");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.000214, 0.917125, 0.778274, 0.530179, 0.205918",\
|
|
"1.102972, 1.019884, 0.881033, 0.632937, 0.308677",\
|
|
"1.303662, 1.220574, 1.081722, 0.833627, 0.509366",\
|
|
"1.725773, 1.642685, 1.503834, 1.255738, 0.931478",\
|
|
"2.465253, 2.382165, 2.243314, 1.995219, 1.670958");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.028737, 0.091091, 0.299480, 0.743485, 1.619672",\
|
|
"-0.113307, 0.006520, 0.214910, 0.658914, 1.535101",\
|
|
"-0.216253, -0.096425, 0.111965, 0.555969, 1.432156",\
|
|
"-0.362822, -0.242995, -0.034605, 0.409400, 1.285587",\
|
|
"-0.501291, -0.381464, -0.173074, 0.270930, 1.147117");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.780628, -0.660801, -0.452411, -0.008406, 0.867781",\
|
|
"-0.865099, -0.745272, -0.536882, -0.092878, 0.783309",\
|
|
"-1.032524, -0.912697, -0.704307, -0.260302, 0.615885",\
|
|
"-1.360919, -1.241092, -1.032702, -0.588698, 0.287489",\
|
|
"-1.836376, -1.716549, -1.508159, -1.064155, -0.187968");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[6] */
|
|
|
|
pin("wb_dat_i[5]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004500 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.216624, 0.133536, -0.005315, -0.253410, -0.577670",\
|
|
"0.318997, 0.235909, 0.097058, -0.151037, -0.475297",\
|
|
"0.454004, 0.370916, 0.232064, -0.016031, -0.340290",\
|
|
"0.690764, 0.607676, 0.468825, 0.220730, -0.103530",\
|
|
"1.084607, 1.001519, 0.862667, 0.614572, 0.290313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.209529, 1.126441, 0.987590, 0.739495, 0.415236",\
|
|
"1.312351, 1.229263, 1.090411, 0.842316, 0.518057",\
|
|
"1.513098, 1.430010, 1.291159, 1.043064, 0.718804",\
|
|
"1.936750, 1.853662, 1.714810, 1.466715, 1.142456",\
|
|
"2.680282, 2.597194, 2.458343, 2.210248, 1.885988");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.155860, -0.036032, 0.172357, 0.616361, 1.492547",\
|
|
"-0.245354, -0.125526, 0.082863, 0.526868, 1.403053",\
|
|
"-0.356939, -0.237112, -0.028722, 0.415282, 1.291468",\
|
|
"-0.527716, -0.407888, -0.199498, 0.244506, 1.120692",\
|
|
"-0.735663, -0.615836, -0.407446, 0.036558, 0.912744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.022190, -0.902363, -0.693973, -0.249969, 0.626217",\
|
|
"-1.111690, -0.991863, -0.783473, -0.339469, 0.536717",\
|
|
"-1.288214, -1.168387, -0.959997, -0.515993, 0.360193",\
|
|
"-1.643619, -1.523792, -1.315402, -0.871398, 0.004788",\
|
|
"-2.194884, -2.075057, -1.866667, -1.422663, -0.546477");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[5] */
|
|
|
|
pin("wb_dat_i[4]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004910 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.281704, 0.198616, 0.059765, -0.188331, -0.512592",\
|
|
"0.383883, 0.300795, 0.161943, -0.086152, -0.410413",\
|
|
"0.519019, 0.435931, 0.297079, 0.048984, -0.275277",\
|
|
"0.757020, 0.673931, 0.535080, 0.286984, -0.037277",\
|
|
"1.148148, 1.065060, 0.926208, 0.678113, 0.353852");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.264973, 1.181885, 1.043034, 0.794938, 0.470677",\
|
|
"1.367619, 1.284531, 1.145680, 0.897584, 0.573323",\
|
|
"1.568390, 1.485302, 1.346450, 1.098355, 0.774094",\
|
|
"1.989500, 1.906412, 1.767561, 1.519465, 1.195204",\
|
|
"2.726809, 2.643721, 2.504870, 2.256774, 1.932513");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.190879, -0.071051, 0.137339, 0.581343, 1.457531",\
|
|
"-0.293057, -0.173230, 0.035160, 0.479165, 1.355352",\
|
|
"-0.428193, -0.308366, -0.099976, 0.344028, 1.220216",\
|
|
"-0.666194, -0.546367, -0.337977, 0.106028, 0.982215",\
|
|
"-1.057322, -0.937495, -0.729105, -0.285100, 0.591087");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.076548, -0.956720, -0.748331, -0.304326, 0.571862",\
|
|
"-1.179194, -1.059367, -0.850977, -0.406972, 0.469215",\
|
|
"-1.379965, -1.260137, -1.051747, -0.607743, 0.268445",\
|
|
"-1.801075, -1.681248, -1.472858, -1.028853, -0.152666",\
|
|
"-2.538384, -2.418557, -2.210167, -1.766162, -0.889975");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[4] */
|
|
|
|
pin("wb_dat_i[3]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004780 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.009415, -0.073673, -0.212524, -0.460619, -0.784879",\
|
|
"0.111489, 0.028401, -0.110451, -0.358546, -0.682805",\
|
|
"0.246618, 0.163530, 0.024679, -0.223416, -0.547676",\
|
|
"0.485121, 0.402033, 0.263181, 0.015086, -0.309173",\
|
|
"0.876159, 0.793071, 0.654219, 0.406124, 0.081864");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.888552, 0.805464, 0.666613, 0.418518, 0.094258",\
|
|
"0.991101, 0.908013, 0.769162, 0.521067, 0.196807",\
|
|
"1.191806, 1.108718, 0.969867, 0.721772, 0.397512",\
|
|
"1.610766, 1.527678, 1.388827, 1.140732, 0.816472",\
|
|
"2.342931, 2.259843, 2.120991, 1.872896, 1.548637");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.061230, 0.181057, 0.389447, 0.833451, 1.709637",\
|
|
"-0.040844, 0.078984, 0.287374, 0.731378, 1.607564",\
|
|
"-0.175973, -0.056146, 0.152244, 0.596248, 1.472434",\
|
|
"-0.414476, -0.294648, -0.086258, 0.357746, 1.233932",\
|
|
"-0.805514, -0.685686, -0.477296, -0.033292, 0.842894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.703721, -0.583894, -0.375504, 0.068500, 0.944686",\
|
|
"-0.806270, -0.686443, -0.478053, -0.034049, 0.842137",\
|
|
"-1.006975, -0.887148, -0.678758, -0.234754, 0.641432",\
|
|
"-1.425935, -1.306108, -1.097718, -0.653714, 0.222472",\
|
|
"-2.158100, -2.038272, -1.829883, -1.385878, -0.509692");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[3] */
|
|
|
|
pin("wb_dat_i[2]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004314 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.175960, 0.092872, -0.045979, -0.294075, -0.618334",\
|
|
"0.278295, 0.195207, 0.056356, -0.191740, -0.516000",\
|
|
"0.413501, 0.330413, 0.191562, -0.056533, -0.380793",\
|
|
"0.650715, 0.567627, 0.428776, 0.180681, -0.143579",\
|
|
"1.045655, 0.962567, 0.823716, 0.575620, 0.251361");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.018597, 0.935509, 0.796658, 0.548563, 0.224303",\
|
|
"1.121385, 1.038297, 0.899446, 0.651350, 0.327090",\
|
|
"1.322073, 1.238985, 1.100134, 0.852039, 0.527779",\
|
|
"1.744554, 1.661466, 1.522615, 1.274519, 0.950260",\
|
|
"2.484886, 2.401798, 2.262946, 2.014851, 1.690591");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.027144, 0.146971, 0.355361, 0.799365, 1.675551",\
|
|
"-0.075191, 0.044636, 0.253026, 0.697030, 1.573216",\
|
|
"-0.210398, -0.090570, 0.117819, 0.561824, 1.438010",\
|
|
"-0.447612, -0.327785, -0.119395, 0.324610, 1.200796",\
|
|
"-0.842552, -0.722724, -0.514334, -0.070330, 0.805856");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.719605, -0.599777, -0.391387, 0.052617, 0.928803",\
|
|
"-0.822392, -0.702565, -0.494175, -0.050171, 0.826015",\
|
|
"-1.023081, -0.903253, -0.694863, -0.250859, 0.625327",\
|
|
"-1.445561, -1.325734, -1.117344, -0.673340, 0.202846",\
|
|
"-2.185893, -2.066066, -1.857676, -1.413671, -0.537485");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[2] */
|
|
|
|
pin("wb_dat_i[1]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004498 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.204964, 0.121876, -0.016975, -0.265070, -0.589330",\
|
|
"0.306897, 0.223809, 0.084958, -0.163137, -0.487397",\
|
|
"0.441953, 0.358865, 0.220013, -0.028082, -0.352342",\
|
|
"0.681005, 0.597917, 0.459066, 0.210971, -0.113289",\
|
|
"1.069352, 0.986264, 0.847412, 0.599317, 0.275057");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.207085, 1.123997, 0.985145, 0.737050, 0.412790",\
|
|
"1.309500, 1.226412, 1.087561, 0.839465, 0.515205",\
|
|
"1.510305, 1.427217, 1.288366, 1.040270, 0.716010",\
|
|
"1.927927, 1.844839, 1.705988, 1.457893, 1.133632",\
|
|
"2.656996, 2.573907, 2.435056, 2.186961, 1.862701");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.115246, 0.004582, 0.212972, 0.656976, 1.533162",\
|
|
"-0.217178, -0.097351, 0.111039, 0.555043, 1.431229",\
|
|
"-0.352234, -0.232406, -0.024016, 0.419988, 1.296174",\
|
|
"-0.591286, -0.471459, -0.263069, 0.180935, 1.057122",\
|
|
"-0.979633, -0.859806, -0.651416, -0.207411, 0.668775");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.019758, -0.899930, -0.691540, -0.247536, 0.628650",\
|
|
"-1.122173, -1.002345, -0.793956, -0.349951, 0.526235",\
|
|
"-1.322978, -1.203150, -0.994760, -0.550756, 0.325430",\
|
|
"-1.740600, -1.620772, -1.412382, -0.968378, -0.092192",\
|
|
"-2.469668, -2.349841, -2.141451, -1.697447, -0.821260");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[1] */
|
|
|
|
pin("wb_dat_i[0]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004538 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.086771, 0.003683, -0.135169, -0.383264, -0.707524",\
|
|
"0.188762, 0.105674, -0.033177, -0.281272, -0.605532",\
|
|
"0.323863, 0.240775, 0.101924, -0.146172, -0.470432",\
|
|
"0.562724, 0.479636, 0.340785, 0.092690, -0.231570",\
|
|
"0.952525, 0.869437, 0.730586, 0.482491, 0.158231");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.953919, 0.870831, 0.731980, 0.483885, 0.159625",\
|
|
"1.056391, 0.973303, 0.834451, 0.586356, 0.262096",\
|
|
"1.257099, 1.174011, 1.035159, 0.787064, 0.462804",\
|
|
"1.674828, 1.591740, 1.452888, 1.204793, 0.880533",\
|
|
"2.404110, 2.321022, 2.182171, 1.934075, 1.609815");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.067651, 0.187478, 0.395868, 0.839873, 1.716059",\
|
|
"-0.034341, 0.085487, 0.293877, 0.737881, 1.614067",\
|
|
"-0.169441, -0.049614, 0.158776, 0.602780, 1.478967",\
|
|
"-0.408303, -0.288475, -0.080085, 0.363919, 1.240105",\
|
|
"-0.798104, -0.678276, -0.469887, -0.025882, 0.850304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.699966, -0.580139, -0.371749, 0.072255, 0.948442",\
|
|
"-0.802438, -0.682610, -0.474220, -0.030216, 0.845970",\
|
|
"-1.003145, -0.883318, -0.674928, -0.230924, 0.645262",\
|
|
"-1.420874, -1.301047, -1.092657, -0.648653, 0.227533",\
|
|
"-2.150157, -2.030329, -1.821940, -1.377935, -0.501749");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[0] */
|
|
} /* end of bus wb_dat_i */
|
|
bus ( wb_dat_o ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : output ;
|
|
|
|
pin("wb_dat_o[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001038 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "5.067894, 5.087597, 5.143960, 5.371567, 6.303051",\
|
|
"5.187722, 5.207424, 5.263787, 5.491395, 6.422879",\
|
|
"5.396111, 5.415814, 5.472177, 5.699784, 6.631268",\
|
|
"5.840075, 5.859777, 5.916141, 6.143748, 7.075232",\
|
|
"6.716147, 6.735849, 6.792212, 7.019820, 7.951304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.032552, 0.050232, 0.116715, 0.429760, 1.753717",\
|
|
"0.032552, 0.050232, 0.116715, 0.429760, 1.753717",\
|
|
"0.032552, 0.050232, 0.116715, 0.429760, 1.753717",\
|
|
"0.032552, 0.050232, 0.116715, 0.429760, 1.753717",\
|
|
"0.032552, 0.050232, 0.116715, 0.429760, 1.753717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "5.269836, 5.285921, 5.325805, 5.442712, 5.878707",\
|
|
"5.389664, 5.405748, 5.445632, 5.562539, 5.998534",\
|
|
"5.598054, 5.614138, 5.654022, 5.770929, 6.206924",\
|
|
"6.042017, 6.058101, 6.097985, 6.214892, 6.650887",\
|
|
"6.918090, 6.934174, 6.974058, 7.090965, 7.526960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.031740, 0.042021, 0.076565, 0.215583, 0.828114",\
|
|
"0.031740, 0.042021, 0.076565, 0.215583, 0.828114",\
|
|
"0.031740, 0.042021, 0.076565, 0.215583, 0.828114",\
|
|
"0.031740, 0.042021, 0.076565, 0.215583, 0.828114",\
|
|
"0.031740, 0.042021, 0.076565, 0.215583, 0.828114");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "5.039048, 5.058750, 5.113498, 5.335380, 6.256067",\
|
|
"5.122136, 5.141839, 5.196586, 5.418468, 6.339156",\
|
|
"5.260987, 5.280689, 5.335437, 5.557319, 6.478006",\
|
|
"5.509041, 5.528744, 5.583491, 5.805374, 6.726060",\
|
|
"5.833187, 5.852889, 5.907637, 6.129519, 7.050206");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.032552, 0.050232, 0.113707, 0.415893, 1.701185",\
|
|
"0.032552, 0.050232, 0.113707, 0.415893, 1.701185",\
|
|
"0.032552, 0.050232, 0.113707, 0.415893, 1.701185",\
|
|
"0.032552, 0.050232, 0.113707, 0.415893, 1.701185",\
|
|
"0.032552, 0.050232, 0.113707, 0.415893, 1.701185");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "5.258336, 5.274420, 5.312685, 5.428679, 5.852628",\
|
|
"5.341424, 5.357508, 5.395772, 5.511767, 5.935716",\
|
|
"5.480275, 5.496359, 5.534624, 5.650619, 6.074567",\
|
|
"5.728330, 5.744414, 5.782678, 5.898673, 6.322622",\
|
|
"6.052475, 6.068559, 6.106823, 6.222818, 6.646767");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.031740, 0.042021, 0.073546, 0.203867, 0.779239",\
|
|
"0.031740, 0.042021, 0.073546, 0.203867, 0.779239",\
|
|
"0.031740, 0.042021, 0.073546, 0.203867, 0.779239",\
|
|
"0.031740, 0.042021, 0.073546, 0.203867, 0.779239",\
|
|
"0.031740, 0.042021, 0.073546, 0.203867, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[31] */
|
|
|
|
pin("wb_dat_o[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001031 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "5.125748, 5.145459, 5.201834, 5.429475, 6.361005",\
|
|
"5.245576, 5.265286, 5.321661, 5.549303, 6.480833",\
|
|
"5.453965, 5.473676, 5.530051, 5.757692, 6.689222",\
|
|
"5.897928, 5.917639, 5.974014, 6.201655, 7.133185",\
|
|
"6.773999, 6.793710, 6.850085, 7.077726, 8.009256");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.032537, 0.050217, 0.116726, 0.429842, 1.754092",\
|
|
"0.032537, 0.050217, 0.116726, 0.429842, 1.754092",\
|
|
"0.032537, 0.050217, 0.116726, 0.429842, 1.754092",\
|
|
"0.032537, 0.050217, 0.116726, 0.429842, 1.754092",\
|
|
"0.032537, 0.050217, 0.116726, 0.429842, 1.754092");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "5.312332, 5.328425, 5.368320, 5.485230, 5.921309",\
|
|
"5.432159, 5.448252, 5.488148, 5.605058, 6.041136",\
|
|
"5.640548, 5.656641, 5.696537, 5.813447, 6.249526",\
|
|
"6.084512, 6.100605, 6.140501, 6.257411, 6.693489",\
|
|
"6.960583, 6.976676, 7.016572, 7.133482, 7.569561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.031729, 0.042013, 0.076581, 0.215661, 0.828458",\
|
|
"0.031729, 0.042013, 0.076581, 0.215661, 0.828458",\
|
|
"0.031729, 0.042013, 0.076581, 0.215661, 0.828458",\
|
|
"0.031729, 0.042013, 0.076581, 0.215661, 0.828458",\
|
|
"0.031729, 0.042013, 0.076581, 0.215661, 0.828458");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "5.093987, 5.113698, 5.168446, 5.390323, 6.310988",\
|
|
"5.177075, 5.196785, 5.251534, 5.473411, 6.394076",\
|
|
"5.315926, 5.335637, 5.390385, 5.612262, 6.532927",\
|
|
"5.563980, 5.583691, 5.638439, 5.860316, 6.780981",\
|
|
"5.888125, 5.907835, 5.962584, 6.184461, 7.105126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.032537, 0.050217, 0.113698, 0.415879, 1.701198",\
|
|
"0.032537, 0.050217, 0.113698, 0.415879, 1.701198",\
|
|
"0.032537, 0.050217, 0.113698, 0.415879, 1.701198",\
|
|
"0.032537, 0.050217, 0.113698, 0.415879, 1.701198",\
|
|
"0.032537, 0.050217, 0.113698, 0.415879, 1.701198");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "5.298223, 5.314317, 5.352582, 5.468576, 5.892528",\
|
|
"5.381312, 5.397405, 5.435670, 5.551664, 5.975616",\
|
|
"5.520163, 5.536256, 5.574521, 5.690515, 6.114467",\
|
|
"5.768217, 5.784310, 5.822575, 5.938570, 6.362522",\
|
|
"6.092362, 6.108456, 6.146720, 6.262715, 6.686667");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.031729, 0.042013, 0.073541, 0.203863, 0.779238",\
|
|
"0.031729, 0.042013, 0.073541, 0.203863, 0.779238",\
|
|
"0.031729, 0.042013, 0.073541, 0.203863, 0.779238",\
|
|
"0.031729, 0.042013, 0.073541, 0.203863, 0.779238",\
|
|
"0.031729, 0.042013, 0.073541, 0.203863, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[30] */
|
|
|
|
pin("wb_dat_o[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001004 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "5.004462, 5.024189, 5.080560, 5.308161, 6.239651",\
|
|
"5.124290, 5.144017, 5.200387, 5.427989, 6.359478",\
|
|
"5.332679, 5.352406, 5.408776, 5.636378, 6.567867",\
|
|
"5.776642, 5.796369, 5.852739, 6.080341, 7.011830",\
|
|
"6.652714, 6.672441, 6.728812, 6.956413, 7.887903");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.032491, 0.050175, 0.116661, 0.429699, 1.753734",\
|
|
"0.032491, 0.050175, 0.116661, 0.429699, 1.753734",\
|
|
"0.032491, 0.050175, 0.116661, 0.429699, 1.753734",\
|
|
"0.032491, 0.050175, 0.116661, 0.429699, 1.753734",\
|
|
"0.032491, 0.050175, 0.116661, 0.429699, 1.753734");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "5.217267, 5.233380, 5.273275, 5.390181, 5.826198",\
|
|
"5.337095, 5.353208, 5.393103, 5.510009, 5.946025",\
|
|
"5.545484, 5.561597, 5.601492, 5.718398, 6.154415",\
|
|
"5.989448, 6.005560, 6.045456, 6.162362, 6.598378",\
|
|
"6.865520, 6.881632, 6.921528, 7.038434, 7.474450");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.031700, 0.041993, 0.076540, 0.215558, 0.828114",\
|
|
"0.031700, 0.041993, 0.076540, 0.215558, 0.828114",\
|
|
"0.031700, 0.041993, 0.076540, 0.215558, 0.828114",\
|
|
"0.031700, 0.041993, 0.076540, 0.215558, 0.828114",\
|
|
"0.031700, 0.041993, 0.076540, 0.215558, 0.828114");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "4.983804, 5.003531, 5.058288, 5.280164, 6.200854",\
|
|
"5.066893, 5.086620, 5.141376, 5.363253, 6.283942",\
|
|
"5.205743, 5.225471, 5.280227, 5.502103, 6.422793",\
|
|
"5.453797, 5.473525, 5.528281, 5.750157, 6.670847",\
|
|
"5.777943, 5.797670, 5.852427, 6.074303, 6.994992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.032491, 0.050175, 0.113654, 0.415834, 1.701203",\
|
|
"0.032491, 0.050175, 0.113654, 0.415834, 1.701203",\
|
|
"0.032491, 0.050175, 0.113654, 0.415834, 1.701203",\
|
|
"0.032491, 0.050175, 0.113654, 0.415834, 1.701203",\
|
|
"0.032491, 0.050175, 0.113654, 0.415834, 1.701203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "5.205542, 5.221655, 5.259932, 5.375928, 5.799895",\
|
|
"5.288630, 5.304743, 5.343019, 5.459016, 5.882983",\
|
|
"5.427481, 5.443594, 5.481870, 5.597867, 6.021834",\
|
|
"5.675536, 5.691648, 5.729925, 5.845922, 6.269889",\
|
|
"5.999681, 6.015793, 6.054070, 6.170067, 6.594034");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.031700, 0.041993, 0.073522, 0.203843, 0.779238",\
|
|
"0.031700, 0.041993, 0.073522, 0.203843, 0.779238",\
|
|
"0.031700, 0.041993, 0.073522, 0.203843, 0.779238",\
|
|
"0.031700, 0.041993, 0.073522, 0.203843, 0.779238",\
|
|
"0.031700, 0.041993, 0.073522, 0.203843, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[29] */
|
|
|
|
pin("wb_dat_o[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001071 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "5.146253, 5.164068, 5.220437, 5.448073, 6.379528",\
|
|
"5.266080, 5.283895, 5.340264, 5.567901, 6.499355",\
|
|
"5.474470, 5.492285, 5.548654, 5.776290, 6.707745",\
|
|
"5.918438, 5.936254, 5.992623, 6.220259, 7.151713",\
|
|
"6.794444, 6.812259, 6.868628, 7.096264, 8.027719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.032603, 0.050278, 0.116799, 0.429911, 1.754108",\
|
|
"0.032603, 0.050278, 0.116799, 0.429911, 1.754108",\
|
|
"0.032603, 0.050278, 0.116799, 0.429911, 1.754108",\
|
|
"0.032603, 0.050278, 0.116799, 0.429911, 1.754108",\
|
|
"0.032603, 0.050278, 0.116799, 0.429911, 1.754108");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "5.357202, 5.371721, 5.411602, 5.528509, 5.964561",\
|
|
"5.477029, 5.491548, 5.531429, 5.648336, 6.084388",\
|
|
"5.685419, 5.699937, 5.739819, 5.856726, 6.292778",\
|
|
"6.129387, 6.143906, 6.183787, 6.300694, 6.736746",\
|
|
"7.005392, 7.019911, 7.059792, 7.176699, 7.612751");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.031771, 0.042043, 0.076614, 0.215697, 0.828460",\
|
|
"0.031771, 0.042043, 0.076614, 0.215697, 0.828460",\
|
|
"0.031771, 0.042043, 0.076614, 0.215697, 0.828460",\
|
|
"0.031771, 0.042043, 0.076614, 0.215697, 0.828460",\
|
|
"0.031771, 0.042043, 0.076614, 0.215697, 0.828460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "5.124210, 5.143892, 5.198636, 5.420507, 6.341096",\
|
|
"5.207298, 5.226980, 5.281723, 5.503595, 6.424184",\
|
|
"5.346149, 5.365831, 5.420575, 5.642446, 6.563035",\
|
|
"5.594208, 5.613891, 5.668634, 5.890505, 6.811094",\
|
|
"5.918287, 5.937969, 5.992712, 6.214584, 7.135173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.032603, 0.050278, 0.113766, 0.415944, 1.701212",\
|
|
"0.032603, 0.050278, 0.113766, 0.415944, 1.701212",\
|
|
"0.032603, 0.050278, 0.113766, 0.415944, 1.701212",\
|
|
"0.032603, 0.050278, 0.113766, 0.415944, 1.701212",\
|
|
"0.032603, 0.050278, 0.113766, 0.415944, 1.701212");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "5.343151, 5.359213, 5.397463, 5.513453, 5.937382",\
|
|
"5.426239, 5.442301, 5.480551, 5.596541, 6.020470",\
|
|
"5.565089, 5.581151, 5.619401, 5.735392, 6.159321",\
|
|
"5.813148, 5.829211, 5.867461, 5.983451, 6.407380",\
|
|
"6.137227, 6.153289, 6.191539, 6.307529, 6.731459");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.031771, 0.042043, 0.073569, 0.203895, 0.779238",\
|
|
"0.031771, 0.042043, 0.073569, 0.203895, 0.779238",\
|
|
"0.031771, 0.042043, 0.073569, 0.203895, 0.779238",\
|
|
"0.031771, 0.042043, 0.073569, 0.203895, 0.779238",\
|
|
"0.031771, 0.042043, 0.073569, 0.203895, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[28] */
|
|
|
|
pin("wb_dat_o[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000980 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "5.146191, 5.165916, 5.222203, 5.449447, 6.380405",\
|
|
"5.266018, 5.285743, 5.342031, 5.569274, 6.500233",\
|
|
"5.474408, 5.494133, 5.550420, 5.777663, 6.708622",\
|
|
"5.918371, 5.938096, 5.994383, 6.221627, 7.152586",\
|
|
"6.794443, 6.814168, 6.870455, 7.097699, 8.028658");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.032454, 0.050156, 0.116415, 0.428762, 1.750335",\
|
|
"0.032454, 0.050156, 0.116415, 0.428762, 1.750335",\
|
|
"0.032454, 0.050156, 0.116415, 0.428762, 1.750335",\
|
|
"0.032454, 0.050156, 0.116415, 0.428762, 1.750335",\
|
|
"0.032454, 0.050156, 0.116415, 0.428762, 1.750335");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "5.333501, 5.349614, 5.389434, 5.506310, 5.941601",\
|
|
"5.453328, 5.469441, 5.509261, 5.626138, 6.061428",\
|
|
"5.661717, 5.677831, 5.717650, 5.834527, 6.269817",\
|
|
"6.105680, 6.121794, 6.161613, 6.278490, 6.713780",\
|
|
"6.981752, 6.997866, 7.037685, 7.154562, 7.589852");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.031678, 0.041991, 0.076321, 0.214768, 0.824916",\
|
|
"0.031678, 0.041991, 0.076321, 0.214768, 0.824916",\
|
|
"0.031678, 0.041991, 0.076321, 0.214768, 0.824916",\
|
|
"0.031678, 0.041991, 0.076321, 0.214768, 0.824916",\
|
|
"0.031678, 0.041991, 0.076321, 0.214768, 0.824916");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "5.108573, 5.128298, 5.183074, 5.404961, 6.325745",\
|
|
"5.191662, 5.211387, 5.266162, 5.488050, 6.408833",\
|
|
"5.330513, 5.350237, 5.405013, 5.626900, 6.547684",\
|
|
"5.578568, 5.598292, 5.653068, 5.874955, 6.795739",\
|
|
"5.902713, 5.922438, 5.977213, 6.199100, 7.119884");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.032454, 0.050156, 0.113608, 0.415798, 1.701173",\
|
|
"0.032454, 0.050156, 0.113608, 0.415798, 1.701173",\
|
|
"0.032454, 0.050156, 0.113608, 0.415798, 1.701173",\
|
|
"0.032454, 0.050156, 0.113608, 0.415798, 1.701173",\
|
|
"0.032454, 0.050156, 0.113608, 0.415798, 1.701173");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "5.324565, 5.340678, 5.378982, 5.494982, 5.918963",\
|
|
"5.407654, 5.423767, 5.462070, 5.578071, 6.002052",\
|
|
"5.546504, 5.562617, 5.600921, 5.716921, 6.140903",\
|
|
"5.794559, 5.810672, 5.848975, 5.964975, 6.388957",\
|
|
"6.118704, 6.134817, 6.173120, 6.289121, 6.713102");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.031678, 0.041991, 0.073505, 0.203821, 0.779239",\
|
|
"0.031678, 0.041991, 0.073505, 0.203821, 0.779239",\
|
|
"0.031678, 0.041991, 0.073505, 0.203821, 0.779239",\
|
|
"0.031678, 0.041991, 0.073505, 0.203821, 0.779239",\
|
|
"0.031678, 0.041991, 0.073505, 0.203821, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[27] */
|
|
|
|
pin("wb_dat_o[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001109 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "5.204520, 5.221808, 5.278158, 5.505832, 6.437449",\
|
|
"5.324347, 5.341636, 5.397985, 5.625659, 6.557276",\
|
|
"5.532736, 5.550025, 5.606374, 5.834048, 6.765665",\
|
|
"5.976700, 5.993989, 6.050338, 6.278012, 7.209629",\
|
|
"6.852771, 6.870060, 6.926409, 7.154083, 8.085700");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.032686, 0.050355, 0.116847, 0.429994, 1.754008",\
|
|
"0.032686, 0.050355, 0.116847, 0.429994, 1.754008",\
|
|
"0.032686, 0.050355, 0.116847, 0.429994, 1.754008",\
|
|
"0.032686, 0.050355, 0.116847, 0.429994, 1.754008",\
|
|
"0.032686, 0.050355, 0.116847, 0.429994, 1.754008");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "5.405870, 5.420452, 5.460322, 5.577234, 6.013267",\
|
|
"5.525698, 5.540279, 5.580149, 5.697061, 6.133094",\
|
|
"5.734087, 5.748669, 5.788538, 5.905450, 6.341484",\
|
|
"6.178050, 6.192632, 6.232502, 6.349413, 6.785447",\
|
|
"7.054122, 7.068704, 7.108573, 7.225485, 7.661519");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.031830, 0.042082, 0.076642, 0.215713, 0.828460",\
|
|
"0.031830, 0.042082, 0.076642, 0.215713, 0.828460",\
|
|
"0.031830, 0.042082, 0.076642, 0.215713, 0.828460",\
|
|
"0.031830, 0.042082, 0.076642, 0.215713, 0.828460",\
|
|
"0.031830, 0.042082, 0.076642, 0.215713, 0.828460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "5.187641, 5.207292, 5.262012, 5.483922, 6.404686",\
|
|
"5.270730, 5.290380, 5.345101, 5.567010, 6.487775",\
|
|
"5.409580, 5.429231, 5.483952, 5.705861, 6.626626",\
|
|
"5.657634, 5.677285, 5.732006, 5.953915, 6.874680",\
|
|
"5.981780, 6.001430, 6.056151, 6.278060, 7.198825");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.032686, 0.050355, 0.113812, 0.416025, 1.701111",\
|
|
"0.032686, 0.050355, 0.113812, 0.416025, 1.701111",\
|
|
"0.032686, 0.050355, 0.113812, 0.416025, 1.701111",\
|
|
"0.032686, 0.050355, 0.113812, 0.416025, 1.701111",\
|
|
"0.032686, 0.050355, 0.113812, 0.416025, 1.701111");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "5.392741, 5.408762, 5.446999, 5.562992, 5.986906",\
|
|
"5.475829, 5.491850, 5.530087, 5.646080, 6.069993",\
|
|
"5.614680, 5.630701, 5.668938, 5.784931, 6.208845",\
|
|
"5.862735, 5.878756, 5.916992, 6.032986, 6.456899",\
|
|
"6.186880, 6.202901, 6.241138, 6.357131, 6.781044");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.031830, 0.042082, 0.073596, 0.203911, 0.779239",\
|
|
"0.031830, 0.042082, 0.073596, 0.203911, 0.779239",\
|
|
"0.031830, 0.042082, 0.073596, 0.203911, 0.779239",\
|
|
"0.031830, 0.042082, 0.073596, 0.203911, 0.779239",\
|
|
"0.031830, 0.042082, 0.073596, 0.203911, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[26] */
|
|
|
|
pin("wb_dat_o[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001030 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "5.119914, 5.139617, 5.195968, 5.423609, 6.355290",\
|
|
"5.239741, 5.259444, 5.315795, 5.543436, 6.475117",\
|
|
"5.448130, 5.467834, 5.524184, 5.751825, 6.683506",\
|
|
"5.892094, 5.911798, 5.968148, 6.195789, 7.127470",\
|
|
"6.768166, 6.787869, 6.844220, 7.071861, 8.003543");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.032552, 0.050233, 0.116687, 0.429762, 1.753631",\
|
|
"0.032552, 0.050233, 0.116687, 0.429762, 1.753631",\
|
|
"0.032552, 0.050233, 0.116687, 0.429762, 1.753631",\
|
|
"0.032552, 0.050233, 0.116687, 0.429762, 1.753631",\
|
|
"0.032552, 0.050233, 0.116687, 0.429762, 1.753631");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "5.326365, 5.342447, 5.382334, 5.499244, 5.935251",\
|
|
"5.446192, 5.462274, 5.502162, 5.619071, 6.055078",\
|
|
"5.654582, 5.670663, 5.710551, 5.827460, 6.263467",\
|
|
"6.098545, 6.114627, 6.154514, 6.271424, 6.707431",\
|
|
"6.974617, 6.990699, 7.030586, 7.147496, 7.583503");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.031744, 0.042022, 0.076560, 0.215566, 0.828116",\
|
|
"0.031744, 0.042022, 0.076560, 0.215566, 0.828116",\
|
|
"0.031744, 0.042022, 0.076560, 0.215566, 0.828116",\
|
|
"0.031744, 0.042022, 0.076560, 0.215566, 0.828116",\
|
|
"0.031744, 0.042022, 0.076560, 0.215566, 0.828116");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "5.104201, 5.123904, 5.178640, 5.400557, 6.321450",\
|
|
"5.187289, 5.206992, 5.261728, 5.483644, 6.404538",\
|
|
"5.326140, 5.345843, 5.400579, 5.622496, 6.543389",\
|
|
"5.574194, 5.593898, 5.648634, 5.870550, 6.791443",\
|
|
"5.898340, 5.918043, 5.972779, 6.194695, 7.115589");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.032552, 0.050233, 0.113677, 0.415894, 1.701097",\
|
|
"0.032552, 0.050233, 0.113677, 0.415894, 1.701097",\
|
|
"0.032552, 0.050233, 0.113677, 0.415894, 1.701097",\
|
|
"0.032552, 0.050233, 0.113677, 0.415894, 1.701097",\
|
|
"0.032552, 0.050233, 0.113677, 0.415894, 1.701097");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "5.319165, 5.335247, 5.373515, 5.489516, 5.913474",\
|
|
"5.402254, 5.418335, 5.456604, 5.572604, 5.996562",\
|
|
"5.541104, 5.557186, 5.595454, 5.711454, 6.135413",\
|
|
"5.789158, 5.805240, 5.843508, 5.959509, 6.383467",\
|
|
"6.113304, 6.129385, 6.167654, 6.283654, 6.707613");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.031744, 0.042022, 0.073540, 0.203849, 0.779239",\
|
|
"0.031744, 0.042022, 0.073540, 0.203849, 0.779239",\
|
|
"0.031744, 0.042022, 0.073540, 0.203849, 0.779239",\
|
|
"0.031744, 0.042022, 0.073540, 0.203849, 0.779239",\
|
|
"0.031744, 0.042022, 0.073540, 0.203849, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[25] */
|
|
|
|
pin("wb_dat_o[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "5.067457, 5.085644, 5.141978, 5.369701, 6.301610",\
|
|
"5.187284, 5.205471, 5.261806, 5.489528, 6.421437",\
|
|
"5.395674, 5.413861, 5.470195, 5.697918, 6.629827",\
|
|
"5.839637, 5.857824, 5.914158, 6.141881, 7.073790",\
|
|
"6.715709, 6.733896, 6.790230, 7.017953, 7.949862");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.032673, 0.050345, 0.116790, 0.429980, 1.753880",\
|
|
"0.032673, 0.050345, 0.116790, 0.429980, 1.753880",\
|
|
"0.032673, 0.050345, 0.116790, 0.429980, 1.753880",\
|
|
"0.032673, 0.050345, 0.116790, 0.429980, 1.753880",\
|
|
"0.032673, 0.050345, 0.116790, 0.429980, 1.753880");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "5.266829, 5.281680, 5.321558, 5.438478, 5.874532",\
|
|
"5.386657, 5.401507, 5.441385, 5.558305, 5.994359",\
|
|
"5.595047, 5.609897, 5.649775, 5.766695, 6.202749",\
|
|
"6.039011, 6.053861, 6.093739, 6.210659, 6.646713",\
|
|
"6.915082, 6.929933, 6.969811, 7.086730, 7.522785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.031830, 0.042078, 0.076626, 0.215680, 0.828460",\
|
|
"0.031830, 0.042078, 0.076626, 0.215680, 0.828460",\
|
|
"0.031830, 0.042078, 0.076626, 0.215680, 0.828460",\
|
|
"0.031830, 0.042078, 0.076626, 0.215680, 0.828460",\
|
|
"0.031830, 0.042078, 0.076626, 0.215680, 0.828460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "5.043477, 5.063134, 5.117840, 5.339798, 6.260867",\
|
|
"5.126565, 5.146222, 5.200929, 5.422886, 6.343956",\
|
|
"5.265416, 5.285073, 5.339779, 5.561737, 6.482806",\
|
|
"5.513471, 5.533127, 5.587834, 5.809792, 6.730860",\
|
|
"5.837616, 5.857273, 5.911979, 6.133937, 7.055006");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.032673, 0.050345, 0.113757, 0.416013, 1.700983",\
|
|
"0.032673, 0.050345, 0.113757, 0.416013, 1.700983",\
|
|
"0.032673, 0.050345, 0.113757, 0.416013, 1.700983",\
|
|
"0.032673, 0.050345, 0.113757, 0.416013, 1.700983",\
|
|
"0.032673, 0.050345, 0.113757, 0.416013, 1.700983");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "5.257847, 5.273870, 5.312116, 5.428118, 5.852050",\
|
|
"5.340935, 5.356957, 5.395204, 5.511206, 5.935138",\
|
|
"5.479785, 5.495808, 5.534054, 5.650057, 6.073988",\
|
|
"5.727840, 5.743863, 5.782109, 5.898112, 6.322043",\
|
|
"6.051986, 6.068008, 6.106255, 6.222257, 6.646189");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.031830, 0.042078, 0.073582, 0.203879, 0.779241",\
|
|
"0.031830, 0.042078, 0.073582, 0.203879, 0.779241",\
|
|
"0.031830, 0.042078, 0.073582, 0.203879, 0.779241",\
|
|
"0.031830, 0.042078, 0.073582, 0.203879, 0.779241",\
|
|
"0.031830, 0.042078, 0.073582, 0.203879, 0.779241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[24] */
|
|
|
|
pin("wb_dat_o[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001881 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "5.082758, 5.101899, 5.158313, 5.382320, 6.318959",\
|
|
"5.202586, 5.221726, 5.278140, 5.502148, 6.438786",\
|
|
"5.410975, 5.430116, 5.486529, 5.710537, 6.647175",\
|
|
"5.854939, 5.874080, 5.930493, 6.154501, 7.091139",\
|
|
"6.731011, 6.750152, 6.806565, 7.030573, 7.967211");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.034027, 0.051566, 0.118545, 0.430070, 1.761095",\
|
|
"0.034027, 0.051566, 0.118545, 0.430070, 1.761095",\
|
|
"0.034027, 0.051566, 0.118545, 0.430070, 1.761095",\
|
|
"0.034027, 0.051566, 0.118545, 0.430070, 1.761095",\
|
|
"0.034027, 0.051566, 0.118545, 0.430070, 1.761095");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "5.306188, 5.321610, 5.361426, 5.478414, 5.915512",\
|
|
"5.426015, 5.441437, 5.481253, 5.598241, 6.035339",\
|
|
"5.634405, 5.649827, 5.689642, 5.806631, 6.243729",\
|
|
"6.078368, 6.093790, 6.133606, 6.250594, 6.687692",\
|
|
"6.954440, 6.969862, 7.009678, 7.126666, 7.563764");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.032702, 0.042669, 0.077627, 0.217930, 0.835302",\
|
|
"0.032702, 0.042669, 0.077627, 0.217930, 0.835302",\
|
|
"0.032702, 0.042669, 0.077627, 0.217930, 0.835302",\
|
|
"0.032702, 0.042669, 0.077627, 0.217930, 0.835302",\
|
|
"0.032702, 0.042669, 0.077627, 0.217930, 0.835302");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "5.053309, 5.072450, 5.126967, 5.348897, 6.268931",\
|
|
"5.136397, 5.155538, 5.210055, 5.431984, 6.352019",\
|
|
"5.275248, 5.294389, 5.348906, 5.570836, 6.490870",\
|
|
"5.523302, 5.542442, 5.596960, 5.818889, 6.738924",\
|
|
"5.847447, 5.866588, 5.921105, 6.143034, 7.063069");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.034027, 0.051566, 0.115076, 0.417334, 1.701021",\
|
|
"0.034027, 0.051566, 0.115076, 0.417334, 1.701021",\
|
|
"0.034027, 0.051566, 0.115076, 0.417334, 1.701021",\
|
|
"0.034027, 0.051566, 0.115076, 0.417334, 1.701021",\
|
|
"0.034027, 0.051566, 0.115076, 0.417334, 1.701021");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "5.301543, 5.316965, 5.354879, 5.470814, 5.894306",\
|
|
"5.384632, 5.400054, 5.437968, 5.553903, 5.977395",\
|
|
"5.523482, 5.538904, 5.576818, 5.692753, 6.116245",\
|
|
"5.771536, 5.786958, 5.824872, 5.940807, 6.364299",\
|
|
"6.095681, 6.111103, 6.149017, 6.264952, 6.688445");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.032702, 0.042669, 0.074144, 0.204477, 0.779240",\
|
|
"0.032702, 0.042669, 0.074144, 0.204477, 0.779240",\
|
|
"0.032702, 0.042669, 0.074144, 0.204477, 0.779240",\
|
|
"0.032702, 0.042669, 0.074144, 0.204477, 0.779240",\
|
|
"0.032702, 0.042669, 0.074144, 0.204477, 0.779240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[23] */
|
|
|
|
pin("wb_dat_o[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003270 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "4.970719, 4.989140, 5.045219, 5.269169, 6.203579",\
|
|
"5.090547, 5.108968, 5.165047, 5.388997, 6.323407",\
|
|
"5.298936, 5.317357, 5.373436, 5.597386, 6.531796",\
|
|
"5.742899, 5.761321, 5.817400, 6.041350, 6.975760",\
|
|
"6.618971, 6.637392, 6.693471, 6.917421, 7.851831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.036377, 0.053811, 0.120748, 0.431838, 1.757830",\
|
|
"0.036377, 0.053811, 0.120748, 0.431838, 1.757830",\
|
|
"0.036377, 0.053811, 0.120748, 0.431838, 1.757830",\
|
|
"0.036377, 0.053811, 0.120748, 0.431838, 1.757830",\
|
|
"0.036377, 0.053811, 0.120748, 0.431838, 1.757830");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "5.204661, 5.219242, 5.258504, 5.375455, 5.810969",\
|
|
"5.324489, 5.339069, 5.378331, 5.495282, 5.930797",\
|
|
"5.532878, 5.547459, 5.586721, 5.703672, 6.139186",\
|
|
"5.976842, 5.991422, 6.030684, 6.147635, 6.583150",\
|
|
"6.852914, 6.867494, 6.906756, 7.023707, 7.459222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.034126, 0.043795, 0.078536, 0.218313, 0.832325",\
|
|
"0.034126, 0.043795, 0.078536, 0.218313, 0.832325",\
|
|
"0.034126, 0.043795, 0.078536, 0.218313, 0.832325",\
|
|
"0.034126, 0.043795, 0.078536, 0.218313, 0.832325",\
|
|
"0.034126, 0.043795, 0.078536, 0.218313, 0.832325");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "4.952376, 4.970797, 5.025040, 5.247001, 6.165689",\
|
|
"5.035464, 5.053885, 5.108128, 5.330089, 6.248776",\
|
|
"5.174314, 5.192736, 5.246979, 5.468939, 6.387627",\
|
|
"5.422369, 5.440790, 5.495033, 5.716994, 6.635682",\
|
|
"5.746514, 5.764935, 5.819179, 6.041139, 6.959827");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.036377, 0.053811, 0.117357, 0.419690, 1.700874",\
|
|
"0.036377, 0.053811, 0.117357, 0.419690, 1.700874",\
|
|
"0.036377, 0.053811, 0.117357, 0.419690, 1.700874",\
|
|
"0.036377, 0.053811, 0.117357, 0.419690, 1.700874",\
|
|
"0.036377, 0.053811, 0.117357, 0.419690, 1.700874");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "5.189890, 5.204471, 5.241892, 5.357721, 5.780455",\
|
|
"5.272978, 5.287559, 5.324980, 5.440809, 5.863543",\
|
|
"5.411829, 5.426409, 5.463830, 5.579660, 6.002393",\
|
|
"5.659883, 5.674464, 5.711885, 5.827714, 6.250448",\
|
|
"5.984029, 5.998610, 6.036031, 6.151860, 6.574594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.034126, 0.043795, 0.075131, 0.205499, 0.779242",\
|
|
"0.034126, 0.043795, 0.075131, 0.205499, 0.779242",\
|
|
"0.034126, 0.043795, 0.075131, 0.205499, 0.779242",\
|
|
"0.034126, 0.043795, 0.075131, 0.205499, 0.779242",\
|
|
"0.034126, 0.043795, 0.075131, 0.205499, 0.779242");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[22] */
|
|
|
|
pin("wb_dat_o[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002728 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "5.002073, 5.020744, 5.077007, 5.300941, 6.236118",\
|
|
"5.121900, 5.140572, 5.196835, 5.420769, 6.355945",\
|
|
"5.330289, 5.348961, 5.405224, 5.629158, 6.564334",\
|
|
"5.774253, 5.792924, 5.849187, 6.073122, 7.008298",\
|
|
"6.650324, 6.668995, 6.725258, 6.949193, 7.884369");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.035436, 0.052903, 0.119990, 0.431356, 1.760404",\
|
|
"0.035436, 0.052903, 0.119990, 0.431356, 1.760404",\
|
|
"0.035436, 0.052903, 0.119990, 0.431356, 1.760404",\
|
|
"0.035436, 0.052903, 0.119990, 0.431356, 1.760404",\
|
|
"0.035436, 0.052903, 0.119990, 0.431356, 1.760404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "5.228762, 5.243633, 5.283138, 5.400102, 5.836463",\
|
|
"5.348589, 5.363461, 5.402966, 5.519929, 5.956291",\
|
|
"5.556979, 5.571850, 5.611355, 5.728318, 6.164680",\
|
|
"6.000943, 6.015814, 6.055319, 6.172282, 6.608644",\
|
|
"6.877014, 6.891885, 6.931390, 7.048353, 7.484715");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.033570, 0.043336, 0.078251, 0.218445, 0.834549",\
|
|
"0.033570, 0.043336, 0.078251, 0.218445, 0.834549",\
|
|
"0.033570, 0.043336, 0.078251, 0.218445, 0.834549",\
|
|
"0.033570, 0.043336, 0.078251, 0.218445, 0.834549",\
|
|
"0.033570, 0.043336, 0.078251, 0.218445, 0.834549");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "4.985620, 5.004292, 5.058660, 5.280537, 6.199338",\
|
|
"5.068708, 5.087380, 5.141748, 5.363625, 6.282426",\
|
|
"5.207559, 5.226231, 5.280599, 5.502476, 6.421277",\
|
|
"5.455613, 5.474285, 5.528653, 5.750530, 6.669331",\
|
|
"5.779758, 5.798429, 5.852798, 6.074675, 6.993476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.035436, 0.052903, 0.116500, 0.418741, 1.701120",\
|
|
"0.035436, 0.052903, 0.116500, 0.418741, 1.701120",\
|
|
"0.035436, 0.052903, 0.116500, 0.418741, 1.701120",\
|
|
"0.035436, 0.052903, 0.116500, 0.418741, 1.701120",\
|
|
"0.035436, 0.052903, 0.116500, 0.418741, 1.701120");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "5.220332, 5.235203, 5.272808, 5.388667, 5.811686",\
|
|
"5.303421, 5.318292, 5.355896, 5.471756, 5.894774",\
|
|
"5.442271, 5.457142, 5.494746, 5.610606, 6.033625",\
|
|
"5.690325, 5.705196, 5.742801, 5.858660, 6.281679",\
|
|
"6.014471, 6.029342, 6.066946, 6.182806, 6.605824");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.033570, 0.043336, 0.074747, 0.205125, 0.779239",\
|
|
"0.033570, 0.043336, 0.074747, 0.205125, 0.779239",\
|
|
"0.033570, 0.043336, 0.074747, 0.205125, 0.779239",\
|
|
"0.033570, 0.043336, 0.074747, 0.205125, 0.779239",\
|
|
"0.033570, 0.043336, 0.074747, 0.205125, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[21] */
|
|
|
|
pin("wb_dat_o[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002787 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "4.965272, 4.982349, 5.038544, 5.262519, 6.197766",\
|
|
"5.085100, 5.102176, 5.158371, 5.382346, 6.317593",\
|
|
"5.293489, 5.310565, 5.366760, 5.590735, 6.525981",\
|
|
"5.737457, 5.754534, 5.810729, 6.034704, 6.969950",\
|
|
"6.613461, 6.630538, 6.686733, 6.910708, 7.845954");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.035573, 0.053032, 0.119998, 0.431264, 1.759120",\
|
|
"0.035573, 0.053032, 0.119998, 0.431264, 1.759120",\
|
|
"0.035573, 0.053032, 0.119998, 0.431264, 1.759120",\
|
|
"0.035573, 0.053032, 0.119998, 0.431264, 1.759120",\
|
|
"0.035573, 0.053032, 0.119998, 0.431264, 1.759120");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "5.185672, 5.199321, 5.238777, 5.355739, 5.791841",\
|
|
"5.305499, 5.319148, 5.358604, 5.475566, 5.911668",\
|
|
"5.513888, 5.527537, 5.566993, 5.683955, 6.120057",\
|
|
"5.957857, 5.971506, 6.010962, 6.127924, 6.564026",\
|
|
"6.833862, 6.847511, 6.886968, 7.003930, 7.440032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.033656, 0.043404, 0.078237, 0.218221, 0.833516",\
|
|
"0.033656, 0.043404, 0.078237, 0.218221, 0.833516",\
|
|
"0.033656, 0.043404, 0.078237, 0.218221, 0.833516",\
|
|
"0.033656, 0.043404, 0.078237, 0.218221, 0.833516",\
|
|
"0.033656, 0.043404, 0.078237, 0.218221, 0.833516");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "4.946617, 4.965242, 5.019578, 5.241531, 6.160709",\
|
|
"5.029705, 5.048330, 5.102665, 5.324619, 6.243797",\
|
|
"5.168555, 5.187181, 5.241516, 5.463470, 6.382648",\
|
|
"5.416615, 5.435240, 5.489575, 5.711529, 6.630707",\
|
|
"5.740694, 5.759319, 5.813654, 6.035608, 6.954786");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.035573, 0.053032, 0.116562, 0.418873, 1.700915",\
|
|
"0.035573, 0.053032, 0.116562, 0.418873, 1.700915",\
|
|
"0.035573, 0.053032, 0.116562, 0.418873, 1.700915",\
|
|
"0.035573, 0.053032, 0.116562, 0.418873, 1.700915",\
|
|
"0.035573, 0.053032, 0.116562, 0.418873, 1.700915");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "5.172874, 5.187696, 5.225288, 5.341155, 5.764152",\
|
|
"5.255962, 5.270784, 5.308376, 5.424242, 5.847240",\
|
|
"5.394813, 5.409635, 5.447226, 5.563093, 5.986091",\
|
|
"5.642873, 5.657695, 5.695286, 5.811153, 6.234151",\
|
|
"5.966951, 5.981773, 6.019365, 6.135232, 6.558229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.033656, 0.043404, 0.074788, 0.205142, 0.779241",\
|
|
"0.033656, 0.043404, 0.074788, 0.205142, 0.779241",\
|
|
"0.033656, 0.043404, 0.074788, 0.205142, 0.779241",\
|
|
"0.033656, 0.043404, 0.074788, 0.205142, 0.779241",\
|
|
"0.033656, 0.043404, 0.074788, 0.205142, 0.779241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[20] */
|
|
|
|
pin("wb_dat_o[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003100 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "5.071651, 5.086206, 5.142355, 5.366355, 6.301412",\
|
|
"5.191478, 5.206034, 5.262182, 5.486182, 6.421239",\
|
|
"5.399868, 5.414424, 5.470572, 5.694572, 6.629629",\
|
|
"5.843832, 5.858387, 5.914536, 6.138536, 7.073593",\
|
|
"6.719904, 6.734459, 6.790608, 7.014608, 7.949665");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.036097, 0.053535, 0.120549, 0.431888, 1.759431",\
|
|
"0.036097, 0.053535, 0.120549, 0.431888, 1.759431",\
|
|
"0.036097, 0.053535, 0.120549, 0.431888, 1.759431",\
|
|
"0.036097, 0.053535, 0.120549, 0.431888, 1.759431",\
|
|
"0.036097, 0.053535, 0.120549, 0.431888, 1.759431");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "5.315054, 5.326977, 5.366340, 5.483304, 5.919281",\
|
|
"5.434882, 5.446805, 5.486168, 5.603132, 6.039110",\
|
|
"5.643271, 5.655194, 5.694557, 5.811522, 6.247499",\
|
|
"6.087234, 6.099157, 6.138520, 6.255485, 6.691462",\
|
|
"6.963307, 6.975230, 7.014593, 7.131557, 7.567534");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.033963, 0.043654, 0.078500, 0.218546, 0.833862",\
|
|
"0.033963, 0.043654, 0.078500, 0.218546, 0.833862",\
|
|
"0.033963, 0.043654, 0.078500, 0.218546, 0.833862",\
|
|
"0.033963, 0.043654, 0.078500, 0.218546, 0.833862",\
|
|
"0.033963, 0.043654, 0.078500, 0.218546, 0.833862");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "5.038430, 5.056927, 5.111193, 5.333159, 6.252072",\
|
|
"5.121518, 5.140015, 5.194281, 5.416248, 6.335160",\
|
|
"5.260369, 5.278866, 5.333132, 5.555099, 6.474011",\
|
|
"5.508423, 5.526920, 5.581186, 5.803153, 6.722065",\
|
|
"5.832568, 5.851065, 5.905331, 6.127298, 7.046210");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.036097, 0.053535, 0.117073, 0.419406, 1.700865",\
|
|
"0.036097, 0.053535, 0.117073, 0.419406, 1.700865",\
|
|
"0.036097, 0.053535, 0.117073, 0.419406, 1.700865",\
|
|
"0.036097, 0.053535, 0.117073, 0.419406, 1.700865",\
|
|
"0.036097, 0.053535, 0.117073, 0.419406, 1.700865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "5.280900, 5.295569, 5.333044, 5.448888, 5.871716",\
|
|
"5.363987, 5.378657, 5.416132, 5.531976, 5.954803",\
|
|
"5.502839, 5.517509, 5.554983, 5.670827, 6.093655",\
|
|
"5.750893, 5.765563, 5.803038, 5.918881, 6.341709",\
|
|
"6.075038, 6.089708, 6.127182, 6.243026, 6.665854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.033963, 0.043654, 0.075010, 0.205371, 0.779242",\
|
|
"0.033963, 0.043654, 0.075010, 0.205371, 0.779242",\
|
|
"0.033963, 0.043654, 0.075010, 0.205371, 0.779242",\
|
|
"0.033963, 0.043654, 0.075010, 0.205371, 0.779242",\
|
|
"0.033963, 0.043654, 0.075010, 0.205371, 0.779242");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[19] */
|
|
|
|
pin("wb_dat_o[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003067 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "4.973435, 4.989190, 5.043405, 5.267315, 6.201860",\
|
|
"5.093263, 5.109017, 5.163232, 5.387143, 6.321688",\
|
|
"5.301652, 5.317407, 5.371622, 5.595532, 6.530077",\
|
|
"5.745615, 5.761370, 5.815585, 6.039495, 6.974041",\
|
|
"6.621687, 6.637442, 6.691657, 6.915567, 7.850112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.036002, 0.053453, 0.120511, 0.431720, 1.759288",\
|
|
"0.036002, 0.053453, 0.120511, 0.431720, 1.759288",\
|
|
"0.036002, 0.053453, 0.120511, 0.431720, 1.759288",\
|
|
"0.036002, 0.053453, 0.120511, 0.431720, 1.759288",\
|
|
"0.036002, 0.053453, 0.120511, 0.431720, 1.759288");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "5.202372, 5.213805, 5.253165, 5.370116, 5.806022",\
|
|
"5.322199, 5.333632, 5.372993, 5.489944, 5.925849",\
|
|
"5.530588, 5.542021, 5.581382, 5.698333, 6.134238",\
|
|
"5.974551, 5.985984, 6.025345, 6.142296, 6.578201",\
|
|
"6.850623, 6.862056, 6.901417, 7.018368, 7.454273");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.033900, 0.043612, 0.078456, 0.218467, 0.833515",\
|
|
"0.033900, 0.043612, 0.078456, 0.218467, 0.833515",\
|
|
"0.033900, 0.043612, 0.078456, 0.218467, 0.833515",\
|
|
"0.033900, 0.043612, 0.078456, 0.218467, 0.833515",\
|
|
"0.033900, 0.043612, 0.078456, 0.218467, 0.833515");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "4.960278, 4.978804, 5.033107, 5.254991, 6.173460",\
|
|
"5.043366, 5.061892, 5.116195, 5.338079, 6.256548",\
|
|
"5.182217, 5.200743, 5.255046, 5.476930, 6.395400",\
|
|
"5.430271, 5.448797, 5.503100, 5.724984, 6.643454",\
|
|
"5.754416, 5.772942, 5.827245, 6.049129, 6.967599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.036002, 0.053453, 0.117057, 0.419316, 1.701085",\
|
|
"0.036002, 0.053453, 0.117057, 0.419316, 1.701085",\
|
|
"0.036002, 0.053453, 0.117057, 0.419316, 1.701085",\
|
|
"0.036002, 0.053453, 0.117057, 0.419316, 1.701085",\
|
|
"0.036002, 0.053453, 0.117057, 0.419316, 1.701085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "5.186773, 5.201472, 5.238958, 5.354792, 5.777624",\
|
|
"5.269861, 5.284560, 5.322046, 5.437880, 5.860712",\
|
|
"5.408712, 5.423411, 5.460897, 5.576731, 5.999563",\
|
|
"5.656766, 5.671465, 5.708952, 5.824785, 6.247618",\
|
|
"5.980912, 5.995611, 6.033097, 6.148931, 6.571763");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.033900, 0.043612, 0.074988, 0.205376, 0.779240",\
|
|
"0.033900, 0.043612, 0.074988, 0.205376, 0.779240",\
|
|
"0.033900, 0.043612, 0.074988, 0.205376, 0.779240",\
|
|
"0.033900, 0.043612, 0.074988, 0.205376, 0.779240",\
|
|
"0.033900, 0.043612, 0.074988, 0.205376, 0.779240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[18] */
|
|
|
|
pin("wb_dat_o[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003163 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "4.921603, 4.937179, 4.993361, 5.217236, 6.151504",\
|
|
"5.041430, 5.057006, 5.113188, 5.337063, 6.271331",\
|
|
"5.249820, 5.265396, 5.321578, 5.545453, 6.479720",\
|
|
"5.693783, 5.709359, 5.765542, 5.989416, 6.923683",\
|
|
"6.569855, 6.585431, 6.641613, 6.865488, 7.799755");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.036137, 0.053589, 0.120720, 0.431944, 1.759768",\
|
|
"0.036137, 0.053589, 0.120720, 0.431944, 1.759768",\
|
|
"0.036137, 0.053589, 0.120720, 0.431944, 1.759768",\
|
|
"0.036137, 0.053589, 0.120720, 0.431944, 1.759768",\
|
|
"0.036137, 0.053589, 0.120720, 0.431944, 1.759768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "5.167447, 5.180436, 5.219772, 5.336720, 5.772631",\
|
|
"5.287274, 5.300263, 5.339600, 5.456547, 5.892458",\
|
|
"5.495663, 5.508652, 5.547989, 5.664936, 6.100848",\
|
|
"5.939627, 5.952616, 5.991953, 6.108900, 6.544812",\
|
|
"6.815699, 6.828688, 6.868024, 6.984972, 7.420883");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.033976, 0.043677, 0.078553, 0.218643, 0.833860",\
|
|
"0.033976, 0.043677, 0.078553, 0.218643, 0.833860",\
|
|
"0.033976, 0.043677, 0.078553, 0.218643, 0.833860",\
|
|
"0.033976, 0.043677, 0.078553, 0.218643, 0.833860",\
|
|
"0.033976, 0.043677, 0.078553, 0.218643, 0.833860");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "4.903242, 4.921739, 4.976037, 5.197874, 6.115963",\
|
|
"4.986330, 5.004827, 5.059125, 5.280962, 6.199051",\
|
|
"5.125181, 5.143678, 5.197976, 5.419813, 6.337902",\
|
|
"5.373235, 5.391733, 5.446031, 5.667867, 6.585956",\
|
|
"5.697381, 5.715878, 5.770176, 5.992013, 6.910101");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.036137, 0.053589, 0.117238, 0.419458, 1.701206",\
|
|
"0.036137, 0.053589, 0.117238, 0.419458, 1.701206",\
|
|
"0.036137, 0.053589, 0.117238, 0.419458, 1.701206",\
|
|
"0.036137, 0.053589, 0.117238, 0.419458, 1.701206",\
|
|
"0.036137, 0.053589, 0.117238, 0.419458, 1.701206");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "5.154736, 5.169398, 5.206845, 5.322664, 5.745437",\
|
|
"5.237824, 5.252487, 5.289934, 5.405752, 5.828525",\
|
|
"5.376675, 5.391337, 5.428784, 5.544603, 5.967376",\
|
|
"5.624730, 5.639392, 5.676839, 5.792657, 6.215430",\
|
|
"5.948875, 5.963537, 6.000984, 6.116803, 6.539576");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.033976, 0.043677, 0.075058, 0.205464, 0.779238",\
|
|
"0.033976, 0.043677, 0.075058, 0.205464, 0.779238",\
|
|
"0.033976, 0.043677, 0.075058, 0.205464, 0.779238",\
|
|
"0.033976, 0.043677, 0.075058, 0.205464, 0.779238",\
|
|
"0.033976, 0.043677, 0.075058, 0.205464, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[17] */
|
|
|
|
pin("wb_dat_o[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001479 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "4.832908, 4.852330, 4.908762, 5.132625, 6.068711",\
|
|
"4.952735, 4.972157, 5.028589, 5.252452, 6.188539",\
|
|
"5.161125, 5.180546, 5.236979, 5.460842, 6.396928",\
|
|
"5.605088, 5.624509, 5.680942, 5.904805, 6.840891",\
|
|
"6.481160, 6.500581, 6.557014, 6.780877, 7.716963");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.033304, 0.050909, 0.117761, 0.428831, 1.758810",\
|
|
"0.033304, 0.050909, 0.117761, 0.428831, 1.758810",\
|
|
"0.033304, 0.050909, 0.117761, 0.428831, 1.758810",\
|
|
"0.033304, 0.050909, 0.117761, 0.428831, 1.758810",\
|
|
"0.033304, 0.050909, 0.117761, 0.428831, 1.758810");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "5.074699, 5.090451, 5.130325, 5.247279, 5.684090",\
|
|
"5.194526, 5.210279, 5.250152, 5.367106, 5.803917",\
|
|
"5.402915, 5.418668, 5.458541, 5.575495, 6.012307",\
|
|
"5.846879, 5.862631, 5.902505, 6.019459, 6.456270",\
|
|
"6.722950, 6.738703, 6.778576, 6.895530, 7.332342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.032227, 0.042347, 0.077189, 0.217080, 0.832936",\
|
|
"0.032227, 0.042347, 0.077189, 0.217080, 0.832936",\
|
|
"0.032227, 0.042347, 0.077189, 0.217080, 0.832936",\
|
|
"0.032227, 0.042347, 0.077189, 0.217080, 0.832936",\
|
|
"0.032227, 0.042347, 0.077189, 0.217080, 0.832936");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "4.831382, 4.850803, 4.905441, 5.127304, 6.047397",\
|
|
"4.914470, 4.933892, 4.988530, 5.210392, 6.130485",\
|
|
"5.053321, 5.072742, 5.127380, 5.349243, 6.269336",\
|
|
"5.301375, 5.320796, 5.375434, 5.597297, 6.517389",\
|
|
"5.625520, 5.644942, 5.699580, 5.921443, 6.841535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.033304, 0.050909, 0.114445, 0.416630, 1.701215",\
|
|
"0.033304, 0.050909, 0.114445, 0.416630, 1.701215",\
|
|
"0.033304, 0.050909, 0.114445, 0.416630, 1.701215",\
|
|
"0.033304, 0.050909, 0.114445, 0.416630, 1.701215",\
|
|
"0.033304, 0.050909, 0.114445, 0.416630, 1.701215");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "5.073173, 5.088925, 5.126999, 5.242956, 5.666659",\
|
|
"5.156261, 5.172013, 5.210087, 5.326044, 5.749748",\
|
|
"5.295112, 5.310864, 5.348938, 5.464895, 5.888598",\
|
|
"5.543166, 5.558918, 5.596992, 5.712949, 6.136653",\
|
|
"5.867311, 5.883064, 5.921138, 6.037095, 6.460798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.032227, 0.042347, 0.073860, 0.204201, 0.779238",\
|
|
"0.032227, 0.042347, 0.073860, 0.204201, 0.779238",\
|
|
"0.032227, 0.042347, 0.073860, 0.204201, 0.779238",\
|
|
"0.032227, 0.042347, 0.073860, 0.204201, 0.779238",\
|
|
"0.032227, 0.042347, 0.073860, 0.204201, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[16] */
|
|
|
|
pin("wb_dat_o[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002448 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "4.263914, 4.282689, 4.338903, 4.566767, 5.496885",\
|
|
"4.383741, 4.402516, 4.458731, 4.686594, 5.616712",\
|
|
"4.592131, 4.610906, 4.667120, 4.894983, 5.825101",\
|
|
"5.036099, 5.054874, 5.111088, 5.338952, 6.269070",\
|
|
"5.912103, 5.930878, 5.987092, 6.214956, 7.145074");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.034953, 0.052458, 0.119310, 0.432939, 1.756559",\
|
|
"0.034953, 0.052458, 0.119310, 0.432939, 1.756559",\
|
|
"0.034953, 0.052458, 0.119310, 0.432939, 1.756559",\
|
|
"0.034953, 0.052458, 0.119310, 0.432939, 1.756559",\
|
|
"0.034953, 0.052458, 0.119310, 0.432939, 1.756559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "4.567661, 4.582658, 4.622143, 4.739064, 5.174734",\
|
|
"4.687489, 4.702485, 4.741970, 4.858891, 5.294561",\
|
|
"4.895878, 4.910874, 4.950359, 5.067281, 5.502951",\
|
|
"5.339847, 5.354843, 5.394328, 5.511250, 5.946919",\
|
|
"6.215851, 6.230848, 6.270333, 6.387254, 6.822924");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.033283, 0.043122, 0.077812, 0.217339, 0.830755",\
|
|
"0.033283, 0.043122, 0.077812, 0.217339, 0.830755",\
|
|
"0.033283, 0.043122, 0.077812, 0.217339, 0.830755",\
|
|
"0.033283, 0.043122, 0.077812, 0.217339, 0.830755",\
|
|
"0.033283, 0.043122, 0.077812, 0.217339, 0.830755");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "4.247850, 4.266625, 4.321089, 4.542921, 5.461770",\
|
|
"4.330938, 4.349713, 4.404177, 4.626009, 5.544858",\
|
|
"4.469790, 4.488564, 4.543028, 4.764860, 5.683709",\
|
|
"4.717849, 4.736624, 4.791088, 5.012920, 5.931769",\
|
|
"5.041927, 5.060702, 5.115166, 5.336998, 6.255847");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.034953, 0.052458, 0.116060, 0.418251, 1.701252",\
|
|
"0.034953, 0.052458, 0.116060, 0.418251, 1.701252",\
|
|
"0.034953, 0.052458, 0.116060, 0.418251, 1.701252",\
|
|
"0.034953, 0.052458, 0.116060, 0.418251, 1.701252",\
|
|
"0.034953, 0.052458, 0.116060, 0.418251, 1.701252");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "4.566022, 4.581019, 4.618748, 4.734622, 5.157787",\
|
|
"4.649110, 4.664107, 4.701836, 4.817710, 5.240875",\
|
|
"4.787961, 4.802958, 4.840686, 4.956561, 5.379725",\
|
|
"5.036020, 5.051017, 5.088746, 5.204620, 5.627785",\
|
|
"5.360099, 5.375096, 5.412825, 5.528699, 5.951864");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.033283, 0.043122, 0.074550, 0.204934, 0.779238",\
|
|
"0.033283, 0.043122, 0.074550, 0.204934, 0.779238",\
|
|
"0.033283, 0.043122, 0.074550, 0.204934, 0.779238",\
|
|
"0.033283, 0.043122, 0.074550, 0.204934, 0.779238",\
|
|
"0.033283, 0.043122, 0.074550, 0.204934, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[15] */
|
|
|
|
pin("wb_dat_o[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000958 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "4.834157, 4.853919, 4.910306, 5.137946, 6.069550",\
|
|
"4.953985, 4.973746, 5.030133, 5.257773, 6.189377",\
|
|
"5.162374, 5.182135, 5.238522, 5.466162, 6.397767",\
|
|
"5.606343, 5.626104, 5.682491, 5.910131, 6.841735",\
|
|
"6.482347, 6.502108, 6.558495, 6.786135, 7.717740");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.032410, 0.050099, 0.116605, 0.429716, 1.754103",\
|
|
"0.032410, 0.050099, 0.116605, 0.429716, 1.754103",\
|
|
"0.032410, 0.050099, 0.116605, 0.429716, 1.754103",\
|
|
"0.032410, 0.050099, 0.116605, 0.429716, 1.754103",\
|
|
"0.032410, 0.050099, 0.116605, 0.429716, 1.754103");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "5.082817, 5.098970, 5.138889, 5.255797, 5.691924",\
|
|
"5.202644, 5.218797, 5.258717, 5.375624, 5.811751",\
|
|
"5.411034, 5.427186, 5.467106, 5.584013, 6.020141",\
|
|
"5.855001, 5.871154, 5.911074, 6.027981, 6.464108",\
|
|
"6.731007, 6.747159, 6.787079, 6.903986, 7.340114");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.031647, 0.041954, 0.076527, 0.215606, 0.828461",\
|
|
"0.031647, 0.041954, 0.076527, 0.215606, 0.828461",\
|
|
"0.031647, 0.041954, 0.076527, 0.215606, 0.828461",\
|
|
"0.031647, 0.041954, 0.076527, 0.215606, 0.828461",\
|
|
"0.031647, 0.041954, 0.076527, 0.215606, 0.828461");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "4.827536, 4.847297, 4.902061, 5.123937, 6.044673",\
|
|
"4.910624, 4.930385, 4.985149, 5.207025, 6.127761",\
|
|
"5.049474, 5.069235, 5.124000, 5.345875, 6.266612",\
|
|
"5.297534, 5.317295, 5.372059, 5.593935, 6.514672",\
|
|
"5.621612, 5.641373, 5.696137, 5.918013, 6.838750");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.032410, 0.050099, 0.113577, 0.415755, 1.701207",\
|
|
"0.032410, 0.050099, 0.113577, 0.415755, 1.701207",\
|
|
"0.032410, 0.050099, 0.113577, 0.415755, 1.701207",\
|
|
"0.032410, 0.050099, 0.113577, 0.415755, 1.701207",\
|
|
"0.032410, 0.050099, 0.113577, 0.415755, 1.701207");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "5.078084, 5.094237, 5.132529, 5.248529, 5.672521",\
|
|
"5.161172, 5.177325, 5.215617, 5.331617, 5.755609",\
|
|
"5.300023, 5.316175, 5.354467, 5.470468, 5.894460",\
|
|
"5.548082, 5.564235, 5.602527, 5.718527, 6.142519",\
|
|
"5.872161, 5.888314, 5.926606, 6.042606, 6.466598");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.031647, 0.041954, 0.073489, 0.203809, 0.779238",\
|
|
"0.031647, 0.041954, 0.073489, 0.203809, 0.779238",\
|
|
"0.031647, 0.041954, 0.073489, 0.203809, 0.779238",\
|
|
"0.031647, 0.041954, 0.073489, 0.203809, 0.779238",\
|
|
"0.031647, 0.041954, 0.073489, 0.203809, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[14] */
|
|
|
|
pin("wb_dat_o[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001951 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "4.197788, 4.216865, 4.273130, 4.500941, 5.431645",\
|
|
"4.317616, 4.336692, 4.392957, 4.620768, 5.551473",\
|
|
"4.526005, 4.545081, 4.601346, 4.829157, 5.759862",\
|
|
"4.969973, 4.989049, 5.045315, 5.273126, 6.203830",\
|
|
"5.845978, 5.865054, 5.921319, 6.149130, 7.079835");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.034118, 0.051676, 0.118412, 0.431897, 1.755787",\
|
|
"0.034118, 0.051676, 0.118412, 0.431897, 1.755787",\
|
|
"0.034118, 0.051676, 0.118412, 0.431897, 1.755787",\
|
|
"0.034118, 0.051676, 0.118412, 0.431897, 1.755787",\
|
|
"0.034118, 0.051676, 0.118412, 0.431897, 1.755787");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "4.508795, 4.524147, 4.563776, 4.680691, 5.116534",\
|
|
"4.628623, 4.643974, 4.683603, 4.800518, 5.236362",\
|
|
"4.837012, 4.852363, 4.891992, 5.008907, 5.444751",\
|
|
"5.280981, 5.296332, 5.335961, 5.452876, 5.888720",\
|
|
"6.156985, 6.172336, 6.211965, 6.328880, 6.764724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.032756, 0.042735, 0.077394, 0.216780, 0.830070",\
|
|
"0.032756, 0.042735, 0.077394, 0.216780, 0.830070",\
|
|
"0.032756, 0.042735, 0.077394, 0.216780, 0.830070",\
|
|
"0.032756, 0.042735, 0.077394, 0.216780, 0.830070",\
|
|
"0.032756, 0.042735, 0.077394, 0.216780, 0.830070");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "4.190789, 4.209865, 4.264423, 4.486284, 5.405845",\
|
|
"4.273877, 4.292953, 4.347511, 4.569372, 5.488933",\
|
|
"4.412727, 4.431804, 4.486362, 4.708223, 5.627784",\
|
|
"4.660787, 4.679863, 4.734421, 4.956282, 5.875843",\
|
|
"4.984865, 5.003942, 5.058500, 5.280361, 6.199922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.034118, 0.051676, 0.115225, 0.417424, 1.701199",\
|
|
"0.034118, 0.051676, 0.115225, 0.417424, 1.701199",\
|
|
"0.034118, 0.051676, 0.115225, 0.417424, 1.701199",\
|
|
"0.034118, 0.051676, 0.115225, 0.417424, 1.701199",\
|
|
"0.034118, 0.051676, 0.115225, 0.417424, 1.701199");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "4.500726, 4.516077, 4.553994, 4.669912, 5.093355",\
|
|
"4.583814, 4.599165, 4.637082, 4.753000, 5.176443",\
|
|
"4.722664, 4.738016, 4.775932, 4.891851, 5.315294",\
|
|
"4.970724, 4.986075, 5.023992, 5.139911, 5.563354",\
|
|
"5.294803, 5.310154, 5.348071, 5.463989, 5.887432");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.032756, 0.042735, 0.074196, 0.204555, 0.779238",\
|
|
"0.032756, 0.042735, 0.074196, 0.204555, 0.779238",\
|
|
"0.032756, 0.042735, 0.074196, 0.204555, 0.779238",\
|
|
"0.032756, 0.042735, 0.074196, 0.204555, 0.779238",\
|
|
"0.032756, 0.042735, 0.074196, 0.204555, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[13] */
|
|
|
|
pin("wb_dat_o[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000957 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "4.875755, 4.895517, 4.951906, 5.179542, 6.111122",\
|
|
"4.995583, 5.015345, 5.071733, 5.299369, 6.230949",\
|
|
"5.203972, 5.223734, 5.280122, 5.507759, 6.439338",\
|
|
"5.647941, 5.667703, 5.724092, 5.951728, 6.883307",\
|
|
"6.523946, 6.543708, 6.600097, 6.827733, 7.759313");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.032408, 0.050097, 0.116606, 0.429714, 1.754114",\
|
|
"0.032408, 0.050097, 0.116606, 0.429714, 1.754114",\
|
|
"0.032408, 0.050097, 0.116606, 0.429714, 1.754114",\
|
|
"0.032408, 0.050097, 0.116606, 0.429714, 1.754114",\
|
|
"0.032408, 0.050097, 0.116606, 0.429714, 1.754114");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "5.120382, 5.136537, 5.176455, 5.293363, 5.729489",\
|
|
"5.240210, 5.256364, 5.296283, 5.413190, 5.849317",\
|
|
"5.448598, 5.464753, 5.504672, 5.621579, 6.057705",\
|
|
"5.892567, 5.908721, 5.948640, 6.065548, 6.501674",\
|
|
"6.768572, 6.784727, 6.824646, 6.941553, 7.377679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.031645, 0.041953, 0.076527, 0.215608, 0.828460",\
|
|
"0.031645, 0.041953, 0.076527, 0.215608, 0.828460",\
|
|
"0.031645, 0.041953, 0.076527, 0.215608, 0.828460",\
|
|
"0.031645, 0.041953, 0.076527, 0.215608, 0.828460",\
|
|
"0.031645, 0.041953, 0.076527, 0.215608, 0.828460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "4.870547, 4.890309, 4.945075, 5.166946, 6.087658",\
|
|
"4.953635, 4.973397, 5.028163, 5.250034, 6.170746",\
|
|
"5.092486, 5.112248, 5.167014, 5.388885, 6.309597",\
|
|
"5.340546, 5.360308, 5.415074, 5.636945, 6.557657",\
|
|
"5.664625, 5.684387, 5.739153, 5.961024, 6.881736");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.032408, 0.050097, 0.113579, 0.415753, 1.701218",\
|
|
"0.032408, 0.050097, 0.113579, 0.415753, 1.701218",\
|
|
"0.032408, 0.050097, 0.113579, 0.415753, 1.701218",\
|
|
"0.032408, 0.050097, 0.113579, 0.415753, 1.701218",\
|
|
"0.032408, 0.050097, 0.113579, 0.415753, 1.701218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "5.117227, 5.133381, 5.171673, 5.287673, 5.711664",\
|
|
"5.200315, 5.216469, 5.254761, 5.370760, 5.794752",\
|
|
"5.339165, 5.355319, 5.393611, 5.509611, 5.933602",\
|
|
"5.587225, 5.603380, 5.641672, 5.757671, 6.181663",\
|
|
"5.911304, 5.927458, 5.965750, 6.081749, 6.505741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.031645, 0.041953, 0.073489, 0.203810, 0.779238",\
|
|
"0.031645, 0.041953, 0.073489, 0.203810, 0.779238",\
|
|
"0.031645, 0.041953, 0.073489, 0.203810, 0.779238",\
|
|
"0.031645, 0.041953, 0.073489, 0.203810, 0.779238",\
|
|
"0.031645, 0.041953, 0.073489, 0.203810, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[12] */
|
|
|
|
pin("wb_dat_o[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001043 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "4.885119, 4.902906, 4.959271, 5.186863, 6.118254",\
|
|
"5.004947, 5.022734, 5.079099, 5.306691, 6.238081",\
|
|
"5.213336, 5.231123, 5.287488, 5.515080, 6.446470",\
|
|
"5.657305, 5.675092, 5.731457, 5.959049, 6.890439",\
|
|
"6.533309, 6.551096, 6.607461, 6.835053, 7.766443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.032554, 0.050234, 0.116737, 0.429768, 1.753761",\
|
|
"0.032554, 0.050234, 0.116737, 0.429768, 1.753761",\
|
|
"0.032554, 0.050234, 0.116737, 0.429768, 1.753761",\
|
|
"0.032554, 0.050234, 0.116737, 0.429768, 1.753761",\
|
|
"0.032554, 0.050234, 0.116737, 0.429768, 1.753761");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "5.129306, 5.143888, 5.183768, 5.300670, 5.736659",\
|
|
"5.249133, 5.263715, 5.303595, 5.420497, 5.856486",\
|
|
"5.457522, 5.472105, 5.511984, 5.628886, 6.064876",\
|
|
"5.901491, 5.916073, 5.955953, 6.072855, 6.508844",\
|
|
"6.777495, 6.792078, 6.831957, 6.948859, 7.384849");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.031739, 0.042022, 0.076575, 0.215596, 0.828118",\
|
|
"0.031739, 0.042022, 0.076575, 0.215596, 0.828118",\
|
|
"0.031739, 0.042022, 0.076575, 0.215596, 0.828118",\
|
|
"0.031739, 0.042022, 0.076575, 0.215596, 0.828118",\
|
|
"0.031739, 0.042022, 0.076575, 0.215596, 0.828118");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "4.878477, 4.898177, 4.952929, 5.174796, 6.095388",\
|
|
"4.961565, 4.981265, 5.036017, 5.257884, 6.178476",\
|
|
"5.100415, 5.120116, 5.174868, 5.396735, 6.317327",\
|
|
"5.348475, 5.368176, 5.422928, 5.644795, 6.565387",\
|
|
"5.672554, 5.692254, 5.747006, 5.968873, 6.889465");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.032554, 0.050234, 0.113723, 0.415895, 1.701225",\
|
|
"0.032554, 0.050234, 0.113723, 0.415895, 1.701225",\
|
|
"0.032554, 0.050234, 0.113723, 0.415895, 1.701225",\
|
|
"0.032554, 0.050234, 0.113723, 0.415895, 1.701225",\
|
|
"0.032554, 0.050234, 0.113723, 0.415895, 1.701225");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "5.126244, 5.142327, 5.180589, 5.296581, 5.720525",\
|
|
"5.209332, 5.225415, 5.263677, 5.379669, 5.803613",\
|
|
"5.348182, 5.364265, 5.402528, 5.518520, 5.942463",\
|
|
"5.596242, 5.612325, 5.650588, 5.766580, 6.190523",\
|
|
"5.920320, 5.936403, 5.974666, 6.090658, 6.514601");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.031739, 0.042022, 0.073550, 0.203876, 0.779238",\
|
|
"0.031739, 0.042022, 0.073550, 0.203876, 0.779238",\
|
|
"0.031739, 0.042022, 0.073550, 0.203876, 0.779238",\
|
|
"0.031739, 0.042022, 0.073550, 0.203876, 0.779238",\
|
|
"0.031739, 0.042022, 0.073550, 0.203876, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[11] */
|
|
|
|
pin("wb_dat_o[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000988 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "4.853135, 4.872867, 4.929227, 5.156924, 6.088805",\
|
|
"4.972962, 4.992694, 5.049055, 5.276752, 6.208632",\
|
|
"5.181351, 5.201083, 5.257443, 5.485140, 6.417020",\
|
|
"5.625319, 5.645051, 5.701412, 5.929109, 6.860989",\
|
|
"6.501324, 6.521056, 6.577416, 6.805113, 7.736993");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.032486, 0.050171, 0.116630, 0.429794, 1.753954",\
|
|
"0.032486, 0.050171, 0.116630, 0.429794, 1.753954",\
|
|
"0.032486, 0.050171, 0.116630, 0.429794, 1.753954",\
|
|
"0.032486, 0.050171, 0.116630, 0.429794, 1.753954",\
|
|
"0.032486, 0.050171, 0.116630, 0.429794, 1.753954");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "5.091996, 5.108108, 5.148019, 5.264933, 5.701051",\
|
|
"5.211823, 5.227935, 5.267846, 5.384760, 5.820878",\
|
|
"5.420212, 5.436325, 5.476235, 5.593150, 6.029267",\
|
|
"5.864181, 5.880293, 5.920204, 6.037118, 6.473236",\
|
|
"6.740185, 6.756298, 6.796208, 6.913123, 7.349240");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.031705, 0.041991, 0.076551, 0.215611, 0.828462",\
|
|
"0.031705, 0.041991, 0.076551, 0.215611, 0.828462",\
|
|
"0.031705, 0.041991, 0.076551, 0.215611, 0.828462",\
|
|
"0.031705, 0.041991, 0.076551, 0.215611, 0.828462",\
|
|
"0.031705, 0.041991, 0.076551, 0.215611, 0.828462");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "4.845556, 4.865288, 4.920025, 5.141957, 6.062989",\
|
|
"4.928645, 4.948377, 5.003114, 5.225046, 6.146078",\
|
|
"5.067495, 5.087227, 5.141964, 5.363896, 6.284928",\
|
|
"5.315555, 5.335287, 5.390024, 5.611956, 6.532988",\
|
|
"5.639633, 5.659365, 5.714102, 5.936034, 6.857066");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.032486, 0.050171, 0.113600, 0.415830, 1.701055",\
|
|
"0.032486, 0.050171, 0.113600, 0.415830, 1.701055",\
|
|
"0.032486, 0.050171, 0.113600, 0.415830, 1.701055",\
|
|
"0.032486, 0.050171, 0.113600, 0.415830, 1.701055",\
|
|
"0.032486, 0.050171, 0.113600, 0.415830, 1.701055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "5.090470, 5.106582, 5.144865, 5.260872, 5.684856",\
|
|
"5.173558, 5.189670, 5.227953, 5.343960, 5.767944",\
|
|
"5.312408, 5.328521, 5.366804, 5.482810, 5.906795",\
|
|
"5.560468, 5.576580, 5.614863, 5.730870, 6.154854",\
|
|
"5.884546, 5.900659, 5.938941, 6.054948, 6.478932");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.031705, 0.041991, 0.073510, 0.203811, 0.779240",\
|
|
"0.031705, 0.041991, 0.073510, 0.203811, 0.779240",\
|
|
"0.031705, 0.041991, 0.073510, 0.203811, 0.779240",\
|
|
"0.031705, 0.041991, 0.073510, 0.203811, 0.779240",\
|
|
"0.031705, 0.041991, 0.073510, 0.203811, 0.779240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[10] */
|
|
|
|
pin("wb_dat_o[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.909035, 4.928791, 4.985169, 5.212763, 6.144257",\
|
|
"5.028862, 5.048618, 5.104997, 5.332591, 6.264084",\
|
|
"5.237252, 5.257007, 5.313386, 5.540980, 6.472473",\
|
|
"5.681221, 5.700976, 5.757355, 5.984949, 6.916442",\
|
|
"6.557226, 6.576981, 6.633360, 6.860954, 7.792447");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.032420, 0.050109, 0.116599, 0.429630, 1.753757",\
|
|
"0.032420, 0.050109, 0.116599, 0.429630, 1.753757",\
|
|
"0.032420, 0.050109, 0.116599, 0.429630, 1.753757",\
|
|
"0.032420, 0.050109, 0.116599, 0.429630, 1.753757",\
|
|
"0.032420, 0.050109, 0.116599, 0.429630, 1.753757");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.149724, 5.165871, 5.205778, 5.322681, 5.758723",\
|
|
"5.269551, 5.285698, 5.325605, 5.442509, 5.878550",\
|
|
"5.477941, 5.494088, 5.533995, 5.650898, 6.086939",\
|
|
"5.921910, 5.938057, 5.977964, 6.094867, 6.530909",\
|
|
"6.797914, 6.814061, 6.853968, 6.970871, 7.406913");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031652, 0.041960, 0.076512, 0.215532, 0.828116",\
|
|
"0.031652, 0.041960, 0.076512, 0.215532, 0.828116",\
|
|
"0.031652, 0.041960, 0.076512, 0.215532, 0.828116",\
|
|
"0.031652, 0.041960, 0.076512, 0.215532, 0.828116",\
|
|
"0.031652, 0.041960, 0.076512, 0.215532, 0.828116");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.896936, 4.916691, 4.971458, 5.193327, 6.114019",\
|
|
"4.980024, 4.999779, 5.054546, 5.276415, 6.197107",\
|
|
"5.118875, 5.138630, 5.193397, 5.415266, 6.335958",\
|
|
"5.366934, 5.386689, 5.441456, 5.663325, 6.584017",\
|
|
"5.691013, 5.710768, 5.765535, 5.987404, 6.908096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.032420, 0.050109, 0.113592, 0.415764, 1.701223",\
|
|
"0.032420, 0.050109, 0.113592, 0.415764, 1.701223",\
|
|
"0.032420, 0.050109, 0.113592, 0.415764, 1.701223",\
|
|
"0.032420, 0.050109, 0.113592, 0.415764, 1.701223",\
|
|
"0.032420, 0.050109, 0.113592, 0.415764, 1.701223");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "5.148190, 5.164337, 5.202628, 5.318626, 5.742614",\
|
|
"5.231278, 5.247425, 5.285716, 5.401714, 5.825702",\
|
|
"5.370129, 5.386276, 5.424566, 5.540565, 5.964552",\
|
|
"5.618188, 5.634336, 5.672626, 5.788625, 6.212612",\
|
|
"5.942267, 5.958414, 5.996705, 6.112703, 6.536691");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.031652, 0.041960, 0.073494, 0.203817, 0.779238",\
|
|
"0.031652, 0.041960, 0.073494, 0.203817, 0.779238",\
|
|
"0.031652, 0.041960, 0.073494, 0.203817, 0.779238",\
|
|
"0.031652, 0.041960, 0.073494, 0.203817, 0.779238",\
|
|
"0.031652, 0.041960, 0.073494, 0.203817, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[9] */
|
|
|
|
pin("wb_dat_o[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001043 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "4.872271, 4.890093, 4.946434, 5.174156, 6.106112",\
|
|
"4.992098, 5.009920, 5.066262, 5.293983, 6.225940",\
|
|
"5.200487, 5.218309, 5.274651, 5.502373, 6.434329",\
|
|
"5.644456, 5.662278, 5.718620, 5.946342, 6.878298",\
|
|
"6.520460, 6.538282, 6.594624, 6.822346, 7.754302");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.032591, 0.050269, 0.116712, 0.429900, 1.753887",\
|
|
"0.032591, 0.050269, 0.116712, 0.429900, 1.753887",\
|
|
"0.032591, 0.050269, 0.116712, 0.429900, 1.753887",\
|
|
"0.032591, 0.050269, 0.116712, 0.429900, 1.753887",\
|
|
"0.032591, 0.050269, 0.116712, 0.429900, 1.753887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "5.110768, 5.125332, 5.165226, 5.282143, 5.718230",\
|
|
"5.230595, 5.245160, 5.285053, 5.401970, 5.838057",\
|
|
"5.438984, 5.453549, 5.493442, 5.610360, 6.046446",\
|
|
"5.882953, 5.897517, 5.937410, 6.054328, 6.490415",\
|
|
"6.758957, 6.773522, 6.813415, 6.930333, 7.366419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.031777, 0.042040, 0.076592, 0.215645, 0.828463",\
|
|
"0.031777, 0.042040, 0.076592, 0.215645, 0.828463",\
|
|
"0.031777, 0.042040, 0.076592, 0.215645, 0.828463",\
|
|
"0.031777, 0.042040, 0.076592, 0.215645, 0.828463",\
|
|
"0.031777, 0.042040, 0.076592, 0.215645, 0.828463");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "4.865240, 4.884930, 4.939647, 5.161603, 6.082720",\
|
|
"4.948328, 4.968019, 5.022735, 5.244692, 6.165808",\
|
|
"5.087179, 5.106869, 5.161586, 5.383543, 6.304659",\
|
|
"5.335238, 5.354928, 5.409645, 5.631602, 6.552718",\
|
|
"5.659317, 5.679008, 5.733724, 5.955681, 6.876797");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.032591, 0.050269, 0.113679, 0.415933, 1.700987",\
|
|
"0.032591, 0.050269, 0.113679, 0.415933, 1.700987",\
|
|
"0.032591, 0.050269, 0.113679, 0.415933, 1.700987",\
|
|
"0.032591, 0.050269, 0.113679, 0.415933, 1.700987",\
|
|
"0.032591, 0.050269, 0.113679, 0.415933, 1.700987");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "5.106805, 5.122866, 5.161130, 5.277136, 5.701094",\
|
|
"5.189893, 5.205954, 5.244218, 5.360224, 5.784182",\
|
|
"5.328744, 5.344805, 5.383069, 5.499075, 5.923033",\
|
|
"5.576804, 5.592865, 5.631128, 5.747135, 6.171093",\
|
|
"5.900882, 5.916943, 5.955206, 6.071213, 6.495171");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.031777, 0.042040, 0.073548, 0.203843, 0.779241",\
|
|
"0.031777, 0.042040, 0.073548, 0.203843, 0.779241",\
|
|
"0.031777, 0.042040, 0.073548, 0.203843, 0.779241",\
|
|
"0.031777, 0.042040, 0.073548, 0.203843, 0.779241",\
|
|
"0.031777, 0.042040, 0.073548, 0.203843, 0.779241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[8] */
|
|
|
|
pin("wb_dat_o[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001674 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "4.886206, 4.905464, 4.961709, 5.189292, 6.119970",\
|
|
"5.006033, 5.025291, 5.081536, 5.309120, 6.239797",\
|
|
"5.214423, 5.233681, 5.289925, 5.517509, 6.448186",\
|
|
"5.658391, 5.677649, 5.733894, 5.961478, 6.892155",\
|
|
"6.534396, 6.553654, 6.609898, 6.837482, 7.768159");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.033645, 0.051246, 0.117818, 0.430851, 1.753607",\
|
|
"0.033645, 0.051246, 0.117818, 0.430851, 1.753607",\
|
|
"0.033645, 0.051246, 0.117818, 0.430851, 1.753607",\
|
|
"0.033645, 0.051246, 0.117818, 0.430851, 1.753607",\
|
|
"0.033645, 0.051246, 0.117818, 0.430851, 1.753607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "5.120356, 5.135921, 5.175579, 5.292469, 5.728022",\
|
|
"5.240183, 5.255748, 5.295406, 5.412296, 5.847849",\
|
|
"5.448573, 5.464138, 5.503796, 5.620686, 6.056239",\
|
|
"5.892541, 5.908106, 5.947764, 6.064654, 6.500207",\
|
|
"6.768546, 6.784111, 6.823769, 6.940659, 7.376212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.032450, 0.042526, 0.077066, 0.216071, 0.828012",\
|
|
"0.032450, 0.042526, 0.077066, 0.216071, 0.828012",\
|
|
"0.032450, 0.042526, 0.077066, 0.216071, 0.828012",\
|
|
"0.032450, 0.042526, 0.077066, 0.216071, 0.828012",\
|
|
"0.032450, 0.042526, 0.077066, 0.216071, 0.828012");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "4.884249, 4.903507, 4.958130, 5.180002, 6.099932",\
|
|
"4.967337, 4.986595, 5.041218, 5.263090, 6.183020",\
|
|
"5.106188, 5.125446, 5.180068, 5.401940, 6.321871",\
|
|
"5.354248, 5.373506, 5.428128, 5.650000, 6.569931",\
|
|
"5.678326, 5.697584, 5.752207, 5.974079, 6.894009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.033645, 0.051246, 0.114762, 0.416961, 1.701182",\
|
|
"0.033645, 0.051246, 0.114762, 0.416961, 1.701182",\
|
|
"0.033645, 0.051246, 0.114762, 0.416961, 1.701182",\
|
|
"0.033645, 0.051246, 0.114762, 0.416961, 1.701182",\
|
|
"0.033645, 0.051246, 0.114762, 0.416961, 1.701182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "5.118829, 5.134394, 5.172425, 5.288368, 5.711966",\
|
|
"5.201917, 5.217482, 5.255513, 5.371456, 5.795053",\
|
|
"5.340768, 5.356333, 5.394364, 5.510307, 5.933905",\
|
|
"5.588828, 5.604393, 5.642424, 5.758367, 6.181964",\
|
|
"5.912906, 5.928471, 5.966502, 6.082445, 6.506042");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.032450, 0.042526, 0.073998, 0.204343, 0.779239",\
|
|
"0.032450, 0.042526, 0.073998, 0.204343, 0.779239",\
|
|
"0.032450, 0.042526, 0.073998, 0.204343, 0.779239",\
|
|
"0.032450, 0.042526, 0.073998, 0.204343, 0.779239",\
|
|
"0.032450, 0.042526, 0.073998, 0.204343, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[7] */
|
|
|
|
pin("wb_dat_o[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001055 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "4.263164, 4.280961, 4.337326, 4.564979, 5.496543",\
|
|
"4.382991, 4.400788, 4.457153, 4.684806, 5.616370",\
|
|
"4.591380, 4.609178, 4.665543, 4.893196, 5.824759",\
|
|
"5.035348, 5.053146, 5.109511, 5.337164, 6.268728",\
|
|
"5.911354, 5.929152, 5.985517, 6.213170, 7.144733");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.032584, 0.050260, 0.116766, 0.429892, 1.754065",\
|
|
"0.032584, 0.050260, 0.116766, 0.429892, 1.754065",\
|
|
"0.032584, 0.050260, 0.116766, 0.429892, 1.754065",\
|
|
"0.032584, 0.050260, 0.116766, 0.429892, 1.754065",\
|
|
"0.032584, 0.050260, 0.116766, 0.429892, 1.754065");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "4.563734, 4.578249, 4.618135, 4.735044, 5.171109",\
|
|
"4.683561, 4.698076, 4.737962, 4.854871, 5.290936",\
|
|
"4.891950, 4.906466, 4.946352, 5.063261, 5.499326",\
|
|
"5.335919, 5.350434, 5.390320, 5.507229, 5.943295",\
|
|
"6.211923, 6.226439, 6.266325, 6.383234, 6.819299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.031761, 0.042034, 0.076602, 0.215679, 0.828461",\
|
|
"0.031761, 0.042034, 0.076602, 0.215679, 0.828461",\
|
|
"0.031761, 0.042034, 0.076602, 0.215679, 0.828461",\
|
|
"0.031761, 0.042034, 0.076602, 0.215679, 0.828461",\
|
|
"0.031761, 0.042034, 0.076602, 0.215679, 0.828461");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "4.247457, 4.267149, 4.321888, 4.543777, 5.464480",\
|
|
"4.330545, 4.350237, 4.404976, 4.626864, 5.547568",\
|
|
"4.469396, 4.489088, 4.543827, 4.765715, 5.686419",\
|
|
"4.717455, 4.737147, 4.791886, 5.013774, 5.934478",\
|
|
"5.041533, 5.061225, 5.115965, 5.337853, 6.258556");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.032584, 0.050260, 0.113732, 0.415925, 1.701168",\
|
|
"0.032584, 0.050260, 0.113732, 0.415925, 1.701168",\
|
|
"0.032584, 0.050260, 0.113732, 0.415925, 1.701168",\
|
|
"0.032584, 0.050260, 0.113732, 0.415925, 1.701168",\
|
|
"0.032584, 0.050260, 0.113732, 0.415925, 1.701168");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "4.555840, 4.571910, 4.610167, 4.726161, 5.150101",\
|
|
"4.638927, 4.654998, 4.693254, 4.809248, 5.233189",\
|
|
"4.777778, 4.793849, 4.832105, 4.948099, 5.372039",\
|
|
"5.025838, 5.041909, 5.080165, 5.196159, 5.620099",\
|
|
"5.349916, 5.365987, 5.404243, 5.520237, 5.944177");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.031761, 0.042034, 0.073558, 0.203878, 0.779239",\
|
|
"0.031761, 0.042034, 0.073558, 0.203878, 0.779239",\
|
|
"0.031761, 0.042034, 0.073558, 0.203878, 0.779239",\
|
|
"0.031761, 0.042034, 0.073558, 0.203878, 0.779239",\
|
|
"0.031761, 0.042034, 0.073558, 0.203878, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[6] */
|
|
|
|
pin("wb_dat_o[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001377 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "4.831928, 4.849301, 4.905701, 5.133644, 6.065218",\
|
|
"4.951755, 4.969128, 5.025528, 5.253471, 6.185046",\
|
|
"5.160144, 5.177517, 5.233918, 5.461861, 6.393435",\
|
|
"5.604114, 5.621487, 5.677887, 5.905829, 6.837404",\
|
|
"6.480118, 6.497491, 6.553891, 6.781834, 7.713408");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.033126, 0.050751, 0.117489, 0.431205, 1.757017",\
|
|
"0.033126, 0.050751, 0.117489, 0.431205, 1.757017",\
|
|
"0.033126, 0.050751, 0.117489, 0.431205, 1.757017",\
|
|
"0.033126, 0.050751, 0.117489, 0.431205, 1.757017",\
|
|
"0.033126, 0.050751, 0.117489, 0.431205, 1.757017");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "5.080688, 5.095261, 5.135118, 5.252053, 5.688537",\
|
|
"5.200515, 5.215088, 5.254945, 5.371880, 5.808364",\
|
|
"5.408905, 5.423478, 5.463335, 5.580269, 6.016753",\
|
|
"5.852872, 5.867445, 5.907302, 6.024237, 6.460721",\
|
|
"6.728877, 6.743450, 6.783307, 6.900242, 7.336726");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.032111, 0.042273, 0.077011, 0.216594, 0.831213",\
|
|
"0.032111, 0.042273, 0.077011, 0.216594, 0.831213",\
|
|
"0.032111, 0.042273, 0.077011, 0.216594, 0.831213",\
|
|
"0.032111, 0.042273, 0.077011, 0.216594, 0.831213",\
|
|
"0.032111, 0.042273, 0.077011, 0.216594, 0.831213");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "4.827896, 4.847381, 4.902050, 5.123910, 6.044096",\
|
|
"4.910984, 4.930469, 4.985138, 5.206998, 6.127184",\
|
|
"5.049835, 5.069320, 5.123989, 5.345849, 6.266034",\
|
|
"5.297894, 5.317379, 5.372048, 5.593908, 6.514093",\
|
|
"5.621973, 5.641458, 5.696127, 5.917987, 6.838173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.033126, 0.050751, 0.114277, 0.416456, 1.701228",\
|
|
"0.033126, 0.050751, 0.114277, 0.416456, 1.701228",\
|
|
"0.033126, 0.050751, 0.114277, 0.416456, 1.701228",\
|
|
"0.033126, 0.050751, 0.114277, 0.416456, 1.701228",\
|
|
"0.033126, 0.050751, 0.114277, 0.416456, 1.701228");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "5.077907, 5.093735, 5.131856, 5.247820, 5.671580",\
|
|
"5.160995, 5.176823, 5.214944, 5.330908, 5.754668",\
|
|
"5.299845, 5.315673, 5.353795, 5.469759, 5.893518",\
|
|
"5.547905, 5.563733, 5.601854, 5.717819, 6.141578",\
|
|
"5.871983, 5.887811, 5.925932, 6.041897, 6.465656");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.032111, 0.042273, 0.073787, 0.204126, 0.779238",\
|
|
"0.032111, 0.042273, 0.073787, 0.204126, 0.779238",\
|
|
"0.032111, 0.042273, 0.073787, 0.204126, 0.779238",\
|
|
"0.032111, 0.042273, 0.073787, 0.204126, 0.779238",\
|
|
"0.032111, 0.042273, 0.073787, 0.204126, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[5] */
|
|
|
|
pin("wb_dat_o[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001055 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "4.975798, 4.993575, 5.049946, 5.277583, 6.209057",\
|
|
"5.095625, 5.113402, 5.169774, 5.397410, 6.328885",\
|
|
"5.304014, 5.321792, 5.378163, 5.605800, 6.537274",\
|
|
"5.747983, 5.765760, 5.822132, 6.049768, 6.981243",\
|
|
"6.623987, 6.641765, 6.698136, 6.925773, 7.857247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.032577, 0.050253, 0.116773, 0.429885, 1.754109",\
|
|
"0.032577, 0.050253, 0.116773, 0.429885, 1.754109",\
|
|
"0.032577, 0.050253, 0.116773, 0.429885, 1.754109",\
|
|
"0.032577, 0.050253, 0.116773, 0.429885, 1.754109",\
|
|
"0.032577, 0.050253, 0.116773, 0.429885, 1.754109");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "5.213593, 5.228083, 5.267969, 5.384875, 5.820938",\
|
|
"5.333420, 5.347910, 5.387796, 5.504703, 5.940765",\
|
|
"5.541810, 5.556299, 5.596185, 5.713092, 6.149154",\
|
|
"5.985777, 6.000267, 6.040153, 6.157060, 6.593122",\
|
|
"6.861783, 6.876272, 6.916158, 7.033065, 7.469127");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.031754, 0.042031, 0.076603, 0.215685, 0.828460",\
|
|
"0.031754, 0.042031, 0.076603, 0.215685, 0.828460",\
|
|
"0.031754, 0.042031, 0.076603, 0.215685, 0.828460",\
|
|
"0.031754, 0.042031, 0.076603, 0.215685, 0.828460",\
|
|
"0.031754, 0.042031, 0.076603, 0.215685, 0.828460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "4.963127, 4.982821, 5.037567, 5.259439, 6.180048",\
|
|
"5.046215, 5.065909, 5.120655, 5.342526, 6.263135",\
|
|
"5.185066, 5.204760, 5.259505, 5.481377, 6.401986",\
|
|
"5.433125, 5.452819, 5.507565, 5.729437, 6.650046",\
|
|
"5.757205, 5.776898, 5.831644, 6.053516, 6.974125");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.032577, 0.050253, 0.113740, 0.415918, 1.701213",\
|
|
"0.032577, 0.050253, 0.113740, 0.415918, 1.701213",\
|
|
"0.032577, 0.050253, 0.113740, 0.415918, 1.701213",\
|
|
"0.032577, 0.050253, 0.113740, 0.415918, 1.701213",\
|
|
"0.032577, 0.050253, 0.113740, 0.415918, 1.701213");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "5.204027, 5.220102, 5.258358, 5.374349, 5.798287",\
|
|
"5.287115, 5.303190, 5.341446, 5.457438, 5.881375",\
|
|
"5.425966, 5.442041, 5.480297, 5.596288, 6.020226",\
|
|
"5.674025, 5.690100, 5.728356, 5.844347, 6.268285",\
|
|
"5.998104, 6.014179, 6.052434, 6.168426, 6.592364");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.031754, 0.042031, 0.073558, 0.203883, 0.779238",\
|
|
"0.031754, 0.042031, 0.073558, 0.203883, 0.779238",\
|
|
"0.031754, 0.042031, 0.073558, 0.203883, 0.779238",\
|
|
"0.031754, 0.042031, 0.073558, 0.203883, 0.779238",\
|
|
"0.031754, 0.042031, 0.073558, 0.203883, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[4] */
|
|
|
|
pin("wb_dat_o[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "4.849621, 4.869405, 4.925787, 5.153391, 6.084990",\
|
|
"4.969449, 4.989233, 5.045615, 5.273219, 6.204817",\
|
|
"5.177838, 5.197622, 5.254004, 5.481608, 6.413206",\
|
|
"5.621806, 5.641590, 5.697972, 5.925576, 6.857174",\
|
|
"6.497810, 6.517594, 6.573977, 6.801580, 7.733179");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.032350, 0.050045, 0.116522, 0.429560, 1.753733",\
|
|
"0.032350, 0.050045, 0.116522, 0.429560, 1.753733",\
|
|
"0.032350, 0.050045, 0.116522, 0.429560, 1.753733",\
|
|
"0.032350, 0.050045, 0.116522, 0.429560, 1.753733",\
|
|
"0.032350, 0.050045, 0.116522, 0.429560, 1.753733");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "5.096510, 5.112689, 5.152611, 5.269516, 5.705587",\
|
|
"5.216337, 5.232517, 5.272438, 5.389343, 5.825415",\
|
|
"5.424726, 5.440906, 5.480827, 5.597732, 6.033803",\
|
|
"5.868695, 5.884874, 5.924796, 6.041701, 6.477772",\
|
|
"6.744699, 6.760879, 6.800800, 6.917705, 7.353776");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.031609, 0.041928, 0.076480, 0.215495, 0.828117",\
|
|
"0.031609, 0.041928, 0.076480, 0.215495, 0.828117",\
|
|
"0.031609, 0.041928, 0.076480, 0.215495, 0.828117",\
|
|
"0.031609, 0.041928, 0.076480, 0.215495, 0.828117",\
|
|
"0.031609, 0.041928, 0.076480, 0.215495, 0.828117");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "4.844922, 4.864706, 4.919478, 5.141357, 6.062155",\
|
|
"4.928010, 4.947794, 5.002566, 5.224445, 6.145243",\
|
|
"5.066861, 5.086645, 5.141417, 5.363296, 6.284093",\
|
|
"5.314920, 5.334704, 5.389476, 5.611355, 6.532153",\
|
|
"5.638999, 5.658782, 5.713555, 5.935434, 6.856231");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.032350, 0.050045, 0.113517, 0.415696, 1.701198",\
|
|
"0.032350, 0.050045, 0.113517, 0.415696, 1.701198",\
|
|
"0.032350, 0.050045, 0.113517, 0.415696, 1.701198",\
|
|
"0.032350, 0.050045, 0.113517, 0.415696, 1.701198",\
|
|
"0.032350, 0.050045, 0.113517, 0.415696, 1.701198");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "5.094976, 5.111156, 5.149463, 5.265466, 5.689479",\
|
|
"5.178064, 5.194243, 5.232551, 5.348554, 5.772567",\
|
|
"5.316916, 5.333095, 5.371402, 5.487405, 5.911418",\
|
|
"5.564975, 5.581154, 5.619461, 5.735465, 6.159477",\
|
|
"5.889053, 5.905232, 5.943540, 6.059543, 6.483556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.031609, 0.041928, 0.073463, 0.203781, 0.779239",\
|
|
"0.031609, 0.041928, 0.073463, 0.203781, 0.779239",\
|
|
"0.031609, 0.041928, 0.073463, 0.203781, 0.779239",\
|
|
"0.031609, 0.041928, 0.073463, 0.203781, 0.779239",\
|
|
"0.031609, 0.041928, 0.073463, 0.203781, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[3] */
|
|
|
|
pin("wb_dat_o[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001003 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "5.008137, 5.027866, 5.084243, 5.311892, 6.243489",\
|
|
"5.127964, 5.147694, 5.204071, 5.431719, 6.363317",\
|
|
"5.336357, 5.356085, 5.412462, 5.640111, 6.571709",\
|
|
"5.780420, 5.800149, 5.856526, 6.084175, 7.015772",\
|
|
"6.656700, 6.676429, 6.732806, 6.960454, 7.892052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.032492, 0.050175, 0.116676, 0.429797, 1.754077",\
|
|
"0.032492, 0.050175, 0.116676, 0.429797, 1.754077",\
|
|
"0.032492, 0.050175, 0.116676, 0.429797, 1.754077",\
|
|
"0.032492, 0.050175, 0.116676, 0.429797, 1.754077",\
|
|
"0.032492, 0.050175, 0.116676, 0.429797, 1.754077");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "5.251717, 5.267831, 5.307735, 5.424645, 5.860744",\
|
|
"5.371544, 5.387658, 5.427563, 5.544473, 5.980571",\
|
|
"5.579936, 5.596050, 5.635954, 5.752864, 6.188963",\
|
|
"6.024000, 6.040114, 6.080019, 6.196929, 6.633027",\
|
|
"6.900280, 6.916394, 6.956298, 7.073208, 7.509307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.031701, 0.041992, 0.076560, 0.215637, 0.828459",\
|
|
"0.031701, 0.041992, 0.076560, 0.215637, 0.828459",\
|
|
"0.031701, 0.041992, 0.076560, 0.215637, 0.828459",\
|
|
"0.031701, 0.041992, 0.076560, 0.215637, 0.828459",\
|
|
"0.031701, 0.041992, 0.076560, 0.215637, 0.828459");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "5.005352, 5.025081, 5.079833, 5.301717, 6.222452",\
|
|
"5.088440, 5.108169, 5.162921, 5.384805, 6.305540",\
|
|
"5.227293, 5.247022, 5.301774, 5.523658, 6.444393",\
|
|
"5.475448, 5.495177, 5.549929, 5.771812, 6.692547",\
|
|
"5.799801, 5.819530, 5.874282, 6.096166, 7.016901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.032492, 0.050175, 0.113648, 0.415835, 1.701182",\
|
|
"0.032492, 0.050175, 0.113648, 0.415835, 1.701182",\
|
|
"0.032492, 0.050175, 0.113648, 0.415835, 1.701182",\
|
|
"0.032492, 0.050175, 0.113648, 0.415835, 1.701182",\
|
|
"0.032492, 0.050175, 0.113648, 0.415835, 1.701182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "5.250190, 5.266304, 5.304579, 5.420577, 5.844546",\
|
|
"5.333278, 5.349392, 5.387668, 5.503665, 5.927634",\
|
|
"5.472132, 5.488246, 5.526521, 5.642519, 6.066488",\
|
|
"5.720286, 5.736400, 5.774675, 5.890673, 6.314642",\
|
|
"6.044640, 6.060754, 6.099030, 6.215027, 6.638996");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.031701, 0.041992, 0.073521, 0.203840, 0.779239",\
|
|
"0.031701, 0.041992, 0.073521, 0.203840, 0.779239",\
|
|
"0.031701, 0.041992, 0.073521, 0.203840, 0.779239",\
|
|
"0.031701, 0.041992, 0.073521, 0.203840, 0.779239",\
|
|
"0.031701, 0.041992, 0.073521, 0.203840, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[2] */
|
|
|
|
pin("wb_dat_o[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "4.987757, 5.007542, 5.063924, 5.291526, 6.223111",\
|
|
"5.107584, 5.127369, 5.183752, 5.411354, 6.342938",\
|
|
"5.315977, 5.335761, 5.392144, 5.619746, 6.551331",\
|
|
"5.760040, 5.779824, 5.836207, 6.063809, 6.995394",\
|
|
"6.636320, 6.656105, 6.712487, 6.940089, 7.871674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.032349, 0.050044, 0.116523, 0.429559, 1.753740",\
|
|
"0.032349, 0.050044, 0.116523, 0.429559, 1.753740",\
|
|
"0.032349, 0.050044, 0.116523, 0.429559, 1.753740",\
|
|
"0.032349, 0.050044, 0.116523, 0.429559, 1.753740",\
|
|
"0.032349, 0.050044, 0.116523, 0.429559, 1.753740");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "5.233176, 5.249357, 5.289278, 5.406183, 5.842253",\
|
|
"5.353004, 5.369184, 5.409105, 5.526010, 5.962080",\
|
|
"5.561395, 5.577576, 5.617496, 5.734402, 6.170473",\
|
|
"6.005459, 6.021640, 6.061561, 6.178466, 6.614537",\
|
|
"6.881740, 6.897920, 6.937841, 7.054746, 7.490817");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.031607, 0.041928, 0.076480, 0.215496, 0.828117",\
|
|
"0.031607, 0.041928, 0.076480, 0.215496, 0.828117",\
|
|
"0.031607, 0.041928, 0.076480, 0.215496, 0.828117",\
|
|
"0.031607, 0.041928, 0.076480, 0.215496, 0.828117",\
|
|
"0.031607, 0.041928, 0.076480, 0.215496, 0.828117");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "4.985444, 5.005228, 5.060001, 5.281878, 6.202662",\
|
|
"5.068531, 5.088315, 5.143088, 5.364965, 6.285749",\
|
|
"5.207385, 5.227169, 5.281942, 5.503819, 6.424603",\
|
|
"5.455539, 5.475323, 5.530096, 5.751973, 6.672757",\
|
|
"5.779893, 5.799677, 5.854450, 6.076327, 6.997111");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.032349, 0.050044, 0.113518, 0.415695, 1.701205",\
|
|
"0.032349, 0.050044, 0.113518, 0.415695, 1.701205",\
|
|
"0.032349, 0.050044, 0.113518, 0.415695, 1.701205",\
|
|
"0.032349, 0.050044, 0.113518, 0.415695, 1.701205",\
|
|
"0.032349, 0.050044, 0.113518, 0.415695, 1.701205");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "5.231650, 5.247830, 5.286137, 5.402141, 5.826152",\
|
|
"5.314738, 5.330918, 5.369225, 5.485229, 5.909240",\
|
|
"5.453591, 5.469772, 5.508079, 5.624082, 6.048094",\
|
|
"5.701746, 5.717927, 5.756234, 5.872237, 6.296249",\
|
|
"6.026100, 6.042281, 6.080587, 6.196591, 6.620603");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.031607, 0.041928, 0.073463, 0.203782, 0.779238",\
|
|
"0.031607, 0.041928, 0.073463, 0.203782, 0.779238",\
|
|
"0.031607, 0.041928, 0.073463, 0.203782, 0.779238",\
|
|
"0.031607, 0.041928, 0.073463, 0.203782, 0.779238",\
|
|
"0.031607, 0.041928, 0.073463, 0.203782, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[1] */
|
|
|
|
pin("wb_dat_o[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "4.965381, 4.985129, 5.041512, 5.269156, 6.200762",\
|
|
"5.085207, 5.104956, 5.161339, 5.388984, 6.320589",\
|
|
"5.293599, 5.313348, 5.369731, 5.597375, 6.528980",\
|
|
"5.737649, 5.757398, 5.813781, 6.041425, 6.973030",\
|
|
"6.613889, 6.633637, 6.690021, 6.917665, 7.849270");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.032442, 0.050129, 0.116632, 0.429748, 1.754091",\
|
|
"0.032442, 0.050129, 0.116632, 0.429748, 1.754091",\
|
|
"0.032442, 0.050129, 0.116632, 0.429748, 1.754091",\
|
|
"0.032442, 0.050129, 0.116632, 0.429748, 1.754091",\
|
|
"0.032442, 0.050129, 0.116632, 0.429748, 1.754091");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "5.212069, 5.228207, 5.268120, 5.385029, 5.821145",\
|
|
"5.331896, 5.348034, 5.387948, 5.504856, 5.940972",\
|
|
"5.540287, 5.556425, 5.596339, 5.713247, 6.149364",\
|
|
"5.984336, 6.000474, 6.040388, 6.157297, 6.593413",\
|
|
"6.860576, 6.876714, 6.916628, 7.033536, 7.469653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031669, 0.041969, 0.076540, 0.215618, 0.828460",\
|
|
"0.031669, 0.041969, 0.076540, 0.215618, 0.828460",\
|
|
"0.031669, 0.041969, 0.076540, 0.215618, 0.828460",\
|
|
"0.031669, 0.041969, 0.076540, 0.215618, 0.828460",\
|
|
"0.031669, 0.041969, 0.076540, 0.215618, 0.828460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "4.949920, 4.969669, 5.024428, 5.246308, 6.167048",\
|
|
"5.033008, 5.052757, 5.107516, 5.329396, 6.250136",\
|
|
"5.171861, 5.191610, 5.246369, 5.468249, 6.388989",\
|
|
"5.420002, 5.439751, 5.494510, 5.716390, 6.637130",\
|
|
"5.744315, 5.764064, 5.818823, 6.040703, 6.961443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.032442, 0.050129, 0.113605, 0.415786, 1.701195",\
|
|
"0.032442, 0.050129, 0.113605, 0.415786, 1.701195",\
|
|
"0.032442, 0.050129, 0.113605, 0.415786, 1.701195",\
|
|
"0.032442, 0.050129, 0.113605, 0.415786, 1.701195",\
|
|
"0.032442, 0.050129, 0.113605, 0.415786, 1.701195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "5.203030, 5.219168, 5.257453, 5.373453, 5.797436",\
|
|
"5.286118, 5.302256, 5.340541, 5.456541, 5.880524",\
|
|
"5.424971, 5.441109, 5.479394, 5.595394, 6.019377",\
|
|
"5.673111, 5.689249, 5.727534, 5.843534, 6.267517",\
|
|
"5.997425, 6.013563, 6.051848, 6.167847, 6.591830");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031669, 0.041969, 0.073501, 0.203821, 0.779239",\
|
|
"0.031669, 0.041969, 0.073501, 0.203821, 0.779239",\
|
|
"0.031669, 0.041969, 0.073501, 0.203821, 0.779239",\
|
|
"0.031669, 0.041969, 0.073501, 0.203821, 0.779239",\
|
|
"0.031669, 0.041969, 0.073501, 0.203821, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[0] */
|
|
} /* end of bus wb_dat_o */
|
|
bus ( wb_sel_i ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : input ;
|
|
|
|
pin("wb_sel_i[3]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005573 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.690462, 1.607374, 1.468523, 1.220427, 0.896166",\
|
|
"1.791042, 1.707954, 1.569102, 1.321007, 0.996746",\
|
|
"1.948259, 1.865171, 1.726319, 1.478224, 1.153963",\
|
|
"2.239326, 2.156238, 2.017386, 1.769291, 1.445030",\
|
|
"2.755627, 2.672539, 2.533687, 2.285592, 1.961331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.003236, 0.920148, 0.781296, 0.533201, 0.208940",\
|
|
"1.107505, 1.024417, 0.885566, 0.637470, 0.313209",\
|
|
"1.271199, 1.188111, 1.049260, 0.801164, 0.476903",\
|
|
"1.562530, 1.479442, 1.340590, 1.092495, 0.768234",\
|
|
"2.026732, 1.943644, 1.804792, 1.556697, 1.232436");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.083579, 0.203407, 0.411796, 0.855801, 1.731988",\
|
|
"-0.017000, 0.102827, 0.311217, 0.755222, 1.631409",\
|
|
"-0.173923, -0.054096, 0.154294, 0.598299, 1.474486",\
|
|
"-0.463293, -0.343466, -0.135076, 0.308929, 1.185116",\
|
|
"-0.975918, -0.856091, -0.647701, -0.203696, 0.672491");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.164401, -0.044573, 0.163816, 0.607821, 1.484008",\
|
|
"-0.268671, -0.148843, 0.059547, 0.503551, 1.379738",\
|
|
"-0.432298, -0.312471, -0.104081, 0.339923, 1.216111",\
|
|
"-0.721939, -0.602111, -0.393721, 0.050283, 0.926470",\
|
|
"-1.182369, -1.062541, -0.854151, -0.410147, 0.466040");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[3] */
|
|
|
|
pin("wb_sel_i[2]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004179 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.188956, 1.105868, 0.967017, 0.718921, 0.394660",\
|
|
"1.290783, 1.207695, 1.068843, 0.820748, 0.496487",\
|
|
"1.425616, 1.342528, 1.203677, 0.955581, 0.631320",\
|
|
"1.664464, 1.581376, 1.442525, 1.194429, 0.870168",\
|
|
"2.049032, 1.965944, 1.827093, 1.578997, 1.254736");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.941704, 0.858616, 0.719765, 0.471669, 0.147408",\
|
|
"1.044010, 0.960922, 0.822071, 0.573975, 0.249714",\
|
|
"1.245166, 1.162078, 1.023226, 0.775131, 0.450870",\
|
|
"1.663841, 1.580753, 1.441901, 1.193806, 0.869545",\
|
|
"2.395481, 2.312393, 2.173542, 1.925446, 1.601185");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.241570, -0.121742, 0.086648, 0.530652, 1.406839",\
|
|
"-0.343396, -0.223569, -0.015179, 0.428826, 1.305013",\
|
|
"-0.478230, -0.358402, -0.150012, 0.293992, 1.170179",\
|
|
"-0.717078, -0.597251, -0.388861, 0.055144, 0.931331",\
|
|
"-1.101646, -0.981818, -0.773428, -0.329424, 0.546763");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.251540, -0.131712, 0.076677, 0.520682, 1.396867",\
|
|
"-0.353846, -0.234018, -0.025628, 0.418376, 1.294562",\
|
|
"-0.555001, -0.435174, -0.226784, 0.217220, 1.093406",\
|
|
"-0.973676, -0.853849, -0.645459, -0.201455, 0.674731",\
|
|
"-1.705317, -1.585489, -1.377099, -0.933095, -0.056910");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[2] */
|
|
|
|
pin("wb_sel_i[1]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004161 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.861313, 1.778225, 1.639374, 1.391278, 1.067017",\
|
|
"1.963253, 1.880165, 1.741314, 1.493218, 1.168957",\
|
|
"2.098140, 2.015052, 1.876200, 1.628105, 1.303844",\
|
|
"2.336587, 2.253499, 2.114647, 1.866552, 1.542291",\
|
|
"2.723086, 2.639998, 2.501147, 2.253051, 1.928790");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.214407, 1.131319, 0.992467, 0.744372, 0.420111",\
|
|
"1.316818, 1.233730, 1.094879, 0.846783, 0.522522",\
|
|
"1.517931, 1.434843, 1.295992, 1.047896, 0.723635",\
|
|
"1.938131, 1.855043, 1.716192, 1.468096, 1.143835",\
|
|
"2.673357, 2.590269, 2.451417, 2.203321, 1.879061");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.323466, -0.203639, 0.004751, 0.448756, 1.324943",\
|
|
"-0.425407, -0.305579, -0.097189, 0.346815, 1.223002",\
|
|
"-0.560293, -0.440466, -0.232076, 0.211929, 1.088116",\
|
|
"-0.798740, -0.678913, -0.470523, -0.026518, 0.849669",\
|
|
"-1.185240, -1.065412, -0.857022, -0.413018, 0.463169");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.524890, -0.405063, -0.196673, 0.247331, 1.123517",\
|
|
"-0.627302, -0.507474, -0.299084, 0.144920, 1.021106",\
|
|
"-0.828415, -0.708588, -0.500198, -0.056194, 0.819992",\
|
|
"-1.248615, -1.128788, -0.920398, -0.476394, 0.399792",\
|
|
"-1.983840, -1.864013, -1.655623, -1.211619, -0.335433");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[1] */
|
|
|
|
pin("wb_sel_i[0]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004961 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.113919, 1.030831, 0.891980, 0.643884, 0.319623",\
|
|
"1.214535, 1.131447, 0.992596, 0.744500, 0.420239",\
|
|
"1.371697, 1.288609, 1.149758, 0.901662, 0.577401",\
|
|
"1.661318, 1.578230, 1.439378, 1.191283, 0.867022",\
|
|
"2.175343, 2.092255, 1.953403, 1.705307, 1.381047");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.033617, 0.950529, 0.811677, 0.563581, 0.239321",\
|
|
"1.137906, 1.054818, 0.915967, 0.667871, 0.343610",\
|
|
"1.301383, 1.218295, 1.079444, 0.831348, 0.507087",\
|
|
"1.590636, 1.507548, 1.368696, 1.120601, 0.796340",\
|
|
"2.050127, 1.967039, 1.828188, 1.580092, 1.255831");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.393302, -0.273475, -0.065085, 0.378920, 1.255107",\
|
|
"-0.493918, -0.374091, -0.165701, 0.278304, 1.154491",\
|
|
"-0.651080, -0.531253, -0.322863, 0.121142, 0.997329",\
|
|
"-0.940701, -0.820873, -0.612483, -0.168479, 0.707708",\
|
|
"-1.455261, -1.335434, -1.127044, -0.683040, 0.193148");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.271064, -0.151236, 0.057153, 0.501158, 1.377343",\
|
|
"-0.375353, -0.255526, -0.047136, 0.396868, 1.273054",\
|
|
"-0.538830, -0.419003, -0.210613, 0.233391, 1.109577",\
|
|
"-0.828083, -0.708256, -0.499866, -0.055862, 0.820324",\
|
|
"-1.287575, -1.167747, -0.959357, -0.515353, 0.360832");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[0] */
|
|
} /* end of bus wb_sel_i */
|
|
|
|
pin("wbbd_sck") {
|
|
direction : internal ;
|
|
clock : true ;
|
|
max_transition : 1.501403 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.348826 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.865600, 1.985427, 2.193820, 2.637852, 3.514063");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.248127, 0.248127, 0.248127, 0.248127, 0.248127");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.016646, 2.136473, 2.344865, 2.788898, 3.665108");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.203917, 0.203917, 0.203917, 0.203917, 0.203917");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.864074, 1.947162, 2.086016, 2.334139, 2.658423");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.248127, 0.248127, 0.248127, 0.248127, 0.248127");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.015120, 2.098207, 2.237062, 2.485184, 2.809469");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.203917, 0.203917, 0.203917, 0.203917, 0.203917");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|