mirror of https://github.com/efabless/caravel.git
30779 lines
1.3 MiB
30779 lines
1.3 MiB
|
|
library("housekeeping.ff") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Tue Oct 18 15:33:34 2022" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.9500 ;
|
|
nom_temperature : -40.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ff_1.95v_-40C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.9500 ;
|
|
temperature : -40.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ff_1.95v_-40C" ;
|
|
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 : 77444.414062 ;
|
|
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("debug_in") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001488 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_in;
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.302872, 0.311319, 0.337272, 0.432399, 0.886088",\
|
|
"0.333302, 0.341749, 0.367702, 0.462829, 0.916518",\
|
|
"0.349068, 0.357515, 0.383468, 0.478595, 0.921510",\
|
|
"0.357227, 0.365674, 0.391627, 0.486754, 0.921510",\
|
|
"0.357227, 0.365674, 0.391627, 0.486754, 0.921510");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.016054, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016054, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016054, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016055, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016057, 0.024205, 0.054539, 0.191642, 0.862335");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.307460, 0.313973, 0.331347, 0.376512, 0.570521",\
|
|
"0.356380, 0.362893, 0.380267, 0.425433, 0.619441",\
|
|
"0.405156, 0.411669, 0.429043, 0.474208, 0.668217",\
|
|
"0.483639, 0.490152, 0.507526, 0.552691, 0.746700",\
|
|
"0.619945, 0.626458, 0.643832, 0.688997, 0.883005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.014783, 0.019218, 0.032501, 0.086238, 0.346833",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.346833",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.346833",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.346833",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.346833");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.302872, 0.311319, 0.337272, 0.432399, 0.886088",\
|
|
"0.333302, 0.341749, 0.367702, 0.462829, 0.916518",\
|
|
"0.338293, 0.346740, 0.372694, 0.467821, 0.921510",\
|
|
"0.338293, 0.346740, 0.372694, 0.467821, 0.921510",\
|
|
"0.338293, 0.346740, 0.372694, 0.467821, 0.921510");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.016054, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016054, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016054, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016055, 0.024203, 0.054538, 0.191642, 0.862336",\
|
|
"0.016057, 0.024205, 0.054539, 0.191642, 0.862335");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.307460, 0.313973, 0.331347, 0.376512, 0.570521",\
|
|
"0.356380, 0.362893, 0.380267, 0.425433, 0.619441",\
|
|
"0.405156, 0.411669, 0.429043, 0.474208, 0.668217",\
|
|
"0.483639, 0.490152, 0.507526, 0.552691, 0.746700",\
|
|
"0.619945, 0.626458, 0.643832, 0.688997, 0.883005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.014783, 0.019218, 0.032501, 0.086238, 0.344848",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.344848",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.344848",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.344848",\
|
|
"0.014783, 0.019218, 0.032501, 0.086238, 0.344848");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.381485, 0.389934, 0.415889, 0.511017, 0.933480",\
|
|
"0.381485, 0.389934, 0.415889, 0.511017, 0.933480",\
|
|
"0.381485, 0.389934, 0.415889, 0.511017, 0.933480",\
|
|
"0.369629, 0.378078, 0.404034, 0.499161, 0.933480",\
|
|
"0.306335, 0.314785, 0.340741, 0.435868, 0.889558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.016069, 0.024215, 0.054544, 0.191643, 0.862335",\
|
|
"0.016069, 0.024215, 0.054544, 0.191643, 0.862335",\
|
|
"0.016069, 0.024216, 0.054544, 0.191643, 0.862335",\
|
|
"0.016069, 0.024216, 0.054545, 0.191643, 0.862335",\
|
|
"0.016072, 0.024218, 0.054546, 0.191643, 0.862334");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.326992, 0.333506, 0.350884, 0.396046, 0.590052",\
|
|
"0.378454, 0.384968, 0.402346, 0.447507, 0.641514",\
|
|
"0.439726, 0.446240, 0.463618, 0.508780, 0.702787",\
|
|
"0.545151, 0.551665, 0.569043, 0.614205, 0.808211",\
|
|
"0.732534, 0.739048, 0.756425, 0.801587, 0.995594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.014781, 0.019218, 0.032498, 0.086238, 0.346835",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.346835",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.346835",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.346834",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.346834");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.350066, 0.358515, 0.384470, 0.479598, 0.933287",\
|
|
"0.350066, 0.358515, 0.384470, 0.479598, 0.933287",\
|
|
"0.350066, 0.358515, 0.384470, 0.479598, 0.933287",\
|
|
"0.350066, 0.358515, 0.384470, 0.479598, 0.933287",\
|
|
"0.306335, 0.314785, 0.340741, 0.435868, 0.889558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.016068, 0.024215, 0.054544, 0.191643, 0.862334",\
|
|
"0.016068, 0.024215, 0.054544, 0.191643, 0.862334",\
|
|
"0.016068, 0.024215, 0.054544, 0.191643, 0.862334",\
|
|
"0.016069, 0.024215, 0.054544, 0.191643, 0.862334",\
|
|
"0.016072, 0.024218, 0.054546, 0.191643, 0.862334");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.324221, 0.330735, 0.348113, 0.393274, 0.587281",\
|
|
"0.375682, 0.382197, 0.399575, 0.444736, 0.638743",\
|
|
"0.437139, 0.443653, 0.461031, 0.506193, 0.700200",\
|
|
"0.542991, 0.549505, 0.566883, 0.612044, 0.806051",\
|
|
"0.730904, 0.737418, 0.754795, 0.799957, 0.993964");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.014781, 0.019218, 0.032498, 0.086238, 0.344850",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.344850",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.344850",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.344849",\
|
|
"0.014781, 0.019218, 0.032498, 0.086238, 0.344849");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una_min*/
|
|
|
|
} /* end of pin debug_in */
|
|
|
|
pin("debug_mode") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002663 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_mode;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002727 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_oeb;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002671 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_out;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001811 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk;
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.406067, 0.492450, 0.600833, 0.702554, 1.302789",\
|
|
"0.437746, 0.524128, 0.632511, 0.734233, 1.334468",\
|
|
"0.454186, 0.540569, 0.648952, 0.750673, 1.337194",\
|
|
"0.462173, 0.548555, 0.656938, 0.758659, 1.337194",\
|
|
"0.462173, 0.548555, 0.656938, 0.758659, 1.337194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.020068, 0.129154, 0.287376, 0.435870, 1.312689",\
|
|
"0.020068, 0.129154, 0.287376, 0.435870, 1.312689",\
|
|
"0.020068, 0.129154, 0.287376, 0.435870, 1.312689",\
|
|
"0.020068, 0.129154, 0.287376, 0.435870, 1.312689",\
|
|
"0.020069, 0.129154, 0.287376, 0.435870, 1.312689");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.438553, 0.501229, 0.563390, 0.623339, 0.968781",\
|
|
"0.486965, 0.549640, 0.611801, 0.671751, 1.017193",\
|
|
"0.542182, 0.604858, 0.667019, 0.726968, 1.072410",\
|
|
"0.636267, 0.698943, 0.761104, 0.821053, 1.166496",\
|
|
"0.790664, 0.853340, 0.915501, 0.975450, 1.320893");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.017594, 0.078364, 0.161786, 0.241761, 0.722540",\
|
|
"0.017594, 0.078364, 0.161786, 0.241761, 0.722540",\
|
|
"0.017594, 0.078364, 0.161787, 0.241761, 0.722540",\
|
|
"0.017594, 0.078364, 0.161787, 0.241762, 0.722540",\
|
|
"0.017594, 0.078364, 0.161787, 0.241762, 0.722540");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.406067, 0.492450, 0.600833, 0.702554, 1.302789",\
|
|
"0.437746, 0.524128, 0.632511, 0.734233, 1.334468",\
|
|
"0.440472, 0.526855, 0.635238, 0.736959, 1.337194",\
|
|
"0.440472, 0.526855, 0.635238, 0.736959, 1.337194",\
|
|
"0.440472, 0.526855, 0.635238, 0.736959, 1.337194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.020068, 0.129154, 0.287376, 0.435870, 1.312687",\
|
|
"0.020068, 0.129154, 0.287376, 0.435870, 1.312687",\
|
|
"0.020068, 0.129154, 0.287376, 0.435870, 1.312687",\
|
|
"0.020068, 0.129154, 0.287376, 0.435870, 1.312687",\
|
|
"0.020069, 0.129154, 0.287376, 0.435870, 1.312687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.438218, 0.500894, 0.563055, 0.623004, 0.968447",\
|
|
"0.486630, 0.549306, 0.611467, 0.671416, 1.016859",\
|
|
"0.542182, 0.604858, 0.667019, 0.726968, 1.072410",\
|
|
"0.636267, 0.698943, 0.761104, 0.821053, 1.166496",\
|
|
"0.790664, 0.853340, 0.915501, 0.975450, 1.320893");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.090538, 0.211811, 0.325650, 1.000000");
|
|
values ( "0.017594, 0.078364, 0.161786, 0.241761, 0.722538",\
|
|
"0.017594, 0.078364, 0.161786, 0.241761, 0.722538",\
|
|
"0.017594, 0.078364, 0.161786, 0.241761, 0.722538",\
|
|
"0.017594, 0.078364, 0.161786, 0.241761, 0.722538",\
|
|
"0.017594, 0.078364, 0.161786, 0.241761, 0.722538");
|
|
}
|
|
|
|
} /* 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.001426 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk_oeb;
|
|
} /* end of pin pad_flash_clk_oeb */
|
|
|
|
pin("pad_flash_csb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000789 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.494005, 0.502762, 0.528863, 0.624030, 1.046970",\
|
|
"0.494005, 0.502762, 0.528863, 0.624030, 1.046970",\
|
|
"0.494005, 0.502762, 0.528863, 0.624030, 1.046970",\
|
|
"0.482187, 0.490944, 0.517045, 0.612212, 1.046970",\
|
|
"0.419830, 0.428587, 0.454688, 0.549856, 1.004025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.016043, 0.024155, 0.054207, 0.191149, 0.862549",\
|
|
"0.016043, 0.024155, 0.054207, 0.191149, 0.862549",\
|
|
"0.016043, 0.024155, 0.054207, 0.191149, 0.862549",\
|
|
"0.016043, 0.024155, 0.054207, 0.191149, 0.862549",\
|
|
"0.016045, 0.024157, 0.054208, 0.191149, 0.862549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.457591, 0.464286, 0.481686, 0.526935, 0.721261",\
|
|
"0.509071, 0.515767, 0.533167, 0.578416, 0.772742",\
|
|
"0.569988, 0.576683, 0.594083, 0.639332, 0.833659",\
|
|
"0.675117, 0.681812, 0.699212, 0.744461, 0.938787",\
|
|
"0.863518, 0.870213, 0.887612, 0.932862, 1.127188");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014425, 0.018959, 0.032362, 0.086092, 0.346979",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.346979",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.346979",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.346979",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.346979");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.462776, 0.471533, 0.497634, 0.592801, 1.046970",\
|
|
"0.462776, 0.471533, 0.497634, 0.592801, 1.046970",\
|
|
"0.462776, 0.471533, 0.497634, 0.592801, 1.046970",\
|
|
"0.462776, 0.471533, 0.497634, 0.592801, 1.046970",\
|
|
"0.419830, 0.428587, 0.454688, 0.549856, 1.004025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.016043, 0.024155, 0.054207, 0.191149, 0.862548",\
|
|
"0.016043, 0.024155, 0.054207, 0.191149, 0.862548",\
|
|
"0.016043, 0.024155, 0.054207, 0.191149, 0.862548",\
|
|
"0.016043, 0.024155, 0.054207, 0.191149, 0.862548",\
|
|
"0.016045, 0.024157, 0.054208, 0.191149, 0.862548");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.452945, 0.459640, 0.477040, 0.522289, 0.716615",\
|
|
"0.504426, 0.511121, 0.528521, 0.573770, 0.768096",\
|
|
"0.565548, 0.572243, 0.589643, 0.634892, 0.829218",\
|
|
"0.670998, 0.677694, 0.695094, 0.740343, 0.934669",\
|
|
"0.859876, 0.866571, 0.883971, 0.929220, 1.123546");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014425, 0.018959, 0.032362, 0.086092, 0.344948",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.344948",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.344948",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.344948",\
|
|
"0.014425, 0.018959, 0.032362, 0.086092, 0.344948");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.428886, 0.437642, 0.463742, 0.558909, 1.013077",\
|
|
"0.460612, 0.469368, 0.495468, 0.590635, 1.044803",\
|
|
"0.476861, 0.485618, 0.511717, 0.606884, 1.048175",\
|
|
"0.484920, 0.493676, 0.519775, 0.614943, 1.048175",\
|
|
"0.484920, 0.493676, 0.519775, 0.614943, 1.048175");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.016036, 0.024149, 0.054204, 0.191149, 0.862549",\
|
|
"0.016036, 0.024149, 0.054204, 0.191149, 0.862549",\
|
|
"0.016036, 0.024149, 0.054204, 0.191149, 0.862549",\
|
|
"0.016036, 0.024149, 0.054205, 0.191149, 0.862549",\
|
|
"0.016038, 0.024151, 0.054205, 0.191149, 0.862549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.437863, 0.444559, 0.461962, 0.507209, 0.701534",\
|
|
"0.486286, 0.492983, 0.510385, 0.555632, 0.749957",\
|
|
"0.541771, 0.548467, 0.565870, 0.611116, 0.805441",\
|
|
"0.633038, 0.639734, 0.657136, 0.702383, 0.896708",\
|
|
"0.791985, 0.798681, 0.816083, 0.861330, 1.055655");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014426, 0.018959, 0.032360, 0.086092, 0.346981",\
|
|
"0.014426, 0.018959, 0.032360, 0.086092, 0.346981",\
|
|
"0.014426, 0.018959, 0.032360, 0.086092, 0.346981",\
|
|
"0.014426, 0.018959, 0.032360, 0.086092, 0.346981",\
|
|
"0.014426, 0.018959, 0.032360, 0.086091, 0.346981");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.428886, 0.437642, 0.463742, 0.558909, 1.013077",\
|
|
"0.460612, 0.469368, 0.495468, 0.590635, 1.044803",\
|
|
"0.463983, 0.472740, 0.498839, 0.594007, 1.048175",\
|
|
"0.463983, 0.472740, 0.498839, 0.594007, 1.048175",\
|
|
"0.463983, 0.472740, 0.498839, 0.594007, 1.048175");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.016036, 0.024149, 0.054204, 0.191149, 0.862549",\
|
|
"0.016036, 0.024149, 0.054204, 0.191149, 0.862549",\
|
|
"0.016036, 0.024149, 0.054204, 0.191149, 0.862549",\
|
|
"0.016036, 0.024149, 0.054205, 0.191149, 0.862549",\
|
|
"0.016038, 0.024151, 0.054205, 0.191149, 0.862549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.437863, 0.444559, 0.461962, 0.507209, 0.701534",\
|
|
"0.486286, 0.492983, 0.510385, 0.555632, 0.749957",\
|
|
"0.541771, 0.548467, 0.565870, 0.611116, 0.805441",\
|
|
"0.633038, 0.639734, 0.657136, 0.702383, 0.896708",\
|
|
"0.791985, 0.798681, 0.816083, 0.861330, 1.055655");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014426, 0.018959, 0.032360, 0.086092, 0.344950",\
|
|
"0.014426, 0.018959, 0.032360, 0.086092, 0.344950",\
|
|
"0.014426, 0.018959, 0.032360, 0.086091, 0.344950",\
|
|
"0.014426, 0.018959, 0.032360, 0.086091, 0.344950",\
|
|
"0.014426, 0.018959, 0.032360, 0.086091, 0.344950");
|
|
}
|
|
|
|
} /* 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.002033 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb_oeb;
|
|
} /* end of pin pad_flash_csb_oeb */
|
|
|
|
pin("pad_flash_io0_di") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002670 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_di;
|
|
} /* end of pin pad_flash_io0_di */
|
|
|
|
pin("pad_flash_io0_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001765 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_do;
|
|
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.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.493804, 0.502244, 0.528366, 0.622463, 1.049512",\
|
|
"0.493804, 0.502244, 0.528366, 0.622463, 1.049512",\
|
|
"0.482522, 0.490962, 0.517084, 0.611181, 1.049512",\
|
|
"0.385450, 0.393891, 0.420014, 0.514111, 0.970822",\
|
|
"0.006214, 0.014657, 0.040783, 0.134880, 0.591592");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.016551, 0.024618, 0.054732, 0.192385, 0.869470",\
|
|
"0.016551, 0.024618, 0.054732, 0.192385, 0.869470",\
|
|
"0.016552, 0.024620, 0.054733, 0.192385, 0.869470",\
|
|
"0.016556, 0.024623, 0.054734, 0.192385, 0.869470",\
|
|
"0.016573, 0.024638, 0.054742, 0.192386, 0.869470");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.498708, 0.505149, 0.522556, 0.568876, 0.764095",\
|
|
"0.591730, 0.598171, 0.615578, 0.661897, 0.857116",\
|
|
"0.719300, 0.725740, 0.743147, 0.789467, 0.984686",\
|
|
"0.982299, 0.988740, 1.006146, 1.052467, 1.247686",\
|
|
"1.607049, 1.613490, 1.630895, 1.677216, 1.872436");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.014961, 0.019266, 0.032509, 0.086350, 0.352323",\
|
|
"0.014961, 0.019266, 0.032509, 0.086350, 0.352323",\
|
|
"0.014961, 0.019266, 0.032510, 0.086350, 0.352323",\
|
|
"0.014962, 0.019266, 0.032510, 0.086350, 0.352323",\
|
|
"0.014962, 0.019266, 0.032511, 0.086350, 0.352322");
|
|
}
|
|
|
|
} /* 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.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.457920, 0.466358, 0.492478, 0.586574, 1.043284",\
|
|
"0.457920, 0.466358, 0.492478, 0.586574, 1.043284",\
|
|
"0.457920, 0.466358, 0.492478, 0.586574, 1.043284",\
|
|
"0.379793, 0.388232, 0.414353, 0.508450, 0.965160",\
|
|
"0.004757, 0.013198, 0.039322, 0.133419, 0.590130");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.016536, 0.024606, 0.054726, 0.192385, 0.869471",\
|
|
"0.016537, 0.024606, 0.054726, 0.192385, 0.869471",\
|
|
"0.016538, 0.024608, 0.054727, 0.192385, 0.869471",\
|
|
"0.016543, 0.024612, 0.054729, 0.192385, 0.869471",\
|
|
"0.016560, 0.024627, 0.054736, 0.192386, 0.869469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.468938, 0.475379, 0.492787, 0.539106, 0.734325",\
|
|
"0.563571, 0.570012, 0.587419, 0.633738, 0.828957",\
|
|
"0.693335, 0.699776, 0.717184, 0.763503, 0.958722",\
|
|
"0.960253, 0.966694, 0.984101, 1.030420, 1.225639",\
|
|
"1.590438, 1.596879, 1.614285, 1.660606, 1.855825");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.014961, 0.019266, 0.032509, 0.085671, 0.348666",\
|
|
"0.014961, 0.019266, 0.032509, 0.085671, 0.348666",\
|
|
"0.014961, 0.019266, 0.032509, 0.085671, 0.348666",\
|
|
"0.014961, 0.019266, 0.032509, 0.085671, 0.348666",\
|
|
"0.014962, 0.019266, 0.032510, 0.085671, 0.348666");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una_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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.447469, 0.455910, 0.482033, 0.576130, 1.032840",\
|
|
"0.479185, 0.487626, 0.513749, 0.607846, 1.064556",\
|
|
"0.495291, 0.503732, 0.529855, 0.623952, 1.067520",\
|
|
"0.503290, 0.511731, 0.537854, 0.631951, 1.067520",\
|
|
"0.503290, 0.511731, 0.537854, 0.631951, 1.067520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016557, 0.024624, 0.054735, 0.192385, 0.869470");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.446393, 0.452835, 0.470245, 0.516561, 0.711779",\
|
|
"0.494882, 0.501324, 0.518735, 0.565051, 0.760269",\
|
|
"0.550648, 0.557090, 0.574500, 0.620817, 0.816034",\
|
|
"0.642751, 0.649193, 0.666603, 0.712919, 0.908137",\
|
|
"0.802259, 0.808701, 0.826111, 0.872427, 1.067645");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.014959, 0.019266, 0.032506, 0.086350, 0.352325",\
|
|
"0.014959, 0.019266, 0.032506, 0.086350, 0.352325",\
|
|
"0.014959, 0.019266, 0.032506, 0.086350, 0.352325",\
|
|
"0.014959, 0.019266, 0.032506, 0.086350, 0.352325",\
|
|
"0.014959, 0.019266, 0.032507, 0.086350, 0.352325");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.447469, 0.455910, 0.482033, 0.576130, 1.032840",\
|
|
"0.479185, 0.487626, 0.513749, 0.607846, 1.064556",\
|
|
"0.482148, 0.490589, 0.516712, 0.610809, 1.067520",\
|
|
"0.482148, 0.490589, 0.516712, 0.610809, 1.067520",\
|
|
"0.482148, 0.490589, 0.516712, 0.610809, 1.067520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016555, 0.024622, 0.054734, 0.192385, 0.869470",\
|
|
"0.016557, 0.024624, 0.054735, 0.192385, 0.869470");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.445256, 0.451698, 0.469108, 0.515424, 0.710642",\
|
|
"0.493745, 0.500187, 0.517598, 0.563914, 0.759132",\
|
|
"0.549563, 0.556005, 0.573416, 0.619732, 0.814950",\
|
|
"0.641738, 0.648180, 0.665591, 0.711907, 0.907125",\
|
|
"0.801390, 0.807832, 0.825242, 0.871559, 1.066777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.014959, 0.019266, 0.032506, 0.085670, 0.348667",\
|
|
"0.014959, 0.019266, 0.032506, 0.085670, 0.348667",\
|
|
"0.014959, 0.019266, 0.032506, 0.085670, 0.348667",\
|
|
"0.014959, 0.019266, 0.032506, 0.085670, 0.348667",\
|
|
"0.014959, 0.019266, 0.032507, 0.085670, 0.348667");
|
|
}
|
|
|
|
} /* 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.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.394314, 0.401104, 0.418669, 0.465929, 0.658212",\
|
|
"0.429274, 0.436064, 0.453629, 0.500889, 0.693172",\
|
|
"0.456465, 0.463255, 0.480822, 0.528082, 0.720366",\
|
|
"0.480259, 0.487052, 0.504625, 0.551889, 0.744173",\
|
|
"0.483124, 0.489926, 0.507518, 0.554791, 0.747080");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.014891, 0.019458, 0.032787, 0.087180, 0.346666",\
|
|
"0.014891, 0.019458, 0.032787, 0.087180, 0.346666",\
|
|
"0.014894, 0.019461, 0.032789, 0.087181, 0.346667",\
|
|
"0.014912, 0.019480, 0.032804, 0.087189, 0.346671",\
|
|
"0.014965, 0.019535, 0.032849, 0.087211, 0.346683");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.384055, 0.392977, 0.419203, 0.514341, 0.968470",\
|
|
"0.434703, 0.443624, 0.469851, 0.564988, 1.019118",\
|
|
"0.496378, 0.505301, 0.531530, 0.626667, 1.080797",\
|
|
"0.598957, 0.607886, 0.634121, 0.729260, 1.183391",\
|
|
"0.767880, 0.776826, 0.803074, 0.898217, 1.352352");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.016847, 0.024858, 0.054535, 0.190983, 0.861924",\
|
|
"0.016847, 0.024858, 0.054535, 0.190983, 0.861924",\
|
|
"0.016857, 0.024867, 0.054539, 0.190983, 0.861923",\
|
|
"0.016894, 0.024900, 0.054555, 0.190985, 0.861920",\
|
|
"0.016988, 0.024982, 0.054595, 0.190988, 0.861913");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.394314, 0.401104, 0.418669, 0.465929, 0.658212",\
|
|
"0.429274, 0.436064, 0.453629, 0.500889, 0.693172",\
|
|
"0.456465, 0.463255, 0.480822, 0.528082, 0.720366",\
|
|
"0.480259, 0.487052, 0.504625, 0.551889, 0.744173",\
|
|
"0.483124, 0.489926, 0.507518, 0.554791, 0.747080");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.014891, 0.019458, 0.032787, 0.087180, 0.344746",\
|
|
"0.014891, 0.019458, 0.032787, 0.087180, 0.344746",\
|
|
"0.014894, 0.019461, 0.032789, 0.087181, 0.344747",\
|
|
"0.014912, 0.019480, 0.032804, 0.087189, 0.344751",\
|
|
"0.014965, 0.019535, 0.032849, 0.087211, 0.344763");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.383023, 0.391943, 0.418168, 0.513305, 0.967435",\
|
|
"0.433671, 0.442591, 0.468816, 0.563953, 1.018082",\
|
|
"0.495379, 0.504301, 0.530527, 0.625665, 1.079794",\
|
|
"0.598044, 0.606972, 0.633205, 0.728344, 1.182475",\
|
|
"0.767880, 0.776826, 0.803074, 0.898217, 1.352352");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.016838, 0.024851, 0.054531, 0.190983, 0.861925",\
|
|
"0.016838, 0.024851, 0.054531, 0.190983, 0.861925",\
|
|
"0.016847, 0.024858, 0.054535, 0.190983, 0.861924",\
|
|
"0.016885, 0.024892, 0.054551, 0.190984, 0.861921",\
|
|
"0.016988, 0.024982, 0.054595, 0.190988, 0.861913");
|
|
}
|
|
|
|
} /* 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.002261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.423506, 0.431757, 0.457859, 0.552001, 1.008049",\
|
|
"0.458466, 0.466717, 0.492819, 0.586961, 1.043009",\
|
|
"0.485620, 0.493870, 0.519972, 0.614115, 1.070162",\
|
|
"0.509191, 0.517442, 0.543544, 0.637687, 1.093734",\
|
|
"0.512361, 0.520612, 0.546714, 0.640856, 1.096916");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016095, 0.024245, 0.054706, 0.192886, 0.869896");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.427317, 0.433685, 0.451137, 0.497466, 0.693018",\
|
|
"0.477964, 0.484333, 0.501785, 0.548114, 0.743666",\
|
|
"0.539619, 0.545988, 0.563439, 0.609768, 0.805321",\
|
|
"0.642118, 0.648487, 0.665938, 0.712267, 0.907820",\
|
|
"0.811024, 0.817392, 0.834841, 0.881172, 1.076725");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.015131, 0.019441, 0.032552, 0.086829, 0.353875",\
|
|
"0.015131, 0.019441, 0.032552, 0.086829, 0.353875",\
|
|
"0.015131, 0.019441, 0.032552, 0.086829, 0.353875",\
|
|
"0.015131, 0.019441, 0.032552, 0.086829, 0.353875",\
|
|
"0.015132, 0.019440, 0.032553, 0.086829, 0.353874");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.423506, 0.431757, 0.457859, 0.552001, 1.008049",\
|
|
"0.458466, 0.466717, 0.492819, 0.586961, 1.043009",\
|
|
"0.485620, 0.493870, 0.519972, 0.614115, 1.070162",\
|
|
"0.509191, 0.517442, 0.543544, 0.637687, 1.093734",\
|
|
"0.512361, 0.520612, 0.546714, 0.640856, 1.096916");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016089, 0.024239, 0.054703, 0.192882, 0.869873",\
|
|
"0.016095, 0.024245, 0.054706, 0.192886, 0.869896");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.426292, 0.432661, 0.450112, 0.496441, 0.691993",\
|
|
"0.476940, 0.483308, 0.500760, 0.547089, 0.742641",\
|
|
"0.538630, 0.544999, 0.562450, 0.608779, 0.804331",\
|
|
"0.641213, 0.647582, 0.665034, 0.711363, 0.906915",\
|
|
"0.811024, 0.817392, 0.834841, 0.881172, 1.076725");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.015131, 0.019441, 0.032552, 0.086049, 0.349690",\
|
|
"0.015131, 0.019441, 0.032552, 0.086049, 0.349690",\
|
|
"0.015131, 0.019441, 0.032552, 0.086049, 0.349690",\
|
|
"0.015131, 0.019441, 0.032552, 0.086049, 0.349690",\
|
|
"0.015132, 0.019440, 0.032553, 0.086050, 0.349689");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003215 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_di;
|
|
} /* end of pin pad_flash_io1_di */
|
|
|
|
pin("pad_flash_io1_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001159 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_do;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.361820, 0.370445, 0.396533, 0.491925, 0.946233",\
|
|
"0.396685, 0.405309, 0.431397, 0.526790, 0.981097",\
|
|
"0.423798, 0.432422, 0.458510, 0.553903, 1.008210",\
|
|
"0.446967, 0.455591, 0.481679, 0.577072, 1.031379",\
|
|
"0.447933, 0.456558, 0.482646, 0.578039, 1.032346");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.016193, 0.024296, 0.054401, 0.191979, 0.864513",\
|
|
"0.016193, 0.024296, 0.054401, 0.191979, 0.864513",\
|
|
"0.016193, 0.024296, 0.054401, 0.191979, 0.864513",\
|
|
"0.016193, 0.024297, 0.054402, 0.191979, 0.864513",\
|
|
"0.016194, 0.024297, 0.054402, 0.191979, 0.864513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.354968, 0.361595, 0.379068, 0.424283, 0.619070",\
|
|
"0.405626, 0.412254, 0.429727, 0.474941, 0.669729",\
|
|
"0.467121, 0.473749, 0.491221, 0.536436, 0.731224",\
|
|
"0.568684, 0.575312, 0.592784, 0.637999, 0.832787",\
|
|
"0.737053, 0.743680, 0.761150, 0.806367, 1.001155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.014618, 0.019094, 0.032360, 0.086676, 0.348502",\
|
|
"0.014618, 0.019094, 0.032360, 0.086676, 0.348502",\
|
|
"0.014618, 0.019094, 0.032360, 0.086676, 0.348502",\
|
|
"0.014618, 0.019094, 0.032360, 0.086676, 0.348501",\
|
|
"0.014618, 0.019094, 0.032361, 0.086676, 0.348501");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.361820, 0.370445, 0.396533, 0.491925, 0.946233",\
|
|
"0.396685, 0.405309, 0.431397, 0.526790, 0.981097",\
|
|
"0.423798, 0.432422, 0.458510, 0.553903, 1.008210",\
|
|
"0.446967, 0.455591, 0.481679, 0.577072, 1.031379",\
|
|
"0.447933, 0.456558, 0.482646, 0.578039, 1.032346");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.016193, 0.024296, 0.054401, 0.191979, 0.864513",\
|
|
"0.016193, 0.024296, 0.054401, 0.191979, 0.864513",\
|
|
"0.016193, 0.024296, 0.054401, 0.191979, 0.864513",\
|
|
"0.016193, 0.024297, 0.054402, 0.191979, 0.864513",\
|
|
"0.016194, 0.024297, 0.054402, 0.191979, 0.864513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.352954, 0.359582, 0.377055, 0.422269, 0.617056",\
|
|
"0.403612, 0.410240, 0.427714, 0.472928, 0.667715",\
|
|
"0.465187, 0.471814, 0.489287, 0.534502, 0.729289",\
|
|
"0.567391, 0.574018, 0.591491, 0.636706, 0.831494",\
|
|
"0.735959, 0.742586, 0.760057, 0.805273, 1.000062");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.014618, 0.019094, 0.032359, 0.086676, 0.346060",\
|
|
"0.014618, 0.019094, 0.032359, 0.086676, 0.346060",\
|
|
"0.014618, 0.019094, 0.032359, 0.086676, 0.346060",\
|
|
"0.014618, 0.019094, 0.032360, 0.086676, 0.346060",\
|
|
"0.014618, 0.019094, 0.032361, 0.086676, 0.346059");
|
|
}
|
|
|
|
} /* 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.001440 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.324003, 0.330533, 0.347951, 0.393288, 0.588782",\
|
|
"0.355992, 0.362523, 0.379940, 0.425278, 0.589097",\
|
|
"0.369586, 0.376116, 0.393532, 0.438871, 0.589097",\
|
|
"0.369586, 0.376116, 0.393532, 0.438871, 0.589097",\
|
|
"0.369586, 0.376116, 0.393532, 0.438871, 0.589097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.014780, 0.019167, 0.032449, 0.087392, 0.350405",\
|
|
"0.014780, 0.019167, 0.032449, 0.087392, 0.350405",\
|
|
"0.014781, 0.019167, 0.032450, 0.087392, 0.350404",\
|
|
"0.014781, 0.019167, 0.032450, 0.087392, 0.350404",\
|
|
"0.014782, 0.019167, 0.032453, 0.087392, 0.350403");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.364820, 0.373621, 0.399997, 0.495758, 0.950416",\
|
|
"0.415384, 0.424185, 0.450561, 0.546322, 1.000980",\
|
|
"0.481421, 0.490223, 0.516599, 0.612359, 1.067018",\
|
|
"0.590919, 0.599721, 0.626099, 0.721860, 1.176519",\
|
|
"0.779099, 0.787906, 0.814288, 0.910050, 1.364711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.018093, 0.025955, 0.055290, 0.192950, 0.866888",\
|
|
"0.018093, 0.025955, 0.055290, 0.192950, 0.866888",\
|
|
"0.018097, 0.025958, 0.055292, 0.192950, 0.866888",\
|
|
"0.018105, 0.025966, 0.055296, 0.192950, 0.866887",\
|
|
"0.018134, 0.025991, 0.055308, 0.192951, 0.866884");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.324003, 0.330533, 0.347951, 0.393288, 0.588782",\
|
|
"0.324318, 0.330847, 0.348260, 0.393602, 0.589097",\
|
|
"0.324318, 0.330847, 0.348260, 0.393602, 0.589097",\
|
|
"0.324318, 0.330847, 0.348260, 0.393602, 0.589097",\
|
|
"0.324318, 0.330847, 0.348260, 0.393602, 0.589097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.014780, 0.019167, 0.032449, 0.087392, 0.347377",\
|
|
"0.014780, 0.019167, 0.032449, 0.087392, 0.347377",\
|
|
"0.014781, 0.019167, 0.032450, 0.087392, 0.347377",\
|
|
"0.014781, 0.019167, 0.032450, 0.087392, 0.347377",\
|
|
"0.014782, 0.019167, 0.032453, 0.087392, 0.347375");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.364820, 0.373621, 0.399997, 0.495758, 0.950416",\
|
|
"0.415384, 0.424185, 0.450561, 0.546322, 1.000980",\
|
|
"0.481421, 0.490223, 0.516599, 0.612359, 1.067018",\
|
|
"0.590919, 0.599721, 0.626099, 0.721860, 1.176519",\
|
|
"0.779099, 0.787906, 0.814288, 0.910050, 1.364711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.018093, 0.025955, 0.055290, 0.192950, 0.866888",\
|
|
"0.018093, 0.025955, 0.055290, 0.192950, 0.866888",\
|
|
"0.018097, 0.025958, 0.055292, 0.192950, 0.866888",\
|
|
"0.018105, 0.025966, 0.055296, 0.192950, 0.866887",\
|
|
"0.018134, 0.025991, 0.055308, 0.192951, 0.866884");
|
|
}
|
|
|
|
} /* 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.002991 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.403519, 0.411671, 0.437824, 0.532180, 0.944418",\
|
|
"0.403519, 0.411671, 0.437824, 0.532180, 0.944418",\
|
|
"0.403519, 0.411671, 0.437824, 0.532180, 0.944418",\
|
|
"0.402973, 0.411124, 0.437277, 0.531633, 0.944418",\
|
|
"0.357727, 0.365878, 0.392031, 0.486387, 0.944070");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.412670, 0.418906, 0.436328, 0.482933, 0.679378",\
|
|
"0.463234, 0.469470, 0.486892, 0.533497, 0.729942",\
|
|
"0.529263, 0.535499, 0.552921, 0.599526, 0.795971",\
|
|
"0.638743, 0.644978, 0.662400, 0.709006, 0.905450",\
|
|
"0.826861, 0.833096, 0.850518, 0.897124, 1.093568");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.015465, 0.019662, 0.032696, 0.088134, 0.357817",\
|
|
"0.015465, 0.019662, 0.032696, 0.088134, 0.357817",\
|
|
"0.015465, 0.019662, 0.032696, 0.088134, 0.357817",\
|
|
"0.015465, 0.019662, 0.032696, 0.088134, 0.357817",\
|
|
"0.015465, 0.019662, 0.032696, 0.088134, 0.357817");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.358075, 0.366227, 0.392379, 0.486735, 0.944418",\
|
|
"0.358075, 0.366227, 0.392379, 0.486735, 0.944418",\
|
|
"0.358075, 0.366227, 0.392379, 0.486735, 0.944418",\
|
|
"0.358075, 0.366227, 0.392379, 0.486735, 0.944418",\
|
|
"0.357727, 0.365878, 0.392031, 0.486387, 0.944070");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569",\
|
|
"0.016656, 0.024769, 0.055186, 0.194572, 0.875569");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.412670, 0.418906, 0.436328, 0.482933, 0.679378",\
|
|
"0.463234, 0.469470, 0.486892, 0.533497, 0.729942",\
|
|
"0.529263, 0.535499, 0.552921, 0.599526, 0.795971",\
|
|
"0.638743, 0.644978, 0.662400, 0.709006, 0.905450",\
|
|
"0.826861, 0.833096, 0.850518, 0.897124, 1.093568");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.015465, 0.019662, 0.032696, 0.087053, 0.352635",\
|
|
"0.015465, 0.019662, 0.032696, 0.087053, 0.352635",\
|
|
"0.015465, 0.019662, 0.032696, 0.087053, 0.352635",\
|
|
"0.015465, 0.019662, 0.032696, 0.087053, 0.352635",\
|
|
"0.015465, 0.019662, 0.032696, 0.087053, 0.352635");
|
|
}
|
|
|
|
} /* 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.003086 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_bypass;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.015550, 0.019698, 0.032831, 0.087632, 0.355868",\
|
|
"0.015550, 0.019698, 0.032831, 0.087632, 0.355868",\
|
|
"0.015550, 0.019698, 0.032831, 0.087632, 0.355868",\
|
|
"0.015550, 0.019698, 0.032831, 0.087632, 0.355868",\
|
|
"0.015550, 0.019698, 0.032831, 0.087632, 0.355868");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_bypass_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760",\
|
|
"1.649530, 1.657959, 1.684325, 1.778667, 2.235760");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713",\
|
|
"0.019298, 0.027090, 0.056445, 0.194508, 0.873713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550",\
|
|
"1.545539, 1.551715, 1.568998, 1.615544, 1.811550");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.015550, 0.019698, 0.032831, 0.086706, 0.351532",\
|
|
"0.015550, 0.019698, 0.032831, 0.086706, 0.351532",\
|
|
"0.015550, 0.019698, 0.032831, 0.086706, 0.351532",\
|
|
"0.015550, 0.019698, 0.032831, 0.086706, 0.351532",\
|
|
"0.015550, 0.019698, 0.032831, 0.086706, 0.351532");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003038 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_dco_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.016110, 0.020269, 0.033338, 0.087501, 0.354664",\
|
|
"0.016110, 0.020269, 0.033338, 0.087501, 0.354664",\
|
|
"0.016110, 0.020269, 0.033338, 0.087501, 0.354664",\
|
|
"0.016110, 0.020269, 0.033338, 0.087501, 0.354664",\
|
|
"0.016110, 0.020269, 0.033338, 0.087501, 0.354664");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_dco_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247",\
|
|
"1.706866, 1.715519, 1.742120, 1.836441, 2.293247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962",\
|
|
"0.021019, 0.028587, 0.057196, 0.194197, 0.871962");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257",\
|
|
"1.585339, 1.591600, 1.609028, 1.655609, 1.851257");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.016110, 0.020269, 0.033338, 0.086675, 0.350222",\
|
|
"0.016110, 0.020269, 0.033338, 0.086675, 0.350222",\
|
|
"0.016110, 0.020269, 0.033338, 0.086675, 0.350222",\
|
|
"0.016110, 0.020269, 0.033338, 0.086675, 0.350222",\
|
|
"0.016110, 0.020269, 0.033338, 0.086675, 0.350222");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003194 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.015830, 0.019952, 0.033034, 0.088201, 0.357298",\
|
|
"0.015830, 0.019952, 0.033034, 0.088201, 0.357298",\
|
|
"0.015830, 0.019952, 0.033034, 0.088201, 0.357298",\
|
|
"0.015830, 0.019952, 0.033034, 0.088201, 0.357298",\
|
|
"0.015830, 0.019952, 0.033034, 0.088201, 0.357298");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266",\
|
|
"1.590058, 1.598351, 1.624597, 1.718981, 2.177266");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406",\
|
|
"0.018375, 0.026288, 0.056060, 0.194981, 0.876406");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561",\
|
|
"1.647026, 1.653219, 1.670580, 1.717287, 1.913561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.015830, 0.019952, 0.033034, 0.087161, 0.352327",\
|
|
"0.015830, 0.019952, 0.033034, 0.087161, 0.352327",\
|
|
"0.015830, 0.019952, 0.033034, 0.087161, 0.352327",\
|
|
"0.015830, 0.019952, 0.033034, 0.087161, 0.352327",\
|
|
"0.015830, 0.019952, 0.033034, 0.087161, 0.352327");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004274 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : porb;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004552 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : qspi_enabled;
|
|
} /* end of pin qspi_enabled */
|
|
|
|
pin("reset") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002528 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : reset;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.015693, 0.019865, 0.036109, 0.088789, 0.361018",\
|
|
"0.015693, 0.019865, 0.036109, 0.088789, 0.361018",\
|
|
"0.015693, 0.019865, 0.036109, 0.088789, 0.361018",\
|
|
"0.015693, 0.019865, 0.036109, 0.088789, 0.361018",\
|
|
"0.015693, 0.019865, 0.036109, 0.088789, 0.361018");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_reset_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022",\
|
|
"1.667278, 1.675888, 1.702878, 1.797252, 2.257022");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790",\
|
|
"0.019120, 0.026863, 0.059352, 0.195561, 0.880790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814",\
|
|
"1.764296, 1.770680, 1.788636, 1.835163, 2.032814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.015693, 0.019865, 0.036109, 0.087636, 0.354521",\
|
|
"0.015693, 0.019865, 0.036109, 0.087636, 0.354521",\
|
|
"0.015693, 0.019865, 0.036109, 0.087636, 0.354521",\
|
|
"0.015693, 0.019865, 0.036109, 0.087636, 0.354521",\
|
|
"0.015693, 0.019865, 0.036109, 0.087636, 0.354521");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_reset_redg_min*/
|
|
|
|
} /* end of pin reset */
|
|
|
|
pin("ser_rx") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001673 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_rx;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.428003, 0.436422, 0.462391, 0.557529, 1.011117",\
|
|
"0.463163, 0.471582, 0.497552, 0.592689, 1.046277",\
|
|
"0.490133, 0.498552, 0.524521, 0.619659, 1.073247",\
|
|
"0.513330, 0.521749, 0.547719, 0.642856, 1.096444",\
|
|
"0.514897, 0.523316, 0.549286, 0.644424, 1.098012");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.016403, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016403, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016403, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016404, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016406, 0.024519, 0.054773, 0.191804, 0.862319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.417432, 0.423885, 0.441223, 0.486396, 0.680353",\
|
|
"0.469147, 0.475599, 0.492937, 0.538110, 0.732068",\
|
|
"0.529213, 0.535665, 0.553003, 0.598176, 0.792133",\
|
|
"0.630371, 0.636824, 0.654161, 0.699335, 0.893292",\
|
|
"0.798387, 0.804839, 0.822174, 0.867350, 1.061308");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.014878, 0.019280, 0.032562, 0.086298, 0.346829",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.346829",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.346829",\
|
|
"0.014879, 0.019280, 0.032563, 0.086299, 0.346828",\
|
|
"0.014880, 0.019280, 0.032564, 0.086299, 0.346827");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.428003, 0.436422, 0.462391, 0.557529, 1.011117",\
|
|
"0.463163, 0.471582, 0.497552, 0.592689, 1.046277",\
|
|
"0.490133, 0.498552, 0.524521, 0.619659, 1.073247",\
|
|
"0.513330, 0.521749, 0.547719, 0.642856, 1.096444",\
|
|
"0.514897, 0.523316, 0.549286, 0.644424, 1.098012");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.016403, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016403, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016403, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016404, 0.024517, 0.054772, 0.191804, 0.862319",\
|
|
"0.016406, 0.024519, 0.054773, 0.191804, 0.862319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.416578, 0.423031, 0.440369, 0.485542, 0.679499",\
|
|
"0.469147, 0.475599, 0.492937, 0.538110, 0.732068",\
|
|
"0.529213, 0.535665, 0.553003, 0.598176, 0.792133",\
|
|
"0.630371, 0.636824, 0.654161, 0.699335, 0.893292",\
|
|
"0.798387, 0.804839, 0.822174, 0.867350, 1.061308");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.014878, 0.019280, 0.032561, 0.086298, 0.344843",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.344843",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.344843",\
|
|
"0.014879, 0.019280, 0.032563, 0.086299, 0.344842",\
|
|
"0.014880, 0.019280, 0.032564, 0.086299, 0.344841");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.278805, 0.287220, 0.313184, 0.408320, 0.844599",\
|
|
"0.278805, 0.287220, 0.313184, 0.408320, 0.844599",\
|
|
"0.277405, 0.285819, 0.311783, 0.406920, 0.844599",\
|
|
"0.258173, 0.266587, 0.292552, 0.387688, 0.841274",\
|
|
"0.190774, 0.199189, 0.225154, 0.320290, 0.773877");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.016370, 0.024488, 0.054758, 0.191802, 0.862322",\
|
|
"0.016370, 0.024488, 0.054758, 0.191802, 0.862322",\
|
|
"0.016370, 0.024488, 0.054758, 0.191802, 0.862322",\
|
|
"0.016371, 0.024488, 0.054758, 0.191802, 0.862322",\
|
|
"0.016372, 0.024490, 0.054759, 0.191803, 0.862322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.259933, 0.266385, 0.283723, 0.328896, 0.522854",\
|
|
"0.305950, 0.312403, 0.329740, 0.374914, 0.568871",\
|
|
"0.347390, 0.353842, 0.371180, 0.416353, 0.610310",\
|
|
"0.420721, 0.427173, 0.444511, 0.489684, 0.683641",\
|
|
"0.563158, 0.569610, 0.586948, 0.632121, 0.826079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.014879, 0.019280, 0.032562, 0.086299, 0.346829",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.346829",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.346829",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.346829",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.346829");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.261498, 0.269912, 0.295876, 0.391013, 0.844599",\
|
|
"0.261498, 0.269912, 0.295876, 0.391013, 0.844599",\
|
|
"0.261498, 0.269912, 0.295876, 0.391013, 0.844599",\
|
|
"0.258173, 0.266587, 0.292552, 0.387688, 0.841274",\
|
|
"0.190774, 0.199189, 0.225154, 0.320290, 0.773877");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.016370, 0.024488, 0.054758, 0.191802, 0.862321",\
|
|
"0.016370, 0.024488, 0.054758, 0.191802, 0.862321",\
|
|
"0.016370, 0.024488, 0.054758, 0.191802, 0.862321",\
|
|
"0.016371, 0.024488, 0.054758, 0.191802, 0.862321",\
|
|
"0.016372, 0.024490, 0.054759, 0.191803, 0.862321");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.259933, 0.266385, 0.283723, 0.328896, 0.522854",\
|
|
"0.305950, 0.312403, 0.329740, 0.374914, 0.568871",\
|
|
"0.347390, 0.353842, 0.371180, 0.416353, 0.610310",\
|
|
"0.420721, 0.427173, 0.444511, 0.489684, 0.683641",\
|
|
"0.563158, 0.569610, 0.586948, 0.632121, 0.826079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.014879, 0.019280, 0.032562, 0.086299, 0.344843",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.344843",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.344842",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.344842",\
|
|
"0.014879, 0.019280, 0.032562, 0.086299, 0.344842");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002911 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_tx;
|
|
} /* end of pin ser_tx */
|
|
|
|
pin("serial_clock") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001270 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_clock;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.006056, 2.014642, 2.040720, 2.136130, 2.590396",\
|
|
"2.038523, 2.047108, 2.073186, 2.168597, 2.622863",\
|
|
"2.061583, 2.070168, 2.096246, 2.191657, 2.645923",\
|
|
"2.076934, 2.085520, 2.111598, 2.207008, 2.648449",\
|
|
"2.076934, 2.085520, 2.111598, 2.207008, 2.648449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.081412, 2.087973, 2.105343, 2.150645, 2.345475",\
|
|
"2.113878, 2.120439, 2.137810, 2.183112, 2.377942",\
|
|
"2.136939, 2.143499, 2.160870, 2.206172, 2.401002",\
|
|
"2.152290, 2.158851, 2.176222, 2.221523, 2.403528",\
|
|
"2.152290, 2.158851, 2.176222, 2.221523, 2.403528");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.904190, 1.912772, 1.938845, 2.034255, 2.488520",\
|
|
"1.936657, 1.945238, 1.971312, 2.066721, 2.520987",\
|
|
"1.959717, 1.968299, 1.994372, 2.089782, 2.544047",\
|
|
"1.962243, 1.970825, 1.996898, 2.092308, 2.546573",\
|
|
"1.962243, 1.970825, 1.996898, 2.092308, 2.546573");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.973254, 1.979819, 1.997201, 2.042493, 2.237319",\
|
|
"2.005721, 2.012286, 2.029667, 2.074960, 2.269785",\
|
|
"2.028781, 2.035346, 2.052728, 2.098020, 2.292846",\
|
|
"2.031307, 2.037872, 2.055254, 2.100546, 2.295372",\
|
|
"2.031307, 2.037872, 2.055254, 2.100546, 2.295372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.960899, 0.969482, 0.995556, 1.090966, 1.545231",\
|
|
"0.993365, 1.001948, 1.028022, 1.123432, 1.577697",\
|
|
"1.016946, 1.025528, 1.051603, 1.147012, 1.593671",\
|
|
"1.031958, 1.040540, 1.066615, 1.162024, 1.593671",\
|
|
"1.031958, 1.040540, 1.066615, 1.162024, 1.593671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.060485, 1.067042, 1.084404, 1.129714, 1.324548",\
|
|
"1.092951, 1.099508, 1.116870, 1.162180, 1.357014",\
|
|
"1.116531, 1.123089, 1.140450, 1.185761, 1.372987",\
|
|
"1.131543, 1.138101, 1.155463, 1.200773, 1.372987",\
|
|
"1.131543, 1.138101, 1.155463, 1.200773, 1.372987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.014698, 0.019114, 0.032471, 0.086759, 0.348556",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.348556",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.348556",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.348556",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.348556");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.960899, 0.969482, 0.995556, 1.090966, 1.545231",\
|
|
"0.993365, 1.001948, 1.028022, 1.123432, 1.577697",\
|
|
"1.009339, 1.017921, 1.043995, 1.139405, 1.593671",\
|
|
"1.009339, 1.017921, 1.043995, 1.139405, 1.593671",\
|
|
"1.009339, 1.017921, 1.043995, 1.139405, 1.593671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650",\
|
|
"0.016235, 0.024338, 0.054467, 0.192104, 0.864650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.060485, 1.067042, 1.084404, 1.129714, 1.324548",\
|
|
"1.092951, 1.099508, 1.116870, 1.162180, 1.357014",\
|
|
"1.108924, 1.115482, 1.132843, 1.178154, 1.372987",\
|
|
"1.108924, 1.115482, 1.132843, 1.178154, 1.372987",\
|
|
"1.108924, 1.115482, 1.132843, 1.178154, 1.372987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.014698, 0.019114, 0.032471, 0.086759, 0.346083",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.346083",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.346083",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.346083",\
|
|
"0.014698, 0.019114, 0.032471, 0.086759, 0.346083");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.824277, 1.832863, 1.858940, 1.954351, 2.408617",\
|
|
"1.824277, 1.832863, 1.858940, 1.954351, 2.408617",\
|
|
"1.824277, 1.832863, 1.858940, 1.954351, 2.408617",\
|
|
"1.824277, 1.832863, 1.858940, 1.954351, 2.408617",\
|
|
"1.824277, 1.832863, 1.858940, 1.954351, 2.408617");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648",\
|
|
"0.016257, 0.024357, 0.054477, 0.192105, 0.864648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.899633, 1.906194, 1.923564, 1.968866, 2.163696",\
|
|
"1.899633, 1.906194, 1.923564, 1.968866, 2.163696",\
|
|
"1.899633, 1.906194, 1.923564, 1.968866, 2.163696",\
|
|
"1.899633, 1.906194, 1.923564, 1.968866, 2.163696",\
|
|
"1.899633, 1.906194, 1.923564, 1.968866, 2.163696");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561",\
|
|
"0.014695, 0.019116, 0.032463, 0.086757, 0.348561");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.722411, 1.730993, 1.757066, 1.852476, 2.306741",\
|
|
"1.722411, 1.730993, 1.757066, 1.852476, 2.306741",\
|
|
"1.722411, 1.730993, 1.757066, 1.852476, 2.306741",\
|
|
"1.722411, 1.730993, 1.757066, 1.852476, 2.306741",\
|
|
"1.722411, 1.730993, 1.757066, 1.852476, 2.306741");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650",\
|
|
"0.016230, 0.024334, 0.054465, 0.192104, 0.864650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.791476, 1.798041, 1.815422, 1.860714, 2.055540",\
|
|
"1.791476, 1.798041, 1.815422, 1.860714, 2.055540",\
|
|
"1.791476, 1.798041, 1.815422, 1.860714, 2.055540",\
|
|
"1.791476, 1.798041, 1.815422, 1.860714, 2.055540",\
|
|
"1.791476, 1.798041, 1.815422, 1.860714, 2.055540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093",\
|
|
"0.014693, 0.019118, 0.032454, 0.086755, 0.346093");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000707 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_1;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.145051, 1.153893, 1.180010, 1.274887, 1.734084",\
|
|
"1.177517, 1.186359, 1.212476, 1.307353, 1.766550",\
|
|
"1.201098, 1.209940, 1.236057, 1.330933, 1.782524",\
|
|
"1.216110, 1.224952, 1.251069, 1.345945, 1.782524",\
|
|
"1.216110, 1.224952, 1.251069, 1.345945, 1.782524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.204657, 1.211361, 1.228715, 1.275644, 1.467430",\
|
|
"1.237123, 1.243827, 1.261181, 1.308110, 1.499896",\
|
|
"1.260703, 1.267408, 1.284762, 1.331691, 1.515869",\
|
|
"1.275715, 1.282420, 1.299774, 1.346703, 1.515869",\
|
|
"1.275715, 1.282420, 1.299774, 1.346703, 1.515869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.014399, 0.018962, 0.032415, 0.086394, 0.345009",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.345009",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.345009",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.345009",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.345009");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.145051, 1.153893, 1.180010, 1.274887, 1.734084",\
|
|
"1.177517, 1.186359, 1.212476, 1.307353, 1.766550",\
|
|
"1.193490, 1.202332, 1.228450, 1.323326, 1.782524",\
|
|
"1.193490, 1.202332, 1.228450, 1.323326, 1.782524",\
|
|
"1.193490, 1.202332, 1.228450, 1.323326, 1.782524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415",\
|
|
"0.016393, 0.024469, 0.054374, 0.190384, 0.864415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.204657, 1.211361, 1.228715, 1.275644, 1.467430",\
|
|
"1.237123, 1.243827, 1.261181, 1.308110, 1.499896",\
|
|
"1.253096, 1.259801, 1.277155, 1.324083, 1.515869",\
|
|
"1.253096, 1.259801, 1.277155, 1.324083, 1.515869",\
|
|
"1.253096, 1.259801, 1.277155, 1.324083, 1.515869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.014399, 0.018962, 0.032415, 0.086394, 0.342483",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.342483",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.342483",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.342483",\
|
|
"0.014399, 0.018962, 0.032415, 0.086394, 0.342483");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.853735, 1.862576, 1.888693, 1.983569, 2.442766",\
|
|
"1.853735, 1.862576, 1.888693, 1.983569, 2.442766",\
|
|
"1.853735, 1.862576, 1.888693, 1.983569, 2.442766",\
|
|
"1.853735, 1.862576, 1.888693, 1.983569, 2.442766",\
|
|
"1.853735, 1.862576, 1.888693, 1.983569, 2.442766");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.016389, 0.024466, 0.054372, 0.190384, 0.864416",\
|
|
"0.016389, 0.024466, 0.054372, 0.190384, 0.864416",\
|
|
"0.016389, 0.024466, 0.054372, 0.190384, 0.864416",\
|
|
"0.016389, 0.024466, 0.054372, 0.190384, 0.864416",\
|
|
"0.016389, 0.024466, 0.054372, 0.190384, 0.864416");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.890804, 1.897514, 1.914879, 1.961813, 2.153602",\
|
|
"1.890804, 1.897514, 1.914879, 1.961813, 2.153602",\
|
|
"1.890804, 1.897514, 1.914879, 1.961813, 2.153602",\
|
|
"1.890804, 1.897514, 1.914879, 1.961813, 2.153602",\
|
|
"1.890804, 1.897514, 1.914879, 1.961813, 2.153602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.014430, 0.018995, 0.032442, 0.086407, 0.345016",\
|
|
"0.014430, 0.018995, 0.032442, 0.086407, 0.345016",\
|
|
"0.014430, 0.018995, 0.032442, 0.086407, 0.345016",\
|
|
"0.014430, 0.018995, 0.032442, 0.086407, 0.345016",\
|
|
"0.014430, 0.018995, 0.032442, 0.086407, 0.345016");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.617565, 1.626404, 1.652518, 1.747394, 2.206591",\
|
|
"1.617565, 1.626404, 1.652518, 1.747394, 2.206591",\
|
|
"1.617565, 1.626404, 1.652518, 1.747394, 2.206591",\
|
|
"1.617565, 1.626404, 1.652518, 1.747394, 2.206591",\
|
|
"1.617565, 1.626404, 1.652518, 1.747394, 2.206591");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.016376, 0.024454, 0.054366, 0.190383, 0.864417",\
|
|
"0.016376, 0.024454, 0.054366, 0.190383, 0.864417",\
|
|
"0.016376, 0.024454, 0.054366, 0.190383, 0.864417",\
|
|
"0.016376, 0.024454, 0.054366, 0.190383, 0.864417",\
|
|
"0.016376, 0.024454, 0.054366, 0.190383, 0.864417");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.698844, 1.705550, 1.722907, 1.769821, 1.961602",\
|
|
"1.698844, 1.705550, 1.722907, 1.769821, 1.961602",\
|
|
"1.698844, 1.705550, 1.722907, 1.769821, 1.961602",\
|
|
"1.698844, 1.705550, 1.722907, 1.769821, 1.961602",\
|
|
"1.698844, 1.705550, 1.722907, 1.769821, 1.961602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.014380, 0.018943, 0.032389, 0.086383, 0.342484",\
|
|
"0.014380, 0.018943, 0.032389, 0.086383, 0.342484",\
|
|
"0.014380, 0.018943, 0.032389, 0.086383, 0.342484",\
|
|
"0.014380, 0.018943, 0.032389, 0.086383, 0.342484",\
|
|
"0.014380, 0.018943, 0.032389, 0.086383, 0.342484");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_2;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.968953, 0.977727, 1.003832, 1.098803, 1.558346",\
|
|
"1.001419, 1.010193, 1.036298, 1.131269, 1.590812",\
|
|
"1.024999, 1.033774, 1.059878, 1.154850, 1.606785",\
|
|
"1.040012, 1.048786, 1.074890, 1.169862, 1.606785",\
|
|
"1.040012, 1.048786, 1.074890, 1.169862, 1.606785");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.051902, 1.058560, 1.075900, 1.122925, 1.314849",\
|
|
"1.084368, 1.091026, 1.108366, 1.155391, 1.347315",\
|
|
"1.107949, 1.114607, 1.131947, 1.178972, 1.363289",\
|
|
"1.122961, 1.129619, 1.146959, 1.193984, 1.363289",\
|
|
"1.122961, 1.129619, 1.146959, 1.193984, 1.363289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014470, 0.018993, 0.032428, 0.086667, 0.345621",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.345621",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.345621",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.345621",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.345621");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.968953, 0.977727, 1.003832, 1.098803, 1.558346",\
|
|
"1.001419, 1.010193, 1.036298, 1.131269, 1.590812",\
|
|
"1.017392, 1.026167, 1.052271, 1.147242, 1.606785",\
|
|
"1.017392, 1.026167, 1.052271, 1.147242, 1.606785",\
|
|
"1.017392, 1.026167, 1.052271, 1.147242, 1.606785");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491",\
|
|
"0.016416, 0.024493, 0.054440, 0.190738, 0.865491");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.051902, 1.058560, 1.075900, 1.122925, 1.314849",\
|
|
"1.084368, 1.091026, 1.108366, 1.155391, 1.347315",\
|
|
"1.100342, 1.106999, 1.124340, 1.171365, 1.363289",\
|
|
"1.100342, 1.106999, 1.124340, 1.171365, 1.363289",\
|
|
"1.100342, 1.106999, 1.124340, 1.171365, 1.363289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014470, 0.018993, 0.032428, 0.086667, 0.343936",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.343936",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.343936",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.343936",\
|
|
"0.014470, 0.018993, 0.032428, 0.086667, 0.343936");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.850593, 1.859369, 1.885475, 1.980447, 2.439990",\
|
|
"1.850593, 1.859369, 1.885475, 1.980447, 2.439990",\
|
|
"1.850593, 1.859369, 1.885475, 1.980447, 2.439990",\
|
|
"1.850593, 1.859369, 1.885475, 1.980447, 2.439990",\
|
|
"1.850593, 1.859369, 1.885475, 1.980447, 2.439990");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.016426, 0.024502, 0.054444, 0.190738, 0.865490",\
|
|
"0.016426, 0.024502, 0.054444, 0.190738, 0.865490",\
|
|
"0.016426, 0.024502, 0.054444, 0.190738, 0.865490",\
|
|
"0.016426, 0.024502, 0.054444, 0.190738, 0.865490",\
|
|
"0.016426, 0.024502, 0.054444, 0.190738, 0.865490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.888347, 1.895006, 1.912348, 1.959376, 2.151301",\
|
|
"1.888347, 1.895006, 1.912348, 1.959376, 2.151301",\
|
|
"1.888347, 1.895006, 1.912348, 1.959376, 2.151301",\
|
|
"1.888347, 1.895006, 1.912348, 1.959376, 2.151301",\
|
|
"1.888347, 1.895006, 1.912348, 1.959376, 2.151301");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014479, 0.019002, 0.032437, 0.086671, 0.345622",\
|
|
"0.014479, 0.019002, 0.032437, 0.086671, 0.345622",\
|
|
"0.014479, 0.019002, 0.032437, 0.086671, 0.345622",\
|
|
"0.014479, 0.019002, 0.032437, 0.086671, 0.345622",\
|
|
"0.014479, 0.019002, 0.032437, 0.086671, 0.345622");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.615092, 1.623865, 1.649969, 1.744940, 2.204483",\
|
|
"1.615092, 1.623865, 1.649969, 1.744940, 2.204483",\
|
|
"1.615092, 1.623865, 1.649969, 1.744940, 2.204483",\
|
|
"1.615092, 1.623865, 1.649969, 1.744940, 2.204483",\
|
|
"1.615092, 1.623865, 1.649969, 1.744940, 2.204483");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.016411, 0.024489, 0.054438, 0.190738, 0.865491",\
|
|
"0.016411, 0.024489, 0.054438, 0.190738, 0.865491",\
|
|
"0.016411, 0.024489, 0.054438, 0.190738, 0.865491",\
|
|
"0.016411, 0.024489, 0.054438, 0.190738, 0.865491",\
|
|
"0.016411, 0.024489, 0.054438, 0.190738, 0.865491");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.696897, 1.703560, 1.720913, 1.767925, 1.959845",\
|
|
"1.696897, 1.703560, 1.720913, 1.767925, 1.959845",\
|
|
"1.696897, 1.703560, 1.720913, 1.767925, 1.959845",\
|
|
"1.696897, 1.703560, 1.720913, 1.767925, 1.959845",\
|
|
"1.696897, 1.703560, 1.720913, 1.767925, 1.959845");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014471, 0.018995, 0.032418, 0.086665, 0.343942",\
|
|
"0.014471, 0.018995, 0.032418, 0.086665, 0.343942",\
|
|
"0.014471, 0.018995, 0.032418, 0.086665, 0.343942",\
|
|
"0.014471, 0.018995, 0.032418, 0.086665, 0.343942",\
|
|
"0.014471, 0.018995, 0.032418, 0.086665, 0.343942");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000852 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_load;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.966750, 0.975436, 1.001456, 1.096404, 1.555934",\
|
|
"0.999216, 1.007902, 1.033922, 1.128870, 1.588400",\
|
|
"1.022797, 1.031482, 1.057503, 1.152451, 1.604374",\
|
|
"1.037809, 1.046495, 1.072515, 1.167463, 1.604374",\
|
|
"1.037809, 1.046495, 1.072515, 1.167463, 1.604374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.073298, 1.079965, 1.097319, 1.144333, 1.336258",\
|
|
"1.105764, 1.112431, 1.129785, 1.176799, 1.368724",\
|
|
"1.129345, 1.136012, 1.153366, 1.200379, 1.384698",\
|
|
"1.144357, 1.151024, 1.168378, 1.215392, 1.384698",\
|
|
"1.144357, 1.151024, 1.168378, 1.215392, 1.384698");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.014462, 0.018990, 0.032414, 0.086661, 0.345626",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.345626",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.345626",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.345626",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.345626");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.966750, 0.975436, 1.001456, 1.096404, 1.555934",\
|
|
"0.999216, 1.007902, 1.033922, 1.128870, 1.588400",\
|
|
"1.015189, 1.023875, 1.049895, 1.144844, 1.604374",\
|
|
"1.015189, 1.023875, 1.049895, 1.144844, 1.604374",\
|
|
"1.015189, 1.023875, 1.049895, 1.144844, 1.604374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534",\
|
|
"0.015852, 0.024000, 0.054192, 0.190704, 0.865534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.073298, 1.079965, 1.097319, 1.144333, 1.336258",\
|
|
"1.105764, 1.112431, 1.129785, 1.176799, 1.368724",\
|
|
"1.121738, 1.128405, 1.145759, 1.192772, 1.384698",\
|
|
"1.121738, 1.128405, 1.145759, 1.192772, 1.384698",\
|
|
"1.121738, 1.128405, 1.145759, 1.192772, 1.384698");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.014462, 0.018990, 0.032414, 0.086661, 0.343942",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.343942",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.343942",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.343942",\
|
|
"0.014462, 0.018990, 0.032414, 0.086661, 0.343942");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.814785, 1.823475, 1.849498, 1.944447, 2.403978",\
|
|
"1.814785, 1.823475, 1.849498, 1.944447, 2.403978",\
|
|
"1.814785, 1.823475, 1.849498, 1.944447, 2.403978",\
|
|
"1.814785, 1.823475, 1.849498, 1.944447, 2.403978",\
|
|
"1.814785, 1.823475, 1.849498, 1.944447, 2.403978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.015872, 0.024017, 0.054201, 0.190704, 0.865533",\
|
|
"0.015872, 0.024017, 0.054201, 0.190704, 0.865533",\
|
|
"0.015872, 0.024017, 0.054201, 0.190704, 0.865533",\
|
|
"0.015872, 0.024017, 0.054201, 0.190704, 0.865533",\
|
|
"0.015872, 0.024017, 0.054201, 0.190704, 0.865533");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.883256, 1.889922, 1.907273, 1.954289, 2.146215",\
|
|
"1.883256, 1.889922, 1.907273, 1.954289, 2.146215",\
|
|
"1.883256, 1.889922, 1.907273, 1.954289, 2.146215",\
|
|
"1.883256, 1.889922, 1.907273, 1.954289, 2.146215",\
|
|
"1.883256, 1.889922, 1.907273, 1.954289, 2.146215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.014462, 0.018989, 0.032416, 0.086661, 0.345625",\
|
|
"0.014462, 0.018989, 0.032416, 0.086661, 0.345625",\
|
|
"0.014462, 0.018989, 0.032416, 0.086661, 0.345625",\
|
|
"0.014462, 0.018989, 0.032416, 0.086661, 0.345625",\
|
|
"0.014462, 0.018989, 0.032416, 0.086661, 0.345625");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.671720, 1.680406, 1.706426, 1.801374, 2.260904",\
|
|
"1.671720, 1.680406, 1.706426, 1.801374, 2.260904",\
|
|
"1.671720, 1.680406, 1.706426, 1.801374, 2.260904",\
|
|
"1.671720, 1.680406, 1.706426, 1.801374, 2.260904",\
|
|
"1.671720, 1.680406, 1.706426, 1.801374, 2.260904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.015851, 0.023999, 0.054192, 0.190704, 0.865534",\
|
|
"0.015851, 0.023999, 0.054192, 0.190704, 0.865534",\
|
|
"0.015851, 0.023999, 0.054192, 0.190704, 0.865534",\
|
|
"0.015851, 0.023999, 0.054192, 0.190704, 0.865534",\
|
|
"0.015851, 0.023999, 0.054192, 0.190704, 0.865534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.753423, 1.760094, 1.777459, 1.824461, 2.016383",\
|
|
"1.753423, 1.760094, 1.777459, 1.824461, 2.016383",\
|
|
"1.753423, 1.760094, 1.777459, 1.824461, 2.016383",\
|
|
"1.753423, 1.760094, 1.777459, 1.824461, 2.016383",\
|
|
"1.753423, 1.760094, 1.777459, 1.824461, 2.016383");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.014462, 0.018992, 0.032406, 0.086659, 0.343947",\
|
|
"0.014462, 0.018992, 0.032406, 0.086659, 0.343947",\
|
|
"0.014462, 0.018992, 0.032406, 0.086659, 0.343947",\
|
|
"0.014462, 0.018992, 0.032406, 0.086659, 0.343947",\
|
|
"0.014462, 0.018992, 0.032406, 0.086659, 0.343947");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_load_redg_min*/
|
|
|
|
} /* end of pin serial_load */
|
|
|
|
pin("serial_resetn") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000695 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_resetn;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.920886, 0.929669, 0.955730, 1.050592, 1.509782",\
|
|
"0.953352, 0.962135, 0.988196, 1.083058, 1.542248",\
|
|
"0.976933, 0.985716, 1.011777, 1.106639, 1.558222",\
|
|
"0.991945, 1.000728, 1.026789, 1.121651, 1.558222",\
|
|
"0.991945, 1.000728, 1.026789, 1.121651, 1.558222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.032543, 1.039251, 1.056608, 1.103536, 1.295326",\
|
|
"1.065009, 1.071717, 1.089074, 1.136003, 1.327792",\
|
|
"1.088589, 1.095298, 1.112655, 1.159583, 1.343766",\
|
|
"1.103601, 1.110310, 1.127667, 1.174595, 1.343766",\
|
|
"1.103601, 1.110310, 1.127667, 1.174595, 1.343766");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.014394, 0.018960, 0.032413, 0.086390, 0.345009",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.345009",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.345009",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.345009",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.345009");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.920886, 0.929669, 0.955730, 1.050592, 1.509782",\
|
|
"0.953352, 0.962135, 0.988196, 1.083058, 1.542248",\
|
|
"0.969326, 0.978109, 1.004170, 1.099031, 1.558222",\
|
|
"0.969326, 0.978109, 1.004170, 1.099031, 1.558222",\
|
|
"0.969326, 0.978109, 1.004170, 1.099031, 1.558222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444",\
|
|
"0.016020, 0.024143, 0.054209, 0.190360, 0.864444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.032543, 1.039251, 1.056608, 1.103536, 1.295326",\
|
|
"1.065009, 1.071717, 1.089074, 1.136003, 1.327792",\
|
|
"1.080982, 1.087691, 1.105047, 1.151976, 1.343766",\
|
|
"1.080982, 1.087691, 1.105047, 1.151976, 1.343766",\
|
|
"1.080982, 1.087691, 1.105047, 1.151976, 1.343766");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.014394, 0.018960, 0.032413, 0.086390, 0.342484",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.342484",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.342484",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.342484",\
|
|
"0.014394, 0.018960, 0.032413, 0.086390, 0.342484");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.822203, 1.830990, 1.857055, 1.951917, 2.411108",\
|
|
"1.822203, 1.830990, 1.857055, 1.951917, 2.411108",\
|
|
"1.822203, 1.830990, 1.857055, 1.951917, 2.411108",\
|
|
"1.822203, 1.830990, 1.857055, 1.951917, 2.411108",\
|
|
"1.822203, 1.830990, 1.857055, 1.951917, 2.411108");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.016042, 0.024162, 0.054219, 0.190361, 0.864442",\
|
|
"0.016042, 0.024162, 0.054219, 0.190361, 0.864442",\
|
|
"0.016042, 0.024162, 0.054219, 0.190361, 0.864442",\
|
|
"0.016042, 0.024162, 0.054219, 0.190361, 0.864442",\
|
|
"0.016042, 0.024162, 0.054219, 0.190361, 0.864442");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.889668, 1.896381, 1.913747, 1.960680, 2.152472",\
|
|
"1.889668, 1.896381, 1.913747, 1.960680, 2.152472",\
|
|
"1.889668, 1.896381, 1.913747, 1.960680, 2.152472",\
|
|
"1.889668, 1.896381, 1.913747, 1.960680, 2.152472",\
|
|
"1.889668, 1.896381, 1.913747, 1.960680, 2.152472");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.014418, 0.018986, 0.032434, 0.086401, 0.345015",\
|
|
"0.014418, 0.018986, 0.032434, 0.086401, 0.345015",\
|
|
"0.014418, 0.018986, 0.032434, 0.086401, 0.345015",\
|
|
"0.014418, 0.018986, 0.032434, 0.086401, 0.345015",\
|
|
"0.014418, 0.018986, 0.032434, 0.086401, 0.345015");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.707410, 1.716193, 1.742255, 1.837116, 2.296306",\
|
|
"1.707410, 1.716193, 1.742255, 1.837116, 2.296306",\
|
|
"1.707410, 1.716193, 1.742255, 1.837116, 2.296306",\
|
|
"1.707410, 1.716193, 1.742255, 1.837116, 2.296306",\
|
|
"1.707410, 1.716193, 1.742255, 1.837116, 2.296306");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.016021, 0.024143, 0.054210, 0.190360, 0.864444",\
|
|
"0.016021, 0.024143, 0.054210, 0.190360, 0.864444",\
|
|
"0.016021, 0.024143, 0.054210, 0.190360, 0.864444",\
|
|
"0.016021, 0.024143, 0.054210, 0.190360, 0.864444",\
|
|
"0.016021, 0.024143, 0.054210, 0.190360, 0.864444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.797659, 1.804368, 1.821726, 1.868641, 2.060426",\
|
|
"1.797659, 1.804368, 1.821726, 1.868641, 2.060426",\
|
|
"1.797659, 1.804368, 1.821726, 1.868641, 2.060426",\
|
|
"1.797659, 1.804368, 1.821726, 1.868641, 2.060426",\
|
|
"1.797659, 1.804368, 1.821726, 1.868641, 2.060426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.014373, 0.018938, 0.032387, 0.086380, 0.342483",\
|
|
"0.014373, 0.018938, 0.032387, 0.086380, 0.342483",\
|
|
"0.014373, 0.018938, 0.032387, 0.086380, 0.342483",\
|
|
"0.014373, 0.018938, 0.032387, 0.086380, 0.342483",\
|
|
"0.014373, 0.018938, 0.032387, 0.086380, 0.342483");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg_min*/
|
|
|
|
} /* end of pin serial_resetn */
|
|
|
|
pin("spi_csb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002413 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_csb;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002913 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_enabled;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002414 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sck;
|
|
} /* end of pin spi_sck */
|
|
|
|
pin("spi_sdi") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdi;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.431657, 0.440156, 0.466217, 0.561380, 1.014980",\
|
|
"0.466810, 0.475309, 0.501370, 0.596533, 1.050133",\
|
|
"0.490830, 0.499330, 0.525390, 0.620553, 1.074154",\
|
|
"0.508706, 0.517206, 0.543267, 0.638430, 1.082541",\
|
|
"0.508706, 0.517206, 0.543267, 0.638430, 1.082541");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.017019, 0.025053, 0.055042, 0.191840, 0.862271",\
|
|
"0.017019, 0.025053, 0.055042, 0.191840, 0.862271",\
|
|
"0.017019, 0.025053, 0.055043, 0.191840, 0.862271",\
|
|
"0.017020, 0.025054, 0.055043, 0.191840, 0.862271",\
|
|
"0.017021, 0.025055, 0.055044, 0.191840, 0.862271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.423290, 0.429729, 0.447039, 0.492236, 0.686198",\
|
|
"0.474988, 0.481426, 0.498737, 0.543934, 0.737896",\
|
|
"0.539799, 0.546238, 0.563548, 0.608745, 0.802707",\
|
|
"0.646692, 0.653131, 0.670439, 0.715638, 0.909601",\
|
|
"0.827441, 0.833879, 0.851186, 0.896386, 1.090350");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.014901, 0.019282, 0.032588, 0.086308, 0.346816",\
|
|
"0.014901, 0.019282, 0.032588, 0.086308, 0.346816",\
|
|
"0.014902, 0.019282, 0.032588, 0.086308, 0.346816",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.346816",\
|
|
"0.014903, 0.019281, 0.032591, 0.086308, 0.346815");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.430684, 0.439183, 0.465243, 0.560406, 1.014006",\
|
|
"0.465837, 0.474336, 0.500396, 0.595559, 1.049159",\
|
|
"0.489872, 0.498371, 0.524431, 0.619594, 1.073195",\
|
|
"0.498334, 0.506834, 0.532894, 0.628057, 1.081658",\
|
|
"0.498334, 0.506834, 0.532894, 0.628057, 1.081658");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.017017, 0.025051, 0.055042, 0.191840, 0.862272",\
|
|
"0.017017, 0.025051, 0.055042, 0.191840, 0.862272",\
|
|
"0.017017, 0.025052, 0.055042, 0.191840, 0.862271",\
|
|
"0.017018, 0.025052, 0.055042, 0.191840, 0.862271",\
|
|
"0.017020, 0.025054, 0.055043, 0.191840, 0.862271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.415016, 0.421456, 0.438768, 0.483963, 0.677925",\
|
|
"0.466714, 0.473154, 0.490466, 0.535661, 0.729623",\
|
|
"0.532010, 0.538450, 0.555762, 0.600957, 0.794919",\
|
|
"0.639565, 0.646004, 0.663315, 0.708511, 0.902473",\
|
|
"0.821324, 0.827763, 0.845071, 0.890270, 1.084233");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.014900, 0.019282, 0.032586, 0.086308, 0.344831",\
|
|
"0.014900, 0.019282, 0.032586, 0.086308, 0.344831",\
|
|
"0.014900, 0.019282, 0.032587, 0.086308, 0.344831",\
|
|
"0.014901, 0.019282, 0.032587, 0.086308, 0.344830",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.344829");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.344204, 0.352702, 0.378759, 0.473921, 0.927521",\
|
|
"0.379127, 0.387624, 0.413682, 0.508844, 0.962444",\
|
|
"0.406529, 0.415026, 0.441083, 0.536246, 0.989845",\
|
|
"0.430440, 0.438937, 0.464995, 0.560157, 1.013340",\
|
|
"0.430440, 0.438937, 0.464995, 0.560157, 1.013340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.017001, 0.025037, 0.055035, 0.191839, 0.862273",\
|
|
"0.017001, 0.025037, 0.055035, 0.191839, 0.862273",\
|
|
"0.017001, 0.025037, 0.055035, 0.191839, 0.862273",\
|
|
"0.017002, 0.025038, 0.055035, 0.191839, 0.862273",\
|
|
"0.017004, 0.025040, 0.055036, 0.191839, 0.862273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.345367, 0.351805, 0.369114, 0.414312, 0.608275",\
|
|
"0.395967, 0.402406, 0.419715, 0.464913, 0.658876",\
|
|
"0.457395, 0.463834, 0.481143, 0.526341, 0.720304",\
|
|
"0.557613, 0.564052, 0.581361, 0.626559, 0.820522",\
|
|
"0.722130, 0.728568, 0.745877, 0.791076, 0.985038");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.014902, 0.019281, 0.032589, 0.086308, 0.346816",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.346816",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.346816",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.346816",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.346816");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.344204, 0.352702, 0.378759, 0.473921, 0.927521",\
|
|
"0.379127, 0.387624, 0.413682, 0.508844, 0.962444",\
|
|
"0.406529, 0.415026, 0.441083, 0.536246, 0.989845",\
|
|
"0.430022, 0.438520, 0.464578, 0.559740, 1.013340",\
|
|
"0.430022, 0.438520, 0.464578, 0.559740, 1.013340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.017001, 0.025037, 0.055035, 0.191839, 0.862273",\
|
|
"0.017001, 0.025037, 0.055035, 0.191839, 0.862273",\
|
|
"0.017001, 0.025037, 0.055035, 0.191839, 0.862273",\
|
|
"0.017002, 0.025038, 0.055035, 0.191839, 0.862273",\
|
|
"0.017004, 0.025040, 0.055036, 0.191839, 0.862273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.345367, 0.351805, 0.369114, 0.414312, 0.608275",\
|
|
"0.395967, 0.402406, 0.419715, 0.464913, 0.658876",\
|
|
"0.457395, 0.463834, 0.481143, 0.526341, 0.720304",\
|
|
"0.557613, 0.564052, 0.581361, 0.626559, 0.820522",\
|
|
"0.722130, 0.728568, 0.745877, 0.791076, 0.985038");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.014902, 0.019281, 0.032589, 0.086308, 0.344829",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.344829",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.344829",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.344829",\
|
|
"0.014902, 0.019281, 0.032589, 0.086308, 0.344829");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una_min*/
|
|
|
|
} /* end of pin spi_sdi */
|
|
|
|
pin("spi_sdo") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002403 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdo;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002385 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdoenb;
|
|
} /* end of pin spi_sdoenb */
|
|
|
|
pin("spimemio_flash_clk") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002488 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_clk;
|
|
} /* end of pin spimemio_flash_clk */
|
|
|
|
pin("spimemio_flash_csb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002531 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_csb;
|
|
} /* end of pin spimemio_flash_csb */
|
|
|
|
pin("spimemio_flash_io0_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001733 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.354177, 0.363025, 0.389467, 0.484674, 0.921234",\
|
|
"0.354177, 0.363025, 0.389467, 0.484674, 0.921234",\
|
|
"0.353235, 0.362084, 0.388526, 0.483733, 0.921234",\
|
|
"0.334854, 0.343702, 0.370144, 0.465351, 0.918916",\
|
|
"0.264778, 0.273626, 0.300068, 0.395275, 0.848841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.019645, 0.027340, 0.056195, 0.191820, 0.861507",\
|
|
"0.019645, 0.027340, 0.056195, 0.191820, 0.861507",\
|
|
"0.019645, 0.027340, 0.056195, 0.191820, 0.861507",\
|
|
"0.019645, 0.027340, 0.056195, 0.191820, 0.861507",\
|
|
"0.019645, 0.027340, 0.056195, 0.191820, 0.861507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.319409, 0.325885, 0.343269, 0.390508, 0.582433",\
|
|
"0.365037, 0.371514, 0.388898, 0.436136, 0.628062",\
|
|
"0.405899, 0.412375, 0.429760, 0.476998, 0.668924",\
|
|
"0.477118, 0.483595, 0.500979, 0.548218, 0.740143",\
|
|
"0.615666, 0.622142, 0.639527, 0.686765, 0.878691");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.015422, 0.019762, 0.033056, 0.087413, 0.346465",\
|
|
"0.015422, 0.019762, 0.033056, 0.087413, 0.346465",\
|
|
"0.015423, 0.019762, 0.033056, 0.087413, 0.346465",\
|
|
"0.015423, 0.019763, 0.033056, 0.087413, 0.346465",\
|
|
"0.015424, 0.019763, 0.033057, 0.087413, 0.346465");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.337171, 0.346019, 0.372461, 0.467668, 0.921234",\
|
|
"0.337171, 0.346019, 0.372461, 0.467668, 0.921234",\
|
|
"0.337171, 0.346019, 0.372461, 0.467668, 0.921234",\
|
|
"0.334854, 0.343702, 0.370144, 0.465351, 0.918916",\
|
|
"0.264778, 0.273626, 0.300068, 0.395275, 0.848841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.019644, 0.027338, 0.056195, 0.191820, 0.861507",\
|
|
"0.019644, 0.027338, 0.056195, 0.191820, 0.861507",\
|
|
"0.019644, 0.027338, 0.056195, 0.191820, 0.861507",\
|
|
"0.019644, 0.027338, 0.056195, 0.191820, 0.861507",\
|
|
"0.019644, 0.027339, 0.056195, 0.191820, 0.861507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.317119, 0.323564, 0.340885, 0.388092, 0.580003",\
|
|
"0.362748, 0.369193, 0.386513, 0.433720, 0.625632",\
|
|
"0.403610, 0.410055, 0.427375, 0.474583, 0.666494",\
|
|
"0.474830, 0.481275, 0.498595, 0.545803, 0.737714",\
|
|
"0.613377, 0.619823, 0.637143, 0.684351, 0.876262");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.015240, 0.019572, 0.032901, 0.087337, 0.344546",\
|
|
"0.015240, 0.019573, 0.032901, 0.087337, 0.344547",\
|
|
"0.015240, 0.019573, 0.032902, 0.087337, 0.344547",\
|
|
"0.015241, 0.019573, 0.032902, 0.087337, 0.344547",\
|
|
"0.015241, 0.019574, 0.032902, 0.087337, 0.344547");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002531 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_do;
|
|
} /* end of pin spimemio_flash_io0_do */
|
|
|
|
pin("spimemio_flash_io0_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002718 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_oeb;
|
|
} /* end of pin spimemio_flash_io0_oeb */
|
|
|
|
pin("spimemio_flash_io1_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001672 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.450166, 0.458999, 0.485408, 0.580633, 1.000366",\
|
|
"0.450166, 0.458999, 0.485408, 0.580633, 1.000366",\
|
|
"0.450166, 0.458999, 0.485408, 0.580633, 1.000366",\
|
|
"0.444444, 0.453277, 0.479686, 0.574911, 1.000366",\
|
|
"0.396622, 0.405456, 0.431865, 0.527089, 0.980731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.019303, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019303, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019304, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019304, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019304, 0.027041, 0.056016, 0.191837, 0.861812");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.393153, 0.399628, 0.416982, 0.464229, 0.656225",\
|
|
"0.439809, 0.446283, 0.463637, 0.510885, 0.702881",\
|
|
"0.493609, 0.500083, 0.517437, 0.564685, 0.756680",\
|
|
"0.581310, 0.587784, 0.605139, 0.652386, 0.844382",\
|
|
"0.736005, 0.742479, 0.759833, 0.807081, 0.999076");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.015258, 0.019606, 0.032923, 0.087420, 0.346646",\
|
|
"0.015258, 0.019606, 0.032923, 0.087420, 0.346646",\
|
|
"0.015258, 0.019606, 0.032923, 0.087420, 0.346646",\
|
|
"0.015258, 0.019606, 0.032923, 0.087420, 0.346646",\
|
|
"0.015258, 0.019606, 0.032923, 0.087420, 0.346646");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.416258, 0.425091, 0.451500, 0.546724, 1.000366",\
|
|
"0.416258, 0.425091, 0.451500, 0.546724, 1.000366",\
|
|
"0.416258, 0.425091, 0.451500, 0.546724, 1.000366",\
|
|
"0.416258, 0.425091, 0.451500, 0.546724, 1.000366",\
|
|
"0.396622, 0.405456, 0.431865, 0.527089, 0.980731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.019303, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019303, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019304, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019304, 0.027040, 0.056016, 0.191837, 0.861812",\
|
|
"0.019304, 0.027041, 0.056016, 0.191837, 0.861812");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.391136, 0.397583, 0.414881, 0.462101, 0.654084",\
|
|
"0.437791, 0.444239, 0.461536, 0.508756, 0.700739",\
|
|
"0.491591, 0.498039, 0.515336, 0.562556, 0.754539",\
|
|
"0.579292, 0.585740, 0.603038, 0.650257, 0.842240",\
|
|
"0.733987, 0.740435, 0.757732, 0.804952, 0.996935");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.015098, 0.019439, 0.032787, 0.087353, 0.344680",\
|
|
"0.015098, 0.019439, 0.032787, 0.087353, 0.344680",\
|
|
"0.015098, 0.019439, 0.032787, 0.087353, 0.344680",\
|
|
"0.015098, 0.019439, 0.032787, 0.087353, 0.344680",\
|
|
"0.015098, 0.019439, 0.032787, 0.087353, 0.344680");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002673 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_do;
|
|
} /* end of pin spimemio_flash_io1_do */
|
|
|
|
pin("spimemio_flash_io1_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003644 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_oeb;
|
|
} /* end of pin spimemio_flash_io1_oeb */
|
|
|
|
pin("spimemio_flash_io2_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001493 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.387516, 0.395997, 0.421978, 0.517050, 0.970641",\
|
|
"0.422596, 0.431077, 0.457058, 0.552130, 1.005721",\
|
|
"0.449603, 0.458084, 0.484065, 0.579137, 1.032728",\
|
|
"0.472556, 0.481037, 0.507018, 0.602091, 1.055681",\
|
|
"0.473457, 0.481938, 0.507919, 0.602992, 1.056582");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.016315, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016315, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016315, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016316, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016316, 0.024434, 0.054664, 0.191505, 0.861756");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.377512, 0.384022, 0.401390, 0.446535, 0.640365",\
|
|
"0.428131, 0.434642, 0.452009, 0.497155, 0.690985",\
|
|
"0.489432, 0.495942, 0.513309, 0.558455, 0.752285",\
|
|
"0.590507, 0.597017, 0.614384, 0.659531, 0.853361",\
|
|
"0.755957, 0.762466, 0.779832, 0.824979, 1.018810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.014783, 0.019223, 0.032508, 0.086102, 0.346418",\
|
|
"0.014783, 0.019223, 0.032508, 0.086102, 0.346418",\
|
|
"0.014783, 0.019223, 0.032508, 0.086102, 0.346418",\
|
|
"0.014783, 0.019223, 0.032509, 0.086102, 0.346418",\
|
|
"0.014784, 0.019222, 0.032510, 0.086102, 0.346417");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.387516, 0.395997, 0.421978, 0.517050, 0.970641",\
|
|
"0.422596, 0.431077, 0.457058, 0.552130, 1.005721",\
|
|
"0.449603, 0.458084, 0.484065, 0.579137, 1.032728",\
|
|
"0.472556, 0.481037, 0.507018, 0.602091, 1.055681",\
|
|
"0.473457, 0.481938, 0.507919, 0.602992, 1.056582");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.016315, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016315, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016315, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016316, 0.024433, 0.054663, 0.191505, 0.861756",\
|
|
"0.016316, 0.024434, 0.054664, 0.191505, 0.861756");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.376251, 0.382762, 0.400129, 0.445275, 0.639105",\
|
|
"0.426871, 0.433381, 0.450749, 0.495894, 0.689724",\
|
|
"0.488194, 0.494704, 0.512072, 0.557217, 0.751047",\
|
|
"0.589410, 0.595920, 0.613287, 0.658433, 0.852264",\
|
|
"0.755957, 0.762466, 0.779832, 0.824979, 1.018810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.014783, 0.019223, 0.032508, 0.086102, 0.344542",\
|
|
"0.014783, 0.019223, 0.032508, 0.086102, 0.344542",\
|
|
"0.014783, 0.019223, 0.032508, 0.086102, 0.344542",\
|
|
"0.014783, 0.019223, 0.032509, 0.086102, 0.344541",\
|
|
"0.014784, 0.019222, 0.032510, 0.086102, 0.344541");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002852 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_do;
|
|
} /* end of pin spimemio_flash_io2_do */
|
|
|
|
pin("spimemio_flash_io2_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002318 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_oeb;
|
|
} /* end of pin spimemio_flash_io2_oeb */
|
|
|
|
pin("spimemio_flash_io3_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000800 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.418778, 0.427459, 0.453450, 0.548287, 0.963668",\
|
|
"0.418778, 0.427459, 0.453450, 0.548287, 0.963668",\
|
|
"0.418778, 0.427459, 0.453450, 0.548287, 0.963668",\
|
|
"0.418164, 0.426846, 0.452836, 0.547674, 0.963668",\
|
|
"0.374174, 0.382855, 0.408846, 0.503683, 0.962753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015715, 0.023881, 0.054129, 0.190410, 0.864371",\
|
|
"0.015715, 0.023881, 0.054129, 0.190410, 0.864371",\
|
|
"0.015715, 0.023881, 0.054129, 0.190410, 0.864371",\
|
|
"0.015715, 0.023882, 0.054129, 0.190410, 0.864371",\
|
|
"0.015716, 0.023882, 0.054129, 0.190410, 0.864371");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.339631, 0.346349, 0.363791, 0.410593, 0.602299",\
|
|
"0.390170, 0.396888, 0.414330, 0.461132, 0.652838",\
|
|
"0.453621, 0.460339, 0.477781, 0.524584, 0.716290",\
|
|
"0.562908, 0.569626, 0.587067, 0.633870, 0.825576",\
|
|
"0.753450, 0.760167, 0.777607, 0.824411, 1.016118");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.014442, 0.018995, 0.032335, 0.086375, 0.345000",\
|
|
"0.014442, 0.018995, 0.032335, 0.086375, 0.345000",\
|
|
"0.014442, 0.018995, 0.032335, 0.086375, 0.345000",\
|
|
"0.014442, 0.018994, 0.032336, 0.086376, 0.344999",\
|
|
"0.014442, 0.018994, 0.032337, 0.086376, 0.344998");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.375089, 0.383770, 0.409761, 0.504598, 0.963668",\
|
|
"0.375089, 0.383770, 0.409761, 0.504598, 0.963668",\
|
|
"0.375089, 0.383770, 0.409761, 0.504598, 0.963668",\
|
|
"0.375089, 0.383770, 0.409761, 0.504598, 0.963668",\
|
|
"0.374174, 0.382855, 0.408846, 0.503683, 0.962753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015715, 0.023881, 0.054129, 0.190410, 0.864371",\
|
|
"0.015715, 0.023881, 0.054129, 0.190410, 0.864371",\
|
|
"0.015715, 0.023881, 0.054129, 0.190410, 0.864371",\
|
|
"0.015715, 0.023882, 0.054129, 0.190410, 0.864371",\
|
|
"0.015716, 0.023882, 0.054129, 0.190410, 0.864371");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.339631, 0.346349, 0.363791, 0.410593, 0.602299",\
|
|
"0.390170, 0.396888, 0.414330, 0.461132, 0.652838",\
|
|
"0.453621, 0.460339, 0.477781, 0.524584, 0.716290",\
|
|
"0.562908, 0.569626, 0.587067, 0.633870, 0.825576",\
|
|
"0.753450, 0.760167, 0.777607, 0.824411, 1.016118");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.014442, 0.018995, 0.032335, 0.086375, 0.342497",\
|
|
"0.014442, 0.018995, 0.032335, 0.086375, 0.342497",\
|
|
"0.014442, 0.018995, 0.032335, 0.086375, 0.342497",\
|
|
"0.014442, 0.018994, 0.032336, 0.086376, 0.342497",\
|
|
"0.014442, 0.018994, 0.032337, 0.086376, 0.342496");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002752 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_do;
|
|
} /* end of pin spimemio_flash_io3_do */
|
|
|
|
pin("spimemio_flash_io3_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003302 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_oeb;
|
|
} /* end of pin spimemio_flash_io3_oeb */
|
|
|
|
pin("trap") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002915 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : trap;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.348512, 0.316046, 0.292511, 0.277497, 0.300118",\
|
|
"0.378749, 0.346283, 0.322749, 0.307734, 0.330356",\
|
|
"0.392292, 0.359826, 0.336291, 0.321277, 0.343898",\
|
|
"0.391918, 0.359452, 0.335917, 0.320903, 0.343524",\
|
|
"0.349281, 0.316814, 0.293280, 0.278265, 0.300887");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.653267, 0.620801, 0.597266, 0.582252, 0.604873",\
|
|
"0.703829, 0.671363, 0.647828, 0.632814, 0.655435",\
|
|
"0.768258, 0.735792, 0.712257, 0.697242, 0.719864",\
|
|
"0.879611, 0.847145, 0.823610, 0.808596, 0.831217",\
|
|
"1.069473, 1.037007, 1.013473, 0.998458, 1.021080");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.277794, -0.245328, -0.221748, -0.206736, -0.229355",\
|
|
"-0.308032, -0.275566, -0.251985, -0.236973, -0.259592",\
|
|
"-0.321575, -0.289109, -0.265528, -0.250516, -0.273135",\
|
|
"-0.321202, -0.288736, -0.265156, -0.250144, -0.272763",\
|
|
"-0.278573, -0.246107, -0.222526, -0.207514, -0.230134");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.552711, -0.520245, -0.496665, -0.481652, -0.504272",\
|
|
"-0.603273, -0.570807, -0.547227, -0.532215, -0.554834",\
|
|
"-0.667903, -0.635437, -0.611856, -0.596844, -0.619464",\
|
|
"-0.780230, -0.747764, -0.724183, -0.709171, -0.731791",\
|
|
"-0.970725, -0.938259, -0.914678, -0.899666, -0.922285");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002619 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : uart_enabled;
|
|
} /* end of pin uart_enabled */
|
|
|
|
pin("user_clock") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.132063 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : user_clock;
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005322 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.724920, 0.692454, 0.668919, 0.653905, 0.676526",\
|
|
"0.760089, 0.727623, 0.704088, 0.689074, 0.711695",\
|
|
"0.787132, 0.754666, 0.731132, 0.716117, 0.738739",\
|
|
"0.810561, 0.778095, 0.754560, 0.739546, 0.762167",\
|
|
"0.812735, 0.780269, 0.756734, 0.741720, 0.764341");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.109185, 1.076719, 1.053185, 1.038170, 1.060791",\
|
|
"1.159793, 1.127327, 1.103792, 1.088778, 1.111399",\
|
|
"1.221347, 1.188881, 1.165346, 1.150332, 1.172953",\
|
|
"1.323277, 1.290811, 1.267276, 1.252262, 1.274883",\
|
|
"1.493918, 1.461452, 1.437917, 1.422903, 1.445524");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.663370, -0.630904, -0.607324, -0.592312, -0.614931",\
|
|
"-0.698539, -0.666073, -0.642492, -0.627480, -0.650099",\
|
|
"-0.725583, -0.693117, -0.669537, -0.654525, -0.677144",\
|
|
"-0.749016, -0.716550, -0.692969, -0.677957, -0.700576",\
|
|
"-0.751201, -0.718735, -0.695154, -0.680142, -0.702762");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.022761, -0.990295, -0.966714, -0.951702, -0.974322",\
|
|
"-1.073369, -1.040903, -1.017322, -1.002310, -1.024929",\
|
|
"-1.134994, -1.102528, -1.078947, -1.063935, -1.086554",\
|
|
"-1.237149, -1.204683, -1.181102, -1.166090, -1.188709",\
|
|
"-1.408246, -1.375780, -1.352200, -1.337188, -1.359807");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vcc_pwrgood */
|
|
|
|
pin("usr1_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002573 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.304967, 0.272501, 0.248967, 0.233952, 0.256573",\
|
|
"0.331470, 0.299004, 0.275469, 0.260455, 0.283076",\
|
|
"0.339419, 0.306953, 0.283419, 0.268404, 0.291026",\
|
|
"0.332874, 0.300408, 0.276873, 0.261859, 0.284480",\
|
|
"0.283900, 0.251434, 0.227899, 0.212885, 0.235506");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.711176, 0.678710, 0.655175, 0.640161, 0.662782",\
|
|
"0.757863, 0.725397, 0.701862, 0.686848, 0.709469",\
|
|
"0.811534, 0.779068, 0.755533, 0.740519, 0.763140",\
|
|
"0.899576, 0.867110, 0.843576, 0.828561, 0.851182",\
|
|
"1.056449, 1.023983, 1.000448, 0.985434, 1.008055");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.242924, -0.210458, -0.186877, -0.171865, -0.194485",\
|
|
"-0.269427, -0.236961, -0.213380, -0.198368, -0.220987",\
|
|
"-0.277376, -0.244910, -0.221330, -0.206317, -0.228937",\
|
|
"-0.270831, -0.238365, -0.214784, -0.199772, -0.222391",\
|
|
"-0.221857, -0.189391, -0.165810, -0.150798, -0.173417");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.624989, -0.592523, -0.568942, -0.553930, -0.576549",\
|
|
"-0.671676, -0.639210, -0.615629, -0.600617, -0.623236",\
|
|
"-0.725347, -0.692881, -0.669300, -0.654288, -0.676907",\
|
|
"-0.813389, -0.780923, -0.757343, -0.742331, -0.764950",\
|
|
"-0.970262, -0.937796, -0.914216, -0.899204, -0.921823");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vdd_pwrgood */
|
|
|
|
pin("usr2_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002447 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.241354, 0.208888, 0.185354, 0.170339, 0.192961",\
|
|
"0.267870, 0.235404, 0.211869, 0.196855, 0.219476",\
|
|
"0.275800, 0.243333, 0.219799, 0.204784, 0.227406",\
|
|
"0.269250, 0.236784, 0.213249, 0.198235, 0.220856",\
|
|
"0.220218, 0.187752, 0.164217, 0.149203, 0.171824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.697948, 0.665482, 0.641947, 0.626933, 0.649554",\
|
|
"0.744644, 0.712178, 0.688643, 0.673629, 0.696250",\
|
|
"0.798267, 0.765801, 0.742266, 0.727252, 0.749873",\
|
|
"0.886152, 0.853685, 0.830151, 0.815136, 0.837758",\
|
|
"1.042791, 1.010325, 0.986790, 0.971776, 0.994397");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.177133, -0.144667, -0.121086, -0.106074, -0.128693",\
|
|
"-0.203648, -0.171182, -0.147602, -0.132590, -0.155209",\
|
|
"-0.211578, -0.179112, -0.155531, -0.140519, -0.163138",\
|
|
"-0.205028, -0.172562, -0.148981, -0.133969, -0.156588",\
|
|
"-0.155996, -0.123530, -0.099949, -0.084937, -0.107557");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.607931, -0.575465, -0.551884, -0.536872, -0.559491",\
|
|
"-0.654627, -0.622161, -0.598580, -0.583568, -0.606187",\
|
|
"-0.708250, -0.675784, -0.652203, -0.637191, -0.659810",\
|
|
"-0.796134, -0.763668, -0.740088, -0.725075, -0.747695",\
|
|
"-0.952773, -0.920307, -0.896727, -0.881715, -0.904334");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vcc_pwrgood */
|
|
|
|
pin("usr2_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003727 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.364794, 0.332328, 0.308793, 0.293779, 0.316400",\
|
|
"0.395368, 0.362902, 0.339367, 0.324353, 0.346974",\
|
|
"0.410861, 0.378395, 0.354861, 0.339846, 0.362468",\
|
|
"0.418315, 0.385849, 0.362314, 0.347300, 0.369921",\
|
|
"0.399409, 0.366943, 0.343408, 0.328394, 0.351015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.588318, 0.555852, 0.532318, 0.517303, 0.539924",\
|
|
"0.638341, 0.605875, 0.582340, 0.567326, 0.589947",\
|
|
"0.687083, 0.654617, 0.631083, 0.616068, 0.638689",\
|
|
"0.765489, 0.733023, 0.709489, 0.694474, 0.717096",\
|
|
"0.902636, 0.870170, 0.846636, 0.831621, 0.854242");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.294322, -0.261856, -0.238275, -0.223263, -0.245883",\
|
|
"-0.324896, -0.292430, -0.268850, -0.253837, -0.276457",\
|
|
"-0.340390, -0.307924, -0.284343, -0.269331, -0.291950",\
|
|
"-0.347843, -0.315377, -0.291797, -0.276785, -0.299404",\
|
|
"-0.328937, -0.296471, -0.272891, -0.257879, -0.280498");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.492381, -0.459915, -0.436334, -0.421322, -0.443942",\
|
|
"-0.542404, -0.509938, -0.486357, -0.471345, -0.493964",\
|
|
"-0.591146, -0.558680, -0.535100, -0.520087, -0.542707",\
|
|
"-0.669553, -0.637087, -0.613506, -0.598494, -0.621113",\
|
|
"-0.806699, -0.774233, -0.750653, -0.735641, -0.758260");
|
|
}
|
|
|
|
} /* 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.001917 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_ack_o;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "1.982768, 1.992410, 2.020145, 2.115401, 2.568309",\
|
|
"2.015234, 2.024876, 2.052611, 2.147867, 2.600775",\
|
|
"2.038769, 2.048411, 2.076146, 2.171402, 2.616702",\
|
|
"2.053783, 2.063425, 2.091161, 2.186416, 2.616702",\
|
|
"2.053783, 2.063425, 2.091161, 2.186416, 2.616702");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "1.949247, 1.956124, 1.974416, 2.022212, 2.214470",\
|
|
"1.981713, 1.988590, 2.006882, 2.054678, 2.246936",\
|
|
"2.005248, 2.012125, 2.030416, 2.078212, 2.262864",\
|
|
"2.020262, 2.027139, 2.045431, 2.093227, 2.262864",\
|
|
"2.020262, 2.027139, 2.045431, 2.093227, 2.262864");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.018150, 0.022555, 0.035323, 0.088801, 0.347674",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.347674",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.347674",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.347674",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.347674");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "1.982768, 1.992410, 2.020145, 2.115401, 2.568309",\
|
|
"2.015234, 2.024876, 2.052611, 2.147867, 2.600775",\
|
|
"2.031162, 2.040804, 2.068539, 2.163795, 2.616702",\
|
|
"2.031162, 2.040804, 2.068539, 2.163795, 2.616702",\
|
|
"2.031162, 2.040804, 2.068539, 2.163795, 2.616702");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447",\
|
|
"0.023141, 0.031107, 0.058871, 0.192890, 0.860447");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "1.949247, 1.956124, 1.974416, 2.022212, 2.214470",\
|
|
"1.981713, 1.988590, 2.006882, 2.054678, 2.246936",\
|
|
"1.997641, 2.004518, 2.022810, 2.070606, 2.262864",\
|
|
"1.997641, 2.004518, 2.022810, 2.070606, 2.262864",\
|
|
"1.997641, 2.004518, 2.022810, 2.070606, 2.262864");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.018150, 0.022555, 0.035323, 0.088801, 0.345635",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.345635",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.345635",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.345635",\
|
|
"0.018150, 0.022555, 0.035323, 0.088801, 0.345635");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.060726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_clk_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.209836");
|
|
}
|
|
|
|
} /* 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 ( "0.277414");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwh*/
|
|
|
|
} /* end of pin wb_clk_i */
|
|
|
|
pin("wb_cyc_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005266 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_cyc_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.330316, 0.297850, 0.274315, 0.259301, 0.281922",\
|
|
"0.348854, 0.316388, 0.292853, 0.277839, 0.300460",\
|
|
"0.346694, 0.314228, 0.290694, 0.275679, 0.298301",\
|
|
"0.327075, 0.294609, 0.271074, 0.256060, 0.278681",\
|
|
"0.259157, 0.226691, 0.203157, 0.188142, 0.210764");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.236962, 0.204497, 0.180962, 0.165947, 0.188569",\
|
|
"0.282801, 0.250335, 0.226801, 0.211786, 0.234407",\
|
|
"0.325447, 0.292982, 0.269447, 0.254432, 0.277054",\
|
|
"0.399083, 0.366617, 0.343082, 0.328068, 0.350689",\
|
|
"0.545137, 0.512671, 0.489136, 0.474122, 0.496743");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.175915, -0.143449, -0.119915, -0.104900, -0.127522",\
|
|
"-0.194454, -0.161988, -0.138453, -0.123438, -0.146060",\
|
|
"-0.192294, -0.159828, -0.136293, -0.121279, -0.143900",\
|
|
"-0.172674, -0.140208, -0.116674, -0.101659, -0.124280",\
|
|
"-0.104757, -0.072291, -0.048756, -0.033742, -0.056363");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.098312, -0.065846, -0.042312, -0.027297, -0.049919",\
|
|
"-0.144151, -0.111685, -0.088151, -0.073136, -0.095757",\
|
|
"-0.186797, -0.154331, -0.130797, -0.115782, -0.138404",\
|
|
"-0.260433, -0.227967, -0.204432, -0.189418, -0.212039",\
|
|
"-0.406487, -0.374021, -0.350486, -0.335472, -0.358093");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_hldr*/
|
|
|
|
} /* end of pin wb_cyc_i */
|
|
|
|
pin("wb_rstn_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005345 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_rstn_i;
|
|
} /* end of pin wb_rstn_i */
|
|
|
|
pin("wb_stb_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003018 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_stb_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.366597, 0.334131, 0.310597, 0.295582, 0.318203",\
|
|
"0.401651, 0.369185, 0.345650, 0.330636, 0.353257",\
|
|
"0.428715, 0.396249, 0.372715, 0.357700, 0.380322",\
|
|
"0.451994, 0.419528, 0.395994, 0.380979, 0.403601",\
|
|
"0.453627, 0.421161, 0.397626, 0.382612, 0.405233");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.330323, 0.297857, 0.274322, 0.259307, 0.281929",\
|
|
"0.380962, 0.348496, 0.324961, 0.309947, 0.332568",\
|
|
"0.442698, 0.410232, 0.386698, 0.371683, 0.394304",\
|
|
"0.545003, 0.512537, 0.489002, 0.473988, 0.496609",\
|
|
"0.716389, 0.683923, 0.660388, 0.645374, 0.667995");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.212197, -0.179731, -0.156196, -0.141182, -0.163803",\
|
|
"-0.247251, -0.214785, -0.191250, -0.176236, -0.198857",\
|
|
"-0.274315, -0.241849, -0.218314, -0.203300, -0.225921",\
|
|
"-0.297594, -0.265128, -0.241593, -0.226579, -0.249200",\
|
|
"-0.299226, -0.266760, -0.243226, -0.228211, -0.250833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.189302, -0.156836, -0.133301, -0.118287, -0.140908",\
|
|
"-0.239942, -0.207476, -0.183941, -0.168927, -0.191548",\
|
|
"-0.301725, -0.269259, -0.245724, -0.230709, -0.253331",\
|
|
"-0.404177, -0.371711, -0.348177, -0.333162, -0.355783",\
|
|
"-0.575842, -0.543376, -0.519841, -0.504827, -0.527448");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_hldr*/
|
|
|
|
} /* end of pin wb_stb_i */
|
|
|
|
pin("wb_we_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004301 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_we_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.281557, 0.249091, 0.225556, 0.210542, 0.233163",\
|
|
"0.311978, 0.279512, 0.255977, 0.240963, 0.263584",\
|
|
"0.327562, 0.295096, 0.271562, 0.256547, 0.279169",\
|
|
"0.335780, 0.303314, 0.279779, 0.264765, 0.287386",\
|
|
"0.316654, 0.284188, 0.260654, 0.245639, 0.268260");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.354052, 0.321586, 0.298051, 0.283036, 0.305658",\
|
|
"0.402956, 0.370490, 0.346955, 0.331941, 0.354562",\
|
|
"0.451503, 0.419037, 0.395503, 0.380488, 0.403110",\
|
|
"0.529586, 0.497120, 0.473586, 0.458571, 0.481193",\
|
|
"0.665106, 0.632640, 0.609106, 0.594091, 0.616713");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.010037, 0.022429, 0.045964, 0.060978, 0.038357",\
|
|
"-0.040458, -0.007992, 0.015543, 0.030557, 0.007936",\
|
|
"-0.056145, -0.023679, -0.000145, 0.014870, -0.007752",\
|
|
"-0.064133, -0.031667, -0.008133, 0.006882, -0.015740",\
|
|
"-0.044765, -0.012299, 0.011235, 0.026250, 0.003629");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.136057, 0.168523, 0.192058, 0.207072, 0.184451",\
|
|
"0.087153, 0.119619, 0.143153, 0.158168, 0.135546",\
|
|
"0.038528, 0.070994, 0.094529, 0.109543, 0.086922",\
|
|
"-0.040195, -0.007729, 0.015805, 0.030820, 0.008198",\
|
|
"-0.176497, -0.144031, -0.120497, -0.105482, -0.128104");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_hldr*/
|
|
|
|
} /* end of pin wb_we_i */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
} /* end of pin VGND */
|
|
bus ( irq ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("irq[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001048 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[2];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.473651, 0.482578, 0.508882, 0.603996, 1.063885",\
|
|
"0.505388, 0.514314, 0.540618, 0.635732, 1.095621",\
|
|
"0.521571, 0.530498, 0.556801, 0.651916, 1.098338",\
|
|
"0.529552, 0.538479, 0.564783, 0.659897, 1.098338",\
|
|
"0.529552, 0.538479, 0.564783, 0.659897, 1.098338");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017838, 0.025740, 0.055114, 0.191139, 0.866354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.427805, 0.434421, 0.451769, 0.498898, 0.690942",\
|
|
"0.476228, 0.482844, 0.500191, 0.547321, 0.739364",\
|
|
"0.531406, 0.538022, 0.555370, 0.602500, 0.794543",\
|
|
"0.626204, 0.632820, 0.650168, 0.697298, 0.889342",\
|
|
"0.782313, 0.788931, 0.806281, 0.853413, 1.045457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.014632, 0.019113, 0.032519, 0.086958, 0.346193",\
|
|
"0.014632, 0.019113, 0.032519, 0.086958, 0.346193",\
|
|
"0.014633, 0.019114, 0.032519, 0.086958, 0.346193",\
|
|
"0.014634, 0.019115, 0.032520, 0.086959, 0.346193",\
|
|
"0.014641, 0.019122, 0.032526, 0.086962, 0.346195");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.473651, 0.482578, 0.508882, 0.603996, 1.063885",\
|
|
"0.505388, 0.514314, 0.540618, 0.635732, 1.095621",\
|
|
"0.508104, 0.517031, 0.543335, 0.638449, 1.098338",\
|
|
"0.508104, 0.517031, 0.543335, 0.638449, 1.098338",\
|
|
"0.508104, 0.517031, 0.543335, 0.638449, 1.098338");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017837, 0.025740, 0.055114, 0.191139, 0.866354",\
|
|
"0.017838, 0.025740, 0.055114, 0.191139, 0.866354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.426658, 0.433265, 0.450594, 0.497711, 0.689748",\
|
|
"0.475080, 0.481687, 0.499017, 0.546133, 0.738171",\
|
|
"0.530259, 0.536867, 0.554196, 0.601312, 0.793350",\
|
|
"0.625060, 0.631667, 0.648996, 0.696113, 0.888150",\
|
|
"0.781183, 0.787790, 0.805118, 0.852236, 1.044273");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.014573, 0.019052, 0.032467, 0.086933, 0.344354",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.344354",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.344354",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.344354",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.344354");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.652794, 1.659401, 1.676729, 1.723847, 1.915885",\
|
|
"1.652794, 1.659401, 1.676729, 1.723847, 1.915885",\
|
|
"1.652794, 1.659401, 1.676729, 1.723847, 1.915885",\
|
|
"1.652794, 1.659401, 1.676729, 1.723847, 1.915885",\
|
|
"1.652794, 1.659401, 1.676729, 1.723847, 1.915885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.014573, 0.019052, 0.032467, 0.086933, 0.346181",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.346181",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.346181",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.346181",\
|
|
"0.014573, 0.019052, 0.032467, 0.086933, 0.346181");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153",\
|
|
"1.664924, 1.673849, 1.700150, 1.795265, 2.255153");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355",\
|
|
"0.017827, 0.025731, 0.055109, 0.191138, 0.866355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.651515, 1.658126, 1.675463, 1.722571, 1.914607",\
|
|
"1.651515, 1.658126, 1.675463, 1.722571, 1.914607",\
|
|
"1.651515, 1.658126, 1.675463, 1.722571, 1.914607",\
|
|
"1.651515, 1.658126, 1.675463, 1.722571, 1.914607",\
|
|
"1.651515, 1.658126, 1.675463, 1.722571, 1.914607");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.014572, 0.019054, 0.032460, 0.086932, 0.344359",\
|
|
"0.014572, 0.019054, 0.032460, 0.086932, 0.344359",\
|
|
"0.014572, 0.019054, 0.032460, 0.086932, 0.344359",\
|
|
"0.014572, 0.019054, 0.032460, 0.086932, 0.344359",\
|
|
"0.014572, 0.019054, 0.032460, 0.086932, 0.344359");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[2]_redg_min*/
|
|
|
|
} /* end of pin irq[2] */
|
|
|
|
pin("irq[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001590 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.426945, 0.435487, 0.461566, 0.556730, 1.010391",\
|
|
"0.461826, 0.470368, 0.496447, 0.591610, 1.045272",\
|
|
"0.489032, 0.497575, 0.523654, 0.618818, 1.072479",\
|
|
"0.512728, 0.521270, 0.547349, 0.642513, 1.096174",\
|
|
"0.515049, 0.523592, 0.549671, 0.644835, 1.098496");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.017004, 0.025035, 0.054991, 0.191760, 0.862267",\
|
|
"0.017004, 0.025035, 0.054991, 0.191760, 0.862267",\
|
|
"0.017005, 0.025035, 0.054991, 0.191760, 0.862267",\
|
|
"0.017006, 0.025036, 0.054991, 0.191760, 0.862267",\
|
|
"0.017008, 0.025039, 0.054992, 0.191760, 0.862267");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.441213, 0.447673, 0.464972, 0.510194, 0.704196",\
|
|
"0.491865, 0.498325, 0.515624, 0.560845, 0.754848",\
|
|
"0.553548, 0.560008, 0.577306, 0.622528, 0.816531",\
|
|
"0.655640, 0.662099, 0.679398, 0.724620, 0.918622",\
|
|
"0.825313, 0.831773, 0.849070, 0.894293, 1.088296");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.014863, 0.019243, 0.032581, 0.086281, 0.346803",\
|
|
"0.014863, 0.019243, 0.032581, 0.086281, 0.346803",\
|
|
"0.014863, 0.019243, 0.032581, 0.086281, 0.346803",\
|
|
"0.014863, 0.019243, 0.032582, 0.086281, 0.346803",\
|
|
"0.014864, 0.019243, 0.032582, 0.086281, 0.346803");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.426945, 0.435487, 0.461566, 0.556730, 1.010391",\
|
|
"0.461826, 0.470368, 0.496447, 0.591610, 1.045272",\
|
|
"0.489032, 0.497575, 0.523654, 0.618818, 1.072479",\
|
|
"0.512728, 0.521270, 0.547349, 0.642513, 1.096174",\
|
|
"0.515049, 0.523592, 0.549671, 0.644835, 1.098496");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.017004, 0.025035, 0.054991, 0.191760, 0.862267",\
|
|
"0.017004, 0.025035, 0.054991, 0.191760, 0.862267",\
|
|
"0.017005, 0.025035, 0.054991, 0.191760, 0.862267",\
|
|
"0.017006, 0.025036, 0.054991, 0.191760, 0.862267",\
|
|
"0.017008, 0.025039, 0.054992, 0.191760, 0.862267");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.440270, 0.446730, 0.464029, 0.509251, 0.703253",\
|
|
"0.490922, 0.497382, 0.514681, 0.559902, 0.753905",\
|
|
"0.552627, 0.559087, 0.576385, 0.621607, 0.815610",\
|
|
"0.655640, 0.662099, 0.679398, 0.724620, 0.918622",\
|
|
"0.825313, 0.831773, 0.849070, 0.894293, 1.088296");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.014863, 0.019242, 0.032581, 0.086281, 0.344817",\
|
|
"0.014863, 0.019242, 0.032581, 0.086281, 0.344817",\
|
|
"0.014863, 0.019242, 0.032581, 0.086281, 0.344817",\
|
|
"0.014863, 0.019242, 0.032582, 0.086281, 0.344817",\
|
|
"0.014864, 0.019242, 0.032582, 0.086281, 0.344817");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.757349, 1.763811, 1.781114, 1.826331, 2.020332",\
|
|
"1.757349, 1.763811, 1.781114, 1.826331, 2.020332",\
|
|
"1.757349, 1.763811, 1.781114, 1.826331, 2.020332",\
|
|
"1.757349, 1.763811, 1.781114, 1.826331, 2.020332",\
|
|
"1.757349, 1.763811, 1.781114, 1.826331, 2.020332");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.014861, 0.019243, 0.032577, 0.086280, 0.346805",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.346805",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.346805",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.346805",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.346805");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178",\
|
|
"1.706734, 1.715276, 1.741354, 1.836518, 2.290178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267",\
|
|
"0.017000, 0.025031, 0.054989, 0.191760, 0.862267");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.756587, 1.763048, 1.780351, 1.825569, 2.019569",\
|
|
"1.756587, 1.763048, 1.780351, 1.825569, 2.019569",\
|
|
"1.756587, 1.763048, 1.780351, 1.825569, 2.019569",\
|
|
"1.756587, 1.763048, 1.780351, 1.825569, 2.019569",\
|
|
"1.756587, 1.763048, 1.780351, 1.825569, 2.019569");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.014861, 0.019243, 0.032577, 0.086280, 0.344820",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.344820",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.344820",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.344820",\
|
|
"0.014861, 0.019243, 0.032577, 0.086280, 0.344820");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[1]_redg_min*/
|
|
|
|
} /* end of pin irq[1] */
|
|
|
|
pin("irq[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000974 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.729304, 1.735948, 1.753324, 1.800403, 1.992452",\
|
|
"1.729304, 1.735948, 1.753324, 1.800403, 1.992452",\
|
|
"1.729304, 1.735948, 1.753324, 1.800403, 1.992452",\
|
|
"1.729304, 1.735948, 1.753324, 1.800403, 1.992452",\
|
|
"1.729304, 1.735948, 1.753324, 1.800403, 1.992452");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.014529, 0.019033, 0.032415, 0.086904, 0.346199",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.346199",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.346199",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.346199",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.346199");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690",\
|
|
"1.690994, 1.699695, 1.725768, 1.820818, 2.280690");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475",\
|
|
"0.016250, 0.024350, 0.054402, 0.191019, 0.866475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.728728, 1.735372, 1.752748, 1.799827, 1.991877",\
|
|
"1.728728, 1.735372, 1.752748, 1.799827, 1.991877",\
|
|
"1.728728, 1.735372, 1.752748, 1.799827, 1.991877",\
|
|
"1.728728, 1.735372, 1.752748, 1.799827, 1.991877",\
|
|
"1.728728, 1.735372, 1.752748, 1.799827, 1.991877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.014529, 0.019033, 0.032415, 0.086904, 0.344373",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.344373",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.344373",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.344373",\
|
|
"0.014529, 0.019033, 0.032415, 0.086904, 0.344373");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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 : 1.500000 ;
|
|
capacitance : 0.003341 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.357201, 0.324735, 0.301201, 0.286186, 0.308808",\
|
|
"0.375341, 0.342875, 0.319341, 0.304326, 0.326948",\
|
|
"0.373406, 0.340940, 0.317405, 0.302391, 0.325012",\
|
|
"0.353814, 0.321348, 0.297813, 0.282799, 0.305420",\
|
|
"0.286082, 0.253616, 0.230082, 0.215067, 0.237688");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.679231, 0.646765, 0.623230, 0.608216, 0.630837",\
|
|
"0.724918, 0.692452, 0.668917, 0.653903, 0.676524",\
|
|
"0.767263, 0.734797, 0.711263, 0.696248, 0.718869",\
|
|
"0.840935, 0.808469, 0.784934, 0.769920, 0.792541",\
|
|
"0.985656, 0.953190, 0.929655, 0.914641, 0.937262");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.336240, -0.303774, -0.280240, -0.265225, -0.287847",\
|
|
"-0.354380, -0.321914, -0.298380, -0.283365, -0.305987",\
|
|
"-0.352445, -0.319979, -0.296444, -0.281430, -0.304051",\
|
|
"-0.332853, -0.300387, -0.276852, -0.261838, -0.284459",\
|
|
"-0.265121, -0.232655, -0.209121, -0.194106, -0.216728");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.637493, -0.605027, -0.581492, -0.566478, -0.589099",\
|
|
"-0.683180, -0.650714, -0.627180, -0.612165, -0.634786",\
|
|
"-0.725525, -0.693059, -0.669525, -0.654510, -0.677132",\
|
|
"-0.799197, -0.766731, -0.743196, -0.728182, -0.750803",\
|
|
"-0.943918, -0.911452, -0.887917, -0.872903, -0.895524");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.381693, 0.349227, 0.325692, 0.310678, 0.333299",\
|
|
"0.399619, 0.367153, 0.343619, 0.328604, 0.351226",\
|
|
"0.397793, 0.365327, 0.341793, 0.326778, 0.349400",\
|
|
"0.378127, 0.345661, 0.322127, 0.307112, 0.329734",\
|
|
"0.310152, 0.277686, 0.254151, 0.239137, 0.261758");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.762492, 0.730026, 0.706491, 0.691477, 0.714098",\
|
|
"0.808105, 0.775639, 0.752104, 0.737090, 0.759711",\
|
|
"0.850630, 0.818164, 0.794630, 0.779615, 0.802236",\
|
|
"0.924685, 0.892219, 0.868685, 0.853670, 0.876292",\
|
|
"1.069594, 1.037128, 1.013593, 0.998579, 1.021200");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.366284, -0.333818, -0.310284, -0.295269, -0.317891",\
|
|
"-0.384211, -0.351745, -0.328210, -0.313196, -0.335817",\
|
|
"-0.382385, -0.349919, -0.326384, -0.311370, -0.333991",\
|
|
"-0.362719, -0.330253, -0.306718, -0.291704, -0.314325",\
|
|
"-0.294744, -0.262277, -0.238743, -0.223728, -0.246350");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.727508, -0.695042, -0.671507, -0.656493, -0.679114",\
|
|
"-0.773120, -0.740654, -0.717120, -0.702105, -0.724727",\
|
|
"-0.815646, -0.783180, -0.759645, -0.744631, -0.767252",\
|
|
"-0.889701, -0.857235, -0.833700, -0.818686, -0.841307",\
|
|
"-1.034610, -1.002144, -0.978609, -0.963594, -0.986216");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003098 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.419580, 0.387114, 0.363579, 0.348565, 0.371186",\
|
|
"0.437707, 0.405241, 0.381707, 0.366692, 0.389314",\
|
|
"0.435793, 0.403327, 0.379792, 0.364778, 0.387399",\
|
|
"0.416138, 0.383672, 0.360137, 0.345123, 0.367744",\
|
|
"0.348125, 0.315659, 0.292124, 0.277109, 0.299731");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.546174, 0.513708, 0.490173, 0.475159, 0.497780",\
|
|
"0.591856, 0.559390, 0.535855, 0.520841, 0.543462",\
|
|
"0.634404, 0.601938, 0.578403, 0.563389, 0.586010",\
|
|
"0.708325, 0.675859, 0.652325, 0.637310, 0.659931",\
|
|
"0.853531, 0.821065, 0.797530, 0.782516, 0.805137");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.406403, -0.373936, -0.350402, -0.335387, -0.358009",\
|
|
"-0.424530, -0.392064, -0.368529, -0.353515, -0.376136",\
|
|
"-0.422615, -0.390149, -0.366615, -0.351600, -0.374222",\
|
|
"-0.402960, -0.370494, -0.346960, -0.331945, -0.354567",\
|
|
"-0.334947, -0.302481, -0.278947, -0.263932, -0.286554");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.513120, -0.480654, -0.457120, -0.442105, -0.464727",\
|
|
"-0.558802, -0.526336, -0.502801, -0.487787, -0.510408",\
|
|
"-0.601350, -0.568884, -0.545350, -0.530335, -0.552956",\
|
|
"-0.675272, -0.642806, -0.619271, -0.604257, -0.626878",\
|
|
"-0.820477, -0.788011, -0.764476, -0.749462, -0.772083");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002750 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.458395, 0.425929, 0.402395, 0.387380, 0.410002",\
|
|
"0.490140, 0.457674, 0.434139, 0.419125, 0.441746",\
|
|
"0.506149, 0.473683, 0.450148, 0.435134, 0.457755",\
|
|
"0.514075, 0.481609, 0.458075, 0.443060, 0.465681",\
|
|
"0.492240, 0.459774, 0.436239, 0.421225, 0.443846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.832530, 0.800063, 0.776529, 0.761514, 0.784136",\
|
|
"0.880608, 0.848142, 0.824607, 0.809593, 0.832214",\
|
|
"0.935449, 0.902983, 0.879448, 0.864434, 0.887055",\
|
|
"1.025524, 0.993058, 0.969524, 0.954509, 0.977131",\
|
|
"1.183964, 1.151498, 1.127963, 1.112949, 1.135570");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.437513, -0.405047, -0.381512, -0.366498, -0.389119",\
|
|
"-0.469258, -0.436791, -0.413257, -0.398242, -0.420864",\
|
|
"-0.485266, -0.452800, -0.429266, -0.414251, -0.436873",\
|
|
"-0.493193, -0.460727, -0.437192, -0.422178, -0.444799",\
|
|
"-0.471358, -0.438891, -0.415357, -0.400342, -0.422964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.790317, -0.757851, -0.734316, -0.719302, -0.741923",\
|
|
"-0.838395, -0.805929, -0.782394, -0.767380, -0.790001",\
|
|
"-0.893236, -0.860770, -0.837236, -0.822221, -0.844842",\
|
|
"-0.983312, -0.950846, -0.927311, -0.912297, -0.934918",\
|
|
"-1.141751, -1.109285, -1.085751, -1.070736, -1.093357");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.508089, 0.475623, 0.452088, 0.437074, 0.459695",\
|
|
"0.534594, 0.502128, 0.478594, 0.463579, 0.486200",\
|
|
"0.542537, 0.510071, 0.486537, 0.471522, 0.494143",\
|
|
"0.535991, 0.503525, 0.479990, 0.464975, 0.487597",\
|
|
"0.486998, 0.454532, 0.430997, 0.415982, 0.438604");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.934194, 0.901728, 0.878193, 0.863179, 0.885800",\
|
|
"0.980882, 0.948416, 0.924882, 0.909867, 0.932488",\
|
|
"1.034543, 1.002077, 0.978542, 0.963528, 0.986149",\
|
|
"1.122534, 1.090068, 1.066534, 1.051519, 1.074141",\
|
|
"1.279347, 1.246881, 1.223347, 1.208332, 1.230954");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.446847, -0.414381, -0.390800, -0.375788, -0.398407",\
|
|
"-0.473353, -0.440887, -0.417306, -0.402294, -0.424913",\
|
|
"-0.481295, -0.448829, -0.425249, -0.410237, -0.432856",\
|
|
"-0.474749, -0.442283, -0.418702, -0.403690, -0.426309",\
|
|
"-0.425756, -0.393290, -0.369709, -0.354697, -0.377316");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.852176, -0.819710, -0.796130, -0.781117, -0.803737",\
|
|
"-0.898865, -0.866399, -0.842818, -0.827806, -0.850425",\
|
|
"-0.952526, -0.920060, -0.896479, -0.881467, -0.904086",\
|
|
"-1.040517, -1.008051, -0.984470, -0.969458, -0.992077",\
|
|
"-1.197330, -1.164864, -1.141283, -1.126271, -1.148890");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003073 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.416719, 0.384253, 0.360718, 0.345704, 0.368325",\
|
|
"0.448739, 0.416273, 0.392739, 0.377724, 0.400346",\
|
|
"0.464276, 0.431810, 0.408276, 0.393261, 0.415883",\
|
|
"0.471646, 0.439180, 0.415645, 0.400631, 0.423252",\
|
|
"0.453618, 0.421152, 0.397617, 0.382603, 0.405224");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.789771, 0.757305, 0.733771, 0.718756, 0.741378",\
|
|
"0.840118, 0.807652, 0.784117, 0.769103, 0.791724",\
|
|
"0.888691, 0.856225, 0.832690, 0.817676, 0.840297",\
|
|
"0.967217, 0.934751, 0.911217, 0.896202, 0.918823",\
|
|
"1.105150, 1.072684, 1.049149, 1.034135, 1.056756");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.352418, -0.319952, -0.296371, -0.281359, -0.303978",\
|
|
"-0.384438, -0.351972, -0.328392, -0.313380, -0.335999",\
|
|
"-0.399975, -0.367509, -0.343929, -0.328916, -0.351536",\
|
|
"-0.407344, -0.374878, -0.351298, -0.336286, -0.358905",\
|
|
"-0.389317, -0.356851, -0.333270, -0.318258, -0.340877");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.699751, -0.667285, -0.643704, -0.628692, -0.651312",\
|
|
"-0.750097, -0.717631, -0.694051, -0.679039, -0.701658",\
|
|
"-0.798670, -0.766204, -0.742624, -0.727612, -0.750231",\
|
|
"-0.877197, -0.844731, -0.821150, -0.806138, -0.828757",\
|
|
"-1.015130, -0.982664, -0.959083, -0.944071, -0.966690");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003130 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.265336, 0.232870, 0.209335, 0.194320, 0.216942",\
|
|
"0.296427, 0.263961, 0.240426, 0.225412, 0.248033",\
|
|
"0.311495, 0.279029, 0.255495, 0.240480, 0.263102",\
|
|
"0.318899, 0.286433, 0.262898, 0.247883, 0.270505",\
|
|
"0.300547, 0.268081, 0.244547, 0.229532, 0.252154");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.514335, 0.481869, 0.458334, 0.443320, 0.465941",\
|
|
"0.563793, 0.531327, 0.507793, 0.492778, 0.515399",\
|
|
"0.611817, 0.579351, 0.555816, 0.540802, 0.563423",\
|
|
"0.692872, 0.660406, 0.636872, 0.621857, 0.644479",\
|
|
"0.830218, 0.797752, 0.774217, 0.759203, 0.781824");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.203285, -0.170819, -0.147239, -0.132227, -0.154846",\
|
|
"-0.234377, -0.201911, -0.178330, -0.163318, -0.185937",\
|
|
"-0.249445, -0.216979, -0.193399, -0.178387, -0.201006",\
|
|
"-0.256848, -0.224382, -0.200802, -0.185790, -0.208409",\
|
|
"-0.238497, -0.206031, -0.182451, -0.167438, -0.190058");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.428147, -0.395681, -0.372101, -0.357089, -0.379708",\
|
|
"-0.477606, -0.445140, -0.421559, -0.406547, -0.429166",\
|
|
"-0.525630, -0.493164, -0.469583, -0.454571, -0.477190",\
|
|
"-0.606685, -0.574219, -0.550638, -0.535626, -0.558245",\
|
|
"-0.744030, -0.711564, -0.687984, -0.672972, -0.695591");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003003 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.319349, 0.286883, 0.263348, 0.248334, 0.270955",\
|
|
"0.349892, 0.317426, 0.293891, 0.278877, 0.301498",\
|
|
"0.365374, 0.332908, 0.309374, 0.294359, 0.316981",\
|
|
"0.372820, 0.340354, 0.316819, 0.301805, 0.324426",\
|
|
"0.353633, 0.321167, 0.297633, 0.282618, 0.305239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.673203, 0.640737, 0.617202, 0.602188, 0.624809",\
|
|
"0.723236, 0.690770, 0.667236, 0.652221, 0.674843",\
|
|
"0.772102, 0.739636, 0.716101, 0.701087, 0.723708",\
|
|
"0.850643, 0.818177, 0.794642, 0.779628, 0.802249",\
|
|
"0.987869, 0.955403, 0.931868, 0.916854, 0.939475");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.248893, -0.216427, -0.192846, -0.177834, -0.200453",\
|
|
"-0.279435, -0.246969, -0.223389, -0.208376, -0.230996",\
|
|
"-0.294918, -0.262452, -0.238871, -0.223859, -0.246478",\
|
|
"-0.302364, -0.269898, -0.246317, -0.231305, -0.253924",\
|
|
"-0.283177, -0.250711, -0.227130, -0.212118, -0.234737");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.577271, -0.544805, -0.521224, -0.506212, -0.528831",\
|
|
"-0.627304, -0.594838, -0.571258, -0.556246, -0.578865",\
|
|
"-0.676170, -0.643704, -0.620123, -0.605111, -0.627730",\
|
|
"-0.754711, -0.722245, -0.698664, -0.683652, -0.706271",\
|
|
"-0.891937, -0.859471, -0.835890, -0.820878, -0.843497");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003113 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.300774, 0.268308, 0.244773, 0.229758, 0.252380",\
|
|
"0.318014, 0.285548, 0.262013, 0.246998, 0.269620",\
|
|
"0.316685, 0.284219, 0.260684, 0.245670, 0.268291",\
|
|
"0.297554, 0.265088, 0.241554, 0.226539, 0.249161",\
|
|
"0.229551, 0.197085, 0.173550, 0.158536, 0.181157");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.703310, 0.670844, 0.647309, 0.632295, 0.654916",\
|
|
"0.749207, 0.716741, 0.693206, 0.678192, 0.700813",\
|
|
"0.790415, 0.757949, 0.734415, 0.719400, 0.742022",\
|
|
"0.863219, 0.830753, 0.807218, 0.792204, 0.814825",\
|
|
"1.004549, 0.972083, 0.948548, 0.933534, 0.956155");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.279813, -0.247347, -0.223812, -0.208798, -0.231419",\
|
|
"-0.297053, -0.264587, -0.241052, -0.226038, -0.248659",\
|
|
"-0.295724, -0.263258, -0.239723, -0.224709, -0.247330",\
|
|
"-0.276594, -0.244127, -0.220593, -0.205578, -0.228200",\
|
|
"-0.208590, -0.176124, -0.152589, -0.137575, -0.160196");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.661573, -0.629107, -0.605573, -0.590558, -0.613179",\
|
|
"-0.707470, -0.675004, -0.651469, -0.636455, -0.659076",\
|
|
"-0.748678, -0.716212, -0.692678, -0.677663, -0.700285",\
|
|
"-0.821482, -0.789016, -0.765481, -0.750467, -0.773088",\
|
|
"-0.962812, -0.930346, -0.906811, -0.891797, -0.914418");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003231 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.305348, 0.272882, 0.249347, 0.234333, 0.256954",\
|
|
"0.323055, 0.290589, 0.267054, 0.252040, 0.274661",\
|
|
"0.321329, 0.288863, 0.265328, 0.250314, 0.272935",\
|
|
"0.301684, 0.269218, 0.245683, 0.230669, 0.253290",\
|
|
"0.233907, 0.201441, 0.177907, 0.162892, 0.185513");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.713894, 0.681428, 0.657893, 0.642879, 0.665500",\
|
|
"0.759431, 0.726965, 0.703430, 0.688416, 0.711037",\
|
|
"0.801775, 0.769309, 0.745774, 0.730759, 0.753381",\
|
|
"0.875783, 0.843317, 0.819783, 0.804768, 0.827390",\
|
|
"1.019977, 0.987511, 0.963976, 0.948962, 0.971583");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.289939, -0.257473, -0.233939, -0.218924, -0.241545",\
|
|
"-0.307647, -0.275181, -0.251646, -0.236632, -0.259253",\
|
|
"-0.305920, -0.273454, -0.249920, -0.234905, -0.257527",\
|
|
"-0.286275, -0.253809, -0.230275, -0.215260, -0.237881",\
|
|
"-0.218499, -0.186033, -0.162498, -0.147484, -0.170105");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.678910, -0.646444, -0.622909, -0.607895, -0.630516",\
|
|
"-0.724447, -0.691981, -0.668446, -0.653432, -0.676053",\
|
|
"-0.766790, -0.734324, -0.710790, -0.695775, -0.718396",\
|
|
"-0.840799, -0.808333, -0.784798, -0.769784, -0.792405",\
|
|
"-0.984993, -0.952527, -0.928992, -0.913978, -0.936599");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003071 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.256307, 0.223841, 0.200306, 0.185292, 0.207913",\
|
|
"0.273417, 0.240951, 0.217417, 0.202402, 0.225024",\
|
|
"0.272440, 0.239974, 0.216439, 0.201425, 0.224046",\
|
|
"0.253989, 0.221523, 0.197988, 0.182974, 0.205595",\
|
|
"0.185126, 0.152660, 0.129125, 0.114111, 0.136732");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.487169, 0.454703, 0.431169, 0.416154, 0.438775",\
|
|
"0.532882, 0.500416, 0.476881, 0.461867, 0.484488",\
|
|
"0.573732, 0.541265, 0.517731, 0.502716, 0.525338",\
|
|
"0.645279, 0.612813, 0.589278, 0.574264, 0.596885",\
|
|
"0.784381, 0.751915, 0.728380, 0.713365, 0.735987");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.243130, -0.210664, -0.187129, -0.172115, -0.194736",\
|
|
"-0.260240, -0.227774, -0.204240, -0.189225, -0.211846",\
|
|
"-0.259263, -0.226797, -0.203262, -0.188248, -0.210869",\
|
|
"-0.240812, -0.208345, -0.184811, -0.169796, -0.192418",\
|
|
"-0.171948, -0.139482, -0.115948, -0.100933, -0.123555");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.454116, -0.421650, -0.398115, -0.383101, -0.405722",\
|
|
"-0.499828, -0.467362, -0.443828, -0.428813, -0.451435",\
|
|
"-0.540678, -0.508212, -0.484677, -0.469663, -0.492284",\
|
|
"-0.612225, -0.579759, -0.556224, -0.541210, -0.563831",\
|
|
"-0.751327, -0.718861, -0.695326, -0.680312, -0.702933");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003150 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.640161, 0.607695, 0.584161, 0.569146, 0.591768",\
|
|
"0.666673, 0.634207, 0.610672, 0.595658, 0.618279",\
|
|
"0.674607, 0.642141, 0.618606, 0.603592, 0.626213",\
|
|
"0.668060, 0.635594, 0.612059, 0.597045, 0.619666",\
|
|
"0.619042, 0.586576, 0.563042, 0.548027, 0.570648");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.098588, 1.066122, 1.042588, 1.027573, 1.050194",\
|
|
"1.145281, 1.112815, 1.089280, 1.074266, 1.096887",\
|
|
"1.198860, 1.166394, 1.142860, 1.127845, 1.150466",\
|
|
"1.286446, 1.253980, 1.230446, 1.215431, 1.238053",\
|
|
"1.442581, 1.410115, 1.386581, 1.371566, 1.394188");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.619279, -0.586813, -0.563278, -0.548264, -0.570885",\
|
|
"-0.645791, -0.613324, -0.589790, -0.574775, -0.597397",\
|
|
"-0.653724, -0.621258, -0.597724, -0.582709, -0.605330",\
|
|
"-0.647177, -0.614711, -0.591177, -0.576162, -0.598784",\
|
|
"-0.598160, -0.565694, -0.542159, -0.527145, -0.549766");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.056375, -1.023909, -1.000375, -0.985360, -1.007982",\
|
|
"-1.103068, -1.070602, -1.047067, -1.032053, -1.054674",\
|
|
"-1.156647, -1.124182, -1.100647, -1.085632, -1.108254",\
|
|
"-1.244234, -1.211768, -1.188233, -1.173219, -1.195840",\
|
|
"-1.400369, -1.367903, -1.344368, -1.329354, -1.351975");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003344 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.519635, 0.487169, 0.463634, 0.448620, 0.471241",\
|
|
"0.537841, 0.505375, 0.481841, 0.466826, 0.489448",\
|
|
"0.535885, 0.503419, 0.479885, 0.464870, 0.487491",\
|
|
"0.516255, 0.483789, 0.460254, 0.445240, 0.467861",\
|
|
"0.448320, 0.415854, 0.392319, 0.377305, 0.399926");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.870827, 0.838361, 0.814826, 0.799811, 0.822433",\
|
|
"0.916535, 0.884069, 0.860534, 0.845520, 0.868141",\
|
|
"0.958965, 0.926499, 0.902964, 0.887949, 0.910571",\
|
|
"1.032689, 1.000223, 0.976688, 0.961674, 0.984295",\
|
|
"1.177691, 1.145225, 1.121691, 1.106676, 1.129297");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.458428, -0.425962, -0.402382, -0.387370, -0.409989",\
|
|
"-0.476635, -0.444169, -0.420588, -0.405576, -0.428195",\
|
|
"-0.474678, -0.442212, -0.418632, -0.403620, -0.426239",\
|
|
"-0.455048, -0.422582, -0.399001, -0.383989, -0.406609",\
|
|
"-0.387113, -0.354647, -0.331066, -0.316054, -0.338673");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.788809, -0.756343, -0.732762, -0.717750, -0.740370",\
|
|
"-0.834517, -0.802051, -0.778471, -0.763458, -0.786078",\
|
|
"-0.876947, -0.844481, -0.820900, -0.805888, -0.828508",\
|
|
"-0.950671, -0.918205, -0.894625, -0.879613, -0.902232",\
|
|
"-1.095674, -1.063208, -1.039627, -1.024615, -1.047234");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002805 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.303301, 0.270835, 0.247301, 0.232286, 0.254907",\
|
|
"0.335041, 0.302575, 0.279040, 0.264026, 0.286647",\
|
|
"0.351146, 0.318680, 0.295145, 0.280131, 0.302752",\
|
|
"0.359064, 0.326598, 0.303063, 0.288049, 0.310670",\
|
|
"0.337174, 0.304708, 0.281173, 0.266159, 0.288780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.564660, 0.532194, 0.508659, 0.493645, 0.516266",\
|
|
"0.613094, 0.580628, 0.557093, 0.542079, 0.564700",\
|
|
"0.668782, 0.636316, 0.612781, 0.597767, 0.620388",\
|
|
"0.759247, 0.726781, 0.703247, 0.688232, 0.710853",\
|
|
"0.918238, 0.885772, 0.862237, 0.847223, 0.869844");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.239000, -0.206534, -0.182953, -0.167941, -0.190560",\
|
|
"-0.270740, -0.238274, -0.214693, -0.199681, -0.222300",\
|
|
"-0.286844, -0.254378, -0.230798, -0.215786, -0.238405",\
|
|
"-0.294763, -0.262297, -0.238716, -0.223704, -0.246323",\
|
|
"-0.272873, -0.240407, -0.216826, -0.201814, -0.224433");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.474095, -0.441629, -0.418048, -0.403036, -0.425655",\
|
|
"-0.522529, -0.490063, -0.466482, -0.451470, -0.474090",\
|
|
"-0.578761, -0.546295, -0.522714, -0.507702, -0.530322",\
|
|
"-0.669226, -0.636760, -0.613179, -0.598167, -0.620787",\
|
|
"-0.828217, -0.795751, -0.772170, -0.757158, -0.779777");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003301 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.241404, 0.208938, 0.185403, 0.170389, 0.193010",\
|
|
"0.272570, 0.240104, 0.216569, 0.201555, 0.224176",\
|
|
"0.287556, 0.255090, 0.231555, 0.216541, 0.239162",\
|
|
"0.294972, 0.262506, 0.238972, 0.223957, 0.246578",\
|
|
"0.276587, 0.244121, 0.220586, 0.205572, 0.228193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.479424, 0.446958, 0.423424, 0.408409, 0.431030",\
|
|
"0.528897, 0.496431, 0.472897, 0.457882, 0.480504",\
|
|
"0.579896, 0.547430, 0.523896, 0.508881, 0.531503",\
|
|
"0.657910, 0.625444, 0.601910, 0.586895, 0.609516",\
|
|
"0.795179, 0.762713, 0.739178, 0.724164, 0.746785");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.179354, -0.146888, -0.123307, -0.108295, -0.130914",\
|
|
"-0.210520, -0.178054, -0.154473, -0.139461, -0.162080",\
|
|
"-0.225506, -0.193040, -0.169459, -0.154447, -0.177066",\
|
|
"-0.232922, -0.200456, -0.176875, -0.161863, -0.184483",\
|
|
"-0.214537, -0.182071, -0.158490, -0.143478, -0.166097");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.393237, -0.360771, -0.337190, -0.322178, -0.344797",\
|
|
"-0.442710, -0.410244, -0.386663, -0.371651, -0.394270",\
|
|
"-0.493709, -0.461243, -0.437662, -0.422650, -0.445269",\
|
|
"-0.571723, -0.539257, -0.515676, -0.500664, -0.523283",\
|
|
"-0.708991, -0.676525, -0.652944, -0.637932, -0.660552");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002555 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.335106, 0.302640, 0.279105, 0.264091, 0.286712",\
|
|
"0.361609, 0.329143, 0.305608, 0.290594, 0.313215",\
|
|
"0.369559, 0.337092, 0.313558, 0.298543, 0.321165",\
|
|
"0.363013, 0.330547, 0.307013, 0.291998, 0.314619",\
|
|
"0.314040, 0.281574, 0.258039, 0.243025, 0.265646");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.686900, 0.654434, 0.630899, 0.615885, 0.638506",\
|
|
"0.733587, 0.701121, 0.677586, 0.662572, 0.685193",\
|
|
"0.787258, 0.754792, 0.731257, 0.716243, 0.738864",\
|
|
"0.875301, 0.842835, 0.819300, 0.804286, 0.826907",\
|
|
"1.032214, 0.999748, 0.976214, 0.961199, 0.983820");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.264650, -0.232184, -0.208603, -0.193591, -0.216210",\
|
|
"-0.291152, -0.258686, -0.235106, -0.220094, -0.242713",\
|
|
"-0.299102, -0.266636, -0.243055, -0.228043, -0.250663",\
|
|
"-0.292557, -0.260091, -0.236510, -0.221498, -0.244117",\
|
|
"-0.243583, -0.211117, -0.187537, -0.172525, -0.195144");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.590967, -0.558501, -0.534921, -0.519909, -0.542528",\
|
|
"-0.637654, -0.605188, -0.581608, -0.566596, -0.589215",\
|
|
"-0.691326, -0.658860, -0.635279, -0.620267, -0.642886",\
|
|
"-0.779368, -0.746902, -0.723322, -0.708310, -0.730929",\
|
|
"-0.936282, -0.903816, -0.880235, -0.865223, -0.887842");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005482 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.262094, 0.229628, 0.206094, 0.191079, 0.213700",\
|
|
"0.280215, 0.247749, 0.224215, 0.209200, 0.231821",\
|
|
"0.278293, 0.245827, 0.222293, 0.207278, 0.229899",\
|
|
"0.258662, 0.226196, 0.202661, 0.187647, 0.210268",\
|
|
"0.190755, 0.158289, 0.134754, 0.119740, 0.142361");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.576849, 0.544383, 0.520848, 0.505834, 0.528455",\
|
|
"0.622510, 0.590044, 0.566509, 0.551495, 0.574116",\
|
|
"0.664920, 0.632454, 0.608919, 0.593905, 0.616526",\
|
|
"0.738682, 0.706216, 0.682681, 0.667667, 0.690288",\
|
|
"0.883553, 0.851087, 0.827552, 0.812538, 0.835159");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.241132, -0.208666, -0.185132, -0.170117, -0.192739",\
|
|
"-0.259253, -0.226787, -0.203253, -0.188238, -0.210860",\
|
|
"-0.257331, -0.224865, -0.201331, -0.186316, -0.208938",\
|
|
"-0.237700, -0.205234, -0.181699, -0.166685, -0.189306",\
|
|
"-0.169793, -0.137327, -0.113793, -0.098778, -0.121399");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.534861, -0.502395, -0.478860, -0.463846, -0.486467",\
|
|
"-0.580522, -0.548056, -0.524521, -0.509507, -0.532128",\
|
|
"-0.622932, -0.590466, -0.566931, -0.551917, -0.574538",\
|
|
"-0.696694, -0.664228, -0.640693, -0.625679, -0.648300",\
|
|
"-0.841565, -0.809099, -0.785564, -0.770550, -0.793171");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004112 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.313037, 0.280571, 0.257037, 0.242022, 0.264644",\
|
|
"0.344767, 0.312301, 0.288766, 0.273752, 0.296373",\
|
|
"0.360938, 0.328472, 0.304937, 0.289923, 0.312544",\
|
|
"0.368868, 0.336402, 0.312867, 0.297853, 0.320474",\
|
|
"0.347110, 0.314644, 0.291110, 0.276095, 0.298716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.627334, 0.594868, 0.571334, 0.556319, 0.578940",\
|
|
"0.675763, 0.643297, 0.619762, 0.604748, 0.627369",\
|
|
"0.730608, 0.698142, 0.674607, 0.659593, 0.682214",\
|
|
"0.821600, 0.789134, 0.765599, 0.750585, 0.773206",\
|
|
"0.980347, 0.947881, 0.924346, 0.909332, 0.931953");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.297627, -0.265161, -0.241626, -0.226612, -0.249233",\
|
|
"-0.329356, -0.296890, -0.273356, -0.258341, -0.280962",\
|
|
"-0.345527, -0.313061, -0.289526, -0.274512, -0.297133",\
|
|
"-0.353457, -0.320991, -0.297457, -0.282442, -0.305063",\
|
|
"-0.331700, -0.299234, -0.275699, -0.260685, -0.283306");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.592355, -0.559889, -0.536354, -0.521340, -0.543961",\
|
|
"-0.640784, -0.608318, -0.584783, -0.569769, -0.592390",\
|
|
"-0.695629, -0.663163, -0.639628, -0.624614, -0.647235",\
|
|
"-0.786621, -0.754155, -0.730620, -0.715606, -0.738227",\
|
|
"-0.945368, -0.912902, -0.889367, -0.874353, -0.896974");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003598 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.384642, 0.352176, 0.328642, 0.313627, 0.336249",\
|
|
"0.402264, 0.369798, 0.346264, 0.331249, 0.353871",\
|
|
"0.400618, 0.368152, 0.344618, 0.329603, 0.352225",\
|
|
"0.381200, 0.348734, 0.325199, 0.310185, 0.332806",\
|
|
"0.314324, 0.281858, 0.258323, 0.243309, 0.265930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.537517, 0.505051, 0.481517, 0.466502, 0.489123",\
|
|
"0.583025, 0.550559, 0.527025, 0.512010, 0.534631",\
|
|
"0.625361, 0.592895, 0.569360, 0.554346, 0.576967",\
|
|
"0.699402, 0.666936, 0.643401, 0.628387, 0.651008",\
|
|
"0.843454, 0.810988, 0.787454, 0.772439, 0.795060");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.371465, -0.338999, -0.315464, -0.300450, -0.323071",\
|
|
"-0.389087, -0.356621, -0.333086, -0.318072, -0.340693",\
|
|
"-0.387441, -0.354975, -0.331441, -0.316426, -0.339047",\
|
|
"-0.368022, -0.335556, -0.312022, -0.297007, -0.319629",\
|
|
"-0.301147, -0.268681, -0.245146, -0.230132, -0.252753");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.504464, -0.471998, -0.448463, -0.433449, -0.456070",\
|
|
"-0.549972, -0.517506, -0.493971, -0.478957, -0.501578",\
|
|
"-0.592307, -0.559841, -0.536307, -0.521292, -0.543914",\
|
|
"-0.666348, -0.633882, -0.610348, -0.595333, -0.617955",\
|
|
"-0.810401, -0.777935, -0.754400, -0.739386, -0.762007");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002602 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.379175, 0.346709, 0.323174, 0.308160, 0.330781",\
|
|
"0.410975, 0.378509, 0.354975, 0.339960, 0.362581",\
|
|
"0.426911, 0.394445, 0.370910, 0.355896, 0.378517",\
|
|
"0.434867, 0.402401, 0.378866, 0.363852, 0.386473",\
|
|
"0.412799, 0.380333, 0.356798, 0.341784, 0.364405");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.675403, 0.642937, 0.619403, 0.604388, 0.627010",\
|
|
"0.723804, 0.691338, 0.667804, 0.652789, 0.675411",\
|
|
"0.778969, 0.746503, 0.722968, 0.707954, 0.730575",\
|
|
"0.869192, 0.836726, 0.813191, 0.798177, 0.820798",\
|
|
"1.023395, 0.990929, 0.967394, 0.952380, 0.975001");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.358293, -0.325827, -0.302292, -0.287278, -0.309899",\
|
|
"-0.390093, -0.357627, -0.334092, -0.319078, -0.341699",\
|
|
"-0.406029, -0.373562, -0.350028, -0.335013, -0.357635",\
|
|
"-0.413984, -0.381518, -0.357984, -0.342969, -0.365591",\
|
|
"-0.391916, -0.359450, -0.335916, -0.320901, -0.343523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.633191, -0.600725, -0.577190, -0.562176, -0.584797",\
|
|
"-0.681592, -0.649126, -0.625591, -0.610577, -0.633198",\
|
|
"-0.736756, -0.704290, -0.680755, -0.665741, -0.688362",\
|
|
"-0.826979, -0.794513, -0.770979, -0.755964, -0.778585",\
|
|
"-0.981182, -0.948716, -0.925182, -0.910167, -0.932789");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002370 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.445545, 0.413079, 0.389544, 0.374530, 0.397151",\
|
|
"0.471987, 0.439521, 0.415987, 0.400972, 0.423594",\
|
|
"0.479851, 0.447385, 0.423850, 0.408835, 0.431457",\
|
|
"0.473556, 0.441090, 0.417555, 0.402541, 0.425162",\
|
|
"0.425040, 0.392574, 0.369040, 0.354025, 0.376647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.787376, 0.754910, 0.731375, 0.716361, 0.738982",\
|
|
"0.834049, 0.801583, 0.778049, 0.763034, 0.785655",\
|
|
"0.887623, 0.855157, 0.831623, 0.816608, 0.839230",\
|
|
"0.975276, 0.942810, 0.919275, 0.904261, 0.926882",\
|
|
"1.131287, 1.098821, 1.075286, 1.060272, 1.082893");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.384331, -0.351865, -0.328284, -0.313272, -0.335891",\
|
|
"-0.410774, -0.378308, -0.354727, -0.339715, -0.362334",\
|
|
"-0.418637, -0.386171, -0.362590, -0.347578, -0.370197",\
|
|
"-0.412342, -0.379876, -0.356296, -0.341284, -0.363903",\
|
|
"-0.363827, -0.331361, -0.307780, -0.292768, -0.315387");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.705359, -0.672893, -0.649312, -0.634300, -0.656919",\
|
|
"-0.752032, -0.719566, -0.695985, -0.680973, -0.703592",\
|
|
"-0.805606, -0.773140, -0.749559, -0.734547, -0.757166",\
|
|
"-0.893258, -0.860792, -0.837212, -0.822199, -0.844819",\
|
|
"-1.049270, -1.016804, -0.993223, -0.978211, -1.000830");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002885 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.339138, 0.306672, 0.283138, 0.268123, 0.290744",\
|
|
"0.370088, 0.337622, 0.314088, 0.299073, 0.321694",\
|
|
"0.385283, 0.352816, 0.329282, 0.314267, 0.336889",\
|
|
"0.392597, 0.360131, 0.336596, 0.321582, 0.344203",\
|
|
"0.374201, 0.341735, 0.318200, 0.303186, 0.325807");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.640948, 0.608482, 0.584947, 0.569933, 0.592554",\
|
|
"0.691578, 0.659112, 0.635577, 0.620563, 0.643184",\
|
|
"0.740355, 0.707889, 0.684354, 0.669340, 0.691961",\
|
|
"0.818722, 0.786256, 0.762721, 0.747707, 0.770328",\
|
|
"0.956773, 0.924307, 0.900773, 0.885758, 0.908380");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.274837, -0.242371, -0.218790, -0.203778, -0.226397",\
|
|
"-0.305787, -0.273321, -0.249740, -0.234728, -0.257348",\
|
|
"-0.320981, -0.288515, -0.264935, -0.249923, -0.272542",\
|
|
"-0.328296, -0.295830, -0.272249, -0.257237, -0.279856",\
|
|
"-0.309900, -0.277434, -0.253853, -0.238841, -0.261460");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.550928, -0.518462, -0.494881, -0.479869, -0.502488",\
|
|
"-0.601558, -0.569092, -0.545511, -0.530499, -0.553118",\
|
|
"-0.650335, -0.617869, -0.594288, -0.579276, -0.601895",\
|
|
"-0.728702, -0.696236, -0.672655, -0.657643, -0.680262",\
|
|
"-0.866753, -0.834287, -0.810706, -0.795694, -0.818314");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004497 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.419355, 0.386889, 0.363354, 0.348340, 0.370961",\
|
|
"0.451079, 0.418613, 0.395079, 0.380064, 0.402686",\
|
|
"0.467364, 0.434898, 0.411363, 0.396349, 0.418970",\
|
|
"0.475351, 0.442885, 0.419351, 0.404336, 0.426957",\
|
|
"0.454004, 0.421538, 0.398004, 0.382989, 0.405610");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.653475, 0.621009, 0.597474, 0.582460, 0.605081",\
|
|
"0.701890, 0.669424, 0.645889, 0.630875, 0.653496",\
|
|
"0.757286, 0.724820, 0.701286, 0.686271, 0.708893",\
|
|
"0.851221, 0.818755, 0.795220, 0.780206, 0.802827",\
|
|
"1.005599, 0.973133, 0.949598, 0.934584, 0.957205");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.357312, -0.324846, -0.301265, -0.286253, -0.308872",\
|
|
"-0.389036, -0.356570, -0.332990, -0.317978, -0.340597",\
|
|
"-0.405321, -0.372855, -0.349274, -0.334262, -0.356881",\
|
|
"-0.413308, -0.380842, -0.357262, -0.342249, -0.364869",\
|
|
"-0.391961, -0.359495, -0.335914, -0.320902, -0.343522");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.567288, -0.534822, -0.511241, -0.496229, -0.518848",\
|
|
"-0.615703, -0.583237, -0.559656, -0.544644, -0.567263",\
|
|
"-0.671099, -0.638633, -0.615053, -0.600041, -0.622660",\
|
|
"-0.765034, -0.732568, -0.708987, -0.693975, -0.716594",\
|
|
"-0.919412, -0.886946, -0.863365, -0.848353, -0.870972");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005175 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.313882, 0.281416, 0.257882, 0.242867, 0.265489",\
|
|
"0.332030, 0.299564, 0.276029, 0.261015, 0.283636",\
|
|
"0.330109, 0.297643, 0.274108, 0.259094, 0.281715",\
|
|
"0.310425, 0.277959, 0.254425, 0.239410, 0.262032",\
|
|
"0.242270, 0.209804, 0.186269, 0.171255, 0.193876");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.509073, 0.476607, 0.453072, 0.438058, 0.460679",\
|
|
"0.554741, 0.522275, 0.498741, 0.483726, 0.506347",\
|
|
"0.597334, 0.564868, 0.541333, 0.526319, 0.548940",\
|
|
"0.671283, 0.638817, 0.615282, 0.600268, 0.622889",\
|
|
"0.816652, 0.784186, 0.760651, 0.745637, 0.768258");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.243426, -0.210960, -0.187379, -0.172367, -0.194986",\
|
|
"-0.261574, -0.229108, -0.205527, -0.190515, -0.213134",\
|
|
"-0.259652, -0.227186, -0.203606, -0.188593, -0.211213",\
|
|
"-0.239969, -0.207503, -0.183922, -0.168910, -0.191529",\
|
|
"-0.171813, -0.139347, -0.115767, -0.100755, -0.123374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.413141, -0.380675, -0.357094, -0.342082, -0.364701",\
|
|
"-0.458809, -0.426343, -0.402762, -0.387750, -0.410369",\
|
|
"-0.501402, -0.468936, -0.445355, -0.430343, -0.452962",\
|
|
"-0.575351, -0.542885, -0.519304, -0.504292, -0.526911",\
|
|
"-0.720719, -0.688253, -0.664673, -0.649661, -0.672280");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003594 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.608754, 0.576288, 0.552753, 0.537739, 0.560360",\
|
|
"0.639395, 0.606929, 0.583395, 0.568380, 0.591001",\
|
|
"0.654891, 0.622425, 0.598891, 0.583876, 0.606497",\
|
|
"0.662339, 0.629873, 0.606339, 0.591324, 0.613945",\
|
|
"0.643953, 0.611487, 0.587953, 0.572938, 0.595560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.208911, 1.176445, 1.152910, 1.137896, 1.160517",\
|
|
"1.257891, 1.225425, 1.201890, 1.186876, 1.209497",\
|
|
"1.306415, 1.273949, 1.250414, 1.235400, 1.258021",\
|
|
"1.384936, 1.352470, 1.328935, 1.313921, 1.336542",\
|
|
"1.522698, 1.490232, 1.466698, 1.451683, 1.474305");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.587793, -0.555327, -0.531792, -0.516778, -0.539399",\
|
|
"-0.618434, -0.585968, -0.562434, -0.547419, -0.570041",\
|
|
"-0.633930, -0.601464, -0.577930, -0.562915, -0.585537",\
|
|
"-0.641378, -0.608912, -0.585378, -0.570363, -0.592984",\
|
|
"-0.622993, -0.590526, -0.566992, -0.551977, -0.574599");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.167174, -1.134707, -1.111173, -1.096159, -1.118780",\
|
|
"-1.216153, -1.183687, -1.160152, -1.145138, -1.167759",\
|
|
"-1.264677, -1.232211, -1.208676, -1.193662, -1.216283",\
|
|
"-1.343198, -1.310732, -1.287198, -1.272183, -1.294805",\
|
|
"-1.480961, -1.448495, -1.424960, -1.409946, -1.432567");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002683 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.380759, 0.348293, 0.324759, 0.309744, 0.332366",\
|
|
"0.407206, 0.374740, 0.351205, 0.336191, 0.358812",\
|
|
"0.415046, 0.382580, 0.359045, 0.344031, 0.366652",\
|
|
"0.408696, 0.376230, 0.352695, 0.337681, 0.360302",\
|
|
"0.359944, 0.327478, 0.303944, 0.288929, 0.311551");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.670245, 0.637779, 0.614244, 0.599230, 0.621851",\
|
|
"0.716917, 0.684451, 0.660916, 0.645902, 0.668523",\
|
|
"0.770676, 0.738210, 0.714676, 0.699661, 0.722283",\
|
|
"0.858722, 0.826256, 0.802721, 0.787707, 0.810328",\
|
|
"1.015450, 0.982984, 0.959450, 0.944435, 0.967057");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.365349, -0.332883, -0.309348, -0.294334, -0.316955",\
|
|
"-0.391796, -0.359330, -0.335795, -0.320781, -0.343402",\
|
|
"-0.399636, -0.367170, -0.343635, -0.328621, -0.351242",\
|
|
"-0.393286, -0.360820, -0.337285, -0.322271, -0.344892",\
|
|
"-0.344534, -0.312068, -0.288533, -0.273519, -0.296140");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.635266, -0.602800, -0.579265, -0.564251, -0.586872",\
|
|
"-0.681938, -0.649472, -0.625938, -0.610923, -0.633545",\
|
|
"-0.735698, -0.703232, -0.679697, -0.664682, -0.687304",\
|
|
"-0.823743, -0.791277, -0.767742, -0.752728, -0.775349",\
|
|
"-0.980472, -0.948006, -0.924471, -0.909457, -0.932078");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004529 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.335119, 0.302653, 0.279118, 0.264104, 0.286725",\
|
|
"0.353040, 0.320574, 0.297039, 0.282024, 0.304646",\
|
|
"0.351210, 0.318744, 0.295210, 0.280195, 0.302817",\
|
|
"0.331623, 0.299157, 0.275622, 0.260608, 0.283229",\
|
|
"0.264020, 0.231554, 0.208019, 0.193005, 0.215626");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.652448, 0.619982, 0.596447, 0.581433, 0.604054",\
|
|
"0.698048, 0.665582, 0.642047, 0.627033, 0.649654",\
|
|
"0.740420, 0.707954, 0.684420, 0.669405, 0.692027",\
|
|
"0.814296, 0.781829, 0.758295, 0.743280, 0.765902",\
|
|
"0.958824, 0.926358, 0.902823, 0.887809, 0.910430");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.321939, -0.289472, -0.265938, -0.250923, -0.273545",\
|
|
"-0.339859, -0.307393, -0.283859, -0.268844, -0.291465",\
|
|
"-0.338030, -0.305564, -0.282029, -0.267015, -0.289636",\
|
|
"-0.318443, -0.285977, -0.262442, -0.247428, -0.270049",\
|
|
"-0.250840, -0.218373, -0.194839, -0.179824, -0.202446");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.619429, -0.586963, -0.563429, -0.548414, -0.571036",\
|
|
"-0.665029, -0.632563, -0.609029, -0.594014, -0.616635",\
|
|
"-0.707402, -0.674936, -0.651401, -0.636387, -0.659008",\
|
|
"-0.781277, -0.748811, -0.725276, -0.710262, -0.732883",\
|
|
"-0.925805, -0.893339, -0.869804, -0.854790, -0.877411");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003177 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.317047, 0.284581, 0.261046, 0.246032, 0.268653",\
|
|
"0.348776, 0.316310, 0.292776, 0.277761, 0.300383",\
|
|
"0.365040, 0.332574, 0.309039, 0.294025, 0.316646",\
|
|
"0.372987, 0.340521, 0.316986, 0.301972, 0.324593",\
|
|
"0.351406, 0.318940, 0.295406, 0.280391, 0.303012");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.711452, 0.678986, 0.655451, 0.640437, 0.663058",\
|
|
"0.759882, 0.727416, 0.703881, 0.688867, 0.711488",\
|
|
"0.815336, 0.782870, 0.759336, 0.744321, 0.766943",\
|
|
"0.906418, 0.873952, 0.850417, 0.835403, 0.858024",\
|
|
"1.064588, 1.032122, 1.008588, 0.993573, 1.016195");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.296164, -0.263698, -0.240164, -0.225149, -0.247771",\
|
|
"-0.327894, -0.295428, -0.271893, -0.256879, -0.279500",\
|
|
"-0.344157, -0.311691, -0.288156, -0.273142, -0.295763",\
|
|
"-0.352104, -0.319638, -0.296104, -0.281089, -0.303710",\
|
|
"-0.330523, -0.298057, -0.274523, -0.259508, -0.282130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.669239, -0.636773, -0.613239, -0.598224, -0.620846",\
|
|
"-0.717670, -0.685203, -0.661669, -0.646654, -0.669276",\
|
|
"-0.773124, -0.740658, -0.717123, -0.702109, -0.724730",\
|
|
"-0.864205, -0.831739, -0.808205, -0.793190, -0.815811",\
|
|
"-1.022376, -0.989910, -0.966375, -0.951361, -0.973982");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.008867 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.457668, 0.425202, 0.401667, 0.386653, 0.409274",\
|
|
"0.476206, 0.443740, 0.420205, 0.405191, 0.427812",\
|
|
"0.474082, 0.441616, 0.418082, 0.403067, 0.425688",\
|
|
"0.454432, 0.421966, 0.398431, 0.383417, 0.406038",\
|
|
"0.386361, 0.353895, 0.330360, 0.315346, 0.337967");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.766957, 0.734491, 0.710957, 0.695942, 0.718564",\
|
|
"0.812751, 0.780285, 0.756750, 0.741736, 0.764357",\
|
|
"0.855245, 0.822779, 0.799244, 0.784230, 0.806851",\
|
|
"0.928679, 0.896213, 0.872678, 0.857664, 0.880285",\
|
|
"1.074281, 1.041814, 1.018280, 1.003265, 1.025887");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.396454, -0.363988, -0.340407, -0.325395, -0.348014",\
|
|
"-0.414992, -0.382526, -0.358946, -0.343933, -0.366553",\
|
|
"-0.412868, -0.380403, -0.356822, -0.341810, -0.364429",\
|
|
"-0.393218, -0.360752, -0.337171, -0.322159, -0.344779",\
|
|
"-0.325147, -0.292681, -0.269101, -0.254089, -0.276708");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.684940, -0.652474, -0.628893, -0.613881, -0.636500",\
|
|
"-0.730733, -0.698267, -0.674687, -0.659675, -0.682294",\
|
|
"-0.773227, -0.740761, -0.717181, -0.702168, -0.724788",\
|
|
"-0.846661, -0.814195, -0.790615, -0.775603, -0.798222",\
|
|
"-0.992263, -0.959797, -0.936216, -0.921204, -0.943823");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.008372 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.444069, 0.411603, 0.388068, 0.373054, 0.395675",\
|
|
"0.462338, 0.429872, 0.406337, 0.391323, 0.413944",\
|
|
"0.460340, 0.427874, 0.404340, 0.389325, 0.411946",\
|
|
"0.440713, 0.408247, 0.384712, 0.369698, 0.392319",\
|
|
"0.372751, 0.340285, 0.316751, 0.301736, 0.324358");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.825127, 0.792661, 0.769127, 0.754112, 0.776734",\
|
|
"0.870812, 0.838346, 0.814812, 0.799797, 0.822419",\
|
|
"0.913246, 0.880780, 0.857246, 0.842231, 0.864853",\
|
|
"0.986917, 0.954451, 0.930916, 0.915902, 0.938523",\
|
|
"1.132055, 1.099589, 1.076054, 1.061039, 1.083661");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.379768, -0.347302, -0.323721, -0.308709, -0.331328",\
|
|
"-0.398036, -0.365570, -0.341990, -0.326978, -0.349597",\
|
|
"-0.396039, -0.363573, -0.339992, -0.324980, -0.347600",\
|
|
"-0.376412, -0.343946, -0.320365, -0.305353, -0.327972",\
|
|
"-0.308450, -0.275984, -0.252404, -0.237391, -0.260011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.735107, -0.702641, -0.679061, -0.664048, -0.686668",\
|
|
"-0.780792, -0.748326, -0.724746, -0.709733, -0.732353",\
|
|
"-0.823226, -0.790760, -0.767180, -0.752168, -0.774787",\
|
|
"-0.896897, -0.864431, -0.840850, -0.825838, -0.848457",\
|
|
"-1.042034, -1.009568, -0.985988, -0.970976, -0.993595");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003851 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.332232, 0.299766, 0.276232, 0.261217, 0.283839",\
|
|
"0.350797, 0.318331, 0.294796, 0.279782, 0.302403",\
|
|
"0.348648, 0.316182, 0.292648, 0.277633, 0.300255",\
|
|
"0.329060, 0.296594, 0.273059, 0.258045, 0.280666",\
|
|
"0.261136, 0.228670, 0.205136, 0.190121, 0.212743");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.606977, 0.574511, 0.550976, 0.535962, 0.558583",\
|
|
"0.652807, 0.620341, 0.596806, 0.581792, 0.604413",\
|
|
"0.695236, 0.662770, 0.639236, 0.624221, 0.646843",\
|
|
"0.768684, 0.736217, 0.712683, 0.697668, 0.720290",\
|
|
"0.914122, 0.881656, 0.858121, 0.843107, 0.865728");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.270182, -0.237716, -0.214135, -0.199123, -0.221743",\
|
|
"-0.288747, -0.256281, -0.232700, -0.217688, -0.240307",\
|
|
"-0.286598, -0.254132, -0.230551, -0.215539, -0.238159",\
|
|
"-0.267010, -0.234544, -0.210963, -0.195951, -0.218570",\
|
|
"-0.199086, -0.166620, -0.143040, -0.128027, -0.150647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.520789, -0.488323, -0.464742, -0.449730, -0.472350",\
|
|
"-0.566619, -0.534153, -0.510573, -0.495561, -0.518180",\
|
|
"-0.609049, -0.576583, -0.553002, -0.537990, -0.560609",\
|
|
"-0.682496, -0.650030, -0.626449, -0.611437, -0.634057",\
|
|
"-0.827934, -0.795468, -0.771887, -0.756875, -0.779495");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002882 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.365922, 0.333456, 0.309921, 0.294907, 0.317528",\
|
|
"0.392429, 0.359963, 0.336429, 0.321414, 0.344036",\
|
|
"0.400382, 0.367916, 0.344382, 0.329367, 0.351989",\
|
|
"0.393849, 0.361383, 0.337849, 0.322834, 0.345455",\
|
|
"0.344892, 0.312426, 0.288892, 0.273877, 0.296499");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.626911, 0.594445, 0.570910, 0.555896, 0.578517",\
|
|
"0.673601, 0.641135, 0.617601, 0.602586, 0.625207",\
|
|
"0.727215, 0.694749, 0.671215, 0.656200, 0.678822",\
|
|
"0.814985, 0.782519, 0.758984, 0.743970, 0.766591",\
|
|
"0.971275, 0.938809, 0.915274, 0.900259, 0.922881");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.295450, -0.262984, -0.239403, -0.224391, -0.247011",\
|
|
"-0.321958, -0.289492, -0.265911, -0.250899, -0.273518",\
|
|
"-0.329911, -0.297445, -0.273864, -0.258852, -0.281471",\
|
|
"-0.323378, -0.290912, -0.267331, -0.252319, -0.274938",\
|
|
"-0.274421, -0.241955, -0.218374, -0.203362, -0.225981");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.530974, -0.498508, -0.474927, -0.459915, -0.482534",\
|
|
"-0.577664, -0.545198, -0.521618, -0.506605, -0.529225",\
|
|
"-0.631278, -0.598812, -0.575232, -0.560220, -0.582839",\
|
|
"-0.719048, -0.686582, -0.663001, -0.647989, -0.670608",\
|
|
"-0.875338, -0.842872, -0.819291, -0.804279, -0.826898");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005892 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[37];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.575044, 0.542578, 0.519043, 0.504029, 0.526650",\
|
|
"0.605378, 0.572912, 0.549377, 0.534362, 0.556984",\
|
|
"0.618741, 0.586275, 0.562741, 0.547726, 0.570347",\
|
|
"0.618189, 0.585723, 0.562188, 0.547173, 0.569795",\
|
|
"0.574514, 0.542048, 0.518514, 0.503499, 0.526120");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.905047, 0.872581, 0.849046, 0.834032, 0.856653",\
|
|
"0.955586, 0.923120, 0.899586, 0.884571, 0.907192",\
|
|
"1.019042, 0.986576, 0.963042, 0.948027, 0.970648",\
|
|
"1.128942, 1.096476, 1.072941, 1.057927, 1.080548",\
|
|
"1.321429, 1.288963, 1.265428, 1.250414, 1.273035");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.561867, -0.529401, -0.505866, -0.490852, -0.513473",\
|
|
"-0.592200, -0.559734, -0.536200, -0.521185, -0.543807",\
|
|
"-0.605564, -0.573098, -0.549563, -0.534549, -0.557170",\
|
|
"-0.605011, -0.572545, -0.549011, -0.533996, -0.556618",\
|
|
"-0.561337, -0.528871, -0.505336, -0.490322, -0.512943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.871996, -0.839530, -0.815995, -0.800981, -0.823602",\
|
|
"-0.922535, -0.890069, -0.866535, -0.851520, -0.874142",\
|
|
"-0.985991, -0.953525, -0.929991, -0.914976, -0.937598",\
|
|
"-1.095891, -1.063425, -1.039891, -1.024876, -1.047497",\
|
|
"-1.288378, -1.255912, -1.232377, -1.217363, -1.239984");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004595 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[36];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.599464, 0.566998, 0.543463, 0.528449, 0.551070",\
|
|
"0.634543, 0.602077, 0.578543, 0.563528, 0.586150",\
|
|
"0.661576, 0.629110, 0.605575, 0.590561, 0.613182",\
|
|
"0.684687, 0.652221, 0.628686, 0.613672, 0.636293",\
|
|
"0.686082, 0.653616, 0.630081, 0.615067, 0.637688");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.815884, 0.783418, 0.759883, 0.744869, 0.767490",\
|
|
"0.866504, 0.834038, 0.810503, 0.795489, 0.818110",\
|
|
"0.928029, 0.895563, 0.872028, 0.857014, 0.879635",\
|
|
"1.029913, 0.997447, 0.973912, 0.958898, 0.981519",\
|
|
"1.197358, 1.164892, 1.141358, 1.126343, 1.148964");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.578581, -0.546115, -0.522580, -0.507566, -0.530187",\
|
|
"-0.613661, -0.581195, -0.557660, -0.542646, -0.565267",\
|
|
"-0.640693, -0.608227, -0.584693, -0.569678, -0.592300",\
|
|
"-0.663804, -0.631338, -0.607804, -0.592789, -0.615411",\
|
|
"-0.665200, -0.632734, -0.609199, -0.594185, -0.616806");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.772034, -0.739568, -0.716033, -0.701019, -0.723640",\
|
|
"-0.822654, -0.790188, -0.766653, -0.751639, -0.774260",\
|
|
"-0.884208, -0.851742, -0.828207, -0.813193, -0.835814",\
|
|
"-0.986278, -0.953812, -0.930278, -0.915263, -0.937884",\
|
|
"-1.155118, -1.122653, -1.099118, -1.084103, -1.106725");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005053 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[35];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.264169, 0.231703, 0.208169, 0.193154, 0.215775",\
|
|
"0.295078, 0.262612, 0.239077, 0.224062, 0.246684",\
|
|
"0.310325, 0.277859, 0.254325, 0.239310, 0.261932",\
|
|
"0.317653, 0.285187, 0.261652, 0.246638, 0.269259",\
|
|
"0.299251, 0.266785, 0.243250, 0.228236, 0.250857");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.592542, 0.560076, 0.536541, 0.521527, 0.544148",\
|
|
"0.641242, 0.608776, 0.585242, 0.570227, 0.592849",\
|
|
"0.692230, 0.659764, 0.636229, 0.621215, 0.643836",\
|
|
"0.770578, 0.738112, 0.714577, 0.699563, 0.722184",\
|
|
"0.908626, 0.876160, 0.852625, 0.837611, 0.860232");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.205705, -0.173239, -0.149659, -0.134647, -0.157266",\
|
|
"-0.236614, -0.204148, -0.180567, -0.165555, -0.188174",\
|
|
"-0.251861, -0.219395, -0.195815, -0.180803, -0.203422",\
|
|
"-0.259189, -0.226723, -0.203142, -0.188130, -0.210749",\
|
|
"-0.240787, -0.208321, -0.184740, -0.169728, -0.192348");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.510525, -0.478059, -0.454478, -0.439466, -0.462086",\
|
|
"-0.559226, -0.526760, -0.503179, -0.488167, -0.510786",\
|
|
"-0.610213, -0.577747, -0.554166, -0.539154, -0.561773",\
|
|
"-0.688561, -0.656095, -0.632515, -0.617503, -0.640122",\
|
|
"-0.826609, -0.794143, -0.770563, -0.755551, -0.778170");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005229 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[34];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.227078, 0.194612, 0.171078, 0.156063, 0.178685",\
|
|
"0.262406, 0.229940, 0.206405, 0.191391, 0.214012",\
|
|
"0.286420, 0.253954, 0.230420, 0.215405, 0.238026",\
|
|
"0.304570, 0.272104, 0.248569, 0.233555, 0.256176",\
|
|
"0.295520, 0.263054, 0.239519, 0.224505, 0.247126");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.713714, 0.681248, 0.657714, 0.642699, 0.665320",\
|
|
"0.765421, 0.732955, 0.709420, 0.694406, 0.717027",\
|
|
"0.830320, 0.797854, 0.774319, 0.759305, 0.781926",\
|
|
"0.937250, 0.904784, 0.881250, 0.866235, 0.888856",\
|
|
"1.117940, 1.085474, 1.061939, 1.046925, 1.069546");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.161751, -0.129285, -0.105705, -0.090692, -0.113312",\
|
|
"-0.197078, -0.164612, -0.141032, -0.126020, -0.148639",\
|
|
"-0.221109, -0.188643, -0.165063, -0.150050, -0.172670",\
|
|
"-0.239281, -0.206815, -0.183234, -0.168222, -0.190841",\
|
|
"-0.230293, -0.197827, -0.174247, -0.159234, -0.181854");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.617520, -0.585054, -0.561473, -0.546461, -0.569080",\
|
|
"-0.669227, -0.636761, -0.613180, -0.598168, -0.620787",\
|
|
"-0.734491, -0.702025, -0.678445, -0.663433, -0.686052",\
|
|
"-0.841916, -0.809450, -0.785869, -0.770857, -0.793477",\
|
|
"-1.023365, -0.990899, -0.967318, -0.952306, -0.974925");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003531 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[33];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.362507, 0.330041, 0.306507, 0.291492, 0.314114",\
|
|
"0.394280, 0.361814, 0.338279, 0.323265, 0.345886",\
|
|
"0.410411, 0.377945, 0.354410, 0.339396, 0.362017",\
|
|
"0.418429, 0.385963, 0.362428, 0.347414, 0.370035",\
|
|
"0.396966, 0.364500, 0.340965, 0.325951, 0.348572");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.625976, 0.593510, 0.569975, 0.554961, 0.577582",\
|
|
"0.674376, 0.641909, 0.618375, 0.603360, 0.625982",\
|
|
"0.729701, 0.697235, 0.673700, 0.658686, 0.681307",\
|
|
"0.820484, 0.788018, 0.764483, 0.749469, 0.772090",\
|
|
"0.974892, 0.942426, 0.918892, 0.903877, 0.926498");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.300464, -0.267998, -0.244418, -0.229405, -0.252025",\
|
|
"-0.332237, -0.299771, -0.276190, -0.261178, -0.283797",\
|
|
"-0.348368, -0.315902, -0.292321, -0.277309, -0.299928",\
|
|
"-0.356386, -0.323920, -0.300339, -0.285327, -0.307946",\
|
|
"-0.334923, -0.302457, -0.278876, -0.263864, -0.286483");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.539788, -0.507322, -0.483742, -0.468730, -0.491349",\
|
|
"-0.588188, -0.555722, -0.532142, -0.517130, -0.539749",\
|
|
"-0.643514, -0.611048, -0.587467, -0.572455, -0.595074",\
|
|
"-0.734297, -0.701831, -0.678250, -0.663238, -0.685857",\
|
|
"-0.888705, -0.856239, -0.832658, -0.817646, -0.840266");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004777 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[32];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.656963, 0.624497, 0.600962, 0.585948, 0.608569",\
|
|
"0.674540, 0.642074, 0.618539, 0.603525, 0.626146",\
|
|
"0.672901, 0.640435, 0.616901, 0.601886, 0.624508",\
|
|
"0.653401, 0.620935, 0.597401, 0.582386, 0.605008",\
|
|
"0.586398, 0.553932, 0.530397, 0.515383, 0.538004");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.804912, 0.772446, 0.748911, 0.733897, 0.756518",\
|
|
"0.850392, 0.817926, 0.794391, 0.779377, 0.801998",\
|
|
"0.892779, 0.860313, 0.836779, 0.821764, 0.844386",\
|
|
"0.967066, 0.934600, 0.911065, 0.896051, 0.918672",\
|
|
"1.111474, 1.079008, 1.055474, 1.040459, 1.063081");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.586491, -0.554025, -0.530445, -0.515432, -0.538052",\
|
|
"-0.604068, -0.571602, -0.548021, -0.533009, -0.555629",\
|
|
"-0.602430, -0.569964, -0.546383, -0.531371, -0.553990",\
|
|
"-0.582930, -0.550464, -0.526883, -0.511871, -0.534490",\
|
|
"-0.515927, -0.483461, -0.459880, -0.444868, -0.467487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.708975, -0.676509, -0.652928, -0.637916, -0.660535",\
|
|
"-0.754455, -0.721989, -0.698408, -0.683396, -0.706015",\
|
|
"-0.796842, -0.764376, -0.740796, -0.725784, -0.748403",\
|
|
"-0.871129, -0.838663, -0.815082, -0.800070, -0.822689",\
|
|
"-1.015537, -0.983071, -0.959491, -0.944479, -0.967098");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.007934 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.275094, 0.242628, 0.219093, 0.204079, 0.226700",\
|
|
"0.306804, 0.274338, 0.250804, 0.235789, 0.258411",\
|
|
"0.322895, 0.290429, 0.266894, 0.251879, 0.274501",\
|
|
"0.330827, 0.298361, 0.274826, 0.259811, 0.282433",\
|
|
"0.309146, 0.276680, 0.253146, 0.238131, 0.260752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.624851, 0.592385, 0.568851, 0.553836, 0.576457",\
|
|
"0.673245, 0.640779, 0.617245, 0.602230, 0.624852",\
|
|
"0.728911, 0.696445, 0.672911, 0.657896, 0.680517",\
|
|
"0.819107, 0.786641, 0.763106, 0.748092, 0.770713",\
|
|
"0.972995, 0.940529, 0.916994, 0.901980, 0.924601");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.254132, -0.221666, -0.198131, -0.183117, -0.205738",\
|
|
"-0.285842, -0.253376, -0.229842, -0.214827, -0.237449",\
|
|
"-0.301933, -0.269467, -0.245932, -0.230918, -0.253539",\
|
|
"-0.309865, -0.277399, -0.253864, -0.238850, -0.261471",\
|
|
"-0.288184, -0.255718, -0.232184, -0.217169, -0.239791");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.581939, -0.549473, -0.525939, -0.510924, -0.533545",\
|
|
"-0.630333, -0.597867, -0.574333, -0.559318, -0.581940",\
|
|
"-0.686033, -0.653567, -0.630032, -0.615018, -0.637639",\
|
|
"-0.777117, -0.744651, -0.721116, -0.706102, -0.728723",\
|
|
"-0.931004, -0.898538, -0.875004, -0.859989, -0.882610");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005135 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.411658, 0.379192, 0.355658, 0.340643, 0.363265",\
|
|
"0.446591, 0.414125, 0.390590, 0.375576, 0.398197",\
|
|
"0.473735, 0.441269, 0.417734, 0.402720, 0.425341",\
|
|
"0.497223, 0.464757, 0.441222, 0.426208, 0.448829",\
|
|
"0.499098, 0.466632, 0.443098, 0.428083, 0.450705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.839769, 0.807303, 0.783769, 0.768754, 0.791376",\
|
|
"0.890388, 0.857922, 0.834387, 0.819373, 0.841994",\
|
|
"0.951916, 0.919450, 0.895916, 0.880901, 0.903523",\
|
|
"1.053388, 1.020921, 0.997387, 0.982372, 1.004994",\
|
|
"1.222472, 1.190006, 1.166471, 1.151457, 1.174078");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.396250, -0.363784, -0.340249, -0.325235, -0.347856",\
|
|
"-0.431182, -0.398716, -0.375182, -0.360167, -0.382789",\
|
|
"-0.458327, -0.425860, -0.402326, -0.387311, -0.409933",\
|
|
"-0.481815, -0.449349, -0.425814, -0.410800, -0.433421",\
|
|
"-0.483690, -0.451224, -0.427689, -0.412675, -0.435296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.803545, -0.771079, -0.747544, -0.732530, -0.755151",\
|
|
"-0.854163, -0.821697, -0.798163, -0.783148, -0.805770",\
|
|
"-0.915784, -0.883318, -0.859784, -0.844769, -0.867391",\
|
|
"-1.017353, -0.984887, -0.961352, -0.946338, -0.968959",\
|
|
"-1.186609, -1.154143, -1.130608, -1.115594, -1.138215");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.017035 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.403275, 0.370809, 0.347275, 0.332260, 0.354881",\
|
|
"0.420812, 0.388346, 0.364812, 0.349797, 0.372418",\
|
|
"0.419172, 0.386706, 0.363172, 0.348157, 0.370778",\
|
|
"0.399756, 0.367290, 0.343755, 0.328741, 0.351362",\
|
|
"0.333039, 0.300573, 0.277039, 0.262024, 0.284645");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.734651, 0.702185, 0.678651, 0.663636, 0.686257",\
|
|
"0.779974, 0.747508, 0.723973, 0.708959, 0.731580",\
|
|
"0.822303, 0.789837, 0.766302, 0.751288, 0.773909",\
|
|
"0.896350, 0.863884, 0.840350, 0.825335, 0.847956",\
|
|
"1.040384, 1.007918, 0.984384, 0.969369, 0.991991");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.390098, -0.357632, -0.334097, -0.319083, -0.341704",\
|
|
"-0.407635, -0.375169, -0.351634, -0.336620, -0.359241",\
|
|
"-0.405995, -0.373529, -0.349994, -0.334980, -0.357601",\
|
|
"-0.386579, -0.354113, -0.330578, -0.315564, -0.338185",\
|
|
"-0.319862, -0.287396, -0.263861, -0.248847, -0.271468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.701600, -0.669134, -0.645599, -0.630585, -0.653206",\
|
|
"-0.746923, -0.714457, -0.690922, -0.675908, -0.698529",\
|
|
"-0.789252, -0.756786, -0.733251, -0.718237, -0.740858",\
|
|
"-0.863299, -0.830833, -0.807299, -0.792284, -0.814906",\
|
|
"-1.007334, -0.974867, -0.951333, -0.936318, -0.958940");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.007079 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.392881, 0.360415, 0.336880, 0.321866, 0.344487",\
|
|
"0.423580, 0.391114, 0.367580, 0.352565, 0.375187",\
|
|
"0.439042, 0.406576, 0.383042, 0.368027, 0.390648",\
|
|
"0.446365, 0.413899, 0.390365, 0.375350, 0.397972",\
|
|
"0.428204, 0.395738, 0.372203, 0.357189, 0.379810");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.734477, 0.702011, 0.678477, 0.663462, 0.686083",\
|
|
"0.785057, 0.752591, 0.729056, 0.714042, 0.736663",\
|
|
"0.833853, 0.801387, 0.777852, 0.762838, 0.785459",\
|
|
"0.912536, 0.880070, 0.856535, 0.841521, 0.864142",\
|
|
"1.050528, 1.018062, 0.994527, 0.979513, 1.002134");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.371998, -0.339532, -0.315998, -0.300983, -0.323605",\
|
|
"-0.402698, -0.370232, -0.346697, -0.331683, -0.354304",\
|
|
"-0.418160, -0.385694, -0.362159, -0.347145, -0.369766",\
|
|
"-0.425483, -0.393017, -0.369482, -0.354468, -0.377089",\
|
|
"-0.407321, -0.374855, -0.351321, -0.336306, -0.358927");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.692264, -0.659798, -0.636264, -0.621249, -0.643871",\
|
|
"-0.742844, -0.710378, -0.686844, -0.671829, -0.694450",\
|
|
"-0.791640, -0.759174, -0.735640, -0.720625, -0.743247",\
|
|
"-0.870323, -0.837857, -0.814322, -0.799308, -0.821929",\
|
|
"-1.008315, -0.975849, -0.952314, -0.937300, -0.959921");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004862 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.178800, 0.146334, 0.122800, 0.107785, 0.130407",\
|
|
"0.210551, 0.178085, 0.154551, 0.139536, 0.162158",\
|
|
"0.226861, 0.194395, 0.170860, 0.155846, 0.178467",\
|
|
"0.234871, 0.202405, 0.178870, 0.163856, 0.186477",\
|
|
"0.213542, 0.181076, 0.157542, 0.142527, 0.165148");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.543958, 0.511492, 0.487957, 0.472943, 0.495564",\
|
|
"0.592340, 0.559874, 0.536340, 0.521325, 0.543947",\
|
|
"0.647663, 0.615197, 0.591662, 0.576648, 0.599269",\
|
|
"0.738595, 0.706129, 0.682595, 0.667580, 0.690201",\
|
|
"0.893180, 0.860714, 0.837180, 0.822165, 0.844787");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.120337, -0.087871, -0.064290, -0.049278, -0.071897",\
|
|
"-0.152087, -0.119621, -0.096041, -0.081029, -0.103648",\
|
|
"-0.168397, -0.135931, -0.112350, -0.097338, -0.119957",\
|
|
"-0.176407, -0.143941, -0.120360, -0.105348, -0.127967",\
|
|
"-0.155078, -0.122612, -0.099032, -0.084020, -0.106639");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.461941, -0.429475, -0.405894, -0.390882, -0.413502",\
|
|
"-0.510324, -0.477858, -0.454277, -0.439265, -0.461884",\
|
|
"-0.565646, -0.533180, -0.509599, -0.494587, -0.517207",\
|
|
"-0.656579, -0.624113, -0.600532, -0.585520, -0.608139",\
|
|
"-0.811164, -0.778698, -0.755117, -0.740105, -0.762725");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.011438 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.557538, 0.525072, 0.501538, 0.486523, 0.509145",\
|
|
"0.575865, 0.543399, 0.519864, 0.504850, 0.527471",\
|
|
"0.573804, 0.541338, 0.517804, 0.502789, 0.525411",\
|
|
"0.554042, 0.521576, 0.498041, 0.483027, 0.505648",\
|
|
"0.486032, 0.453565, 0.430031, 0.415016, 0.437638");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.921177, 0.888711, 0.865176, 0.850162, 0.872783",\
|
|
"0.966950, 0.934484, 0.910950, 0.895935, 0.918557",\
|
|
"1.009306, 0.976840, 0.953305, 0.938291, 0.960912",\
|
|
"1.082629, 1.050163, 1.026629, 1.011614, 1.034235",\
|
|
"1.227556, 1.195090, 1.171556, 1.156541, 1.179163");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.493237, -0.460771, -0.437191, -0.422178, -0.444798",\
|
|
"-0.511564, -0.479098, -0.455517, -0.440505, -0.463124",\
|
|
"-0.509503, -0.477037, -0.453457, -0.438445, -0.461064",\
|
|
"-0.489741, -0.457275, -0.433694, -0.418682, -0.441301",\
|
|
"-0.421730, -0.389264, -0.365684, -0.350672, -0.373291");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.831157, -0.798691, -0.775110, -0.760098, -0.782717",\
|
|
"-0.876930, -0.844464, -0.820883, -0.805871, -0.828491",\
|
|
"-0.919285, -0.886819, -0.863239, -0.848227, -0.870846",\
|
|
"-0.992609, -0.960143, -0.936562, -0.921550, -0.944170",\
|
|
"-1.137536, -1.105070, -1.081489, -1.066477, -1.089097");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005545 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.298501, 0.266035, 0.242501, 0.227486, 0.250108",\
|
|
"0.329286, 0.296820, 0.273286, 0.258271, 0.280892",\
|
|
"0.344656, 0.312190, 0.288656, 0.273641, 0.296262",\
|
|
"0.351984, 0.319518, 0.295983, 0.280969, 0.303590",\
|
|
"0.333784, 0.301318, 0.277783, 0.262769, 0.285390");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.743426, 0.710960, 0.687426, 0.672411, 0.695032",\
|
|
"0.793665, 0.761199, 0.737664, 0.722650, 0.745271",\
|
|
"0.842240, 0.809774, 0.786239, 0.771225, 0.793846",\
|
|
"0.920762, 0.888296, 0.864761, 0.849747, 0.872368",\
|
|
"1.058499, 1.026033, 1.002498, 0.987484, 1.010105");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.236458, -0.203992, -0.180412, -0.165399, -0.188019",\
|
|
"-0.267243, -0.234777, -0.211196, -0.196184, -0.218803",\
|
|
"-0.282613, -0.250147, -0.226566, -0.211554, -0.234173",\
|
|
"-0.289941, -0.257475, -0.233894, -0.218882, -0.241501",\
|
|
"-0.271740, -0.239274, -0.215694, -0.200682, -0.223301");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.657239, -0.624773, -0.601193, -0.586181, -0.608800",\
|
|
"-0.707478, -0.675012, -0.651432, -0.636419, -0.659039",\
|
|
"-0.756053, -0.723587, -0.700006, -0.684994, -0.707614",\
|
|
"-0.834575, -0.802109, -0.778528, -0.763516, -0.786135",\
|
|
"-0.972312, -0.939846, -0.916265, -0.901253, -0.923872");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004740 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.341901, 0.309435, 0.285901, 0.270886, 0.293507",\
|
|
"0.376754, 0.344288, 0.320753, 0.305739, 0.328360",\
|
|
"0.403956, 0.371490, 0.347956, 0.332941, 0.355562",\
|
|
"0.427574, 0.395108, 0.371574, 0.356559, 0.379180",\
|
|
"0.429604, 0.397138, 0.373603, 0.358589, 0.381210");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.623212, 0.590746, 0.567211, 0.552197, 0.574818",\
|
|
"0.673850, 0.641384, 0.617849, 0.602835, 0.625456",\
|
|
"0.735377, 0.702911, 0.679377, 0.664362, 0.686984",\
|
|
"0.836326, 0.803860, 0.780325, 0.765311, 0.787932",\
|
|
"1.003595, 0.971129, 0.947594, 0.932580, 0.955201");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.271445, -0.238979, -0.215398, -0.200386, -0.223005",\
|
|
"-0.306298, -0.273832, -0.250251, -0.235239, -0.257858",\
|
|
"-0.333500, -0.301034, -0.277453, -0.262441, -0.285060",\
|
|
"-0.357118, -0.324652, -0.301071, -0.286059, -0.308678",\
|
|
"-0.359147, -0.326681, -0.303101, -0.288089, -0.310708");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.526374, -0.493908, -0.470327, -0.455315, -0.477934",\
|
|
"-0.577012, -0.544546, -0.520965, -0.505953, -0.528573",\
|
|
"-0.638561, -0.606095, -0.582515, -0.567502, -0.590122",\
|
|
"-0.740394, -0.707928, -0.684347, -0.669335, -0.691954",\
|
|
"-0.907663, -0.875197, -0.851616, -0.836604, -0.859224");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.010596 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.410984, 0.378518, 0.354984, 0.339969, 0.362590",\
|
|
"0.441595, 0.409129, 0.385595, 0.370580, 0.393201",\
|
|
"0.457089, 0.424623, 0.401088, 0.386074, 0.408695",\
|
|
"0.464521, 0.432055, 0.408520, 0.393506, 0.416127",\
|
|
"0.446105, 0.413639, 0.390104, 0.375090, 0.397711");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.051851, 1.019385, 0.995851, 0.980836, 1.003458",\
|
|
"1.101948, 1.069482, 1.045948, 1.030933, 1.053555",\
|
|
"1.150643, 1.118177, 1.094642, 1.079628, 1.102249",\
|
|
"1.229101, 1.196635, 1.173100, 1.158086, 1.180707",\
|
|
"1.366644, 1.334178, 1.310643, 1.295629, 1.318250");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.390023, -0.357557, -0.334023, -0.319008, -0.341630",\
|
|
"-0.420634, -0.388168, -0.364634, -0.349619, -0.372241",\
|
|
"-0.436128, -0.403662, -0.380128, -0.365113, -0.387734",\
|
|
"-0.443560, -0.411094, -0.387559, -0.372545, -0.395166",\
|
|
"-0.425144, -0.392678, -0.369143, -0.354129, -0.376750");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.010114, -0.977648, -0.954113, -0.939099, -0.961720",\
|
|
"-1.060211, -1.027745, -1.004210, -0.989196, -1.011817",\
|
|
"-1.108905, -1.076439, -1.052904, -1.037890, -1.060511",\
|
|
"-1.187364, -1.154897, -1.131363, -1.116349, -1.138970",\
|
|
"-1.324906, -1.292440, -1.268906, -1.253891, -1.276512");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005358 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.669579, 0.637113, 0.613578, 0.598564, 0.621185",\
|
|
"0.701362, 0.668896, 0.645361, 0.630346, 0.652968",\
|
|
"0.717377, 0.684911, 0.661376, 0.646362, 0.668983",\
|
|
"0.725344, 0.692878, 0.669343, 0.654329, 0.676950",\
|
|
"0.703416, 0.670950, 0.647415, 0.632401, 0.655022");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.093188, 1.060722, 1.037188, 1.022173, 1.044795",\
|
|
"1.141572, 1.109106, 1.085571, 1.070557, 1.093178",\
|
|
"1.196888, 1.164422, 1.140887, 1.125873, 1.148494",\
|
|
"1.287273, 1.254807, 1.231272, 1.216258, 1.238879",\
|
|
"1.441366, 1.408900, 1.385365, 1.370351, 1.392972");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.654170, -0.621704, -0.598170, -0.583155, -0.605777",\
|
|
"-0.685953, -0.653487, -0.629953, -0.614938, -0.637559",\
|
|
"-0.701968, -0.669502, -0.645968, -0.630953, -0.653575",\
|
|
"-0.709936, -0.677470, -0.653935, -0.638921, -0.661542",\
|
|
"-0.688008, -0.655542, -0.632007, -0.616993, -0.639614");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.058204, -1.025738, -1.002203, -0.987189, -1.009810",\
|
|
"-1.106588, -1.074121, -1.050587, -1.035573, -1.058194",\
|
|
"-1.161904, -1.129438, -1.105903, -1.090889, -1.113510",\
|
|
"-1.252289, -1.219823, -1.196288, -1.181274, -1.203895",\
|
|
"-1.406381, -1.373915, -1.350381, -1.335366, -1.357988");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004125 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.455117, 0.422651, 0.399117, 0.384102, 0.406724",\
|
|
"0.485773, 0.453307, 0.429772, 0.414758, 0.437379",\
|
|
"0.501249, 0.468783, 0.445248, 0.430234, 0.452855",\
|
|
"0.508618, 0.476152, 0.452617, 0.437603, 0.460224",\
|
|
"0.490122, 0.457656, 0.434121, 0.419107, 0.441728");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.716278, 0.683812, 0.660278, 0.645263, 0.667885",\
|
|
"0.766890, 0.734424, 0.710890, 0.695875, 0.718496",\
|
|
"0.815873, 0.783407, 0.759872, 0.744858, 0.767479",\
|
|
"0.894411, 0.861945, 0.838411, 0.823396, 0.846017",\
|
|
"1.032349, 0.999882, 0.976348, 0.961333, 0.983955");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.441937, -0.409471, -0.385937, -0.370922, -0.393543",\
|
|
"-0.472593, -0.440127, -0.416592, -0.401578, -0.424199",\
|
|
"-0.488069, -0.455603, -0.432068, -0.417054, -0.439675",\
|
|
"-0.495438, -0.462972, -0.439437, -0.424423, -0.447044",\
|
|
"-0.476942, -0.444476, -0.420941, -0.405927, -0.428548");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.683260, -0.650794, -0.627259, -0.612245, -0.634866",\
|
|
"-0.733872, -0.701406, -0.677871, -0.662857, -0.685478",\
|
|
"-0.782854, -0.750388, -0.726854, -0.711839, -0.734460",\
|
|
"-0.861393, -0.828927, -0.805392, -0.790378, -0.812999",\
|
|
"-0.999330, -0.966864, -0.943329, -0.928315, -0.950936");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004341 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.385025, 0.352559, 0.329024, 0.314010, 0.336631",\
|
|
"0.416209, 0.383743, 0.360209, 0.345194, 0.367816",\
|
|
"0.431137, 0.398671, 0.375136, 0.360122, 0.382743",\
|
|
"0.438598, 0.406132, 0.382598, 0.367583, 0.390205",\
|
|
"0.420201, 0.387735, 0.364200, 0.349186, 0.371807");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.752673, 0.720207, 0.696673, 0.681658, 0.704279",\
|
|
"0.802151, 0.769685, 0.746150, 0.731136, 0.753757",\
|
|
"0.852428, 0.819962, 0.796427, 0.781413, 0.804034",\
|
|
"0.931895, 0.899429, 0.875894, 0.860880, 0.883501",\
|
|
"1.069732, 1.037266, 1.013732, 0.998717, 1.021339");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.364142, -0.331676, -0.308142, -0.293127, -0.315749",\
|
|
"-0.395327, -0.362861, -0.339326, -0.324312, -0.346933",\
|
|
"-0.410254, -0.377788, -0.354253, -0.339239, -0.361860",\
|
|
"-0.417716, -0.385250, -0.361715, -0.346701, -0.369322",\
|
|
"-0.399318, -0.366852, -0.343317, -0.328303, -0.350924");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.710460, -0.677994, -0.654460, -0.639445, -0.662067",\
|
|
"-0.759938, -0.727472, -0.703937, -0.688923, -0.711544",\
|
|
"-0.810215, -0.777749, -0.754214, -0.739200, -0.761821",\
|
|
"-0.889682, -0.857216, -0.833681, -0.818667, -0.841288",\
|
|
"-1.027520, -0.995054, -0.971519, -0.956505, -0.979126");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002898 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.316821, 0.284355, 0.260820, 0.245806, 0.268427",\
|
|
"0.348552, 0.316086, 0.292551, 0.277537, 0.300158",\
|
|
"0.366688, 0.334222, 0.310687, 0.295673, 0.318294",\
|
|
"0.374676, 0.342210, 0.318675, 0.303660, 0.326282",\
|
|
"0.351523, 0.319057, 0.295522, 0.280508, 0.303129");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.734701, 0.702235, 0.678700, 0.663686, 0.686307",\
|
|
"0.783118, 0.750652, 0.727118, 0.712103, 0.734725",\
|
|
"0.838564, 0.806098, 0.782563, 0.767549, 0.790170",\
|
|
"0.932024, 0.899558, 0.876023, 0.861009, 0.883630",\
|
|
"1.086870, 1.054404, 1.030869, 1.015855, 1.038476");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.258363, -0.225897, -0.202316, -0.187304, -0.209923",\
|
|
"-0.290094, -0.257628, -0.234047, -0.219035, -0.241654",\
|
|
"-0.308230, -0.275764, -0.252183, -0.237171, -0.259790",\
|
|
"-0.316217, -0.283751, -0.260171, -0.245159, -0.267778",\
|
|
"-0.293065, -0.260599, -0.237018, -0.222006, -0.244625");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.652684, -0.620218, -0.596637, -0.581625, -0.604244",\
|
|
"-0.701102, -0.668636, -0.645055, -0.630043, -0.652662",\
|
|
"-0.756547, -0.724081, -0.700500, -0.685488, -0.708107",\
|
|
"-0.850007, -0.817541, -0.793960, -0.778948, -0.801567",\
|
|
"-1.004853, -0.972387, -0.948807, -0.933794, -0.956414");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002724 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.274588, 0.242122, 0.218587, 0.203573, 0.226194",\
|
|
"0.306882, 0.274416, 0.250881, 0.235867, 0.258488",\
|
|
"0.322268, 0.289802, 0.266267, 0.251253, 0.273874",\
|
|
"0.329534, 0.297068, 0.273533, 0.258519, 0.281140",\
|
|
"0.311090, 0.278624, 0.255089, 0.240075, 0.262696");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.757646, 0.725180, 0.701646, 0.686631, 0.709253",\
|
|
"0.806737, 0.774271, 0.750736, 0.735722, 0.758343",\
|
|
"0.857195, 0.824729, 0.801194, 0.786180, 0.808801",\
|
|
"0.935814, 0.903348, 0.879814, 0.864799, 0.887420",\
|
|
"1.073936, 1.041470, 1.017935, 1.002921, 1.025542");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.210366, -0.177900, -0.154319, -0.139307, -0.161927",\
|
|
"-0.242660, -0.210194, -0.186613, -0.171601, -0.194221",\
|
|
"-0.258046, -0.225580, -0.201999, -0.186987, -0.209607",\
|
|
"-0.265312, -0.232846, -0.209265, -0.194253, -0.216872",\
|
|
"-0.246868, -0.214402, -0.190822, -0.175810, -0.198429");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.667629, -0.635163, -0.611582, -0.596570, -0.619190",\
|
|
"-0.716719, -0.684253, -0.660673, -0.645661, -0.668280",\
|
|
"-0.767178, -0.734712, -0.711131, -0.696119, -0.718738",\
|
|
"-0.845797, -0.813331, -0.789750, -0.774738, -0.797357",\
|
|
"-0.983919, -0.951453, -0.927872, -0.912860, -0.935479");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002779 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.356693, 0.324227, 0.300692, 0.285678, 0.308299",\
|
|
"0.387350, 0.354884, 0.331350, 0.316335, 0.338956",\
|
|
"0.402822, 0.370356, 0.346821, 0.331807, 0.354428",\
|
|
"0.410177, 0.377711, 0.354176, 0.339162, 0.361783",\
|
|
"0.391607, 0.359141, 0.335607, 0.320592, 0.343214");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.780043, 0.747577, 0.724042, 0.709028, 0.731649",\
|
|
"0.830790, 0.798324, 0.774789, 0.759775, 0.782396",\
|
|
"0.879805, 0.847339, 0.823804, 0.808790, 0.831411",\
|
|
"0.958345, 0.925879, 0.902344, 0.887330, 0.909951",\
|
|
"1.096261, 1.063795, 1.040260, 1.025246, 1.047867");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.294649, -0.262183, -0.238603, -0.223591, -0.246210",\
|
|
"-0.325307, -0.292841, -0.269260, -0.254248, -0.276868",\
|
|
"-0.340778, -0.308312, -0.284732, -0.269720, -0.292339",\
|
|
"-0.348134, -0.315668, -0.292087, -0.277075, -0.299694",\
|
|
"-0.329564, -0.297098, -0.273517, -0.258505, -0.281125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.693856, -0.661390, -0.637809, -0.622797, -0.645416",\
|
|
"-0.744603, -0.712137, -0.688556, -0.673544, -0.696163",\
|
|
"-0.793618, -0.761152, -0.737571, -0.722559, -0.745178",\
|
|
"-0.872158, -0.839692, -0.816111, -0.801099, -0.823718",\
|
|
"-1.010074, -0.977608, -0.954027, -0.939015, -0.961635");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002643 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.624319, 0.591853, 0.568318, 0.553304, 0.575925",\
|
|
"0.641524, 0.609058, 0.585523, 0.570509, 0.593130",\
|
|
"0.640258, 0.607792, 0.584257, 0.569243, 0.591864",\
|
|
"0.621253, 0.588787, 0.565253, 0.550238, 0.572860",\
|
|
"0.553050, 0.520583, 0.497049, 0.482034, 0.504656");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.801686, 0.769220, 0.745685, 0.730671, 0.753292",\
|
|
"0.847573, 0.815107, 0.791573, 0.776558, 0.799180",\
|
|
"0.888758, 0.856292, 0.832758, 0.817743, 0.840364",\
|
|
"0.961399, 0.928933, 0.905399, 0.890384, 0.913005",\
|
|
"1.102384, 1.069918, 1.046383, 1.031369, 1.053990");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.553847, -0.521381, -0.497801, -0.482789, -0.505408",\
|
|
"-0.571052, -0.538586, -0.515006, -0.499994, -0.522613",\
|
|
"-0.569786, -0.537320, -0.513740, -0.498728, -0.521347",\
|
|
"-0.550782, -0.518316, -0.494735, -0.479723, -0.502342",\
|
|
"-0.482578, -0.450112, -0.426531, -0.411519, -0.434139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.705749, -0.673283, -0.649702, -0.634690, -0.657310",\
|
|
"-0.751636, -0.719170, -0.695590, -0.680578, -0.703197",\
|
|
"-0.792821, -0.760355, -0.736775, -0.721762, -0.744382",\
|
|
"-0.865462, -0.832996, -0.809416, -0.794403, -0.817023",\
|
|
"-1.006447, -0.973981, -0.950400, -0.935388, -0.958007");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002909 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.567507, 0.535041, 0.511506, 0.496492, 0.519113",\
|
|
"0.585471, 0.553005, 0.529471, 0.514456, 0.537078",\
|
|
"0.583627, 0.551161, 0.527626, 0.512612, 0.535233",\
|
|
"0.563998, 0.531532, 0.507997, 0.492983, 0.515604",\
|
|
"0.496179, 0.463713, 0.440178, 0.425164, 0.447785");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.901450, 0.868984, 0.845449, 0.830435, 0.853056",\
|
|
"0.947081, 0.914615, 0.891080, 0.876066, 0.898687",\
|
|
"0.989456, 0.956990, 0.933456, 0.918441, 0.941063",\
|
|
"1.063298, 1.030832, 1.007297, 0.992283, 1.014904",\
|
|
"1.207884, 1.175418, 1.151884, 1.136869, 1.159491");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.546546, -0.514080, -0.490546, -0.475531, -0.498153",\
|
|
"-0.564511, -0.532045, -0.508510, -0.493496, -0.516117",\
|
|
"-0.562666, -0.530200, -0.506666, -0.491651, -0.514273",\
|
|
"-0.543037, -0.510571, -0.487036, -0.472022, -0.494643",\
|
|
"-0.475218, -0.442752, -0.419218, -0.404203, -0.426824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.859713, -0.827247, -0.803712, -0.788698, -0.811319",\
|
|
"-0.905344, -0.872878, -0.849343, -0.834329, -0.856950",\
|
|
"-0.947719, -0.915253, -0.891719, -0.876704, -0.899326",\
|
|
"-1.021561, -0.989095, -0.965560, -0.950546, -0.973167",\
|
|
"-1.166147, -1.133681, -1.110147, -1.095132, -1.117754");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004202 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.243490, 0.211024, 0.187489, 0.172475, 0.195096",\
|
|
"0.261780, 0.229314, 0.205779, 0.190765, 0.213386",\
|
|
"0.259769, 0.227303, 0.203768, 0.188753, 0.211375",\
|
|
"0.240178, 0.207712, 0.184177, 0.169163, 0.191784",\
|
|
"0.172378, 0.139912, 0.116377, 0.101363, 0.123984");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.596676, 0.564210, 0.540675, 0.525661, 0.548282",\
|
|
"0.642412, 0.609946, 0.586411, 0.571397, 0.594018",\
|
|
"0.684782, 0.652316, 0.628781, 0.613766, 0.636388",\
|
|
"0.758367, 0.725901, 0.702367, 0.687352, 0.709974",\
|
|
"0.903332, 0.870866, 0.847331, 0.832317, 0.854938");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.228079, -0.195613, -0.172078, -0.157064, -0.179685",\
|
|
"-0.246369, -0.213903, -0.190369, -0.175354, -0.197976",\
|
|
"-0.244358, -0.211892, -0.188357, -0.173343, -0.195964",\
|
|
"-0.224767, -0.192301, -0.168767, -0.153752, -0.176373",\
|
|
"-0.156967, -0.124501, -0.100966, -0.085952, -0.108573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.561697, -0.529231, -0.505696, -0.490682, -0.513303",\
|
|
"-0.607432, -0.574966, -0.551432, -0.536417, -0.559039",\
|
|
"-0.649802, -0.617336, -0.593802, -0.578787, -0.601409",\
|
|
"-0.723388, -0.690922, -0.667387, -0.652373, -0.674994",\
|
|
"-0.868353, -0.835887, -0.812352, -0.797337, -0.819959");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003680 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.234109, 0.201643, 0.178108, 0.163094, 0.185715",\
|
|
"0.252177, 0.219711, 0.196177, 0.181162, 0.203783",\
|
|
"0.250285, 0.217819, 0.194284, 0.179270, 0.201891",\
|
|
"0.230651, 0.198185, 0.174650, 0.159635, 0.182257",\
|
|
"0.162758, 0.130292, 0.106758, 0.091743, 0.114365");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.634193, 0.601727, 0.578192, 0.563178, 0.585799",\
|
|
"0.679856, 0.647390, 0.623855, 0.608841, 0.631462",\
|
|
"0.722259, 0.689793, 0.666259, 0.651244, 0.673865",\
|
|
"0.796060, 0.763594, 0.740059, 0.725045, 0.747666",\
|
|
"0.940831, 0.908365, 0.884830, 0.869816, 0.892437");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.220932, -0.188465, -0.164931, -0.149916, -0.172538",\
|
|
"-0.239000, -0.206534, -0.182999, -0.167985, -0.190606",\
|
|
"-0.237108, -0.204642, -0.181107, -0.166093, -0.188714",\
|
|
"-0.217473, -0.185007, -0.161473, -0.146458, -0.169079",\
|
|
"-0.149581, -0.117115, -0.093580, -0.078566, -0.101187");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.601142, -0.568676, -0.545141, -0.530127, -0.552748",\
|
|
"-0.646805, -0.614339, -0.590804, -0.575790, -0.598411",\
|
|
"-0.689208, -0.656742, -0.633207, -0.618193, -0.640814",\
|
|
"-0.763009, -0.730543, -0.707008, -0.691994, -0.714615",\
|
|
"-0.907780, -0.875314, -0.851779, -0.836765, -0.859386");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003952 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.435285, 0.402819, 0.379285, 0.364270, 0.386891",\
|
|
"0.467021, 0.434555, 0.411021, 0.396006, 0.418627",\
|
|
"0.483240, 0.450774, 0.427239, 0.412225, 0.434846",\
|
|
"0.491188, 0.458722, 0.435187, 0.420173, 0.442794",\
|
|
"0.469535, 0.437069, 0.413534, 0.398520, 0.421141");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.763587, 0.731121, 0.707587, 0.692572, 0.715194",\
|
|
"0.812010, 0.779544, 0.756010, 0.740995, 0.763616",\
|
|
"0.866942, 0.834476, 0.810942, 0.795927, 0.818548",\
|
|
"0.961023, 0.928557, 0.905022, 0.890008, 0.912629",\
|
|
"1.115139, 1.082673, 1.059138, 1.044124, 1.066745");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.414403, -0.381937, -0.358402, -0.343388, -0.366009",\
|
|
"-0.446139, -0.413673, -0.390138, -0.375124, -0.397745",\
|
|
"-0.462357, -0.429891, -0.406357, -0.391342, -0.413964",\
|
|
"-0.470305, -0.437839, -0.414305, -0.399290, -0.421912",\
|
|
"-0.448653, -0.416186, -0.392652, -0.377637, -0.400259");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.721375, -0.688909, -0.665374, -0.650360, -0.672981",\
|
|
"-0.769797, -0.737331, -0.713797, -0.698782, -0.721404",\
|
|
"-0.824729, -0.792263, -0.768729, -0.753714, -0.776336",\
|
|
"-0.918810, -0.886344, -0.862809, -0.847795, -0.870416",\
|
|
"-1.072926, -1.040460, -1.016925, -1.001911, -1.024532");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004131 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.452883, 0.420417, 0.396883, 0.381868, 0.404489",\
|
|
"0.488125, 0.455659, 0.432124, 0.417110, 0.439731",\
|
|
"0.515077, 0.482611, 0.459076, 0.444062, 0.466683",\
|
|
"0.538154, 0.505688, 0.482153, 0.467139, 0.489760",\
|
|
"0.539579, 0.507113, 0.483579, 0.468564, 0.491186");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.729681, 0.697215, 0.673681, 0.658666, 0.681288",\
|
|
"0.780298, 0.747832, 0.724297, 0.709283, 0.731904",\
|
|
"0.841696, 0.809230, 0.785695, 0.770681, 0.793302",\
|
|
"0.942992, 0.910526, 0.886991, 0.871976, 0.894598",\
|
|
"1.112113, 1.079647, 1.056112, 1.041098, 1.063719");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.394435, -0.361969, -0.338389, -0.323377, -0.345996",\
|
|
"-0.429677, -0.397211, -0.373631, -0.358618, -0.381238",\
|
|
"-0.456629, -0.424163, -0.400582, -0.385570, -0.408189",\
|
|
"-0.479706, -0.447240, -0.423659, -0.408647, -0.431266",\
|
|
"-0.481132, -0.448666, -0.425085, -0.410073, -0.432692");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.645831, -0.613365, -0.589784, -0.574772, -0.597391",\
|
|
"-0.696447, -0.663981, -0.640401, -0.625389, -0.648008",\
|
|
"-0.757873, -0.725407, -0.701826, -0.686814, -0.709433",\
|
|
"-0.859254, -0.826788, -0.803208, -0.788195, -0.810815",\
|
|
"-1.028723, -0.996257, -0.972676, -0.957664, -0.980283");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002845 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.397159, 0.364693, 0.341158, 0.326144, 0.348765",\
|
|
"0.429321, 0.396855, 0.373320, 0.358306, 0.380927",\
|
|
"0.444754, 0.412287, 0.388753, 0.373738, 0.396360",\
|
|
"0.452052, 0.419586, 0.396051, 0.381037, 0.403658",\
|
|
"0.433735, 0.401268, 0.377734, 0.362719, 0.385341");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.841129, 0.808663, 0.785129, 0.770114, 0.792736",\
|
|
"0.891665, 0.859198, 0.835664, 0.820649, 0.843271",\
|
|
"0.940449, 0.907983, 0.884449, 0.869434, 0.892055",\
|
|
"1.018993, 0.986527, 0.962992, 0.947978, 0.970599",\
|
|
"1.156796, 1.124330, 1.100795, 1.085781, 1.108402");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.332937, -0.300471, -0.276890, -0.261878, -0.284497",\
|
|
"-0.365099, -0.332633, -0.309053, -0.294040, -0.316660",\
|
|
"-0.380532, -0.348066, -0.324485, -0.309473, -0.332092",\
|
|
"-0.387830, -0.355364, -0.331783, -0.316771, -0.339391",\
|
|
"-0.369513, -0.337047, -0.313466, -0.298454, -0.321073");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.751112, -0.718646, -0.695065, -0.680053, -0.702673",\
|
|
"-0.801647, -0.769181, -0.745601, -0.730588, -0.753208",\
|
|
"-0.850432, -0.817966, -0.794385, -0.779373, -0.801992",\
|
|
"-0.928975, -0.896509, -0.872929, -0.857917, -0.880536",\
|
|
"-1.066779, -1.034313, -1.010732, -0.995720, -1.018339");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002765 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.385925, 0.353459, 0.329924, 0.314910, 0.337531",\
|
|
"0.412439, 0.379973, 0.356439, 0.341424, 0.364045",\
|
|
"0.420383, 0.387917, 0.364382, 0.349368, 0.371989",\
|
|
"0.413850, 0.381384, 0.357849, 0.342835, 0.365456",\
|
|
"0.364871, 0.332405, 0.308870, 0.293856, 0.316477");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.558094, 0.525628, 0.502094, 0.487079, 0.509701",\
|
|
"0.604790, 0.572324, 0.548789, 0.533775, 0.556396",\
|
|
"0.658373, 0.625907, 0.602373, 0.587358, 0.609980",\
|
|
"0.746016, 0.713549, 0.690015, 0.675000, 0.697622",\
|
|
"0.902246, 0.869780, 0.846246, 0.831231, 0.853852");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.323875, -0.291409, -0.267828, -0.252816, -0.275435",\
|
|
"-0.350389, -0.317923, -0.294342, -0.279330, -0.301950",\
|
|
"-0.358333, -0.325867, -0.302286, -0.287274, -0.309893",\
|
|
"-0.351800, -0.319334, -0.295753, -0.280741, -0.303360",\
|
|
"-0.302821, -0.270355, -0.246774, -0.231762, -0.254381");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.471907, -0.439441, -0.415860, -0.400848, -0.423467",\
|
|
"-0.518602, -0.486136, -0.462555, -0.447543, -0.470163",\
|
|
"-0.572186, -0.539720, -0.516139, -0.501127, -0.523746",\
|
|
"-0.659828, -0.627362, -0.603781, -0.588769, -0.611388",\
|
|
"-0.816059, -0.783593, -0.760012, -0.745000, -0.767619");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002914 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.378878, 0.346412, 0.322877, 0.307863, 0.330484",\
|
|
"0.409635, 0.377169, 0.353635, 0.338620, 0.361241",\
|
|
"0.425044, 0.392578, 0.369043, 0.354029, 0.376650",\
|
|
"0.432331, 0.399865, 0.376331, 0.361316, 0.383937",\
|
|
"0.414026, 0.381560, 0.358025, 0.343011, 0.365632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.724261, 0.691795, 0.668260, 0.653246, 0.675867",\
|
|
"0.774355, 0.741889, 0.718355, 0.703340, 0.725962",\
|
|
"0.822931, 0.790465, 0.766931, 0.751916, 0.774538",\
|
|
"0.901545, 0.869079, 0.845544, 0.830530, 0.853151",\
|
|
"1.039578, 1.007112, 0.983577, 0.968563, 0.991184");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.308406, -0.275940, -0.252360, -0.237348, -0.259967",\
|
|
"-0.339164, -0.306698, -0.283117, -0.268105, -0.290724",\
|
|
"-0.354573, -0.322107, -0.298526, -0.283514, -0.306133",\
|
|
"-0.361860, -0.329394, -0.305813, -0.290801, -0.313420",\
|
|
"-0.343554, -0.311088, -0.287508, -0.272496, -0.295115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.628324, -0.595858, -0.572277, -0.557265, -0.579884",\
|
|
"-0.678419, -0.645953, -0.622372, -0.607360, -0.629979",\
|
|
"-0.726995, -0.694529, -0.670948, -0.655936, -0.678555",\
|
|
"-0.805608, -0.773142, -0.749562, -0.734549, -0.757169",\
|
|
"-0.943641, -0.911175, -0.887594, -0.872582, -0.895201");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003804 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.290836, 0.258370, 0.234836, 0.219821, 0.242443",\
|
|
"0.325717, 0.293251, 0.269716, 0.254702, 0.277323",\
|
|
"0.352905, 0.320439, 0.296905, 0.281890, 0.304512",\
|
|
"0.376495, 0.344029, 0.320495, 0.305480, 0.328101",\
|
|
"0.378507, 0.346041, 0.322506, 0.307492, 0.330113");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.612760, 0.580294, 0.556759, 0.541745, 0.564366",\
|
|
"0.663412, 0.630946, 0.607411, 0.592397, 0.615018",\
|
|
"0.724938, 0.692472, 0.668937, 0.653923, 0.676544",\
|
|
"0.825687, 0.793221, 0.769686, 0.754672, 0.777293",\
|
|
"0.993086, 0.960620, 0.937086, 0.922071, 0.944693");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.269876, -0.237409, -0.213875, -0.198860, -0.221482",\
|
|
"-0.304756, -0.272290, -0.248756, -0.233741, -0.256362",\
|
|
"-0.331945, -0.299478, -0.275944, -0.260929, -0.283551",\
|
|
"-0.355534, -0.323068, -0.299534, -0.284519, -0.307141",\
|
|
"-0.357546, -0.325080, -0.301545, -0.286531, -0.309152");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.570217, -0.537751, -0.514216, -0.499202, -0.521823",\
|
|
"-0.620869, -0.588403, -0.564868, -0.549854, -0.572475",\
|
|
"-0.682413, -0.649947, -0.626412, -0.611398, -0.634019",\
|
|
"-0.783950, -0.751484, -0.727950, -0.712935, -0.735557",\
|
|
"-0.951350, -0.918884, -0.895349, -0.880335, -0.902956");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002719 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.503611, 0.471145, 0.447610, 0.432596, 0.455217",\
|
|
"0.521467, 0.489001, 0.465466, 0.450452, 0.473073",\
|
|
"0.519673, 0.487207, 0.463673, 0.448658, 0.471280",\
|
|
"0.500047, 0.467581, 0.444046, 0.429032, 0.451653",\
|
|
"0.432290, 0.399824, 0.376290, 0.361275, 0.383897");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.888570, 0.856104, 0.832569, 0.817555, 0.840176",\
|
|
"0.934165, 0.901699, 0.878164, 0.863150, 0.885771",\
|
|
"0.976526, 0.944060, 0.920525, 0.905511, 0.928132",\
|
|
"1.050435, 1.017969, 0.994434, 0.979420, 1.002041",\
|
|
"1.194856, 1.162390, 1.138855, 1.123841, 1.146462");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.488202, -0.455736, -0.432202, -0.417187, -0.439809",\
|
|
"-0.506058, -0.473592, -0.450058, -0.435043, -0.457664",\
|
|
"-0.504265, -0.471799, -0.448264, -0.433250, -0.455871",\
|
|
"-0.484638, -0.452172, -0.428638, -0.413623, -0.436244",\
|
|
"-0.416882, -0.384416, -0.360881, -0.345867, -0.368488");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.853585, -0.821119, -0.797585, -0.782570, -0.805192",\
|
|
"-0.899180, -0.866714, -0.843180, -0.828165, -0.850787",\
|
|
"-0.941542, -0.909076, -0.885541, -0.870527, -0.893148",\
|
|
"-1.015450, -0.982984, -0.959450, -0.944435, -0.967057",\
|
|
"-1.159872, -1.127406, -1.103871, -1.088857, -1.111478");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003802 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.294310, 0.261844, 0.238309, 0.223295, 0.245916",\
|
|
"0.329465, 0.296999, 0.273465, 0.258450, 0.281072",\
|
|
"0.356436, 0.323970, 0.300435, 0.285421, 0.308042",\
|
|
"0.379711, 0.347245, 0.323711, 0.308696, 0.331318",\
|
|
"0.381479, 0.349013, 0.325479, 0.310464, 0.333086");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.538967, 0.506501, 0.482966, 0.467952, 0.490573",\
|
|
"0.589390, 0.556924, 0.533390, 0.518375, 0.540997",\
|
|
"0.649468, 0.617002, 0.593467, 0.578453, 0.601074",\
|
|
"0.750336, 0.717870, 0.694335, 0.679321, 0.701942",\
|
|
"0.917732, 0.885266, 0.861731, 0.846717, 0.869338");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.281133, -0.248667, -0.225132, -0.210118, -0.232739",\
|
|
"-0.316288, -0.283822, -0.260287, -0.245273, -0.267894",\
|
|
"-0.343259, -0.310792, -0.287258, -0.272243, -0.294865",\
|
|
"-0.366534, -0.334068, -0.310534, -0.295519, -0.318140",\
|
|
"-0.368302, -0.335836, -0.312302, -0.297287, -0.319908");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.505574, -0.473108, -0.449574, -0.434559, -0.457180",\
|
|
"-0.556334, -0.523868, -0.500333, -0.485319, -0.507940",\
|
|
"-0.616411, -0.583945, -0.560410, -0.545396, -0.568017",\
|
|
"-0.717279, -0.684813, -0.661278, -0.646264, -0.668885",\
|
|
"-0.884675, -0.852209, -0.828675, -0.813660, -0.836282");
|
|
}
|
|
|
|
} /* 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 ;
|
|
clock : true ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.071616 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[4];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.253906");
|
|
}
|
|
|
|
} /* 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 ( "0.391566");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005617 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.652113, 0.619647, 0.596112, 0.581098, 0.603719",\
|
|
"0.676996, 0.644530, 0.620996, 0.605981, 0.628602",\
|
|
"0.683293, 0.650827, 0.627292, 0.612278, 0.634899",\
|
|
"0.671402, 0.638936, 0.615402, 0.600387, 0.623009",\
|
|
"0.608657, 0.576191, 0.552656, 0.537642, 0.560263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.002088, 0.969622, 0.946088, 0.931073, 0.953695",\
|
|
"1.053565, 1.021099, 0.997565, 0.982550, 1.005172",\
|
|
"1.114317, 1.081851, 1.058316, 1.043302, 1.065923",\
|
|
"1.218574, 1.186108, 1.162573, 1.147559, 1.170180",\
|
|
"1.405467, 1.373001, 1.349466, 1.334452, 1.357073");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.218058, -0.185592, -0.162058, -0.147043, -0.169665",\
|
|
"-0.242944, -0.210478, -0.186943, -0.171929, -0.194550",\
|
|
"-0.249241, -0.216775, -0.193241, -0.178226, -0.200847",\
|
|
"-0.237356, -0.204890, -0.181355, -0.166340, -0.188962",\
|
|
"-0.174634, -0.142168, -0.118634, -0.103619, -0.126240");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.433026, -0.400560, -0.377026, -0.362011, -0.384633",\
|
|
"-0.484527, -0.452061, -0.428527, -0.413512, -0.436133",\
|
|
"-0.545594, -0.513128, -0.489593, -0.474579, -0.497200",\
|
|
"-0.650809, -0.618343, -0.594808, -0.579794, -0.602415",\
|
|
"-0.839548, -0.807082, -0.783547, -0.768533, -0.791154");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "0.962188, 0.962188, 0.962188, 0.962188, 0.962188",\
|
|
"0.987074, 0.987074, 0.987074, 0.987074, 0.987074",\
|
|
"0.993371, 0.993371, 0.993371, 0.993371, 0.993371",\
|
|
"0.981486, 0.981486, 0.981486, 0.981486, 0.981486",\
|
|
"0.918764, 0.918764, 0.918764, 0.918764, 0.918764");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "1.003827, 1.003827, 1.003827, 1.003827, 1.003827",\
|
|
"1.055328, 1.055328, 1.055328, 1.055328, 1.055328",\
|
|
"1.116246, 1.116246, 1.116246, 1.116246, 1.116246",\
|
|
"1.221299, 1.221299, 1.221299, 1.221299, 1.221299",\
|
|
"1.409777, 1.409777, 1.409777, 1.409777, 1.409777");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.071313, -0.071313, -0.071313, -0.071313, -0.071313",\
|
|
"-0.096199, -0.096199, -0.096199, -0.096199, -0.096199",\
|
|
"-0.102496, -0.102496, -0.102496, -0.102496, -0.102496",\
|
|
"-0.090610, -0.090610, -0.090610, -0.090610, -0.090610",\
|
|
"-0.027887, -0.027887, -0.027887, -0.027887, -0.027887");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.235214, -0.235214, -0.235214, -0.235214, -0.235214",\
|
|
"-0.286714, -0.286714, -0.286714, -0.286714, -0.286714",\
|
|
"-0.347781, -0.347781, -0.347781, -0.347781, -0.347781",\
|
|
"-0.452996, -0.452996, -0.452996, -0.452996, -0.452996",\
|
|
"-0.641735, -0.641735, -0.641735, -0.641735, -0.641735");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[3]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[3] */
|
|
|
|
pin("mgmt_gpio_in[2]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.010505 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[2];
|
|
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.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.405780, 3.373313, 3.349779, 3.334764, 3.357386",\
|
|
"3.435441, 3.402975, 3.379441, 3.364426, 3.387047",\
|
|
"3.423877, 3.391411, 3.367877, 3.352862, 3.375484",\
|
|
"3.326072, 3.293606, 3.270071, 3.255057, 3.277678",\
|
|
"2.944560, 2.912094, 2.888559, 2.873545, 2.896166");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.556572, 3.524106, 3.500571, 3.485557, 3.508178",\
|
|
"3.649592, 3.617126, 3.593591, 3.578577, 3.601198",\
|
|
"3.777089, 3.744623, 3.721088, 3.706074, 3.728695",\
|
|
"4.039980, 4.007514, 3.983980, 3.968965, 3.991587",\
|
|
"4.664504, 4.632038, 4.608503, 4.593489, 4.616110");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.217294, -0.184828, -0.161248, -0.146236, -0.168855",\
|
|
"-0.247120, -0.214654, -0.191074, -0.176061, -0.198681",\
|
|
"-0.235548, -0.203082, -0.179501, -0.164489, -0.187108",\
|
|
"-0.138072, -0.105606, -0.082025, -0.067013, -0.089632",\
|
|
"0.239834, 0.272300, 0.295880, 0.310892, 0.288273");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.471154, -0.438688, -0.415107, -0.400095, -0.422714",\
|
|
"-0.565665, -0.533199, -0.509619, -0.494606, -0.517226",\
|
|
"-0.694908, -0.662442, -0.638862, -0.623850, -0.646469",\
|
|
"-0.959728, -0.927262, -0.903681, -0.888669, -0.911288",\
|
|
"-1.584380, -1.551914, -1.528333, -1.513321, -1.535940");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
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.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "3.064942, 3.064942, 3.064942, 3.064942, 3.064942",\
|
|
"3.094604, 3.094604, 3.094604, 3.094604, 3.094604",\
|
|
"3.083040, 3.083040, 3.083040, 3.083040, 3.083040",\
|
|
"2.985234, 2.985234, 2.985234, 2.985234, 2.985234",\
|
|
"2.603722, 2.603722, 2.603722, 2.603722, 2.603722");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "3.623015, 3.623015, 3.623015, 3.623015, 3.623015",\
|
|
"3.716035, 3.716035, 3.716035, 3.716035, 3.716035",\
|
|
"3.843531, 3.843531, 3.843531, 3.843531, 3.843531",\
|
|
"4.106423, 4.106423, 4.106423, 4.106423, 4.106423",\
|
|
"4.730947, 4.730947, 4.730947, 4.730947, 4.730947");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
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.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.632704, -0.632704, -0.632704, -0.632704, -0.632704",\
|
|
"-0.662508, -0.662508, -0.662508, -0.662508, -0.662508",\
|
|
"-0.650886, -0.650886, -0.650886, -0.650886, -0.650886",\
|
|
"-0.553231, -0.553231, -0.553231, -0.553231, -0.553231",\
|
|
"-0.174616, -0.174616, -0.174616, -0.174616, -0.174616");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.658893, -0.658893, -0.658893, -0.658893, -0.658893",\
|
|
"-0.753560, -0.753560, -0.753560, -0.753560, -0.753560",\
|
|
"-0.883484, -0.883484, -0.883484, -0.883484, -0.883484",\
|
|
"-1.150513, -1.150513, -1.150513, -1.150513, -1.150513",\
|
|
"-1.780701, -1.780701, -1.780701, -1.780701, -1.780701");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[2] */
|
|
|
|
pin("mgmt_gpio_in[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004512 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.284511, 0.252045, 0.228510, 0.213496, 0.236117",\
|
|
"0.315220, 0.282754, 0.259220, 0.244205, 0.266826",\
|
|
"0.330683, 0.298216, 0.274682, 0.259667, 0.282289",\
|
|
"0.338007, 0.305541, 0.282007, 0.266992, 0.289613",\
|
|
"0.319842, 0.287376, 0.263842, 0.248827, 0.271448");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.574910, 0.542444, 0.518910, 0.503895, 0.526516",\
|
|
"0.625382, 0.592916, 0.569382, 0.554367, 0.576989",\
|
|
"0.674157, 0.641691, 0.618156, 0.603142, 0.625763",\
|
|
"0.752834, 0.720368, 0.696834, 0.681819, 0.704441",\
|
|
"0.890840, 0.858374, 0.834839, 0.819825, 0.842446");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.222461, -0.189995, -0.166414, -0.151402, -0.174021",\
|
|
"-0.253170, -0.220704, -0.197123, -0.182111, -0.204731",\
|
|
"-0.268632, -0.236166, -0.212586, -0.197574, -0.220193",\
|
|
"-0.275957, -0.243491, -0.219910, -0.204898, -0.227518",\
|
|
"-0.257792, -0.225326, -0.201745, -0.186733, -0.209353");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.488723, -0.456257, -0.432676, -0.417664, -0.440283",\
|
|
"-0.539195, -0.506729, -0.483148, -0.468136, -0.490755",\
|
|
"-0.587969, -0.555503, -0.531923, -0.516910, -0.539530",\
|
|
"-0.666647, -0.634181, -0.610600, -0.595588, -0.618207",\
|
|
"-0.804652, -0.772186, -0.748605, -0.733593, -0.756212");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005436 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.275761, 0.243294, 0.219760, 0.204745, 0.227367",\
|
|
"0.300473, 0.268007, 0.244472, 0.229458, 0.252079",\
|
|
"0.307012, 0.274546, 0.251012, 0.235997, 0.258619",\
|
|
"0.295191, 0.262725, 0.239191, 0.224176, 0.246797",\
|
|
"0.232300, 0.199834, 0.176299, 0.161285, 0.183906");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.634050, 0.601584, 0.578049, 0.563035, 0.585656",\
|
|
"0.685512, 0.653046, 0.629512, 0.614497, 0.637119",\
|
|
"0.746525, 0.714059, 0.690524, 0.675510, 0.698131",\
|
|
"0.851306, 0.818840, 0.795306, 0.780291, 0.802913",\
|
|
"1.037872, 1.005406, 0.981871, 0.966857, 0.989478");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.205012, -0.172546, -0.148965, -0.133953, -0.156572",\
|
|
"-0.229724, -0.197258, -0.173677, -0.158665, -0.181284",\
|
|
"-0.236266, -0.203800, -0.180219, -0.165207, -0.187826",\
|
|
"-0.224447, -0.191981, -0.168400, -0.153388, -0.176008",\
|
|
"-0.161821, -0.129355, -0.105775, -0.090763, -0.113382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.535748, -0.503282, -0.479701, -0.464689, -0.487308",\
|
|
"-0.587210, -0.554744, -0.531164, -0.516151, -0.538771",\
|
|
"-0.648380, -0.615914, -0.592333, -0.577321, -0.599941",\
|
|
"-0.753526, -0.721060, -0.697480, -0.682468, -0.705087",\
|
|
"-0.940422, -0.907956, -0.884376, -0.869364, -0.891983");
|
|
}
|
|
|
|
} /* 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.002564 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.499582, 0.508132, 0.534589, 0.629011, 1.087744",\
|
|
"0.533254, 0.541804, 0.568261, 0.662683, 1.121416",\
|
|
"0.557319, 0.565868, 0.592326, 0.686747, 1.145481",\
|
|
"0.575456, 0.584006, 0.610463, 0.704885, 1.155071",\
|
|
"0.575456, 0.584006, 0.610463, 0.704885, 1.155071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018922, 0.026712, 0.055997, 0.194505, 0.876422",\
|
|
"0.018922, 0.026712, 0.055997, 0.194505, 0.876422",\
|
|
"0.018922, 0.026713, 0.055997, 0.194505, 0.876422",\
|
|
"0.018923, 0.026713, 0.055998, 0.194505, 0.876421",\
|
|
"0.018925, 0.026715, 0.055998, 0.194505, 0.876421");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.545852, 0.552229, 0.569797, 0.616564, 0.813067",\
|
|
"0.598756, 0.605133, 0.622701, 0.669469, 0.865971",\
|
|
"0.662078, 0.668455, 0.686023, 0.732791, 0.929293",\
|
|
"0.768924, 0.775301, 0.792869, 0.839636, 1.036139",\
|
|
"0.949536, 0.955913, 0.973481, 1.020248, 1.216751");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.497888, 0.506436, 0.532892, 0.627313, 1.086046",\
|
|
"0.531560, 0.540108, 0.566564, 0.660985, 1.119718",\
|
|
"0.555638, 0.564186, 0.590642, 0.685063, 1.143796",\
|
|
"0.565360, 0.573909, 0.600365, 0.694786, 1.153519",\
|
|
"0.565360, 0.573909, 0.600365, 0.694786, 1.153519");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018913, 0.026705, 0.055993, 0.194505, 0.876422",\
|
|
"0.018914, 0.026705, 0.055994, 0.194505, 0.876422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.538706, 0.545074, 0.562622, 0.609380, 0.805878",\
|
|
"0.591610, 0.597978, 0.615527, 0.662284, 0.858783",\
|
|
"0.655180, 0.661548, 0.679097, 0.725855, 0.922353",\
|
|
"0.762593, 0.768962, 0.786511, 0.833268, 1.029767",\
|
|
"0.943924, 0.950292, 0.967841, 1.014599, 1.211098");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.015803, 0.019991, 0.033054, 0.087077, 0.352430",\
|
|
"0.015803, 0.019991, 0.033054, 0.087077, 0.352430",\
|
|
"0.015803, 0.019991, 0.033054, 0.087077, 0.352430",\
|
|
"0.015804, 0.019992, 0.033054, 0.087077, 0.352430",\
|
|
"0.015805, 0.019994, 0.033056, 0.087078, 0.352431");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.592634, 0.599011, 0.616579, 0.663346, 0.859849",\
|
|
"0.626306, 0.632683, 0.650251, 0.697019, 0.893521",\
|
|
"0.650200, 0.656577, 0.674145, 0.720913, 0.917415",\
|
|
"0.667892, 0.674269, 0.691837, 0.738605, 0.925128",\
|
|
"0.667892, 0.674269, 0.691837, 0.738605, 0.925128");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447",\
|
|
"0.015859, 0.020049, 0.033101, 0.088144, 0.357447");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.519330, 0.527880, 0.554337, 0.648758, 1.107492",\
|
|
"0.572234, 0.580784, 0.607241, 0.701663, 1.160396",\
|
|
"0.635344, 0.643894, 0.670351, 0.764772, 1.223506",\
|
|
"0.741576, 0.750126, 0.776583, 0.871004, 1.329738",\
|
|
"0.920953, 0.929504, 0.955961, 1.050382, 1.509116");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018922, 0.026712, 0.055997, 0.194505, 0.876422",\
|
|
"0.018922, 0.026712, 0.055997, 0.194505, 0.876422",\
|
|
"0.018922, 0.026713, 0.055997, 0.194505, 0.876422",\
|
|
"0.018923, 0.026713, 0.055998, 0.194505, 0.876421",\
|
|
"0.018925, 0.026715, 0.055998, 0.194505, 0.876421");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.591615, 0.597983, 0.615532, 0.662289, 0.858787",\
|
|
"0.625287, 0.631655, 0.649204, 0.695961, 0.892460",\
|
|
"0.649187, 0.655555, 0.673103, 0.719861, 0.916359",\
|
|
"0.656954, 0.663323, 0.680872, 0.727630, 0.924128",\
|
|
"0.656954, 0.663323, 0.680872, 0.727630, 0.924128");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.015803, 0.019991, 0.033054, 0.087077, 0.352430",\
|
|
"0.015803, 0.019991, 0.033054, 0.087077, 0.352430",\
|
|
"0.015803, 0.019991, 0.033054, 0.087077, 0.352430",\
|
|
"0.015804, 0.019992, 0.033054, 0.087077, 0.352430",\
|
|
"0.015805, 0.019994, 0.033056, 0.087078, 0.352431");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.513262, 0.521810, 0.548266, 0.642687, 1.101420",\
|
|
"0.566166, 0.574715, 0.601171, 0.695591, 1.154325",\
|
|
"0.629893, 0.638442, 0.664897, 0.759318, 1.218052",\
|
|
"0.736897, 0.745445, 0.771901, 0.866322, 1.325055",\
|
|
"0.916849, 0.925398, 0.951854, 1.046275, 1.505008");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018913, 0.026705, 0.055993, 0.194505, 0.876422",\
|
|
"0.018914, 0.026705, 0.055994, 0.194505, 0.876422");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.432459, 0.441008, 0.467464, 0.561885, 1.020618",\
|
|
"0.463109, 0.471658, 0.498114, 0.592535, 1.051269",\
|
|
"0.478640, 0.487189, 0.513645, 0.608066, 1.056365",\
|
|
"0.486192, 0.494741, 0.521197, 0.615618, 1.056365",\
|
|
"0.486192, 0.494741, 0.521197, 0.615618, 1.056365");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018916, 0.026707, 0.055994, 0.194505, 0.876422",\
|
|
"0.018916, 0.026707, 0.055994, 0.194505, 0.876422",\
|
|
"0.018916, 0.026707, 0.055994, 0.194505, 0.876422",\
|
|
"0.018916, 0.026707, 0.055995, 0.194505, 0.876422",\
|
|
"0.018917, 0.026708, 0.055995, 0.194505, 0.876422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.468282, 0.474684, 0.492304, 0.539100, 0.735613",\
|
|
"0.518684, 0.525086, 0.542706, 0.589502, 0.786015",\
|
|
"0.567534, 0.573936, 0.591556, 0.638351, 0.834864",\
|
|
"0.646173, 0.652575, 0.670196, 0.716992, 0.913505",\
|
|
"0.784225, 0.790627, 0.808247, 0.855043, 1.051556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.016013, 0.020207, 0.033230, 0.088213, 0.357481",\
|
|
"0.016013, 0.020207, 0.033230, 0.088213, 0.357481",\
|
|
"0.016013, 0.020207, 0.033230, 0.088213, 0.357481",\
|
|
"0.016013, 0.020207, 0.033230, 0.088213, 0.357481",\
|
|
"0.016012, 0.020206, 0.033229, 0.088212, 0.357481");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.432459, 0.441008, 0.467464, 0.561885, 1.020618",\
|
|
"0.463109, 0.471658, 0.498114, 0.592535, 1.051269",\
|
|
"0.468205, 0.476754, 0.503211, 0.597632, 1.056365",\
|
|
"0.468205, 0.476754, 0.503211, 0.597632, 1.056365",\
|
|
"0.468205, 0.476754, 0.503211, 0.597632, 1.056365");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018916, 0.026707, 0.055994, 0.194505, 0.876422",\
|
|
"0.018916, 0.026707, 0.055994, 0.194505, 0.876422",\
|
|
"0.018916, 0.026707, 0.055994, 0.194505, 0.876422",\
|
|
"0.018916, 0.026707, 0.055995, 0.194505, 0.876422",\
|
|
"0.018917, 0.026708, 0.055995, 0.194505, 0.876422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.468282, 0.474684, 0.492304, 0.539100, 0.735613",\
|
|
"0.518684, 0.525086, 0.542706, 0.589502, 0.786015",\
|
|
"0.567534, 0.573936, 0.591556, 0.638351, 0.834864",\
|
|
"0.646173, 0.652575, 0.670196, 0.716992, 0.913505",\
|
|
"0.784225, 0.790627, 0.808247, 0.855043, 1.051556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.016012, 0.020206, 0.033229, 0.087171, 0.352478",\
|
|
"0.016012, 0.020206, 0.033229, 0.087171, 0.352478",\
|
|
"0.016012, 0.020206, 0.033229, 0.087171, 0.352478",\
|
|
"0.016012, 0.020206, 0.033229, 0.087171, 0.352478",\
|
|
"0.016012, 0.020206, 0.033229, 0.087171, 0.352478");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.015995, 0.020189, 0.033215, 0.088205, 0.357477",\
|
|
"0.015995, 0.020189, 0.033215, 0.088205, 0.357477",\
|
|
"0.015995, 0.020189, 0.033215, 0.088205, 0.357477",\
|
|
"0.015995, 0.020189, 0.033215, 0.088205, 0.357477",\
|
|
"0.015995, 0.020189, 0.033215, 0.088205, 0.357477");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701",\
|
|
"1.834543, 1.843091, 1.869547, 1.963968, 2.422701");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422",\
|
|
"0.018912, 0.026704, 0.055993, 0.194505, 0.876422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359",\
|
|
"1.853041, 1.859441, 1.877055, 1.923847, 2.120359");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.015995, 0.020189, 0.033215, 0.087163, 0.352474",\
|
|
"0.015995, 0.020189, 0.033215, 0.087163, 0.352474",\
|
|
"0.015995, 0.020189, 0.033215, 0.087163, 0.352474",\
|
|
"0.015995, 0.020189, 0.033215, 0.087163, 0.352474",\
|
|
"0.015995, 0.020189, 0.033215, 0.087163, 0.352474");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[37]_redg_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.002505 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.531231, 0.539925, 0.566488, 0.660793, 1.117906",\
|
|
"0.564903, 0.573597, 0.600160, 0.694465, 1.151578",\
|
|
"0.588967, 0.597661, 0.624224, 0.718529, 1.175642",\
|
|
"0.607104, 0.615799, 0.642361, 0.736666, 1.185231",\
|
|
"0.607104, 0.615799, 0.642361, 0.736666, 1.185231");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020030, 0.027685, 0.056514, 0.193742, 0.872089",\
|
|
"0.020030, 0.027685, 0.056514, 0.193742, 0.872089",\
|
|
"0.020030, 0.027686, 0.056515, 0.193742, 0.872089",\
|
|
"0.020031, 0.027686, 0.056515, 0.193742, 0.872089",\
|
|
"0.020032, 0.027688, 0.056516, 0.193742, 0.872089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.570163, 0.576624, 0.594317, 0.641005, 0.836855",\
|
|
"0.623067, 0.629528, 0.647221, 0.693909, 0.889759",\
|
|
"0.686390, 0.692851, 0.710544, 0.757232, 0.953082",\
|
|
"0.793238, 0.799699, 0.817392, 0.864080, 1.059930",\
|
|
"0.973855, 0.980316, 0.998010, 1.044698, 1.240548");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.529547, 0.538240, 0.564802, 0.659107, 1.116220",\
|
|
"0.563219, 0.571912, 0.598474, 0.692779, 1.149892",\
|
|
"0.587297, 0.595990, 0.622552, 0.716857, 1.173970",\
|
|
"0.597020, 0.605714, 0.632276, 0.726581, 1.183695",\
|
|
"0.597020, 0.605714, 0.632276, 0.726581, 1.183695");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020025, 0.027681, 0.056512, 0.193741, 0.872090",\
|
|
"0.020025, 0.027681, 0.056512, 0.193741, 0.872090",\
|
|
"0.020025, 0.027681, 0.056512, 0.193741, 0.872090",\
|
|
"0.020026, 0.027682, 0.056513, 0.193741, 0.872090",\
|
|
"0.020027, 0.027683, 0.056513, 0.193742, 0.872090");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.562959, 0.569410, 0.587083, 0.633760, 0.829605",\
|
|
"0.615863, 0.622314, 0.639987, 0.686664, 0.882509",\
|
|
"0.679433, 0.685884, 0.703557, 0.750234, 0.946080",\
|
|
"0.786847, 0.793299, 0.810972, 0.857649, 1.053495",\
|
|
"0.968183, 0.974634, 0.992308, 1.038985, 1.234831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016332, 0.020557, 0.033563, 0.086803, 0.350366",\
|
|
"0.016332, 0.020557, 0.033563, 0.086803, 0.350366",\
|
|
"0.016332, 0.020557, 0.033563, 0.086804, 0.350366",\
|
|
"0.016333, 0.020558, 0.033563, 0.086804, 0.350367",\
|
|
"0.016334, 0.020560, 0.033564, 0.086804, 0.350367");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.616986, 0.623447, 0.641141, 0.687828, 0.883678",\
|
|
"0.650658, 0.657119, 0.674812, 0.721500, 0.917350",\
|
|
"0.674553, 0.681013, 0.698707, 0.745395, 0.941245",\
|
|
"0.692244, 0.698705, 0.716399, 0.763087, 0.948958",\
|
|
"0.692244, 0.698705, 0.716399, 0.763087, 0.948958");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845",\
|
|
"0.016392, 0.020619, 0.033613, 0.087656, 0.354845");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.550812, 0.559506, 0.586068, 0.680373, 1.137487",\
|
|
"0.603716, 0.612410, 0.638972, 0.733277, 1.190391",\
|
|
"0.666826, 0.675521, 0.702083, 0.796388, 1.253502",\
|
|
"0.773061, 0.781755, 0.808317, 0.902622, 1.359736",\
|
|
"0.952445, 0.961139, 0.987702, 1.082007, 1.539121");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020030, 0.027685, 0.056514, 0.193742, 0.872089",\
|
|
"0.020030, 0.027685, 0.056514, 0.193742, 0.872089",\
|
|
"0.020030, 0.027686, 0.056515, 0.193742, 0.872089",\
|
|
"0.020031, 0.027686, 0.056515, 0.193742, 0.872089",\
|
|
"0.020032, 0.027688, 0.056516, 0.193742, 0.872089");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.615918, 0.622369, 0.640042, 0.686719, 0.882565",\
|
|
"0.649590, 0.656041, 0.673714, 0.720391, 0.916237",\
|
|
"0.673489, 0.679940, 0.697613, 0.744290, 0.940136",\
|
|
"0.681254, 0.687705, 0.705379, 0.752056, 0.947902",\
|
|
"0.681254, 0.687705, 0.705379, 0.752056, 0.947902");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016332, 0.020557, 0.033563, 0.086803, 0.350366",\
|
|
"0.016332, 0.020557, 0.033563, 0.086803, 0.350366",\
|
|
"0.016332, 0.020557, 0.033563, 0.086804, 0.350366",\
|
|
"0.016333, 0.020558, 0.033563, 0.086804, 0.350367",\
|
|
"0.016334, 0.020560, 0.033564, 0.086804, 0.350367");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.544746, 0.553440, 0.580001, 0.674306, 1.131420",\
|
|
"0.597650, 0.606344, 0.632906, 0.727210, 1.184324",\
|
|
"0.661376, 0.670070, 0.696632, 0.790936, 1.248050",\
|
|
"0.768383, 0.777076, 0.803638, 0.897943, 1.355057",\
|
|
"0.948345, 0.957038, 0.983600, 1.077905, 1.535019");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020025, 0.027681, 0.056512, 0.193741, 0.872090",\
|
|
"0.020025, 0.027681, 0.056512, 0.193741, 0.872090",\
|
|
"0.020025, 0.027681, 0.056512, 0.193741, 0.872090",\
|
|
"0.020026, 0.027682, 0.056513, 0.193741, 0.872090",\
|
|
"0.020027, 0.027683, 0.056513, 0.193742, 0.872090");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.553632, 0.562327, 0.588890, 0.683195, 1.105800",\
|
|
"0.553632, 0.562327, 0.588890, 0.683195, 1.105800",\
|
|
"0.553632, 0.562327, 0.588890, 0.683195, 1.105800",\
|
|
"0.547121, 0.555815, 0.582378, 0.676683, 1.105800",\
|
|
"0.498309, 0.507004, 0.533567, 0.627872, 1.084986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.520908, 0.527398, 0.545152, 0.591871, 0.787734",\
|
|
"0.567593, 0.574083, 0.591837, 0.638557, 0.834419",\
|
|
"0.621318, 0.627808, 0.645562, 0.692281, 0.888144",\
|
|
"0.709472, 0.715962, 0.733715, 0.780435, 0.976297",\
|
|
"0.866921, 0.873411, 0.891165, 0.937885, 1.133747");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016568, 0.020801, 0.033761, 0.087734, 0.354884",\
|
|
"0.016568, 0.020801, 0.033761, 0.087734, 0.354884",\
|
|
"0.016568, 0.020801, 0.033761, 0.087734, 0.354884",\
|
|
"0.016568, 0.020801, 0.033761, 0.087734, 0.354884",\
|
|
"0.016568, 0.020801, 0.033761, 0.087734, 0.354884");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.519123, 0.527818, 0.554381, 0.648686, 1.105800",\
|
|
"0.519123, 0.527818, 0.554381, 0.648686, 1.105800",\
|
|
"0.519123, 0.527818, 0.554381, 0.648686, 1.105800",\
|
|
"0.519123, 0.527818, 0.554381, 0.648686, 1.105800",\
|
|
"0.498309, 0.507004, 0.533567, 0.627872, 1.084986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089",\
|
|
"0.020034, 0.027689, 0.056516, 0.193742, 0.872089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.520908, 0.527398, 0.545152, 0.591871, 0.787734",\
|
|
"0.567593, 0.574083, 0.591837, 0.638557, 0.834419",\
|
|
"0.621318, 0.627808, 0.645562, 0.692281, 0.888144",\
|
|
"0.709472, 0.715962, 0.733715, 0.780435, 0.976297",\
|
|
"0.866921, 0.873411, 0.891165, 0.937885, 1.133747");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016568, 0.020800, 0.033760, 0.086908, 0.350420",\
|
|
"0.016568, 0.020800, 0.033760, 0.086908, 0.350420",\
|
|
"0.016568, 0.020800, 0.033760, 0.086908, 0.350420",\
|
|
"0.016568, 0.020800, 0.033760, 0.086908, 0.350420",\
|
|
"0.016568, 0.020801, 0.033761, 0.086909, 0.350420");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016559, 0.020792, 0.033754, 0.087730, 0.354882",\
|
|
"0.016559, 0.020792, 0.033754, 0.087730, 0.354882",\
|
|
"0.016559, 0.020792, 0.033754, 0.087730, 0.354882",\
|
|
"0.016559, 0.020792, 0.033754, 0.087730, 0.354882",\
|
|
"0.016559, 0.020792, 0.033754, 0.087730, 0.354882");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624",\
|
|
"1.915951, 1.924644, 1.951206, 2.045510, 2.502624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090",\
|
|
"0.020023, 0.027679, 0.056511, 0.193741, 0.872090");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857",\
|
|
"1.952037, 1.958525, 1.976276, 2.022995, 2.218857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.016559, 0.020792, 0.033754, 0.086905, 0.350418",\
|
|
"0.016559, 0.020792, 0.033754, 0.086905, 0.350418",\
|
|
"0.016559, 0.020792, 0.033754, 0.086905, 0.350418",\
|
|
"0.016559, 0.020792, 0.033754, 0.086905, 0.350418",\
|
|
"0.016559, 0.020792, 0.033754, 0.086905, 0.350418");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[36]_redg_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.002690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.481397, 0.490180, 0.516896, 0.611212, 1.068202",\
|
|
"0.516320, 0.525103, 0.551819, 0.646134, 1.103125",\
|
|
"0.543872, 0.552655, 0.579371, 0.673687, 1.130677",\
|
|
"0.568203, 0.576986, 0.603702, 0.698018, 1.155008",\
|
|
"0.569002, 0.577785, 0.604502, 0.698818, 1.155807");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020987, 0.028573, 0.057080, 0.193968, 0.871927",\
|
|
"0.020987, 0.028573, 0.057080, 0.193968, 0.871927",\
|
|
"0.020987, 0.028573, 0.057080, 0.193969, 0.871927",\
|
|
"0.020987, 0.028573, 0.057080, 0.193969, 0.871927",\
|
|
"0.020988, 0.028574, 0.057081, 0.193969, 0.871927");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.591458, 0.598171, 0.616453, 0.663478, 0.859394",\
|
|
"0.642059, 0.648771, 0.667054, 0.714078, 0.909995",\
|
|
"0.703325, 0.710038, 0.728320, 0.775345, 0.971261",\
|
|
"0.803095, 0.809808, 0.828091, 0.875116, 1.071032",\
|
|
"0.966798, 0.973511, 0.991795, 1.038820, 1.234736");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.018290, 0.022550, 0.035191, 0.088606, 0.355252",\
|
|
"0.018290, 0.022550, 0.035191, 0.088606, 0.355252",\
|
|
"0.018290, 0.022550, 0.035192, 0.088606, 0.355252",\
|
|
"0.018291, 0.022551, 0.035192, 0.088606, 0.355252",\
|
|
"0.018293, 0.022553, 0.035194, 0.088607, 0.355252");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.480737, 0.489411, 0.515980, 0.610286, 1.067298",\
|
|
"0.515660, 0.524334, 0.550903, 0.645209, 1.102221",\
|
|
"0.543212, 0.551886, 0.578455, 0.672761, 1.129773",\
|
|
"0.567544, 0.576218, 0.602787, 0.697093, 1.154105",\
|
|
"0.568352, 0.577026, 0.603595, 0.697901, 1.154913");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020322, 0.027954, 0.056728, 0.193906, 0.872080",\
|
|
"0.020322, 0.027954, 0.056728, 0.193906, 0.872080",\
|
|
"0.020322, 0.027954, 0.056728, 0.193906, 0.872080",\
|
|
"0.020323, 0.027955, 0.056729, 0.193906, 0.872080",\
|
|
"0.020325, 0.027956, 0.056729, 0.193906, 0.872080");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.576027, 0.582541, 0.600403, 0.647196, 0.843034",\
|
|
"0.626628, 0.633142, 0.651004, 0.697797, 0.893634",\
|
|
"0.687883, 0.694397, 0.712259, 0.759052, 0.954890",\
|
|
"0.787623, 0.794137, 0.811998, 0.858791, 1.054628",\
|
|
"0.951298, 0.957812, 0.975673, 1.022465, 1.218303");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.017057, 0.021282, 0.034157, 0.087153, 0.350516",\
|
|
"0.017057, 0.021282, 0.034157, 0.087153, 0.350516",\
|
|
"0.017057, 0.021282, 0.034157, 0.087153, 0.350515",\
|
|
"0.017055, 0.021280, 0.034155, 0.087152, 0.350515",\
|
|
"0.017055, 0.021280, 0.034155, 0.087152, 0.350515");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.621793, 0.628505, 0.646788, 0.693812, 0.889729",\
|
|
"0.656716, 0.663428, 0.681711, 0.728735, 0.924651",\
|
|
"0.684016, 0.690729, 0.709012, 0.756036, 0.951952",\
|
|
"0.707647, 0.714360, 0.732643, 0.779668, 0.974573",\
|
|
"0.707647, 0.714360, 0.732643, 0.779668, 0.974573");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.018290, 0.022550, 0.035191, 0.088606, 0.355252",\
|
|
"0.018290, 0.022550, 0.035191, 0.088606, 0.355252",\
|
|
"0.018290, 0.022550, 0.035192, 0.088606, 0.355252",\
|
|
"0.018291, 0.022551, 0.035192, 0.088606, 0.355252",\
|
|
"0.018293, 0.022553, 0.035194, 0.088607, 0.355252");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.524181, 0.532964, 0.559680, 0.653996, 1.110986",\
|
|
"0.574782, 0.583565, 0.610281, 0.704596, 1.161586",\
|
|
"0.636256, 0.645039, 0.671755, 0.766070, 1.223060",\
|
|
"0.736601, 0.745384, 0.772101, 0.866416, 1.323406",\
|
|
"0.901341, 0.910124, 0.936841, 1.031156, 1.488146");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020987, 0.028573, 0.057080, 0.193968, 0.871927",\
|
|
"0.020987, 0.028573, 0.057080, 0.193968, 0.871927",\
|
|
"0.020987, 0.028573, 0.057080, 0.193969, 0.871927",\
|
|
"0.020987, 0.028573, 0.057080, 0.193969, 0.871927",\
|
|
"0.020988, 0.028574, 0.057081, 0.193969, 0.871927");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.606362, 0.612876, 0.630738, 0.677531, 0.873369",\
|
|
"0.641285, 0.647799, 0.665661, 0.712453, 0.908291",\
|
|
"0.668575, 0.675089, 0.692951, 0.739743, 0.935581",\
|
|
"0.691135, 0.697649, 0.715510, 0.762303, 0.958140",\
|
|
"0.691135, 0.697649, 0.715510, 0.762303, 0.958140");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.017057, 0.021282, 0.034157, 0.087153, 0.350516",\
|
|
"0.017057, 0.021282, 0.034157, 0.087153, 0.350516",\
|
|
"0.017057, 0.021282, 0.034157, 0.087153, 0.350515",\
|
|
"0.017055, 0.021280, 0.034155, 0.087152, 0.350515",\
|
|
"0.017055, 0.021280, 0.034155, 0.087152, 0.350515");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.523521, 0.532195, 0.558764, 0.653070, 1.110082",\
|
|
"0.574122, 0.582796, 0.609365, 0.703671, 1.160682",\
|
|
"0.635596, 0.644270, 0.670839, 0.765145, 1.222157",\
|
|
"0.735942, 0.744616, 0.771185, 0.865491, 1.322503",\
|
|
"0.900690, 0.909364, 0.935934, 1.030240, 1.487252");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020322, 0.027954, 0.056728, 0.193906, 0.872080",\
|
|
"0.020322, 0.027954, 0.056728, 0.193906, 0.872080",\
|
|
"0.020322, 0.027954, 0.056728, 0.193906, 0.872080",\
|
|
"0.020323, 0.027955, 0.056729, 0.193906, 0.872080",\
|
|
"0.020325, 0.027956, 0.056729, 0.193906, 0.872080");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.533612, 0.542397, 0.569118, 0.663433, 1.086228",\
|
|
"0.533612, 0.542397, 0.569118, 0.663433, 1.086228",\
|
|
"0.533612, 0.542397, 0.569118, 0.663433, 1.086228",\
|
|
"0.527672, 0.536457, 0.563178, 0.657493, 1.086228",\
|
|
"0.479834, 0.488619, 0.515340, 0.609655, 1.066642");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020997, 0.028584, 0.057089, 0.193971, 0.871921",\
|
|
"0.020997, 0.028584, 0.057089, 0.193971, 0.871921",\
|
|
"0.020997, 0.028584, 0.057089, 0.193971, 0.871920",\
|
|
"0.020997, 0.028584, 0.057089, 0.193971, 0.871920",\
|
|
"0.020998, 0.028585, 0.057089, 0.193971, 0.871920");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.560319, 0.567046, 0.585358, 0.632399, 0.828321",\
|
|
"0.606985, 0.613712, 0.632025, 0.679065, 0.874987",\
|
|
"0.660578, 0.667304, 0.685617, 0.732657, 0.928580",\
|
|
"0.748119, 0.754846, 0.773158, 0.820199, 1.016121",\
|
|
"0.903287, 0.910013, 0.928326, 0.975366, 1.171288");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.018378, 0.022641, 0.035265, 0.088645, 0.355271",\
|
|
"0.018378, 0.022641, 0.035265, 0.088645, 0.355271",\
|
|
"0.018378, 0.022640, 0.035265, 0.088645, 0.355271",\
|
|
"0.018377, 0.022640, 0.035265, 0.088645, 0.355271",\
|
|
"0.018377, 0.022640, 0.035265, 0.088644, 0.355271");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.498831, 0.507508, 0.534080, 0.628387, 1.085400",\
|
|
"0.498831, 0.507508, 0.534080, 0.628387, 1.085400",\
|
|
"0.498831, 0.507508, 0.534080, 0.628387, 1.085400",\
|
|
"0.498831, 0.507508, 0.534080, 0.628387, 1.085400",\
|
|
"0.479251, 0.487928, 0.514500, 0.608807, 1.065820");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020342, 0.027971, 0.056737, 0.193907, 0.872078",\
|
|
"0.020342, 0.027971, 0.056737, 0.193907, 0.872078",\
|
|
"0.020342, 0.027971, 0.056737, 0.193907, 0.872078",\
|
|
"0.020343, 0.027972, 0.056737, 0.193907, 0.872078",\
|
|
"0.020344, 0.027973, 0.056737, 0.193907, 0.872078");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.545506, 0.552042, 0.569951, 0.616768, 0.812616",\
|
|
"0.592172, 0.598708, 0.616617, 0.663435, 0.859282",\
|
|
"0.645764, 0.652300, 0.670209, 0.717026, 0.912874",\
|
|
"0.733305, 0.739841, 0.757750, 0.804567, 1.000414",\
|
|
"0.888471, 0.895007, 0.912916, 0.959733, 1.155581");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.017194, 0.021423, 0.034272, 0.087214, 0.350547",\
|
|
"0.017194, 0.021423, 0.034272, 0.087214, 0.350547",\
|
|
"0.017194, 0.021423, 0.034272, 0.087214, 0.350547",\
|
|
"0.017194, 0.021423, 0.034272, 0.087214, 0.350547",\
|
|
"0.017194, 0.021423, 0.034272, 0.087214, 0.350546");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.040253, 2.049035, 2.075750, 2.170065, 2.627056",\
|
|
"2.040253, 2.049035, 2.075750, 2.170065, 2.627056",\
|
|
"2.040253, 2.049035, 2.075750, 2.170065, 2.627056",\
|
|
"2.040253, 2.049035, 2.075750, 2.170065, 2.627056",\
|
|
"2.040253, 2.049035, 2.075750, 2.170065, 2.627056");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020983, 0.028569, 0.057078, 0.193968, 0.871929",\
|
|
"0.020983, 0.028569, 0.057078, 0.193968, 0.871929",\
|
|
"0.020983, 0.028569, 0.057078, 0.193968, 0.871929",\
|
|
"0.020983, 0.028569, 0.057078, 0.193968, 0.871929",\
|
|
"0.020983, 0.028569, 0.057078, 0.193968, 0.871929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.087628, 2.094360, 2.112685, 2.159731, 2.355656",\
|
|
"2.087628, 2.094360, 2.112685, 2.159731, 2.355656",\
|
|
"2.087628, 2.094360, 2.112685, 2.159731, 2.355656",\
|
|
"2.087628, 2.094360, 2.112685, 2.159731, 2.355656",\
|
|
"2.087628, 2.094360, 2.112685, 2.159731, 2.355656");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.018413, 0.022677, 0.035294, 0.088660, 0.355279",\
|
|
"0.018413, 0.022677, 0.035294, 0.088660, 0.355279",\
|
|
"0.018413, 0.022677, 0.035294, 0.088660, 0.355279",\
|
|
"0.018413, 0.022677, 0.035294, 0.088660, 0.355279",\
|
|
"0.018413, 0.022677, 0.035294, 0.088660, 0.355279");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.037733, 2.046407, 2.072976, 2.167282, 2.624294",\
|
|
"2.037733, 2.046407, 2.072976, 2.167282, 2.624294",\
|
|
"2.037733, 2.046407, 2.072976, 2.167282, 2.624294",\
|
|
"2.037733, 2.046407, 2.072976, 2.167282, 2.624294",\
|
|
"2.037733, 2.046407, 2.072976, 2.167282, 2.624294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.020321, 0.027952, 0.056727, 0.193906, 0.872080",\
|
|
"0.020321, 0.027952, 0.056727, 0.193906, 0.872080",\
|
|
"0.020321, 0.027952, 0.056727, 0.193906, 0.872080",\
|
|
"0.020321, 0.027952, 0.056727, 0.193906, 0.872080",\
|
|
"0.020321, 0.027952, 0.056727, 0.193906, 0.872080");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.072947, 2.079490, 2.097415, 2.144240, 2.340091",\
|
|
"2.072947, 2.079490, 2.097415, 2.144240, 2.340091",\
|
|
"2.072947, 2.079490, 2.097415, 2.144240, 2.340091",\
|
|
"2.072947, 2.079490, 2.097415, 2.144240, 2.340091",\
|
|
"2.072947, 2.079490, 2.097415, 2.144240, 2.340091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.017240, 0.021470, 0.034310, 0.087234, 0.350557",\
|
|
"0.017240, 0.021470, 0.034310, 0.087234, 0.350557",\
|
|
"0.017240, 0.021470, 0.034310, 0.087234, 0.350557",\
|
|
"0.017240, 0.021470, 0.034310, 0.087234, 0.350557",\
|
|
"0.017240, 0.021470, 0.034310, 0.087234, 0.350557");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[35]_redg_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.008161 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "1.694331, 1.701814, 1.728078, 1.824669, 2.290427",\
|
|
"1.694331, 1.701814, 1.728078, 1.824669, 2.290427",\
|
|
"1.694331, 1.701814, 1.728078, 1.824669, 2.290427",\
|
|
"1.694331, 1.701814, 1.728078, 1.824669, 2.290427",\
|
|
"1.694331, 1.701814, 1.728078, 1.824669, 2.290427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.021043, 0.028844, 0.064796, 0.208135, 0.917721",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917721",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917721",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917721",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "1.657640, 1.662977, 1.680989, 1.728711, 1.929932",\
|
|
"1.657640, 1.662977, 1.680989, 1.728711, 1.929932",\
|
|
"1.657640, 1.662977, 1.680989, 1.728711, 1.929932",\
|
|
"1.657640, 1.662977, 1.680989, 1.728711, 1.929932",\
|
|
"1.657640, 1.662977, 1.680989, 1.728711, 1.929932");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.017697, 0.021215, 0.039128, 0.098167, 0.391904",\
|
|
"0.017697, 0.021215, 0.039128, 0.098167, 0.391904",\
|
|
"0.017697, 0.021215, 0.039128, 0.098167, 0.391904",\
|
|
"0.017697, 0.021215, 0.039128, 0.098167, 0.391904",\
|
|
"0.017697, 0.021215, 0.039128, 0.098167, 0.391904");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "1.694331, 1.701814, 1.728080, 1.824669, 2.290425",\
|
|
"1.694331, 1.701814, 1.728080, 1.824669, 2.290425",\
|
|
"1.694331, 1.701814, 1.728080, 1.824669, 2.290425",\
|
|
"1.694331, 1.701814, 1.728080, 1.824669, 2.290425",\
|
|
"1.694331, 1.701814, 1.728080, 1.824669, 2.290425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.021043, 0.028844, 0.064796, 0.208135, 0.917717",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917717",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917717",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917717",\
|
|
"0.021043, 0.028844, 0.064796, 0.208135, 0.917717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "1.657640, 1.662977, 1.680990, 1.728711, 1.929930",\
|
|
"1.657640, 1.662977, 1.680990, 1.728711, 1.929930",\
|
|
"1.657640, 1.662977, 1.680990, 1.728711, 1.929930",\
|
|
"1.657640, 1.662977, 1.680990, 1.728711, 1.929930",\
|
|
"1.657640, 1.662977, 1.680990, 1.728711, 1.929930");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.017697, 0.021215, 0.038455, 0.093315, 0.364613",\
|
|
"0.017697, 0.021215, 0.038455, 0.093315, 0.364613",\
|
|
"0.017697, 0.021215, 0.038455, 0.093315, 0.364613",\
|
|
"0.017697, 0.021215, 0.038455, 0.093315, 0.364613",\
|
|
"0.017697, 0.021215, 0.038455, 0.093315, 0.364613");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002272 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[33];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.015127, 0.019447, 0.032541, 0.086841, 0.353924",\
|
|
"0.015127, 0.019447, 0.032541, 0.086841, 0.353924",\
|
|
"0.015127, 0.019447, 0.032541, 0.086841, 0.353924",\
|
|
"0.015127, 0.019447, 0.032541, 0.086841, 0.353924",\
|
|
"0.015127, 0.019447, 0.032541, 0.086841, 0.353924");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597",\
|
|
"1.679062, 1.687310, 1.713413, 1.807553, 2.263597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910",\
|
|
"0.016094, 0.024244, 0.054709, 0.192902, 0.869910");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159",\
|
|
"1.632450, 1.638821, 1.656287, 1.702603, 1.898159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.015127, 0.019447, 0.032541, 0.086061, 0.349727",\
|
|
"0.015127, 0.019447, 0.032541, 0.086061, 0.349727",\
|
|
"0.015127, 0.019447, 0.032541, 0.086061, 0.349727",\
|
|
"0.015127, 0.019447, 0.032541, 0.086061, 0.349727",\
|
|
"0.015127, 0.019447, 0.032541, 0.086061, 0.349727");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002277 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[32];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "1.757918, 1.766177, 1.792245, 1.886357, 2.342480",\
|
|
"1.757918, 1.766177, 1.792245, 1.886357, 2.342480",\
|
|
"1.757918, 1.766177, 1.792245, 1.886357, 2.342480",\
|
|
"1.757918, 1.766177, 1.792245, 1.886357, 2.342480",\
|
|
"1.757918, 1.766177, 1.792245, 1.886357, 2.342480");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.016257, 0.024393, 0.054808, 0.192830, 0.869581",\
|
|
"0.016257, 0.024393, 0.054808, 0.192830, 0.869581",\
|
|
"0.016257, 0.024393, 0.054808, 0.192830, 0.869581",\
|
|
"0.016257, 0.024393, 0.054808, 0.192830, 0.869581",\
|
|
"0.016257, 0.024393, 0.054808, 0.192830, 0.869581");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.015170, 0.019443, 0.032613, 0.086695, 0.353179",\
|
|
"0.015170, 0.019443, 0.032613, 0.086695, 0.353179",\
|
|
"0.015170, 0.019443, 0.032613, 0.086695, 0.353179",\
|
|
"0.015170, 0.019443, 0.032613, 0.086695, 0.353179",\
|
|
"0.015170, 0.019443, 0.032613, 0.086695, 0.353179");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "1.757792, 1.766051, 1.792119, 1.886231, 2.342352",\
|
|
"1.757792, 1.766051, 1.792119, 1.886231, 2.342352",\
|
|
"1.757792, 1.766051, 1.792119, 1.886231, 2.342352",\
|
|
"1.757792, 1.766051, 1.792119, 1.886231, 2.342352",\
|
|
"1.757792, 1.766051, 1.792119, 1.886231, 2.342352");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.016256, 0.024392, 0.054808, 0.192829, 0.869577",\
|
|
"0.016256, 0.024392, 0.054808, 0.192829, 0.869577",\
|
|
"0.016256, 0.024392, 0.054808, 0.192829, 0.869577",\
|
|
"0.016256, 0.024392, 0.054808, 0.192829, 0.869577",\
|
|
"0.016256, 0.024392, 0.054808, 0.192829, 0.869577");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157",\
|
|
"1.727752, 1.734096, 1.751479, 1.797815, 1.993157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.015170, 0.019443, 0.032613, 0.085962, 0.349235",\
|
|
"0.015170, 0.019443, 0.032613, 0.085962, 0.349235",\
|
|
"0.015170, 0.019443, 0.032613, 0.085962, 0.349235",\
|
|
"0.015170, 0.019443, 0.032613, 0.085962, 0.349235",\
|
|
"0.015170, 0.019443, 0.032613, 0.085962, 0.349235");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002145 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.015093, 0.019397, 0.032535, 0.086801, 0.353903",\
|
|
"0.015093, 0.019397, 0.032535, 0.086801, 0.353903",\
|
|
"0.015093, 0.019397, 0.032535, 0.086801, 0.353903",\
|
|
"0.015093, 0.019397, 0.032535, 0.086801, 0.353903",\
|
|
"0.015093, 0.019397, 0.032535, 0.086801, 0.353903");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199",\
|
|
"1.713185, 1.721475, 1.747568, 1.841723, 2.298199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564",\
|
|
"0.016179, 0.024312, 0.054698, 0.192924, 0.870564");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526",\
|
|
"1.669731, 1.676117, 1.693566, 1.739919, 1.935526");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.015093, 0.019397, 0.032535, 0.086019, 0.349703",\
|
|
"0.015093, 0.019397, 0.032535, 0.086019, 0.349703",\
|
|
"0.015093, 0.019397, 0.032535, 0.086019, 0.349703",\
|
|
"0.015093, 0.019397, 0.032535, 0.086019, 0.349703",\
|
|
"0.015093, 0.019397, 0.032535, 0.086019, 0.349703");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003417 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.015660, 0.019801, 0.032816, 0.088458, 0.358660",\
|
|
"0.015660, 0.019801, 0.032816, 0.088458, 0.358660",\
|
|
"0.015660, 0.019801, 0.032816, 0.088458, 0.358660",\
|
|
"0.015660, 0.019801, 0.032816, 0.088458, 0.358660",\
|
|
"0.015660, 0.019801, 0.032816, 0.088458, 0.358660");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932",\
|
|
"1.739355, 1.747450, 1.773579, 1.868164, 2.325932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039",\
|
|
"0.017119, 0.025204, 0.055571, 0.195381, 0.877039");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788",\
|
|
"1.704028, 1.710174, 1.727537, 1.774200, 1.970788");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.015660, 0.019801, 0.032816, 0.087466, 0.353133",\
|
|
"0.015660, 0.019801, 0.032816, 0.087466, 0.353133",\
|
|
"0.015660, 0.019801, 0.032816, 0.087466, 0.353133",\
|
|
"0.015660, 0.019801, 0.032816, 0.087466, 0.353133",\
|
|
"0.015660, 0.019801, 0.032816, 0.087466, 0.353133");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.008041 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.017699, 0.021327, 0.038072, 0.091841, 0.366821",\
|
|
"0.017699, 0.021327, 0.038072, 0.091841, 0.366821",\
|
|
"0.017699, 0.021327, 0.038072, 0.091841, 0.366821",\
|
|
"0.017699, 0.021327, 0.038072, 0.091841, 0.366821",\
|
|
"0.017699, 0.021327, 0.038072, 0.091841, 0.366821");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862",\
|
|
"1.769288, 1.776637, 1.803102, 1.897737, 2.355862");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686",\
|
|
"0.021064, 0.028968, 0.063468, 0.201607, 0.887686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567",\
|
|
"1.739808, 1.745010, 1.762238, 1.808897, 2.006567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.017699, 0.021327, 0.038072, 0.090094, 0.357520",\
|
|
"0.017699, 0.021327, 0.038072, 0.090094, 0.357520",\
|
|
"0.017699, 0.021327, 0.038072, 0.090094, 0.357520",\
|
|
"0.017699, 0.021327, 0.038072, 0.090094, 0.357520",\
|
|
"0.017699, 0.021327, 0.038072, 0.090094, 0.357520");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.005287 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.016499, 0.020456, 0.033434, 0.088421, 0.356307",\
|
|
"0.016499, 0.020456, 0.033434, 0.088421, 0.356307",\
|
|
"0.016499, 0.020456, 0.033434, 0.088421, 0.356307",\
|
|
"0.016499, 0.020456, 0.033434, 0.088421, 0.356307",\
|
|
"0.016499, 0.020456, 0.033434, 0.088421, 0.356307");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634",\
|
|
"1.739145, 1.746908, 1.772816, 1.867164, 2.322634");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717",\
|
|
"0.018756, 0.026793, 0.057212, 0.196243, 0.873717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681",\
|
|
"1.697932, 1.703661, 1.720653, 1.767186, 1.962681");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.016499, 0.020456, 0.033434, 0.087428, 0.351781",\
|
|
"0.016499, 0.020456, 0.033434, 0.087428, 0.351781",\
|
|
"0.016499, 0.020456, 0.033434, 0.087428, 0.351781",\
|
|
"0.016499, 0.020456, 0.033434, 0.087428, 0.351781",\
|
|
"0.016499, 0.020456, 0.033434, 0.087428, 0.351781");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002715 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "1.796817, 1.805037, 1.831084, 1.925291, 2.382153",\
|
|
"1.796817, 1.805037, 1.831084, 1.925291, 2.382153",\
|
|
"1.796817, 1.805037, 1.831084, 1.925291, 2.382153",\
|
|
"1.796817, 1.805037, 1.831084, 1.925291, 2.382153",\
|
|
"1.796817, 1.805037, 1.831084, 1.925291, 2.382153");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.016879, 0.024966, 0.055258, 0.193810, 0.872468",\
|
|
"0.016879, 0.024966, 0.055258, 0.193810, 0.872468",\
|
|
"0.016879, 0.024966, 0.055258, 0.193810, 0.872468",\
|
|
"0.016879, 0.024966, 0.055258, 0.193810, 0.872468",\
|
|
"0.016879, 0.024966, 0.055258, 0.193810, 0.872468");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.015396, 0.019575, 0.032756, 0.087182, 0.354713",\
|
|
"0.015396, 0.019575, 0.032756, 0.087182, 0.354713",\
|
|
"0.015396, 0.019575, 0.032756, 0.087182, 0.354713",\
|
|
"0.015396, 0.019575, 0.032756, 0.087182, 0.354713",\
|
|
"0.015396, 0.019575, 0.032756, 0.087182, 0.354713");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "1.794253, 1.802471, 1.828520, 1.922725, 2.379545",\
|
|
"1.794253, 1.802471, 1.828520, 1.922725, 2.379545",\
|
|
"1.794253, 1.802471, 1.828520, 1.922725, 2.379545",\
|
|
"1.794253, 1.802471, 1.828520, 1.922725, 2.379545",\
|
|
"1.794253, 1.802471, 1.828520, 1.922725, 2.379545");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.016857, 0.024946, 0.055247, 0.193794, 0.872389",\
|
|
"0.016857, 0.024946, 0.055247, 0.193794, 0.872389",\
|
|
"0.016857, 0.024946, 0.055247, 0.193794, 0.872389",\
|
|
"0.016857, 0.024946, 0.055247, 0.193794, 0.872389",\
|
|
"0.016857, 0.024946, 0.055247, 0.193794, 0.872389");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967",\
|
|
"1.783189, 1.789432, 1.806731, 1.853213, 2.048967");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.015396, 0.019575, 0.032756, 0.086343, 0.350206",\
|
|
"0.015396, 0.019575, 0.032756, 0.086343, 0.350206",\
|
|
"0.015396, 0.019575, 0.032756, 0.086343, 0.350206",\
|
|
"0.015396, 0.019575, 0.032756, 0.086343, 0.350206",\
|
|
"0.015396, 0.019575, 0.032756, 0.086343, 0.350206");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.015871, 0.019958, 0.032985, 0.088436, 0.357798",\
|
|
"0.015871, 0.019958, 0.032985, 0.088436, 0.357798",\
|
|
"0.015871, 0.019958, 0.032985, 0.088436, 0.357798",\
|
|
"0.015871, 0.019958, 0.032985, 0.088436, 0.357798",\
|
|
"0.015871, 0.019958, 0.032985, 0.088436, 0.357798");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506",\
|
|
"1.719426, 1.727448, 1.753507, 1.847853, 2.305506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476",\
|
|
"0.017615, 0.025678, 0.056022, 0.195521, 0.876476");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598",\
|
|
"1.683478, 1.689516, 1.706766, 1.753397, 1.949598");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.015871, 0.019958, 0.032985, 0.087363, 0.352632",\
|
|
"0.015871, 0.019958, 0.032985, 0.087363, 0.352632",\
|
|
"0.015871, 0.019958, 0.032985, 0.087363, 0.352632",\
|
|
"0.015871, 0.019958, 0.032985, 0.087363, 0.352632",\
|
|
"0.015871, 0.019958, 0.032985, 0.087363, 0.352632");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003004 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.015467, 0.019638, 0.036016, 0.089240, 0.362832",\
|
|
"0.015467, 0.019638, 0.036016, 0.089240, 0.362832",\
|
|
"0.015467, 0.019638, 0.036016, 0.089240, 0.362832",\
|
|
"0.015467, 0.019638, 0.036016, 0.089240, 0.362832",\
|
|
"0.015467, 0.019638, 0.036016, 0.089240, 0.362832");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986",\
|
|
"1.719312, 1.727508, 1.754208, 1.848569, 2.307986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180",\
|
|
"0.016819, 0.024889, 0.058742, 0.196135, 0.882180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743",\
|
|
"1.675137, 1.681399, 1.699311, 1.745761, 1.943743");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.015467, 0.019638, 0.036016, 0.087929, 0.355503",\
|
|
"0.015467, 0.019638, 0.036016, 0.087929, 0.355503",\
|
|
"0.015467, 0.019638, 0.036016, 0.087929, 0.355503",\
|
|
"0.015467, 0.019638, 0.036016, 0.087929, 0.355503",\
|
|
"0.015467, 0.019638, 0.036016, 0.087929, 0.355503");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002292 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.015208, 0.019438, 0.032654, 0.086771, 0.353456",\
|
|
"0.015208, 0.019438, 0.032654, 0.086771, 0.353456",\
|
|
"0.015208, 0.019438, 0.032654, 0.086771, 0.353456",\
|
|
"0.015208, 0.019438, 0.032654, 0.086771, 0.353456",\
|
|
"0.015208, 0.019438, 0.032654, 0.086771, 0.353456");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964",\
|
|
"1.755683, 1.763996, 1.790071, 1.884220, 2.340964");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914",\
|
|
"0.016737, 0.024815, 0.055030, 0.193129, 0.870914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030",\
|
|
"1.737504, 1.743830, 1.761169, 1.807571, 2.003030");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.015208, 0.019438, 0.032654, 0.086017, 0.349404",\
|
|
"0.015208, 0.019438, 0.032654, 0.086017, 0.349404",\
|
|
"0.015208, 0.019438, 0.032654, 0.086017, 0.349404",\
|
|
"0.015208, 0.019438, 0.032654, 0.086017, 0.349404",\
|
|
"0.015208, 0.019438, 0.032654, 0.086017, 0.349404");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003334 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "1.754825, 1.762975, 1.789672, 1.884065, 2.343659",\
|
|
"1.754825, 1.762975, 1.789672, 1.884065, 2.343659",\
|
|
"1.754825, 1.762975, 1.789672, 1.884065, 2.343659",\
|
|
"1.754825, 1.762975, 1.789672, 1.884065, 2.343659",\
|
|
"1.754825, 1.762975, 1.789672, 1.884065, 2.343659");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.017173, 0.025222, 0.059113, 0.196640, 0.883246",\
|
|
"0.017173, 0.025222, 0.059113, 0.196640, 0.883246",\
|
|
"0.017173, 0.025222, 0.059113, 0.196640, 0.883246",\
|
|
"0.017173, 0.025222, 0.059113, 0.196640, 0.883246",\
|
|
"0.017173, 0.025222, 0.059113, 0.196640, 0.883246");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.015629, 0.019743, 0.036198, 0.089485, 0.363448",\
|
|
"0.015629, 0.019743, 0.036198, 0.089485, 0.363448",\
|
|
"0.015629, 0.019743, 0.036198, 0.089485, 0.363448",\
|
|
"0.015629, 0.019743, 0.036198, 0.089485, 0.363448",\
|
|
"0.015629, 0.019743, 0.036198, 0.089485, 0.363448");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "1.754746, 1.762897, 1.789594, 1.883987, 2.343579",\
|
|
"1.754746, 1.762897, 1.789594, 1.883987, 2.343579",\
|
|
"1.754746, 1.762897, 1.789594, 1.883987, 2.343579",\
|
|
"1.754746, 1.762897, 1.789594, 1.883987, 2.343579",\
|
|
"1.754746, 1.762897, 1.789594, 1.883987, 2.343579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.017172, 0.025221, 0.059113, 0.196639, 0.883244",\
|
|
"0.017172, 0.025221, 0.059113, 0.196639, 0.883244",\
|
|
"0.017172, 0.025221, 0.059113, 0.196639, 0.883244",\
|
|
"0.017172, 0.025221, 0.059113, 0.196639, 0.883244",\
|
|
"0.017172, 0.025221, 0.059113, 0.196639, 0.883244");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653",\
|
|
"1.716030, 1.722217, 1.740079, 1.786574, 1.984653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.015629, 0.019743, 0.036198, 0.088115, 0.355824",\
|
|
"0.015629, 0.019743, 0.036198, 0.088115, 0.355824",\
|
|
"0.015629, 0.019743, 0.036198, 0.088115, 0.355824",\
|
|
"0.015629, 0.019743, 0.036198, 0.088115, 0.355824",\
|
|
"0.015629, 0.019743, 0.036198, 0.088115, 0.355824");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002191 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "1.764259, 1.772555, 1.798636, 1.892805, 2.349532",\
|
|
"1.764259, 1.772555, 1.798636, 1.892805, 2.349532",\
|
|
"1.764259, 1.772555, 1.798636, 1.892805, 2.349532",\
|
|
"1.764259, 1.772555, 1.798636, 1.892805, 2.349532",\
|
|
"1.764259, 1.772555, 1.798636, 1.892805, 2.349532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.016339, 0.024456, 0.054791, 0.193089, 0.871174",\
|
|
"0.016339, 0.024456, 0.054791, 0.193089, 0.871174",\
|
|
"0.016339, 0.024456, 0.054791, 0.193089, 0.871174",\
|
|
"0.016339, 0.024456, 0.054791, 0.193089, 0.871174",\
|
|
"0.016339, 0.024456, 0.054791, 0.193089, 0.871174");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.015148, 0.019404, 0.032591, 0.086853, 0.354021",\
|
|
"0.015148, 0.019404, 0.032591, 0.086853, 0.354021",\
|
|
"0.015148, 0.019404, 0.032591, 0.086853, 0.354021",\
|
|
"0.015148, 0.019404, 0.032591, 0.086853, 0.354021",\
|
|
"0.015148, 0.019404, 0.032591, 0.086853, 0.354021");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "1.764060, 1.772356, 1.798437, 1.892606, 2.349331",\
|
|
"1.764060, 1.772356, 1.798437, 1.892606, 2.349331",\
|
|
"1.764060, 1.772356, 1.798437, 1.892606, 2.349331",\
|
|
"1.764060, 1.772356, 1.798437, 1.892606, 2.349331",\
|
|
"1.764060, 1.772356, 1.798437, 1.892606, 2.349331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.016338, 0.024454, 0.054791, 0.193087, 0.871168",\
|
|
"0.016338, 0.024454, 0.054791, 0.193087, 0.871168",\
|
|
"0.016338, 0.024454, 0.054791, 0.193087, 0.871168",\
|
|
"0.016338, 0.024454, 0.054791, 0.193087, 0.871168",\
|
|
"0.016338, 0.024454, 0.054791, 0.193087, 0.871168");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737",\
|
|
"1.737909, 1.744269, 1.761662, 1.808075, 2.003737");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.015148, 0.019404, 0.032591, 0.086061, 0.349769",\
|
|
"0.015148, 0.019404, 0.032591, 0.086061, 0.349769",\
|
|
"0.015148, 0.019404, 0.032591, 0.086061, 0.349769",\
|
|
"0.015148, 0.019404, 0.032591, 0.086061, 0.349769",\
|
|
"0.015148, 0.019404, 0.032591, 0.086061, 0.349769");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001859 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.014970, 0.019313, 0.032508, 0.086189, 0.351497",\
|
|
"0.014970, 0.019313, 0.032508, 0.086189, 0.351497",\
|
|
"0.014970, 0.019313, 0.032508, 0.086189, 0.351497",\
|
|
"0.014970, 0.019313, 0.032508, 0.086189, 0.351497",\
|
|
"0.014970, 0.019313, 0.032508, 0.086189, 0.351497");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459",\
|
|
"1.701341, 1.709654, 1.735717, 1.829736, 2.285459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241",\
|
|
"0.015861, 0.024023, 0.054483, 0.191976, 0.867241");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078",\
|
|
"1.664135, 1.670564, 1.687992, 1.734202, 1.929078");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.014970, 0.019313, 0.032508, 0.085563, 0.348127",\
|
|
"0.014970, 0.019313, 0.032508, 0.085563, 0.348127",\
|
|
"0.014970, 0.019313, 0.032508, 0.085563, 0.348127",\
|
|
"0.014970, 0.019313, 0.032508, 0.085563, 0.348127",\
|
|
"0.014970, 0.019313, 0.032508, 0.085563, 0.348127");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001349 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.014728, 0.019147, 0.032444, 0.086940, 0.349080",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.349080",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.349080",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.349080",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.349080");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440",\
|
|
"1.758620, 1.767075, 1.793101, 1.888555, 2.342440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551",\
|
|
"0.015549, 0.023741, 0.054187, 0.192169, 0.864551");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057",\
|
|
"1.741819, 1.748373, 1.765782, 1.811062, 2.006057");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.014728, 0.019147, 0.032444, 0.086940, 0.346462",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.346462",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.346462",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.346462",\
|
|
"0.014728, 0.019147, 0.032444, 0.086940, 0.346462");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000932 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.015996, 0.020565, 0.033724, 0.087078, 0.345331",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.345331",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.345331",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.345331",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.345331");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091",\
|
|
"1.748307, 1.757063, 1.783152, 1.878029, 2.337091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419",\
|
|
"0.016515, 0.024587, 0.054529, 0.190569, 0.864419");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324",\
|
|
"1.782581, 1.789465, 1.807307, 1.854490, 2.046324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.015996, 0.020565, 0.033724, 0.087078, 0.342806",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.342806",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.342806",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.342806",\
|
|
"0.015996, 0.020565, 0.033724, 0.087078, 0.342806");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001315 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "1.756848, 1.765282, 1.791229, 1.886184, 2.344983",\
|
|
"1.756848, 1.765282, 1.791229, 1.886184, 2.344983",\
|
|
"1.756848, 1.765282, 1.791229, 1.886184, 2.344983",\
|
|
"1.756848, 1.765282, 1.791229, 1.886184, 2.344983",\
|
|
"1.756848, 1.765282, 1.791229, 1.886184, 2.344983");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.015444, 0.023667, 0.054211, 0.190927, 0.864845",\
|
|
"0.015444, 0.023667, 0.054211, 0.190927, 0.864845",\
|
|
"0.015444, 0.023667, 0.054211, 0.190927, 0.864845",\
|
|
"0.015444, 0.023667, 0.054211, 0.190927, 0.864845",\
|
|
"0.015444, 0.023667, 0.054211, 0.190927, 0.864845");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.014707, 0.019158, 0.032504, 0.086874, 0.345847",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.345847",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.345847",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.345847",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.345847");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "1.756649, 1.765082, 1.791030, 1.885984, 2.344781",\
|
|
"1.756649, 1.765082, 1.791030, 1.885984, 2.344781",\
|
|
"1.756649, 1.765082, 1.791030, 1.885984, 2.344781",\
|
|
"1.756649, 1.765082, 1.791030, 1.885984, 2.344781",\
|
|
"1.756649, 1.765082, 1.791030, 1.885984, 2.344781");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.015442, 0.023665, 0.054210, 0.190925, 0.864839",\
|
|
"0.015442, 0.023665, 0.054210, 0.190925, 0.864839",\
|
|
"0.015442, 0.023665, 0.054210, 0.190925, 0.864839",\
|
|
"0.015442, 0.023665, 0.054210, 0.190925, 0.864839",\
|
|
"0.015442, 0.023665, 0.054210, 0.190925, 0.864839");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169",\
|
|
"1.731454, 1.738001, 1.755340, 1.802337, 1.994169");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.014707, 0.019158, 0.032504, 0.086874, 0.344112",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.344112",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.344112",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.344112",\
|
|
"0.014707, 0.019158, 0.032504, 0.086874, 0.344112");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000738 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "1.748608, 1.757215, 1.783176, 1.877997, 2.336710",\
|
|
"1.748608, 1.757215, 1.783176, 1.877997, 2.336710",\
|
|
"1.748608, 1.757215, 1.783176, 1.877997, 2.336710",\
|
|
"1.748608, 1.757215, 1.783176, 1.877997, 2.336710",\
|
|
"1.748608, 1.757215, 1.783176, 1.877997, 2.336710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.015045, 0.023296, 0.053805, 0.190209, 0.863733",\
|
|
"0.015045, 0.023296, 0.053805, 0.190209, 0.863733",\
|
|
"0.015045, 0.023296, 0.053805, 0.190209, 0.863733",\
|
|
"0.015045, 0.023296, 0.053805, 0.190209, 0.863733",\
|
|
"0.015045, 0.023296, 0.053805, 0.190209, 0.863733");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.014402, 0.018960, 0.032368, 0.086388, 0.345027",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.345027",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.345027",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.345027",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.345027");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "1.745283, 1.753888, 1.779851, 1.874671, 2.333329",\
|
|
"1.745283, 1.753888, 1.779851, 1.874671, 2.333329",\
|
|
"1.745283, 1.753888, 1.779851, 1.874671, 2.333329",\
|
|
"1.745283, 1.753888, 1.779851, 1.874671, 2.333329",\
|
|
"1.745283, 1.753888, 1.779851, 1.874671, 2.333329");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.015014, 0.023270, 0.053791, 0.190189, 0.863632",\
|
|
"0.015014, 0.023270, 0.053791, 0.190189, 0.863632",\
|
|
"0.015014, 0.023270, 0.053791, 0.190189, 0.863632",\
|
|
"0.015014, 0.023270, 0.053791, 0.190189, 0.863632",\
|
|
"0.015014, 0.023270, 0.053791, 0.190189, 0.863632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017",\
|
|
"1.728278, 1.734989, 1.752378, 1.799255, 1.991017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.014402, 0.018960, 0.032368, 0.086388, 0.342502",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.342502",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.342502",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.342502",\
|
|
"0.014402, 0.018960, 0.032368, 0.086388, 0.342502");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001152 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.015300, 0.019783, 0.033074, 0.087109, 0.345962",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.345962",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.345962",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.345962",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.345962");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613",\
|
|
"1.811328, 1.820411, 1.846887, 1.941998, 2.401613");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629",\
|
|
"0.019158, 0.026899, 0.055735, 0.191140, 0.865629");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596",\
|
|
"1.736247, 1.742931, 1.760468, 1.807645, 1.999596");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.015300, 0.019783, 0.033074, 0.087109, 0.344227",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.344227",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.344227",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.344227",\
|
|
"0.015300, 0.019783, 0.033074, 0.087109, 0.344227");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000855 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014469, 0.019014, 0.032348, 0.086415, 0.345060",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.345060",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.345060",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.345060",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.345060");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852",\
|
|
"1.698246, 1.706795, 1.732767, 1.827583, 2.285852");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046",\
|
|
"0.014936, 0.023210, 0.053805, 0.190167, 0.863046");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663",\
|
|
"1.655006, 1.661709, 1.679147, 1.725956, 1.917663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014469, 0.019014, 0.032348, 0.086415, 0.342534",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.342534",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.342534",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.342534",\
|
|
"0.014469, 0.019014, 0.032348, 0.086415, 0.342534");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000925 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.014503, 0.019037, 0.032360, 0.086514, 0.345267",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.345267",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.345267",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.345267",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.345267");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909",\
|
|
"1.690178, 1.698709, 1.724681, 1.819530, 2.277909");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407",\
|
|
"0.014998, 0.023265, 0.053857, 0.190302, 0.863407");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260",\
|
|
"1.646553, 1.653237, 1.670673, 1.717512, 1.909260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.014503, 0.019037, 0.032360, 0.086514, 0.343682",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.343682",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.343682",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.343682",\
|
|
"0.014503, 0.019037, 0.032360, 0.086514, 0.343682");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000910 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.014496, 0.019033, 0.032364, 0.086433, 0.345060",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.345060",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.345060",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.345060",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.345060");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771",\
|
|
"1.703234, 1.711766, 1.737735, 1.832551, 2.290771");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013",\
|
|
"0.014973, 0.023245, 0.053845, 0.190206, 0.863013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220",\
|
|
"1.659605, 1.666291, 1.683720, 1.730530, 1.922220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.014496, 0.019033, 0.032364, 0.086433, 0.342534",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.342534",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.342534",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.342534",\
|
|
"0.014496, 0.019033, 0.032364, 0.086433, 0.342534");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000981 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.014530, 0.019057, 0.032372, 0.086532, 0.345269",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.345269",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.345269",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.345269",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.345269");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353",\
|
|
"1.645773, 1.654281, 1.680255, 1.775102, 2.233353");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231",\
|
|
"0.014992, 0.023263, 0.053878, 0.190313, 0.863231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122",\
|
|
"1.603457, 1.610125, 1.627558, 1.674392, 1.866122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.014530, 0.019057, 0.032372, 0.086532, 0.343685",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.343685",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.343685",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.343685",\
|
|
"0.014530, 0.019057, 0.032372, 0.086532, 0.343685");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000904 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.014493, 0.019024, 0.032390, 0.086436, 0.345043",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.345043",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.345043",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.345043",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.345043");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579",\
|
|
"1.751839, 1.760385, 1.786343, 1.881163, 2.339579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366",\
|
|
"0.015075, 0.023332, 0.053890, 0.190273, 0.863366");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702",\
|
|
"1.721084, 1.727758, 1.745155, 1.791999, 1.983702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.014493, 0.019024, 0.032390, 0.086436, 0.342517",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.342517",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.342517",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.342517",\
|
|
"0.014493, 0.019024, 0.032390, 0.086436, 0.342517");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000930 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.014505, 0.019034, 0.032383, 0.086520, 0.345254",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.345254",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.345254",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.345254",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.345254");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725",\
|
|
"1.730889, 1.739425, 1.765391, 1.860242, 2.318725");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601",\
|
|
"0.015059, 0.023319, 0.053887, 0.190345, 0.863601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102",\
|
|
"1.694400, 1.701072, 1.718481, 1.765347, 1.957102");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.014505, 0.019034, 0.032383, 0.086520, 0.343669",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.343669",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.343669",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.343669",\
|
|
"0.014505, 0.019034, 0.032383, 0.086520, 0.343669");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000880 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.014482, 0.019024, 0.032345, 0.086421, 0.345066",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.345066",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.345066",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.345066",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.345066");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995",\
|
|
"1.631499, 1.640036, 1.666011, 1.760825, 2.218995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890",\
|
|
"0.014910, 0.023189, 0.053803, 0.190156, 0.862890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926",\
|
|
"1.587287, 1.593987, 1.611434, 1.658230, 1.849926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.014482, 0.019024, 0.032345, 0.086421, 0.342540",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.342540",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.342540",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.342540",\
|
|
"0.014482, 0.019024, 0.032345, 0.086421, 0.342540");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001153 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.014616, 0.019111, 0.032425, 0.085751, 0.345673",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.345673",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.345673",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.345673",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.345673");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841",\
|
|
"1.656901, 1.665370, 1.691334, 1.786250, 2.244841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212",\
|
|
"0.015218, 0.023464, 0.054043, 0.190664, 0.864212");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389",\
|
|
"1.614649, 1.621260, 1.638662, 1.683773, 1.877389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.014616, 0.019111, 0.032425, 0.085751, 0.343989",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.343989",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.343989",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.343989",\
|
|
"0.014616, 0.019111, 0.032425, 0.085751, 0.343989");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000935 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.014508, 0.019038, 0.032387, 0.086444, 0.345051",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.345051",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.345051",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.345051",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.345051");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487",\
|
|
"1.677859, 1.686391, 1.712352, 1.807170, 2.265487");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218",\
|
|
"0.015057, 0.023318, 0.053894, 0.190269, 0.863218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144",\
|
|
"1.640548, 1.647219, 1.664625, 1.711455, 1.903144");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.014508, 0.019038, 0.032387, 0.086444, 0.342524",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.342524",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.342524",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.342524",\
|
|
"0.014508, 0.019038, 0.032387, 0.086444, 0.342524");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014490, 0.019029, 0.032345, 0.086504, 0.345271",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.345271",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.345271",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.345271",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.345271");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684",\
|
|
"1.637049, 1.645580, 1.671561, 1.766407, 2.224684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187",\
|
|
"0.014907, 0.023186, 0.053803, 0.190234, 0.863187");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502",\
|
|
"1.593772, 1.600469, 1.617918, 1.664748, 1.856502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014490, 0.019029, 0.032345, 0.086504, 0.343686",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.343686",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.343686",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.343686",\
|
|
"0.014490, 0.019029, 0.032345, 0.086504, 0.343686");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.014503, 0.019027, 0.032416, 0.086446, 0.345032",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.345032",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.345032",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.345032",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.345032");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380",\
|
|
"1.737838, 1.746493, 1.772487, 1.867338, 2.326380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467",\
|
|
"0.015889, 0.024039, 0.054258, 0.190538, 0.864467");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812",\
|
|
"1.687211, 1.693869, 1.711239, 1.758108, 1.949812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.014503, 0.019027, 0.032416, 0.086446, 0.342505",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.342505",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.342505",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.342505",\
|
|
"0.014503, 0.019027, 0.032416, 0.086446, 0.342505");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001132 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.016053, 0.020570, 0.033719, 0.087350, 0.345934",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.345934",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.345934",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.345934",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.345934");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767",\
|
|
"1.771581, 1.780290, 1.806395, 1.901376, 2.360767");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479",\
|
|
"0.016775, 0.024820, 0.054715, 0.190965, 0.865479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943",\
|
|
"1.799087, 1.805905, 1.823709, 1.870985, 2.062943");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.016053, 0.020570, 0.033719, 0.087350, 0.344251",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.344251",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.344251",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.344251",\
|
|
"0.016053, 0.020570, 0.033719, 0.087350, 0.344251");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000860 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "1.837392, 1.845970, 1.871915, 1.966740, 2.425474",\
|
|
"1.837392, 1.845970, 1.871915, 1.966740, 2.425474",\
|
|
"1.837392, 1.845970, 1.871915, 1.966740, 2.425474",\
|
|
"1.837392, 1.845970, 1.871915, 1.966740, 2.425474",\
|
|
"1.837392, 1.845970, 1.871915, 1.966740, 2.425474");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.015199, 0.023436, 0.053928, 0.190346, 0.863903",\
|
|
"0.015199, 0.023436, 0.053928, 0.190346, 0.863903",\
|
|
"0.015199, 0.023436, 0.053928, 0.190346, 0.863903",\
|
|
"0.015199, 0.023436, 0.053928, 0.190346, 0.863903",\
|
|
"0.015199, 0.023436, 0.053928, 0.190346, 0.863903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.014467, 0.018999, 0.032420, 0.086430, 0.345018",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.345018",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.345018",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.345018",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.345018");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "1.833882, 1.842455, 1.868404, 1.963228, 2.421904",\
|
|
"1.833882, 1.842455, 1.868404, 1.963228, 2.421904",\
|
|
"1.833882, 1.842455, 1.868404, 1.963228, 2.421904",\
|
|
"1.833882, 1.842455, 1.868404, 1.963228, 2.421904",\
|
|
"1.833882, 1.842455, 1.868404, 1.963228, 2.421904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.015167, 0.023408, 0.053914, 0.190324, 0.863797",\
|
|
"0.015167, 0.023408, 0.053914, 0.190324, 0.863797",\
|
|
"0.015167, 0.023408, 0.053914, 0.190324, 0.863797",\
|
|
"0.015167, 0.023408, 0.053914, 0.190324, 0.863797",\
|
|
"0.015167, 0.023408, 0.053914, 0.190324, 0.863797");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733",\
|
|
"1.829087, 1.835754, 1.853105, 1.900002, 2.091733");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.014467, 0.018999, 0.032420, 0.086430, 0.342492",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.342492",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.342492",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.342492",\
|
|
"0.014467, 0.018999, 0.032420, 0.086430, 0.342492");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001062 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.014705, 0.019189, 0.032593, 0.086784, 0.345647",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.345647",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.345647",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.345647",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.345647");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622",\
|
|
"1.801551, 1.810208, 1.836247, 1.931207, 2.390622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516",\
|
|
"0.016251, 0.024358, 0.054459, 0.190889, 0.865516");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999",\
|
|
"1.778100, 1.784719, 1.802072, 1.849121, 2.040999");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.014705, 0.019189, 0.032593, 0.086784, 0.343963",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.343963",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.343963",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.343963",\
|
|
"0.014705, 0.019189, 0.032593, 0.086784, 0.343963");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000759 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.991740, 1.000872, 1.027263, 1.122214, 1.550268",\
|
|
"0.991740, 1.000872, 1.027263, 1.122214, 1.550268",\
|
|
"0.991740, 1.000872, 1.027263, 1.122214, 1.550268",\
|
|
"0.979854, 0.988986, 1.015377, 1.110328, 1.550268",\
|
|
"0.917133, 0.926265, 0.952656, 1.047607, 1.506844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.279480, 1.286313, 1.303964, 1.351040, 1.542876",\
|
|
"1.330981, 1.337814, 1.355464, 1.402540, 1.594377",\
|
|
"1.391899, 1.398732, 1.416383, 1.463459, 1.655295",\
|
|
"1.496952, 1.503785, 1.521436, 1.568512, 1.760348",\
|
|
"1.685430, 1.692263, 1.709914, 1.756990, 1.948827");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.958736, 0.967867, 0.994257, 1.089208, 1.548445",\
|
|
"0.958736, 0.967867, 0.994257, 1.089208, 1.548445",\
|
|
"0.958736, 0.967867, 0.994257, 1.089208, 1.548445",\
|
|
"0.958736, 0.967867, 0.994257, 1.089208, 1.548445",\
|
|
"0.915312, 0.924443, 0.950833, 1.045783, 1.505020");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.275276, 1.282098, 1.299727, 1.346792, 1.538624",\
|
|
"1.326777, 1.333599, 1.351228, 1.398293, 1.590125",\
|
|
"1.387843, 1.394665, 1.412294, 1.459359, 1.651191",\
|
|
"1.493058, 1.499880, 1.517509, 1.564574, 1.756406",\
|
|
"1.681797, 1.688619, 1.706248, 1.753313, 1.945145");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.015828, 1.022661, 1.040312, 1.087387, 1.248041",\
|
|
"1.015828, 1.022661, 1.040312, 1.087387, 1.248041",\
|
|
"1.015828, 1.022661, 1.040312, 1.087387, 1.248041",\
|
|
"1.003942, 1.010775, 1.028426, 1.075502, 1.248041",\
|
|
"0.941221, 0.948054, 0.965704, 1.012780, 1.204617");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196",\
|
|
"0.015283, 0.019867, 0.033153, 0.086766, 0.345196");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.186878, 1.196010, 1.222401, 1.317352, 1.776589",\
|
|
"1.238379, 1.247511, 1.273902, 1.368853, 1.828090",\
|
|
"1.299297, 1.308429, 1.334820, 1.429771, 1.889008",\
|
|
"1.404350, 1.413482, 1.439873, 1.534824, 1.994061",\
|
|
"1.592828, 1.601960, 1.628351, 1.723302, 2.182539");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.982103, 0.988925, 1.006554, 1.053619, 1.245451",\
|
|
"0.982103, 0.988925, 1.006554, 1.053619, 1.245451",\
|
|
"0.982103, 0.988925, 1.006554, 1.053619, 1.245451",\
|
|
"0.982103, 0.988925, 1.006554, 1.053619, 1.245451",\
|
|
"0.938679, 0.945501, 0.963130, 1.010195, 1.202027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.183382, 1.192513, 1.218903, 1.313854, 1.773091",\
|
|
"1.234883, 1.244014, 1.270404, 1.365355, 1.824592",\
|
|
"1.295949, 1.305081, 1.331471, 1.426421, 1.885658",\
|
|
"1.401164, 1.410295, 1.436685, 1.531636, 1.990873",\
|
|
"1.589903, 1.599034, 1.625424, 1.720375, 2.179612");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "2.794657, 2.803789, 2.830180, 2.925131, 3.384368",\
|
|
"2.794657, 2.803789, 2.830180, 2.925131, 3.384368",\
|
|
"2.794657, 2.803789, 2.830180, 2.925131, 3.384368",\
|
|
"2.794657, 2.803789, 2.830180, 2.925131, 3.384368",\
|
|
"2.794657, 2.803789, 2.830180, 2.925131, 3.384368");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275",\
|
|
"0.018217, 0.026068, 0.055176, 0.190497, 0.864275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "2.889322, 2.896183, 2.913893, 2.960997, 3.152847",\
|
|
"2.889322, 2.896183, 2.913893, 2.960997, 3.152847",\
|
|
"2.889322, 2.896183, 2.913893, 2.960997, 3.152847",\
|
|
"2.889322, 2.896183, 2.913893, 2.960997, 3.152847",\
|
|
"2.889322, 2.896183, 2.913893, 2.960997, 3.152847");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.015449, 0.020040, 0.033293, 0.086836, 0.345232",\
|
|
"0.015449, 0.020040, 0.033293, 0.086836, 0.345232",\
|
|
"0.015449, 0.020040, 0.033293, 0.086836, 0.345232",\
|
|
"0.015449, 0.020040, 0.033293, 0.086836, 0.345232",\
|
|
"0.015449, 0.020040, 0.033293, 0.086836, 0.345232");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.886537, 1.895668, 1.922058, 2.017009, 2.476246",\
|
|
"1.886537, 1.895668, 1.922058, 2.017009, 2.476246",\
|
|
"1.886537, 1.895668, 1.922058, 2.017009, 2.476246",\
|
|
"1.886537, 1.895668, 1.922058, 2.017009, 2.476246",\
|
|
"1.886537, 1.895668, 1.922058, 2.017009, 2.476246");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276",\
|
|
"0.018212, 0.026064, 0.055174, 0.190497, 0.864276");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.928916, 1.935738, 1.953367, 2.000432, 2.192264",\
|
|
"1.928916, 1.935738, 1.953367, 2.000432, 2.192264",\
|
|
"1.928916, 1.935738, 1.953367, 2.000432, 2.192264",\
|
|
"1.928916, 1.935738, 1.953367, 2.000432, 2.192264",\
|
|
"1.928916, 1.935738, 1.953367, 2.000432, 2.192264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658",\
|
|
"0.015221, 0.019803, 0.033101, 0.086741, 0.342658");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000826 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.396828, 0.405853, 0.432168, 0.527131, 0.986458",\
|
|
"0.427259, 0.436283, 0.462598, 0.557562, 1.016889",\
|
|
"0.443087, 0.452111, 0.478426, 0.573390, 1.022555",\
|
|
"0.451385, 0.460410, 0.486724, 0.581688, 1.022555",\
|
|
"0.451385, 0.460410, 0.486724, 0.581688, 1.022555");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017784, 0.025690, 0.055016, 0.190608, 0.864670",\
|
|
"0.017784, 0.025690, 0.055016, 0.190608, 0.864670",\
|
|
"0.017784, 0.025690, 0.055016, 0.190608, 0.864670",\
|
|
"0.017784, 0.025691, 0.055016, 0.190608, 0.864669",\
|
|
"0.017785, 0.025692, 0.055017, 0.190608, 0.864669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.488216, 0.495032, 0.512681, 0.559792, 0.751673",\
|
|
"0.537136, 0.543952, 0.561601, 0.608713, 0.800594",\
|
|
"0.585528, 0.592344, 0.609995, 0.657107, 0.848988",\
|
|
"0.663346, 0.670162, 0.687814, 0.734927, 0.926808",\
|
|
"0.798360, 0.805178, 0.822833, 0.869947, 1.061829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015331, 0.019899, 0.033176, 0.086869, 0.345403",\
|
|
"0.015331, 0.019899, 0.033176, 0.086869, 0.345403",\
|
|
"0.015334, 0.019902, 0.033178, 0.086870, 0.345404",\
|
|
"0.015338, 0.019906, 0.033182, 0.086872, 0.345405",\
|
|
"0.015346, 0.019915, 0.033188, 0.086875, 0.345406");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.396823, 0.405846, 0.432161, 0.527124, 0.986451",\
|
|
"0.427253, 0.436277, 0.462591, 0.557555, 1.016882",\
|
|
"0.432916, 0.441940, 0.468254, 0.563218, 1.022545",\
|
|
"0.432916, 0.441940, 0.468254, 0.563218, 1.022545",\
|
|
"0.432916, 0.441940, 0.468254, 0.563218, 1.022545");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.486247, 0.493036, 0.510630, 0.557715, 0.749584",\
|
|
"0.535167, 0.541956, 0.559550, 0.606635, 0.798504",\
|
|
"0.583520, 0.590310, 0.607903, 0.654988, 0.846857",\
|
|
"0.661266, 0.668056, 0.685649, 0.732733, 0.924602",\
|
|
"0.796157, 0.802946, 0.820539, 0.867623, 1.059491");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015175, 0.019737, 0.033044, 0.086804, 0.343785",\
|
|
"0.015175, 0.019737, 0.033044, 0.086804, 0.343785",\
|
|
"0.015174, 0.019737, 0.033043, 0.086804, 0.343785",\
|
|
"0.015173, 0.019735, 0.033042, 0.086803, 0.343785",\
|
|
"0.015171, 0.019733, 0.033041, 0.086803, 0.343785");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.492317, 0.499133, 0.516782, 0.563894, 0.755775",\
|
|
"0.522747, 0.529563, 0.547212, 0.594324, 0.786205",\
|
|
"0.538322, 0.545138, 0.562788, 0.609900, 0.789630",\
|
|
"0.546041, 0.552858, 0.570510, 0.617622, 0.789630",\
|
|
"0.546041, 0.552858, 0.570510, 0.617622, 0.789630");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015331, 0.019899, 0.033176, 0.086869, 0.345403",\
|
|
"0.015331, 0.019899, 0.033176, 0.086869, 0.345403",\
|
|
"0.015334, 0.019902, 0.033178, 0.086870, 0.345404",\
|
|
"0.015338, 0.019906, 0.033182, 0.086872, 0.345405",\
|
|
"0.015346, 0.019915, 0.033188, 0.086875, 0.345406");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.412102, 0.421126, 0.447441, 0.542405, 1.001732",\
|
|
"0.461022, 0.470046, 0.496361, 0.591325, 1.050652",\
|
|
"0.509543, 0.518567, 0.544882, 0.639846, 1.099173",\
|
|
"0.587583, 0.596608, 0.622923, 0.717886, 1.177213",\
|
|
"0.723033, 0.732057, 0.758373, 0.853336, 1.312663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017784, 0.025690, 0.055016, 0.190608, 0.864670",\
|
|
"0.017784, 0.025690, 0.055016, 0.190608, 0.864670",\
|
|
"0.017784, 0.025690, 0.055016, 0.190608, 0.864670",\
|
|
"0.017784, 0.025691, 0.055016, 0.190608, 0.864669",\
|
|
"0.017785, 0.025692, 0.055017, 0.190608, 0.864669");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.490348, 0.497137, 0.514731, 0.561816, 0.753685",\
|
|
"0.520778, 0.527568, 0.545161, 0.592246, 0.784115",\
|
|
"0.523958, 0.530747, 0.548339, 0.595424, 0.787292",\
|
|
"0.523958, 0.530747, 0.548339, 0.595424, 0.787292",\
|
|
"0.523958, 0.530747, 0.548339, 0.595424, 0.787292");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015175, 0.019737, 0.033044, 0.086804, 0.343785",\
|
|
"0.015175, 0.019737, 0.033044, 0.086804, 0.343785",\
|
|
"0.015174, 0.019737, 0.033043, 0.086804, 0.343785",\
|
|
"0.015173, 0.019735, 0.033042, 0.086803, 0.343785",\
|
|
"0.015171, 0.019733, 0.033041, 0.086803, 0.343785");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.412096, 0.421120, 0.447434, 0.542398, 1.001725",\
|
|
"0.461016, 0.470040, 0.496354, 0.591318, 1.050645",\
|
|
"0.509537, 0.518561, 0.544875, 0.639839, 1.099166",\
|
|
"0.587577, 0.596601, 0.622915, 0.717879, 1.177206",\
|
|
"0.723024, 0.732048, 0.758363, 0.853326, 1.312653");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670",\
|
|
"0.017781, 0.025688, 0.055015, 0.190608, 0.864670");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.400990, 0.410016, 0.436332, 0.531296, 0.972968",\
|
|
"0.400990, 0.410016, 0.436332, 0.531296, 0.972968",\
|
|
"0.399342, 0.408368, 0.434684, 0.529648, 0.972968",\
|
|
"0.380025, 0.389051, 0.415367, 0.510331, 0.969659",\
|
|
"0.313264, 0.322290, 0.348607, 0.443571, 0.902898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017794, 0.025699, 0.055020, 0.190609, 0.864669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.421020, 0.427851, 0.445533, 0.492661, 0.684549",\
|
|
"0.466543, 0.473374, 0.491056, 0.538184, 0.730072",\
|
|
"0.508851, 0.515683, 0.533365, 0.580492, 0.772380",\
|
|
"0.582891, 0.589723, 0.607405, 0.654532, 0.846420",\
|
|
"0.727003, 0.733834, 0.751516, 0.798644, 0.990532");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015423, 0.019995, 0.033254, 0.086907, 0.345423",\
|
|
"0.015423, 0.019995, 0.033254, 0.086907, 0.345423",\
|
|
"0.015423, 0.019995, 0.033254, 0.086907, 0.345423",\
|
|
"0.015423, 0.019995, 0.033253, 0.086907, 0.345423",\
|
|
"0.015422, 0.019994, 0.033253, 0.086907, 0.345423");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.383334, 0.392360, 0.418676, 0.513640, 0.972968",\
|
|
"0.383334, 0.392360, 0.418676, 0.513640, 0.972968",\
|
|
"0.383334, 0.392360, 0.418676, 0.513640, 0.972968",\
|
|
"0.380025, 0.389051, 0.415367, 0.510331, 0.969659",\
|
|
"0.313264, 0.322290, 0.348607, 0.443571, 0.902898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017793, 0.025698, 0.055020, 0.190608, 0.864669",\
|
|
"0.017794, 0.025699, 0.055020, 0.190609, 0.864669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.420502, 0.427326, 0.444993, 0.492114, 0.683998",\
|
|
"0.466025, 0.472849, 0.490516, 0.537637, 0.729522",\
|
|
"0.508333, 0.515157, 0.532825, 0.579945, 0.771830",\
|
|
"0.582373, 0.589197, 0.606865, 0.653985, 0.845870",\
|
|
"0.726485, 0.733309, 0.750976, 0.798096, 0.989981");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015381, 0.019952, 0.033218, 0.086890, 0.343831",\
|
|
"0.015381, 0.019952, 0.033218, 0.086890, 0.343831",\
|
|
"0.015381, 0.019952, 0.033218, 0.086890, 0.343831",\
|
|
"0.015381, 0.019952, 0.033218, 0.086890, 0.343831",\
|
|
"0.015381, 0.019951, 0.033218, 0.086890, 0.343831");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.879538, 1.886395, 1.904133, 1.951286, 2.143187",\
|
|
"1.879538, 1.886395, 1.904133, 1.951286, 2.143187",\
|
|
"1.879538, 1.886395, 1.904133, 1.951286, 2.143187",\
|
|
"1.879538, 1.886395, 1.904133, 1.951286, 2.143187",\
|
|
"1.879538, 1.886395, 1.904133, 1.951286, 2.143187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015577, 0.020155, 0.033384, 0.086972, 0.345457",\
|
|
"0.015577, 0.020155, 0.033384, 0.086972, 0.345457",\
|
|
"0.015577, 0.020155, 0.033384, 0.086972, 0.345457",\
|
|
"0.015577, 0.020155, 0.033384, 0.086972, 0.345457",\
|
|
"0.015577, 0.020155, 0.033384, 0.086972, 0.345457");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234",\
|
|
"1.851603, 1.860628, 1.886943, 1.981907, 2.441234");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669",\
|
|
"0.017788, 0.025694, 0.055018, 0.190608, 0.864669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.879044, 1.885895, 1.903618, 1.950765, 2.142662",\
|
|
"1.879044, 1.885895, 1.903618, 1.950765, 2.142662",\
|
|
"1.879044, 1.885895, 1.903618, 1.950765, 2.142662",\
|
|
"1.879044, 1.885895, 1.903618, 1.950765, 2.142662",\
|
|
"1.879044, 1.885895, 1.903618, 1.950765, 2.142662");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.015538, 0.020114, 0.033351, 0.086955, 0.343865",\
|
|
"0.015538, 0.020114, 0.033351, 0.086955, 0.343865",\
|
|
"0.015538, 0.020114, 0.033351, 0.086955, 0.343865",\
|
|
"0.015538, 0.020114, 0.033351, 0.086955, 0.343865",\
|
|
"0.015538, 0.020114, 0.033351, 0.086955, 0.343865");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003108 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.486010, 0.494399, 0.520780, 0.615458, 1.074252",\
|
|
"0.519682, 0.528071, 0.554452, 0.649130, 1.107924",\
|
|
"0.543747, 0.552136, 0.578517, 0.673194, 1.131988",\
|
|
"0.561885, 0.570274, 0.596655, 0.691333, 1.141581",\
|
|
"0.561885, 0.570274, 0.596655, 0.691333, 1.141581");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018852, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018852, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018852, 0.026687, 0.056184, 0.195535, 0.878603",\
|
|
"0.018853, 0.026687, 0.056184, 0.195535, 0.878603",\
|
|
"0.018856, 0.026690, 0.056186, 0.195535, 0.878603");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.534411, 0.540643, 0.558084, 0.604901, 0.801769",\
|
|
"0.587315, 0.593548, 0.610988, 0.657806, 0.854673",\
|
|
"0.650636, 0.656868, 0.674309, 0.721126, 0.917994",\
|
|
"0.757478, 0.763711, 0.781151, 0.827969, 1.024836",\
|
|
"0.938083, 0.944315, 0.961755, 1.008573, 1.205440");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.484308, 0.492696, 0.519075, 0.613752, 1.072546",\
|
|
"0.517980, 0.526368, 0.552747, 0.647424, 1.106218",\
|
|
"0.542058, 0.550446, 0.576825, 0.671502, 1.130296",\
|
|
"0.551781, 0.560169, 0.586548, 0.681225, 1.140019",\
|
|
"0.551781, 0.560169, 0.586548, 0.681225, 1.140019");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018839, 0.026675, 0.056178, 0.195535, 0.878604",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878604",\
|
|
"0.018839, 0.026675, 0.056179, 0.195535, 0.878604",\
|
|
"0.018840, 0.026676, 0.056179, 0.195535, 0.878604",\
|
|
"0.018840, 0.026676, 0.056179, 0.195535, 0.878604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.527342, 0.533567, 0.550990, 0.597799, 0.794663",\
|
|
"0.580247, 0.586471, 0.603895, 0.650703, 0.847567",\
|
|
"0.643816, 0.650040, 0.667464, 0.714272, 0.911136",\
|
|
"0.751224, 0.757449, 0.774873, 0.821681, 1.018545",\
|
|
"0.932545, 0.938770, 0.956194, 1.003002, 1.199867");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015801, 0.019922, 0.032980, 0.087543, 0.353414",\
|
|
"0.015801, 0.019922, 0.032980, 0.087543, 0.353414",\
|
|
"0.015802, 0.019923, 0.032980, 0.087543, 0.353414",\
|
|
"0.015802, 0.019923, 0.032981, 0.087543, 0.353415",\
|
|
"0.015804, 0.019925, 0.032982, 0.087544, 0.353415");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.581145, 0.587377, 0.604818, 0.651635, 0.848503",\
|
|
"0.614817, 0.621049, 0.638490, 0.685307, 0.882175",\
|
|
"0.638711, 0.644943, 0.662384, 0.709201, 0.906069",\
|
|
"0.656403, 0.662635, 0.680076, 0.726893, 0.913781",\
|
|
"0.656403, 0.662635, 0.680076, 0.726893, 0.913781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142",\
|
|
"0.015852, 0.019974, 0.033022, 0.088588, 0.359142");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.505914, 0.514303, 0.540684, 0.635362, 1.094156",\
|
|
"0.558819, 0.567208, 0.593589, 0.688266, 1.147060",\
|
|
"0.621927, 0.630317, 0.656697, 0.751375, 1.210169",\
|
|
"0.728156, 0.736545, 0.762926, 0.857604, 1.316398",\
|
|
"0.907527, 0.915917, 0.942298, 1.036976, 1.495770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018852, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018852, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018852, 0.026687, 0.056184, 0.195535, 0.878603",\
|
|
"0.018853, 0.026687, 0.056184, 0.195535, 0.878603",\
|
|
"0.018856, 0.026690, 0.056186, 0.195535, 0.878603");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.580196, 0.586420, 0.603844, 0.650652, 0.847516",\
|
|
"0.613868, 0.620092, 0.637516, 0.684324, 0.881188",\
|
|
"0.637768, 0.643992, 0.661416, 0.708224, 0.905088",\
|
|
"0.645533, 0.651757, 0.669182, 0.715990, 0.912855",\
|
|
"0.645533, 0.651757, 0.669182, 0.715990, 0.912855");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015801, 0.019922, 0.032980, 0.087543, 0.353414",\
|
|
"0.015801, 0.019922, 0.032980, 0.087543, 0.353414",\
|
|
"0.015802, 0.019923, 0.032980, 0.087543, 0.353414",\
|
|
"0.015802, 0.019923, 0.032981, 0.087543, 0.353415",\
|
|
"0.015804, 0.019925, 0.032982, 0.087544, 0.353415");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.499843, 0.508231, 0.534609, 0.629287, 1.088080",\
|
|
"0.552747, 0.561135, 0.587514, 0.682191, 1.140985",\
|
|
"0.616475, 0.624863, 0.651241, 0.745919, 1.204712",\
|
|
"0.723476, 0.731864, 0.758243, 0.852920, 1.311713",\
|
|
"0.903420, 0.911808, 0.938187, 1.032864, 1.491657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018839, 0.026675, 0.056178, 0.195535, 0.878604",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878604",\
|
|
"0.018839, 0.026675, 0.056179, 0.195535, 0.878604",\
|
|
"0.018840, 0.026676, 0.056179, 0.195535, 0.878604",\
|
|
"0.018840, 0.026676, 0.056179, 0.195535, 0.878604");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.442457, 0.450846, 0.477227, 0.571904, 1.030698",\
|
|
"0.473312, 0.481701, 0.508082, 0.602759, 1.061553",\
|
|
"0.488634, 0.497023, 0.523403, 0.618081, 1.066373",\
|
|
"0.496060, 0.504449, 0.530830, 0.625507, 1.066373",\
|
|
"0.496060, 0.504449, 0.530830, 0.625507, 1.066373");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018851, 0.026686, 0.056184, 0.195535, 0.878604",\
|
|
"0.018851, 0.026686, 0.056184, 0.195535, 0.878604",\
|
|
"0.018851, 0.026686, 0.056184, 0.195535, 0.878604",\
|
|
"0.018851, 0.026686, 0.056184, 0.195535, 0.878604",\
|
|
"0.018852, 0.026687, 0.056184, 0.195535, 0.878604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.477225, 0.483478, 0.500962, 0.547804, 0.744680",\
|
|
"0.526242, 0.532495, 0.549979, 0.596821, 0.793697",\
|
|
"0.574775, 0.581028, 0.598512, 0.645353, 0.842230",\
|
|
"0.653400, 0.659653, 0.677137, 0.723978, 0.920855",\
|
|
"0.792123, 0.798376, 0.815861, 0.862703, 1.059579");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015982, 0.020107, 0.033131, 0.088646, 0.359171",\
|
|
"0.015982, 0.020107, 0.033131, 0.088646, 0.359171",\
|
|
"0.015982, 0.020107, 0.033131, 0.088646, 0.359171",\
|
|
"0.015982, 0.020107, 0.033131, 0.088646, 0.359171",\
|
|
"0.015984, 0.020110, 0.033133, 0.088647, 0.359172");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.442457, 0.450846, 0.477227, 0.571904, 1.030698",\
|
|
"0.473312, 0.481701, 0.508082, 0.602759, 1.061553",\
|
|
"0.478132, 0.486521, 0.512902, 0.607579, 1.066373",\
|
|
"0.478132, 0.486521, 0.512902, 0.607579, 1.066373",\
|
|
"0.478132, 0.486521, 0.512902, 0.607579, 1.066373");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018851, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018851, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018851, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018851, 0.026686, 0.056184, 0.195535, 0.878603",\
|
|
"0.018852, 0.026687, 0.056184, 0.195535, 0.878603");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.477225, 0.483478, 0.500962, 0.547804, 0.744680",\
|
|
"0.526242, 0.532495, 0.549979, 0.596821, 0.793697",\
|
|
"0.574775, 0.581028, 0.598512, 0.645353, 0.842230",\
|
|
"0.653400, 0.659653, 0.677137, 0.723978, 0.920855",\
|
|
"0.792123, 0.798376, 0.815861, 0.862703, 1.059579");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015982, 0.020107, 0.033131, 0.087624, 0.353455",\
|
|
"0.015982, 0.020107, 0.033131, 0.087624, 0.353455",\
|
|
"0.015982, 0.020107, 0.033131, 0.087624, 0.353455",\
|
|
"0.015982, 0.020107, 0.033131, 0.087624, 0.353456",\
|
|
"0.015984, 0.020110, 0.033133, 0.087625, 0.353456");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015966, 0.020091, 0.033117, 0.088638, 0.359168",\
|
|
"0.015966, 0.020091, 0.033117, 0.088638, 0.359168",\
|
|
"0.015966, 0.020091, 0.033117, 0.088638, 0.359168",\
|
|
"0.015966, 0.020091, 0.033117, 0.088638, 0.359168",\
|
|
"0.015966, 0.020091, 0.033117, 0.088638, 0.359168");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947",\
|
|
"1.695710, 1.704098, 1.730476, 1.825154, 2.283947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605",\
|
|
"0.018839, 0.026675, 0.056178, 0.195535, 0.878605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872",\
|
|
"1.774429, 1.780679, 1.798158, 1.844996, 2.041872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.015966, 0.020091, 0.033117, 0.087617, 0.353452",\
|
|
"0.015966, 0.020091, 0.033117, 0.087617, 0.353452",\
|
|
"0.015966, 0.020091, 0.033117, 0.087617, 0.353452",\
|
|
"0.015966, 0.020091, 0.033117, 0.087617, 0.353452",\
|
|
"0.015966, 0.020091, 0.033117, 0.087617, 0.353452");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[37]_redg_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.002051 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.496115, 0.504722, 0.531082, 0.625250, 1.081973",\
|
|
"0.529787, 0.538394, 0.564754, 0.658922, 1.115645",\
|
|
"0.553851, 0.562458, 0.588818, 0.682986, 1.139709",\
|
|
"0.571989, 0.580596, 0.606956, 0.701124, 1.149300",\
|
|
"0.571989, 0.580596, 0.606956, 0.701124, 1.149300");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018425, 0.026266, 0.055658, 0.192786, 0.869766",\
|
|
"0.018425, 0.026266, 0.055658, 0.192786, 0.869766",\
|
|
"0.018425, 0.026266, 0.055659, 0.192786, 0.869766",\
|
|
"0.018426, 0.026267, 0.055659, 0.192786, 0.869766",\
|
|
"0.018428, 0.026268, 0.055660, 0.192786, 0.869766");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.542839, 0.549286, 0.566792, 0.613244, 0.808540",\
|
|
"0.595744, 0.602190, 0.619696, 0.666148, 0.861445",\
|
|
"0.659066, 0.665512, 0.683018, 0.729470, 0.924766",\
|
|
"0.765911, 0.772357, 0.789863, 0.836315, 1.031611",\
|
|
"0.946521, 0.952967, 0.970473, 1.016925, 1.212222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.494419, 0.503025, 0.529383, 0.623551, 1.080273",\
|
|
"0.528091, 0.536697, 0.563055, 0.657223, 1.113945",\
|
|
"0.552169, 0.560775, 0.587133, 0.681301, 1.138023",\
|
|
"0.561892, 0.570498, 0.596856, 0.691024, 1.147747",\
|
|
"0.561892, 0.570498, 0.596856, 0.691024, 1.147747");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018414, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018414, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018414, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018415, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018416, 0.026258, 0.055655, 0.192786, 0.869767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.535712, 0.542149, 0.559636, 0.606079, 0.801371",\
|
|
"0.588616, 0.595054, 0.612541, 0.658983, 0.854275",\
|
|
"0.652186, 0.658624, 0.676111, 0.722553, 0.917846",\
|
|
"0.759599, 0.766036, 0.783523, 0.829966, 1.025258",\
|
|
"0.940927, 0.947365, 0.964853, 1.011295, 1.206588");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015526, 0.019787, 0.032961, 0.086003, 0.348969",\
|
|
"0.015526, 0.019787, 0.032961, 0.086003, 0.348969",\
|
|
"0.015526, 0.019787, 0.032961, 0.086003, 0.348969",\
|
|
"0.015527, 0.019788, 0.032961, 0.086003, 0.348969",\
|
|
"0.015528, 0.019789, 0.032963, 0.086004, 0.348970");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.589611, 0.596057, 0.613563, 0.660015, 0.855311",\
|
|
"0.623283, 0.629729, 0.647235, 0.693687, 0.888983",\
|
|
"0.647177, 0.653623, 0.671129, 0.717581, 0.912878",\
|
|
"0.664869, 0.671315, 0.688821, 0.735273, 0.920591",\
|
|
"0.664869, 0.671315, 0.688821, 0.735273, 0.920591");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753",\
|
|
"0.015580, 0.019843, 0.033006, 0.086727, 0.352753");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.515894, 0.524501, 0.550861, 0.645029, 1.101752",\
|
|
"0.568798, 0.577405, 0.603765, 0.697933, 1.154656",\
|
|
"0.631908, 0.640515, 0.666875, 0.761043, 1.217766",\
|
|
"0.738138, 0.746746, 0.773106, 0.867274, 1.323997",\
|
|
"0.917515, 0.926122, 0.952483, 1.046651, 1.503374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018425, 0.026266, 0.055658, 0.192786, 0.869766",\
|
|
"0.018425, 0.026266, 0.055658, 0.192786, 0.869766",\
|
|
"0.018425, 0.026266, 0.055659, 0.192786, 0.869766",\
|
|
"0.018426, 0.026267, 0.055659, 0.192786, 0.869766",\
|
|
"0.018428, 0.026268, 0.055660, 0.192786, 0.869766");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.588609, 0.595046, 0.612533, 0.658975, 0.854268",\
|
|
"0.622281, 0.628718, 0.646205, 0.692647, 0.887940",\
|
|
"0.646180, 0.652618, 0.670105, 0.716547, 0.911840",\
|
|
"0.653948, 0.660385, 0.677873, 0.724316, 0.919609",\
|
|
"0.653948, 0.660385, 0.677873, 0.724316, 0.919609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015526, 0.019787, 0.032961, 0.086003, 0.348969",\
|
|
"0.015526, 0.019787, 0.032961, 0.086003, 0.348969",\
|
|
"0.015526, 0.019787, 0.032961, 0.086003, 0.348969",\
|
|
"0.015527, 0.019788, 0.032961, 0.086003, 0.348969",\
|
|
"0.015528, 0.019789, 0.032963, 0.086004, 0.348970");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.509825, 0.518431, 0.544789, 0.638957, 1.095679",\
|
|
"0.562729, 0.571335, 0.597693, 0.691861, 1.148584",\
|
|
"0.626456, 0.635062, 0.661420, 0.755588, 1.212311",\
|
|
"0.733460, 0.742065, 0.768424, 0.862591, 1.319314",\
|
|
"0.913410, 0.922016, 0.948374, 1.042542, 1.499265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018414, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018414, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018414, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018415, 0.026257, 0.055654, 0.192786, 0.869767",\
|
|
"0.018416, 0.026258, 0.055655, 0.192786, 0.869767");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.453240, 0.461847, 0.488207, 0.582375, 1.039098",\
|
|
"0.484091, 0.492698, 0.519057, 0.613226, 1.069948",\
|
|
"0.499417, 0.508024, 0.534383, 0.628552, 1.074773",\
|
|
"0.506842, 0.515449, 0.541808, 0.635977, 1.074773",\
|
|
"0.506842, 0.515449, 0.541808, 0.635977, 1.074773");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018424, 0.026265, 0.055658, 0.192786, 0.869766");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.485577, 0.492047, 0.509604, 0.556082, 0.751389",\
|
|
"0.536124, 0.542595, 0.560151, 0.606630, 0.801936",\
|
|
"0.584990, 0.591461, 0.609017, 0.655496, 0.850802",\
|
|
"0.663618, 0.670089, 0.687645, 0.734124, 0.929430",\
|
|
"0.802339, 0.808810, 0.826367, 0.872846, 1.068153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015726, 0.019994, 0.033129, 0.086791, 0.352786",\
|
|
"0.015726, 0.019994, 0.033129, 0.086791, 0.352786",\
|
|
"0.015726, 0.019994, 0.033129, 0.086791, 0.352786",\
|
|
"0.015726, 0.019994, 0.033129, 0.086791, 0.352786",\
|
|
"0.015728, 0.019996, 0.033131, 0.086792, 0.352786");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.453240, 0.461847, 0.488207, 0.582375, 1.039098",\
|
|
"0.484091, 0.492698, 0.519057, 0.613226, 1.069948",\
|
|
"0.488915, 0.497522, 0.523882, 0.618050, 1.074773",\
|
|
"0.488915, 0.497522, 0.523882, 0.618050, 1.074773",\
|
|
"0.488915, 0.497522, 0.523882, 0.618050, 1.074773");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018423, 0.026264, 0.055658, 0.192786, 0.869766",\
|
|
"0.018424, 0.026265, 0.055658, 0.192786, 0.869766");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.485577, 0.492047, 0.509604, 0.556082, 0.751389",\
|
|
"0.536124, 0.542595, 0.560151, 0.606630, 0.801936",\
|
|
"0.584990, 0.591461, 0.609017, 0.655496, 0.850802",\
|
|
"0.663618, 0.670089, 0.687645, 0.734124, 0.929430",\
|
|
"0.802339, 0.808810, 0.826367, 0.872846, 1.068153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015726, 0.019993, 0.033129, 0.086092, 0.349014",\
|
|
"0.015726, 0.019993, 0.033129, 0.086092, 0.349014",\
|
|
"0.015726, 0.019993, 0.033129, 0.086092, 0.349014",\
|
|
"0.015726, 0.019994, 0.033129, 0.086092, 0.349014",\
|
|
"0.015728, 0.019996, 0.033131, 0.086093, 0.349015");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015714, 0.019982, 0.033119, 0.086786, 0.352783",\
|
|
"0.015714, 0.019982, 0.033119, 0.086786, 0.352783",\
|
|
"0.015714, 0.019982, 0.033119, 0.086786, 0.352783",\
|
|
"0.015714, 0.019982, 0.033119, 0.086786, 0.352783",\
|
|
"0.015714, 0.019982, 0.033119, 0.086786, 0.352783");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182",\
|
|
"1.684329, 1.692934, 1.719292, 1.813460, 2.270182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767",\
|
|
"0.018413, 0.026255, 0.055653, 0.192786, 0.869767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106",\
|
|
"1.768303, 1.774771, 1.792324, 1.838800, 2.034106");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.015714, 0.019982, 0.033119, 0.086087, 0.349012",\
|
|
"0.015714, 0.019982, 0.033119, 0.086087, 0.349012",\
|
|
"0.015714, 0.019982, 0.033119, 0.086087, 0.349012",\
|
|
"0.015714, 0.019982, 0.033119, 0.086087, 0.349012",\
|
|
"0.015714, 0.019982, 0.033119, 0.086087, 0.349012");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[36]_redg_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.005899 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.490587, 0.498796, 0.525560, 0.621228, 1.082503",\
|
|
"0.525510, 0.533718, 0.560483, 0.656151, 1.117425",\
|
|
"0.553063, 0.561271, 0.588036, 0.683704, 1.144979",\
|
|
"0.577397, 0.585606, 0.612370, 0.708038, 1.169313",\
|
|
"0.578196, 0.586405, 0.613170, 0.708838, 1.170112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023592, 0.031022, 0.063518, 0.201427, 0.893763");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.598839, 0.604923, 0.623568, 0.671102, 0.871293",\
|
|
"0.649440, 0.655523, 0.674168, 0.721703, 0.921894",\
|
|
"0.710706, 0.716790, 0.735435, 0.782969, 0.983160",\
|
|
"0.810476, 0.816560, 0.835205, 0.882740, 1.082931",\
|
|
"0.974180, 0.980263, 0.998909, 1.046444, 1.246636");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.019864, 0.023648, 0.040316, 0.093832, 0.373688",\
|
|
"0.019864, 0.023648, 0.040316, 0.093832, 0.373688",\
|
|
"0.019865, 0.023648, 0.040316, 0.093832, 0.373688",\
|
|
"0.019866, 0.023649, 0.040317, 0.093833, 0.373688",\
|
|
"0.019868, 0.023651, 0.040319, 0.093833, 0.373688");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.491058, 0.499173, 0.525768, 0.621447, 1.082808",\
|
|
"0.525980, 0.534096, 0.560691, 0.656370, 1.117731",\
|
|
"0.553534, 0.561650, 0.588244, 0.683923, 1.145284",\
|
|
"0.577869, 0.585984, 0.612579, 0.708258, 1.169619",\
|
|
"0.578676, 0.586792, 0.613387, 0.709066, 1.170428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023016, 0.030459, 0.063135, 0.201331, 0.894023",\
|
|
"0.023016, 0.030459, 0.063135, 0.201331, 0.894023",\
|
|
"0.023016, 0.030459, 0.063135, 0.201331, 0.894023",\
|
|
"0.023017, 0.030460, 0.063135, 0.201331, 0.894023",\
|
|
"0.023018, 0.030461, 0.063136, 0.201331, 0.894023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.583434, 0.589354, 0.607614, 0.654917, 0.854977",\
|
|
"0.634034, 0.639955, 0.658215, 0.705517, 0.905577",\
|
|
"0.695290, 0.701210, 0.719470, 0.766773, 0.966833",\
|
|
"0.795031, 0.800951, 0.819211, 0.866513, 1.066573",\
|
|
"0.958707, 0.964627, 0.982886, 1.030188, 1.230248");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.018616, 0.022407, 0.039297, 0.091066, 0.360934",\
|
|
"0.018616, 0.022407, 0.039297, 0.091066, 0.360934",\
|
|
"0.018616, 0.022407, 0.039296, 0.091066, 0.360934",\
|
|
"0.018615, 0.022405, 0.039295, 0.091065, 0.360933",\
|
|
"0.018614, 0.022405, 0.039295, 0.091065, 0.360933");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.629144, 0.635228, 0.653872, 0.701407, 0.901598",\
|
|
"0.664067, 0.670150, 0.688795, 0.736330, 0.936521",\
|
|
"0.691368, 0.697451, 0.716097, 0.763631, 0.963822",\
|
|
"0.714999, 0.721083, 0.739728, 0.787263, 0.986444",\
|
|
"0.714999, 0.721083, 0.739728, 0.787263, 0.986444");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.019864, 0.023648, 0.040316, 0.093832, 0.373688",\
|
|
"0.019864, 0.023648, 0.040316, 0.093832, 0.373688",\
|
|
"0.019865, 0.023648, 0.040316, 0.093832, 0.373688",\
|
|
"0.019866, 0.023649, 0.040317, 0.093833, 0.373688",\
|
|
"0.019868, 0.023651, 0.040319, 0.093833, 0.373688");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.533383, 0.541592, 0.568356, 0.664024, 1.125299",\
|
|
"0.583984, 0.592192, 0.618957, 0.714625, 1.175899",\
|
|
"0.645457, 0.653666, 0.680430, 0.776098, 1.237373",\
|
|
"0.745801, 0.754009, 0.780773, 0.876441, 1.337716",\
|
|
"0.910537, 0.918745, 0.945510, 1.041178, 1.502452");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023591, 0.031021, 0.063517, 0.201427, 0.893763",\
|
|
"0.023592, 0.031022, 0.063518, 0.201427, 0.893763");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.613739, 0.619659, 0.637919, 0.685221, 0.885282",\
|
|
"0.648661, 0.654582, 0.672842, 0.720144, 0.920204",\
|
|
"0.675952, 0.681872, 0.700132, 0.747434, 0.947495",\
|
|
"0.698515, 0.704435, 0.722694, 0.769996, 0.970056",\
|
|
"0.698515, 0.704435, 0.722694, 0.769996, 0.970056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.018616, 0.022407, 0.039297, 0.091066, 0.360934",\
|
|
"0.018616, 0.022407, 0.039297, 0.091066, 0.360934",\
|
|
"0.018616, 0.022407, 0.039296, 0.091066, 0.360934",\
|
|
"0.018615, 0.022405, 0.039295, 0.091065, 0.360933",\
|
|
"0.018614, 0.022405, 0.039295, 0.091065, 0.360933");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.533854, 0.541969, 0.568564, 0.664243, 1.125604",\
|
|
"0.584454, 0.592570, 0.619165, 0.714844, 1.176205",\
|
|
"0.645928, 0.654044, 0.680638, 0.776317, 1.237678",\
|
|
"0.746272, 0.754388, 0.780982, 0.876661, 1.338023",\
|
|
"0.911017, 0.919132, 0.945728, 1.041407, 1.502768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023016, 0.030459, 0.063135, 0.201331, 0.894023",\
|
|
"0.023016, 0.030459, 0.063135, 0.201331, 0.894023",\
|
|
"0.023016, 0.030459, 0.063135, 0.201331, 0.894023",\
|
|
"0.023017, 0.030460, 0.063135, 0.201331, 0.894023",\
|
|
"0.023018, 0.030461, 0.063136, 0.201331, 0.894023");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.522782, 0.530992, 0.557760, 0.653428, 1.080654",\
|
|
"0.522782, 0.530992, 0.557760, 0.653428, 1.080654",\
|
|
"0.522782, 0.530992, 0.557760, 0.653428, 1.080654",\
|
|
"0.517080, 0.525290, 0.552058, 0.647726, 1.080654",\
|
|
"0.469615, 0.477825, 0.504593, 0.600261, 1.061533");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023600, 0.031030, 0.063524, 0.201429, 0.893758",\
|
|
"0.023600, 0.031030, 0.063524, 0.201429, 0.893758",\
|
|
"0.023600, 0.031030, 0.063524, 0.201429, 0.893757",\
|
|
"0.023600, 0.031031, 0.063524, 0.201429, 0.893757",\
|
|
"0.023601, 0.031032, 0.063525, 0.201429, 0.893757");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.556413, 0.562509, 0.581183, 0.628735, 0.828932",\
|
|
"0.603074, 0.609170, 0.627844, 0.675396, 0.875593",\
|
|
"0.656606, 0.662702, 0.681376, 0.728928, 0.929125",\
|
|
"0.743898, 0.749994, 0.768668, 0.816220, 1.016417",\
|
|
"0.898161, 0.904257, 0.922931, 0.970483, 1.170680");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.019959, 0.023742, 0.040393, 0.093873, 0.373709",\
|
|
"0.019959, 0.023742, 0.040393, 0.093873, 0.373709",\
|
|
"0.019959, 0.023742, 0.040393, 0.093873, 0.373709",\
|
|
"0.019959, 0.023742, 0.040393, 0.093873, 0.373709",\
|
|
"0.019959, 0.023742, 0.040393, 0.093873, 0.373709");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.489271, 0.497388, 0.523986, 0.619665, 1.081027",\
|
|
"0.489271, 0.497388, 0.523986, 0.619665, 1.081027",\
|
|
"0.489271, 0.497388, 0.523986, 0.619665, 1.081027",\
|
|
"0.489271, 0.497388, 0.523986, 0.619665, 1.081027",\
|
|
"0.470157, 0.478275, 0.504872, 0.600552, 1.061914");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023033, 0.030474, 0.063143, 0.201331, 0.894021",\
|
|
"0.023033, 0.030474, 0.063143, 0.201331, 0.894021",\
|
|
"0.023034, 0.030474, 0.063143, 0.201331, 0.894021",\
|
|
"0.023034, 0.030475, 0.063143, 0.201331, 0.894021",\
|
|
"0.023035, 0.030476, 0.063143, 0.201331, 0.894021");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.541646, 0.547586, 0.565891, 0.613221, 0.813291",\
|
|
"0.588307, 0.594247, 0.612552, 0.659882, 0.859952",\
|
|
"0.641839, 0.647778, 0.666084, 0.713414, 0.913483",\
|
|
"0.729130, 0.735069, 0.753375, 0.800704, 1.000774",\
|
|
"0.883392, 0.889331, 0.907637, 0.954967, 1.155036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.018764, 0.022554, 0.039417, 0.091132, 0.360968",\
|
|
"0.018764, 0.022554, 0.039417, 0.091132, 0.360968",\
|
|
"0.018764, 0.022554, 0.039417, 0.091132, 0.360968",\
|
|
"0.018764, 0.022553, 0.039417, 0.091132, 0.360968",\
|
|
"0.018763, 0.022553, 0.039417, 0.091132, 0.360968");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.783389, 1.791597, 1.818361, 1.914029, 2.375304",\
|
|
"1.783389, 1.791597, 1.818361, 1.914029, 2.375304",\
|
|
"1.783389, 1.791597, 1.818361, 1.914029, 2.375304",\
|
|
"1.783389, 1.791597, 1.818361, 1.914029, 2.375304",\
|
|
"1.783389, 1.791597, 1.818361, 1.914029, 2.375304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023589, 0.031019, 0.063515, 0.201427, 0.893764",\
|
|
"0.023589, 0.031019, 0.063515, 0.201427, 0.893764",\
|
|
"0.023589, 0.031019, 0.063515, 0.201427, 0.893764",\
|
|
"0.023589, 0.031019, 0.063515, 0.201427, 0.893764",\
|
|
"0.023589, 0.031019, 0.063515, 0.201427, 0.893764");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.891801, 1.897901, 1.916586, 1.964145, 2.164344",\
|
|
"1.891801, 1.897901, 1.916586, 1.964145, 2.164344",\
|
|
"1.891801, 1.897901, 1.916586, 1.964145, 2.164344",\
|
|
"1.891801, 1.897901, 1.916586, 1.964145, 2.164344",\
|
|
"1.891801, 1.897901, 1.916586, 1.964145, 2.164344");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.019994, 0.023777, 0.040422, 0.093889, 0.373716",\
|
|
"0.019994, 0.023777, 0.040422, 0.093889, 0.373716",\
|
|
"0.019994, 0.023777, 0.040422, 0.093889, 0.373716",\
|
|
"0.019994, 0.023777, 0.040422, 0.093889, 0.373716",\
|
|
"0.019994, 0.023777, 0.040422, 0.093889, 0.373716");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.783864, 1.791980, 1.818575, 1.914253, 2.375615",\
|
|
"1.783864, 1.791980, 1.818575, 1.914253, 2.375615",\
|
|
"1.783864, 1.791980, 1.818575, 1.914253, 2.375615",\
|
|
"1.783864, 1.791980, 1.818575, 1.914253, 2.375615",\
|
|
"1.783864, 1.791980, 1.818575, 1.914253, 2.375615");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023017, 0.030460, 0.063135, 0.201331, 0.894023",\
|
|
"0.023017, 0.030460, 0.063135, 0.201331, 0.894023",\
|
|
"0.023017, 0.030460, 0.063135, 0.201331, 0.894023",\
|
|
"0.023017, 0.030460, 0.063135, 0.201331, 0.894023",\
|
|
"0.023017, 0.030460, 0.063135, 0.201331, 0.894023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.877159, 1.883104, 1.901424, 1.948762, 2.148835",\
|
|
"1.877159, 1.883104, 1.901424, 1.948762, 2.148835",\
|
|
"1.877159, 1.883104, 1.901424, 1.948762, 2.148835",\
|
|
"1.877159, 1.883104, 1.901424, 1.948762, 2.148835",\
|
|
"1.877159, 1.883104, 1.901424, 1.948762, 2.148835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.018809, 0.022599, 0.039454, 0.091153, 0.360978",\
|
|
"0.018809, 0.022599, 0.039454, 0.091153, 0.360978",\
|
|
"0.018809, 0.022599, 0.039454, 0.091153, 0.360978",\
|
|
"0.018809, 0.022599, 0.039454, 0.091153, 0.360978",\
|
|
"0.018809, 0.022599, 0.039454, 0.091153, 0.360978");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[35]_redg_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.002047 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.015054, 0.019370, 0.032537, 0.086512, 0.352694",\
|
|
"0.015054, 0.019370, 0.032537, 0.086512, 0.352694",\
|
|
"0.015054, 0.019370, 0.032537, 0.086512, 0.352694",\
|
|
"0.015054, 0.019370, 0.032537, 0.086512, 0.352694",\
|
|
"0.015054, 0.019370, 0.032537, 0.086512, 0.352694");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216",\
|
|
"1.587763, 1.596222, 1.622415, 1.716540, 2.173216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858",\
|
|
"0.017326, 0.025311, 0.055187, 0.192743, 0.869858");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716",\
|
|
"1.596375, 1.602772, 1.620200, 1.666483, 1.861716");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.015054, 0.019370, 0.032537, 0.085814, 0.348925",\
|
|
"0.015054, 0.019370, 0.032537, 0.085814, 0.348925",\
|
|
"0.015054, 0.019370, 0.032537, 0.085814, 0.348925",\
|
|
"0.015054, 0.019370, 0.032537, 0.085814, 0.348925",\
|
|
"0.015054, 0.019370, 0.032537, 0.085814, 0.348925");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002499 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[33];
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.529240, 0.538119, 0.564916, 0.659152, 1.081642",\
|
|
"0.529240, 0.538119, 0.564916, 0.659152, 1.081642",\
|
|
"0.529240, 0.538119, 0.564916, 0.659152, 1.081642",\
|
|
"0.523437, 0.532317, 0.559113, 0.653349, 1.081642",\
|
|
"0.475814, 0.484693, 0.511491, 0.605727, 1.062324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021088, 0.028711, 0.057158, 0.193478, 0.869973",\
|
|
"0.021088, 0.028711, 0.057158, 0.193478, 0.869973",\
|
|
"0.021088, 0.028711, 0.057159, 0.193478, 0.869973",\
|
|
"0.021088, 0.028711, 0.057159, 0.193478, 0.869973",\
|
|
"0.021089, 0.028712, 0.057159, 0.193478, 0.869972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.561789, 0.568589, 0.586978, 0.635859, 0.829486",\
|
|
"0.608452, 0.615252, 0.633641, 0.682522, 0.876149",\
|
|
"0.662009, 0.668810, 0.687199, 0.736080, 0.929706",\
|
|
"0.749407, 0.756208, 0.774597, 0.823478, 1.017104",\
|
|
"0.904055, 0.910855, 0.929244, 0.978125, 1.171751");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.018524, 0.022826, 0.035438, 0.089383, 0.353866",\
|
|
"0.018524, 0.022826, 0.035438, 0.089383, 0.353866",\
|
|
"0.018524, 0.022826, 0.035438, 0.089383, 0.353866",\
|
|
"0.018524, 0.022825, 0.035437, 0.089383, 0.353866",\
|
|
"0.018524, 0.022825, 0.035437, 0.089383, 0.353866");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.495644, 0.504387, 0.530979, 0.625222, 1.081913",\
|
|
"0.495644, 0.504387, 0.530979, 0.625222, 1.081913",\
|
|
"0.495644, 0.504387, 0.530979, 0.625222, 1.081913",\
|
|
"0.495644, 0.504387, 0.530979, 0.625222, 1.081913",\
|
|
"0.476332, 0.485076, 0.511668, 0.605911, 1.062602");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.020462, 0.028068, 0.056732, 0.193370, 0.870258",\
|
|
"0.020462, 0.028068, 0.056732, 0.193370, 0.870258",\
|
|
"0.020462, 0.028068, 0.056732, 0.193370, 0.870258",\
|
|
"0.020462, 0.028068, 0.056733, 0.193370, 0.870258",\
|
|
"0.020464, 0.028070, 0.056733, 0.193370, 0.870258");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.545497, 0.552085, 0.570029, 0.616771, 0.812209",\
|
|
"0.592160, 0.598749, 0.616692, 0.663434, 0.858872",\
|
|
"0.645717, 0.652306, 0.670249, 0.716992, 0.912430",\
|
|
"0.733115, 0.739703, 0.757646, 0.804389, 0.999827",\
|
|
"0.887761, 0.894350, 0.912293, 0.959035, 1.154473");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.017224, 0.021485, 0.034344, 0.086895, 0.349638",\
|
|
"0.017224, 0.021485, 0.034344, 0.086895, 0.349638",\
|
|
"0.017224, 0.021485, 0.034344, 0.086895, 0.349638",\
|
|
"0.017224, 0.021485, 0.034344, 0.086895, 0.349638",\
|
|
"0.017223, 0.021485, 0.034344, 0.086895, 0.349638");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.488656, 0.497533, 0.524327, 0.618563, 1.075163",\
|
|
"0.523579, 0.532456, 0.559250, 0.653486, 1.110085",\
|
|
"0.551132, 0.560009, 0.586802, 0.681039, 1.137638",\
|
|
"0.575465, 0.584342, 0.611136, 0.705372, 1.161971",\
|
|
"0.576264, 0.585142, 0.611936, 0.706172, 1.162771");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021080, 0.028702, 0.057152, 0.193476, 0.869978",\
|
|
"0.021080, 0.028702, 0.057152, 0.193476, 0.869978",\
|
|
"0.021080, 0.028702, 0.057152, 0.193476, 0.869978",\
|
|
"0.021080, 0.028703, 0.057152, 0.193476, 0.869978",\
|
|
"0.021082, 0.028704, 0.057153, 0.193477, 0.869977");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.599416, 0.606201, 0.624558, 0.671527, 0.867042",\
|
|
"0.650016, 0.656801, 0.675159, 0.722127, 0.917643",\
|
|
"0.711282, 0.718067, 0.736425, 0.783394, 0.978909",\
|
|
"0.811052, 0.817837, 0.836195, 0.883165, 1.078680",\
|
|
"0.974755, 0.981541, 0.999900, 1.046869, 1.242384");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.018431, 0.022730, 0.035359, 0.088240, 0.353845",\
|
|
"0.018431, 0.022730, 0.035359, 0.088240, 0.353845",\
|
|
"0.018432, 0.022730, 0.035360, 0.088240, 0.353845",\
|
|
"0.018433, 0.022731, 0.035361, 0.088241, 0.353846",\
|
|
"0.018434, 0.022733, 0.035362, 0.088241, 0.353846");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.489109, 0.497850, 0.524440, 0.618682, 1.075373",\
|
|
"0.524032, 0.532773, 0.559362, 0.653605, 1.110295",\
|
|
"0.551585, 0.560326, 0.586915, 0.681158, 1.137848",\
|
|
"0.575919, 0.584660, 0.611249, 0.705492, 1.162182",\
|
|
"0.576727, 0.585469, 0.612058, 0.706301, 1.162991");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.020445, 0.028053, 0.056725, 0.193369, 0.870259",\
|
|
"0.020445, 0.028053, 0.056725, 0.193369, 0.870259",\
|
|
"0.020446, 0.028054, 0.056725, 0.193369, 0.870259",\
|
|
"0.020446, 0.028054, 0.056726, 0.193369, 0.870259",\
|
|
"0.020448, 0.028056, 0.056726, 0.193369, 0.870259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.582451, 0.589015, 0.606908, 0.653624, 0.849052",\
|
|
"0.633051, 0.639616, 0.657509, 0.704225, 0.899652",\
|
|
"0.694307, 0.700871, 0.718764, 0.765480, 0.960907",\
|
|
"0.794047, 0.800612, 0.818504, 0.865220, 1.060647",\
|
|
"0.957723, 0.964287, 0.982179, 1.028895, 1.224322");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.017077, 0.021334, 0.034221, 0.086830, 0.349605",\
|
|
"0.017077, 0.021334, 0.034221, 0.086830, 0.349605",\
|
|
"0.017077, 0.021334, 0.034221, 0.086830, 0.349605",\
|
|
"0.017075, 0.021332, 0.034220, 0.086829, 0.349605",\
|
|
"0.017075, 0.021332, 0.034219, 0.086829, 0.349605");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.629748, 0.636533, 0.654891, 0.701859, 0.897375",\
|
|
"0.664671, 0.671456, 0.689813, 0.736782, 0.932297",\
|
|
"0.691972, 0.698757, 0.717115, 0.764083, 0.959599",\
|
|
"0.715603, 0.722388, 0.740746, 0.787715, 0.982220",\
|
|
"0.715603, 0.722388, 0.740746, 0.787715, 0.982220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.018431, 0.022730, 0.035359, 0.088240, 0.353845",\
|
|
"0.018431, 0.022730, 0.035359, 0.088240, 0.353845",\
|
|
"0.018432, 0.022730, 0.035360, 0.088240, 0.353845",\
|
|
"0.018433, 0.022731, 0.035361, 0.088241, 0.353846",\
|
|
"0.018434, 0.022733, 0.035362, 0.088241, 0.353846");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.531448, 0.540325, 0.567118, 0.661354, 1.117954",\
|
|
"0.582048, 0.590925, 0.617719, 0.711955, 1.168554",\
|
|
"0.643522, 0.652399, 0.679192, 0.773429, 1.230028",\
|
|
"0.743866, 0.752743, 0.779537, 0.873773, 1.330372",\
|
|
"0.908603, 0.917480, 0.944274, 1.038511, 1.495110");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021080, 0.028702, 0.057152, 0.193476, 0.869978",\
|
|
"0.021080, 0.028702, 0.057152, 0.193476, 0.869978",\
|
|
"0.021080, 0.028702, 0.057152, 0.193476, 0.869978",\
|
|
"0.021080, 0.028703, 0.057152, 0.193476, 0.869978",\
|
|
"0.021082, 0.028704, 0.057153, 0.193477, 0.869977");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.612783, 0.619348, 0.637241, 0.683957, 0.879384",\
|
|
"0.647706, 0.654271, 0.672164, 0.718879, 0.914307",\
|
|
"0.674996, 0.681561, 0.699454, 0.746169, 0.941597",\
|
|
"0.697558, 0.704122, 0.722015, 0.768730, 0.964157",\
|
|
"0.697558, 0.704122, 0.722015, 0.768730, 0.964157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.017077, 0.021334, 0.034221, 0.086830, 0.349605",\
|
|
"0.017077, 0.021334, 0.034221, 0.086830, 0.349605",\
|
|
"0.017077, 0.021334, 0.034221, 0.086830, 0.349605",\
|
|
"0.017075, 0.021332, 0.034220, 0.086829, 0.349605",\
|
|
"0.017075, 0.021332, 0.034219, 0.086829, 0.349605");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.531901, 0.540642, 0.567231, 0.661473, 1.118164",\
|
|
"0.582501, 0.591242, 0.617831, 0.712074, 1.168764",\
|
|
"0.643975, 0.652716, 0.679305, 0.773548, 1.230238",\
|
|
"0.744320, 0.753061, 0.779650, 0.873893, 1.330583",\
|
|
"0.909066, 0.917807, 0.944397, 1.038640, 1.495330");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.020445, 0.028053, 0.056725, 0.193369, 0.870259",\
|
|
"0.020445, 0.028053, 0.056725, 0.193369, 0.870259",\
|
|
"0.020446, 0.028054, 0.056725, 0.193369, 0.870259",\
|
|
"0.020446, 0.028054, 0.056726, 0.193369, 0.870259",\
|
|
"0.020448, 0.028056, 0.056726, 0.193369, 0.870259");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.714123, 1.722999, 1.749791, 1.844028, 2.300628",\
|
|
"1.714123, 1.722999, 1.749791, 1.844028, 2.300628",\
|
|
"1.714123, 1.722999, 1.749791, 1.844028, 2.300628",\
|
|
"1.714123, 1.722999, 1.749791, 1.844028, 2.300628",\
|
|
"1.714123, 1.722999, 1.749791, 1.844028, 2.300628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021077, 0.028698, 0.057149, 0.193475, 0.869980",\
|
|
"0.021077, 0.028698, 0.057149, 0.193475, 0.869980",\
|
|
"0.021077, 0.028698, 0.057149, 0.193475, 0.869980",\
|
|
"0.021077, 0.028698, 0.057149, 0.193475, 0.869980",\
|
|
"0.021077, 0.028698, 0.057149, 0.193475, 0.869980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.824820, 1.831625, 1.850026, 1.898913, 2.092543",\
|
|
"1.824820, 1.831625, 1.850026, 1.898913, 2.092543",\
|
|
"1.824820, 1.831625, 1.850026, 1.898913, 2.092543",\
|
|
"1.824820, 1.831625, 1.850026, 1.898913, 2.092543",\
|
|
"1.824820, 1.831625, 1.850026, 1.898913, 2.092543");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.018559, 0.022861, 0.035466, 0.089398, 0.353874",\
|
|
"0.018559, 0.022861, 0.035466, 0.089398, 0.353874",\
|
|
"0.018559, 0.022861, 0.035466, 0.089398, 0.353874",\
|
|
"0.018559, 0.022861, 0.035466, 0.089398, 0.353874",\
|
|
"0.018559, 0.022861, 0.035466, 0.089398, 0.353874");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.714569, 1.723310, 1.749899, 1.844141, 2.300832",\
|
|
"1.714569, 1.723310, 1.749899, 1.844141, 2.300832",\
|
|
"1.714569, 1.723310, 1.749899, 1.844141, 2.300832",\
|
|
"1.714569, 1.723310, 1.749899, 1.844141, 2.300832",\
|
|
"1.714569, 1.723310, 1.749899, 1.844141, 2.300832");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.020444, 0.028052, 0.056724, 0.193369, 0.870260",\
|
|
"0.020444, 0.028052, 0.056724, 0.193369, 0.870260",\
|
|
"0.020444, 0.028052, 0.056724, 0.193369, 0.870260",\
|
|
"0.020444, 0.028052, 0.056724, 0.193369, 0.870260",\
|
|
"0.020444, 0.028052, 0.056724, 0.193369, 0.870260");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.808667, 1.815263, 1.833222, 1.879972, 2.075413",\
|
|
"1.808667, 1.815263, 1.833222, 1.879972, 2.075413",\
|
|
"1.808667, 1.815263, 1.833222, 1.879972, 2.075413",\
|
|
"1.808667, 1.815263, 1.833222, 1.879972, 2.075413",\
|
|
"1.808667, 1.815263, 1.833222, 1.879972, 2.075413");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.017269, 0.021532, 0.034382, 0.086916, 0.349649",\
|
|
"0.017269, 0.021532, 0.034382, 0.086916, 0.349649",\
|
|
"0.017269, 0.021532, 0.034382, 0.086916, 0.349649",\
|
|
"0.017269, 0.021532, 0.034382, 0.086916, 0.349649",\
|
|
"0.017269, 0.021532, 0.034382, 0.086916, 0.349649");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[33]_redg_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.008159 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[32];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.486702, 0.494384, 0.520979, 0.617275, 1.080185",\
|
|
"0.521625, 0.529307, 0.555902, 0.652198, 1.115107",\
|
|
"0.549179, 0.556861, 0.583456, 0.679752, 1.142662",\
|
|
"0.573518, 0.581200, 0.607794, 0.704090, 1.167000",\
|
|
"0.574319, 0.582001, 0.608596, 0.704892, 1.167802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024805, 0.032147, 0.065731, 0.205697, 0.905274",\
|
|
"0.024805, 0.032147, 0.065731, 0.205697, 0.905274",\
|
|
"0.024805, 0.032147, 0.065731, 0.205697, 0.905274",\
|
|
"0.024806, 0.032148, 0.065732, 0.205697, 0.905274",\
|
|
"0.024807, 0.032149, 0.065732, 0.205697, 0.905274");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.585338, 0.590872, 0.609277, 0.657061, 0.859460",\
|
|
"0.635939, 0.641472, 0.659878, 0.707662, 0.910060",\
|
|
"0.697205, 0.702738, 0.721144, 0.768928, 0.971326",\
|
|
"0.796974, 0.802508, 0.820914, 0.868698, 1.071096",\
|
|
"0.960675, 0.966209, 0.984616, 1.032400, 1.234799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.020232, 0.023715, 0.042604, 0.096609, 0.383790",\
|
|
"0.020232, 0.023715, 0.042604, 0.096609, 0.383790",\
|
|
"0.020232, 0.023715, 0.042604, 0.096610, 0.383790",\
|
|
"0.020233, 0.023716, 0.042605, 0.096610, 0.383791",\
|
|
"0.020235, 0.023718, 0.042607, 0.096611, 0.383791");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.485607, 0.493257, 0.519791, 0.616075, 1.078955",\
|
|
"0.520530, 0.528180, 0.554714, 0.650997, 1.113878",\
|
|
"0.548084, 0.555734, 0.582268, 0.678551, 1.141432",\
|
|
"0.572421, 0.580070, 0.606605, 0.702888, 1.165769",\
|
|
"0.573223, 0.580872, 0.607407, 0.703690, 1.166571");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024356, 0.031758, 0.065530, 0.205682, 0.905307");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.574744, 0.580183, 0.598314, 0.645962, 0.844925",\
|
|
"0.625345, 0.630784, 0.648915, 0.696563, 0.895526",\
|
|
"0.686600, 0.692039, 0.710170, 0.757818, 0.956781",\
|
|
"0.786340, 0.791778, 0.809909, 0.857557, 1.056520",\
|
|
"0.950013, 0.955451, 0.973582, 1.021230, 1.220192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.019367, 0.022875, 0.041834, 0.092868, 0.362179",\
|
|
"0.019367, 0.022875, 0.041834, 0.092868, 0.362179",\
|
|
"0.019366, 0.022875, 0.041834, 0.092868, 0.362179",\
|
|
"0.019365, 0.022874, 0.041833, 0.092867, 0.362178",\
|
|
"0.019365, 0.022873, 0.041832, 0.092867, 0.362178");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.615692, 0.621226, 0.639632, 0.687415, 0.889814",\
|
|
"0.650615, 0.656149, 0.674555, 0.722338, 0.924737",\
|
|
"0.677917, 0.683451, 0.701856, 0.749640, 0.952039",\
|
|
"0.701550, 0.707084, 0.725490, 0.773274, 0.974663",\
|
|
"0.701550, 0.707084, 0.725490, 0.773274, 0.974663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.020232, 0.023715, 0.042604, 0.096609, 0.383790",\
|
|
"0.020232, 0.023715, 0.042604, 0.096609, 0.383790",\
|
|
"0.020232, 0.023715, 0.042604, 0.096610, 0.383790",\
|
|
"0.020233, 0.023716, 0.042605, 0.096610, 0.383791",\
|
|
"0.020235, 0.023718, 0.042607, 0.096611, 0.383791");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.529550, 0.537232, 0.563827, 0.660123, 1.123033",\
|
|
"0.580151, 0.587833, 0.614427, 0.710723, 1.173633",\
|
|
"0.641623, 0.649305, 0.675899, 0.772196, 1.235105",\
|
|
"0.741963, 0.749645, 0.776239, 0.872536, 1.335445",\
|
|
"0.906700, 0.914382, 0.940977, 1.037273, 1.500183");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024805, 0.032147, 0.065731, 0.205697, 0.905274",\
|
|
"0.024805, 0.032147, 0.065731, 0.205697, 0.905274",\
|
|
"0.024805, 0.032147, 0.065731, 0.205697, 0.905274",\
|
|
"0.024806, 0.032148, 0.065732, 0.205697, 0.905274",\
|
|
"0.024807, 0.032149, 0.065732, 0.205697, 0.905274");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.605099, 0.610537, 0.628668, 0.676317, 0.875280",\
|
|
"0.640021, 0.645460, 0.663591, 0.711240, 0.910202",\
|
|
"0.667313, 0.672751, 0.690882, 0.738530, 0.937493",\
|
|
"0.689877, 0.695316, 0.713446, 0.761094, 0.960057",\
|
|
"0.689877, 0.695316, 0.713446, 0.761094, 0.960057");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.019367, 0.022875, 0.041834, 0.092868, 0.362179",\
|
|
"0.019367, 0.022875, 0.041834, 0.092868, 0.362179",\
|
|
"0.019366, 0.022875, 0.041834, 0.092868, 0.362179",\
|
|
"0.019365, 0.022874, 0.041833, 0.092867, 0.362178",\
|
|
"0.019365, 0.022873, 0.041832, 0.092867, 0.362178");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.528455, 0.536105, 0.562639, 0.658922, 1.121803",\
|
|
"0.579056, 0.586705, 0.613240, 0.709523, 1.172404",\
|
|
"0.640527, 0.648177, 0.674711, 0.770995, 1.233875",\
|
|
"0.740866, 0.748515, 0.775050, 0.871333, 1.334214",\
|
|
"0.905604, 0.913254, 0.939788, 1.036072, 1.498953");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024354, 0.031757, 0.065529, 0.205682, 0.905307",\
|
|
"0.024356, 0.031758, 0.065530, 0.205682, 0.905307");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.511085, 0.518768, 0.545364, 0.641660, 1.070581",\
|
|
"0.511085, 0.518768, 0.545364, 0.641660, 1.070581",\
|
|
"0.511085, 0.518768, 0.545364, 0.641660, 1.070581",\
|
|
"0.505477, 0.513159, 0.539755, 0.636052, 1.070581",\
|
|
"0.458159, 0.465842, 0.492438, 0.588734, 1.051645");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024815, 0.032155, 0.065736, 0.205697, 0.905273",\
|
|
"0.024815, 0.032155, 0.065736, 0.205697, 0.905273",\
|
|
"0.024815, 0.032156, 0.065736, 0.205697, 0.905273",\
|
|
"0.024815, 0.032156, 0.065736, 0.205697, 0.905273",\
|
|
"0.024816, 0.032157, 0.065736, 0.205697, 0.905273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.538447, 0.543991, 0.562427, 0.610225, 0.812630",\
|
|
"0.585106, 0.590650, 0.609086, 0.656884, 0.859289",\
|
|
"0.638614, 0.644158, 0.662594, 0.710392, 0.912796",\
|
|
"0.725807, 0.731351, 0.749787, 0.797585, 0.999990",\
|
|
"0.879715, 0.885260, 0.903695, 0.951494, 1.153898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.020327, 0.023807, 0.042685, 0.096651, 0.383811",\
|
|
"0.020327, 0.023807, 0.042685, 0.096651, 0.383811",\
|
|
"0.020327, 0.023807, 0.042685, 0.096651, 0.383811",\
|
|
"0.020326, 0.023807, 0.042684, 0.096650, 0.383811",\
|
|
"0.020326, 0.023807, 0.042684, 0.096650, 0.383811");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.475989, 0.483639, 0.510175, 0.606459, 1.069340",\
|
|
"0.475989, 0.483639, 0.510175, 0.606459, 1.069340",\
|
|
"0.475989, 0.483639, 0.510175, 0.606459, 1.069340",\
|
|
"0.475989, 0.483639, 0.510175, 0.606459, 1.069340",\
|
|
"0.457052, 0.464703, 0.491239, 0.587523, 1.050404");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024365, 0.031766, 0.065534, 0.205682, 0.905306",\
|
|
"0.024365, 0.031766, 0.065534, 0.205682, 0.905306",\
|
|
"0.024365, 0.031766, 0.065534, 0.205682, 0.905306",\
|
|
"0.024365, 0.031766, 0.065534, 0.205682, 0.905306",\
|
|
"0.024367, 0.031768, 0.065535, 0.205682, 0.905306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.528367, 0.533821, 0.551996, 0.599665, 0.798637",\
|
|
"0.575026, 0.580480, 0.598655, 0.646324, 0.845296",\
|
|
"0.628534, 0.633987, 0.652162, 0.699831, 0.898804",\
|
|
"0.715726, 0.721180, 0.739355, 0.787024, 0.985997",\
|
|
"0.869634, 0.875088, 0.893263, 0.940932, 1.139904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.019504, 0.023008, 0.041956, 0.092930, 0.362212",\
|
|
"0.019504, 0.023008, 0.041956, 0.092930, 0.362212",\
|
|
"0.019504, 0.023008, 0.041956, 0.092930, 0.362212",\
|
|
"0.019503, 0.023008, 0.041956, 0.092930, 0.362212",\
|
|
"0.019503, 0.023008, 0.041955, 0.092929, 0.362212");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.777992, 1.785674, 1.812268, 1.908564, 2.371474",\
|
|
"1.777992, 1.785674, 1.812268, 1.908564, 2.371474",\
|
|
"1.777992, 1.785674, 1.812268, 1.908564, 2.371474",\
|
|
"1.777992, 1.785674, 1.812268, 1.908564, 2.371474",\
|
|
"1.777992, 1.785674, 1.812268, 1.908564, 2.371474");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024804, 0.032146, 0.065731, 0.205697, 0.905274",\
|
|
"0.024804, 0.032146, 0.065731, 0.205697, 0.905274",\
|
|
"0.024804, 0.032146, 0.065731, 0.205697, 0.905274",\
|
|
"0.024804, 0.032146, 0.065731, 0.205697, 0.905274",\
|
|
"0.024804, 0.032146, 0.065731, 0.205697, 0.905274");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.877204, 1.882753, 1.901200, 1.949004, 2.151410",\
|
|
"1.877204, 1.882753, 1.901200, 1.949004, 2.151410",\
|
|
"1.877204, 1.882753, 1.901200, 1.949004, 2.151410",\
|
|
"1.877204, 1.882753, 1.901200, 1.949004, 2.151410",\
|
|
"1.877204, 1.882753, 1.901200, 1.949004, 2.151410");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.020362, 0.023842, 0.042724, 0.096666, 0.383819",\
|
|
"0.020362, 0.023842, 0.042724, 0.096666, 0.383819",\
|
|
"0.020362, 0.023842, 0.042724, 0.096666, 0.383819",\
|
|
"0.020362, 0.023842, 0.042724, 0.096666, 0.383819",\
|
|
"0.020362, 0.023842, 0.042724, 0.096666, 0.383819");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.776882, 1.784531, 1.811066, 1.907349, 2.370230",\
|
|
"1.776882, 1.784531, 1.811066, 1.907349, 2.370230",\
|
|
"1.776882, 1.784531, 1.811066, 1.907349, 2.370230",\
|
|
"1.776882, 1.784531, 1.811066, 1.907349, 2.370230",\
|
|
"1.776882, 1.784531, 1.811066, 1.907349, 2.370230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024353, 0.031756, 0.065528, 0.205682, 0.905307",\
|
|
"0.024353, 0.031756, 0.065528, 0.205682, 0.905307",\
|
|
"0.024353, 0.031756, 0.065528, 0.205682, 0.905307",\
|
|
"0.024353, 0.031756, 0.065528, 0.205682, 0.905307",\
|
|
"0.024353, 0.031756, 0.065528, 0.205682, 0.905307");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.867214, 1.872672, 1.890861, 1.938537, 2.137512",\
|
|
"1.867214, 1.872672, 1.890861, 1.938537, 2.137512",\
|
|
"1.867214, 1.872672, 1.890861, 1.938537, 2.137512",\
|
|
"1.867214, 1.872672, 1.890861, 1.938537, 2.137512",\
|
|
"1.867214, 1.872672, 1.890861, 1.938537, 2.137512");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.019546, 0.023050, 0.041994, 0.092949, 0.362222",\
|
|
"0.019546, 0.023050, 0.041994, 0.092949, 0.362222",\
|
|
"0.019546, 0.023050, 0.041994, 0.092949, 0.362222",\
|
|
"0.019546, 0.023050, 0.041994, 0.092949, 0.362222",\
|
|
"0.019546, 0.023050, 0.041994, 0.092949, 0.362222");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[32]_redg_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.002503 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.015259, 0.019507, 0.032614, 0.087389, 0.355683",\
|
|
"0.015259, 0.019507, 0.032614, 0.087389, 0.355683",\
|
|
"0.015259, 0.019507, 0.032614, 0.087389, 0.355683",\
|
|
"0.015259, 0.019507, 0.032614, 0.087389, 0.355683",\
|
|
"0.015259, 0.019507, 0.032614, 0.087389, 0.355683");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744",\
|
|
"1.607448, 1.615863, 1.642122, 1.736416, 2.193744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533",\
|
|
"0.017851, 0.025787, 0.055553, 0.193920, 0.873533");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960",\
|
|
"1.613655, 1.619973, 1.637398, 1.683877, 1.879960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.015259, 0.019507, 0.032614, 0.086484, 0.350822",\
|
|
"0.015259, 0.019507, 0.032614, 0.086484, 0.350822",\
|
|
"0.015259, 0.019507, 0.032614, 0.086484, 0.350822",\
|
|
"0.015259, 0.019507, 0.032614, 0.086484, 0.350822",\
|
|
"0.015259, 0.019507, 0.032614, 0.086484, 0.350822");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.009119 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "1.619061, 1.626453, 1.652816, 1.749483, 2.213155",\
|
|
"1.619061, 1.626453, 1.652816, 1.749483, 2.213155",\
|
|
"1.619061, 1.626453, 1.652816, 1.749483, 2.213155",\
|
|
"1.619061, 1.626453, 1.652816, 1.749483, 2.213155",\
|
|
"1.619061, 1.626453, 1.652816, 1.749483, 2.213155");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.023496, 0.031060, 0.066197, 0.208449, 0.913872",\
|
|
"0.023496, 0.031060, 0.066197, 0.208449, 0.913872",\
|
|
"0.023496, 0.031060, 0.066197, 0.208449, 0.913872",\
|
|
"0.023496, 0.031060, 0.066197, 0.208449, 0.913872",\
|
|
"0.023496, 0.031060, 0.066197, 0.208449, 0.913872");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "1.619691, 1.624805, 1.642577, 1.690175, 1.890450",\
|
|
"1.619691, 1.624805, 1.642577, 1.690175, 1.890450",\
|
|
"1.619691, 1.624805, 1.642577, 1.690175, 1.890450",\
|
|
"1.619691, 1.624805, 1.642577, 1.690175, 1.890450",\
|
|
"1.619691, 1.624805, 1.642577, 1.690175, 1.890450");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.018119, 0.021555, 0.039264, 0.097718, 0.388494",\
|
|
"0.018119, 0.021555, 0.039264, 0.097718, 0.388494",\
|
|
"0.018119, 0.021555, 0.039264, 0.097718, 0.388494",\
|
|
"0.018119, 0.021555, 0.039264, 0.097718, 0.388494",\
|
|
"0.018119, 0.021555, 0.039264, 0.097718, 0.388494");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "1.619061, 1.626453, 1.652823, 1.749483, 2.213147",\
|
|
"1.619061, 1.626453, 1.652823, 1.749483, 2.213147",\
|
|
"1.619061, 1.626453, 1.652823, 1.749483, 2.213147",\
|
|
"1.619061, 1.626453, 1.652823, 1.749483, 2.213147",\
|
|
"1.619061, 1.626453, 1.652823, 1.749483, 2.213147");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.023496, 0.031060, 0.066199, 0.208449, 0.913860",\
|
|
"0.023496, 0.031060, 0.066199, 0.208449, 0.913860",\
|
|
"0.023496, 0.031060, 0.066199, 0.208449, 0.913860",\
|
|
"0.023496, 0.031060, 0.066199, 0.208449, 0.913860",\
|
|
"0.023496, 0.031060, 0.066199, 0.208449, 0.913860");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "1.619691, 1.624805, 1.642583, 1.690175, 1.890443",\
|
|
"1.619691, 1.624805, 1.642583, 1.690175, 1.890443",\
|
|
"1.619691, 1.624805, 1.642583, 1.690175, 1.890443",\
|
|
"1.619691, 1.624805, 1.642583, 1.690175, 1.890443",\
|
|
"1.619691, 1.624805, 1.642583, 1.690175, 1.890443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.018119, 0.021555, 0.038662, 0.093286, 0.363657",\
|
|
"0.018119, 0.021555, 0.038662, 0.093286, 0.363657",\
|
|
"0.018119, 0.021555, 0.038662, 0.093286, 0.363657",\
|
|
"0.018119, 0.021555, 0.038662, 0.093286, 0.363657",\
|
|
"0.018119, 0.021555, 0.038662, 0.093286, 0.363657");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002929 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.015442, 0.019646, 0.032705, 0.087896, 0.356760",\
|
|
"0.015442, 0.019646, 0.032705, 0.087896, 0.356760",\
|
|
"0.015442, 0.019646, 0.032705, 0.087896, 0.356760",\
|
|
"0.015442, 0.019646, 0.032705, 0.087896, 0.356760",\
|
|
"0.015442, 0.019646, 0.032705, 0.087896, 0.356760");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617",\
|
|
"1.596289, 1.604604, 1.630828, 1.725169, 2.182617");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126",\
|
|
"0.017969, 0.025918, 0.055774, 0.194618, 0.875126");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868",\
|
|
"1.604546, 1.610785, 1.628184, 1.674735, 1.870868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.015442, 0.019646, 0.032705, 0.086901, 0.352006",\
|
|
"0.015442, 0.019646, 0.032705, 0.086901, 0.352006",\
|
|
"0.015442, 0.019646, 0.032705, 0.086901, 0.352006",\
|
|
"0.015442, 0.019646, 0.032705, 0.086901, 0.352006",\
|
|
"0.015442, 0.019646, 0.032705, 0.086901, 0.352006");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002475 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.015251, 0.019518, 0.032681, 0.086576, 0.352337",\
|
|
"0.015251, 0.019518, 0.032681, 0.086576, 0.352337",\
|
|
"0.015251, 0.019518, 0.032681, 0.086576, 0.352337",\
|
|
"0.015251, 0.019518, 0.032681, 0.086576, 0.352337",\
|
|
"0.015251, 0.019518, 0.032681, 0.086576, 0.352337");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297",\
|
|
"1.619275, 1.627678, 1.653859, 1.747974, 2.204297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400",\
|
|
"0.017873, 0.025823, 0.055632, 0.193020, 0.869400");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765",\
|
|
"1.625859, 1.632160, 1.649501, 1.695772, 1.890765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.015251, 0.019518, 0.032681, 0.085899, 0.348689",\
|
|
"0.015251, 0.019518, 0.032681, 0.085899, 0.348689",\
|
|
"0.015251, 0.019518, 0.032681, 0.085899, 0.348689",\
|
|
"0.015251, 0.019518, 0.032681, 0.085899, 0.348689",\
|
|
"0.015251, 0.019518, 0.032681, 0.085899, 0.348689");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.004389 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.016082, 0.020133, 0.036205, 0.088875, 0.359098",\
|
|
"0.016082, 0.020133, 0.036205, 0.088875, 0.359098",\
|
|
"0.016082, 0.020133, 0.036205, 0.088875, 0.359098",\
|
|
"0.016082, 0.020133, 0.036205, 0.088875, 0.359098",\
|
|
"0.016082, 0.020133, 0.036205, 0.088875, 0.359098");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219",\
|
|
"1.573515, 1.581521, 1.608044, 1.702251, 2.160219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661",\
|
|
"0.018692, 0.026652, 0.060008, 0.196588, 0.878661");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375",\
|
|
"1.586101, 1.592051, 1.609641, 1.655949, 1.852375");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.016082, 0.020133, 0.036205, 0.087855, 0.353407",\
|
|
"0.016082, 0.020133, 0.036205, 0.087855, 0.353407",\
|
|
"0.016082, 0.020133, 0.036205, 0.087855, 0.353407",\
|
|
"0.016082, 0.020133, 0.036205, 0.087855, 0.353407",\
|
|
"0.016082, 0.020133, 0.036205, 0.087855, 0.353407");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003702 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.015782, 0.019867, 0.036361, 0.089810, 0.364038",\
|
|
"0.015782, 0.019867, 0.036361, 0.089810, 0.364038",\
|
|
"0.015782, 0.019867, 0.036361, 0.089810, 0.364038",\
|
|
"0.015782, 0.019867, 0.036361, 0.089810, 0.364038",\
|
|
"0.015782, 0.019867, 0.036361, 0.089810, 0.364038");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320",\
|
|
"1.623806, 1.632043, 1.658880, 1.753335, 2.213320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536",\
|
|
"0.018758, 0.026629, 0.060049, 0.197292, 0.884536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925",\
|
|
"1.630337, 1.636455, 1.654300, 1.700806, 1.898925");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.015782, 0.019867, 0.036361, 0.088391, 0.356145",\
|
|
"0.015782, 0.019867, 0.036361, 0.088391, 0.356145",\
|
|
"0.015782, 0.019867, 0.036361, 0.088391, 0.356145",\
|
|
"0.015782, 0.019867, 0.036361, 0.088391, 0.356145",\
|
|
"0.015782, 0.019867, 0.036361, 0.088391, 0.356145");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002895 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.015458, 0.019636, 0.032771, 0.087489, 0.355491",\
|
|
"0.015458, 0.019636, 0.032771, 0.087489, 0.355491",\
|
|
"0.015458, 0.019636, 0.032771, 0.087489, 0.355491",\
|
|
"0.015458, 0.019636, 0.032771, 0.087489, 0.355491",\
|
|
"0.015458, 0.019636, 0.032771, 0.087489, 0.355491");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497",\
|
|
"1.691269, 1.699731, 1.726100, 1.820408, 2.277497");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250",\
|
|
"0.019124, 0.026925, 0.056289, 0.194253, 0.873250");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045",\
|
|
"1.683071, 1.689290, 1.706606, 1.753114, 1.949045");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.015458, 0.019636, 0.032771, 0.086598, 0.350699",\
|
|
"0.015458, 0.019636, 0.032771, 0.086598, 0.350699",\
|
|
"0.015458, 0.019636, 0.032771, 0.086598, 0.350699",\
|
|
"0.015458, 0.019636, 0.032771, 0.086598, 0.350699",\
|
|
"0.015458, 0.019636, 0.032771, 0.086598, 0.350699");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003535 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.015710, 0.019856, 0.032889, 0.087938, 0.356420",\
|
|
"0.015710, 0.019856, 0.032889, 0.087938, 0.356420",\
|
|
"0.015710, 0.019856, 0.032889, 0.087938, 0.356420",\
|
|
"0.015710, 0.019856, 0.032889, 0.087938, 0.356420",\
|
|
"0.015710, 0.019856, 0.032889, 0.087938, 0.356420");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041",\
|
|
"1.601389, 1.609575, 1.635729, 1.730054, 2.187041");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725",\
|
|
"0.018354, 0.026302, 0.056231, 0.195042, 0.874725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565",\
|
|
"1.610781, 1.616891, 1.634188, 1.680706, 1.876565");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.015710, 0.019856, 0.032889, 0.086963, 0.351798",\
|
|
"0.015710, 0.019856, 0.032889, 0.086963, 0.351798",\
|
|
"0.015710, 0.019856, 0.032889, 0.086963, 0.351798",\
|
|
"0.015710, 0.019856, 0.032889, 0.086963, 0.351798",\
|
|
"0.015710, 0.019856, 0.032889, 0.086963, 0.351798");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003382 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.015667, 0.019790, 0.032859, 0.088253, 0.357709",\
|
|
"0.015667, 0.019790, 0.032859, 0.088253, 0.357709",\
|
|
"0.015667, 0.019790, 0.032859, 0.088253, 0.357709",\
|
|
"0.015667, 0.019790, 0.032859, 0.088253, 0.357709",\
|
|
"0.015667, 0.019790, 0.032859, 0.088253, 0.357709");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354",\
|
|
"1.678827, 1.687189, 1.713557, 1.807989, 2.266354");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881",\
|
|
"0.019356, 0.027153, 0.056562, 0.195286, 0.876881");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542",\
|
|
"1.675124, 1.681258, 1.698565, 1.745216, 1.941542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.015667, 0.019790, 0.032859, 0.087178, 0.352561",\
|
|
"0.015667, 0.019790, 0.032859, 0.087178, 0.352561",\
|
|
"0.015667, 0.019790, 0.032859, 0.087178, 0.352561",\
|
|
"0.015667, 0.019790, 0.032859, 0.087178, 0.352561",\
|
|
"0.015667, 0.019790, 0.032859, 0.087178, 0.352561");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001851 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.014995, 0.019301, 0.032533, 0.086268, 0.351826",\
|
|
"0.014995, 0.019301, 0.032533, 0.086268, 0.351826",\
|
|
"0.014995, 0.019301, 0.032533, 0.086268, 0.351826",\
|
|
"0.014995, 0.019301, 0.032533, 0.086268, 0.351826",\
|
|
"0.014995, 0.019301, 0.032533, 0.086268, 0.351826");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209",\
|
|
"1.685585, 1.694202, 1.720530, 1.814644, 2.271209");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719",\
|
|
"0.018094, 0.025968, 0.055444, 0.192385, 0.868719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462",\
|
|
"1.680359, 1.686779, 1.704175, 1.750447, 1.945462");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.014995, 0.019301, 0.032533, 0.085622, 0.348342",\
|
|
"0.014995, 0.019301, 0.032533, 0.085622, 0.348342",\
|
|
"0.014995, 0.019301, 0.032533, 0.085622, 0.348342",\
|
|
"0.014995, 0.019301, 0.032533, 0.085622, 0.348342",\
|
|
"0.014995, 0.019301, 0.032533, 0.085622, 0.348342");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002151 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.015101, 0.019403, 0.032558, 0.086652, 0.353190",\
|
|
"0.015101, 0.019403, 0.032558, 0.086652, 0.353190",\
|
|
"0.015101, 0.019403, 0.032558, 0.086652, 0.353190",\
|
|
"0.015101, 0.019403, 0.032558, 0.086652, 0.353190",\
|
|
"0.015101, 0.019403, 0.032558, 0.086652, 0.353190");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973",\
|
|
"1.635403, 1.643847, 1.670046, 1.764204, 2.220973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475",\
|
|
"0.017420, 0.025399, 0.055264, 0.192961, 0.870475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099",\
|
|
"1.642612, 1.648990, 1.666414, 1.712729, 1.908099");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.015101, 0.019403, 0.032558, 0.085919, 0.349245",\
|
|
"0.015101, 0.019403, 0.032558, 0.085919, 0.349245",\
|
|
"0.015101, 0.019403, 0.032558, 0.085919, 0.349245",\
|
|
"0.015101, 0.019403, 0.032558, 0.085919, 0.349245",\
|
|
"0.015101, 0.019403, 0.032558, 0.085919, 0.349245");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002609 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.015296, 0.019560, 0.032675, 0.086878, 0.353553",\
|
|
"0.015296, 0.019560, 0.032675, 0.086878, 0.353553",\
|
|
"0.015296, 0.019560, 0.032675, 0.086878, 0.353553",\
|
|
"0.015296, 0.019560, 0.032675, 0.086878, 0.353553",\
|
|
"0.015296, 0.019560, 0.032675, 0.086878, 0.353553");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358",\
|
|
"1.577157, 1.585475, 1.611599, 1.705762, 2.162358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944",\
|
|
"0.017462, 0.025470, 0.055488, 0.193433, 0.870944");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634",\
|
|
"1.585298, 1.591586, 1.608959, 1.655282, 1.850634");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.015296, 0.019560, 0.032675, 0.086121, 0.349485",\
|
|
"0.015296, 0.019560, 0.032675, 0.086121, 0.349485",\
|
|
"0.015296, 0.019560, 0.032675, 0.086121, 0.349485",\
|
|
"0.015296, 0.019560, 0.032675, 0.086121, 0.349485",\
|
|
"0.015296, 0.019560, 0.032675, 0.086121, 0.349485");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.005259 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.016471, 0.020427, 0.036497, 0.089225, 0.359453",\
|
|
"0.016471, 0.020427, 0.036497, 0.089225, 0.359453",\
|
|
"0.016471, 0.020427, 0.036497, 0.089225, 0.359453",\
|
|
"0.016471, 0.020427, 0.036497, 0.089225, 0.359453",\
|
|
"0.016471, 0.020427, 0.036497, 0.089225, 0.359453");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059",\
|
|
"1.595862, 1.603721, 1.630242, 1.724479, 2.182059");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078",\
|
|
"0.019487, 0.027410, 0.060791, 0.197402, 0.879078");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345",\
|
|
"1.606489, 1.612255, 1.629689, 1.676052, 1.872345");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.016471, 0.020427, 0.036497, 0.088151, 0.353586",\
|
|
"0.016471, 0.020427, 0.036497, 0.088151, 0.353586",\
|
|
"0.016471, 0.020427, 0.036497, 0.088151, 0.353586",\
|
|
"0.016471, 0.020427, 0.036497, 0.088151, 0.353586",\
|
|
"0.016471, 0.020427, 0.036497, 0.088151, 0.353586");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000724 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.014404, 0.018967, 0.032313, 0.086374, 0.345058",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.345058",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.345058",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.345058",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.345058");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988",\
|
|
"1.579223, 1.587953, 1.613973, 1.708824, 2.167988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463",\
|
|
"0.015796, 0.023948, 0.054127, 0.190375, 0.864463");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249",\
|
|
"1.592494, 1.599236, 1.616689, 1.663502, 1.855249");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.014404, 0.018967, 0.032313, 0.086374, 0.342532",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.342532",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.342532",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.342532",\
|
|
"0.014404, 0.018967, 0.032313, 0.086374, 0.342532");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000794 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.014439, 0.018991, 0.032326, 0.086474, 0.345264",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.345264",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.345264",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.345264",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.345264");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570",\
|
|
"1.574716, 1.583413, 1.609422, 1.704304, 2.163570");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825",\
|
|
"0.015779, 0.023935, 0.054146, 0.190506, 0.864825");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829",\
|
|
"1.589023, 1.595745, 1.613197, 1.660040, 1.851829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.014439, 0.018991, 0.032326, 0.086474, 0.343681",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.343681",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.343681",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.343681",\
|
|
"0.014439, 0.018991, 0.032326, 0.086474, 0.343681");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000763 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.014424, 0.018982, 0.032321, 0.086386, 0.345060",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.345060",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.345060",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.345060",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.345060");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714",\
|
|
"1.572028, 1.580729, 1.606730, 1.701578, 2.160714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471",\
|
|
"0.015726, 0.023888, 0.054115, 0.190403, 0.864471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633",\
|
|
"1.586906, 1.593638, 1.611089, 1.657899, 1.849633");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.014424, 0.018982, 0.032321, 0.086386, 0.342534",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.342534",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.342534",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.342534",\
|
|
"0.014424, 0.018982, 0.032321, 0.086386, 0.342534");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[16] */
|
|
|
|
pin("mgmt_gpio_out[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000895 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[15];
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.244525, 0.330171, 0.438650, 0.539962, 1.095808",\
|
|
"0.244525, 0.330171, 0.438650, 0.539962, 1.095808",\
|
|
"0.244525, 0.330171, 0.438650, 0.539962, 1.095808",\
|
|
"0.243252, 0.328859, 0.437320, 0.538614, 1.095808",\
|
|
"0.187158, 0.272814, 0.381211, 0.482449, 1.078933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016831, 0.123622, 0.283833, 0.431168, 1.306332",\
|
|
"0.016831, 0.123622, 0.283834, 0.431170, 1.306332",\
|
|
"0.016831, 0.123622, 0.283836, 0.431176, 1.306332",\
|
|
"0.016831, 0.123622, 0.283840, 0.431190, 1.306332",\
|
|
"0.017233, 0.123631, 0.283840, 0.431190, 1.306332");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.293840, 0.356377, 0.420359, 0.480039, 0.822289",\
|
|
"0.330570, 0.393107, 0.457089, 0.516769, 0.859021",\
|
|
"0.394092, 0.456629, 0.520612, 0.580292, 0.928709",\
|
|
"0.511898, 0.574428, 0.638413, 0.698096, 1.046469",\
|
|
"0.716428, 0.778916, 0.842903, 0.902587, 1.250795");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016630, 0.073685, 0.159890, 0.237839, 0.714608",\
|
|
"0.016630, 0.073685, 0.159893, 0.237846, 0.714642",\
|
|
"0.016630, 0.073685, 0.159912, 0.237891, 0.717794",\
|
|
"0.016639, 0.073685, 0.159982, 0.238046, 0.717794",\
|
|
"0.016689, 0.073685, 0.159982, 0.238046, 0.717794");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.203960, 0.289626, 0.398115, 0.499434, 1.095808",\
|
|
"0.203960, 0.289626, 0.398115, 0.499434, 1.095808",\
|
|
"0.203960, 0.289626, 0.398115, 0.499434, 1.095808",\
|
|
"0.203960, 0.289626, 0.398115, 0.499434, 1.095808",\
|
|
"0.187158, 0.272814, 0.381211, 0.482449, 1.078933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016831, 0.123612, 0.283815, 0.431127, 1.303804",\
|
|
"0.016831, 0.123612, 0.283815, 0.431127, 1.303804",\
|
|
"0.016831, 0.123612, 0.283815, 0.431127, 1.303804",\
|
|
"0.016831, 0.123612, 0.283815, 0.431127, 1.303804",\
|
|
"0.017233, 0.123631, 0.283815, 0.431127, 1.303804");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.293840, 0.356377, 0.420359, 0.480039, 0.822289",\
|
|
"0.330570, 0.393107, 0.457089, 0.516769, 0.859021",\
|
|
"0.394092, 0.456629, 0.520612, 0.580292, 0.928709",\
|
|
"0.511898, 0.574428, 0.638413, 0.698096, 1.046469",\
|
|
"0.716428, 0.778916, 0.842903, 0.902587, 1.250795");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016630, 0.073645, 0.159890, 0.237839, 0.714608",\
|
|
"0.016630, 0.073645, 0.159893, 0.237846, 0.714642",\
|
|
"0.016630, 0.073645, 0.159912, 0.237891, 0.717794",\
|
|
"0.016639, 0.073645, 0.159969, 0.237991, 0.717794",\
|
|
"0.016689, 0.073669, 0.159969, 0.237991, 0.717794");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "1.762312, 1.847970, 1.956455, 2.057771, 2.654149",\
|
|
"1.762312, 1.847970, 1.956455, 2.057771, 2.654149",\
|
|
"1.762312, 1.847970, 1.956455, 2.057771, 2.654149",\
|
|
"1.762312, 1.847970, 1.956455, 2.057771, 2.654149",\
|
|
"1.762312, 1.847970, 1.956455, 2.057771, 2.654149");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016828, 0.123621, 0.283834, 0.431171, 1.306113",\
|
|
"0.016828, 0.123621, 0.283834, 0.431171, 1.306113",\
|
|
"0.016828, 0.123621, 0.283834, 0.431171, 1.306113",\
|
|
"0.016828, 0.123621, 0.283834, 0.431171, 1.306113",\
|
|
"0.016828, 0.123621, 0.283834, 0.431171, 1.306113");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "1.824370, 1.886907, 1.950889, 2.010569, 2.352821",\
|
|
"1.824370, 1.886907, 1.950889, 2.010569, 2.352821",\
|
|
"1.824370, 1.886907, 1.950889, 2.010569, 2.352821",\
|
|
"1.824370, 1.886907, 1.950889, 2.010569, 2.352821",\
|
|
"1.824370, 1.886907, 1.950889, 2.010569, 2.352821");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016630, 0.073684, 0.159893, 0.237846, 0.714645",\
|
|
"0.016630, 0.073684, 0.159893, 0.237846, 0.714645",\
|
|
"0.016630, 0.073684, 0.159893, 0.237846, 0.714645",\
|
|
"0.016630, 0.073684, 0.159893, 0.237846, 0.714645",\
|
|
"0.016630, 0.073684, 0.159893, 0.237846, 0.714645");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "1.594168, 1.679836, 1.788326, 1.889646, 2.486019",\
|
|
"1.594168, 1.679836, 1.788326, 1.889646, 2.486019",\
|
|
"1.594168, 1.679836, 1.788326, 1.889646, 2.486019",\
|
|
"1.594168, 1.679836, 1.788326, 1.889646, 2.486019",\
|
|
"1.594168, 1.679836, 1.788326, 1.889646, 2.486019");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016831, 0.123623, 0.283833, 0.431167, 1.306396",\
|
|
"0.016831, 0.123623, 0.283833, 0.431167, 1.306396",\
|
|
"0.016831, 0.123623, 0.283833, 0.431167, 1.306396",\
|
|
"0.016831, 0.123623, 0.283833, 0.431167, 1.306396",\
|
|
"0.016831, 0.123623, 0.283833, 0.431167, 1.306396");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "1.690737, 1.753273, 1.817255, 1.876934, 2.219184",\
|
|
"1.690737, 1.753273, 1.817255, 1.876934, 2.219184",\
|
|
"1.690737, 1.753273, 1.817255, 1.876934, 2.219184",\
|
|
"1.690737, 1.753273, 1.817255, 1.876934, 2.219184",\
|
|
"1.690737, 1.753273, 1.817255, 1.876934, 2.219184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001395, 0.089622, 0.210895, 0.324734, 1.000000");
|
|
values ( "0.016630, 0.073687, 0.159887, 0.237831, 0.714568",\
|
|
"0.016630, 0.073687, 0.159887, 0.237831, 0.714568",\
|
|
"0.016630, 0.073687, 0.159887, 0.237831, 0.714568",\
|
|
"0.016630, 0.073687, 0.159887, 0.237831, 0.714568",\
|
|
"0.016630, 0.073687, 0.159887, 0.237831, 0.714568");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[15]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[15] */
|
|
|
|
pin("mgmt_gpio_out[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001268 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.719887, 0.805367, 0.914059, 1.015535, 1.612603",\
|
|
"0.752353, 0.837833, 0.946525, 1.048001, 1.645069",\
|
|
"0.775887, 0.861368, 0.970060, 1.071535, 1.660997",\
|
|
"0.790902, 0.876382, 0.985074, 1.086550, 1.660997",\
|
|
"0.790902, 0.876382, 0.985074, 1.086550, 1.660997");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.808950, 0.871251, 0.935454, 0.995311, 1.337573",\
|
|
"0.857770, 0.920071, 0.984274, 1.044131, 1.386394",\
|
|
"0.922202, 0.984503, 1.048706, 1.108563, 1.450825",\
|
|
"1.028891, 1.091192, 1.155395, 1.215253, 1.557515",\
|
|
"1.206739, 1.269040, 1.333243, 1.393100, 1.735363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.719887, 0.805367, 0.914059, 1.015535, 1.612603",\
|
|
"0.752353, 0.837833, 0.946525, 1.048001, 1.645069",\
|
|
"0.768280, 0.853761, 0.962453, 1.063928, 1.660997",\
|
|
"0.768280, 0.853761, 0.962453, 1.063928, 1.660997",\
|
|
"0.768280, 0.853761, 0.962453, 1.063928, 1.660997");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365",\
|
|
"0.017282, 0.124004, 0.284917, 0.432583, 1.308365");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.808950, 0.871251, 0.935454, 0.995311, 1.337573",\
|
|
"0.857770, 0.920071, 0.984274, 1.044131, 1.386394",\
|
|
"0.922202, 0.984503, 1.048706, 1.108563, 1.450825",\
|
|
"1.028891, 1.091192, 1.155395, 1.215253, 1.557515",\
|
|
"1.206739, 1.269040, 1.333243, 1.393100, 1.735363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357",\
|
|
"0.017010, 0.073835, 0.160783, 0.239126, 0.717357");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "1.766160, 1.851638, 1.960330, 2.061804, 2.658874",\
|
|
"1.766160, 1.851638, 1.960330, 2.061804, 2.658874",\
|
|
"1.766160, 1.851638, 1.960330, 2.061804, 2.658874",\
|
|
"1.766160, 1.851638, 1.960330, 2.061804, 2.658874",\
|
|
"1.766160, 1.851638, 1.960330, 2.061804, 2.658874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017281, 0.124003, 0.284917, 0.432584, 1.308303",\
|
|
"0.017281, 0.124003, 0.284917, 0.432584, 1.308303",\
|
|
"0.017281, 0.124003, 0.284917, 0.432584, 1.308303",\
|
|
"0.017281, 0.124003, 0.284917, 0.432584, 1.308303",\
|
|
"0.017281, 0.124003, 0.284917, 0.432584, 1.308303");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "1.827839, 1.890140, 1.954343, 2.014200, 2.356462",\
|
|
"1.827839, 1.890140, 1.954343, 2.014200, 2.356462",\
|
|
"1.827839, 1.890140, 1.954343, 2.014200, 2.356462",\
|
|
"1.827839, 1.890140, 1.954343, 2.014200, 2.356462",\
|
|
"1.827839, 1.890140, 1.954343, 2.014200, 2.356462");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017010, 0.073836, 0.160781, 0.239121, 0.717333",\
|
|
"0.017010, 0.073836, 0.160781, 0.239121, 0.717333",\
|
|
"0.017010, 0.073836, 0.160781, 0.239121, 0.717333",\
|
|
"0.017010, 0.073836, 0.160781, 0.239121, 0.717333",\
|
|
"0.017010, 0.073836, 0.160781, 0.239121, 0.717333");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "1.613203, 1.698690, 1.807386, 1.908864, 2.505930",\
|
|
"1.613203, 1.698690, 1.807386, 1.908864, 2.505930",\
|
|
"1.613203, 1.698690, 1.807386, 1.908864, 2.505930",\
|
|
"1.613203, 1.698690, 1.807386, 1.908864, 2.505930",\
|
|
"1.613203, 1.698690, 1.807386, 1.908864, 2.505930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017285, 0.124005, 0.284916, 0.432580, 1.308557",\
|
|
"0.017285, 0.124005, 0.284916, 0.432580, 1.308557",\
|
|
"0.017285, 0.124005, 0.284916, 0.432580, 1.308557",\
|
|
"0.017285, 0.124005, 0.284916, 0.432580, 1.308557",\
|
|
"0.017285, 0.124005, 0.284916, 0.432580, 1.308557");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "1.706527, 1.768827, 1.833030, 1.892887, 2.235148",\
|
|
"1.706527, 1.768827, 1.833030, 1.892887, 2.235148",\
|
|
"1.706527, 1.768827, 1.833030, 1.892887, 2.235148",\
|
|
"1.706527, 1.768827, 1.833030, 1.892887, 2.235148",\
|
|
"1.706527, 1.768827, 1.833030, 1.892887, 2.235148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001768, 0.089996, 0.211268, 0.325107, 1.000000");
|
|
values ( "0.017010, 0.073837, 0.160777, 0.239114, 0.717294",\
|
|
"0.017010, 0.073837, 0.160777, 0.239114, 0.717294",\
|
|
"0.017010, 0.073837, 0.160777, 0.239114, 0.717294",\
|
|
"0.017010, 0.073837, 0.160777, 0.239114, 0.717294",\
|
|
"0.017010, 0.073837, 0.160777, 0.239114, 0.717294");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[14]_redg_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.000870 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[13];
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.506264, 0.515265, 0.541569, 0.636532, 1.095831",\
|
|
"0.536499, 0.545500, 0.571805, 0.666767, 1.097654",\
|
|
"0.550077, 0.559078, 0.585382, 0.680345, 1.097654",\
|
|
"0.550077, 0.559078, 0.585382, 0.680345, 1.097654",\
|
|
"0.550077, 0.559078, 0.585382, 0.680345, 1.097654");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.017780, 0.025689, 0.055035, 0.190643, 0.864672",\
|
|
"0.017780, 0.025689, 0.055035, 0.190643, 0.864672",\
|
|
"0.017780, 0.025689, 0.055035, 0.190643, 0.864672",\
|
|
"0.017780, 0.025689, 0.055035, 0.190643, 0.864672",\
|
|
"0.017781, 0.025690, 0.055035, 0.190643, 0.864672");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.518142, 0.524926, 0.542528, 0.589621, 0.781480",\
|
|
"0.568705, 0.575488, 0.593091, 0.640184, 0.832043",\
|
|
"0.632912, 0.639695, 0.657298, 0.704391, 0.896250",\
|
|
"0.744203, 0.750987, 0.768590, 0.815683, 1.007542",\
|
|
"0.934726, 0.941510, 0.959114, 1.006208, 1.198067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.015245, 0.019799, 0.033095, 0.086837, 0.345379",\
|
|
"0.015245, 0.019799, 0.033095, 0.086837, 0.345379",\
|
|
"0.015245, 0.019799, 0.033095, 0.086837, 0.345379",\
|
|
"0.015246, 0.019800, 0.033096, 0.086837, 0.345379",\
|
|
"0.015249, 0.019804, 0.033099, 0.086839, 0.345379");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.505509, 0.514510, 0.540815, 0.635777, 1.095076",\
|
|
"0.507363, 0.516364, 0.542669, 0.637631, 1.096930",\
|
|
"0.507363, 0.516364, 0.542669, 0.637631, 1.096930",\
|
|
"0.507363, 0.516364, 0.542669, 0.637631, 1.096930",\
|
|
"0.507363, 0.516364, 0.542669, 0.637631, 1.096930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.017779, 0.025688, 0.055035, 0.190643, 0.864672",\
|
|
"0.017779, 0.025688, 0.055035, 0.190643, 0.864672",\
|
|
"0.017779, 0.025688, 0.055035, 0.190643, 0.864672",\
|
|
"0.017779, 0.025688, 0.055035, 0.190643, 0.864672",\
|
|
"0.017780, 0.025689, 0.055035, 0.190643, 0.864672");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.513502, 0.520286, 0.537888, 0.584982, 0.776841",\
|
|
"0.564065, 0.570849, 0.588451, 0.635545, 0.827404",\
|
|
"0.628471, 0.635255, 0.652858, 0.699951, 0.891810",\
|
|
"0.740133, 0.746917, 0.764519, 0.811612, 1.003471",\
|
|
"0.931264, 0.938048, 0.955652, 1.002745, 1.194604");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.015246, 0.019799, 0.033095, 0.086837, 0.343795",\
|
|
"0.015246, 0.019799, 0.033095, 0.086837, 0.343795",\
|
|
"0.015246, 0.019799, 0.033095, 0.086837, 0.343795",\
|
|
"0.015246, 0.019799, 0.033095, 0.086837, 0.343795",\
|
|
"0.015248, 0.019802, 0.033097, 0.086838, 0.343795");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "1.770734, 1.779733, 1.806036, 1.900999, 2.360297",\
|
|
"1.770734, 1.779733, 1.806036, 1.900999, 2.360297",\
|
|
"1.770734, 1.779733, 1.806036, 1.900999, 2.360297",\
|
|
"1.770734, 1.779733, 1.806036, 1.900999, 2.360297",\
|
|
"1.770734, 1.779733, 1.806036, 1.900999, 2.360297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.017771, 0.025681, 0.055031, 0.190643, 0.864673",\
|
|
"0.017771, 0.025681, 0.055031, 0.190643, 0.864673",\
|
|
"0.017771, 0.025681, 0.055031, 0.190643, 0.864673",\
|
|
"0.017771, 0.025681, 0.055031, 0.190643, 0.864673",\
|
|
"0.017771, 0.025681, 0.055031, 0.190643, 0.864673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "1.837796, 1.844577, 1.862175, 1.909266, 2.101124",\
|
|
"1.837796, 1.844577, 1.862175, 1.909266, 2.101124",\
|
|
"1.837796, 1.844577, 1.862175, 1.909266, 2.101124",\
|
|
"1.837796, 1.844577, 1.862175, 1.909266, 2.101124",\
|
|
"1.837796, 1.844577, 1.862175, 1.909266, 2.101124");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.015232, 0.019786, 0.033084, 0.086831, 0.345376",\
|
|
"0.015232, 0.019786, 0.033084, 0.086831, 0.345376",\
|
|
"0.015232, 0.019786, 0.033084, 0.086831, 0.345376",\
|
|
"0.015232, 0.019786, 0.033084, 0.086831, 0.345376",\
|
|
"0.015232, 0.019786, 0.033084, 0.086831, 0.345376");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "1.680612, 1.689611, 1.715914, 1.810876, 2.270175",\
|
|
"1.680612, 1.689611, 1.715914, 1.810876, 2.270175",\
|
|
"1.680612, 1.689611, 1.715914, 1.810876, 2.270175",\
|
|
"1.680612, 1.689611, 1.715914, 1.810876, 2.270175",\
|
|
"1.680612, 1.689611, 1.715914, 1.810876, 2.270175");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.017768, 0.025679, 0.055030, 0.190643, 0.864673",\
|
|
"0.017768, 0.025679, 0.055030, 0.190643, 0.864673",\
|
|
"0.017768, 0.025679, 0.055030, 0.190643, 0.864673",\
|
|
"0.017768, 0.025679, 0.055030, 0.190643, 0.864673",\
|
|
"0.017768, 0.025679, 0.055030, 0.190643, 0.864673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "1.743499, 1.750245, 1.767769, 1.814824, 2.006666",\
|
|
"1.743499, 1.750245, 1.767769, 1.814824, 2.006666",\
|
|
"1.743499, 1.750245, 1.767769, 1.814824, 2.006666",\
|
|
"1.743499, 1.750245, 1.767769, 1.814824, 2.006666",\
|
|
"1.743499, 1.750245, 1.767769, 1.814824, 2.006666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.015024, 0.019569, 0.032908, 0.086745, 0.343746",\
|
|
"0.015024, 0.019569, 0.032908, 0.086745, 0.343746",\
|
|
"0.015024, 0.019569, 0.032908, 0.086745, 0.343746",\
|
|
"0.015024, 0.019569, 0.032908, 0.086745, 0.343746",\
|
|
"0.015024, 0.019569, 0.032908, 0.086745, 0.343746");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[13]_redg_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.001055 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.014569, 0.019079, 0.032423, 0.086487, 0.345051",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.345051",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.345051",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.345051",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.345051");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710",\
|
|
"1.564582, 1.573116, 1.599034, 1.693864, 2.152710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322",\
|
|
"0.015487, 0.023695, 0.054145, 0.190596, 0.864322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222",\
|
|
"1.590718, 1.597351, 1.614738, 1.661567, 1.853222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.014569, 0.019079, 0.032423, 0.086487, 0.342527",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.342527",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.342527",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.342527",\
|
|
"0.014569, 0.019079, 0.032423, 0.086487, 0.342527");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001212 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.014646, 0.019130, 0.032449, 0.086764, 0.345669",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.345669",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.345669",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.345669",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.345669");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499",\
|
|
"1.600039, 1.608526, 1.634454, 1.729383, 2.188499");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236",\
|
|
"0.015572, 0.023775, 0.054234, 0.190919, 0.865236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935",\
|
|
"1.617239, 1.623829, 1.641214, 1.688141, 1.879935");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.014646, 0.019130, 0.032449, 0.086764, 0.343983",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.343983",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.343983",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.343983",\
|
|
"0.014646, 0.019130, 0.032449, 0.086764, 0.343983");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001013 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[10];
|
|
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.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.392544, 0.401092, 0.427012, 0.521842, 0.950594",\
|
|
"0.392544, 0.401092, 0.427012, 0.521842, 0.950594",\
|
|
"0.381587, 0.390135, 0.416055, 0.510886, 0.950594",\
|
|
"0.285882, 0.294430, 0.320350, 0.415180, 0.874077",\
|
|
"-0.092448, -0.083899, -0.057980, 0.036851, 0.495761");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015464, 0.023673, 0.054116, 0.190568, 0.864360",\
|
|
"0.015464, 0.023673, 0.054116, 0.190569, 0.864361",\
|
|
"0.015464, 0.023673, 0.054116, 0.190569, 0.864363",\
|
|
"0.015466, 0.023675, 0.054117, 0.190570, 0.864369",\
|
|
"0.015474, 0.023682, 0.054121, 0.190575, 0.864394");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.423676, 0.430302, 0.447644, 0.494526, 0.686208",\
|
|
"0.518424, 0.525050, 0.542393, 0.589275, 0.780957",\
|
|
"0.648883, 0.655509, 0.672851, 0.719733, 0.911415",\
|
|
"0.915057, 0.921682, 0.939024, 0.985907, 1.177589",\
|
|
"1.543314, 1.549939, 1.567279, 1.614164, 1.805847");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014551, 0.019055, 0.032453, 0.086480, 0.345026",\
|
|
"0.014551, 0.019055, 0.032453, 0.086480, 0.345026",\
|
|
"0.014551, 0.019055, 0.032453, 0.086480, 0.345026",\
|
|
"0.014551, 0.019055, 0.032454, 0.086480, 0.345026",\
|
|
"0.014551, 0.019055, 0.032455, 0.086480, 0.345025");
|
|
}
|
|
|
|
} /* 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.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.359910, 0.368457, 0.394378, 0.489208, 0.948092",\
|
|
"0.359910, 0.368457, 0.394378, 0.489208, 0.948092",\
|
|
"0.359910, 0.368457, 0.394378, 0.489208, 0.948092",\
|
|
"0.283611, 0.292158, 0.318078, 0.412909, 0.871798",\
|
|
"-0.092581, -0.084032, -0.058113, 0.036718, 0.495622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015459, 0.023669, 0.054114, 0.190565, 0.864345",\
|
|
"0.015459, 0.023669, 0.054114, 0.190566, 0.864346",\
|
|
"0.015460, 0.023669, 0.054114, 0.190566, 0.864348",\
|
|
"0.015462, 0.023671, 0.054115, 0.190567, 0.864355",\
|
|
"0.015470, 0.023678, 0.054119, 0.190573, 0.864381");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.402523, 0.409149, 0.426492, 0.473374, 0.665055",\
|
|
"0.497779, 0.504404, 0.521748, 0.568629, 0.760311",\
|
|
"0.630094, 0.636719, 0.654063, 0.700944, 0.892626",\
|
|
"0.899226, 0.905852, 0.923194, 0.970076, 1.161758",\
|
|
"1.531424, 1.538048, 1.555390, 1.602273, 1.793956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014551, 0.019055, 0.032453, 0.086480, 0.342501",\
|
|
"0.014551, 0.019055, 0.032453, 0.086480, 0.342501",\
|
|
"0.014551, 0.019055, 0.032453, 0.086480, 0.342501",\
|
|
"0.014551, 0.019055, 0.032453, 0.086480, 0.342501",\
|
|
"0.014551, 0.019055, 0.032454, 0.086480, 0.342500");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014551, 0.019056, 0.032451, 0.086480, 0.345028",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.345028",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.345028",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.345028",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.345028");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396",\
|
|
"1.591257, 1.599802, 1.625725, 1.720554, 2.179396");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268",\
|
|
"0.015436, 0.023649, 0.054103, 0.190550, 0.864268");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035",\
|
|
"1.690503, 1.697130, 1.714475, 1.761354, 1.953035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014551, 0.019056, 0.032451, 0.086480, 0.342502",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.342502",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.342502",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.342502",\
|
|
"0.014551, 0.019056, 0.032451, 0.086480, 0.342502");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[10] */
|
|
|
|
pin("mgmt_gpio_out[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001051 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321",\
|
|
"1.665607, 1.751125, 1.859618, 1.960935, 2.557321");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231",\
|
|
"0.017006, 0.123799, 0.284115, 0.431504, 1.305231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079",\
|
|
"1.732742, 1.795152, 1.859164, 1.918867, 2.261079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001551, 0.089778, 0.211051, 0.324890, 1.000000");
|
|
values ( "0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554",\
|
|
"0.016787, 0.073750, 0.160128, 0.238196, 0.715554");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[9]_redg_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.001087 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[8];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.415864, 0.424391, 0.450304, 0.545136, 0.972822",\
|
|
"0.415864, 0.424391, 0.450304, 0.545136, 0.972822",\
|
|
"0.415864, 0.424391, 0.450304, 0.545136, 0.972822",\
|
|
"0.403983, 0.412510, 0.438423, 0.533255, 0.972822",\
|
|
"0.341286, 0.349813, 0.375726, 0.470558, 0.929433");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.015537, 0.023741, 0.054182, 0.190638, 0.864402",\
|
|
"0.015537, 0.023741, 0.054182, 0.190638, 0.864402",\
|
|
"0.015538, 0.023741, 0.054182, 0.190638, 0.864403",\
|
|
"0.015538, 0.023741, 0.054182, 0.190638, 0.864403",\
|
|
"0.015539, 0.023742, 0.054182, 0.190639, 0.864406");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.414470, 0.421072, 0.438403, 0.485286, 0.676947",\
|
|
"0.465958, 0.472560, 0.489891, 0.536774, 0.728435",\
|
|
"0.527063, 0.533666, 0.550996, 0.597880, 0.789541",\
|
|
"0.632386, 0.638988, 0.656318, 0.703202, 0.894863",\
|
|
"0.821165, 0.827768, 0.845098, 0.891982, 1.083643");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.014591, 0.019080, 0.032476, 0.086504, 0.345025",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.345025",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.345025",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.345025",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.345025");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.384677, 0.393204, 0.419118, 0.513950, 0.972822",\
|
|
"0.384677, 0.393204, 0.419118, 0.513950, 0.972822",\
|
|
"0.384677, 0.393204, 0.419118, 0.513950, 0.972822",\
|
|
"0.384677, 0.393204, 0.419118, 0.513950, 0.972822",\
|
|
"0.341286, 0.349813, 0.375726, 0.470558, 0.929433");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.015537, 0.023741, 0.054182, 0.190638, 0.864402",\
|
|
"0.015537, 0.023741, 0.054182, 0.190638, 0.864402",\
|
|
"0.015538, 0.023741, 0.054182, 0.190638, 0.864403",\
|
|
"0.015538, 0.023741, 0.054182, 0.190638, 0.864403",\
|
|
"0.015539, 0.023742, 0.054182, 0.190639, 0.864406");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.414079, 0.420682, 0.438012, 0.484896, 0.676556",\
|
|
"0.465567, 0.472170, 0.489500, 0.536384, 0.728044",\
|
|
"0.526688, 0.533291, 0.550621, 0.597505, 0.789166",\
|
|
"0.632045, 0.638648, 0.655978, 0.702862, 0.894522",\
|
|
"0.820850, 0.827452, 0.844782, 0.891666, 1.083327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.014591, 0.019080, 0.032476, 0.086504, 0.342500",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.342500",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.342500",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.342500",\
|
|
"0.014591, 0.019080, 0.032476, 0.086504, 0.342500");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.014591, 0.019081, 0.032474, 0.086503, 0.345026",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.345026",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.345026",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.345026",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.345026");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800",\
|
|
"1.641693, 1.650218, 1.676134, 1.770965, 2.229800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335",\
|
|
"0.015518, 0.023724, 0.054173, 0.190625, 0.864335");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142",\
|
|
"1.722664, 1.729268, 1.746600, 1.793482, 1.985142");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.014591, 0.019081, 0.032474, 0.086503, 0.342501",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.342501",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.342501",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.342501",\
|
|
"0.014591, 0.019081, 0.032474, 0.086503, 0.342501");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001058 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.014579, 0.019059, 0.032484, 0.086729, 0.345621",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.345621",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.345621",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.345621",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.345621");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091",\
|
|
"1.595775, 1.604532, 1.630665, 1.725650, 2.185091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468",\
|
|
"0.016854, 0.024885, 0.054714, 0.190908, 0.865468");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139",\
|
|
"1.620334, 1.626934, 1.644247, 1.691272, 1.883139");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.014579, 0.019059, 0.032484, 0.086729, 0.343936",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.343936",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.343936",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.343936",\
|
|
"0.014579, 0.019059, 0.032484, 0.086729, 0.343936");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000901 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[6];
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.374516, 0.383745, 0.410265, 0.505256, 0.947349",\
|
|
"0.374516, 0.383745, 0.410265, 0.505256, 0.947349",\
|
|
"0.373534, 0.382763, 0.409283, 0.504273, 0.947349",\
|
|
"0.355170, 0.364399, 0.390919, 0.485910, 0.945100",\
|
|
"0.286548, 0.295778, 0.322298, 0.417289, 0.876478");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019240, 0.026968, 0.055678, 0.190648, 0.864203",\
|
|
"0.019241, 0.026968, 0.055678, 0.190649, 0.864203",\
|
|
"0.019241, 0.026969, 0.055678, 0.190649, 0.864203",\
|
|
"0.019242, 0.026969, 0.055679, 0.190649, 0.864203",\
|
|
"0.019242, 0.026970, 0.055679, 0.190649, 0.864203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.417662, 0.424590, 0.442509, 0.489728, 0.681587",\
|
|
"0.463240, 0.470168, 0.488087, 0.535306, 0.727164",\
|
|
"0.503815, 0.510742, 0.528662, 0.575881, 0.767740",\
|
|
"0.574923, 0.581851, 0.599771, 0.646990, 0.838849",\
|
|
"0.713250, 0.720178, 0.738099, 0.785318, 0.977177");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.016183, 0.020766, 0.033887, 0.087152, 0.345375",\
|
|
"0.016183, 0.020766, 0.033888, 0.087153, 0.345375",\
|
|
"0.016183, 0.020767, 0.033888, 0.087153, 0.345375",\
|
|
"0.016184, 0.020768, 0.033889, 0.087153, 0.345376",\
|
|
"0.016185, 0.020769, 0.033890, 0.087154, 0.345376");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.357419, 0.366648, 0.393168, 0.488159, 0.947349",\
|
|
"0.357419, 0.366648, 0.393168, 0.488159, 0.947349",\
|
|
"0.357419, 0.366648, 0.393168, 0.488159, 0.947349",\
|
|
"0.355170, 0.364399, 0.390919, 0.485910, 0.945100",\
|
|
"0.286548, 0.295778, 0.322298, 0.417289, 0.876478");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019240, 0.026968, 0.055678, 0.190648, 0.864202",\
|
|
"0.019241, 0.026968, 0.055678, 0.190649, 0.864202",\
|
|
"0.019241, 0.026969, 0.055678, 0.190649, 0.864202",\
|
|
"0.019242, 0.026969, 0.055679, 0.190649, 0.864202",\
|
|
"0.019242, 0.026970, 0.055679, 0.190649, 0.864202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.416040, 0.422946, 0.440819, 0.488015, 0.679864",\
|
|
"0.461617, 0.468523, 0.486396, 0.533593, 0.725441",\
|
|
"0.502192, 0.509098, 0.526972, 0.574168, 0.766017",\
|
|
"0.573301, 0.580208, 0.598081, 0.645278, 0.837126",\
|
|
"0.711629, 0.718535, 0.736409, 0.783606, 0.975455");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.016053, 0.020631, 0.033778, 0.087098, 0.342823",\
|
|
"0.016053, 0.020632, 0.033778, 0.087098, 0.342823",\
|
|
"0.016054, 0.020632, 0.033778, 0.087099, 0.342823",\
|
|
"0.016054, 0.020633, 0.033779, 0.087099, 0.342823",\
|
|
"0.016056, 0.020634, 0.033780, 0.087100, 0.342823");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.404441, 0.413669, 0.440188, 0.535179, 0.977053",\
|
|
"0.404441, 0.413669, 0.440188, 0.535179, 0.977053",\
|
|
"0.403064, 0.412292, 0.438811, 0.533801, 0.977053",\
|
|
"0.383923, 0.393151, 0.419670, 0.514661, 0.973850",\
|
|
"0.316888, 0.326116, 0.352634, 0.447625, 0.906814");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019237, 0.026965, 0.055677, 0.190648, 0.864203",\
|
|
"0.019237, 0.026965, 0.055676, 0.190648, 0.864203",\
|
|
"0.019236, 0.026964, 0.055676, 0.190648, 0.864203",\
|
|
"0.019234, 0.026963, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.469036, 0.475949, 0.493836, 0.541040, 0.732892",\
|
|
"0.514885, 0.521797, 0.539684, 0.586887, 0.778739",\
|
|
"0.555987, 0.562899, 0.580785, 0.627987, 0.819839",\
|
|
"0.628762, 0.635673, 0.653556, 0.700758, 0.892608",\
|
|
"0.770068, 0.776979, 0.794863, 0.842064, 1.033915");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.016094, 0.020674, 0.033813, 0.087116, 0.345356",\
|
|
"0.016092, 0.020672, 0.033811, 0.087115, 0.345355",\
|
|
"0.016088, 0.020668, 0.033808, 0.087113, 0.345355",\
|
|
"0.016082, 0.020662, 0.033803, 0.087111, 0.345353",\
|
|
"0.016082, 0.020662, 0.033802, 0.087111, 0.345353");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.387119, 0.396346, 0.422865, 0.517855, 0.977045",\
|
|
"0.387119, 0.396346, 0.422865, 0.517855, 0.977045",\
|
|
"0.387119, 0.396346, 0.422865, 0.517855, 0.977045",\
|
|
"0.383921, 0.393149, 0.419668, 0.514658, 0.973848",\
|
|
"0.316888, 0.326116, 0.352634, 0.447625, 0.906814");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.465897, 0.472768, 0.490567, 0.537727, 0.729560",\
|
|
"0.511769, 0.518640, 0.536439, 0.583599, 0.775432",\
|
|
"0.552917, 0.559788, 0.577587, 0.624747, 0.816580",\
|
|
"0.625760, 0.632631, 0.650429, 0.697590, 0.889422",\
|
|
"0.767022, 0.773893, 0.791690, 0.838850, 1.030682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.015845, 0.020416, 0.033602, 0.087012, 0.342777",\
|
|
"0.015845, 0.020416, 0.033602, 0.087012, 0.342777",\
|
|
"0.015845, 0.020415, 0.033602, 0.087012, 0.342777",\
|
|
"0.015844, 0.020414, 0.033601, 0.087011, 0.342777",\
|
|
"0.015840, 0.020411, 0.033598, 0.087010, 0.342776");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.496806, 0.503719, 0.521606, 0.568809, 0.743410",\
|
|
"0.496806, 0.503719, 0.521606, 0.568809, 0.743410",\
|
|
"0.495266, 0.502178, 0.520064, 0.567267, 0.743410",\
|
|
"0.475614, 0.482525, 0.500408, 0.547610, 0.739461",\
|
|
"0.406897, 0.413808, 0.431691, 0.478892, 0.670743");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.016094, 0.020674, 0.033813, 0.087116, 0.345356",\
|
|
"0.016092, 0.020672, 0.033811, 0.087115, 0.345355",\
|
|
"0.016088, 0.020668, 0.033808, 0.087113, 0.345355",\
|
|
"0.016082, 0.020662, 0.033803, 0.087111, 0.345353",\
|
|
"0.016082, 0.020662, 0.033802, 0.087111, 0.345353");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.398855, 0.408084, 0.434603, 0.529594, 0.988783",\
|
|
"0.444924, 0.454152, 0.480671, 0.575662, 1.034851",\
|
|
"0.486465, 0.495693, 0.522213, 0.617203, 1.076392",\
|
|
"0.559965, 0.569193, 0.595712, 0.690702, 1.149891",\
|
|
"0.702020, 0.711248, 0.737767, 0.832757, 1.291946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019237, 0.026965, 0.055677, 0.190648, 0.864203",\
|
|
"0.019237, 0.026965, 0.055676, 0.190648, 0.864203",\
|
|
"0.019236, 0.026964, 0.055676, 0.190648, 0.864203",\
|
|
"0.019234, 0.026963, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.476415, 0.483286, 0.501085, 0.548245, 0.740078",\
|
|
"0.476415, 0.483286, 0.501085, 0.548245, 0.740078",\
|
|
"0.476415, 0.483286, 0.501085, 0.548245, 0.740078",\
|
|
"0.472612, 0.479483, 0.497281, 0.544442, 0.736274",\
|
|
"0.403851, 0.410721, 0.428518, 0.475678, 0.667510");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.015845, 0.020416, 0.033602, 0.087012, 0.342777",\
|
|
"0.015845, 0.020416, 0.033602, 0.087012, 0.342777",\
|
|
"0.015845, 0.020415, 0.033602, 0.087012, 0.342777",\
|
|
"0.015844, 0.020414, 0.033601, 0.087011, 0.342777",\
|
|
"0.015840, 0.020411, 0.033598, 0.087010, 0.342776");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.398848, 0.408076, 0.434595, 0.529585, 0.988775",\
|
|
"0.444917, 0.454145, 0.480664, 0.575654, 1.034844",\
|
|
"0.486461, 0.495688, 0.522207, 0.617198, 1.076387",\
|
|
"0.559963, 0.569191, 0.595710, 0.690700, 1.149889",\
|
|
"0.702020, 0.711248, 0.737767, 0.832757, 1.291946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203",\
|
|
"0.019233, 0.026962, 0.055675, 0.190648, 0.864203");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.868794, 1.875749, 1.893726, 1.940972, 2.132843",\
|
|
"1.868794, 1.875749, 1.893726, 1.940972, 2.132843",\
|
|
"1.868794, 1.875749, 1.893726, 1.940972, 2.132843",\
|
|
"1.868794, 1.875749, 1.893726, 1.940972, 2.132843",\
|
|
"1.868794, 1.875749, 1.893726, 1.940972, 2.132843");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.016344, 0.020934, 0.034024, 0.087220, 0.345411",\
|
|
"0.016344, 0.020934, 0.034024, 0.087220, 0.345411",\
|
|
"0.016344, 0.020934, 0.034024, 0.087220, 0.345411",\
|
|
"0.016344, 0.020934, 0.034024, 0.087220, 0.345411",\
|
|
"0.016344, 0.020934, 0.034024, 0.087220, 0.345411");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922",\
|
|
"1.792992, 1.802221, 1.828742, 1.923732, 2.382922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202",\
|
|
"0.019243, 0.026971, 0.055679, 0.190649, 0.864202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.867247, 1.874181, 1.892113, 1.939339, 2.131200",\
|
|
"1.867247, 1.874181, 1.892113, 1.939339, 2.131200",\
|
|
"1.867247, 1.874181, 1.892113, 1.939339, 2.131200",\
|
|
"1.867247, 1.874181, 1.892113, 1.939339, 2.131200",\
|
|
"1.867247, 1.874181, 1.892113, 1.939339, 2.131200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.016220, 0.020805, 0.033919, 0.087168, 0.342860",\
|
|
"0.016220, 0.020805, 0.033919, 0.087168, 0.342860",\
|
|
"0.016220, 0.020805, 0.033919, 0.087168, 0.342860",\
|
|
"0.016220, 0.020805, 0.033919, 0.087168, 0.342860",\
|
|
"0.016220, 0.020805, 0.033919, 0.087168, 0.342860");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[6]_redg_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.000974 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.014528, 0.019052, 0.032382, 0.086532, 0.345262",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.345262",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.345262",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.345262",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.345262");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265",\
|
|
"1.541560, 1.550211, 1.576216, 1.671103, 2.130265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819",\
|
|
"0.015993, 0.024131, 0.054320, 0.190658, 0.864819");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890",\
|
|
"1.554221, 1.560885, 1.578305, 1.625154, 1.816890");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.014528, 0.019052, 0.032382, 0.086532, 0.343678",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.343678",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.343678",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.343678",\
|
|
"0.014528, 0.019052, 0.032382, 0.086532, 0.343678");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000877 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.014477, 0.019005, 0.032428, 0.086436, 0.345016",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.345016",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.345016",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.345016",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.345016");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614",\
|
|
"1.604812, 1.613571, 1.639651, 1.734523, 2.193614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426",\
|
|
"0.016380, 0.024467, 0.054447, 0.190520, 0.864426");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680",\
|
|
"1.627047, 1.633707, 1.651052, 1.697953, 1.889680");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.014477, 0.019005, 0.032428, 0.086436, 0.342490",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.342490",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.342490",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.342490",\
|
|
"0.014477, 0.019005, 0.032428, 0.086436, 0.342490");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001113 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.014601, 0.019090, 0.032447, 0.086738, 0.345653",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.345653",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.345653",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.345653",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.345653");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995",\
|
|
"1.567115, 1.575698, 1.601678, 1.696624, 2.155995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543",\
|
|
"0.015938, 0.024088, 0.054349, 0.190918, 0.865543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515",\
|
|
"1.592747, 1.599356, 1.616724, 1.663683, 1.855515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.014601, 0.019090, 0.032447, 0.086738, 0.343968",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.343968",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.343968",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.343968",\
|
|
"0.014601, 0.019090, 0.032447, 0.086738, 0.343968");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000894 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.014488, 0.019025, 0.032370, 0.086430, 0.345054",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.345054",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.345054",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.345054",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.345054");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399",\
|
|
"1.554739, 1.563440, 1.589471, 1.684331, 2.143399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450",\
|
|
"0.016086, 0.024210, 0.054329, 0.190522, 0.864450");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577",\
|
|
"1.565951, 1.572636, 1.590056, 1.636878, 1.828577");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.014488, 0.019025, 0.032370, 0.086430, 0.342528",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.342528",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.342528",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.342528",\
|
|
"0.014488, 0.019025, 0.032370, 0.086430, 0.342528");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000999 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.668258, 0.677215, 0.703522, 0.798550, 1.258070",\
|
|
"0.703500, 0.712457, 0.738764, 0.833793, 1.293312",\
|
|
"0.730448, 0.739405, 0.765712, 0.860741, 1.320260",\
|
|
"0.753503, 0.762460, 0.788767, 0.883796, 1.343315",\
|
|
"0.754829, 0.763786, 0.790093, 0.885121, 1.344641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.800148, 0.806955, 0.824672, 0.871893, 1.063867",\
|
|
"0.850764, 0.857571, 0.875288, 0.922509, 1.114483",\
|
|
"0.912345, 0.919152, 0.936870, 0.984090, 1.176064",\
|
|
"1.014233, 1.021039, 1.038757, 1.085977, 1.277951",\
|
|
"1.185082, 1.191888, 1.209606, 1.256827, 1.448800");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.668258, 0.677215, 0.703522, 0.798550, 1.258070",\
|
|
"0.703500, 0.712457, 0.738764, 0.833793, 1.293312",\
|
|
"0.730448, 0.739405, 0.765712, 0.860741, 1.320260",\
|
|
"0.753503, 0.762460, 0.788767, 0.883796, 1.343315",\
|
|
"0.754829, 0.763786, 0.790093, 0.885121, 1.344641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.796762, 0.803561, 0.821263, 0.868475, 1.060446",\
|
|
"0.847378, 0.854177, 0.871879, 0.919092, 1.111062",\
|
|
"0.909002, 0.915801, 0.933502, 0.980715, 1.172686",\
|
|
"1.011018, 1.017817, 1.035518, 1.082731, 1.274701",\
|
|
"1.182142, 1.188941, 1.206643, 1.253856, 1.445826");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.191552, 1.200509, 1.226816, 1.321845, 1.750181",\
|
|
"1.191552, 1.200509, 1.226816, 1.321845, 1.750181",\
|
|
"1.191552, 1.200509, 1.226816, 1.321845, 1.750181",\
|
|
"1.179666, 1.188623, 1.214931, 1.309959, 1.750181",\
|
|
"1.116945, 1.125902, 1.152209, 1.247238, 1.706757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.629410, 1.636216, 1.653934, 1.701154, 1.893128",\
|
|
"1.680911, 1.687717, 1.705435, 1.752655, 1.944629",\
|
|
"1.741829, 1.748636, 1.766353, 1.813573, 2.005547",\
|
|
"1.846882, 1.853688, 1.871406, 1.918626, 2.110600",\
|
|
"2.035360, 2.042166, 2.059884, 2.107105, 2.299078");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.155204, 1.164160, 1.190468, 1.285496, 1.745016",\
|
|
"1.155204, 1.164160, 1.190468, 1.285496, 1.745016",\
|
|
"1.155204, 1.164160, 1.190468, 1.285496, 1.745016",\
|
|
"1.155204, 1.164160, 1.190468, 1.285496, 1.745016",\
|
|
"1.111779, 1.120736, 1.147044, 1.242072, 1.701592");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.625319, 1.632118, 1.649819, 1.697032, 1.889002",\
|
|
"1.676819, 1.683618, 1.701320, 1.748533, 1.940503",\
|
|
"1.737886, 1.744685, 1.762387, 1.809599, 2.001570",\
|
|
"1.843101, 1.849900, 1.867602, 1.914814, 2.106785",\
|
|
"2.031840, 2.038639, 2.056340, 2.103553, 2.295524");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.399549, 1.406355, 1.424073, 1.471293, 1.632084",\
|
|
"1.399549, 1.406355, 1.424073, 1.471293, 1.632084",\
|
|
"1.399549, 1.406355, 1.424073, 1.471293, 1.632084",\
|
|
"1.387663, 1.394470, 1.412187, 1.459408, 1.632084",\
|
|
"1.324942, 1.331748, 1.349466, 1.396686, 1.588660");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.382016, 1.390973, 1.417280, 1.512308, 1.971828",\
|
|
"1.433517, 1.442473, 1.468781, 1.563809, 2.023329",\
|
|
"1.494435, 1.503392, 1.529699, 1.624727, 2.084247",\
|
|
"1.599488, 1.608445, 1.634752, 1.729780, 2.189300",\
|
|
"1.787966, 1.796923, 1.823230, 1.918258, 2.377778");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.363947, 1.370746, 1.388448, 1.435660, 1.627631",\
|
|
"1.363947, 1.370746, 1.388448, 1.435660, 1.627631",\
|
|
"1.363947, 1.370746, 1.388448, 1.435660, 1.627631",\
|
|
"1.363947, 1.370746, 1.388448, 1.435660, 1.627631",\
|
|
"1.320523, 1.327322, 1.345024, 1.392236, 1.584206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.377567, 1.386524, 1.412831, 1.507859, 1.967379",\
|
|
"1.429067, 1.438024, 1.464332, 1.559360, 2.018879",\
|
|
"1.490134, 1.499091, 1.525398, 1.620427, 2.079946",\
|
|
"1.595349, 1.604306, 1.630613, 1.725641, 2.185161",\
|
|
"1.784088, 1.793045, 1.819352, 1.914380, 2.373900");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv_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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.438355, 0.447313, 0.473620, 0.568649, 0.994232",\
|
|
"0.438355, 0.447313, 0.473620, 0.568649, 0.994232",\
|
|
"0.438355, 0.447313, 0.473620, 0.568649, 0.994232",\
|
|
"0.432679, 0.441636, 0.467944, 0.562973, 0.994232",\
|
|
"0.385055, 0.394012, 0.420320, 0.515349, 0.974868");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017899, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017899, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017899, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017900, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017900, 0.025797, 0.055134, 0.190903, 0.865384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.458509, 0.465289, 0.482952, 0.530146, 0.722108",\
|
|
"0.505164, 0.511945, 0.529608, 0.576802, 0.768764",\
|
|
"0.558611, 0.565392, 0.583055, 0.630248, 0.822210",\
|
|
"0.645695, 0.652476, 0.670138, 0.717332, 0.909294",\
|
|
"0.799423, 0.806203, 0.823866, 0.871060, 1.063021");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015515, 0.020045, 0.033289, 0.087117, 0.345834",\
|
|
"0.015515, 0.020045, 0.033289, 0.087117, 0.345834",\
|
|
"0.015515, 0.020045, 0.033289, 0.087117, 0.345834",\
|
|
"0.015515, 0.020045, 0.033289, 0.087117, 0.345833",\
|
|
"0.015515, 0.020045, 0.033289, 0.087117, 0.345833");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.404418, 0.413376, 0.439684, 0.534712, 0.994232",\
|
|
"0.404418, 0.413376, 0.439684, 0.534712, 0.994232",\
|
|
"0.404418, 0.413376, 0.439684, 0.534712, 0.994232",\
|
|
"0.404418, 0.413376, 0.439684, 0.534712, 0.994232",\
|
|
"0.385055, 0.394012, 0.420320, 0.515349, 0.974868");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017899, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017899, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017899, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017900, 0.025796, 0.055134, 0.190903, 0.865384",\
|
|
"0.017900, 0.025797, 0.055134, 0.190903, 0.865384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.457919, 0.464691, 0.482337, 0.529523, 0.721481",\
|
|
"0.504574, 0.511347, 0.528993, 0.576179, 0.768137",\
|
|
"0.558021, 0.564794, 0.582440, 0.629625, 0.821584",\
|
|
"0.645105, 0.651877, 0.669523, 0.716709, 0.908667",\
|
|
"0.798832, 0.805605, 0.823251, 0.870436, 1.062394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015468, 0.019996, 0.033249, 0.087097, 0.344140",\
|
|
"0.015468, 0.019996, 0.033249, 0.087097, 0.344140",\
|
|
"0.015468, 0.019996, 0.033249, 0.087097, 0.344140",\
|
|
"0.015468, 0.019996, 0.033249, 0.087097, 0.344140",\
|
|
"0.015468, 0.019996, 0.033249, 0.087097, 0.344140");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.989795, 2.998752, 3.025059, 3.120087, 3.579607",\
|
|
"2.989795, 2.998752, 3.025059, 3.120087, 3.579607",\
|
|
"2.989795, 2.998752, 3.025059, 3.120087, 3.579607",\
|
|
"2.989795, 2.998752, 3.025059, 3.120087, 3.579607",\
|
|
"2.989795, 2.998752, 3.025059, 3.120087, 3.579607");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "3.237189, 3.243995, 3.261713, 3.308933, 3.500907",\
|
|
"3.237189, 3.243995, 3.261713, 3.308933, 3.500907",\
|
|
"3.237189, 3.243995, 3.261713, 3.308933, 3.500907",\
|
|
"3.237189, 3.243995, 3.261713, 3.308933, 3.500907",\
|
|
"3.237189, 3.243995, 3.261713, 3.308933, 3.500907");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867",\
|
|
"0.015669, 0.020205, 0.033419, 0.087181, 0.345867");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.920123, 1.929079, 1.955387, 2.050415, 2.509934",\
|
|
"1.920123, 1.929079, 1.955387, 2.050415, 2.509934",\
|
|
"1.920123, 1.929079, 1.955387, 2.050415, 2.509934",\
|
|
"1.920123, 1.929079, 1.955387, 2.050415, 2.509934",\
|
|
"1.920123, 1.929079, 1.955387, 2.050415, 2.509934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385",\
|
|
"0.017896, 0.025793, 0.055132, 0.190903, 0.865385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.150405, 2.157204, 2.174906, 2.222119, 2.414089",\
|
|
"2.150405, 2.157204, 2.174906, 2.222119, 2.414089",\
|
|
"2.150405, 2.157204, 2.174906, 2.222119, 2.414089",\
|
|
"2.150405, 2.157204, 2.174906, 2.222119, 2.414089",\
|
|
"2.150405, 2.157204, 2.174906, 2.222119, 2.414089");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175",\
|
|
"0.015624, 0.020158, 0.033381, 0.087162, 0.344175");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[1]_redg_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.000856 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.392254, 0.401239, 0.427521, 0.522447, 0.981602",\
|
|
"0.422684, 0.431669, 0.457952, 0.552877, 1.012032",\
|
|
"0.438513, 0.447498, 0.473780, 0.568706, 1.017699",\
|
|
"0.446811, 0.455796, 0.482079, 0.577004, 1.017699",\
|
|
"0.446811, 0.455796, 0.482079, 0.577004, 1.017699");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017652, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017652, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017653, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017653, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017654, 0.025579, 0.054980, 0.190552, 0.864325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.485038, 0.491829, 0.509438, 0.556502, 0.748305",\
|
|
"0.533958, 0.540749, 0.558358, 0.605422, 0.797225",\
|
|
"0.582346, 0.589138, 0.606747, 0.653812, 0.845615",\
|
|
"0.660156, 0.666948, 0.684559, 0.731625, 0.923428",\
|
|
"0.795156, 0.801950, 0.819563, 0.866630, 1.058434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015264, 0.019823, 0.033119, 0.086766, 0.345179",\
|
|
"0.015264, 0.019823, 0.033119, 0.086766, 0.345179",\
|
|
"0.015266, 0.019826, 0.033121, 0.086767, 0.345180",\
|
|
"0.015270, 0.019830, 0.033124, 0.086769, 0.345181",\
|
|
"0.015278, 0.019838, 0.033131, 0.086772, 0.345183");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.392248, 0.401232, 0.427514, 0.522439, 0.981594",\
|
|
"0.422678, 0.431662, 0.457944, 0.552870, 1.012024",\
|
|
"0.428341, 0.437326, 0.463607, 0.558533, 1.017687",\
|
|
"0.428341, 0.437326, 0.463607, 0.558533, 1.017687",\
|
|
"0.428341, 0.437326, 0.463607, 0.558533, 1.017687");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.483218, 0.489984, 0.507542, 0.554581, 0.746372",\
|
|
"0.532138, 0.538905, 0.556462, 0.603501, 0.795293",\
|
|
"0.580489, 0.587255, 0.604812, 0.651852, 0.843643",\
|
|
"0.658230, 0.664996, 0.682553, 0.729592, 0.921383",\
|
|
"0.793112, 0.799878, 0.817433, 0.864472, 1.056263");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015119, 0.019673, 0.032997, 0.086706, 0.342623",\
|
|
"0.015119, 0.019673, 0.032997, 0.086706, 0.342623",\
|
|
"0.015119, 0.019673, 0.032996, 0.086706, 0.342623",\
|
|
"0.015117, 0.019671, 0.032995, 0.086705, 0.342622",\
|
|
"0.015116, 0.019670, 0.032994, 0.086705, 0.342622");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.489247, 0.496038, 0.513647, 0.560711, 0.752514",\
|
|
"0.519677, 0.526468, 0.544077, 0.591141, 0.782944",\
|
|
"0.535252, 0.542043, 0.559653, 0.606717, 0.786368",\
|
|
"0.542972, 0.549764, 0.567374, 0.614440, 0.786368",\
|
|
"0.542972, 0.549764, 0.567374, 0.614440, 0.786368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015264, 0.019823, 0.033119, 0.086766, 0.345179",\
|
|
"0.015264, 0.019823, 0.033119, 0.086766, 0.345179",\
|
|
"0.015266, 0.019826, 0.033121, 0.086767, 0.345180",\
|
|
"0.015270, 0.019830, 0.033124, 0.086769, 0.345181",\
|
|
"0.015278, 0.019838, 0.033131, 0.086772, 0.345183");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.407510, 0.416495, 0.442777, 0.537703, 0.996858",\
|
|
"0.456430, 0.465415, 0.491697, 0.586623, 1.045778",\
|
|
"0.504951, 0.513936, 0.540218, 0.635144, 1.094298",\
|
|
"0.582992, 0.591977, 0.618259, 0.713184, 1.172339",\
|
|
"0.718441, 0.727426, 0.753708, 0.848634, 1.307789");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017652, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017652, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017653, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017653, 0.025578, 0.054980, 0.190552, 0.864325",\
|
|
"0.017654, 0.025579, 0.054980, 0.190552, 0.864325");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.487427, 0.494193, 0.511750, 0.558790, 0.750581",\
|
|
"0.517857, 0.524624, 0.542181, 0.589220, 0.781012",\
|
|
"0.521046, 0.527812, 0.545368, 0.592407, 0.784198",\
|
|
"0.521046, 0.527812, 0.545368, 0.592407, 0.784198",\
|
|
"0.521046, 0.527812, 0.545368, 0.592407, 0.784198");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015119, 0.019673, 0.032997, 0.086706, 0.342623",\
|
|
"0.015119, 0.019673, 0.032997, 0.086706, 0.342623",\
|
|
"0.015119, 0.019673, 0.032996, 0.086706, 0.342623",\
|
|
"0.015117, 0.019671, 0.032995, 0.086705, 0.342622",\
|
|
"0.015116, 0.019670, 0.032994, 0.086705, 0.342622");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.407504, 0.416488, 0.442770, 0.537695, 0.996850",\
|
|
"0.456424, 0.465408, 0.491690, 0.586615, 1.045770",\
|
|
"0.504945, 0.513929, 0.540211, 0.635136, 1.094290",\
|
|
"0.582985, 0.591969, 0.618251, 0.713176, 1.172331",\
|
|
"0.718431, 0.727416, 0.753697, 0.848623, 1.307777");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325",\
|
|
"0.017649, 0.025575, 0.054978, 0.190552, 0.864325");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.376749, 0.385735, 0.412019, 0.506945, 0.948637",\
|
|
"0.376749, 0.385735, 0.412019, 0.506945, 0.948637",\
|
|
"0.375236, 0.384222, 0.410506, 0.505432, 0.948637",\
|
|
"0.355941, 0.364928, 0.391211, 0.486137, 0.945292",\
|
|
"0.290031, 0.299017, 0.325301, 0.420227, 0.879382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017660, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017660, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017660, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017661, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017661, 0.025585, 0.054983, 0.190552, 0.864324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.406525, 0.413330, 0.430969, 0.478048, 0.669858",\
|
|
"0.451981, 0.458786, 0.476426, 0.523505, 0.715314",\
|
|
"0.494040, 0.500846, 0.518485, 0.565565, 0.757374",\
|
|
"0.568011, 0.574817, 0.592456, 0.639535, 0.831345",\
|
|
"0.711813, 0.718619, 0.736258, 0.783337, 0.975147");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015350, 0.019913, 0.033192, 0.086802, 0.345198",\
|
|
"0.015350, 0.019913, 0.033192, 0.086802, 0.345198",\
|
|
"0.015351, 0.019913, 0.033192, 0.086802, 0.345199",\
|
|
"0.015351, 0.019914, 0.033193, 0.086803, 0.345199",\
|
|
"0.015351, 0.019914, 0.033193, 0.086803, 0.345199");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.359287, 0.368273, 0.394556, 0.489482, 0.948637",\
|
|
"0.359287, 0.368273, 0.394556, 0.489482, 0.948637",\
|
|
"0.359287, 0.368273, 0.394556, 0.489482, 0.948637",\
|
|
"0.355941, 0.364928, 0.391211, 0.486137, 0.945292",\
|
|
"0.290031, 0.299017, 0.325301, 0.420227, 0.879382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017660, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017660, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017660, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017661, 0.025585, 0.054983, 0.190552, 0.864324",\
|
|
"0.017661, 0.025585, 0.054983, 0.190552, 0.864324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.406095, 0.412895, 0.430521, 0.477595, 0.669401",\
|
|
"0.451551, 0.458351, 0.475978, 0.523051, 0.714858",\
|
|
"0.493611, 0.500411, 0.518038, 0.565111, 0.756918",\
|
|
"0.567581, 0.574381, 0.592009, 0.639082, 0.830889",\
|
|
"0.711384, 0.718183, 0.735811, 0.782884, 0.974691");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015315, 0.019877, 0.033163, 0.086788, 0.342666",\
|
|
"0.015315, 0.019877, 0.033163, 0.086788, 0.342666",\
|
|
"0.015316, 0.019878, 0.033163, 0.086788, 0.342666",\
|
|
"0.015316, 0.019878, 0.033163, 0.086788, 0.342666",\
|
|
"0.015316, 0.019878, 0.033163, 0.086788, 0.342666");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015656, 0.020230, 0.033450, 0.086930, 0.345266",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.345266",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.345266",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.345266",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.345266");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963",\
|
|
"1.683612, 1.692598, 1.718882, 1.813808, 2.272963");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325",\
|
|
"0.017660, 0.025584, 0.054983, 0.190552, 0.864325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419",\
|
|
"1.787849, 1.794706, 1.812454, 1.859586, 2.051419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.015656, 0.020230, 0.033450, 0.086930, 0.342741",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.342741",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.342741",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.342741",\
|
|
"0.015656, 0.020230, 0.033450, 0.086930, 0.342741");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002657 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.017383, 0.021627, 0.034453, 0.087914, 0.354125",\
|
|
"0.017383, 0.021627, 0.034453, 0.087914, 0.354125",\
|
|
"0.017383, 0.021627, 0.034453, 0.087914, 0.354125",\
|
|
"0.017383, 0.021627, 0.034453, 0.087914, 0.354125",\
|
|
"0.017383, 0.021627, 0.034453, 0.087914, 0.354125");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189",\
|
|
"1.681587, 1.690456, 1.717288, 1.811544, 2.268189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573",\
|
|
"0.021297, 0.028921, 0.057344, 0.193775, 0.870573");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439",\
|
|
"1.718545, 1.725115, 1.743075, 1.789873, 1.985439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.017383, 0.021627, 0.034453, 0.087157, 0.350002",\
|
|
"0.017383, 0.021627, 0.034453, 0.087157, 0.350002",\
|
|
"0.017383, 0.021627, 0.034453, 0.087157, 0.350002",\
|
|
"0.017383, 0.021627, 0.034453, 0.087157, 0.350002",\
|
|
"0.017383, 0.021627, 0.034453, 0.087157, 0.350002");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003832 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.016429, 0.020485, 0.036552, 0.089001, 0.359490",\
|
|
"0.016429, 0.020485, 0.036552, 0.089001, 0.359490",\
|
|
"0.016429, 0.020485, 0.036552, 0.089001, 0.359490",\
|
|
"0.016429, 0.020485, 0.036552, 0.089001, 0.359490",\
|
|
"0.016429, 0.020485, 0.036552, 0.089001, 0.359490");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092",\
|
|
"1.765984, 1.774357, 1.801268, 1.895581, 2.354092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869",\
|
|
"0.020466, 0.028144, 0.060477, 0.196263, 0.878869");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196",\
|
|
"1.666011, 1.672130, 1.689907, 1.736430, 1.933196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.016429, 0.020485, 0.036552, 0.087949, 0.353648",\
|
|
"0.016429, 0.020485, 0.036552, 0.087949, 0.353648",\
|
|
"0.016429, 0.020485, 0.036552, 0.087949, 0.353648",\
|
|
"0.016429, 0.020485, 0.036552, 0.087949, 0.353648",\
|
|
"0.016429, 0.020485, 0.036552, 0.087949, 0.353648");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.006323 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "1.611294, 1.619130, 1.645419, 1.741214, 2.203297",\
|
|
"1.611294, 1.619130, 1.645419, 1.741214, 2.203297",\
|
|
"1.611294, 1.619130, 1.645419, 1.741214, 2.203297",\
|
|
"1.611294, 1.619130, 1.645419, 1.741214, 2.203297",\
|
|
"1.611294, 1.619130, 1.645419, 1.741214, 2.203297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.021081, 0.028800, 0.062782, 0.202574, 0.898491",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898491",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898491",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898491",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898491");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "1.666795, 1.672455, 1.690284, 1.737465, 1.938371",\
|
|
"1.666795, 1.672455, 1.690284, 1.737465, 1.938371",\
|
|
"1.666795, 1.672455, 1.690284, 1.737465, 1.938371",\
|
|
"1.666795, 1.672455, 1.690284, 1.737465, 1.938371",\
|
|
"1.666795, 1.672455, 1.690284, 1.737465, 1.938371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.017328, 0.021072, 0.039844, 0.093615, 0.376906",\
|
|
"0.017328, 0.021072, 0.039844, 0.093615, 0.376906",\
|
|
"0.017328, 0.021072, 0.039844, 0.093615, 0.376906",\
|
|
"0.017328, 0.021072, 0.039844, 0.093615, 0.376906",\
|
|
"0.017328, 0.021072, 0.039844, 0.093615, 0.376906");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "1.611294, 1.619130, 1.645421, 1.741214, 2.203295",\
|
|
"1.611294, 1.619130, 1.645421, 1.741214, 2.203295",\
|
|
"1.611294, 1.619130, 1.645421, 1.741214, 2.203295",\
|
|
"1.611294, 1.619130, 1.645421, 1.741214, 2.203295",\
|
|
"1.611294, 1.619130, 1.645421, 1.741214, 2.203295");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.021081, 0.028800, 0.062782, 0.202574, 0.898488",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898488",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898488",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898488",\
|
|
"0.021081, 0.028800, 0.062782, 0.202574, 0.898488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "1.666795, 1.672455, 1.690285, 1.737465, 1.938369",\
|
|
"1.666795, 1.672455, 1.690285, 1.737465, 1.938369",\
|
|
"1.666795, 1.672455, 1.690285, 1.737465, 1.938369",\
|
|
"1.666795, 1.672455, 1.690285, 1.737465, 1.938369",\
|
|
"1.666795, 1.672455, 1.690285, 1.737465, 1.938369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.017328, 0.021072, 0.039843, 0.090995, 0.362562",\
|
|
"0.017328, 0.021072, 0.039843, 0.090995, 0.362562",\
|
|
"0.017328, 0.021072, 0.039843, 0.090995, 0.362562",\
|
|
"0.017328, 0.021072, 0.039843, 0.090995, 0.362562",\
|
|
"0.017328, 0.021072, 0.039843, 0.090995, 0.362562");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002393 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.015250, 0.019470, 0.032670, 0.086913, 0.353971",\
|
|
"0.015250, 0.019470, 0.032670, 0.086913, 0.353971",\
|
|
"0.015250, 0.019470, 0.032670, 0.086913, 0.353971",\
|
|
"0.015250, 0.019470, 0.032670, 0.086913, 0.353971",\
|
|
"0.015250, 0.019470, 0.032670, 0.086913, 0.353971");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298",\
|
|
"1.566534, 1.574965, 1.601198, 1.695409, 2.152298");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469",\
|
|
"0.017816, 0.025758, 0.055527, 0.193388, 0.871469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978",\
|
|
"1.599299, 1.605609, 1.622948, 1.669379, 1.864978");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.015250, 0.019470, 0.032670, 0.086122, 0.349733",\
|
|
"0.015250, 0.019470, 0.032670, 0.086122, 0.349733",\
|
|
"0.015250, 0.019470, 0.032670, 0.086122, 0.349733",\
|
|
"0.015250, 0.019470, 0.032670, 0.086122, 0.349733",\
|
|
"0.015250, 0.019470, 0.032670, 0.086122, 0.349733");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003502 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.015739, 0.019825, 0.032924, 0.088331, 0.357842",\
|
|
"0.015739, 0.019825, 0.032924, 0.088331, 0.357842",\
|
|
"0.015739, 0.019825, 0.032924, 0.088331, 0.357842",\
|
|
"0.015739, 0.019825, 0.032924, 0.088331, 0.357842",\
|
|
"0.015739, 0.019825, 0.032924, 0.088331, 0.357842");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043",\
|
|
"1.586004, 1.594189, 1.620361, 1.714756, 2.173043");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170",\
|
|
"0.018187, 0.026147, 0.056110, 0.195380, 0.877170");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279",\
|
|
"1.643880, 1.649977, 1.667231, 1.713926, 1.910279");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.015739, 0.019825, 0.032924, 0.087246, 0.352635",\
|
|
"0.015739, 0.019825, 0.032924, 0.087246, 0.352635",\
|
|
"0.015739, 0.019825, 0.032924, 0.087246, 0.352635",\
|
|
"0.015739, 0.019825, 0.032924, 0.087246, 0.352635",\
|
|
"0.015739, 0.019825, 0.032924, 0.087246, 0.352635");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.016051, 0.020210, 0.033249, 0.088134, 0.356770",\
|
|
"0.016051, 0.020210, 0.033249, 0.088134, 0.356770",\
|
|
"0.016051, 0.020210, 0.033249, 0.088134, 0.356770",\
|
|
"0.016051, 0.020210, 0.033249, 0.088134, 0.356770",\
|
|
"0.016051, 0.020210, 0.033249, 0.088134, 0.356770");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308",\
|
|
"1.742327, 1.750881, 1.777386, 1.871790, 2.329308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889",\
|
|
"0.019833, 0.027536, 0.056575, 0.194665, 0.874889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834",\
|
|
"1.639110, 1.645410, 1.662915, 1.709648, 1.905834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.016051, 0.020210, 0.033249, 0.087143, 0.352040",\
|
|
"0.016051, 0.020210, 0.033249, 0.087143, 0.352040",\
|
|
"0.016051, 0.020210, 0.033249, 0.087143, 0.352040",\
|
|
"0.016051, 0.020210, 0.033249, 0.087143, 0.352040",\
|
|
"0.016051, 0.020210, 0.033249, 0.087143, 0.352040");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003672 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.016064, 0.020149, 0.033229, 0.087935, 0.355882",\
|
|
"0.016064, 0.020149, 0.033229, 0.087935, 0.355882",\
|
|
"0.016064, 0.020149, 0.033229, 0.087935, 0.355882",\
|
|
"0.016064, 0.020149, 0.033229, 0.087935, 0.355882",\
|
|
"0.016064, 0.020149, 0.033229, 0.087935, 0.355882");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620",\
|
|
"1.579270, 1.587466, 1.613640, 1.707927, 2.164620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757",\
|
|
"0.018799, 0.026704, 0.056506, 0.194974, 0.873757");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814",\
|
|
"1.636026, 1.642109, 1.659361, 1.705965, 1.901814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.016064, 0.020149, 0.033229, 0.087022, 0.351572",\
|
|
"0.016064, 0.020149, 0.033229, 0.087022, 0.351572",\
|
|
"0.016064, 0.020149, 0.033229, 0.087022, 0.351572",\
|
|
"0.016064, 0.020149, 0.033229, 0.087022, 0.351572",\
|
|
"0.016064, 0.020149, 0.033229, 0.087022, 0.351572");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.005726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.017084, 0.020942, 0.037358, 0.090269, 0.362575",\
|
|
"0.017084, 0.020942, 0.037358, 0.090269, 0.362575",\
|
|
"0.017084, 0.020942, 0.037358, 0.090269, 0.362575",\
|
|
"0.017084, 0.020942, 0.037358, 0.090269, 0.362575",\
|
|
"0.017084, 0.020942, 0.037358, 0.090269, 0.362575");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027",\
|
|
"1.587787, 1.595654, 1.622342, 1.716706, 2.175027");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734",\
|
|
"0.020603, 0.028401, 0.061821, 0.198665, 0.882734");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861",\
|
|
"1.643894, 1.649599, 1.667144, 1.713691, 1.910861");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.017084, 0.020942, 0.037358, 0.088970, 0.355388",\
|
|
"0.017084, 0.020942, 0.037358, 0.088970, 0.355388",\
|
|
"0.017084, 0.020942, 0.037358, 0.088970, 0.355388",\
|
|
"0.017084, 0.020942, 0.037358, 0.088970, 0.355388",\
|
|
"0.017084, 0.020942, 0.037358, 0.088970, 0.355388");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001684 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.014950, 0.019258, 0.032554, 0.087658, 0.350940",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.350940",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.350940",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.350940",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.350940");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969",\
|
|
"1.590916, 1.599433, 1.625590, 1.719630, 2.175969");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700",\
|
|
"0.016909, 0.024933, 0.054883, 0.191962, 0.867700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412",\
|
|
"1.647557, 1.654006, 1.671367, 1.716760, 1.912412");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.014950, 0.019258, 0.032554, 0.087658, 0.347736",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.347736",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.347736",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.347736",\
|
|
"0.014950, 0.019258, 0.032554, 0.087658, 0.347736");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003471 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.016432, 0.020502, 0.036992, 0.090229, 0.364983",\
|
|
"0.016432, 0.020502, 0.036992, 0.090229, 0.364983",\
|
|
"0.016432, 0.020502, 0.036992, 0.090229, 0.364983",\
|
|
"0.016432, 0.020502, 0.036992, 0.090229, 0.364983",\
|
|
"0.016432, 0.020502, 0.036992, 0.090229, 0.364983");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704",\
|
|
"1.735613, 1.744285, 1.771657, 1.866233, 2.326704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163",\
|
|
"0.021562, 0.029078, 0.061244, 0.197449, 0.885163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941",\
|
|
"1.612368, 1.618624, 1.636647, 1.683444, 1.881941");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.016432, 0.020502, 0.036992, 0.088744, 0.356699",\
|
|
"0.016432, 0.020502, 0.036992, 0.088744, 0.356699",\
|
|
"0.016432, 0.020502, 0.036992, 0.088744, 0.356699",\
|
|
"0.016432, 0.020502, 0.036992, 0.088744, 0.356699",\
|
|
"0.016432, 0.020502, 0.036992, 0.088744, 0.356699");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.006605 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "1.619604, 1.627398, 1.653675, 1.749390, 2.210853",\
|
|
"1.619604, 1.627398, 1.653675, 1.749390, 2.210853",\
|
|
"1.619604, 1.627398, 1.653675, 1.749390, 2.210853",\
|
|
"1.619604, 1.627398, 1.653675, 1.749390, 2.210853",\
|
|
"1.619604, 1.627398, 1.653675, 1.749390, 2.210853");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.021541, 0.029229, 0.063028, 0.202431, 0.896655",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896655",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896655",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896655",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896655");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "1.674096, 1.679701, 1.697473, 1.744624, 1.944963",\
|
|
"1.674096, 1.679701, 1.697473, 1.744624, 1.944963",\
|
|
"1.674096, 1.679701, 1.697473, 1.744624, 1.944963",\
|
|
"1.674096, 1.679701, 1.697473, 1.744624, 1.944963",\
|
|
"1.674096, 1.679701, 1.697473, 1.744624, 1.944963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.017584, 0.021306, 0.039864, 0.093423, 0.375035",\
|
|
"0.017584, 0.021306, 0.039864, 0.093423, 0.375035",\
|
|
"0.017584, 0.021306, 0.039864, 0.093423, 0.375035",\
|
|
"0.017584, 0.021306, 0.039864, 0.093423, 0.375035",\
|
|
"0.017584, 0.021306, 0.039864, 0.093423, 0.375035");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "1.619604, 1.627398, 1.653677, 1.749390, 2.210851",\
|
|
"1.619604, 1.627398, 1.653677, 1.749390, 2.210851",\
|
|
"1.619604, 1.627398, 1.653677, 1.749390, 2.210851",\
|
|
"1.619604, 1.627398, 1.653677, 1.749390, 2.210851",\
|
|
"1.619604, 1.627398, 1.653677, 1.749390, 2.210851");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.021541, 0.029229, 0.063028, 0.202431, 0.896651",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896651",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896651",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896651",\
|
|
"0.021541, 0.029229, 0.063028, 0.202431, 0.896651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "1.674096, 1.679701, 1.697475, 1.744624, 1.944960",\
|
|
"1.674096, 1.679701, 1.697475, 1.744624, 1.944960",\
|
|
"1.674096, 1.679701, 1.697475, 1.744624, 1.944960",\
|
|
"1.674096, 1.679701, 1.697475, 1.744624, 1.944960",\
|
|
"1.674096, 1.679701, 1.697475, 1.744624, 1.944960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.017584, 0.021306, 0.039864, 0.090971, 0.361617",\
|
|
"0.017584, 0.021306, 0.039864, 0.090971, 0.361617",\
|
|
"0.017584, 0.021306, 0.039864, 0.090971, 0.361617",\
|
|
"0.017584, 0.021306, 0.039864, 0.090971, 0.361617",\
|
|
"0.017584, 0.021306, 0.039864, 0.090971, 0.361617");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.004015 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.015953, 0.019999, 0.033043, 0.088669, 0.358658",\
|
|
"0.015953, 0.019999, 0.033043, 0.088669, 0.358658",\
|
|
"0.015953, 0.019999, 0.033043, 0.088669, 0.358658",\
|
|
"0.015953, 0.019999, 0.033043, 0.088669, 0.358658",\
|
|
"0.015953, 0.019999, 0.033043, 0.088669, 0.358658");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757",\
|
|
"1.675279, 1.683556, 1.709939, 1.804613, 2.262757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030",\
|
|
"0.020149, 0.027887, 0.057181, 0.196219, 0.878030");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596",\
|
|
"1.568217, 1.574217, 1.591429, 1.638149, 1.834596");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.015953, 0.019999, 0.033043, 0.087673, 0.353121",\
|
|
"0.015953, 0.019999, 0.033043, 0.087673, 0.353121",\
|
|
"0.015953, 0.019999, 0.033043, 0.087673, 0.353121",\
|
|
"0.015953, 0.019999, 0.033043, 0.087673, 0.353121",\
|
|
"0.015953, 0.019999, 0.033043, 0.087673, 0.353121");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003862 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.015877, 0.019955, 0.032999, 0.088415, 0.357714",\
|
|
"0.015877, 0.019955, 0.032999, 0.088415, 0.357714",\
|
|
"0.015877, 0.019955, 0.032999, 0.088415, 0.357714",\
|
|
"0.015877, 0.019955, 0.032999, 0.088415, 0.357714",\
|
|
"0.015877, 0.019955, 0.032999, 0.088415, 0.357714");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392",\
|
|
"1.664363, 1.672604, 1.698901, 1.793319, 2.251392");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904",\
|
|
"0.019519, 0.027333, 0.056858, 0.195691, 0.876904");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075",\
|
|
"1.561975, 1.568008, 1.585242, 1.631888, 1.828075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.015877, 0.019955, 0.032999, 0.087341, 0.352570",\
|
|
"0.015877, 0.019955, 0.032999, 0.087341, 0.352570",\
|
|
"0.015877, 0.019955, 0.032999, 0.087341, 0.352570",\
|
|
"0.015877, 0.019955, 0.032999, 0.087341, 0.352570",\
|
|
"0.015877, 0.019955, 0.032999, 0.087341, 0.352570");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.004221 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.016031, 0.020021, 0.036797, 0.090629, 0.367079",\
|
|
"0.016031, 0.020021, 0.036797, 0.090629, 0.367079",\
|
|
"0.016031, 0.020021, 0.036797, 0.090629, 0.367079",\
|
|
"0.016031, 0.020021, 0.036797, 0.090629, 0.367079",\
|
|
"0.016031, 0.020021, 0.036797, 0.090629, 0.367079");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482",\
|
|
"1.675837, 1.684112, 1.711190, 1.805807, 2.266482");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025",\
|
|
"0.020198, 0.027905, 0.061152, 0.198531, 0.888025");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314",\
|
|
"1.569967, 1.575977, 1.593751, 1.640475, 1.839314");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.016031, 0.020021, 0.036797, 0.088924, 0.357686",\
|
|
"0.016031, 0.020021, 0.036797, 0.088924, 0.357686",\
|
|
"0.016031, 0.020021, 0.036797, 0.088924, 0.357686",\
|
|
"0.016031, 0.020021, 0.036797, 0.088924, 0.357686",\
|
|
"0.016031, 0.020021, 0.036797, 0.088924, 0.357686");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003332 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.015666, 0.019771, 0.032890, 0.088114, 0.357086",\
|
|
"0.015666, 0.019771, 0.032890, 0.088114, 0.357086",\
|
|
"0.015666, 0.019771, 0.032890, 0.088114, 0.357086",\
|
|
"0.015666, 0.019771, 0.032890, 0.088114, 0.357086",\
|
|
"0.015666, 0.019771, 0.032890, 0.088114, 0.357086");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750",\
|
|
"1.690174, 1.698636, 1.725107, 1.819527, 2.277750");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078",\
|
|
"0.020078, 0.027779, 0.056864, 0.195123, 0.876078");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828",\
|
|
"1.579618, 1.585746, 1.603008, 1.649662, 1.845828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.015666, 0.019771, 0.032890, 0.087088, 0.352183",\
|
|
"0.015666, 0.019771, 0.032890, 0.087088, 0.352183",\
|
|
"0.015666, 0.019771, 0.032890, 0.087088, 0.352183",\
|
|
"0.015666, 0.019771, 0.032890, 0.087088, 0.352183",\
|
|
"0.015666, 0.019771, 0.032890, 0.087088, 0.352183");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.015971, 0.020097, 0.033179, 0.087844, 0.355938",\
|
|
"0.015971, 0.020097, 0.033179, 0.087844, 0.355938",\
|
|
"0.015971, 0.020097, 0.033179, 0.087844, 0.355938",\
|
|
"0.015971, 0.020097, 0.033179, 0.087844, 0.355938",\
|
|
"0.015971, 0.020097, 0.033179, 0.087844, 0.355938");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618",\
|
|
"1.724526, 1.732930, 1.759293, 1.853625, 2.310618");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715",\
|
|
"0.019516, 0.027293, 0.056623, 0.194671, 0.873715");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523",\
|
|
"1.630383, 1.636567, 1.653914, 1.700537, 1.896523");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.015971, 0.020097, 0.033179, 0.086925, 0.351608",\
|
|
"0.015971, 0.020097, 0.033179, 0.086925, 0.351608",\
|
|
"0.015971, 0.020097, 0.033179, 0.086925, 0.351608",\
|
|
"0.015971, 0.020097, 0.033179, 0.086925, 0.351608",\
|
|
"0.015971, 0.020097, 0.033179, 0.086925, 0.351608");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002985 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.015518, 0.019675, 0.032868, 0.087015, 0.353520",\
|
|
"0.015518, 0.019675, 0.032868, 0.087015, 0.353520",\
|
|
"0.015518, 0.019675, 0.032868, 0.087015, 0.353520",\
|
|
"0.015518, 0.019675, 0.032868, 0.087015, 0.353520",\
|
|
"0.015518, 0.019675, 0.032868, 0.087015, 0.353520");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824",\
|
|
"1.672278, 1.680763, 1.707140, 1.801360, 2.257824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815",\
|
|
"0.019628, 0.027381, 0.056597, 0.193832, 0.870815");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634",\
|
|
"1.564536, 1.570713, 1.587934, 1.634349, 1.829634");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.015518, 0.019675, 0.032868, 0.086259, 0.349449",\
|
|
"0.015518, 0.019675, 0.032868, 0.086259, 0.349449",\
|
|
"0.015518, 0.019675, 0.032868, 0.086259, 0.349449",\
|
|
"0.015518, 0.019675, 0.032868, 0.086259, 0.349449",\
|
|
"0.015518, 0.019675, 0.032868, 0.086259, 0.349449");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001314 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.014707, 0.019137, 0.032435, 0.086839, 0.348806",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.348806",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.348806",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.348806",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.348806");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384",\
|
|
"1.638655, 1.647364, 1.673580, 1.769059, 2.223384");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873",\
|
|
"0.017169, 0.025153, 0.054880, 0.192256, 0.864873");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193",\
|
|
"1.540057, 1.546622, 1.564035, 1.609301, 1.804193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.014707, 0.019137, 0.032435, 0.086839, 0.346269",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.346269",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.346269",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.346269",\
|
|
"0.014707, 0.019137, 0.032435, 0.086839, 0.346269");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.000952 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "1.647891, 1.654633, 1.672215, 1.717582, 1.912135",\
|
|
"1.647891, 1.654633, 1.672215, 1.717582, 1.912135",\
|
|
"1.647891, 1.654633, 1.672215, 1.717582, 1.912135",\
|
|
"1.647891, 1.654633, 1.672215, 1.717582, 1.912135",\
|
|
"1.647891, 1.654633, 1.672215, 1.717582, 1.912135");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.015092, 0.019607, 0.032892, 0.086558, 0.347619",\
|
|
"0.015092, 0.019607, 0.032892, 0.086558, 0.347619",\
|
|
"0.015092, 0.019607, 0.032892, 0.086558, 0.347619",\
|
|
"0.015092, 0.019607, 0.032892, 0.086558, 0.347619",\
|
|
"0.015092, 0.019607, 0.032892, 0.086558, 0.347619");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170",\
|
|
"1.742077, 1.751131, 1.777556, 1.872891, 2.327170");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075",\
|
|
"0.018251, 0.026090, 0.055210, 0.191550, 0.863075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "1.647607, 1.654346, 1.671920, 1.717283, 1.911833",\
|
|
"1.647607, 1.654346, 1.671920, 1.717283, 1.911833",\
|
|
"1.647607, 1.654346, 1.671920, 1.717283, 1.911833",\
|
|
"1.647607, 1.654346, 1.671920, 1.717283, 1.911833",\
|
|
"1.647607, 1.654346, 1.671920, 1.717283, 1.911833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.015069, 0.019583, 0.032873, 0.086549, 0.345443",\
|
|
"0.015069, 0.019583, 0.032873, 0.086549, 0.345443",\
|
|
"0.015069, 0.019583, 0.032873, 0.086549, 0.345443",\
|
|
"0.015069, 0.019583, 0.032873, 0.086549, 0.345443",\
|
|
"0.015069, 0.019583, 0.032873, 0.086549, 0.345443");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003016 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.015500, 0.019667, 0.032746, 0.088075, 0.357463",\
|
|
"0.015500, 0.019667, 0.032746, 0.088075, 0.357463",\
|
|
"0.015500, 0.019667, 0.032746, 0.088075, 0.357463",\
|
|
"0.015500, 0.019667, 0.032746, 0.088075, 0.357463",\
|
|
"0.015500, 0.019667, 0.032746, 0.088075, 0.357463");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635",\
|
|
"1.640023, 1.648409, 1.674743, 1.769158, 2.227635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601",\
|
|
"0.018691, 0.026548, 0.056108, 0.194891, 0.876601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973",\
|
|
"1.539411, 1.545625, 1.562994, 1.609622, 1.805973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.015500, 0.019667, 0.032746, 0.087017, 0.352412",\
|
|
"0.015500, 0.019667, 0.032746, 0.087017, 0.352412",\
|
|
"0.015500, 0.019667, 0.032746, 0.087017, 0.352412",\
|
|
"0.015500, 0.019667, 0.032746, 0.087017, 0.352412",\
|
|
"0.015500, 0.019667, 0.032746, 0.087017, 0.352412");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001618 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.014950, 0.019274, 0.032562, 0.086079, 0.351168",\
|
|
"0.014950, 0.019274, 0.032562, 0.086079, 0.351168",\
|
|
"0.014950, 0.019274, 0.032562, 0.086079, 0.351168",\
|
|
"0.014950, 0.019274, 0.032562, 0.086079, 0.351168",\
|
|
"0.014950, 0.019274, 0.032562, 0.086079, 0.351168");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990",\
|
|
"1.675085, 1.683894, 1.710348, 1.804459, 2.260990");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833",\
|
|
"0.018713, 0.026498, 0.055617, 0.192044, 0.867833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911",\
|
|
"1.566880, 1.573357, 1.590748, 1.637033, 1.831911");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.014950, 0.019274, 0.032562, 0.085471, 0.347894",\
|
|
"0.014950, 0.019274, 0.032562, 0.085471, 0.347894",\
|
|
"0.014950, 0.019274, 0.032562, 0.085471, 0.347894",\
|
|
"0.014950, 0.019274, 0.032562, 0.085471, 0.347894",\
|
|
"0.014950, 0.019274, 0.032562, 0.085471, 0.347894");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002933 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "1.783079, 1.791842, 1.818623, 1.913043, 2.370483",\
|
|
"1.783079, 1.791842, 1.818623, 1.913043, 2.370483",\
|
|
"1.783079, 1.791842, 1.818623, 1.913043, 2.370483",\
|
|
"1.783079, 1.791842, 1.818623, 1.913043, 2.370483",\
|
|
"1.783079, 1.791842, 1.818623, 1.913043, 2.370483");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.021256, 0.028833, 0.057295, 0.194730, 0.874383",\
|
|
"0.021256, 0.028833, 0.057295, 0.194730, 0.874383",\
|
|
"0.021256, 0.028833, 0.057295, 0.194730, 0.874383",\
|
|
"0.021256, 0.028833, 0.057295, 0.194730, 0.874383",\
|
|
"0.021256, 0.028833, 0.057295, 0.194730, 0.874383");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "1.672364, 1.678787, 1.696555, 1.743422, 1.939595",\
|
|
"1.672364, 1.678787, 1.696555, 1.743422, 1.939595",\
|
|
"1.672364, 1.678787, 1.696555, 1.743422, 1.939595",\
|
|
"1.672364, 1.678787, 1.696555, 1.743422, 1.939595",\
|
|
"1.672364, 1.678787, 1.696555, 1.743422, 1.939595");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.016852, 0.021032, 0.033923, 0.088446, 0.356743",\
|
|
"0.016852, 0.021032, 0.033923, 0.088446, 0.356743",\
|
|
"0.016852, 0.021032, 0.033923, 0.088446, 0.356743",\
|
|
"0.016852, 0.021032, 0.033923, 0.088446, 0.356743",\
|
|
"0.016852, 0.021032, 0.033923, 0.088446, 0.356743");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "1.783113, 1.791873, 1.818648, 1.913068, 2.370512",\
|
|
"1.783113, 1.791873, 1.818648, 1.913068, 2.370512",\
|
|
"1.783113, 1.791873, 1.818648, 1.913068, 2.370512",\
|
|
"1.783113, 1.791873, 1.818648, 1.913068, 2.370512",\
|
|
"1.783113, 1.791873, 1.818648, 1.913068, 2.370512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.021240, 0.028816, 0.057282, 0.194727, 0.874393",\
|
|
"0.021240, 0.028816, 0.057282, 0.194727, 0.874393",\
|
|
"0.021240, 0.028816, 0.057282, 0.194727, 0.874393",\
|
|
"0.021240, 0.028816, 0.057282, 0.194727, 0.874393",\
|
|
"0.021240, 0.028816, 0.057282, 0.194727, 0.874393");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "1.671688, 1.678102, 1.695852, 1.742709, 1.938878",\
|
|
"1.671688, 1.678102, 1.695852, 1.742709, 1.938878",\
|
|
"1.671688, 1.678102, 1.695852, 1.742709, 1.938878",\
|
|
"1.671688, 1.678102, 1.695852, 1.742709, 1.938878",\
|
|
"1.671688, 1.678102, 1.695852, 1.742709, 1.938878");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.016798, 0.020976, 0.033878, 0.087450, 0.352085",\
|
|
"0.016798, 0.020976, 0.033878, 0.087450, 0.352085",\
|
|
"0.016798, 0.020976, 0.033878, 0.087450, 0.352085",\
|
|
"0.016798, 0.020976, 0.033878, 0.087450, 0.352085",\
|
|
"0.016798, 0.020976, 0.033878, 0.087450, 0.352085");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002903 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.015729, 0.019888, 0.033009, 0.087609, 0.355565",\
|
|
"0.015729, 0.019888, 0.033009, 0.087609, 0.355565",\
|
|
"0.015729, 0.019888, 0.033009, 0.087609, 0.355565",\
|
|
"0.015729, 0.019888, 0.033009, 0.087609, 0.355565",\
|
|
"0.015729, 0.019888, 0.033009, 0.087609, 0.355565");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289",\
|
|
"1.698643, 1.707247, 1.733786, 1.828140, 2.285289");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203",\
|
|
"0.020251, 0.027904, 0.056777, 0.194308, 0.873203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162",\
|
|
"1.583988, 1.590234, 1.607601, 1.654191, 1.850162");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.015729, 0.019888, 0.033009, 0.086712, 0.350755",\
|
|
"0.015729, 0.019888, 0.033009, 0.086712, 0.350755",\
|
|
"0.015729, 0.019888, 0.033009, 0.086712, 0.350755",\
|
|
"0.015729, 0.019888, 0.033009, 0.086712, 0.350755",\
|
|
"0.015729, 0.019888, 0.033009, 0.086712, 0.350755");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002204 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.015318, 0.019557, 0.032784, 0.086529, 0.352200",\
|
|
"0.015318, 0.019557, 0.032784, 0.086529, 0.352200",\
|
|
"0.015318, 0.019557, 0.032784, 0.086529, 0.352200",\
|
|
"0.015318, 0.019557, 0.032784, 0.086529, 0.352200",\
|
|
"0.015318, 0.019557, 0.032784, 0.086529, 0.352200");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936",\
|
|
"1.694055, 1.702760, 1.729243, 1.823412, 2.279936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088",\
|
|
"0.019522, 0.027234, 0.056213, 0.192830, 0.869088");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298",\
|
|
"1.581163, 1.587518, 1.604872, 1.651233, 1.846298");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.015318, 0.019557, 0.032784, 0.085862, 0.348595",\
|
|
"0.015318, 0.019557, 0.032784, 0.085862, 0.348595",\
|
|
"0.015318, 0.019557, 0.032784, 0.085862, 0.348595",\
|
|
"0.015318, 0.019557, 0.032784, 0.085862, 0.348595",\
|
|
"0.015318, 0.019557, 0.032784, 0.085862, 0.348595");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002445 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.015250, 0.019492, 0.032646, 0.086999, 0.354344",\
|
|
"0.015250, 0.019492, 0.032646, 0.086999, 0.354344",\
|
|
"0.015250, 0.019492, 0.032646, 0.086999, 0.354344",\
|
|
"0.015250, 0.019492, 0.032646, 0.086999, 0.354344",\
|
|
"0.015250, 0.019492, 0.032646, 0.086999, 0.354344");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649",\
|
|
"1.531073, 1.539390, 1.565505, 1.659719, 2.116649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968",\
|
|
"0.017050, 0.025094, 0.055215, 0.193488, 0.871968");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281",\
|
|
"1.567485, 1.573798, 1.591174, 1.637593, 1.833281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.015250, 0.019492, 0.032646, 0.086180, 0.349971",\
|
|
"0.015250, 0.019492, 0.032646, 0.086180, 0.349971",\
|
|
"0.015250, 0.019492, 0.032646, 0.086180, 0.349971",\
|
|
"0.015250, 0.019492, 0.032646, 0.086180, 0.349971",\
|
|
"0.015250, 0.019492, 0.032646, 0.086180, 0.349971");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.004975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.017239, 0.021173, 0.037422, 0.090080, 0.362017",\
|
|
"0.017239, 0.021173, 0.037422, 0.090080, 0.362017",\
|
|
"0.017239, 0.021173, 0.037422, 0.090080, 0.362017",\
|
|
"0.017239, 0.021173, 0.037422, 0.090080, 0.362017",\
|
|
"0.017239, 0.021173, 0.037422, 0.090080, 0.362017");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039",\
|
|
"1.723511, 1.731828, 1.758985, 1.853410, 2.312039");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606",\
|
|
"0.022713, 0.030209, 0.062339, 0.197977, 0.881606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586",\
|
|
"1.603020, 1.608949, 1.626739, 1.673357, 1.870586");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.017239, 0.021173, 0.037422, 0.088839, 0.355123",\
|
|
"0.017239, 0.021173, 0.037422, 0.088839, 0.355123",\
|
|
"0.017239, 0.021173, 0.037422, 0.088839, 0.355123",\
|
|
"0.017239, 0.021173, 0.037422, 0.088839, 0.355123",\
|
|
"0.017239, 0.021173, 0.037422, 0.088839, 0.355123");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001887 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.657687, 1.664205, 1.681804, 1.728256, 1.923368",\
|
|
"1.657687, 1.664205, 1.681804, 1.728256, 1.923368",\
|
|
"1.657687, 1.664205, 1.681804, 1.728256, 1.923368",\
|
|
"1.657687, 1.664205, 1.681804, 1.728256, 1.923368",\
|
|
"1.657687, 1.664205, 1.681804, 1.728256, 1.923368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.015755, 0.020047, 0.033183, 0.086625, 0.352079",\
|
|
"0.015755, 0.020047, 0.033183, 0.086625, 0.352079",\
|
|
"0.015755, 0.020047, 0.033183, 0.086625, 0.352079",\
|
|
"0.015755, 0.020047, 0.033183, 0.086625, 0.352079",\
|
|
"0.015755, 0.020047, 0.033183, 0.086625, 0.352079");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485",\
|
|
"1.756390, 1.765170, 1.791685, 1.885848, 2.342485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768",\
|
|
"0.019351, 0.027061, 0.055995, 0.192496, 0.868768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.657428, 1.663943, 1.681535, 1.727983, 1.923093",\
|
|
"1.657428, 1.663943, 1.681535, 1.727983, 1.923093",\
|
|
"1.657428, 1.663943, 1.681535, 1.727983, 1.923093",\
|
|
"1.657428, 1.663943, 1.681535, 1.727983, 1.923093",\
|
|
"1.657428, 1.663943, 1.681535, 1.727983, 1.923093");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.015734, 0.020025, 0.033165, 0.085964, 0.348552",\
|
|
"0.015734, 0.020025, 0.033165, 0.085964, 0.348552",\
|
|
"0.015734, 0.020025, 0.033165, 0.085964, 0.348552",\
|
|
"0.015734, 0.020025, 0.033165, 0.085964, 0.348552",\
|
|
"0.015734, 0.020025, 0.033165, 0.085964, 0.348552");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001757 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.015346, 0.019651, 0.032875, 0.087848, 0.351059",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.351059",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.351059",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.351059",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.351059");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971",\
|
|
"1.715956, 1.724835, 1.751409, 1.845539, 2.301971");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534",\
|
|
"0.019716, 0.027376, 0.056113, 0.192148, 0.867534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270",\
|
|
"1.597179, 1.603666, 1.621141, 1.666586, 1.862270");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.015346, 0.019651, 0.032875, 0.087848, 0.347844",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.347844",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.347844",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.347844",\
|
|
"0.015346, 0.019651, 0.032875, 0.087848, 0.347844");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003069 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.016494, 0.020616, 0.036960, 0.089914, 0.363650",\
|
|
"0.016494, 0.020616, 0.036960, 0.089914, 0.363650",\
|
|
"0.016494, 0.020616, 0.036960, 0.089914, 0.363650",\
|
|
"0.016494, 0.020616, 0.036960, 0.089914, 0.363650",\
|
|
"0.016494, 0.020616, 0.036960, 0.089914, 0.363650");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172",\
|
|
"1.730224, 1.739016, 1.766422, 1.860934, 2.321172");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439",\
|
|
"0.021415, 0.028960, 0.060930, 0.196802, 0.883439");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047",\
|
|
"1.609533, 1.615906, 1.634063, 1.680808, 1.879047");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.016494, 0.020616, 0.036960, 0.088559, 0.356028",\
|
|
"0.016494, 0.020616, 0.036960, 0.088559, 0.356028",\
|
|
"0.016494, 0.020616, 0.036960, 0.088559, 0.356028",\
|
|
"0.016494, 0.020616, 0.036960, 0.088559, 0.356028",\
|
|
"0.016494, 0.020616, 0.036960, 0.088559, 0.356028");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001226 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.015195, 0.019637, 0.032896, 0.087054, 0.348943",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.348943",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.348943",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.348943",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.348943");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340",\
|
|
"1.721530, 1.730661, 1.757269, 1.852859, 2.307340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742",\
|
|
"0.019576, 0.027248, 0.055866, 0.192292, 0.864742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499",\
|
|
"1.600872, 1.607531, 1.625086, 1.670490, 1.865499");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.015195, 0.019637, 0.032896, 0.087054, 0.346391",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.346391",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.346391",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.346391",\
|
|
"0.015195, 0.019637, 0.032896, 0.087054, 0.346391");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001919 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.015562, 0.019842, 0.033012, 0.086597, 0.352279",\
|
|
"0.015562, 0.019842, 0.033012, 0.086597, 0.352279",\
|
|
"0.015562, 0.019842, 0.033012, 0.086597, 0.352279",\
|
|
"0.015562, 0.019842, 0.033012, 0.086597, 0.352279",\
|
|
"0.015562, 0.019842, 0.033012, 0.086597, 0.352279");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835",\
|
|
"1.756838, 1.765549, 1.791997, 1.886160, 2.342835");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114",\
|
|
"0.018908, 0.026678, 0.055815, 0.192568, 0.869114");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255",\
|
|
"1.658646, 1.665124, 1.682652, 1.729083, 1.924255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.015562, 0.019842, 0.033012, 0.085927, 0.348671",\
|
|
"0.015562, 0.019842, 0.033012, 0.085927, 0.348671",\
|
|
"0.015562, 0.019842, 0.033012, 0.085927, 0.348671",\
|
|
"0.015562, 0.019842, 0.033012, 0.085927, 0.348671",\
|
|
"0.015562, 0.019842, 0.033012, 0.085927, 0.348671");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002991 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.015734, 0.019879, 0.032983, 0.087958, 0.356486",\
|
|
"0.015734, 0.019879, 0.032983, 0.087958, 0.356486",\
|
|
"0.015734, 0.019879, 0.032983, 0.087958, 0.356486",\
|
|
"0.015734, 0.019879, 0.032983, 0.087958, 0.356486",\
|
|
"0.015734, 0.019879, 0.032983, 0.087958, 0.356486");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176",\
|
|
"1.705184, 1.713773, 1.740328, 1.834738, 2.292176");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610",\
|
|
"0.020288, 0.027937, 0.056807, 0.194683, 0.874610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684",\
|
|
"1.590346, 1.596576, 1.613947, 1.660607, 1.856684");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.015734, 0.019879, 0.032983, 0.086978, 0.351834",\
|
|
"0.015734, 0.019879, 0.032983, 0.086978, 0.351834",\
|
|
"0.015734, 0.019879, 0.032983, 0.086978, 0.351834",\
|
|
"0.015734, 0.019879, 0.032983, 0.086978, 0.351834",\
|
|
"0.015734, 0.019879, 0.032983, 0.086978, 0.351834");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.015877, 0.019906, 0.036620, 0.090328, 0.366187",\
|
|
"0.015877, 0.019906, 0.036620, 0.090328, 0.366187",\
|
|
"0.015877, 0.019906, 0.036620, 0.090328, 0.366187",\
|
|
"0.015877, 0.019906, 0.036620, 0.090328, 0.366187",\
|
|
"0.015877, 0.019906, 0.036620, 0.090328, 0.366187");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177",\
|
|
"1.683562, 1.691912, 1.718983, 1.813564, 2.274177");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988",\
|
|
"0.019999, 0.027709, 0.060827, 0.198019, 0.886988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743",\
|
|
"1.575482, 1.581562, 1.599362, 1.646047, 1.844743");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.015877, 0.019906, 0.036620, 0.088714, 0.357246",\
|
|
"0.015877, 0.019906, 0.036620, 0.088714, 0.357246",\
|
|
"0.015877, 0.019906, 0.036620, 0.088714, 0.357246",\
|
|
"0.015877, 0.019906, 0.036620, 0.088714, 0.357246",\
|
|
"0.015877, 0.019906, 0.036620, 0.088714, 0.357246");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002578 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.015928, 0.020140, 0.033244, 0.087107, 0.353502",\
|
|
"0.015928, 0.020140, 0.033244, 0.087107, 0.353502",\
|
|
"0.015928, 0.020140, 0.033244, 0.087107, 0.353502",\
|
|
"0.015928, 0.020140, 0.033244, 0.087107, 0.353502",\
|
|
"0.015928, 0.020140, 0.033244, 0.087107, 0.353502");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914",\
|
|
"1.708631, 1.717356, 1.743944, 1.838202, 2.294914");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535",\
|
|
"0.020506, 0.028111, 0.056784, 0.193493, 0.870535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334",\
|
|
"1.591586, 1.597942, 1.615422, 1.661938, 1.857334");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.015928, 0.020140, 0.033244, 0.086360, 0.349480",\
|
|
"0.015928, 0.020140, 0.033244, 0.086360, 0.349480",\
|
|
"0.015928, 0.020140, 0.033244, 0.086360, 0.349480",\
|
|
"0.015928, 0.020140, 0.033244, 0.086360, 0.349480",\
|
|
"0.015928, 0.020140, 0.033244, 0.086360, 0.349480");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.003668 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.016122, 0.020201, 0.033248, 0.088351, 0.357101",\
|
|
"0.016122, 0.020201, 0.033248, 0.088351, 0.357101",\
|
|
"0.016122, 0.020201, 0.033248, 0.088351, 0.357101",\
|
|
"0.016122, 0.020201, 0.033248, 0.088351, 0.357101",\
|
|
"0.016122, 0.020201, 0.033248, 0.088351, 0.357101");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520",\
|
|
"1.711049, 1.719517, 1.746052, 1.840484, 2.298520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963",\
|
|
"0.020967, 0.028578, 0.057409, 0.195422, 0.875963");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918",\
|
|
"1.594726, 1.600829, 1.618137, 1.664844, 1.860918");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.016122, 0.020201, 0.033248, 0.087331, 0.352223",\
|
|
"0.016122, 0.020201, 0.033248, 0.087331, 0.352223",\
|
|
"0.016122, 0.020201, 0.033248, 0.087331, 0.352223",\
|
|
"0.016122, 0.020201, 0.033248, 0.087331, 0.352223",\
|
|
"0.016122, 0.020201, 0.033248, 0.087331, 0.352223");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.006451 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.018087, 0.021851, 0.038380, 0.091626, 0.366309",\
|
|
"0.018087, 0.021851, 0.038380, 0.091626, 0.366309",\
|
|
"0.018087, 0.021851, 0.038380, 0.091626, 0.366309",\
|
|
"0.018087, 0.021851, 0.038380, 0.091626, 0.366309",\
|
|
"0.018087, 0.021851, 0.038380, 0.091626, 0.366309");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258",\
|
|
"1.759175, 1.767285, 1.794624, 1.889306, 2.348258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245",\
|
|
"0.024402, 0.031848, 0.064312, 0.200405, 0.886245");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828",\
|
|
"1.629553, 1.635211, 1.652938, 1.699817, 1.897828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.018087, 0.021851, 0.038380, 0.089984, 0.357393",\
|
|
"0.018087, 0.021851, 0.038380, 0.089984, 0.357393",\
|
|
"0.018087, 0.021851, 0.038380, 0.089984, 0.357393",\
|
|
"0.018087, 0.021851, 0.038380, 0.089984, 0.357393",\
|
|
"0.018087, 0.021851, 0.038380, 0.089984, 0.357393");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.002924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.016903, 0.021089, 0.033980, 0.088324, 0.356324",\
|
|
"0.016903, 0.021089, 0.033980, 0.088324, 0.356324",\
|
|
"0.016903, 0.021089, 0.033980, 0.088324, 0.356324",\
|
|
"0.016903, 0.021089, 0.033980, 0.088324, 0.356324",\
|
|
"0.016903, 0.021089, 0.033980, 0.088324, 0.356324");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548",\
|
|
"1.767030, 1.776022, 1.803164, 1.897523, 2.354548");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994",\
|
|
"0.022184, 0.029851, 0.058045, 0.194769, 0.872994");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447",\
|
|
"1.636211, 1.642641, 1.660412, 1.707250, 1.903447");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.016903, 0.021089, 0.033980, 0.087399, 0.351939",\
|
|
"0.016903, 0.021089, 0.033980, 0.087399, 0.351939",\
|
|
"0.016903, 0.021089, 0.033980, 0.087399, 0.351939",\
|
|
"0.016903, 0.021089, 0.033980, 0.087399, 0.351939",\
|
|
"0.016903, 0.021089, 0.033980, 0.087399, 0.351939");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001860 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.016404, 0.020722, 0.033726, 0.086982, 0.352564",\
|
|
"0.016404, 0.020722, 0.033726, 0.086982, 0.352564",\
|
|
"0.016404, 0.020722, 0.033726, 0.086982, 0.352564",\
|
|
"0.016404, 0.020722, 0.033726, 0.086982, 0.352564",\
|
|
"0.016404, 0.020722, 0.033726, 0.086982, 0.352564");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471",\
|
|
"1.619125, 1.627947, 1.654511, 1.748700, 2.205471");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173",\
|
|
"0.019574, 0.027251, 0.056068, 0.192573, 0.869173");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788",\
|
|
"1.665431, 1.672069, 1.689913, 1.736505, 1.931788");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.016404, 0.020722, 0.033726, 0.086311, 0.348928",\
|
|
"0.016404, 0.020722, 0.033726, 0.086311, 0.348928",\
|
|
"0.016404, 0.020722, 0.033726, 0.086311, 0.348928",\
|
|
"0.016404, 0.020722, 0.033726, 0.086311, 0.348928",\
|
|
"0.016404, 0.020722, 0.033726, 0.086311, 0.348928");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001528 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.016153, 0.020544, 0.033596, 0.088212, 0.351408",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.351408",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.351408",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.351408",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.351408");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910",\
|
|
"1.616712, 1.625638, 1.652185, 1.746313, 2.202910");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739",\
|
|
"0.019197, 0.026915, 0.055783, 0.191980, 0.867739");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868",\
|
|
"1.663816, 1.670533, 1.688378, 1.733972, 1.929868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.016153, 0.020544, 0.033596, 0.088212, 0.348149",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.348149",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.348149",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.348149",\
|
|
"0.016153, 0.020544, 0.033596, 0.088212, 0.348149");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001526 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.016340, 0.020743, 0.033774, 0.088032, 0.350617",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.350617",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.350617",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.350617",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.350617");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918",\
|
|
"1.624915, 1.633894, 1.660479, 1.756284, 2.210918");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646",\
|
|
"0.019591, 0.027263, 0.055972, 0.193044, 0.866646");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661",\
|
|
"1.665838, 1.672581, 1.690470, 1.736065, 1.931661");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.016340, 0.020743, 0.033774, 0.088032, 0.347626",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.347626",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.347626",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.347626",\
|
|
"0.016340, 0.020743, 0.033774, 0.088032, 0.347626");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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.001157 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.014633, 0.019074, 0.032432, 0.086794, 0.348779",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.348779",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.348779",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.348779",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.348779");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253",\
|
|
"1.544664, 1.553305, 1.579415, 1.674862, 2.129253");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932",\
|
|
"0.016278, 0.024368, 0.054428, 0.192093, 0.864932");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259",\
|
|
"1.603007, 1.609601, 1.626986, 1.672302, 1.867259");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045728, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.014633, 0.019074, 0.032432, 0.086794, 0.346242",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.346242",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.346242",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.346242",\
|
|
"0.014633, 0.019074, 0.032432, 0.086794, 0.346242");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_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 : 1.500000 ;
|
|
capacitance : 0.002838 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.123356, 0.090890, 0.067355, 0.052341, 0.074962",\
|
|
"0.140359, 0.107893, 0.084358, 0.069343, 0.091965",\
|
|
"0.139497, 0.107031, 0.083497, 0.068482, 0.091103",\
|
|
"0.120094, 0.087628, 0.064093, 0.049079, 0.071700",\
|
|
"0.046941, 0.014475, -0.009060, -0.024074, -0.001453");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.202950, 0.170484, 0.146949, 0.131935, 0.154556",\
|
|
"0.247990, 0.215524, 0.191990, 0.176975, 0.199596",\
|
|
"0.287396, 0.254930, 0.231395, 0.216380, 0.239002",\
|
|
"0.357007, 0.324541, 0.301007, 0.285992, 0.308614",\
|
|
"0.493404, 0.460938, 0.437403, 0.422389, 0.445010");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.015294, 0.047760, 0.071295, 0.086309, 0.063688",\
|
|
"-0.001708, 0.030758, 0.054292, 0.069307, 0.046685",\
|
|
"-0.000847, 0.031619, 0.055153, 0.070168, 0.047547",\
|
|
"0.018556, 0.051022, 0.074557, 0.089571, 0.066950",\
|
|
"0.091709, 0.124175, 0.147710, 0.162724, 0.140103");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.048550, -0.016084, 0.007451, 0.022465, -0.000156",\
|
|
"-0.093590, -0.061124, -0.037589, -0.022575, -0.045196",\
|
|
"-0.132995, -0.100529, -0.076995, -0.061980, -0.084602",\
|
|
"-0.202607, -0.170141, -0.146607, -0.131592, -0.154213",\
|
|
"-0.339004, -0.306538, -0.283003, -0.267989, -0.290610");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003140 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.139816, 0.107350, 0.083815, 0.068801, 0.091422",\
|
|
"0.156828, 0.124362, 0.100827, 0.085813, 0.108434",\
|
|
"0.155995, 0.123529, 0.099995, 0.084980, 0.107601",\
|
|
"0.136329, 0.103863, 0.080328, 0.065314, 0.087935",\
|
|
"0.062385, 0.029919, 0.006385, -0.008630, 0.013992");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.211863, 0.179397, 0.155863, 0.140848, 0.163469",\
|
|
"0.256802, 0.224336, 0.200802, 0.185787, 0.208409",\
|
|
"0.295874, 0.263408, 0.239874, 0.224859, 0.247481",\
|
|
"0.365069, 0.332603, 0.309068, 0.294054, 0.316675",\
|
|
"0.500903, 0.468437, 0.444902, 0.429887, 0.452509");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.001166, 0.031300, 0.054835, 0.069849, 0.047228",\
|
|
"-0.018178, 0.014288, 0.037823, 0.052837, 0.030216",\
|
|
"-0.017345, 0.015121, 0.038656, 0.053670, 0.031049",\
|
|
"0.002321, 0.034787, 0.058322, 0.073336, 0.050715",\
|
|
"0.076265, 0.108731, 0.132265, 0.147280, 0.124658");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.057463, -0.024997, -0.001462, 0.013552, -0.009069",\
|
|
"-0.102402, -0.069936, -0.046401, -0.031387, -0.054008",\
|
|
"-0.141474, -0.109008, -0.085473, -0.070459, -0.093080",\
|
|
"-0.210669, -0.178203, -0.154668, -0.139654, -0.162275",\
|
|
"-0.346502, -0.314036, -0.290502, -0.275487, -0.298108");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002910 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.158817, 0.126351, 0.102816, 0.087802, 0.110423",\
|
|
"0.175747, 0.143281, 0.119746, 0.104732, 0.127353",\
|
|
"0.174742, 0.142276, 0.118742, 0.103727, 0.126348",\
|
|
"0.155025, 0.122559, 0.099025, 0.084010, 0.106631",\
|
|
"0.081313, 0.048847, 0.025312, 0.010298, 0.032919");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.135202, 0.102736, 0.079201, 0.064187, 0.086808",\
|
|
"0.180353, 0.147887, 0.124352, 0.109337, 0.131959",\
|
|
"0.219929, 0.187463, 0.163928, 0.148914, 0.171535",\
|
|
"0.289540, 0.257074, 0.233539, 0.218525, 0.241146",\
|
|
"0.425891, 0.393425, 0.369891, 0.354876, 0.377497");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.004417, 0.028049, 0.051583, 0.066598, 0.043977",\
|
|
"-0.021347, 0.011119, 0.034653, 0.049668, 0.027047",\
|
|
"-0.020342, 0.012124, 0.035658, 0.050673, 0.028051",\
|
|
"-0.000625, 0.031841, 0.055375, 0.070390, 0.047768",\
|
|
"0.073087, 0.105553, 0.129087, 0.144102, 0.121480");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.003448, 0.035914, 0.059449, 0.074463, 0.051842",\
|
|
"-0.041702, -0.009236, 0.014298, 0.029313, 0.006691",\
|
|
"-0.081279, -0.048813, -0.025278, -0.010264, -0.032885",\
|
|
"-0.150890, -0.118424, -0.094889, -0.079875, -0.102496",\
|
|
"-0.287241, -0.254775, -0.231241, -0.216226, -0.238847");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002878 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.147706, 0.115240, 0.091706, 0.076691, 0.099312",\
|
|
"0.164717, 0.132251, 0.108716, 0.093702, 0.116323",\
|
|
"0.163870, 0.131404, 0.107870, 0.092855, 0.115476",\
|
|
"0.144586, 0.112120, 0.088585, 0.073571, 0.096192",\
|
|
"0.071676, 0.039210, 0.015675, 0.000661, 0.023282");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.207520, 0.175054, 0.151520, 0.136505, 0.159127",\
|
|
"0.252610, 0.220144, 0.196609, 0.181595, 0.204216",\
|
|
"0.292130, 0.259664, 0.236129, 0.221114, 0.243736",\
|
|
"0.361812, 0.329346, 0.305812, 0.290797, 0.313419",\
|
|
"0.498287, 0.465821, 0.442287, 0.427272, 0.449893");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.009056, 0.023410, 0.046944, 0.061959, 0.039338",\
|
|
"-0.026067, 0.006399, 0.029934, 0.044948, 0.022327",\
|
|
"-0.025220, 0.007246, 0.030781, 0.045795, 0.023174",\
|
|
"-0.005936, 0.026530, 0.050065, 0.065079, 0.042458",\
|
|
"0.066974, 0.099440, 0.122975, 0.137989, 0.115368");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.053121, -0.020655, 0.002880, 0.017894, -0.004727",\
|
|
"-0.098210, -0.065744, -0.042210, -0.027195, -0.049817",\
|
|
"-0.137730, -0.105264, -0.081729, -0.066715, -0.089336",\
|
|
"-0.207413, -0.174947, -0.151412, -0.136398, -0.159019",\
|
|
"-0.343887, -0.311421, -0.287887, -0.272872, -0.295494");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003175 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.129945, 0.097479, 0.073944, 0.058930, 0.081551",\
|
|
"0.146946, 0.114480, 0.090945, 0.075931, 0.098552",\
|
|
"0.146078, 0.113612, 0.090077, 0.075063, 0.097684",\
|
|
"0.126892, 0.094426, 0.070892, 0.055877, 0.078499",\
|
|
"0.054186, 0.021720, -0.001814, -0.016829, 0.005792");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.197667, 0.165201, 0.141666, 0.126652, 0.149273",\
|
|
"0.242791, 0.210325, 0.186791, 0.171776, 0.194398",\
|
|
"0.282464, 0.249998, 0.226463, 0.211449, 0.234070",\
|
|
"0.352355, 0.319889, 0.296354, 0.281340, 0.303961",\
|
|
"0.489118, 0.456652, 0.433118, 0.418103, 0.440724");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.008705, 0.041171, 0.064706, 0.079720, 0.057099",\
|
|
"-0.008296, 0.024170, 0.047705, 0.062719, 0.040098",\
|
|
"-0.007428, 0.025038, 0.048573, 0.063587, 0.040966",\
|
|
"0.011758, 0.044224, 0.067758, 0.082773, 0.060151",\
|
|
"0.084464, 0.116930, 0.140464, 0.155479, 0.132858");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.043267, -0.010801, 0.012733, 0.027748, 0.005127",\
|
|
"-0.088392, -0.055926, -0.032391, -0.017377, -0.039998",\
|
|
"-0.128064, -0.095598, -0.072063, -0.057049, -0.079670",\
|
|
"-0.197955, -0.165489, -0.141954, -0.126940, -0.149561",\
|
|
"-0.334718, -0.302252, -0.278718, -0.263703, -0.286325");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004177 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.161321, 0.128855, 0.105321, 0.090306, 0.112927",\
|
|
"0.178209, 0.145743, 0.122209, 0.107194, 0.129816",\
|
|
"0.177137, 0.144671, 0.121137, 0.106122, 0.128743",\
|
|
"0.156961, 0.124495, 0.100960, 0.085946, 0.108567",\
|
|
"0.082076, 0.049610, 0.026075, 0.011061, 0.033682");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.143058, 0.110592, 0.087058, 0.072043, 0.094665",\
|
|
"0.187985, 0.155519, 0.131984, 0.116969, 0.139591",\
|
|
"0.227079, 0.194613, 0.171078, 0.156064, 0.178685",\
|
|
"0.296287, 0.263821, 0.240286, 0.225271, 0.247893",\
|
|
"0.432123, 0.399657, 0.376123, 0.361108, 0.383729");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.006921, 0.025545, 0.049079, 0.064094, 0.041472",\
|
|
"-0.023810, 0.008656, 0.032191, 0.047206, 0.024584",\
|
|
"-0.022738, 0.009728, 0.033263, 0.048278, 0.025656",\
|
|
"-0.002561, 0.029905, 0.053440, 0.068454, 0.045833",\
|
|
"0.072324, 0.104790, 0.128325, 0.143339, 0.120718");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.004408, 0.028058, 0.051592, 0.066607, 0.043986",\
|
|
"-0.049334, -0.016868, 0.006666, 0.021681, -0.000941",\
|
|
"-0.088429, -0.055963, -0.032428, -0.017414, -0.040035",\
|
|
"-0.157636, -0.125170, -0.101636, -0.086621, -0.109243",\
|
|
"-0.293473, -0.261007, -0.237472, -0.222458, -0.245079");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005824 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.021892, -0.010574, -0.034108, -0.049123, -0.026501",\
|
|
"0.038932, 0.006466, -0.017069, -0.032083, -0.009462",\
|
|
"0.038156, 0.005690, -0.017845, -0.032859, -0.010238",\
|
|
"0.019138, -0.013328, -0.036863, -0.051877, -0.029256",\
|
|
"-0.053075, -0.085541, -0.109075, -0.124090, -0.101468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.010182, -0.042648, -0.066182, -0.081197, -0.058576",\
|
|
"0.034851, 0.002385, -0.021150, -0.036164, -0.013543",\
|
|
"0.074380, 0.041914, 0.018379, 0.003365, 0.025986",\
|
|
"0.144065, 0.111599, 0.088064, 0.073050, 0.095671",\
|
|
"0.280491, 0.248025, 0.224491, 0.209476, 0.232098");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.132498, 0.164964, 0.188499, 0.203513, 0.180892",\
|
|
"0.115459, 0.147925, 0.171460, 0.186474, 0.163853",\
|
|
"0.116235, 0.148701, 0.172235, 0.187250, 0.164629",\
|
|
"0.135253, 0.167719, 0.191254, 0.206268, 0.183647",\
|
|
"0.207465, 0.239931, 0.263466, 0.278480, 0.255859");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.153375, 0.185841, 0.209376, 0.224390, 0.201769",\
|
|
"0.108343, 0.140809, 0.164343, 0.179358, 0.156736",\
|
|
"0.068814, 0.101280, 0.124815, 0.139829, 0.117208",\
|
|
"-0.000871, 0.031595, 0.055129, 0.070144, 0.047522",\
|
|
"-0.137298, -0.104832, -0.081297, -0.066283, -0.088904");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.008038 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.047155, 0.014689, -0.008846, -0.023860, -0.001239",\
|
|
"0.064209, 0.031743, 0.008209, -0.006806, 0.015815",\
|
|
"0.063140, 0.030674, 0.007139, -0.007875, 0.014746",\
|
|
"0.043868, 0.011402, -0.012132, -0.027147, -0.004526",\
|
|
"-0.025835, -0.058301, -0.081836, -0.096851, -0.074229");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.137799, 0.105333, 0.081799, 0.066784, 0.089406",\
|
|
"0.183310, 0.150844, 0.127310, 0.112295, 0.134917",\
|
|
"0.223844, 0.191378, 0.167843, 0.152829, 0.175450",\
|
|
"0.294924, 0.262458, 0.238923, 0.223909, 0.246530",\
|
|
"0.433071, 0.400605, 0.377071, 0.362056, 0.384678");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.096036, 0.128502, 0.152036, 0.167051, 0.144429",\
|
|
"0.078981, 0.111447, 0.134982, 0.149996, 0.127375",\
|
|
"0.080051, 0.112517, 0.136051, 0.151066, 0.128444",\
|
|
"0.099322, 0.131788, 0.155323, 0.170337, 0.147716",\
|
|
"0.169026, 0.201492, 0.225027, 0.240041, 0.217420");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.016591, 0.049057, 0.072591, 0.087606, 0.064984",\
|
|
"-0.028920, 0.003546, 0.027080, 0.042095, 0.019474",\
|
|
"-0.069454, -0.036988, -0.013453, 0.001561, -0.021060",\
|
|
"-0.140534, -0.108068, -0.084533, -0.069519, -0.092140",\
|
|
"-0.278681, -0.246215, -0.222681, -0.207666, -0.230287");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002414 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.660203, 2.627737, 2.604203, 2.589188, 2.611810",\
|
|
"2.686527, 2.654060, 2.630526, 2.615511, 2.638133",\
|
|
"2.694035, 2.661568, 2.638034, 2.623019, 2.645641",\
|
|
"2.688293, 2.655827, 2.632293, 2.617278, 2.639900",\
|
|
"2.640232, 2.607766, 2.584232, 2.569217, 2.591838");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.689225, 2.656759, 2.633224, 2.618210, 2.640831",\
|
|
"2.735881, 2.703415, 2.679881, 2.664866, 2.687488",\
|
|
"2.789175, 2.756709, 2.733175, 2.718160, 2.740782",\
|
|
"2.875933, 2.843467, 2.819932, 2.804918, 2.827539",\
|
|
"3.028924, 2.996458, 2.972924, 2.957909, 2.980531");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.014017, 0.018449, 0.041984, 0.056998, 0.034377",\
|
|
"-0.040340, -0.007874, 0.015660, 0.030675, 0.008054",\
|
|
"-0.047870, -0.015404, 0.008131, 0.023145, 0.000524",\
|
|
"-0.042165, -0.009699, 0.013835, 0.028850, 0.006229",\
|
|
"0.004874, 0.037340, 0.060875, 0.075889, 0.053268");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.168560, -0.136094, -0.112560, -0.097545, -0.120167",\
|
|
"-0.215217, -0.182751, -0.159216, -0.144202, -0.166823",\
|
|
"-0.268608, -0.236142, -0.212608, -0.197593, -0.220214",\
|
|
"-0.355533, -0.323067, -0.299533, -0.284518, -0.307140",\
|
|
"-0.508850, -0.476384, -0.452850, -0.437835, -0.460457");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002674 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.650156, 2.617690, 2.594156, 2.579141, 2.601763",\
|
|
"2.676466, 2.644000, 2.620466, 2.605451, 2.628073",\
|
|
"2.683932, 2.651466, 2.627931, 2.612917, 2.635538",\
|
|
"2.678233, 2.645767, 2.622232, 2.607218, 2.629839",\
|
|
"2.630166, 2.597700, 2.574165, 2.559151, 2.581772");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.655948, 2.623482, 2.599947, 2.584933, 2.607554",\
|
|
"2.702601, 2.670135, 2.646600, 2.631586, 2.654207",\
|
|
"2.755699, 2.723233, 2.699699, 2.684684, 2.707306",\
|
|
"2.842074, 2.809608, 2.786073, 2.771059, 2.793680",\
|
|
"2.994274, 2.961808, 2.938273, 2.923259, 2.945880");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.003393, 0.029073, 0.052608, 0.067622, 0.045001",\
|
|
"-0.029703, 0.002763, 0.026298, 0.041312, 0.018691",\
|
|
"-0.037180, -0.004714, 0.018821, 0.033835, 0.011214",\
|
|
"-0.031501, 0.000965, 0.024499, 0.039514, 0.016892",\
|
|
"0.015556, 0.048022, 0.071557, 0.086571, 0.063950");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.148663, -0.116197, -0.092663, -0.077648, -0.100269",\
|
|
"-0.195317, -0.162851, -0.139316, -0.124302, -0.146923",\
|
|
"-0.248688, -0.216222, -0.192687, -0.177673, -0.200294",\
|
|
"-0.335522, -0.303056, -0.279521, -0.264507, -0.287128",\
|
|
"-0.488439, -0.455973, -0.432438, -0.417424, -0.440045");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.648401, 2.615934, 2.592400, 2.577385, 2.600007",\
|
|
"2.678780, 2.646314, 2.622779, 2.607765, 2.630386",\
|
|
"2.694673, 2.662207, 2.638673, 2.623658, 2.646279",\
|
|
"2.703123, 2.670657, 2.647122, 2.632108, 2.654729",\
|
|
"2.687034, 2.654568, 2.631034, 2.616019, 2.638640");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.693430, 2.660964, 2.637430, 2.622415, 2.645037",\
|
|
"2.742328, 2.709862, 2.686327, 2.671313, 2.693934",\
|
|
"2.790604, 2.758138, 2.734603, 2.719589, 2.742210",\
|
|
"2.868128, 2.835662, 2.812127, 2.797113, 2.819734",\
|
|
"3.002336, 2.969870, 2.946335, 2.931321, 2.953942");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.050920, -0.018454, 0.005081, 0.020095, -0.002526",\
|
|
"-0.081299, -0.048833, -0.025298, -0.010284, -0.032905",\
|
|
"-0.097133, -0.064667, -0.041132, -0.026118, -0.048739",\
|
|
"-0.105455, -0.072989, -0.049454, -0.034440, -0.057061",\
|
|
"-0.087271, -0.054805, -0.031271, -0.016256, -0.038877");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.088358, -0.055892, -0.032357, -0.017343, -0.039964",\
|
|
"-0.137255, -0.104789, -0.081254, -0.066240, -0.088861",\
|
|
"-0.185980, -0.153514, -0.129980, -0.114965, -0.137587",\
|
|
"-0.264279, -0.231813, -0.208278, -0.193264, -0.215885",\
|
|
"-0.399932, -0.367466, -0.343931, -0.328917, -0.351538");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002912 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.604367, 2.571901, 2.548367, 2.533352, 2.555974",\
|
|
"2.640507, 2.608040, 2.584506, 2.569491, 2.592113",\
|
|
"2.668110, 2.635644, 2.612109, 2.597095, 2.619716",\
|
|
"2.692259, 2.659792, 2.636258, 2.621243, 2.643865",\
|
|
"2.696254, 2.663788, 2.640253, 2.625239, 2.647860");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.511913, 2.479447, 2.455913, 2.440898, 2.463520",\
|
|
"2.563889, 2.531423, 2.507888, 2.492874, 2.515495",\
|
|
"2.625502, 2.593036, 2.569501, 2.554487, 2.577108",\
|
|
"2.726550, 2.694083, 2.670549, 2.655535, 2.678156",\
|
|
"2.893453, 2.860987, 2.837453, 2.822438, 2.845059");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.088138, -0.055672, -0.032137, -0.017123, -0.039744",\
|
|
"-0.124277, -0.091811, -0.068276, -0.053262, -0.075883",\
|
|
"-0.151523, -0.119057, -0.095522, -0.080508, -0.103129",\
|
|
"-0.174921, -0.142455, -0.118921, -0.103906, -0.126527",\
|
|
"-0.175456, -0.142990, -0.119455, -0.104441, -0.127062");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.114387, -0.081921, -0.058387, -0.043372, -0.065994",\
|
|
"-0.166363, -0.133897, -0.110362, -0.095348, -0.117969",\
|
|
"-0.227997, -0.195531, -0.171997, -0.156982, -0.179603",\
|
|
"-0.329112, -0.296646, -0.273111, -0.258097, -0.280718",\
|
|
"-0.496247, -0.463781, -0.440246, -0.425232, -0.447853");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003548 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.501231, 2.468765, 2.445230, 2.430216, 2.452837",\
|
|
"2.518480, 2.486014, 2.462479, 2.447465, 2.470086",\
|
|
"2.517134, 2.484668, 2.461133, 2.446119, 2.468740",\
|
|
"2.497971, 2.465505, 2.441970, 2.426956, 2.449577",\
|
|
"2.430038, 2.397572, 2.374037, 2.359023, 2.381644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.447940, 2.415474, 2.391939, 2.376925, 2.399546",\
|
|
"2.493891, 2.461425, 2.437890, 2.422876, 2.445497",\
|
|
"2.535220, 2.502754, 2.479219, 2.464205, 2.486826",\
|
|
"2.608265, 2.575799, 2.552265, 2.537250, 2.559872",\
|
|
"2.750282, 2.717815, 2.694281, 2.679266, 2.701888");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.069069, 0.101535, 0.125069, 0.140084, 0.117463",\
|
|
"0.051837, 0.084303, 0.107838, 0.122852, 0.100231",\
|
|
"0.053227, 0.085693, 0.109228, 0.124242, 0.101621",\
|
|
"0.072556, 0.105022, 0.128556, 0.143571, 0.120949",\
|
|
"0.139728, 0.172194, 0.195729, 0.210743, 0.188122");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.027018, 0.005448, 0.028983, 0.043997, 0.021376",\
|
|
"-0.072835, -0.040369, -0.016834, -0.001820, -0.024441",\
|
|
"-0.113896, -0.081430, -0.057895, -0.042881, -0.065502",\
|
|
"-0.186509, -0.154043, -0.130508, -0.115494, -0.138115",\
|
|
"-0.327335, -0.294869, -0.271334, -0.256320, -0.278941");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004367 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.501430, 2.468964, 2.445429, 2.430415, 2.453036",\
|
|
"2.518635, 2.486169, 2.462634, 2.447620, 2.470241",\
|
|
"2.517281, 2.484815, 2.461280, 2.446266, 2.468887",\
|
|
"2.498022, 2.465555, 2.442021, 2.427006, 2.449628",\
|
|
"2.429399, 2.396933, 2.373399, 2.358384, 2.381005");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.453896, 2.421430, 2.397895, 2.382881, 2.405502",\
|
|
"2.499824, 2.467358, 2.443823, 2.428809, 2.451430",\
|
|
"2.541127, 2.508661, 2.485126, 2.470112, 2.492733",\
|
|
"2.614002, 2.581535, 2.558001, 2.542986, 2.565608",\
|
|
"2.755591, 2.723125, 2.699590, 2.684576, 2.707197");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.075211, 0.107677, 0.131212, 0.146226, 0.123605",\
|
|
"0.058025, 0.090491, 0.114026, 0.129040, 0.106419",\
|
|
"0.059425, 0.091891, 0.115426, 0.130440, 0.107819",\
|
|
"0.078857, 0.111323, 0.134858, 0.149872, 0.127251",\
|
|
"0.146757, 0.179223, 0.202757, 0.217772, 0.195151");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.015551, 0.016915, 0.040450, 0.055465, 0.032843",\
|
|
"-0.061362, -0.028896, -0.005361, 0.009654, -0.012968",\
|
|
"-0.102430, -0.069964, -0.046429, -0.031415, -0.054036",\
|
|
"-0.174936, -0.142470, -0.118935, -0.103921, -0.126542",\
|
|
"-0.315782, -0.283316, -0.259782, -0.244767, -0.267388");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005471 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.500726, 2.468260, 2.444725, 2.429711, 2.452332",\
|
|
"2.518054, 2.485588, 2.462053, 2.447039, 2.469660",\
|
|
"2.516675, 2.484209, 2.460674, 2.445660, 2.468281",\
|
|
"2.497572, 2.465106, 2.441571, 2.426557, 2.449178",\
|
|
"2.430972, 2.398505, 2.374971, 2.359957, 2.382578");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.424019, 2.391553, 2.368019, 2.353004, 2.375626",\
|
|
"2.469993, 2.437527, 2.413993, 2.398978, 2.421599",\
|
|
"2.511399, 2.478932, 2.455398, 2.440383, 2.463005",\
|
|
"2.584793, 2.552327, 2.528792, 2.513778, 2.536399",\
|
|
"2.727407, 2.694941, 2.671407, 2.656392, 2.679014");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.058032, 0.090498, 0.114033, 0.129047, 0.106426",\
|
|
"0.040743, 0.073209, 0.096743, 0.111758, 0.089137",\
|
|
"0.042243, 0.074709, 0.098244, 0.113258, 0.090637",\
|
|
"0.061802, 0.094268, 0.117802, 0.132817, 0.110195",\
|
|
"0.129163, 0.161629, 0.185164, 0.200178, 0.177557");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.049376, -0.016910, 0.006625, 0.021639, -0.000982",\
|
|
"-0.095178, -0.062712, -0.039178, -0.024163, -0.046784",\
|
|
"-0.136241, -0.103775, -0.080241, -0.065226, -0.087847",\
|
|
"-0.209054, -0.176588, -0.153053, -0.138039, -0.160660",\
|
|
"-0.350868, -0.318402, -0.294867, -0.279853, -0.302474");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004800 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.501157, 2.468691, 2.445156, 2.430142, 2.452763",\
|
|
"2.518432, 2.485966, 2.462431, 2.447417, 2.470038",\
|
|
"2.517101, 2.484635, 2.461101, 2.446086, 2.468708",\
|
|
"2.498040, 2.465574, 2.442039, 2.427025, 2.449646",\
|
|
"2.430722, 2.398256, 2.374721, 2.359707, 2.382328");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.437560, 2.405094, 2.381559, 2.366545, 2.389166",\
|
|
"2.483486, 2.451020, 2.427486, 2.412471, 2.435092",\
|
|
"2.524784, 2.492318, 2.468783, 2.453769, 2.476390",\
|
|
"2.597792, 2.565326, 2.541791, 2.526777, 2.549398",\
|
|
"2.739733, 2.707267, 2.683733, 2.668718, 2.691339");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.067888, 0.100354, 0.123889, 0.138903, 0.116282",\
|
|
"0.050667, 0.083133, 0.106667, 0.121682, 0.099061",\
|
|
"0.052140, 0.084606, 0.108140, 0.123155, 0.100533",\
|
|
"0.071736, 0.104202, 0.127737, 0.142751, 0.120130",\
|
|
"0.139898, 0.172364, 0.195899, 0.210913, 0.188292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.010344, 0.022122, 0.045656, 0.060671, 0.038049",\
|
|
"-0.056076, -0.023610, -0.000076, 0.014939, -0.007683",\
|
|
"-0.096985, -0.064519, -0.040984, -0.025970, -0.048591",\
|
|
"-0.169362, -0.136896, -0.113361, -0.098347, -0.120968",\
|
|
"-0.310318, -0.277852, -0.254318, -0.239303, -0.261924");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005482 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.496791, 2.464325, 2.440790, 2.425776, 2.448397",\
|
|
"2.514080, 2.481613, 2.458079, 2.443064, 2.465686",\
|
|
"2.512672, 2.480206, 2.456671, 2.441657, 2.464278",\
|
|
"2.493359, 2.460892, 2.437358, 2.422343, 2.444965",\
|
|
"2.426098, 2.393632, 2.370098, 2.355083, 2.377705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.456059, 2.423593, 2.400059, 2.385044, 2.407666",\
|
|
"2.501311, 2.468845, 2.445311, 2.430296, 2.452918",\
|
|
"2.543544, 2.511078, 2.487543, 2.472529, 2.495150",\
|
|
"2.617136, 2.584670, 2.561135, 2.546121, 2.568742",\
|
|
"2.760318, 2.727852, 2.704317, 2.689303, 2.711924");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.051382, 0.083848, 0.107382, 0.122397, 0.099775",\
|
|
"0.034093, 0.066559, 0.090094, 0.105108, 0.082487",\
|
|
"0.035534, 0.068000, 0.091535, 0.106549, 0.083928",\
|
|
"0.054946, 0.087412, 0.110946, 0.125961, 0.103340",\
|
|
"0.121407, 0.153873, 0.177408, 0.192422, 0.169801");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.080112, -0.047646, -0.024111, -0.009097, -0.031718",\
|
|
"-0.125364, -0.092898, -0.069363, -0.054349, -0.076970",\
|
|
"-0.167259, -0.134793, -0.111258, -0.096244, -0.118865",\
|
|
"-0.240461, -0.207995, -0.184461, -0.169446, -0.192067",\
|
|
"-0.382189, -0.349723, -0.326188, -0.311174, -0.333795");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004853 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.489723, 2.457257, 2.433722, 2.418708, 2.441329",\
|
|
"2.506929, 2.474463, 2.450928, 2.435914, 2.458535",\
|
|
"2.505569, 2.473103, 2.449568, 2.434554, 2.457175",\
|
|
"2.486298, 2.453832, 2.430297, 2.415283, 2.437904",\
|
|
"2.417683, 2.385217, 2.361683, 2.346668, 2.369289");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.457260, 2.424793, 2.401259, 2.386245, 2.408866",\
|
|
"2.503188, 2.470722, 2.447188, 2.432173, 2.454794",\
|
|
"2.544505, 2.512039, 2.488505, 2.473490, 2.496111",\
|
|
"2.617421, 2.584955, 2.561421, 2.546406, 2.569027",\
|
|
"2.759083, 2.726617, 2.703083, 2.688068, 2.710690");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.062983, 0.095449, 0.118984, 0.133998, 0.111377",\
|
|
"0.045788, 0.078254, 0.101789, 0.116804, 0.094182",\
|
|
"0.047174, 0.079640, 0.103175, 0.118190, 0.095568",\
|
|
"0.066545, 0.099011, 0.122545, 0.137560, 0.114939",\
|
|
"0.134201, 0.166667, 0.190202, 0.205216, 0.182595");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.064894, -0.032428, -0.008893, 0.006121, -0.016500",\
|
|
"-0.110694, -0.078228, -0.054694, -0.039679, -0.062300",\
|
|
"-0.151753, -0.119287, -0.095753, -0.080738, -0.103360",\
|
|
"-0.224263, -0.191797, -0.168263, -0.153248, -0.175869",\
|
|
"-0.365054, -0.332588, -0.309053, -0.294039, -0.316660");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.009100 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.502979, 2.470513, 2.446978, 2.431964, 2.454585",\
|
|
"2.520403, 2.487937, 2.464402, 2.449388, 2.472009",\
|
|
"2.518890, 2.486424, 2.462889, 2.447875, 2.470496",\
|
|
"2.499568, 2.467101, 2.443567, 2.428552, 2.451174",\
|
|
"2.433526, 2.401059, 2.377525, 2.362510, 2.385132");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.436406, 2.403940, 2.380406, 2.365391, 2.388012",\
|
|
"2.481793, 2.449327, 2.425793, 2.410778, 2.433400",\
|
|
"2.524139, 2.491673, 2.468138, 2.453124, 2.475745",\
|
|
"2.598409, 2.565943, 2.542409, 2.527394, 2.550015",\
|
|
"2.742615, 2.710149, 2.686614, 2.671600, 2.694221");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.143496, 0.175962, 0.199497, 0.214511, 0.191890",\
|
|
"0.126072, 0.158538, 0.182073, 0.197087, 0.174466",\
|
|
"0.127634, 0.160100, 0.183635, 0.198649, 0.176028",\
|
|
"0.147131, 0.179597, 0.203132, 0.218146, 0.195525",\
|
|
"0.212919, 0.245385, 0.268920, 0.283934, 0.261313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.034596, -0.002130, 0.021404, 0.036419, 0.013797",\
|
|
"-0.079984, -0.047518, -0.023983, -0.008968, -0.031590",\
|
|
"-0.121928, -0.089462, -0.065927, -0.050913, -0.073534",\
|
|
"-0.195702, -0.163236, -0.139701, -0.124687, -0.147308",\
|
|
"-0.338971, -0.306505, -0.282970, -0.267956, -0.290577");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.009772 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.516813, 2.484347, 2.460813, 2.445798, 2.468420",\
|
|
"2.534324, 2.501858, 2.478323, 2.463309, 2.485930",\
|
|
"2.532739, 2.500273, 2.476738, 2.461724, 2.484345",\
|
|
"2.513360, 2.480894, 2.457359, 2.442345, 2.464966",\
|
|
"2.446981, 2.414515, 2.390980, 2.375966, 2.398587");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.457330, 2.424864, 2.401330, 2.386315, 2.408937",\
|
|
"2.502740, 2.470273, 2.446739, 2.431725, 2.454346",\
|
|
"2.545107, 2.512641, 2.489106, 2.474092, 2.496713",\
|
|
"2.619482, 2.587016, 2.563482, 2.548467, 2.571088",\
|
|
"2.763981, 2.731515, 2.707980, 2.692966, 2.715587");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.139104, 0.171570, 0.195104, 0.210119, 0.187497",\
|
|
"0.121593, 0.154059, 0.177594, 0.192608, 0.169987",\
|
|
"0.123214, 0.155680, 0.179215, 0.194229, 0.171608",\
|
|
"0.142746, 0.175212, 0.198746, 0.213761, 0.191139",\
|
|
"0.208821, 0.241287, 0.264821, 0.279836, 0.257214");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.001917, 0.030549, 0.054084, 0.069098, 0.046477",\
|
|
"-0.047326, -0.014860, 0.008674, 0.023689, 0.001068",\
|
|
"-0.089004, -0.056538, -0.033004, -0.017989, -0.040611",\
|
|
"-0.162844, -0.130378, -0.106843, -0.091829, -0.114450",\
|
|
"-0.306364, -0.273898, -0.250364, -0.235349, -0.257970");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.010244 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.542320, 2.509854, 2.486320, 2.471305, 2.493927",\
|
|
"2.559946, 2.527480, 2.503945, 2.488931, 2.511552",\
|
|
"2.558273, 2.525807, 2.502272, 2.487258, 2.509879",\
|
|
"2.538818, 2.506352, 2.482818, 2.467803, 2.490425",\
|
|
"2.471590, 2.439123, 2.415589, 2.400574, 2.423196");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.494313, 2.461847, 2.438313, 2.423298, 2.445920",\
|
|
"2.539762, 2.507295, 2.483761, 2.468746, 2.491368",\
|
|
"2.582363, 2.549897, 2.526363, 2.511348, 2.533969",\
|
|
"2.656739, 2.624273, 2.600739, 2.585724, 2.608346",\
|
|
"2.801546, 2.769080, 2.745546, 2.730531, 2.753152");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.114658, 0.147124, 0.170659, 0.185673, 0.163052",\
|
|
"0.097033, 0.129499, 0.153033, 0.168048, 0.145426",\
|
|
"0.098700, 0.131166, 0.154701, 0.169715, 0.147094",\
|
|
"0.118121, 0.150587, 0.174122, 0.189136, 0.166515",\
|
|
"0.184480, 0.216946, 0.240481, 0.255495, 0.232874");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.074339, -0.041873, -0.018338, -0.003324, -0.025945",\
|
|
"-0.119787, -0.087321, -0.063786, -0.048772, -0.071393",\
|
|
"-0.161800, -0.129334, -0.105799, -0.090785, -0.113406",\
|
|
"-0.235438, -0.202972, -0.179437, -0.164423, -0.187044",\
|
|
"-0.378776, -0.346310, -0.322776, -0.307761, -0.330383");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.008291 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.525196, 2.492730, 2.469195, 2.454181, 2.476802",\
|
|
"2.542632, 2.510165, 2.486631, 2.471617, 2.494238",\
|
|
"2.541058, 2.508592, 2.485057, 2.470043, 2.492664",\
|
|
"2.521541, 2.489074, 2.465540, 2.450526, 2.473147",\
|
|
"2.454519, 2.422052, 2.398518, 2.383503, 2.406125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.490688, 2.458221, 2.434687, 2.419672, 2.442294",\
|
|
"2.536084, 2.503618, 2.480083, 2.465069, 2.487690",\
|
|
"2.578537, 2.546071, 2.522536, 2.507522, 2.530143",\
|
|
"2.652940, 2.620473, 2.596939, 2.581924, 2.604546",\
|
|
"2.797398, 2.764932, 2.741398, 2.726383, 2.749004");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.138512, 0.170978, 0.194512, 0.209527, 0.186905",\
|
|
"0.121076, 0.153542, 0.177077, 0.192091, 0.169470",\
|
|
"0.122631, 0.155097, 0.178632, 0.193646, 0.171025",\
|
|
"0.142082, 0.174548, 0.198083, 0.213097, 0.190476",\
|
|
"0.207603, 0.240069, 0.263604, 0.278618, 0.255997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.055057, -0.022591, 0.000944, 0.015958, -0.006663",\
|
|
"-0.100453, -0.067987, -0.044453, -0.029438, -0.052060",\
|
|
"-0.142447, -0.109981, -0.086446, -0.071432, -0.094053",\
|
|
"-0.216265, -0.183799, -0.160264, -0.145250, -0.167871",\
|
|
"-0.359550, -0.327084, -0.303550, -0.288535, -0.311157");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.008711 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.508070, 2.475604, 2.452070, 2.437055, 2.459676",\
|
|
"2.525395, 2.492929, 2.469394, 2.454380, 2.477001",\
|
|
"2.523980, 2.491513, 2.467979, 2.452965, 2.475586",\
|
|
"2.504750, 2.472284, 2.448749, 2.433735, 2.456356",\
|
|
"2.438545, 2.406079, 2.382545, 2.367530, 2.390152");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.450696, 2.418230, 2.394696, 2.379681, 2.402303",\
|
|
"2.495982, 2.463516, 2.439981, 2.424967, 2.447588",\
|
|
"2.538244, 2.505778, 2.482244, 2.467229, 2.489851",\
|
|
"2.612102, 2.579636, 2.556101, 2.541087, 2.563708",\
|
|
"2.755596, 2.723130, 2.699595, 2.684581, 2.707202");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.136428, 0.168894, 0.192429, 0.207443, 0.184822",\
|
|
"0.119104, 0.151570, 0.175104, 0.190119, 0.167498",\
|
|
"0.120531, 0.152997, 0.176532, 0.191546, 0.168925",\
|
|
"0.139798, 0.172264, 0.195799, 0.210813, 0.188192",\
|
|
"0.204902, 0.237368, 0.260902, 0.275917, 0.253295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.022396, 0.054862, 0.078397, 0.093411, 0.070790",\
|
|
"-0.022889, 0.009577, 0.033111, 0.048126, 0.025505",\
|
|
"-0.064724, -0.032258, -0.008724, 0.006291, -0.016331",\
|
|
"-0.138069, -0.105603, -0.082068, -0.067054, -0.089675",\
|
|
"-0.280720, -0.248254, -0.224719, -0.209705, -0.232326");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.006007 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.521323, 2.488857, 2.465322, 2.450308, 2.472929",\
|
|
"2.538752, 2.506286, 2.482752, 2.467737, 2.490358",\
|
|
"2.537231, 2.504765, 2.481231, 2.466216, 2.488838",\
|
|
"2.517866, 2.485400, 2.461866, 2.446851, 2.469472",\
|
|
"2.451615, 2.419149, 2.395614, 2.380600, 2.403221");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.471279, 2.438813, 2.415279, 2.400264, 2.422885",\
|
|
"2.516694, 2.484228, 2.460693, 2.445679, 2.468300",\
|
|
"2.559046, 2.526580, 2.503046, 2.488031, 2.510653",\
|
|
"2.633345, 2.600879, 2.577344, 2.562330, 2.584951",\
|
|
"2.777712, 2.745246, 2.721711, 2.706697, 2.729318");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.132551, 0.165017, 0.188552, 0.203566, 0.180945",\
|
|
"0.115122, 0.147588, 0.171123, 0.186137, 0.163516",\
|
|
"0.116649, 0.149115, 0.172650, 0.187664, 0.165043",\
|
|
"0.136036, 0.168502, 0.192037, 0.207051, 0.184430",\
|
|
"0.201234, 0.233700, 0.257234, 0.272249, 0.249628");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.028622, 0.061088, 0.084623, 0.099637, 0.077016",\
|
|
"-0.016793, 0.015673, 0.039208, 0.054223, 0.031601",\
|
|
"-0.058965, -0.026499, -0.002964, 0.012050, -0.010571",\
|
|
"-0.133025, -0.100559, -0.077024, -0.062010, -0.084631",\
|
|
"-0.276942, -0.244476, -0.220942, -0.205927, -0.228549");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.398540, 2.366074, 2.342539, 2.327525, 2.350146",\
|
|
"2.428662, 2.396196, 2.372661, 2.357647, 2.380268",\
|
|
"2.442310, 2.409843, 2.386309, 2.371294, 2.393916",\
|
|
"2.441897, 2.409431, 2.385897, 2.370882, 2.393504",\
|
|
"2.398834, 2.366368, 2.342833, 2.327819, 2.350440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.390659, 2.358193, 2.334659, 2.319644, 2.342266",\
|
|
"2.441216, 2.408751, 2.385216, 2.370201, 2.392823",\
|
|
"2.505064, 2.472598, 2.449063, 2.434049, 2.456670",\
|
|
"2.614514, 2.582048, 2.558514, 2.543499, 2.566121",\
|
|
"2.801775, 2.769310, 2.745775, 2.730760, 2.753382");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.178524, -0.146058, -0.122523, -0.107509, -0.130130",\
|
|
"-0.208646, -0.176179, -0.152645, -0.137630, -0.160252",\
|
|
"-0.222305, -0.189839, -0.166304, -0.151290, -0.173911",\
|
|
"-0.221919, -0.189453, -0.165919, -0.150904, -0.173526",\
|
|
"-0.179891, -0.147425, -0.123890, -0.108876, -0.131497");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.288761, -0.256295, -0.232760, -0.217746, -0.240367",\
|
|
"-0.339318, -0.306852, -0.283317, -0.268303, -0.290924",\
|
|
"-0.402964, -0.370498, -0.346964, -0.331949, -0.354571",\
|
|
"-0.511840, -0.479374, -0.455839, -0.440825, -0.463446",\
|
|
"-0.698198, -0.665732, -0.642198, -0.627183, -0.649804");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004909 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.347966, 2.315500, 2.291966, 2.276951, 2.299572",\
|
|
"2.381753, 2.349287, 2.325752, 2.310738, 2.333359",\
|
|
"2.405888, 2.373422, 2.349888, 2.334873, 2.357494",\
|
|
"2.424051, 2.391585, 2.368050, 2.353036, 2.375657",\
|
|
"2.412850, 2.380384, 2.356849, 2.341835, 2.364456");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.362795, 2.330329, 2.306794, 2.291780, 2.314401",\
|
|
"2.414460, 2.381994, 2.358459, 2.343445, 2.366066",\
|
|
"2.477359, 2.444892, 2.421358, 2.406343, 2.428965",\
|
|
"2.582371, 2.549905, 2.526371, 2.511356, 2.533978",\
|
|
"2.758794, 2.726327, 2.702793, 2.687778, 2.710400");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.166175, -0.133709, -0.110174, -0.095160, -0.117781",\
|
|
"-0.199961, -0.167495, -0.143960, -0.128946, -0.151567",\
|
|
"-0.224036, -0.191570, -0.168035, -0.153021, -0.175642",\
|
|
"-0.242057, -0.209591, -0.186057, -0.171042, -0.193664",\
|
|
"-0.232253, -0.199787, -0.176252, -0.161238, -0.183859");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.158498, -0.126032, -0.102497, -0.087483, -0.110104",\
|
|
"-0.210163, -0.177697, -0.154162, -0.139148, -0.161769",\
|
|
"-0.273041, -0.240575, -0.217041, -0.202026, -0.224648",\
|
|
"-0.377998, -0.345532, -0.321997, -0.306983, -0.329604",\
|
|
"-0.554384, -0.521918, -0.498383, -0.483369, -0.505990");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.006973 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.615144, 2.582677, 2.559143, 2.544128, 2.566750",\
|
|
"2.639853, 2.607387, 2.583852, 2.568838, 2.591459",\
|
|
"2.646167, 2.613700, 2.590166, 2.575151, 2.597773",\
|
|
"2.634259, 2.601793, 2.578258, 2.563244, 2.585865",\
|
|
"2.572363, 2.539897, 2.516362, 2.501348, 2.523969");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.559868, 2.527401, 2.503867, 2.488853, 2.511474",\
|
|
"2.611253, 2.578787, 2.555252, 2.540238, 2.562859",\
|
|
"2.672049, 2.639583, 2.616048, 2.601034, 2.623655",\
|
|
"2.778581, 2.746115, 2.722581, 2.707566, 2.730187",\
|
|
"2.964567, 2.932101, 2.908567, 2.893552, 2.916173");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.168129, -0.135663, -0.112128, -0.097114, -0.119735",\
|
|
"-0.192838, -0.160372, -0.136837, -0.121823, -0.144444",\
|
|
"-0.199061, -0.166595, -0.143060, -0.128046, -0.150667",\
|
|
"-0.187006, -0.154540, -0.131005, -0.115991, -0.138612",\
|
|
"-0.124322, -0.091856, -0.068322, -0.053307, -0.075929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.079776, -0.047310, -0.023775, -0.008761, -0.031382",\
|
|
"-0.131161, -0.098695, -0.075161, -0.060146, -0.082767",\
|
|
"-0.191952, -0.159486, -0.135951, -0.120937, -0.143558",\
|
|
"-0.298471, -0.266005, -0.242470, -0.227455, -0.250077",\
|
|
"-0.484438, -0.451972, -0.428438, -0.413423, -0.436045");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004887 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.597469, 2.565003, 2.541468, 2.526454, 2.549075",\
|
|
"2.632394, 2.599928, 2.576393, 2.561379, 2.584000",\
|
|
"2.656620, 2.624154, 2.600620, 2.585605, 2.608226",\
|
|
"2.674574, 2.642107, 2.618573, 2.603559, 2.626180",\
|
|
"2.662931, 2.630465, 2.606930, 2.591916, 2.614537");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.580966, 2.548500, 2.524966, 2.509951, 2.532572",\
|
|
"2.634055, 2.601589, 2.578054, 2.563040, 2.585661",\
|
|
"2.697185, 2.664719, 2.641184, 2.626170, 2.648791",\
|
|
"2.801943, 2.769477, 2.745942, 2.730928, 2.753549",\
|
|
"2.977744, 2.945278, 2.921743, 2.906729, 2.929350");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.138129, -0.105663, -0.082128, -0.067114, -0.089735",\
|
|
"-0.173054, -0.140588, -0.117053, -0.102039, -0.124660",\
|
|
"-0.196964, -0.164498, -0.140963, -0.125949, -0.148570",\
|
|
"-0.215232, -0.182766, -0.159231, -0.144217, -0.166838",\
|
|
"-0.203221, -0.170755, -0.147220, -0.132206, -0.154827");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.100934, -0.068468, -0.044934, -0.029919, -0.052541",\
|
|
"-0.154023, -0.121557, -0.098022, -0.083008, -0.105629",\
|
|
"-0.217153, -0.184687, -0.161152, -0.146138, -0.168759",\
|
|
"-0.321911, -0.289445, -0.265911, -0.250896, -0.273517",\
|
|
"-0.497712, -0.465246, -0.441711, -0.426697, -0.449318");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.008549 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.543704, 2.511238, 2.487703, 2.472689, 2.495310",\
|
|
"2.577191, 2.544725, 2.521191, 2.506176, 2.528798",\
|
|
"2.599915, 2.567449, 2.543914, 2.528900, 2.551521",\
|
|
"2.615404, 2.582937, 2.559403, 2.544389, 2.567010",\
|
|
"2.598711, 2.566244, 2.542710, 2.527695, 2.550317");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.606389, 2.573922, 2.550388, 2.535373, 2.557995",\
|
|
"2.658115, 2.625649, 2.602115, 2.587100, 2.609722",\
|
|
"2.723630, 2.691164, 2.667629, 2.652615, 2.675236",\
|
|
"2.837196, 2.804730, 2.781195, 2.766181, 2.788802",\
|
|
"3.028678, 2.996212, 2.972678, 2.957663, 2.980285");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.066371, -0.033905, -0.010371, 0.004644, -0.017977",\
|
|
"-0.099858, -0.067392, -0.043857, -0.028843, -0.051464",\
|
|
"-0.122463, -0.089997, -0.066462, -0.051448, -0.074069",\
|
|
"-0.137681, -0.105215, -0.081680, -0.066666, -0.089287",\
|
|
"-0.120167, -0.087701, -0.064166, -0.049152, -0.071773");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.124316, -0.091850, -0.068315, -0.053301, -0.075922",\
|
|
"-0.176042, -0.143576, -0.120041, -0.105027, -0.127648",\
|
|
"-0.241437, -0.208971, -0.185436, -0.170422, -0.193043",\
|
|
"-0.355029, -0.322563, -0.299029, -0.284014, -0.306635",\
|
|
"-0.547973, -0.515507, -0.491973, -0.476958, -0.499580");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003398 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.711393, 2.678927, 2.655392, 2.640378, 2.662999",\
|
|
"2.741952, 2.709486, 2.685951, 2.670937, 2.693558",\
|
|
"2.757463, 2.724997, 2.701462, 2.686448, 2.709069",\
|
|
"2.765002, 2.732536, 2.709002, 2.693987, 2.716609",\
|
|
"2.746136, 2.713670, 2.690136, 2.675121, 2.697742");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.738302, 2.705835, 2.682301, 2.667286, 2.689908",\
|
|
"2.787251, 2.754785, 2.731251, 2.716236, 2.738857",\
|
|
"2.835974, 2.803507, 2.779973, 2.764958, 2.787580",\
|
|
"2.914597, 2.882131, 2.858596, 2.843582, 2.866203",\
|
|
"3.052016, 3.019550, 2.996015, 2.981001, 3.003622");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.087351, -0.054885, -0.031350, -0.016336, -0.038957",\
|
|
"-0.117910, -0.085444, -0.061910, -0.046895, -0.069516",\
|
|
"-0.133421, -0.100955, -0.077421, -0.062406, -0.085027",\
|
|
"-0.140959, -0.108493, -0.084959, -0.069944, -0.092565",\
|
|
"-0.122093, -0.089627, -0.066092, -0.051078, -0.073699");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.249759, -0.217293, -0.193759, -0.178744, -0.201366",\
|
|
"-0.298710, -0.266243, -0.242709, -0.227694, -0.250316",\
|
|
"-0.347416, -0.314950, -0.291416, -0.276401, -0.299022",\
|
|
"-0.426034, -0.393568, -0.370034, -0.355019, -0.377640",\
|
|
"-0.563429, -0.530963, -0.507429, -0.492414, -0.515036");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.007982 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[1];
|
|
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.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.552601, 2.520135, 2.496601, 2.481586, 2.504208",\
|
|
"2.580983, 2.548517, 2.524982, 2.509968, 2.532589",\
|
|
"2.568222, 2.535755, 2.512221, 2.497206, 2.519828",\
|
|
"2.468623, 2.436157, 2.412622, 2.397608, 2.420229",\
|
|
"2.085558, 2.053092, 2.029558, 2.014543, 2.037165");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.619210, 2.586744, 2.563209, 2.548195, 2.570816",\
|
|
"2.711261, 2.678795, 2.655261, 2.640246, 2.662868",\
|
|
"2.831780, 2.799314, 2.775780, 2.760765, 2.783387",\
|
|
"3.084714, 3.052248, 3.028713, 3.013699, 3.036320",\
|
|
"3.681204, 3.648738, 3.625204, 3.610189, 3.632811");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.052529, -0.020063, 0.003471, 0.018486, -0.004136",\
|
|
"-0.080901, -0.048435, -0.024900, -0.009886, -0.032507",\
|
|
"-0.068098, -0.035632, -0.012098, 0.002917, -0.019705",\
|
|
"0.030138, 0.062604, 0.086139, 0.101153, 0.078532",\
|
|
"0.410654, 0.443120, 0.466655, 0.481669, 0.459048");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.111290, -0.078824, -0.055290, -0.040275, -0.062896",\
|
|
"-0.203592, -0.171125, -0.147591, -0.132576, -0.155198",\
|
|
"-0.325042, -0.292576, -0.269042, -0.254027, -0.276648",\
|
|
"-0.581461, -0.548995, -0.525461, -0.510446, -0.533068",\
|
|
"-1.180492, -1.148026, -1.124492, -1.109477, -1.132099");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.008515 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.536875, 2.504409, 2.480875, 2.465860, 2.488482",\
|
|
"2.570357, 2.537890, 2.514356, 2.499341, 2.521963",\
|
|
"2.592759, 2.560292, 2.536758, 2.521744, 2.544365",\
|
|
"2.608142, 2.575675, 2.552141, 2.537127, 2.559748",\
|
|
"2.590792, 2.558326, 2.534791, 2.519777, 2.542398");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.623967, 2.591501, 2.567967, 2.552952, 2.575573",\
|
|
"2.675687, 2.643221, 2.619686, 2.604672, 2.627293",\
|
|
"2.740486, 2.708020, 2.684486, 2.669471, 2.692092",\
|
|
"2.855834, 2.823368, 2.799833, 2.784819, 2.807440",\
|
|
"3.045146, 3.012680, 2.989146, 2.974131, 2.996753");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.032855, -0.000389, 0.023145, 0.038160, 0.015538",\
|
|
"-0.066336, -0.033870, -0.010336, 0.004679, -0.017943",\
|
|
"-0.088853, -0.056387, -0.032852, -0.017838, -0.040459",\
|
|
"-0.104103, -0.071636, -0.048102, -0.033087, -0.055709",\
|
|
"-0.087625, -0.055159, -0.031625, -0.016610, -0.039232");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.101127, -0.068661, -0.045127, -0.030112, -0.052733",\
|
|
"-0.152846, -0.120380, -0.096845, -0.081831, -0.104452",\
|
|
"-0.217445, -0.184979, -0.161444, -0.146430, -0.169051",\
|
|
"-0.331747, -0.299281, -0.275747, -0.260732, -0.283354",\
|
|
"-0.519998, -0.487532, -0.463997, -0.448983, -0.471604");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002921 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.205908, -0.238374, -0.261909, -0.276923, -0.254302",\
|
|
"-0.188525, -0.220991, -0.244526, -0.259540, -0.236919",\
|
|
"-0.190023, -0.222490, -0.246024, -0.261039, -0.238417",\
|
|
"-0.209439, -0.241905, -0.265440, -0.280454, -0.257833",\
|
|
"-0.276073, -0.308539, -0.332073, -0.347088, -0.324467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.057496, -0.089962, -0.113496, -0.128511, -0.105890",\
|
|
"-0.012110, -0.044576, -0.068111, -0.083125, -0.060504",\
|
|
"0.030299, -0.002167, -0.025702, -0.040716, -0.018095",\
|
|
"0.104452, 0.071985, 0.048451, 0.033436, 0.056058",\
|
|
"0.248093, 0.215627, 0.192092, 0.177078, 0.199699");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.219074, 0.251540, 0.275075, 0.290089, 0.267468",\
|
|
"0.201691, 0.234157, 0.257692, 0.272706, 0.250085",\
|
|
"0.203190, 0.235656, 0.259190, 0.274205, 0.251583",\
|
|
"0.222605, 0.255071, 0.278606, 0.293620, 0.270999",\
|
|
"0.289239, 0.321705, 0.345240, 0.360254, 0.337633");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.098011, 0.130477, 0.154012, 0.169026, 0.146405",\
|
|
"0.052625, 0.085091, 0.108626, 0.123640, 0.101019",\
|
|
"0.010216, 0.042682, 0.066217, 0.081231, 0.058610",\
|
|
"-0.063936, -0.031470, -0.007936, 0.007079, -0.015543",\
|
|
"-0.207578, -0.175112, -0.151577, -0.136563, -0.159184");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002829 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.225466, -0.257932, -0.281467, -0.296481, -0.273860",\
|
|
"-0.208220, -0.240686, -0.264221, -0.279235, -0.256614",\
|
|
"-0.209553, -0.242019, -0.265554, -0.280568, -0.257947",\
|
|
"-0.228686, -0.261152, -0.284687, -0.299701, -0.277080",\
|
|
"-0.296634, -0.329100, -0.352634, -0.367649, -0.345028");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.070573, -0.103039, -0.126573, -0.141588, -0.118967",\
|
|
"-0.024600, -0.057066, -0.080600, -0.095615, -0.072994",\
|
|
"0.016758, -0.015708, -0.039242, -0.054257, -0.031635",\
|
|
"0.089828, 0.057362, 0.033827, 0.018813, 0.041434",\
|
|
"0.231589, 0.199123, 0.175588, 0.160574, 0.183195");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.238635, 0.271101, 0.294636, 0.309650, 0.287029",\
|
|
"0.221390, 0.253856, 0.277390, 0.292405, 0.269783",\
|
|
"0.222722, 0.255188, 0.278723, 0.293737, 0.271116",\
|
|
"0.241856, 0.274322, 0.297856, 0.312871, 0.290249",\
|
|
"0.309803, 0.342269, 0.365804, 0.380818, 0.358197");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.111093, 0.143559, 0.167093, 0.182108, 0.159486",\
|
|
"0.065119, 0.097586, 0.121120, 0.136135, 0.113513",\
|
|
"0.023761, 0.056227, 0.079762, 0.094776, 0.072155",\
|
|
"-0.049308, -0.016842, 0.006692, 0.021707, -0.000914",\
|
|
"-0.191069, -0.158603, -0.135068, -0.120054, -0.142675");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003222 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.204737, -0.237203, -0.260737, -0.275752, -0.253130",\
|
|
"-0.187409, -0.219875, -0.243409, -0.258424, -0.235803",\
|
|
"-0.188846, -0.221312, -0.244846, -0.259861, -0.237239",\
|
|
"-0.208186, -0.240652, -0.264186, -0.279201, -0.256580",\
|
|
"-0.275171, -0.307637, -0.331172, -0.346186, -0.323565");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.054270, -0.086736, -0.110271, -0.125285, -0.102664",\
|
|
"-0.008959, -0.041426, -0.064960, -0.079975, -0.057353",\
|
|
"0.033398, 0.000932, -0.022603, -0.037617, -0.014996",\
|
|
"0.107260, 0.074794, 0.051260, 0.036245, 0.058867",\
|
|
"0.250398, 0.217932, 0.194398, 0.179383, 0.202005");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.217945, 0.250411, 0.273946, 0.288960, 0.266339",\
|
|
"0.200618, 0.233084, 0.256618, 0.271633, 0.249011",\
|
|
"0.202055, 0.234521, 0.258055, 0.273070, 0.250448",\
|
|
"0.221395, 0.253861, 0.277395, 0.292410, 0.269788",\
|
|
"0.288380, 0.320846, 0.344381, 0.359395, 0.336774");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.094851, 0.127317, 0.150852, 0.165866, 0.143245",\
|
|
"0.049540, 0.082007, 0.105541, 0.120556, 0.097934",\
|
|
"0.007183, 0.039649, 0.063184, 0.078198, 0.055577",\
|
|
"-0.066679, -0.034213, -0.010679, 0.004336, -0.018285",\
|
|
"-0.209817, -0.177351, -0.153817, -0.138802, -0.161424");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003210 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.198173, -0.230639, -0.254174, -0.269188, -0.246567",\
|
|
"-0.180893, -0.213359, -0.236894, -0.251908, -0.229287",\
|
|
"-0.182269, -0.214735, -0.238269, -0.253284, -0.230662",\
|
|
"-0.201469, -0.233935, -0.257470, -0.272484, -0.249863",\
|
|
"-0.269116, -0.301582, -0.325117, -0.340131, -0.317510");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.050822, -0.083288, -0.106823, -0.121837, -0.099216",\
|
|
"-0.004816, -0.037283, -0.060817, -0.075832, -0.053210",\
|
|
"0.036613, 0.004147, -0.019388, -0.034402, -0.011781",\
|
|
"0.109934, 0.077468, 0.053934, 0.038919, 0.061540",\
|
|
"0.252132, 0.219666, 0.196131, 0.181117, 0.203738");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.211350, 0.243816, 0.267350, 0.282365, 0.259744",\
|
|
"0.194070, 0.226536, 0.250070, 0.265085, 0.242464",\
|
|
"0.195445, 0.227912, 0.251446, 0.266461, 0.243839",\
|
|
"0.214646, 0.247112, 0.270647, 0.285661, 0.263040",\
|
|
"0.282293, 0.314759, 0.338293, 0.353308, 0.330686");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.091354, 0.123820, 0.147355, 0.162369, 0.139748",\
|
|
"0.045348, 0.077814, 0.101349, 0.116363, 0.093742",\
|
|
"0.003919, 0.036385, 0.059920, 0.074934, 0.052313",\
|
|
"-0.069402, -0.036936, -0.013402, 0.001613, -0.021008",\
|
|
"-0.211600, -0.179134, -0.155599, -0.140585, -0.163206");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002919 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.209650, -0.242116, -0.265651, -0.280665, -0.258044",\
|
|
"-0.192256, -0.224723, -0.248257, -0.263272, -0.240650",\
|
|
"-0.193768, -0.226234, -0.249768, -0.264783, -0.242161",\
|
|
"-0.213200, -0.245666, -0.269201, -0.284215, -0.261594",\
|
|
"-0.279772, -0.312238, -0.335773, -0.350787, -0.328166");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.061047, -0.093514, -0.117048, -0.132063, -0.109441",\
|
|
"-0.015647, -0.048113, -0.071648, -0.086662, -0.064041",\
|
|
"0.026772, -0.005694, -0.029229, -0.044243, -0.021622",\
|
|
"0.100980, 0.068514, 0.044980, 0.029965, 0.052587",\
|
|
"0.244720, 0.212254, 0.188719, 0.173705, 0.196326");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.222811, 0.255277, 0.278812, 0.293826, 0.271205",\
|
|
"0.205418, 0.237884, 0.261418, 0.276433, 0.253812",\
|
|
"0.206929, 0.239395, 0.262930, 0.277944, 0.255323",\
|
|
"0.226361, 0.258827, 0.282362, 0.297376, 0.274755",\
|
|
"0.292934, 0.325400, 0.348934, 0.363949, 0.341327");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.101555, 0.134021, 0.157556, 0.172570, 0.149949",\
|
|
"0.056155, 0.088621, 0.112156, 0.127170, 0.104549",\
|
|
"0.013736, 0.046202, 0.069736, 0.084751, 0.062130",\
|
|
"-0.060473, -0.028007, -0.004472, 0.010542, -0.012079",\
|
|
"-0.204212, -0.171746, -0.148211, -0.133197, -0.155818");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003061 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.197131, -0.229597, -0.253132, -0.268146, -0.245525",\
|
|
"-0.179589, -0.212055, -0.235590, -0.250604, -0.227983",\
|
|
"-0.181180, -0.213646, -0.237180, -0.252195, -0.229573",\
|
|
"-0.200573, -0.233039, -0.256574, -0.271588, -0.248967",\
|
|
"-0.267025, -0.299491, -0.323025, -0.338040, -0.315418");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.031149, -0.063615, -0.087150, -0.102164, -0.079543",\
|
|
"0.014332, -0.018134, -0.041668, -0.056683, -0.034062",\
|
|
"0.056670, 0.024204, 0.000669, -0.014346, 0.008276",\
|
|
"0.130787, 0.098321, 0.074787, 0.059772, 0.082394",\
|
|
"0.274745, 0.242279, 0.218744, 0.203730, 0.226351");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.210633, 0.243099, 0.266634, 0.281648, 0.259027",\
|
|
"0.193091, 0.225557, 0.249092, 0.264106, 0.241485",\
|
|
"0.194681, 0.227147, 0.250682, 0.265696, 0.243075",\
|
|
"0.214075, 0.246541, 0.270075, 0.285090, 0.262468",\
|
|
"0.280526, 0.312992, 0.336527, 0.351541, 0.328920");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.071630, 0.104096, 0.127630, 0.142645, 0.120023",\
|
|
"0.026148, 0.058614, 0.082149, 0.097164, 0.074542",\
|
|
"-0.016189, 0.016277, 0.039812, 0.054826, 0.032205",\
|
|
"-0.090307, -0.057841, -0.034306, -0.019292, -0.041913",\
|
|
"-0.234264, -0.201798, -0.178264, -0.163249, -0.185871");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003013 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.230081, -0.262547, -0.286082, -0.301096, -0.278475",\
|
|
"-0.212585, -0.245051, -0.268585, -0.283600, -0.260978",\
|
|
"-0.214146, -0.246612, -0.270146, -0.285161, -0.262540",\
|
|
"-0.233536, -0.266002, -0.289536, -0.304551, -0.281929",\
|
|
"-0.299943, -0.332409, -0.355944, -0.370958, -0.348337");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.065669, -0.098135, -0.121669, -0.136684, -0.114063",\
|
|
"-0.020203, -0.052669, -0.076203, -0.091218, -0.068597",\
|
|
"0.022128, -0.010338, -0.033873, -0.048887, -0.026266",\
|
|
"0.096276, 0.063810, 0.040275, 0.025261, 0.047882",\
|
|
"0.240162, 0.207696, 0.184161, 0.169147, 0.191768");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.243235, 0.275701, 0.299235, 0.314250, 0.291629",\
|
|
"0.225738, 0.258204, 0.281739, 0.296753, 0.274132",\
|
|
"0.227299, 0.259765, 0.283300, 0.298314, 0.275693",\
|
|
"0.246689, 0.279155, 0.302690, 0.317704, 0.295083",\
|
|
"0.313097, 0.345563, 0.369097, 0.384112, 0.361490");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.106162, 0.138628, 0.162163, 0.177177, 0.154556",\
|
|
"0.060696, 0.093162, 0.116697, 0.131711, 0.109090",\
|
|
"0.018366, 0.050832, 0.074367, 0.089381, 0.066760",\
|
|
"-0.055783, -0.023317, 0.000218, 0.015232, -0.007389",\
|
|
"-0.199668, -0.167202, -0.143668, -0.128653, -0.151274");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002903 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.228126, -0.260592, -0.284127, -0.299141, -0.276520",\
|
|
"-0.210698, -0.243164, -0.266699, -0.281713, -0.259092",\
|
|
"-0.212215, -0.244681, -0.268216, -0.283230, -0.260609",\
|
|
"-0.231599, -0.264065, -0.287599, -0.302614, -0.279992",\
|
|
"-0.297933, -0.330399, -0.353933, -0.368948, -0.346326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.053592, -0.086058, -0.109592, -0.124607, -0.101985",\
|
|
"-0.008149, -0.040615, -0.064149, -0.079164, -0.056543",\
|
|
"0.034166, 0.001700, -0.021835, -0.036849, -0.014228",\
|
|
"0.108355, 0.075889, 0.052354, 0.037340, 0.059961",\
|
|
"0.252123, 0.219657, 0.196123, 0.181108, 0.203730");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.241592, 0.274058, 0.297593, 0.312607, 0.289986",\
|
|
"0.224164, 0.256630, 0.280165, 0.295179, 0.272558",\
|
|
"0.225681, 0.258147, 0.281682, 0.296696, 0.274075",\
|
|
"0.245065, 0.277531, 0.301065, 0.316080, 0.293458",\
|
|
"0.311399, 0.343865, 0.367399, 0.382414, 0.359792");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.094022, 0.126488, 0.150023, 0.165037, 0.142416",\
|
|
"0.048579, 0.081045, 0.104580, 0.119594, 0.096973",\
|
|
"0.006265, 0.038731, 0.062265, 0.077280, 0.054659",\
|
|
"-0.067924, -0.035458, -0.011924, 0.003091, -0.019531",\
|
|
"-0.211693, -0.179227, -0.155692, -0.140678, -0.163299");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003045 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.297909, -0.330375, -0.353910, -0.368924, -0.346303",\
|
|
"-0.280845, -0.313311, -0.336846, -0.351860, -0.329239",\
|
|
"-0.281784, -0.314250, -0.337785, -0.352799, -0.330178",\
|
|
"-0.300060, -0.332526, -0.356060, -0.371075, -0.348454",\
|
|
"-0.369669, -0.402135, -0.425669, -0.440684, -0.418062");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.107945, -0.140411, -0.163945, -0.178960, -0.156338",\
|
|
"-0.062296, -0.094762, -0.118296, -0.133311, -0.110689",\
|
|
"-0.021545, -0.054011, -0.077546, -0.092560, -0.069939",\
|
|
"0.049664, 0.017198, -0.006337, -0.021351, 0.001270",\
|
|
"0.188170, 0.155704, 0.132169, 0.117155, 0.139776");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.311076, 0.343542, 0.367076, 0.382091, 0.359469",\
|
|
"0.294011, 0.326477, 0.350012, 0.365026, 0.342405",\
|
|
"0.294950, 0.327417, 0.350951, 0.365966, 0.343344",\
|
|
"0.313226, 0.345692, 0.369227, 0.384241, 0.361620",\
|
|
"0.382835, 0.415301, 0.438835, 0.453850, 0.431228");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.148460, 0.180926, 0.204461, 0.219475, 0.196854",\
|
|
"0.102811, 0.135277, 0.158812, 0.173826, 0.151205",\
|
|
"0.062060, 0.094526, 0.118061, 0.133075, 0.110454",\
|
|
"-0.009149, 0.023318, 0.046852, 0.061867, 0.039245",\
|
|
"-0.147654, -0.115188, -0.091654, -0.076639, -0.099261");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002705 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.307929, -0.340395, -0.363929, -0.378944, -0.356322",\
|
|
"-0.290872, -0.323338, -0.346873, -0.361887, -0.339266",\
|
|
"-0.291793, -0.324259, -0.347793, -0.362808, -0.340186",\
|
|
"-0.310028, -0.342494, -0.366028, -0.381043, -0.358421",\
|
|
"-0.379691, -0.412157, -0.435691, -0.450706, -0.428084");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.116769, -0.149235, -0.172770, -0.187784, -0.165163",\
|
|
"-0.071161, -0.103627, -0.127161, -0.142176, -0.119554",\
|
|
"-0.030428, -0.062894, -0.086428, -0.101443, -0.078822",\
|
|
"0.040708, 0.008242, -0.015293, -0.030307, -0.007686",\
|
|
"0.179085, 0.146619, 0.123084, 0.108070, 0.130691");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.321098, 0.353564, 0.377098, 0.392113, 0.369492",\
|
|
"0.304041, 0.336507, 0.360042, 0.375056, 0.352435",\
|
|
"0.304962, 0.337428, 0.360962, 0.375977, 0.353356",\
|
|
"0.323197, 0.355663, 0.379198, 0.394212, 0.371591",\
|
|
"0.392860, 0.425326, 0.448861, 0.463875, 0.441254");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.157289, 0.189755, 0.213290, 0.228304, 0.205683",\
|
|
"0.111680, 0.144147, 0.167681, 0.182696, 0.160074",\
|
|
"0.070948, 0.103414, 0.126948, 0.141963, 0.119341",\
|
|
"-0.000188, 0.032278, 0.055813, 0.070827, 0.048206",\
|
|
"-0.138565, -0.106099, -0.082564, -0.067550, -0.090171");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002829 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.290469, -0.322935, -0.346469, -0.361484, -0.338862",\
|
|
"-0.273374, -0.305840, -0.329375, -0.344389, -0.321768",\
|
|
"-0.274360, -0.306826, -0.330360, -0.345375, -0.322753",\
|
|
"-0.292881, -0.325347, -0.348882, -0.363896, -0.341275",\
|
|
"-0.362213, -0.394679, -0.418214, -0.433228, -0.410607");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.101192, -0.133658, -0.157192, -0.172207, -0.149586",\
|
|
"-0.055493, -0.087959, -0.111494, -0.126508, -0.103887",\
|
|
"-0.014672, -0.047138, -0.070673, -0.085687, -0.063066",\
|
|
"0.056776, 0.024310, 0.000775, -0.014239, 0.008382",\
|
|
"0.195704, 0.163238, 0.139703, 0.124689, 0.147310");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.303677, 0.336143, 0.359678, 0.374692, 0.352071",\
|
|
"0.286583, 0.319049, 0.342583, 0.357598, 0.334977",\
|
|
"0.287568, 0.320035, 0.343569, 0.358584, 0.335962",\
|
|
"0.306090, 0.338556, 0.362090, 0.377105, 0.354484",\
|
|
"0.375422, 0.407888, 0.431423, 0.446437, 0.423816");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.141773, 0.174239, 0.197774, 0.212788, 0.190167",\
|
|
"0.096074, 0.128540, 0.152075, 0.167089, 0.144468",\
|
|
"0.055253, 0.087719, 0.111254, 0.126268, 0.103647",\
|
|
"-0.016195, 0.016271, 0.039806, 0.054820, 0.032199",\
|
|
"-0.155123, -0.122657, -0.099122, -0.084108, -0.106729");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002902 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.291680, -0.324146, -0.347681, -0.362695, -0.340074",\
|
|
"-0.274655, -0.307121, -0.330656, -0.345670, -0.323049",\
|
|
"-0.275488, -0.307954, -0.331488, -0.346503, -0.323881",\
|
|
"-0.294235, -0.326701, -0.350235, -0.365250, -0.342628",\
|
|
"-0.365672, -0.398138, -0.421672, -0.436687, -0.414066");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.100904, -0.133370, -0.156905, -0.171919, -0.149298",\
|
|
"-0.055781, -0.088247, -0.111782, -0.126796, -0.104175",\
|
|
"-0.016061, -0.048527, -0.072062, -0.087076, -0.064455",\
|
|
"0.053824, 0.021358, -0.002176, -0.017191, 0.005430",\
|
|
"0.190504, 0.158038, 0.134503, 0.119489, 0.142110");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.304858, 0.337324, 0.360859, 0.375873, 0.353252",\
|
|
"0.287833, 0.320299, 0.343834, 0.358848, 0.336227",\
|
|
"0.288665, 0.321131, 0.344666, 0.359680, 0.337059",\
|
|
"0.307412, 0.339878, 0.363413, 0.378427, 0.355806",\
|
|
"0.378849, 0.411315, 0.434850, 0.449864, 0.427243");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.141436, 0.173903, 0.197437, 0.212452, 0.189830",\
|
|
"0.096314, 0.128780, 0.152314, 0.167329, 0.144707",\
|
|
"0.056594, 0.089060, 0.112594, 0.127609, 0.104987",\
|
|
"-0.013292, 0.019174, 0.042709, 0.057723, 0.035102",\
|
|
"-0.149972, -0.117506, -0.093971, -0.078957, -0.101578");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003403 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.295987, -0.328453, -0.351988, -0.367002, -0.344381",\
|
|
"-0.278898, -0.311364, -0.334899, -0.349913, -0.327292",\
|
|
"-0.279877, -0.312343, -0.335877, -0.350892, -0.328271",\
|
|
"-0.298360, -0.330827, -0.354361, -0.369376, -0.346754",\
|
|
"-0.367737, -0.400203, -0.423737, -0.438752, -0.416130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.107390, -0.139856, -0.163390, -0.178405, -0.155784",\
|
|
"-0.061700, -0.094166, -0.117700, -0.132715, -0.110094",\
|
|
"-0.020888, -0.053354, -0.076889, -0.091903, -0.069282",\
|
|
"0.050527, 0.018061, -0.005474, -0.020489, 0.002133",\
|
|
"0.189395, 0.156929, 0.133394, 0.118380, 0.141001");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.309148, 0.341614, 0.365149, 0.380163, 0.357542",\
|
|
"0.292060, 0.324526, 0.348060, 0.363075, 0.340453",\
|
|
"0.293038, 0.325504, 0.349039, 0.364053, 0.341432",\
|
|
"0.311522, 0.343988, 0.367522, 0.382537, 0.359916",\
|
|
"0.380898, 0.413364, 0.436899, 0.451913, 0.429292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.147898, 0.180364, 0.203898, 0.218913, 0.196291",\
|
|
"0.102208, 0.134674, 0.158208, 0.173223, 0.150602",\
|
|
"0.061396, 0.093862, 0.117396, 0.132411, 0.109790",\
|
|
"-0.010019, 0.022447, 0.045982, 0.060996, 0.038375",\
|
|
"-0.148887, -0.116421, -0.092887, -0.077872, -0.100493");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003404 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.191511, -0.223977, -0.247512, -0.262526, -0.239905",\
|
|
"-0.174440, -0.206906, -0.230441, -0.245455, -0.222834",\
|
|
"-0.175437, -0.207903, -0.231438, -0.246452, -0.223831",\
|
|
"-0.194003, -0.226469, -0.250004, -0.265018, -0.242397",\
|
|
"-0.263792, -0.296258, -0.319792, -0.334807, -0.312185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.032821, -0.065287, -0.088822, -0.103836, -0.081215",\
|
|
"0.012926, -0.019540, -0.043075, -0.058089, -0.035468",\
|
|
"0.053859, 0.021393, -0.002141, -0.017156, 0.005466",\
|
|
"0.125428, 0.092962, 0.069427, 0.054412, 0.077034",\
|
|
"0.264568, 0.232102, 0.208567, 0.193553, 0.216174");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.205012, 0.237478, 0.261012, 0.276027, 0.253406",\
|
|
"0.187940, 0.220406, 0.243941, 0.258955, 0.236334",\
|
|
"0.188938, 0.221404, 0.244938, 0.259953, 0.237332",\
|
|
"0.207504, 0.239970, 0.263504, 0.278519, 0.255897",\
|
|
"0.277292, 0.309758, 0.333293, 0.348307, 0.325686");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.073301, 0.105767, 0.129302, 0.144316, 0.121695",\
|
|
"0.027554, 0.060020, 0.083555, 0.098570, 0.075948",\
|
|
"-0.013379, 0.019087, 0.042622, 0.057636, 0.035015",\
|
|
"-0.084947, -0.052481, -0.028946, -0.013932, -0.036553",\
|
|
"-0.224087, -0.191621, -0.168087, -0.153072, -0.175694");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003896 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.214521, -0.246987, -0.270522, -0.285536, -0.262915",\
|
|
"-0.197426, -0.229892, -0.253427, -0.268441, -0.245820",\
|
|
"-0.198589, -0.231055, -0.254589, -0.269604, -0.246983",\
|
|
"-0.217464, -0.249930, -0.273465, -0.288479, -0.265858",\
|
|
"-0.286662, -0.319128, -0.342663, -0.357677, -0.335056");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.062013, -0.094479, -0.118014, -0.133028, -0.110407",\
|
|
"-0.016202, -0.048668, -0.072203, -0.087217, -0.064596",\
|
|
"0.024869, -0.007597, -0.031132, -0.046146, -0.023525",\
|
|
"0.096924, 0.064458, 0.040923, 0.025909, 0.048530",\
|
|
"0.236922, 0.204456, 0.180921, 0.165907, 0.188528");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.227673, 0.260139, 0.283674, 0.298689, 0.276067",\
|
|
"0.210578, 0.243044, 0.266579, 0.281593, 0.258972",\
|
|
"0.211741, 0.244207, 0.267742, 0.282756, 0.260135",\
|
|
"0.230617, 0.263083, 0.286617, 0.301632, 0.279010",\
|
|
"0.299815, 0.332281, 0.355815, 0.370830, 0.348209");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.102506, 0.134972, 0.158507, 0.173521, 0.150900",\
|
|
"0.056695, 0.089161, 0.112696, 0.127710, 0.105089",\
|
|
"0.015624, 0.048090, 0.071625, 0.086639, 0.064018",\
|
|
"-0.056431, -0.023965, -0.000430, 0.014584, -0.008037",\
|
|
"-0.196428, -0.163962, -0.140428, -0.125413, -0.148035");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.193690, -0.226156, -0.249690, -0.264705, -0.242084",\
|
|
"-0.176461, -0.208927, -0.232462, -0.247476, -0.224855",\
|
|
"-0.177776, -0.210242, -0.233777, -0.248791, -0.226170",\
|
|
"-0.196883, -0.229349, -0.252884, -0.267898, -0.245277",\
|
|
"-0.264975, -0.297441, -0.320976, -0.335990, -0.313369");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.037061, -0.069527, -0.093062, -0.108076, -0.085455",\
|
|
"0.008893, -0.023573, -0.047108, -0.062122, -0.039501",\
|
|
"0.050220, 0.017754, -0.005781, -0.020795, 0.001826",\
|
|
"0.123178, 0.090712, 0.067177, 0.052163, 0.074784",\
|
|
"0.264745, 0.232279, 0.208744, 0.193729, 0.216351");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.207156, 0.239622, 0.263157, 0.278171, 0.255550",\
|
|
"0.189927, 0.222393, 0.245928, 0.260943, 0.238321",\
|
|
"0.191242, 0.223708, 0.247243, 0.262257, 0.239636",\
|
|
"0.210349, 0.242815, 0.266350, 0.281364, 0.258743",\
|
|
"0.278441, 0.310907, 0.334442, 0.349456, 0.326835");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.077491, 0.109957, 0.133492, 0.148506, 0.125885",\
|
|
"0.031537, 0.064003, 0.087538, 0.102552, 0.079931",\
|
|
"-0.009789, 0.022677, 0.046211, 0.061226, 0.038604",\
|
|
"-0.082748, -0.050282, -0.026747, -0.011732, -0.034354",\
|
|
"-0.224314, -0.191848, -0.168314, -0.153299, -0.175920");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004094 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.243485, -0.275951, -0.299486, -0.314500, -0.291879",\
|
|
"-0.226405, -0.258871, -0.282406, -0.297420, -0.274799",\
|
|
"-0.227621, -0.260087, -0.283622, -0.298636, -0.276015",\
|
|
"-0.246683, -0.279149, -0.302684, -0.317698, -0.295077",\
|
|
"-0.316349, -0.348815, -0.372350, -0.387364, -0.364743");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.107850, -0.140316, -0.163851, -0.178865, -0.156244",\
|
|
"-0.062109, -0.094575, -0.118109, -0.133124, -0.110503",\
|
|
"-0.021186, -0.053653, -0.077187, -0.092202, -0.069580",\
|
|
"0.050688, 0.018222, -0.005313, -0.020327, 0.002294",\
|
|
"0.190408, 0.157942, 0.134407, 0.119393, 0.142014");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.256651, 0.289118, 0.312652, 0.327667, 0.305045",\
|
|
"0.239571, 0.272037, 0.295572, 0.310586, 0.287965",\
|
|
"0.240787, 0.273254, 0.296788, 0.311803, 0.289181",\
|
|
"0.259849, 0.292315, 0.315850, 0.330864, 0.308243",\
|
|
"0.329515, 0.361981, 0.385516, 0.400530, 0.377909");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.148365, 0.180832, 0.204366, 0.219381, 0.196759",\
|
|
"0.102624, 0.135090, 0.158625, 0.173639, 0.151018",\
|
|
"0.061702, 0.094168, 0.117702, 0.132717, 0.110095",\
|
|
"-0.010173, 0.022293, 0.045828, 0.060842, 0.038221",\
|
|
"-0.149893, -0.117427, -0.093892, -0.078878, -0.101499");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003892 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.247467, -0.279933, -0.303468, -0.318482, -0.295861",\
|
|
"-0.230376, -0.262842, -0.286376, -0.301391, -0.278770",\
|
|
"-0.231603, -0.264069, -0.287604, -0.302618, -0.279997",\
|
|
"-0.250678, -0.283144, -0.306679, -0.321693, -0.299072",\
|
|
"-0.320227, -0.352693, -0.376228, -0.391242, -0.368621");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.111540, -0.144006, -0.167540, -0.182555, -0.159933",\
|
|
"-0.065791, -0.098257, -0.121791, -0.136806, -0.114185",\
|
|
"-0.024848, -0.057314, -0.080849, -0.095863, -0.073242",\
|
|
"0.047102, 0.014636, -0.008899, -0.023913, -0.001292",\
|
|
"0.186972, 0.154506, 0.130971, 0.115957, 0.138578");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.260637, 0.293103, 0.316637, 0.331652, 0.309031",\
|
|
"0.243545, 0.276011, 0.299546, 0.314560, 0.291939",\
|
|
"0.244773, 0.277239, 0.300773, 0.315788, 0.293166",\
|
|
"0.263847, 0.296313, 0.319848, 0.334863, 0.312241",\
|
|
"0.333396, 0.365862, 0.389397, 0.404411, 0.381790");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.152059, 0.184525, 0.208060, 0.223074, 0.200453",\
|
|
"0.106310, 0.138777, 0.162311, 0.177326, 0.154704",\
|
|
"0.065368, 0.097834, 0.121368, 0.136383, 0.113761",\
|
|
"-0.006582, 0.025884, 0.049419, 0.064433, 0.041812",\
|
|
"-0.146452, -0.113986, -0.090451, -0.075437, -0.098058");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003405 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.242629, -0.275095, -0.298630, -0.313644, -0.291023",\
|
|
"-0.225522, -0.257988, -0.281523, -0.296537, -0.273916",\
|
|
"-0.226562, -0.259028, -0.282562, -0.297577, -0.274955",\
|
|
"-0.245557, -0.278023, -0.301557, -0.316572, -0.293951",\
|
|
"-0.315622, -0.348088, -0.371623, -0.386637, -0.364016");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.104827, -0.137293, -0.160828, -0.175842, -0.153221",\
|
|
"-0.059129, -0.091595, -0.115129, -0.130144, -0.107522",\
|
|
"-0.018302, -0.050768, -0.074302, -0.089317, -0.066696",\
|
|
"0.053258, 0.020792, -0.002743, -0.017757, 0.004864",\
|
|
"0.192381, 0.159915, 0.136380, 0.121366, 0.143987");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.255838, 0.288304, 0.311839, 0.326853, 0.304232",\
|
|
"0.238731, 0.271197, 0.294732, 0.309746, 0.287125",\
|
|
"0.239770, 0.272236, 0.295771, 0.310785, 0.288164",\
|
|
"0.258766, 0.291232, 0.314766, 0.329781, 0.307159",\
|
|
"0.328831, 0.361297, 0.384832, 0.399846, 0.377225");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.145408, 0.177874, 0.201409, 0.216423, 0.193802",\
|
|
"0.099710, 0.132176, 0.155710, 0.170725, 0.148103",\
|
|
"0.058883, 0.091349, 0.114883, 0.129898, 0.107277",\
|
|
"-0.012677, 0.019789, 0.043324, 0.058338, 0.035717",\
|
|
"-0.151800, -0.119334, -0.095799, -0.080785, -0.103406");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003976 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.233407, -0.265874, -0.289408, -0.304423, -0.281801",\
|
|
"-0.216342, -0.248808, -0.272342, -0.287357, -0.264736",\
|
|
"-0.217306, -0.249772, -0.273306, -0.288321, -0.265699",\
|
|
"-0.235744, -0.268211, -0.291745, -0.306760, -0.284138",\
|
|
"-0.306220, -0.338686, -0.362220, -0.377235, -0.354613");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.099462, -0.131928, -0.155463, -0.170477, -0.147856",\
|
|
"-0.053817, -0.086283, -0.109818, -0.124832, -0.102211",\
|
|
"-0.013086, -0.045552, -0.069087, -0.084101, -0.061480",\
|
|
"0.058156, 0.025690, 0.002155, -0.012859, 0.009762",\
|
|
"0.196720, 0.164254, 0.140720, 0.125705, 0.148327");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.246584, 0.279050, 0.302585, 0.317599, 0.294978",\
|
|
"0.229519, 0.261985, 0.285519, 0.300534, 0.277912",\
|
|
"0.230482, 0.262949, 0.286483, 0.301498, 0.278876",\
|
|
"0.248921, 0.281387, 0.304922, 0.319936, 0.297315",\
|
|
"0.319396, 0.351862, 0.375397, 0.390411, 0.367790");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.139994, 0.172460, 0.195995, 0.211009, 0.188388",\
|
|
"0.094349, 0.126815, 0.150350, 0.165364, 0.142743",\
|
|
"0.053618, 0.086084, 0.109619, 0.124633, 0.102012",\
|
|
"-0.017624, 0.014842, 0.038377, 0.053391, 0.030770",\
|
|
"-0.156188, -0.123722, -0.100188, -0.085173, -0.107795");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003355 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.245172, -0.277638, -0.301172, -0.316187, -0.293566",\
|
|
"-0.228058, -0.260524, -0.284059, -0.299073, -0.276452",\
|
|
"-0.229310, -0.261776, -0.285310, -0.300325, -0.277703",\
|
|
"-0.248422, -0.280888, -0.304422, -0.319437, -0.296815",\
|
|
"-0.317815, -0.350281, -0.373816, -0.388830, -0.366209");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.109834, -0.142300, -0.165834, -0.180849, -0.158227",\
|
|
"-0.064054, -0.096520, -0.120055, -0.135069, -0.112448",\
|
|
"-0.023061, -0.055527, -0.079062, -0.094076, -0.071455",\
|
|
"0.049040, 0.016574, -0.006961, -0.021975, 0.000646",\
|
|
"0.189197, 0.156731, 0.133196, 0.118182, 0.140803");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.258333, 0.290799, 0.314334, 0.329348, 0.306727",\
|
|
"0.241219, 0.273686, 0.297220, 0.312235, 0.289613",\
|
|
"0.242471, 0.274937, 0.298472, 0.313486, 0.290865",\
|
|
"0.261583, 0.294049, 0.317584, 0.332598, 0.309977",\
|
|
"0.330977, 0.363443, 0.386977, 0.401992, 0.379370");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.150341, 0.182807, 0.206342, 0.221356, 0.198735",\
|
|
"0.104562, 0.137028, 0.160562, 0.175577, 0.152955",\
|
|
"0.063569, 0.096035, 0.119569, 0.134584, 0.111963",\
|
|
"-0.008532, 0.023934, 0.047468, 0.062483, 0.039862",\
|
|
"-0.148689, -0.116223, -0.092688, -0.077674, -0.100295");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003777 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.239895, -0.272361, -0.295895, -0.310910, -0.288288",\
|
|
"-0.222722, -0.255188, -0.278723, -0.293737, -0.271116",\
|
|
"-0.223946, -0.256412, -0.279947, -0.294961, -0.272340",\
|
|
"-0.242875, -0.275341, -0.298876, -0.313890, -0.291269",\
|
|
"-0.311290, -0.343756, -0.367291, -0.382305, -0.359684");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.090263, -0.122729, -0.146264, -0.161278, -0.138657",\
|
|
"-0.044536, -0.077002, -0.100536, -0.115551, -0.092929",\
|
|
"-0.003653, -0.036119, -0.059654, -0.074668, -0.052047",\
|
|
"0.068389, 0.035923, 0.012388, -0.002626, 0.019995",\
|
|
"0.208367, 0.175901, 0.152366, 0.137352, 0.159973");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.253396, 0.285862, 0.309396, 0.324411, 0.301789",\
|
|
"0.236223, 0.268689, 0.292224, 0.307238, 0.284617",\
|
|
"0.237447, 0.269913, 0.293448, 0.308462, 0.285841",\
|
|
"0.256376, 0.288842, 0.312377, 0.327391, 0.304770",\
|
|
"0.324791, 0.357257, 0.380792, 0.395806, 0.373185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.130744, 0.163210, 0.186744, 0.201759, 0.179137",\
|
|
"0.085016, 0.117482, 0.141017, 0.156031, 0.133410",\
|
|
"0.044134, 0.076600, 0.100134, 0.115149, 0.092527",\
|
|
"-0.027908, 0.004558, 0.028092, 0.043107, 0.020486",\
|
|
"-0.167886, -0.135420, -0.111885, -0.096871, -0.119492");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004155 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.242428, -0.274894, -0.298429, -0.313443, -0.290822",\
|
|
"-0.225417, -0.257884, -0.281418, -0.296433, -0.273811",\
|
|
"-0.226280, -0.258746, -0.282280, -0.297295, -0.274673",\
|
|
"-0.244779, -0.277245, -0.300779, -0.315794, -0.293172",\
|
|
"-0.315969, -0.348435, -0.371970, -0.386984, -0.364363");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.105557, -0.138023, -0.161558, -0.176572, -0.153951",\
|
|
"-0.060410, -0.092876, -0.116411, -0.131425, -0.108804",\
|
|
"-0.020369, -0.052835, -0.076370, -0.091384, -0.068763",\
|
|
"0.049877, 0.017411, -0.006124, -0.021138, 0.001483",\
|
|
"0.186999, 0.154533, 0.130998, 0.115984, 0.138605");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.255581, 0.288047, 0.311581, 0.326596, 0.303974",\
|
|
"0.238570, 0.271036, 0.294571, 0.309585, 0.286964",\
|
|
"0.239432, 0.271898, 0.295433, 0.310447, 0.287826",\
|
|
"0.257931, 0.290397, 0.313932, 0.328946, 0.306325",\
|
|
"0.329122, 0.361588, 0.385122, 0.400137, 0.377515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.146050, 0.178516, 0.202051, 0.217065, 0.194444",\
|
|
"0.100903, 0.133369, 0.156904, 0.171918, 0.149297",\
|
|
"0.060862, 0.093328, 0.116863, 0.131877, 0.109256",\
|
|
"-0.009384, 0.023082, 0.046617, 0.061631, 0.039010",\
|
|
"-0.146506, -0.114040, -0.090505, -0.075491, -0.098112");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.270008, -0.302474, -0.326009, -0.341023, -0.318402",\
|
|
"-0.252890, -0.285356, -0.308890, -0.323905, -0.301284",\
|
|
"-0.253941, -0.286407, -0.309942, -0.324956, -0.302335",\
|
|
"-0.272675, -0.305141, -0.328675, -0.343690, -0.321068",\
|
|
"-0.341941, -0.374407, -0.397941, -0.412956, -0.390334");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.111967, -0.144433, -0.167967, -0.182982, -0.160360",\
|
|
"-0.066355, -0.098821, -0.122355, -0.137370, -0.114749",\
|
|
"-0.025699, -0.058165, -0.081700, -0.096714, -0.074093",\
|
|
"0.045631, 0.013165, -0.010369, -0.025384, -0.002762",\
|
|
"0.184345, 0.151879, 0.128344, 0.113330, 0.135951");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.283474, 0.315940, 0.339475, 0.354489, 0.331868",\
|
|
"0.266356, 0.298822, 0.322357, 0.337371, 0.314750",\
|
|
"0.267408, 0.299874, 0.323408, 0.338423, 0.315801",\
|
|
"0.286141, 0.318607, 0.342142, 0.357156, 0.334535",\
|
|
"0.355407, 0.387873, 0.411407, 0.426422, 0.403800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.152397, 0.184863, 0.208398, 0.223412, 0.200791",\
|
|
"0.106785, 0.139251, 0.162786, 0.177800, 0.155179",\
|
|
"0.066129, 0.098595, 0.122130, 0.137144, 0.114523",\
|
|
"-0.005201, 0.027265, 0.050800, 0.065814, 0.043193",\
|
|
"-0.143914, -0.111448, -0.087914, -0.072899, -0.095520");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003160 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.260205, -0.292671, -0.316206, -0.331220, -0.308599",\
|
|
"-0.242762, -0.275228, -0.298763, -0.313777, -0.291156",\
|
|
"-0.244295, -0.276761, -0.300295, -0.315310, -0.292689",\
|
|
"-0.263699, -0.296165, -0.319700, -0.334714, -0.312093",\
|
|
"-0.330147, -0.362613, -0.386148, -0.401162, -0.378541");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.120492, -0.152958, -0.176492, -0.191507, -0.168886",\
|
|
"-0.075045, -0.107511, -0.131045, -0.146060, -0.123438",\
|
|
"-0.032967, -0.065433, -0.088967, -0.103982, -0.081360",\
|
|
"0.040928, 0.008462, -0.015072, -0.030087, -0.007466",\
|
|
"0.184240, 0.151774, 0.128240, 0.113225, 0.135847");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.273371, 0.305837, 0.329372, 0.344386, 0.321765",\
|
|
"0.255929, 0.288395, 0.311929, 0.326944, 0.304322",\
|
|
"0.257461, 0.289927, 0.313462, 0.328476, 0.305855",\
|
|
"0.276865, 0.309331, 0.332866, 0.347880, 0.325259",\
|
|
"0.343314, 0.375780, 0.399314, 0.414329, 0.391707");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.161007, 0.193473, 0.217008, 0.232022, 0.209401",\
|
|
"0.115560, 0.148026, 0.171561, 0.186575, 0.163954",\
|
|
"0.073482, 0.105948, 0.129483, 0.144497, 0.121876",\
|
|
"-0.000413, 0.032053, 0.055588, 0.070602, 0.047981",\
|
|
"-0.143725, -0.111259, -0.087725, -0.072710, -0.095331");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003442 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.266924, -0.299390, -0.322924, -0.337939, -0.315318",\
|
|
"-0.249461, -0.281927, -0.305462, -0.320476, -0.297855",\
|
|
"-0.251008, -0.283474, -0.307008, -0.322023, -0.299402",\
|
|
"-0.270417, -0.302884, -0.326418, -0.341433, -0.318811",\
|
|
"-0.336904, -0.369370, -0.392904, -0.407919, -0.385297");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.127133, -0.159599, -0.183133, -0.198148, -0.175526",\
|
|
"-0.081681, -0.114147, -0.137681, -0.152696, -0.130074",\
|
|
"-0.039597, -0.072063, -0.095598, -0.110612, -0.087991",\
|
|
"0.034292, 0.001826, -0.021708, -0.036723, -0.014101",\
|
|
"0.177635, 0.145169, 0.121635, 0.106620, 0.129242");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.280093, 0.312559, 0.336094, 0.351108, 0.328487",\
|
|
"0.262631, 0.295097, 0.318631, 0.333646, 0.311024",\
|
|
"0.264177, 0.296643, 0.320178, 0.335192, 0.312571",\
|
|
"0.283587, 0.316053, 0.339587, 0.354602, 0.331981",\
|
|
"0.350073, 0.382539, 0.406074, 0.421088, 0.398467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.167652, 0.200118, 0.223653, 0.238667, 0.216046",\
|
|
"0.122200, 0.154666, 0.178201, 0.193215, 0.170594",\
|
|
"0.080117, 0.112583, 0.136117, 0.151132, 0.128511",\
|
|
"0.006227, 0.038693, 0.062228, 0.077242, 0.054621",\
|
|
"-0.137116, -0.104650, -0.081115, -0.066101, -0.088722");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003305 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.265337, -0.297803, -0.321338, -0.336352, -0.313731",\
|
|
"-0.248006, -0.280472, -0.304007, -0.319021, -0.296400",\
|
|
"-0.249434, -0.281900, -0.305435, -0.320449, -0.297828",\
|
|
"-0.268742, -0.301208, -0.324742, -0.339757, -0.317135",\
|
|
"-0.335543, -0.368009, -0.391544, -0.406558, -0.383937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.120835, -0.153301, -0.176835, -0.191850, -0.169228",\
|
|
"-0.075518, -0.107984, -0.131519, -0.146533, -0.123912",\
|
|
"-0.033561, -0.066027, -0.089562, -0.104576, -0.081955",\
|
|
"0.039846, 0.007380, -0.016155, -0.031169, -0.008548",\
|
|
"0.182253, 0.149787, 0.126253, 0.111238, 0.133859");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.278546, 0.311012, 0.334546, 0.349561, 0.326940",\
|
|
"0.261215, 0.293681, 0.317216, 0.332230, 0.309609",\
|
|
"0.262643, 0.295109, 0.318644, 0.333658, 0.311037",\
|
|
"0.281950, 0.314417, 0.337951, 0.352966, 0.330344",\
|
|
"0.348752, 0.381218, 0.404753, 0.419767, 0.397146");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.161416, 0.193882, 0.217416, 0.232431, 0.209809",\
|
|
"0.116100, 0.148566, 0.172100, 0.187115, 0.164493",\
|
|
"0.074142, 0.106609, 0.130143, 0.145158, 0.122536",\
|
|
"0.000735, 0.033201, 0.056736, 0.071750, 0.049129",\
|
|
"-0.141672, -0.109206, -0.085671, -0.070657, -0.093278");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003024 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.227669, -0.260135, -0.283670, -0.298684, -0.276063",\
|
|
"-0.210069, -0.242535, -0.266070, -0.281084, -0.258463",\
|
|
"-0.211699, -0.244166, -0.267700, -0.282715, -0.260093",\
|
|
"-0.231114, -0.263580, -0.287115, -0.302129, -0.279508",\
|
|
"-0.297706, -0.330172, -0.353706, -0.368721, -0.346099");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.098919, -0.131385, -0.154919, -0.169934, -0.147312",\
|
|
"-0.053416, -0.085883, -0.109417, -0.124432, -0.101810",\
|
|
"-0.011286, -0.043752, -0.067287, -0.082301, -0.059680",\
|
|
"0.062563, 0.030097, 0.006562, -0.008452, 0.014169",\
|
|
"0.206150, 0.173684, 0.150150, 0.135135, 0.157757");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.240846, 0.273312, 0.296847, 0.311861, 0.289240",\
|
|
"0.223246, 0.255712, 0.279247, 0.294261, 0.271640",\
|
|
"0.224877, 0.257343, 0.280877, 0.295892, 0.273270",\
|
|
"0.244291, 0.276757, 0.300292, 0.315306, 0.292685",\
|
|
"0.310883, 0.343349, 0.366883, 0.381898, 0.359277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.139451, 0.171917, 0.195451, 0.210466, 0.187844",\
|
|
"0.093949, 0.126415, 0.149949, 0.164964, 0.142342",\
|
|
"0.051819, 0.084285, 0.107819, 0.122834, 0.100212",\
|
|
"-0.022031, 0.010435, 0.033970, 0.048984, 0.026363",\
|
|
"-0.165618, -0.133152, -0.109618, -0.094603, -0.117224");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003189 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.253483, -0.285949, -0.309484, -0.324498, -0.301877",\
|
|
"-0.235959, -0.268425, -0.291960, -0.306974, -0.284353",\
|
|
"-0.237543, -0.270009, -0.293543, -0.308558, -0.285937",\
|
|
"-0.256953, -0.289419, -0.312954, -0.327968, -0.305347",\
|
|
"-0.323480, -0.355946, -0.379480, -0.394495, -0.371873");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.117327, -0.149793, -0.173327, -0.188342, -0.165721",\
|
|
"-0.071852, -0.104318, -0.127852, -0.142867, -0.120246",\
|
|
"-0.029754, -0.062220, -0.085755, -0.100769, -0.078148",\
|
|
"0.044124, 0.011658, -0.011876, -0.026891, -0.004269",\
|
|
"0.187579, 0.155113, 0.131579, 0.116564, 0.139186");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.266645, 0.299111, 0.322645, 0.337660, 0.315038",\
|
|
"0.249120, 0.281586, 0.305121, 0.320135, 0.297514",\
|
|
"0.250704, 0.283170, 0.306705, 0.321719, 0.299098",\
|
|
"0.270115, 0.302581, 0.326115, 0.341130, 0.318508",\
|
|
"0.336641, 0.369107, 0.392642, 0.407656, 0.385035");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.157835, 0.190301, 0.213835, 0.228850, 0.206228",\
|
|
"0.112360, 0.144826, 0.168360, 0.183375, 0.160753",\
|
|
"0.070262, 0.102728, 0.126263, 0.141277, 0.118656",\
|
|
"-0.003617, 0.028850, 0.052384, 0.067399, 0.044777",\
|
|
"-0.147072, -0.114606, -0.091071, -0.076057, -0.098678");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002797 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.196476, -0.228942, -0.252476, -0.267491, -0.244869",\
|
|
"-0.179417, -0.211883, -0.235417, -0.250432, -0.227810",\
|
|
"-0.180607, -0.213073, -0.236607, -0.251622, -0.229000",\
|
|
"-0.199632, -0.232098, -0.255633, -0.270647, -0.248026",\
|
|
"-0.269507, -0.301973, -0.325507, -0.340522, -0.317900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.063411, -0.095877, -0.119411, -0.134426, -0.111805",\
|
|
"-0.017685, -0.050151, -0.073686, -0.088700, -0.066079",\
|
|
"0.023186, -0.009280, -0.032815, -0.047829, -0.025208",\
|
|
"0.094893, 0.062427, 0.038892, 0.023878, 0.046499",\
|
|
"0.234288, 0.201822, 0.178287, 0.163273, 0.185894");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.209976, 0.242442, 0.265977, 0.280991, 0.258370",\
|
|
"0.192917, 0.225383, 0.248918, 0.263932, 0.241311",\
|
|
"0.194107, 0.226573, 0.250108, 0.265122, 0.242501",\
|
|
"0.213133, 0.245599, 0.269133, 0.284148, 0.261527",\
|
|
"0.283007, 0.315473, 0.339008, 0.354022, 0.331401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.103891, 0.136357, 0.159892, 0.174906, 0.152285",\
|
|
"0.058166, 0.090632, 0.114166, 0.129181, 0.106560",\
|
|
"0.017295, 0.049761, 0.073295, 0.088310, 0.065689",\
|
|
"-0.054412, -0.021946, 0.001588, 0.016603, -0.006019",\
|
|
"-0.193808, -0.161342, -0.137807, -0.122792, -0.145414");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002843 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.241903, -0.274369, -0.297904, -0.312918, -0.290297",\
|
|
"-0.224470, -0.256936, -0.280471, -0.295485, -0.272864",\
|
|
"-0.225996, -0.258462, -0.281996, -0.297011, -0.274389",\
|
|
"-0.245398, -0.277864, -0.301399, -0.316413, -0.293792",\
|
|
"-0.311832, -0.344298, -0.367833, -0.382847, -0.360226");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.107184, -0.139650, -0.163184, -0.178199, -0.155577",\
|
|
"-0.061738, -0.094204, -0.117739, -0.132753, -0.110132",\
|
|
"-0.019664, -0.052130, -0.075665, -0.090679, -0.068058",\
|
|
"0.054231, 0.021765, -0.001770, -0.016784, 0.005837",\
|
|
"0.197525, 0.165059, 0.141524, 0.126510, 0.149131");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.255056, 0.287522, 0.311057, 0.326071, 0.303450",\
|
|
"0.237623, 0.270089, 0.293624, 0.308638, 0.286017",\
|
|
"0.239149, 0.271615, 0.295149, 0.310164, 0.287542",\
|
|
"0.258551, 0.291017, 0.314552, 0.329566, 0.306945",\
|
|
"0.324986, 0.357452, 0.380986, 0.396001, 0.373379");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.147677, 0.180143, 0.203678, 0.218692, 0.196071",\
|
|
"0.102231, 0.134697, 0.158232, 0.173247, 0.150625",\
|
|
"0.060158, 0.092624, 0.116158, 0.131173, 0.108551",\
|
|
"-0.013737, 0.018729, 0.042263, 0.057278, 0.034656",\
|
|
"-0.157032, -0.124566, -0.101031, -0.086017, -0.108638");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003337 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.201095, -0.233561, -0.257096, -0.272110, -0.249489",\
|
|
"-0.183843, -0.216309, -0.239844, -0.254858, -0.232237",\
|
|
"-0.185233, -0.217699, -0.241234, -0.256248, -0.233627",\
|
|
"-0.204528, -0.236994, -0.260529, -0.275543, -0.252922",\
|
|
"-0.272748, -0.305214, -0.328749, -0.343763, -0.321142");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.068754, -0.101220, -0.124755, -0.139769, -0.117148",\
|
|
"-0.022834, -0.055300, -0.078835, -0.093849, -0.071228",\
|
|
"0.018424, -0.014042, -0.037576, -0.052591, -0.029970",\
|
|
"0.091416, 0.058950, 0.035416, 0.020401, 0.043023",\
|
|
"0.233312, 0.200846, 0.177311, 0.162297, 0.184918");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.214562, 0.247028, 0.270562, 0.285577, 0.262955",\
|
|
"0.197309, 0.229775, 0.253310, 0.268324, 0.245703",\
|
|
"0.198699, 0.231165, 0.254700, 0.269714, 0.247093",\
|
|
"0.217994, 0.250460, 0.273995, 0.289009, 0.266388",\
|
|
"0.286215, 0.318681, 0.342215, 0.357230, 0.334608");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.109184, 0.141650, 0.165185, 0.180200, 0.157578",\
|
|
"0.063264, 0.095730, 0.119265, 0.134279, 0.111658",\
|
|
"0.022006, 0.054472, 0.078007, 0.093021, 0.070400",\
|
|
"-0.050986, -0.018520, 0.005015, 0.020029, -0.002592",\
|
|
"-0.192881, -0.160415, -0.136881, -0.121866, -0.144488");
|
|
}
|
|
|
|
} /* 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.000985 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "1.695884, 1.704358, 1.730379, 1.825137, 2.282671",\
|
|
"1.728350, 1.736824, 1.762845, 1.857603, 2.315137",\
|
|
"1.751885, 1.760359, 1.786380, 1.881138, 2.331065",\
|
|
"1.766899, 1.775373, 1.801394, 1.896152, 2.331065",\
|
|
"1.766899, 1.775373, 1.801394, 1.896152, 2.331065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "1.680268, 1.686942, 1.704384, 1.749432, 1.942770",\
|
|
"1.712734, 1.719408, 1.736850, 1.781898, 1.975236",\
|
|
"1.736269, 1.742942, 1.760384, 1.805432, 1.991163",\
|
|
"1.751283, 1.757957, 1.775399, 1.820447, 1.991163",\
|
|
"1.751283, 1.757957, 1.775399, 1.820447, 1.991163");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.014536, 0.019084, 0.032278, 0.085453, 0.345387",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.345387",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.345387",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.345387",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.345387");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "1.695884, 1.704358, 1.730379, 1.825137, 2.282671",\
|
|
"1.728350, 1.736824, 1.762845, 1.857603, 2.315137",\
|
|
"1.744278, 1.752752, 1.778773, 1.873531, 2.331065",\
|
|
"1.744278, 1.752752, 1.778773, 1.873531, 2.331065",\
|
|
"1.744278, 1.752752, 1.778773, 1.873531, 2.331065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429",\
|
|
"0.014670, 0.022984, 0.053722, 0.190091, 0.861429");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "1.680268, 1.686942, 1.704384, 1.749432, 1.942770",\
|
|
"1.712734, 1.719408, 1.736850, 1.781898, 1.975236",\
|
|
"1.728662, 1.735335, 1.752778, 1.797825, 1.991163",\
|
|
"1.728662, 1.735335, 1.752778, 1.797825, 1.991163",\
|
|
"1.728662, 1.735335, 1.752778, 1.797825, 1.991163");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.014536, 0.019084, 0.032278, 0.085453, 0.342886",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.342886",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.342886",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.342886",\
|
|
"0.014536, 0.019084, 0.032278, 0.085453, 0.342886");
|
|
}
|
|
|
|
} /* 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.001084 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "1.663479, 1.671926, 1.697945, 1.792736, 2.250360",\
|
|
"1.695945, 1.704392, 1.730411, 1.825202, 2.282826",\
|
|
"1.719480, 1.727926, 1.753946, 1.848737, 2.298754",\
|
|
"1.734494, 1.742941, 1.768960, 1.863751, 2.298754",\
|
|
"1.734494, 1.742941, 1.768960, 1.863751, 2.298754");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "1.648869, 1.655512, 1.672944, 1.718000, 1.911398",\
|
|
"1.681335, 1.687978, 1.705410, 1.750466, 1.943864",\
|
|
"1.704870, 1.711513, 1.728945, 1.774001, 1.959792",\
|
|
"1.719884, 1.726527, 1.743959, 1.789015, 1.959792",\
|
|
"1.719884, 1.726527, 1.743959, 1.789015, 1.959792");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.014588, 0.019117, 0.032302, 0.085553, 0.345592",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.345592",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.345592",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.345592",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.345592");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "1.663479, 1.671926, 1.697945, 1.792736, 2.250360",\
|
|
"1.695945, 1.704392, 1.730411, 1.825202, 2.282826",\
|
|
"1.711873, 1.720320, 1.746339, 1.841130, 2.298754",\
|
|
"1.711873, 1.720320, 1.746339, 1.841130, 2.298754",\
|
|
"1.711873, 1.720320, 1.746339, 1.841130, 2.298754");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782",\
|
|
"0.014756, 0.023061, 0.053797, 0.190250, 0.861782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "1.648869, 1.655512, 1.672944, 1.718000, 1.911398",\
|
|
"1.681335, 1.687978, 1.705410, 1.750466, 1.943864",\
|
|
"1.697263, 1.703906, 1.721338, 1.766394, 1.959792",\
|
|
"1.697263, 1.703906, 1.721338, 1.766394, 1.959792",\
|
|
"1.697263, 1.703906, 1.721338, 1.766394, 1.959792");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.014588, 0.019117, 0.032302, 0.085553, 0.344023",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.344023",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.344023",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.344023",\
|
|
"0.014588, 0.019117, 0.032302, 0.085553, 0.344023");
|
|
}
|
|
|
|
} /* 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.000979 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.734556, 1.743032, 1.769052, 1.863812, 2.321346",\
|
|
"1.767022, 1.775498, 1.801518, 1.896278, 2.353812",\
|
|
"1.790557, 1.799032, 1.825053, 1.919812, 2.369740",\
|
|
"1.805571, 1.814047, 1.840067, 1.934827, 2.369740",\
|
|
"1.805571, 1.814047, 1.840067, 1.934827, 2.369740");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.707860, 1.714535, 1.731978, 1.777026, 1.970365",\
|
|
"1.740325, 1.747001, 1.764444, 1.809492, 2.002831",\
|
|
"1.763860, 1.770535, 1.787978, 1.833026, 2.018759",\
|
|
"1.778875, 1.785550, 1.802993, 1.848041, 2.018759",\
|
|
"1.778875, 1.785550, 1.802993, 1.848041, 2.018759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.014533, 0.019082, 0.032277, 0.085451, 0.345385",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.345385",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.345385",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.345385",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.345385");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.734556, 1.743032, 1.769052, 1.863812, 2.321346",\
|
|
"1.767022, 1.775498, 1.801518, 1.896278, 2.353812",\
|
|
"1.782950, 1.791425, 1.817446, 1.912205, 2.369740",\
|
|
"1.782950, 1.791425, 1.817446, 1.912205, 2.369740",\
|
|
"1.782950, 1.791425, 1.817446, 1.912205, 2.369740");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441",\
|
|
"0.014665, 0.022980, 0.053719, 0.190082, 0.861441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.707860, 1.714535, 1.731978, 1.777026, 1.970365",\
|
|
"1.740325, 1.747001, 1.764444, 1.809492, 2.002831",\
|
|
"1.756253, 1.762929, 1.780372, 1.825419, 2.018759",\
|
|
"1.756253, 1.762929, 1.780372, 1.825419, 2.018759",\
|
|
"1.756253, 1.762929, 1.780372, 1.825419, 2.018759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.014533, 0.019082, 0.032277, 0.085451, 0.342885",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.342885",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.342885",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.342885",\
|
|
"0.014533, 0.019082, 0.032277, 0.085451, 0.342885");
|
|
}
|
|
|
|
} /* 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.001060 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "1.773124, 1.781577, 1.807595, 1.902391, 2.360019",\
|
|
"1.805590, 1.814043, 1.840061, 1.934857, 2.392485",\
|
|
"1.829125, 1.837578, 1.863596, 1.958392, 2.408413",\
|
|
"1.844139, 1.852592, 1.878610, 1.973406, 2.408413",\
|
|
"1.844139, 1.852592, 1.878610, 1.973406, 2.408413");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "1.737110, 1.743762, 1.761198, 1.806253, 1.999659",\
|
|
"1.769577, 1.776228, 1.793664, 1.838719, 2.032125",\
|
|
"1.793111, 1.799762, 1.817198, 1.862254, 2.048053",\
|
|
"1.808126, 1.814777, 1.832213, 1.877268, 2.048053",\
|
|
"1.808126, 1.814777, 1.832213, 1.877268, 2.048053");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.014575, 0.019108, 0.032297, 0.085545, 0.345582",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.345582",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.345582",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.345582",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.345582");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "1.773124, 1.781577, 1.807595, 1.902391, 2.360019",\
|
|
"1.805590, 1.814043, 1.840061, 1.934857, 2.392485",\
|
|
"1.821518, 1.829971, 1.855989, 1.950785, 2.408413",\
|
|
"1.821518, 1.829971, 1.855989, 1.950785, 2.408413",\
|
|
"1.821518, 1.829971, 1.855989, 1.950785, 2.408413");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822",\
|
|
"0.014735, 0.023042, 0.053780, 0.190215, 0.861822");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "1.737110, 1.743762, 1.761198, 1.806253, 1.999659",\
|
|
"1.769577, 1.776228, 1.793664, 1.838719, 2.032125",\
|
|
"1.785504, 1.792155, 1.809592, 1.854647, 2.048053",\
|
|
"1.785504, 1.792155, 1.809592, 1.854647, 2.048053",\
|
|
"1.785504, 1.792155, 1.809592, 1.854647, 2.048053");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.014575, 0.019108, 0.032297, 0.085545, 0.344012",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.344012",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.344012",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.344012",\
|
|
"0.014575, 0.019108, 0.032297, 0.085545, 0.344012");
|
|
}
|
|
|
|
} /* 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.000954 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "1.706997, 1.715480, 1.741505, 1.836260, 2.293816",\
|
|
"1.739463, 1.747946, 1.773971, 1.868726, 2.326282",\
|
|
"1.762997, 1.771480, 1.797505, 1.892261, 2.342210",\
|
|
"1.778012, 1.786495, 1.812520, 1.907275, 2.342210",\
|
|
"1.778012, 1.786495, 1.812520, 1.907275, 2.342210");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "1.688200, 1.694883, 1.712330, 1.757378, 1.950725",\
|
|
"1.720666, 1.727350, 1.744797, 1.789844, 1.983191",\
|
|
"1.744201, 1.750884, 1.768331, 1.813379, 1.999119",\
|
|
"1.759215, 1.765899, 1.783346, 1.828393, 1.999119",\
|
|
"1.759215, 1.765899, 1.783346, 1.828393, 1.999119");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.014520, 0.019074, 0.032268, 0.085443, 0.345389",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.345389",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.345389",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.345389",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.345389");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "1.706997, 1.715480, 1.741505, 1.836260, 2.293816",\
|
|
"1.739463, 1.747946, 1.773971, 1.868726, 2.326282",\
|
|
"1.755390, 1.763874, 1.789899, 1.884654, 2.342210",\
|
|
"1.755390, 1.763874, 1.789899, 1.884654, 2.342210",\
|
|
"1.755390, 1.763874, 1.789899, 1.884654, 2.342210");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413",\
|
|
"0.014643, 0.022960, 0.053697, 0.190071, 0.861413");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "1.688200, 1.694883, 1.712330, 1.757378, 1.950725",\
|
|
"1.720666, 1.727350, 1.744797, 1.789844, 1.983191",\
|
|
"1.736594, 1.743277, 1.760724, 1.805772, 1.999119",\
|
|
"1.736594, 1.743277, 1.760724, 1.805772, 1.999119",\
|
|
"1.736594, 1.743277, 1.760724, 1.805772, 1.999119");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.014520, 0.019074, 0.032268, 0.085443, 0.342889",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.342889",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.342889",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.342889",\
|
|
"0.014520, 0.019074, 0.032268, 0.085443, 0.342889");
|
|
}
|
|
|
|
} /* 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.002264 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.701566, 1.709747, 1.735758, 1.831050, 2.283214",\
|
|
"1.734032, 1.742213, 1.768224, 1.863516, 2.315680",\
|
|
"1.757566, 1.765748, 1.791759, 1.887050, 2.331608",\
|
|
"1.772581, 1.780762, 1.806773, 1.902065, 2.331608",\
|
|
"1.772581, 1.780762, 1.806773, 1.902065, 2.331608");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.683833, 1.690168, 1.707495, 1.752666, 1.947024",\
|
|
"1.716299, 1.722634, 1.739961, 1.785132, 1.979490",\
|
|
"1.739834, 1.746168, 1.763496, 1.808666, 1.995418",\
|
|
"1.754848, 1.761183, 1.778510, 1.823681, 1.995418",\
|
|
"1.754848, 1.761183, 1.778510, 1.823681, 1.995418");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.015169, 0.019498, 0.032576, 0.086954, 0.348698",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.348698",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.348698",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.348698",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.348698");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.701566, 1.709747, 1.735758, 1.831050, 2.283214",\
|
|
"1.734032, 1.742213, 1.768224, 1.863516, 2.315680",\
|
|
"1.749960, 1.758141, 1.784152, 1.879444, 2.331608",\
|
|
"1.749960, 1.758141, 1.784152, 1.879444, 2.331608",\
|
|
"1.749960, 1.758141, 1.784152, 1.879444, 2.331608");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336",\
|
|
"0.015753, 0.023967, 0.054669, 0.192357, 0.861336");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.683833, 1.690168, 1.707495, 1.752666, 1.947024",\
|
|
"1.716299, 1.722634, 1.739961, 1.785132, 1.979490",\
|
|
"1.732227, 1.738561, 1.755889, 1.801059, 1.995418",\
|
|
"1.732227, 1.738561, 1.755889, 1.801059, 1.995418",\
|
|
"1.732227, 1.738561, 1.755889, 1.801059, 1.995418");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.015169, 0.019498, 0.032576, 0.086954, 0.346310",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.346310",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.346310",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.346310",\
|
|
"0.015169, 0.019498, 0.032576, 0.086954, 0.346310");
|
|
}
|
|
|
|
} /* 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.002637 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "1.772000, 1.780131, 1.806156, 1.900057, 2.354057",\
|
|
"1.804466, 1.812597, 1.838622, 1.932524, 2.386523",\
|
|
"1.828000, 1.836132, 1.862157, 1.956058, 2.402451",\
|
|
"1.843015, 1.851146, 1.877171, 1.971073, 2.402451",\
|
|
"1.843015, 1.851146, 1.877171, 1.971073, 2.402451");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "1.736317, 1.742585, 1.759899, 1.805124, 2.000058",\
|
|
"1.768783, 1.775051, 1.792365, 1.837590, 2.032525",\
|
|
"1.792318, 1.798586, 1.815899, 1.861125, 2.048452",\
|
|
"1.807332, 1.813600, 1.830914, 1.876139, 2.048452",\
|
|
"1.807332, 1.813600, 1.830914, 1.876139, 2.048452");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.015333, 0.019612, 0.032648, 0.087629, 0.350402",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.350402",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.350402",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.350402",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.350402");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "1.772000, 1.780131, 1.806156, 1.900057, 2.354057",\
|
|
"1.804466, 1.812597, 1.838622, 1.932524, 2.386523",\
|
|
"1.820394, 1.828525, 1.854550, 1.948451, 2.402451",\
|
|
"1.820394, 1.828525, 1.854550, 1.948451, 2.402451",\
|
|
"1.820394, 1.828525, 1.854550, 1.948451, 2.402451");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598",\
|
|
"0.016053, 0.024249, 0.054927, 0.191991, 0.863598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "1.736317, 1.742585, 1.759899, 1.805124, 2.000058",\
|
|
"1.768783, 1.775051, 1.792365, 1.837590, 2.032525",\
|
|
"1.784711, 1.790979, 1.808293, 1.853518, 2.048452",\
|
|
"1.784711, 1.790979, 1.808293, 1.853518, 2.048452",\
|
|
"1.784711, 1.790979, 1.808293, 1.853518, 2.048452");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.015333, 0.019612, 0.032648, 0.087629, 0.347504",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.347504",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.347504",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.347504",\
|
|
"0.015333, 0.019612, 0.032648, 0.087629, 0.347504");
|
|
}
|
|
|
|
} /* 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.002389 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "1.759977, 1.768148, 1.794190, 1.888074, 2.342156",\
|
|
"1.792442, 1.800614, 1.826656, 1.920540, 2.374622",\
|
|
"1.815977, 1.824148, 1.850191, 1.944074, 2.390550",\
|
|
"1.830991, 1.839163, 1.865205, 1.959089, 2.390550",\
|
|
"1.830991, 1.839163, 1.865205, 1.959089, 2.390550");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "1.726289, 1.732608, 1.749955, 1.795174, 1.990094",\
|
|
"1.758755, 1.765074, 1.782421, 1.827640, 2.022560",\
|
|
"1.782290, 1.788609, 1.805956, 1.851175, 2.038488",\
|
|
"1.797305, 1.803623, 1.820971, 1.866189, 2.038488",\
|
|
"1.797305, 1.803623, 1.820971, 1.866189, 2.038488");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.015224, 0.019530, 0.032577, 0.087477, 0.350197",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.350197",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.350197",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.350197",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.350197");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "1.759977, 1.768148, 1.794190, 1.888074, 2.342156",\
|
|
"1.792442, 1.800614, 1.826656, 1.920540, 2.374622",\
|
|
"1.808370, 1.816542, 1.842584, 1.936467, 2.390550",\
|
|
"1.808370, 1.816542, 1.842584, 1.936467, 2.390550",\
|
|
"1.808370, 1.816542, 1.842584, 1.936467, 2.390550");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281",\
|
|
"0.015853, 0.024056, 0.054730, 0.191737, 0.863281");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "1.726289, 1.732608, 1.749955, 1.795174, 1.990094",\
|
|
"1.758755, 1.765074, 1.782421, 1.827640, 2.022560",\
|
|
"1.774683, 1.781002, 1.798349, 1.843568, 2.038488",\
|
|
"1.774683, 1.781002, 1.798349, 1.843568, 2.038488",\
|
|
"1.774683, 1.781002, 1.798349, 1.843568, 2.038488");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.015224, 0.019530, 0.032577, 0.087477, 0.347366",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.347366",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.347366",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.347366",\
|
|
"0.015224, 0.019530, 0.032577, 0.087477, 0.347366");
|
|
}
|
|
|
|
} /* 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.002484 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "1.643534, 1.651693, 1.677737, 1.771627, 2.225734",\
|
|
"1.676000, 1.684158, 1.710203, 1.804093, 2.258200",\
|
|
"1.699535, 1.707693, 1.733737, 1.827628, 2.274128",\
|
|
"1.714549, 1.722708, 1.748752, 1.842642, 2.274128",\
|
|
"1.714549, 1.722708, 1.748752, 1.842642, 2.274128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "1.632900, 1.639200, 1.656538, 1.701764, 1.896741",\
|
|
"1.665366, 1.671666, 1.689004, 1.734230, 1.929207",\
|
|
"1.688901, 1.695201, 1.712539, 1.757764, 1.945135",\
|
|
"1.703915, 1.710215, 1.727553, 1.772779, 1.945135",\
|
|
"1.703915, 1.710215, 1.727553, 1.772779, 1.945135");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.015266, 0.019561, 0.032599, 0.087577, 0.350414",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.350414",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.350414",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.350414",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.350414");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "1.643534, 1.651693, 1.677737, 1.771627, 2.225734",\
|
|
"1.676000, 1.684158, 1.710203, 1.804093, 2.258200",\
|
|
"1.691928, 1.700086, 1.726130, 1.820021, 2.274128",\
|
|
"1.691928, 1.700086, 1.726130, 1.820021, 2.274128",\
|
|
"1.691928, 1.700086, 1.726130, 1.820021, 2.274128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515",\
|
|
"0.015929, 0.024128, 0.054798, 0.191893, 0.863515");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "1.632900, 1.639200, 1.656538, 1.701764, 1.896741",\
|
|
"1.665366, 1.671666, 1.689004, 1.734230, 1.929207",\
|
|
"1.681294, 1.687594, 1.704932, 1.750158, 1.945135",\
|
|
"1.681294, 1.687594, 1.704932, 1.750158, 1.945135",\
|
|
"1.681294, 1.687594, 1.704932, 1.750158, 1.945135");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.015266, 0.019561, 0.032599, 0.087577, 0.347517",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.347517",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.347517",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.347517",\
|
|
"0.015266, 0.019561, 0.032599, 0.087577, 0.347517");
|
|
}
|
|
|
|
} /* 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.002376 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "1.664298, 1.672472, 1.698516, 1.792402, 2.246495",\
|
|
"1.696764, 1.704938, 1.730983, 1.824868, 2.278961",\
|
|
"1.720299, 1.728473, 1.754517, 1.848403, 2.294889",\
|
|
"1.735314, 1.743487, 1.769532, 1.863417, 2.294889",\
|
|
"1.735314, 1.743487, 1.769532, 1.863417, 2.294889");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "1.646896, 1.653217, 1.670567, 1.715789, 1.910710",\
|
|
"1.679362, 1.685683, 1.703033, 1.748255, 1.943175",\
|
|
"1.702896, 1.709218, 1.726567, 1.771790, 1.959103",\
|
|
"1.717911, 1.724232, 1.741582, 1.786804, 1.959103",\
|
|
"1.717911, 1.724232, 1.741582, 1.786804, 1.959103");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.015218, 0.019526, 0.032573, 0.087469, 0.350195",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.350195",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.350195",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.350195",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.350195");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "1.664298, 1.672472, 1.698516, 1.792402, 2.246495",\
|
|
"1.696764, 1.704938, 1.730983, 1.824868, 2.278961",\
|
|
"1.712692, 1.720866, 1.746910, 1.840796, 2.294889",\
|
|
"1.712692, 1.720866, 1.746910, 1.840796, 2.294889",\
|
|
"1.712692, 1.720866, 1.746910, 1.840796, 2.294889");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266",\
|
|
"0.015843, 0.024045, 0.054719, 0.191728, 0.863266");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "1.646896, 1.653217, 1.670567, 1.715789, 1.910710",\
|
|
"1.679362, 1.685683, 1.703033, 1.748255, 1.943175",\
|
|
"1.695289, 1.701611, 1.718960, 1.764183, 1.959103",\
|
|
"1.695289, 1.701611, 1.718960, 1.764183, 1.959103",\
|
|
"1.695289, 1.701611, 1.718960, 1.764183, 1.959103");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.015218, 0.019526, 0.032573, 0.087469, 0.347362",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.347362",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.347362",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.347362",\
|
|
"0.015218, 0.019526, 0.032573, 0.087469, 0.347362");
|
|
}
|
|
|
|
} /* 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.002180 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "1.655142, 1.663350, 1.689416, 1.783311, 2.237591",\
|
|
"1.687608, 1.695816, 1.721882, 1.815777, 2.270057",\
|
|
"1.711142, 1.719350, 1.745416, 1.839312, 2.285985",\
|
|
"1.726157, 1.734365, 1.760431, 1.854326, 2.285985",\
|
|
"1.726157, 1.734365, 1.760431, 1.854326, 2.285985");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "1.643168, 1.649533, 1.666920, 1.712150, 1.907210",\
|
|
"1.675634, 1.681999, 1.699386, 1.744615, 1.939676",\
|
|
"1.699169, 1.705534, 1.722921, 1.768150, 1.955604",\
|
|
"1.714183, 1.720548, 1.737935, 1.783164, 1.955604",\
|
|
"1.714183, 1.720548, 1.737935, 1.783164, 1.955604");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.015129, 0.019458, 0.032509, 0.087473, 0.350411",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.350411",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.350411",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.350411",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.350411");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "1.655142, 1.663350, 1.689416, 1.783311, 2.237591",\
|
|
"1.687608, 1.695816, 1.721882, 1.815777, 2.270057",\
|
|
"1.703536, 1.711743, 1.737809, 1.831705, 2.285985",\
|
|
"1.703536, 1.711743, 1.737809, 1.831705, 2.285985",\
|
|
"1.703536, 1.711743, 1.737809, 1.831705, 2.285985");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541",\
|
|
"0.015683, 0.023890, 0.054553, 0.191624, 0.863541");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "1.643168, 1.649533, 1.666920, 1.712150, 1.907210",\
|
|
"1.675634, 1.681999, 1.699386, 1.744615, 1.939676",\
|
|
"1.691562, 1.697927, 1.715314, 1.760543, 1.955604",\
|
|
"1.691562, 1.697927, 1.715314, 1.760543, 1.955604",\
|
|
"1.691562, 1.697927, 1.715314, 1.760543, 1.955604");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.015129, 0.019458, 0.032509, 0.087473, 0.347512",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.347512",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.347512",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.347512",\
|
|
"0.015129, 0.019458, 0.032509, 0.087473, 0.347512");
|
|
}
|
|
|
|
} /* 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.002103 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "1.705304, 1.713522, 1.739586, 1.833476, 2.287723",\
|
|
"1.737770, 1.745988, 1.772052, 1.865942, 2.320189",\
|
|
"1.761305, 1.769523, 1.795586, 1.889477, 2.336117",\
|
|
"1.776319, 1.784537, 1.810601, 1.904491, 2.336117",\
|
|
"1.776319, 1.784537, 1.810601, 1.904491, 2.336117");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "1.687821, 1.694200, 1.711594, 1.756819, 1.951815",\
|
|
"1.720287, 1.726666, 1.744060, 1.789285, 1.984281",\
|
|
"1.743821, 1.750201, 1.767595, 1.812819, 2.000209",\
|
|
"1.758836, 1.765215, 1.782609, 1.827834, 2.000209",\
|
|
"1.758836, 1.765215, 1.782609, 1.827834, 2.000209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.015094, 0.019433, 0.032492, 0.087377, 0.350191",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.350191",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.350191",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.350191",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.350191");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "1.705304, 1.713522, 1.739586, 1.833476, 2.287723",\
|
|
"1.737770, 1.745988, 1.772052, 1.865942, 2.320189",\
|
|
"1.753698, 1.761916, 1.787979, 1.881870, 2.336117",\
|
|
"1.753698, 1.761916, 1.787979, 1.881870, 2.336117",\
|
|
"1.753698, 1.761916, 1.787979, 1.881870, 2.336117");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294",\
|
|
"0.015621, 0.023831, 0.054499, 0.191485, 0.863294");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "1.687821, 1.694200, 1.711594, 1.756819, 1.951815",\
|
|
"1.720287, 1.726666, 1.744060, 1.789285, 1.984281",\
|
|
"1.736215, 1.742594, 1.759988, 1.805213, 2.000209",\
|
|
"1.736215, 1.742594, 1.759988, 1.805213, 2.000209",\
|
|
"1.736215, 1.742594, 1.759988, 1.805213, 2.000209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.015094, 0.019433, 0.032492, 0.087377, 0.347357",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.347357",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.347357",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.347357",\
|
|
"0.015094, 0.019433, 0.032492, 0.087377, 0.347357");
|
|
}
|
|
|
|
} /* 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.002318 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "1.669372, 1.677557, 1.703610, 1.797511, 2.251706",\
|
|
"1.701838, 1.710023, 1.736076, 1.829977, 2.284172",\
|
|
"1.725373, 1.733558, 1.759611, 1.853512, 2.300100",\
|
|
"1.740387, 1.748572, 1.774625, 1.868526, 2.300100",\
|
|
"1.740387, 1.748572, 1.774625, 1.868526, 2.300100");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "1.651623, 1.657958, 1.675323, 1.720554, 1.915574",\
|
|
"1.684089, 1.690424, 1.707789, 1.753020, 1.948040",\
|
|
"1.707624, 1.713959, 1.731324, 1.776555, 1.963968",\
|
|
"1.722638, 1.728973, 1.746338, 1.791569, 1.963968",\
|
|
"1.722638, 1.728973, 1.746338, 1.791569, 1.963968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.015191, 0.019505, 0.032550, 0.087517, 0.350411",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.350411",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.350411",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.350411",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.350411");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "1.669372, 1.677557, 1.703610, 1.797511, 2.251706",\
|
|
"1.701838, 1.710023, 1.736076, 1.829977, 2.284172",\
|
|
"1.717766, 1.725951, 1.752004, 1.845905, 2.300100",\
|
|
"1.717766, 1.725951, 1.752004, 1.845905, 2.300100",\
|
|
"1.717766, 1.725951, 1.752004, 1.845905, 2.300100");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558",\
|
|
"0.015795, 0.023998, 0.054666, 0.191732, 0.863558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "1.651623, 1.657958, 1.675323, 1.720554, 1.915574",\
|
|
"1.684089, 1.690424, 1.707789, 1.753020, 1.948040",\
|
|
"1.700017, 1.706352, 1.723717, 1.768948, 1.963968",\
|
|
"1.700017, 1.706352, 1.723717, 1.768948, 1.963968",\
|
|
"1.700017, 1.706352, 1.723717, 1.768948, 1.963968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.015191, 0.019505, 0.032550, 0.087517, 0.347511",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.347511",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.347511",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.347511",\
|
|
"0.015191, 0.019505, 0.032550, 0.087517, 0.347511");
|
|
}
|
|
|
|
} /* 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.002337 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "1.658952, 1.667125, 1.693145, 1.788499, 2.240730",\
|
|
"1.691418, 1.699591, 1.725610, 1.820965, 2.273196",\
|
|
"1.714953, 1.723126, 1.749145, 1.844500, 2.289124",\
|
|
"1.729967, 1.738140, 1.764160, 1.859515, 2.289124",\
|
|
"1.729967, 1.738140, 1.764160, 1.859515, 2.289124");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "1.647490, 1.653812, 1.671139, 1.716326, 1.910834",\
|
|
"1.679956, 1.686278, 1.703605, 1.748792, 1.943300",\
|
|
"1.703491, 1.709813, 1.727140, 1.772327, 1.959227",\
|
|
"1.718505, 1.724827, 1.742154, 1.787341, 1.959227",\
|
|
"1.718505, 1.724827, 1.742154, 1.787341, 1.959227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.015201, 0.019520, 0.032587, 0.087114, 0.349124",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.349124",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.349124",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.349124",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.349124");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "1.658952, 1.667125, 1.693145, 1.788499, 2.240730",\
|
|
"1.691418, 1.699591, 1.725610, 1.820965, 2.273196",\
|
|
"1.707346, 1.715519, 1.741538, 1.836893, 2.289124",\
|
|
"1.707346, 1.715519, 1.741538, 1.836893, 2.289124",\
|
|
"1.707346, 1.715519, 1.741538, 1.836893, 2.289124");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865",\
|
|
"0.015812, 0.024021, 0.054715, 0.192578, 0.861865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "1.647490, 1.653812, 1.671139, 1.716326, 1.910834",\
|
|
"1.679956, 1.686278, 1.703605, 1.748792, 1.943300",\
|
|
"1.695884, 1.702206, 1.719533, 1.764720, 1.959227",\
|
|
"1.695884, 1.702206, 1.719533, 1.764720, 1.959227",\
|
|
"1.695884, 1.702206, 1.719533, 1.764720, 1.959227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.015201, 0.019520, 0.032587, 0.087114, 0.346611",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.346611",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.346611",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.346611",\
|
|
"0.015201, 0.019520, 0.032587, 0.087114, 0.346611");
|
|
}
|
|
|
|
} /* 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.002864 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "1.675775, 1.683873, 1.709895, 1.803816, 2.257834",\
|
|
"1.708241, 1.716339, 1.742361, 1.836282, 2.290300",\
|
|
"1.731776, 1.739873, 1.765896, 1.859817, 2.306228",\
|
|
"1.746790, 1.754888, 1.780910, 1.874831, 2.306228",\
|
|
"1.746790, 1.754888, 1.780910, 1.874831, 2.306228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "1.657616, 1.663838, 1.681126, 1.726365, 1.921403",\
|
|
"1.690082, 1.696304, 1.713592, 1.758831, 1.953869",\
|
|
"1.713616, 1.719839, 1.737127, 1.782366, 1.969797",\
|
|
"1.728631, 1.734853, 1.752141, 1.797380, 1.969797",\
|
|
"1.728631, 1.734853, 1.752141, 1.797380, 1.969797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.015437, 0.019687, 0.032703, 0.087842, 0.350846",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.350846",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.350846",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.350846",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.350846");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "1.675775, 1.683873, 1.709895, 1.803816, 2.257834",\
|
|
"1.708241, 1.716339, 1.742361, 1.836282, 2.290300",\
|
|
"1.724169, 1.732266, 1.758289, 1.852210, 2.306228",\
|
|
"1.724169, 1.732266, 1.758289, 1.852210, 2.306228",\
|
|
"1.724169, 1.732266, 1.758289, 1.852210, 2.306228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107",\
|
|
"0.016237, 0.024424, 0.055097, 0.192320, 0.864107");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "1.657616, 1.663838, 1.681126, 1.726365, 1.921403",\
|
|
"1.690082, 1.696304, 1.713592, 1.758831, 1.953869",\
|
|
"1.706010, 1.712232, 1.729520, 1.774759, 1.969797",\
|
|
"1.706010, 1.712232, 1.729520, 1.774759, 1.969797",\
|
|
"1.706010, 1.712232, 1.729520, 1.774759, 1.969797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.015437, 0.019687, 0.032703, 0.087842, 0.347813",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.347813",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.347813",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.347813",\
|
|
"0.015437, 0.019687, 0.032703, 0.087842, 0.347813");
|
|
}
|
|
|
|
} /* 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.003185 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "1.689150, 1.697182, 1.723130, 1.818517, 2.270250",\
|
|
"1.721616, 1.729648, 1.755596, 1.850983, 2.302716",\
|
|
"1.745150, 1.753182, 1.779131, 1.874518, 2.318644",\
|
|
"1.760164, 1.768196, 1.794145, 1.889532, 2.318644",\
|
|
"1.760164, 1.768196, 1.794145, 1.889532, 2.318644");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "1.675041, 1.681183, 1.698375, 1.743582, 1.937846",\
|
|
"1.707507, 1.713650, 1.730841, 1.776048, 1.970312",\
|
|
"1.731042, 1.737184, 1.754375, 1.799582, 1.986240",\
|
|
"1.746056, 1.752199, 1.769390, 1.814597, 1.986240",\
|
|
"1.746056, 1.752199, 1.769390, 1.814597, 1.986240");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.015581, 0.019807, 0.032844, 0.087388, 0.349134",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.349134",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.349134",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.349134",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.349134");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "1.689150, 1.697182, 1.723130, 1.818517, 2.270250",\
|
|
"1.721616, 1.729648, 1.755596, 1.850983, 2.302716",\
|
|
"1.737543, 1.745575, 1.771524, 1.866911, 2.318644",\
|
|
"1.737543, 1.745575, 1.771524, 1.866911, 2.318644",\
|
|
"1.737543, 1.745575, 1.771524, 1.866911, 2.318644");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939",\
|
|
"0.016498, 0.024688, 0.055405, 0.193270, 0.861939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "1.675041, 1.681183, 1.698375, 1.743582, 1.937846",\
|
|
"1.707507, 1.713650, 1.730841, 1.776048, 1.970312",\
|
|
"1.723435, 1.729577, 1.746768, 1.791976, 1.986240",\
|
|
"1.723435, 1.729577, 1.746768, 1.791976, 1.986240",\
|
|
"1.723435, 1.729577, 1.746768, 1.791976, 1.986240");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.015581, 0.019807, 0.032844, 0.087388, 0.346602",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.346602",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.346602",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.346602",\
|
|
"0.015581, 0.019807, 0.032844, 0.087388, 0.346602");
|
|
}
|
|
|
|
} /* 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.002372 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "1.653524, 1.661690, 1.687702, 1.783023, 2.235184",\
|
|
"1.685991, 1.694157, 1.720168, 1.815489, 2.267651",\
|
|
"1.709525, 1.717691, 1.743703, 1.839024, 2.283578",\
|
|
"1.724540, 1.732705, 1.758717, 1.854038, 2.283578",\
|
|
"1.724540, 1.732705, 1.758717, 1.854038, 2.283578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "1.639798, 1.646111, 1.663427, 1.708607, 1.903019",\
|
|
"1.672264, 1.678577, 1.695893, 1.741073, 1.935485",\
|
|
"1.695799, 1.702112, 1.719428, 1.764607, 1.951413",\
|
|
"1.710813, 1.717126, 1.734442, 1.779622, 1.951413",\
|
|
"1.710813, 1.717126, 1.734442, 1.779622, 1.951413");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.015216, 0.019533, 0.032604, 0.087057, 0.348907",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.348907",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.348907",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.348907",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.348907");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "1.653524, 1.661690, 1.687702, 1.783023, 2.235184",\
|
|
"1.685991, 1.694157, 1.720168, 1.815489, 2.267651",\
|
|
"1.701918, 1.710084, 1.736096, 1.831417, 2.283578",\
|
|
"1.701918, 1.710084, 1.736096, 1.831417, 2.283578",\
|
|
"1.701918, 1.710084, 1.736096, 1.831417, 2.283578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575",\
|
|
"0.015840, 0.024050, 0.054748, 0.192536, 0.861575");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "1.639798, 1.646111, 1.663427, 1.708607, 1.903019",\
|
|
"1.672264, 1.678577, 1.695893, 1.741073, 1.935485",\
|
|
"1.688192, 1.694505, 1.711821, 1.757000, 1.951413",\
|
|
"1.688192, 1.694505, 1.711821, 1.757000, 1.951413",\
|
|
"1.688192, 1.694505, 1.711821, 1.757000, 1.951413");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.015216, 0.019533, 0.032604, 0.087057, 0.346456",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.346456",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.346456",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.346456",\
|
|
"0.015216, 0.019533, 0.032604, 0.087057, 0.346456");
|
|
}
|
|
|
|
} /* 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.003101 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "1.662603, 1.670649, 1.696608, 1.791967, 2.243742",\
|
|
"1.695069, 1.703115, 1.729074, 1.824433, 2.276209",\
|
|
"1.718603, 1.726650, 1.752609, 1.847968, 2.292136",\
|
|
"1.733618, 1.741664, 1.767623, 1.862982, 2.292136",\
|
|
"1.733618, 1.741664, 1.767623, 1.862982, 2.292136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "1.649355, 1.655514, 1.672718, 1.717897, 1.912194",\
|
|
"1.681821, 1.687980, 1.705184, 1.750363, 1.944660",\
|
|
"1.705355, 1.711515, 1.728719, 1.773897, 1.960587",\
|
|
"1.720370, 1.726530, 1.743733, 1.788912, 1.960587",\
|
|
"1.720370, 1.726530, 1.743733, 1.788912, 1.960587");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.015546, 0.019779, 0.032817, 0.087374, 0.349126",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.349126",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.349126",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.349126",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.349126");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "1.662603, 1.670649, 1.696608, 1.791967, 2.243742",\
|
|
"1.695069, 1.703115, 1.729074, 1.824433, 2.276209",\
|
|
"1.710996, 1.719043, 1.745002, 1.840361, 2.292136",\
|
|
"1.710996, 1.719043, 1.745002, 1.840361, 2.292136",\
|
|
"1.710996, 1.719043, 1.745002, 1.840361, 2.292136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861",\
|
|
"0.016431, 0.024622, 0.055335, 0.193237, 0.861861");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "1.649355, 1.655514, 1.672718, 1.717897, 1.912194",\
|
|
"1.681821, 1.687980, 1.705184, 1.750363, 1.944660",\
|
|
"1.697748, 1.703908, 1.721112, 1.766290, 1.960587",\
|
|
"1.697748, 1.703908, 1.721112, 1.766290, 1.960587",\
|
|
"1.697748, 1.703908, 1.721112, 1.766290, 1.960587");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.015546, 0.019779, 0.032817, 0.087374, 0.346618",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.346618",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.346618",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.346618",\
|
|
"0.015546, 0.019779, 0.032817, 0.087374, 0.346618");
|
|
}
|
|
|
|
} /* 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.001049 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "1.677346, 1.685812, 1.711868, 1.806857, 2.259280",\
|
|
"1.709812, 1.718278, 1.744334, 1.839323, 2.291746",\
|
|
"1.733346, 1.741812, 1.767868, 1.862858, 2.307674",\
|
|
"1.748361, 1.756827, 1.782883, 1.877872, 2.307674",\
|
|
"1.748361, 1.756827, 1.782883, 1.877872, 2.307674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "1.658947, 1.665611, 1.683084, 1.728184, 1.922130",\
|
|
"1.691413, 1.698077, 1.715550, 1.760651, 1.954596",\
|
|
"1.714948, 1.721611, 1.739084, 1.784185, 1.970524",\
|
|
"1.729962, 1.736626, 1.754099, 1.799199, 1.970524",\
|
|
"1.729962, 1.736626, 1.754099, 1.799199, 1.970524");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.014568, 0.019096, 0.032259, 0.085958, 0.346850",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.346850",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.346850",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.346850",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.346850");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "1.677346, 1.685812, 1.711868, 1.806857, 2.259280",\
|
|
"1.709812, 1.718278, 1.744334, 1.839323, 2.291746",\
|
|
"1.725740, 1.734205, 1.760262, 1.855251, 2.307674",\
|
|
"1.725740, 1.734205, 1.760262, 1.855251, 2.307674",\
|
|
"1.725740, 1.734205, 1.760262, 1.855251, 2.307674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892",\
|
|
"0.014725, 0.023025, 0.053734, 0.190674, 0.858892");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "1.658947, 1.665611, 1.683084, 1.728184, 1.922130",\
|
|
"1.691413, 1.698077, 1.715550, 1.760651, 1.954596",\
|
|
"1.707341, 1.714004, 1.731477, 1.776578, 1.970524",\
|
|
"1.707341, 1.714004, 1.731477, 1.776578, 1.970524",\
|
|
"1.707341, 1.714004, 1.731477, 1.776578, 1.970524");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.014568, 0.019096, 0.032259, 0.085958, 0.344967",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.344967",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.344967",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.344967",\
|
|
"0.014568, 0.019096, 0.032259, 0.085958, 0.344967");
|
|
}
|
|
|
|
} /* 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.001999 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "1.674404, 1.682623, 1.708636, 1.803789, 2.255915",\
|
|
"1.706870, 1.715089, 1.741102, 1.836256, 2.288381",\
|
|
"1.730404, 1.738624, 1.764636, 1.859790, 2.304308",\
|
|
"1.745419, 1.753638, 1.779651, 1.874805, 2.304308",\
|
|
"1.745419, 1.753638, 1.779651, 1.874805, 2.304308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "1.664774, 1.671159, 1.688506, 1.733650, 1.927737",\
|
|
"1.697240, 1.703625, 1.720972, 1.766116, 1.960204",\
|
|
"1.720775, 1.727160, 1.744507, 1.789651, 1.976131",\
|
|
"1.735789, 1.742174, 1.759521, 1.804665, 1.976131",\
|
|
"1.735789, 1.742174, 1.759521, 1.804665, 1.976131");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.015050, 0.019413, 0.032518, 0.086591, 0.347852",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.347852",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.347852",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.347852",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.347852");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "1.674404, 1.682623, 1.708636, 1.803789, 2.255915",\
|
|
"1.706870, 1.715089, 1.741102, 1.836256, 2.288381",\
|
|
"1.722797, 1.731017, 1.757029, 1.852183, 2.304308",\
|
|
"1.722797, 1.731017, 1.757029, 1.852183, 2.304308",\
|
|
"1.722797, 1.731017, 1.757029, 1.852183, 2.304308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182",\
|
|
"0.015540, 0.023764, 0.054475, 0.191844, 0.860182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "1.664774, 1.671159, 1.688506, 1.733650, 1.927737",\
|
|
"1.697240, 1.703625, 1.720972, 1.766116, 1.960204",\
|
|
"1.713168, 1.719553, 1.736900, 1.782044, 1.976131",\
|
|
"1.713168, 1.719553, 1.736900, 1.782044, 1.976131",\
|
|
"1.713168, 1.719553, 1.736900, 1.782044, 1.976131");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.015050, 0.019413, 0.032518, 0.086591, 0.345698",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.345698",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.345698",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.345698",\
|
|
"0.015050, 0.019413, 0.032518, 0.086591, 0.345698");
|
|
}
|
|
|
|
} /* 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.002121 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "1.718270, 1.726467, 1.752461, 1.847590, 2.299585",\
|
|
"1.750736, 1.758933, 1.784928, 1.880056, 2.332051",\
|
|
"1.774270, 1.782468, 1.808462, 1.903591, 2.347979",\
|
|
"1.789285, 1.797482, 1.823477, 1.918605, 2.347979",\
|
|
"1.789285, 1.797482, 1.823477, 1.918605, 2.347979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "1.690312, 1.696669, 1.713991, 1.759130, 1.953094",\
|
|
"1.722778, 1.729135, 1.746457, 1.791596, 1.985560",\
|
|
"1.746313, 1.752670, 1.769991, 1.815131, 2.001488",\
|
|
"1.761327, 1.767684, 1.785006, 1.830145, 2.001488",\
|
|
"1.761327, 1.767684, 1.785006, 1.830145, 2.001488");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.015106, 0.019456, 0.032560, 0.086560, 0.347644",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.347644",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.347644",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.347644",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.347644");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "1.718270, 1.726467, 1.752461, 1.847590, 2.299585",\
|
|
"1.750736, 1.758933, 1.784928, 1.880056, 2.332051",\
|
|
"1.766663, 1.774861, 1.800855, 1.895984, 2.347979",\
|
|
"1.766663, 1.774861, 1.800855, 1.895984, 2.347979",\
|
|
"1.766663, 1.774861, 1.800855, 1.895984, 2.347979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930",\
|
|
"0.015639, 0.023862, 0.054582, 0.191858, 0.859930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "1.690312, 1.696669, 1.713991, 1.759130, 1.953094",\
|
|
"1.722778, 1.729135, 1.746457, 1.791596, 1.985560",\
|
|
"1.738706, 1.745063, 1.762385, 1.807524, 2.001488",\
|
|
"1.738706, 1.745063, 1.762385, 1.807524, 2.001488",\
|
|
"1.738706, 1.745063, 1.762385, 1.807524, 2.001488");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.015106, 0.019456, 0.032560, 0.086560, 0.345546",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.345546",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.345546",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.345546",\
|
|
"0.015106, 0.019456, 0.032560, 0.086560, 0.345546");
|
|
}
|
|
|
|
} /* 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.002331 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "1.714086, 1.722251, 1.748236, 1.843396, 2.295325",\
|
|
"1.746552, 1.754717, 1.780702, 1.875862, 2.327791",\
|
|
"1.770086, 1.778251, 1.804237, 1.899396, 2.343718",\
|
|
"1.785101, 1.793266, 1.819251, 1.914411, 2.343718",\
|
|
"1.785101, 1.793266, 1.819251, 1.914411, 2.343718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "1.685895, 1.692210, 1.709503, 1.754650, 1.948641",\
|
|
"1.718361, 1.724676, 1.741969, 1.787116, 1.981107",\
|
|
"1.741896, 1.748210, 1.765504, 1.810650, 1.997034",\
|
|
"1.756910, 1.763225, 1.780518, 1.825665, 1.997034",\
|
|
"1.756910, 1.763225, 1.780518, 1.825665, 1.997034");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.015200, 0.019526, 0.032618, 0.086698, 0.347851",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.347851",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.347851",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.347851",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.347851");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "1.714086, 1.722251, 1.748236, 1.843396, 2.295325",\
|
|
"1.746552, 1.754717, 1.780702, 1.875862, 2.327791",\
|
|
"1.762479, 1.770644, 1.796630, 1.891789, 2.343718",\
|
|
"1.762479, 1.770644, 1.796630, 1.891789, 2.343718",\
|
|
"1.762479, 1.770644, 1.796630, 1.891789, 2.343718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182",\
|
|
"0.015808, 0.024025, 0.054745, 0.192121, 0.860182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "1.685895, 1.692210, 1.709503, 1.754650, 1.948641",\
|
|
"1.718361, 1.724676, 1.741969, 1.787116, 1.981107",\
|
|
"1.734289, 1.740603, 1.757897, 1.803043, 1.997034",\
|
|
"1.734289, 1.740603, 1.757897, 1.803043, 1.997034",\
|
|
"1.734289, 1.740603, 1.757897, 1.803043, 1.997034");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.015200, 0.019526, 0.032618, 0.086698, 0.345696",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.345696",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.345696",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.345696",\
|
|
"0.015200, 0.019526, 0.032618, 0.086698, 0.345696");
|
|
}
|
|
|
|
} /* 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.002077 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "1.702242, 1.710447, 1.736446, 1.831571, 2.283594",\
|
|
"1.734708, 1.742913, 1.768912, 1.864037, 2.316060",\
|
|
"1.758243, 1.766448, 1.792446, 1.887572, 2.331988",\
|
|
"1.773257, 1.781462, 1.807461, 1.902586, 2.331988",\
|
|
"1.773257, 1.781462, 1.807461, 1.902586, 2.331988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "1.675546, 1.681913, 1.699241, 1.744379, 1.938357",\
|
|
"1.708012, 1.714378, 1.731707, 1.776845, 1.970823",\
|
|
"1.731546, 1.737913, 1.755242, 1.800379, 1.986750",\
|
|
"1.746561, 1.752928, 1.770256, 1.815394, 1.986750",\
|
|
"1.746561, 1.752928, 1.770256, 1.815394, 1.986750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.015085, 0.019441, 0.032547, 0.086547, 0.347642",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.347642",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.347642",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.347642",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.347642");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "1.702242, 1.710447, 1.736446, 1.831571, 2.283594",\
|
|
"1.734708, 1.742913, 1.768912, 1.864037, 2.316060",\
|
|
"1.750636, 1.758841, 1.784840, 1.879965, 2.331988",\
|
|
"1.750636, 1.758841, 1.784840, 1.879965, 2.331988",\
|
|
"1.750636, 1.758841, 1.784840, 1.879965, 2.331988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921",\
|
|
"0.015603, 0.023827, 0.054545, 0.191827, 0.859921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "1.675546, 1.681913, 1.699241, 1.744379, 1.938357",\
|
|
"1.708012, 1.714378, 1.731707, 1.776845, 1.970823",\
|
|
"1.723940, 1.730306, 1.747635, 1.792773, 1.986750",\
|
|
"1.723940, 1.730306, 1.747635, 1.792773, 1.986750",\
|
|
"1.723940, 1.730306, 1.747635, 1.792773, 1.986750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.015085, 0.019441, 0.032547, 0.086547, 0.345545",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.345545",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.345545",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.345545",\
|
|
"0.015085, 0.019441, 0.032547, 0.086547, 0.345545");
|
|
}
|
|
|
|
} /* 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.003342 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "1.715016, 1.723026, 1.748980, 1.842874, 2.296279",\
|
|
"1.747482, 1.755492, 1.781446, 1.875340, 2.328745",\
|
|
"1.771016, 1.779027, 1.804981, 1.898874, 2.344673",\
|
|
"1.786031, 1.794041, 1.819995, 1.913889, 2.344673",\
|
|
"1.786031, 1.794041, 1.819995, 1.913889, 2.344673");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "1.688561, 1.694675, 1.711860, 1.757085, 1.951594",\
|
|
"1.721027, 1.727141, 1.744326, 1.789551, 1.984060",\
|
|
"1.744562, 1.750676, 1.767861, 1.813085, 1.999988",\
|
|
"1.759576, 1.765690, 1.782875, 1.828100, 1.999988",\
|
|
"1.759576, 1.765690, 1.782875, 1.828100, 1.999988");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.015651, 0.019856, 0.032874, 0.087676, 0.349851",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.349851",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.349851",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.349851",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.349851");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "1.715016, 1.723026, 1.748980, 1.842874, 2.296279",\
|
|
"1.747482, 1.755492, 1.781446, 1.875340, 2.328745",\
|
|
"1.763409, 1.771420, 1.797374, 1.891268, 2.344673",\
|
|
"1.763409, 1.771420, 1.797374, 1.891268, 2.344673",\
|
|
"1.763409, 1.771420, 1.797374, 1.891268, 2.344673");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899",\
|
|
"0.016625, 0.024807, 0.055514, 0.192420, 0.862899");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "1.688561, 1.694675, 1.711860, 1.757085, 1.951594",\
|
|
"1.721027, 1.727141, 1.744326, 1.789551, 1.984060",\
|
|
"1.736955, 1.743069, 1.760254, 1.805478, 1.999988",\
|
|
"1.736955, 1.743069, 1.760254, 1.805478, 1.999988",\
|
|
"1.736955, 1.743069, 1.760254, 1.805478, 1.999988");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.015651, 0.019856, 0.032874, 0.087676, 0.347109",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.347109",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.347109",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.347109",\
|
|
"0.015651, 0.019856, 0.032874, 0.087676, 0.347109");
|
|
}
|
|
|
|
} /* 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.002224 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "1.696094, 1.704274, 1.730260, 1.825390, 2.277323",\
|
|
"1.728560, 1.736740, 1.762726, 1.857856, 2.309789",\
|
|
"1.752094, 1.760275, 1.786261, 1.881391, 2.325717",\
|
|
"1.767109, 1.775289, 1.801275, 1.896405, 2.325717",\
|
|
"1.767109, 1.775289, 1.801275, 1.896405, 2.325717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "1.674069, 1.680405, 1.697709, 1.742849, 1.936784",\
|
|
"1.706535, 1.712871, 1.730176, 1.775315, 1.969250",\
|
|
"1.730070, 1.736405, 1.753710, 1.798849, 1.985178",\
|
|
"1.745084, 1.751420, 1.768725, 1.813864, 1.985178",\
|
|
"1.745084, 1.751420, 1.768725, 1.813864, 1.985178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.015152, 0.019491, 0.032591, 0.086594, 0.347642",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.347642",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.347642",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.347642",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.347642");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "1.696094, 1.704274, 1.730260, 1.825390, 2.277323",\
|
|
"1.728560, 1.736740, 1.762726, 1.857856, 2.309789",\
|
|
"1.744487, 1.752668, 1.778654, 1.873784, 2.325717",\
|
|
"1.744487, 1.752668, 1.778654, 1.873784, 2.325717",\
|
|
"1.744487, 1.752668, 1.778654, 1.873784, 2.325717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934",\
|
|
"0.015722, 0.023943, 0.054665, 0.191944, 0.859934");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "1.674069, 1.680405, 1.697709, 1.742849, 1.936784",\
|
|
"1.706535, 1.712871, 1.730176, 1.775315, 1.969250",\
|
|
"1.722463, 1.728799, 1.746103, 1.791243, 1.985178",\
|
|
"1.722463, 1.728799, 1.746103, 1.791243, 1.985178",\
|
|
"1.722463, 1.728799, 1.746103, 1.791243, 1.985178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.015152, 0.019491, 0.032591, 0.086594, 0.345544",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.345544",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.345544",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.345544",\
|
|
"0.015152, 0.019491, 0.032591, 0.086594, 0.345544");
|
|
}
|
|
|
|
} /* 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.001164 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "1.689517, 1.697941, 1.723954, 1.818746, 2.276323",\
|
|
"1.721983, 1.730407, 1.756420, 1.851212, 2.308789",\
|
|
"1.745518, 1.753941, 1.779954, 1.874746, 2.324717",\
|
|
"1.760532, 1.768956, 1.794969, 1.889761, 2.324717",\
|
|
"1.760532, 1.768956, 1.794969, 1.889761, 2.324717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "1.669960, 1.676577, 1.693996, 1.739053, 1.932428",\
|
|
"1.702426, 1.709043, 1.726462, 1.771519, 1.964894",\
|
|
"1.725961, 1.732578, 1.749997, 1.795054, 1.980821",\
|
|
"1.740975, 1.747592, 1.765011, 1.810068, 1.980821",\
|
|
"1.740975, 1.747592, 1.765011, 1.810068, 1.980821");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.014630, 0.019144, 0.032326, 0.085578, 0.345593",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.345593",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.345593",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.345593",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.345593");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "1.689517, 1.697941, 1.723954, 1.818746, 2.276323",\
|
|
"1.721983, 1.730407, 1.756420, 1.851212, 2.308789",\
|
|
"1.737911, 1.746334, 1.772348, 1.867139, 2.324717",\
|
|
"1.737911, 1.746334, 1.772348, 1.867139, 2.324717",\
|
|
"1.737911, 1.746334, 1.772348, 1.867139, 2.324717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778",\
|
|
"0.014826, 0.023124, 0.053862, 0.190318, 0.861778");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "1.669960, 1.676577, 1.693996, 1.739053, 1.932428",\
|
|
"1.702426, 1.709043, 1.726462, 1.771519, 1.964894",\
|
|
"1.718354, 1.724971, 1.742390, 1.787447, 1.980821",\
|
|
"1.718354, 1.724971, 1.742390, 1.787447, 1.980821",\
|
|
"1.718354, 1.724971, 1.742390, 1.787447, 1.980821");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.014630, 0.019144, 0.032326, 0.085578, 0.344022",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.344022",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.344022",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.344022",\
|
|
"0.014630, 0.019144, 0.032326, 0.085578, 0.344022");
|
|
}
|
|
|
|
} /* 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.001202 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "1.664279, 1.672703, 1.698756, 1.793788, 2.246197",\
|
|
"1.696745, 1.705169, 1.731222, 1.826254, 2.278664",\
|
|
"1.720279, 1.728703, 1.754757, 1.849789, 2.294591",\
|
|
"1.735294, 1.743718, 1.769771, 1.864803, 2.294591",\
|
|
"1.735294, 1.743718, 1.769771, 1.864803, 2.294591");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "1.650433, 1.657049, 1.674505, 1.719616, 1.913636",\
|
|
"1.682899, 1.689515, 1.706971, 1.752082, 1.946102",\
|
|
"1.706433, 1.713050, 1.730505, 1.775617, 1.962030",\
|
|
"1.721448, 1.728064, 1.745520, 1.790631, 1.962030",\
|
|
"1.721448, 1.728064, 1.745520, 1.790631, 1.962030");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.014648, 0.019147, 0.032297, 0.086100, 0.347133",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.347133",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.347133",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.347133",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.347133");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "1.664279, 1.672703, 1.698756, 1.793788, 2.246197",\
|
|
"1.696745, 1.705169, 1.731222, 1.826254, 2.278664",\
|
|
"1.712673, 1.721096, 1.747150, 1.842182, 2.294591",\
|
|
"1.712673, 1.721096, 1.747150, 1.842182, 2.294591",\
|
|
"1.712673, 1.721096, 1.747150, 1.842182, 2.294591");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247",\
|
|
"0.014858, 0.023143, 0.053849, 0.190912, 0.859247");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "1.650433, 1.657049, 1.674505, 1.719616, 1.913636",\
|
|
"1.682899, 1.689515, 1.706971, 1.752082, 1.946102",\
|
|
"1.698827, 1.705443, 1.722899, 1.768010, 1.962030",\
|
|
"1.698827, 1.705443, 1.722899, 1.768010, 1.962030",\
|
|
"1.698827, 1.705443, 1.722899, 1.768010, 1.962030");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.014648, 0.019147, 0.032297, 0.086100, 0.345177",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.345177",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.345177",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.345177",\
|
|
"0.014648, 0.019147, 0.032297, 0.086100, 0.345177");
|
|
}
|
|
|
|
} /* 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.001205 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "1.731751, 1.740175, 1.766230, 1.861301, 2.313750",\
|
|
"1.764217, 1.772641, 1.798696, 1.893767, 2.346215",\
|
|
"1.787752, 1.796175, 1.822231, 1.917302, 2.362143",\
|
|
"1.802766, 1.811190, 1.837245, 1.932316, 2.362143",\
|
|
"1.802766, 1.811190, 1.837245, 1.932316, 2.362143");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "1.709662, 1.716279, 1.733741, 1.778859, 1.972966",\
|
|
"1.742128, 1.748745, 1.766207, 1.811325, 2.005432",\
|
|
"1.765663, 1.772280, 1.789741, 1.834860, 2.021360",\
|
|
"1.780677, 1.787294, 1.804756, 1.849874, 2.021360",\
|
|
"1.780677, 1.787294, 1.804756, 1.849874, 2.021360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.014649, 0.019146, 0.032295, 0.086170, 0.347333",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.347333",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.347333",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.347333",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.347333");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "1.731751, 1.740175, 1.766230, 1.861301, 2.313750",\
|
|
"1.764217, 1.772641, 1.798696, 1.893767, 2.346215",\
|
|
"1.780145, 1.788568, 1.814624, 1.909695, 2.362143",\
|
|
"1.780145, 1.788568, 1.814624, 1.909695, 2.362143",\
|
|
"1.780145, 1.788568, 1.814624, 1.909695, 2.362143");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574",\
|
|
"0.014860, 0.023144, 0.053848, 0.190972, 0.859574");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "1.709662, 1.716279, 1.733741, 1.778859, 1.972966",\
|
|
"1.742128, 1.748745, 1.766207, 1.811325, 2.005432",\
|
|
"1.758056, 1.764673, 1.782134, 1.827253, 2.021360",\
|
|
"1.758056, 1.764673, 1.782134, 1.827253, 2.021360",\
|
|
"1.758056, 1.764673, 1.782134, 1.827253, 2.021360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.014649, 0.019146, 0.032295, 0.086170, 0.345322",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.345322",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.345322",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.345322",\
|
|
"0.014649, 0.019146, 0.032295, 0.086170, 0.345322");
|
|
}
|
|
|
|
} /* 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.002477 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "1.719920, 1.728068, 1.754070, 1.849396, 2.301493",\
|
|
"1.752385, 1.760534, 1.786536, 1.881862, 2.333959",\
|
|
"1.775966, 1.784114, 1.810116, 1.905443, 2.349933",\
|
|
"1.790978, 1.799127, 1.825128, 1.920455, 2.349933",\
|
|
"1.790978, 1.799127, 1.825128, 1.920455, 2.349933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "1.711120, 1.717411, 1.734710, 1.779893, 1.974273",\
|
|
"1.743586, 1.749877, 1.767176, 1.812359, 2.006739",\
|
|
"1.767167, 1.773458, 1.790757, 1.835940, 2.022712",\
|
|
"1.782179, 1.788470, 1.805769, 1.850952, 2.022712",\
|
|
"1.782179, 1.788470, 1.805769, 1.850952, 2.022712");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.015264, 0.019568, 0.032635, 0.087089, 0.348906",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.348906",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.348906",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.348906",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.348906");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "1.719920, 1.728068, 1.754070, 1.849396, 2.301493",\
|
|
"1.752385, 1.760534, 1.786536, 1.881862, 2.333959",\
|
|
"1.768359, 1.776507, 1.802509, 1.897835, 2.349933",\
|
|
"1.768359, 1.776507, 1.802509, 1.897835, 2.349933",\
|
|
"1.768359, 1.776507, 1.802509, 1.897835, 2.349933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589",\
|
|
"0.015925, 0.024133, 0.054834, 0.192616, 0.861589");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "1.711120, 1.717411, 1.734710, 1.779893, 1.974273",\
|
|
"1.743586, 1.749877, 1.767176, 1.812359, 2.006739",\
|
|
"1.759560, 1.765851, 1.783149, 1.828332, 2.022712",\
|
|
"1.759560, 1.765851, 1.783149, 1.828332, 2.022712",\
|
|
"1.759560, 1.765851, 1.783149, 1.828332, 2.022712");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.015264, 0.019568, 0.032635, 0.087089, 0.346453",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.346453",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.346453",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.346453",\
|
|
"0.015264, 0.019568, 0.032635, 0.087089, 0.346453");
|
|
}
|
|
|
|
} /* 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.001138 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "1.722302, 1.730734, 1.756750, 1.851540, 2.309136",\
|
|
"1.754768, 1.763199, 1.789216, 1.884006, 2.341602",\
|
|
"1.778349, 1.786780, 1.812796, 1.907586, 2.357575",\
|
|
"1.793361, 1.801792, 1.827808, 1.922598, 2.357575",\
|
|
"1.793361, 1.801792, 1.827808, 1.922598, 2.357575");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "1.712692, 1.719317, 1.736740, 1.781797, 1.975179",\
|
|
"1.745158, 1.751783, 1.769206, 1.814263, 2.007645",\
|
|
"1.768739, 1.775364, 1.792787, 1.837844, 2.023619",\
|
|
"1.783751, 1.790376, 1.807799, 1.852856, 2.023619",\
|
|
"1.783751, 1.790376, 1.807799, 1.852856, 2.023619");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.014616, 0.019135, 0.032318, 0.085570, 0.345594",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.345594",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.345594",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.345594",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.345594");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "1.722302, 1.730734, 1.756750, 1.851540, 2.309136",\
|
|
"1.754768, 1.763199, 1.789216, 1.884006, 2.341602",\
|
|
"1.770742, 1.779173, 1.805189, 1.899979, 2.357575",\
|
|
"1.770742, 1.779173, 1.805189, 1.899979, 2.357575",\
|
|
"1.770742, 1.779173, 1.805189, 1.899979, 2.357575");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767",\
|
|
"0.014803, 0.023103, 0.053840, 0.190300, 0.861767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "1.712692, 1.719317, 1.736740, 1.781797, 1.975179",\
|
|
"1.745158, 1.751783, 1.769206, 1.814263, 2.007645",\
|
|
"1.761131, 1.767757, 1.785180, 1.830237, 2.023619",\
|
|
"1.761131, 1.767757, 1.785180, 1.830237, 2.023619",\
|
|
"1.761131, 1.767757, 1.785180, 1.830237, 2.023619");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.014616, 0.019135, 0.032318, 0.085570, 0.344023",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.344023",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.344023",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.344023",\
|
|
"0.014616, 0.019135, 0.032318, 0.085570, 0.344023");
|
|
}
|
|
|
|
} /* 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.001122 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "1.701479, 1.709914, 1.735928, 1.830682, 2.288147",\
|
|
"1.733945, 1.742380, 1.768394, 1.863148, 2.320613",\
|
|
"1.757526, 1.765961, 1.791975, 1.886728, 2.336586",\
|
|
"1.772538, 1.780973, 1.806987, 1.901740, 2.336586",\
|
|
"1.772538, 1.780973, 1.806987, 1.901740, 2.336586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "1.695624, 1.702253, 1.719673, 1.764722, 1.958020",\
|
|
"1.728090, 1.734719, 1.752139, 1.797188, 1.990486",\
|
|
"1.751670, 1.758300, 1.775720, 1.820769, 2.006460",\
|
|
"1.766683, 1.773312, 1.790732, 1.835781, 2.006460",\
|
|
"1.766683, 1.773312, 1.790732, 1.835781, 2.006460");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.014608, 0.019131, 0.032319, 0.085496, 0.345387",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.345387",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.345387",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.345387",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.345387");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "1.701479, 1.709914, 1.735928, 1.830682, 2.288147",\
|
|
"1.733945, 1.742380, 1.768394, 1.863148, 2.320613",\
|
|
"1.749919, 1.758354, 1.784368, 1.879121, 2.336586",\
|
|
"1.749919, 1.758354, 1.784368, 1.879121, 2.336586",\
|
|
"1.749919, 1.758354, 1.784368, 1.879121, 2.336586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382",\
|
|
"0.014790, 0.023091, 0.053832, 0.190222, 0.861382");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "1.695624, 1.702253, 1.719673, 1.764722, 1.958020",\
|
|
"1.728090, 1.734719, 1.752139, 1.797188, 1.990486",\
|
|
"1.744063, 1.750693, 1.768112, 1.813162, 2.006460",\
|
|
"1.744063, 1.750693, 1.768112, 1.813162, 2.006460",\
|
|
"1.744063, 1.750693, 1.768112, 1.813162, 2.006460");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.014608, 0.019131, 0.032319, 0.085496, 0.342886",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.342886",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.342886",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.342886",\
|
|
"0.014608, 0.019131, 0.032319, 0.085496, 0.342886");
|
|
}
|
|
|
|
} /* 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.002262 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "1.701013, 1.709189, 1.735180, 1.830340, 2.282310",\
|
|
"1.733479, 1.741655, 1.767646, 1.862806, 2.314776",\
|
|
"1.757060, 1.765236, 1.791227, 1.886387, 2.330750",\
|
|
"1.772072, 1.780248, 1.806239, 1.901399, 2.330750",\
|
|
"1.772072, 1.780248, 1.806239, 1.901399, 2.330750");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "1.695519, 1.701848, 1.719153, 1.764301, 1.958310",\
|
|
"1.727985, 1.734314, 1.751619, 1.796767, 1.990776",\
|
|
"1.751566, 1.757895, 1.775199, 1.820347, 2.006750",\
|
|
"1.766578, 1.772907, 1.790211, 1.835359, 2.006750",\
|
|
"1.766578, 1.772907, 1.790211, 1.835359, 2.006750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.015169, 0.019503, 0.032597, 0.086674, 0.347851",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.347851",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.347851",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.347851",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.347851");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "1.701013, 1.709189, 1.735180, 1.830340, 2.282310",\
|
|
"1.733479, 1.741655, 1.767646, 1.862806, 2.314776",\
|
|
"1.749453, 1.757629, 1.783620, 1.878779, 2.330750",\
|
|
"1.749453, 1.757629, 1.783620, 1.878779, 2.330750",\
|
|
"1.749453, 1.757629, 1.783620, 1.878779, 2.330750");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181",\
|
|
"0.015753, 0.023971, 0.054689, 0.192062, 0.860181");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "1.695519, 1.701848, 1.719153, 1.764301, 1.958310",\
|
|
"1.727985, 1.734314, 1.751619, 1.796767, 1.990776",\
|
|
"1.743959, 1.750288, 1.767592, 1.812740, 2.006750",\
|
|
"1.743959, 1.750288, 1.767592, 1.812740, 2.006750",\
|
|
"1.743959, 1.750288, 1.767592, 1.812740, 2.006750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.015169, 0.019503, 0.032597, 0.086674, 0.345695",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.345695",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.345695",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.345695",\
|
|
"0.015169, 0.019503, 0.032597, 0.086674, 0.345695");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.004296 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.333597, 0.301131, 0.277597, 0.262582, 0.285204",\
|
|
"0.351776, 0.319310, 0.295775, 0.280761, 0.303382",\
|
|
"0.349830, 0.317364, 0.293829, 0.278815, 0.301436",\
|
|
"0.330199, 0.297733, 0.274199, 0.259184, 0.281806",\
|
|
"0.262274, 0.229808, 0.206273, 0.191259, 0.213880");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.358667, 0.326201, 0.302667, 0.287652, 0.310273",\
|
|
"0.404355, 0.371889, 0.348354, 0.333339, 0.355961",\
|
|
"0.446865, 0.414399, 0.390864, 0.375850, 0.398471",\
|
|
"0.520707, 0.488241, 0.464706, 0.449692, 0.472313",\
|
|
"0.665878, 0.633412, 0.609878, 0.594863, 0.617485");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.130627, -0.098161, -0.074626, -0.059612, -0.082233",\
|
|
"-0.148805, -0.116339, -0.092804, -0.077790, -0.100411",\
|
|
"-0.146892, -0.114426, -0.090891, -0.075877, -0.098498",\
|
|
"-0.127148, -0.094682, -0.071147, -0.056133, -0.078754",\
|
|
"-0.059021, -0.026555, -0.003020, 0.011994, -0.010627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.082213, 0.114679, 0.138214, 0.153228, 0.130607",\
|
|
"0.036526, 0.068992, 0.092526, 0.107541, 0.084919",\
|
|
"-0.005790, 0.026676, 0.050211, 0.065225, 0.042604",\
|
|
"-0.079408, -0.046942, -0.023407, -0.008393, -0.031014",\
|
|
"-0.225147, -0.192681, -0.169146, -0.154132, -0.176753");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003482 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.296428, 0.263962, 0.240427, 0.225413, 0.248034",\
|
|
"0.314311, 0.281845, 0.258310, 0.243296, 0.265917",\
|
|
"0.312503, 0.280037, 0.256503, 0.241488, 0.264109",\
|
|
"0.292821, 0.260355, 0.236820, 0.221806, 0.244427",\
|
|
"0.224786, 0.192320, 0.168786, 0.153771, 0.176392");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.307269, 0.274803, 0.251269, 0.236254, 0.258875",\
|
|
"0.352861, 0.320395, 0.296860, 0.281845, 0.304467",\
|
|
"0.395356, 0.362890, 0.339355, 0.324341, 0.346962",\
|
|
"0.469418, 0.436952, 0.413417, 0.398403, 0.421024",\
|
|
"0.614187, 0.581721, 0.558186, 0.543172, 0.565793");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.155986, -0.123520, -0.099985, -0.084971, -0.107592",\
|
|
"-0.173869, -0.141402, -0.117868, -0.102853, -0.125475",\
|
|
"-0.172061, -0.139595, -0.116061, -0.101046, -0.123668",\
|
|
"-0.152327, -0.119861, -0.096327, -0.081312, -0.103934",\
|
|
"-0.084501, -0.052035, -0.028501, -0.013486, -0.036108");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.080598, 0.113064, 0.136599, 0.151613, 0.128992",\
|
|
"0.035007, 0.067473, 0.091007, 0.106022, 0.083401",\
|
|
"-0.007507, 0.024959, 0.048494, 0.063508, 0.040887",\
|
|
"-0.081591, -0.049125, -0.025591, -0.010576, -0.033198",\
|
|
"-0.227405, -0.194939, -0.171404, -0.156390, -0.179011");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.002984 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.230739, 0.198273, 0.174738, 0.159724, 0.182345",\
|
|
"0.248422, 0.215956, 0.192422, 0.177407, 0.200028",\
|
|
"0.246732, 0.214266, 0.190731, 0.175717, 0.198338",\
|
|
"0.227258, 0.194792, 0.171257, 0.156243, 0.178864",\
|
|
"0.159420, 0.126954, 0.103420, 0.088405, 0.111026");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.259125, 0.226659, 0.203124, 0.188110, 0.210731",\
|
|
"0.304652, 0.272186, 0.248652, 0.233637, 0.256259",\
|
|
"0.346879, 0.314413, 0.290878, 0.275864, 0.298485",\
|
|
"0.420768, 0.388302, 0.364767, 0.349753, 0.372374",\
|
|
"0.564633, 0.532167, 0.508632, 0.493618, 0.516239");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.022164, 0.010302, 0.033837, 0.048851, 0.026230",\
|
|
"-0.039847, -0.007381, 0.016153, 0.031168, 0.008547",\
|
|
"-0.038147, -0.005681, 0.017853, 0.032868, 0.010246",\
|
|
"-0.018606, 0.013860, 0.037394, 0.052409, 0.029787",\
|
|
"0.048879, 0.081345, 0.104880, 0.119894, 0.097273");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.157263, 0.189729, 0.213264, 0.228278, 0.205657",\
|
|
"0.111736, 0.144202, 0.167737, 0.182751, 0.160130",\
|
|
"0.069211, 0.101677, 0.125211, 0.140226, 0.117604",\
|
|
"-0.005046, 0.027420, 0.050954, 0.065969, 0.043348",\
|
|
"-0.150362, -0.117896, -0.094361, -0.079347, -0.101968");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.003096 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.274165, 0.241699, 0.218165, 0.203150, 0.225772",\
|
|
"0.291858, 0.259392, 0.235857, 0.220843, 0.243464",\
|
|
"0.290159, 0.257693, 0.234158, 0.219144, 0.241765",\
|
|
"0.270587, 0.238121, 0.214586, 0.199572, 0.222193",\
|
|
"0.202593, 0.170127, 0.146592, 0.131578, 0.154199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.345246, 0.312780, 0.289246, 0.274231, 0.296852",\
|
|
"0.390780, 0.358314, 0.334779, 0.319765, 0.342386",\
|
|
"0.432995, 0.400529, 0.376994, 0.361980, 0.384601",\
|
|
"0.506855, 0.474389, 0.450854, 0.435840, 0.458461",\
|
|
"0.650717, 0.618251, 0.594716, 0.579702, 0.602323");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.005068, 0.027398, 0.050933, 0.065947, 0.043326",\
|
|
"-0.022761, 0.009705, 0.033240, 0.048254, 0.025633",\
|
|
"-0.021062, 0.011404, 0.034939, 0.049953, 0.027332",\
|
|
"-0.001490, 0.030976, 0.054511, 0.069525, 0.046904",\
|
|
"0.066504, 0.098970, 0.122505, 0.137519, 0.114898");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.066952, 0.099418, 0.122953, 0.137967, 0.115346",\
|
|
"0.021418, 0.053885, 0.077419, 0.092434, 0.069812",\
|
|
"-0.020797, 0.011669, 0.035204, 0.050218, 0.027597",\
|
|
"-0.094656, -0.062190, -0.038656, -0.023641, -0.046263",\
|
|
"-0.238519, -0.206053, -0.182518, -0.167504, -0.190125");
|
|
}
|
|
|
|
} /* 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.506345 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.425730 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : _7149_/Q;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.253906");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.391566");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwh*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.788922, 0.821388, 0.837316, 0.837316, 0.837316");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.045728, 0.045728, 0.045728, 0.045728, 0.045728");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.812987, 0.845453, 0.861381, 0.861381, 0.861381");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.038008, 0.038008, 0.038008, 0.038008, 0.038008");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.788922, 0.821388, 0.837316, 0.837316, 0.837316");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.045728, 0.045728, 0.045728, 0.045728, 0.045728");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.812987, 0.845453, 0.861381, 0.861381, 0.861381");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.038008, 0.038008, 0.038008, 0.038008, 0.038008");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|