mirror of https://github.com/efabless/caravel.git
30779 lines
1.3 MiB
30779 lines
1.3 MiB
|
|
library("housekeeping.ss") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Tue Oct 18 15:32:28 2022" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.4000 ;
|
|
nom_temperature : 100.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ss_1.40v_100C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.4000 ;
|
|
temperature : 100.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ss_1.40v_100C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.165886, 1.189964, 1.265197, 1.542231, 2.884688",\
|
|
"1.214623, 1.238702, 1.313934, 1.590969, 2.933426",\
|
|
"1.326959, 1.351038, 1.426270, 1.703305, 3.045762",\
|
|
"1.636190, 1.660269, 1.735501, 2.012536, 3.354993",\
|
|
"2.716744, 2.740822, 2.816055, 3.093089, 4.435546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045797, 0.069083, 0.156707, 0.535747, 2.382387");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.284244, 1.303210, 1.352782, 1.487397, 2.066305",\
|
|
"1.334926, 1.353893, 1.403464, 1.538080, 2.116988",\
|
|
"1.446342, 1.465308, 1.514880, 1.649495, 2.228404",\
|
|
"1.762383, 1.781350, 1.830921, 1.965536, 2.544445",\
|
|
"2.752755, 2.771721, 2.821293, 2.955908, 3.534815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029740");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.165886, 1.189964, 1.265197, 1.542231, 2.884688",\
|
|
"1.214623, 1.238702, 1.313934, 1.590969, 2.933426",\
|
|
"1.326959, 1.351038, 1.426270, 1.703305, 3.045762",\
|
|
"1.636190, 1.660269, 1.735501, 2.012536, 3.354993",\
|
|
"2.716744, 2.740822, 2.816055, 3.093089, 4.435546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045796, 0.069082, 0.156707, 0.535747, 2.382376",\
|
|
"0.045797, 0.069083, 0.156707, 0.535747, 2.382387");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.284244, 1.303210, 1.352782, 1.487397, 2.066305",\
|
|
"1.334926, 1.353893, 1.403464, 1.538080, 2.116988",\
|
|
"1.446342, 1.465308, 1.514880, 1.649495, 2.228404",\
|
|
"1.762383, 1.781350, 1.830921, 1.965536, 2.544445",\
|
|
"2.752755, 2.771721, 2.821293, 2.955908, 3.534815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029738",\
|
|
"0.044171, 0.056968, 0.096352, 0.249137, 1.029740");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.345404, 1.369483, 1.444714, 1.721748, 3.064206",\
|
|
"1.397351, 1.421429, 1.496660, 1.773694, 3.116152",\
|
|
"1.514349, 1.538427, 1.613658, 1.890692, 3.233150",\
|
|
"1.800744, 1.824822, 1.900053, 2.177087, 3.519545",\
|
|
"2.750432, 2.774510, 2.849741, 3.126774, 4.469233");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.045802, 0.069087, 0.156708, 0.535744, 2.382432",\
|
|
"0.045802, 0.069087, 0.156708, 0.535744, 2.382432",\
|
|
"0.045802, 0.069087, 0.156708, 0.535744, 2.382433",\
|
|
"0.045802, 0.069087, 0.156708, 0.535744, 2.382434",\
|
|
"0.045803, 0.069088, 0.156708, 0.535744, 2.382446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.283298, 1.302267, 1.351839, 1.486450, 2.065320",\
|
|
"1.333606, 1.352574, 1.402147, 1.536758, 2.115628",\
|
|
"1.447067, 1.466035, 1.515608, 1.650219, 2.229088",\
|
|
"1.806958, 1.825926, 1.875499, 2.010110, 2.588979",\
|
|
"3.077998, 3.096967, 3.146539, 3.281150, 3.860020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.044162, 0.056973, 0.096346, 0.249136, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249136, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249136, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249136, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249136, 1.029822");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.345404, 1.369483, 1.444714, 1.721748, 3.064206",\
|
|
"1.397351, 1.421429, 1.496660, 1.773694, 3.116152",\
|
|
"1.514349, 1.538427, 1.613658, 1.890692, 3.233150",\
|
|
"1.800744, 1.824822, 1.900053, 2.177087, 3.519545",\
|
|
"2.750432, 2.774510, 2.849741, 3.126774, 4.469233");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.045802, 0.069087, 0.156708, 0.535743, 2.382432",\
|
|
"0.045802, 0.069087, 0.156708, 0.535743, 2.382432",\
|
|
"0.045802, 0.069087, 0.156708, 0.535743, 2.382433",\
|
|
"0.045802, 0.069087, 0.156708, 0.535743, 2.382434",\
|
|
"0.045803, 0.069088, 0.156708, 0.535743, 2.382446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "1.283298, 1.302267, 1.351839, 1.486450, 2.065320",\
|
|
"1.333606, 1.352574, 1.402147, 1.536758, 2.115628",\
|
|
"1.447067, 1.466035, 1.515608, 1.650219, 2.229088",\
|
|
"1.806958, 1.825926, 1.875499, 2.010110, 2.588979",\
|
|
"3.077998, 3.096967, 3.146539, 3.281150, 3.860020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.044162, 0.056973, 0.096346, 0.249135, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249135, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249135, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249135, 1.029822",\
|
|
"0.044162, 0.056973, 0.096346, 0.249136, 1.029822");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una_min*/
|
|
|
|
} /* end of pin debug_in */
|
|
|
|
pin("debug_mode") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002515 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_mode;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002511 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_oeb;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002455 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "1.573959, 1.606608, 1.693497, 2.135796, 4.135005",\
|
|
"1.623331, 1.655980, 1.742868, 2.185168, 4.184376",\
|
|
"1.736234, 1.768883, 1.855771, 2.298071, 4.297279",\
|
|
"2.050734, 2.083383, 2.170271, 2.612571, 4.611779",\
|
|
"3.143736, 3.176387, 3.263277, 3.705575, 5.704782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "0.058022, 0.086694, 0.180997, 0.777459, 3.508224",\
|
|
"0.058022, 0.086694, 0.180997, 0.777459, 3.508224",\
|
|
"0.058022, 0.086694, 0.180997, 0.777459, 3.508224",\
|
|
"0.058022, 0.086694, 0.180997, 0.777459, 3.508224",\
|
|
"0.058028, 0.086699, 0.180999, 0.777459, 3.508231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "2.188128, 2.215349, 2.282801, 2.577426, 3.863288",\
|
|
"2.236640, 2.263861, 2.331314, 2.625938, 3.911801",\
|
|
"2.348849, 2.376070, 2.443523, 2.738147, 4.024010",\
|
|
"2.702322, 2.729543, 2.796995, 3.091619, 4.377482",\
|
|
"3.972476, 3.999698, 4.067151, 4.361775, 5.647638");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051949, 0.071986, 0.134184, 0.502972, 2.231785");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "1.573959, 1.606608, 1.693497, 2.135796, 4.135005",\
|
|
"1.623331, 1.655980, 1.742868, 2.185168, 4.184376",\
|
|
"1.736234, 1.768883, 1.855771, 2.298071, 4.297279",\
|
|
"2.050734, 2.083383, 2.170271, 2.612571, 4.611779",\
|
|
"3.143736, 3.176387, 3.263277, 3.705575, 5.704782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "0.058022, 0.086694, 0.180996, 0.777459, 3.508224",\
|
|
"0.058022, 0.086694, 0.180996, 0.777459, 3.508224",\
|
|
"0.058022, 0.086694, 0.180996, 0.777459, 3.508224",\
|
|
"0.058022, 0.086694, 0.180997, 0.777459, 3.508224",\
|
|
"0.058028, 0.086699, 0.180999, 0.777459, 3.508231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "2.188128, 2.215349, 2.282801, 2.577426, 3.863288",\
|
|
"2.236640, 2.263861, 2.331314, 2.625938, 3.911801",\
|
|
"2.348849, 2.376070, 2.443523, 2.738147, 4.024010",\
|
|
"2.702322, 2.729543, 2.796995, 3.091619, 4.377482",\
|
|
"3.972476, 3.999698, 4.067151, 4.361775, 5.647638");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.010812, 0.040004, 0.211811, 1.000000");
|
|
values ( "0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051947, 0.071984, 0.134183, 0.502972, 2.231785",\
|
|
"0.051949, 0.071986, 0.134184, 0.502972, 2.231785");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.795107, 1.819738, 1.895074, 2.172076, 3.515879",\
|
|
"1.846361, 1.870992, 1.946328, 2.223330, 3.567133",\
|
|
"1.966328, 1.990959, 2.066295, 2.343297, 3.687100",\
|
|
"2.252802, 2.277433, 2.352770, 2.629771, 3.973574",\
|
|
"3.200562, 3.225193, 3.300529, 3.577531, 4.921334");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.044272, 0.067699, 0.155140, 0.534057, 2.386197",\
|
|
"0.044272, 0.067699, 0.155140, 0.534057, 2.386197",\
|
|
"0.044272, 0.067699, 0.155140, 0.534057, 2.386197",\
|
|
"0.044272, 0.067699, 0.155140, 0.534058, 2.386198",\
|
|
"0.044273, 0.067700, 0.155140, 0.534058, 2.386200");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.968299, 1.987895, 2.037773, 2.172498, 2.752994",\
|
|
"2.019832, 2.039428, 2.089306, 2.224031, 2.804527",\
|
|
"2.133790, 2.153386, 2.203264, 2.337989, 2.918485",\
|
|
"2.498221, 2.517817, 2.567696, 2.702420, 3.282917",\
|
|
"3.778587, 3.798183, 3.848061, 3.982786, 4.563283");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.043348, 0.056144, 0.095856, 0.248570, 1.027444",\
|
|
"0.043348, 0.056144, 0.095856, 0.248570, 1.027444",\
|
|
"0.043348, 0.056144, 0.095856, 0.248570, 1.027444",\
|
|
"0.043348, 0.056144, 0.095856, 0.248570, 1.027444",\
|
|
"0.043348, 0.056144, 0.095856, 0.248570, 1.027444");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.795107, 1.819738, 1.895074, 2.172076, 3.515879",\
|
|
"1.846361, 1.870992, 1.946328, 2.223330, 3.567133",\
|
|
"1.966328, 1.990959, 2.066295, 2.343297, 3.687100",\
|
|
"2.252802, 2.277433, 2.352770, 2.629771, 3.973574",\
|
|
"3.200562, 3.225193, 3.300529, 3.577531, 4.921334");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.044272, 0.067699, 0.155140, 0.534057, 2.386196",\
|
|
"0.044272, 0.067699, 0.155140, 0.534057, 2.386196",\
|
|
"0.044272, 0.067699, 0.155140, 0.534057, 2.386197",\
|
|
"0.044272, 0.067699, 0.155140, 0.534057, 2.386198",\
|
|
"0.044273, 0.067700, 0.155140, 0.534057, 2.386200");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.968299, 1.987895, 2.037773, 2.172498, 2.752994",\
|
|
"2.019832, 2.039428, 2.089306, 2.224031, 2.804527",\
|
|
"2.133790, 2.153386, 2.203264, 2.337989, 2.918485",\
|
|
"2.498221, 2.517817, 2.567696, 2.702420, 3.282917",\
|
|
"3.778587, 3.798183, 3.848061, 3.982786, 4.563283");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.043348, 0.056143, 0.095856, 0.248570, 1.027440",\
|
|
"0.043348, 0.056143, 0.095856, 0.248570, 1.027440",\
|
|
"0.043348, 0.056143, 0.095856, 0.248570, 1.027440",\
|
|
"0.043348, 0.056143, 0.095856, 0.248570, 1.027440",\
|
|
"0.043348, 0.056143, 0.095856, 0.248570, 1.027440");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.696274, 1.720905, 1.796241, 2.073243, 3.417046",\
|
|
"1.744172, 1.768803, 1.844139, 2.121141, 3.464944",\
|
|
"1.857097, 1.881728, 1.957064, 2.234066, 3.577869",\
|
|
"2.171597, 2.196228, 2.271564, 2.548566, 3.892369",\
|
|
"3.262540, 3.287170, 3.362507, 3.639509, 4.983312");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.044272, 0.067699, 0.155140, 0.534058, 2.386188",\
|
|
"0.044272, 0.067699, 0.155140, 0.534058, 2.386188",\
|
|
"0.044272, 0.067699, 0.155140, 0.534058, 2.386188",\
|
|
"0.044272, 0.067699, 0.155140, 0.534058, 2.386188",\
|
|
"0.044272, 0.067699, 0.155140, 0.534058, 2.386192");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.999963, 2.019564, 2.069443, 2.204162, 2.784607",\
|
|
"2.048439, 2.068039, 2.117918, 2.252638, 2.833083",\
|
|
"2.160896, 2.180496, 2.230375, 2.365095, 2.945540",\
|
|
"2.514358, 2.533959, 2.583838, 2.718557, 3.299003",\
|
|
"3.790507, 3.810107, 3.859986, 3.994706, 4.575154");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.043338, 0.056150, 0.095848, 0.248569, 1.027558",\
|
|
"0.043338, 0.056150, 0.095848, 0.248569, 1.027558",\
|
|
"0.043338, 0.056150, 0.095848, 0.248569, 1.027558",\
|
|
"0.043338, 0.056150, 0.095848, 0.248569, 1.027557",\
|
|
"0.043338, 0.056150, 0.095849, 0.248569, 1.027550");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.696274, 1.720905, 1.796241, 2.073243, 3.417046",\
|
|
"1.744172, 1.768803, 1.844139, 2.121141, 3.464944",\
|
|
"1.857097, 1.881728, 1.957064, 2.234066, 3.577869",\
|
|
"2.171597, 2.196228, 2.271564, 2.548566, 3.892369",\
|
|
"3.262540, 3.287170, 3.362507, 3.639509, 4.983312");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.044272, 0.067698, 0.155140, 0.534058, 2.386187",\
|
|
"0.044272, 0.067698, 0.155140, 0.534058, 2.386187",\
|
|
"0.044272, 0.067698, 0.155140, 0.534058, 2.386187",\
|
|
"0.044272, 0.067699, 0.155140, 0.534058, 2.386188",\
|
|
"0.044272, 0.067699, 0.155140, 0.534058, 2.386192");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.999963, 2.019564, 2.069443, 2.204162, 2.784607",\
|
|
"2.048439, 2.068039, 2.117918, 2.252638, 2.833083",\
|
|
"2.160896, 2.180496, 2.230375, 2.365095, 2.945540",\
|
|
"2.514358, 2.533959, 2.583838, 2.718557, 3.299003",\
|
|
"3.790507, 3.810107, 3.859986, 3.994706, 4.575154");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.043338, 0.056150, 0.095848, 0.248569, 1.027558",\
|
|
"0.043338, 0.056150, 0.095848, 0.248569, 1.027558",\
|
|
"0.043338, 0.056150, 0.095848, 0.248569, 1.027558",\
|
|
"0.043338, 0.056150, 0.095848, 0.248569, 1.027557",\
|
|
"0.043338, 0.056150, 0.095849, 0.248569, 1.027550");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002454 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "1.679901, 1.703788, 1.779084, 2.056925, 3.402776",\
|
|
"1.729821, 1.753708, 1.829004, 2.106845, 3.452696",\
|
|
"1.838832, 1.862718, 1.938015, 2.215856, 3.561707",\
|
|
"2.115803, 2.139690, 2.214986, 2.492827, 3.838678",\
|
|
"3.028791, 3.052678, 3.127974, 3.405815, 4.751666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.046625, 0.069770, 0.157220, 0.538243, 2.394323",\
|
|
"0.046625, 0.069770, 0.157220, 0.538243, 2.394323",\
|
|
"0.046625, 0.069770, 0.157220, 0.538243, 2.394323",\
|
|
"0.046625, 0.069770, 0.157220, 0.538243, 2.394323",\
|
|
"0.046626, 0.069770, 0.157221, 0.538243, 2.394327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "1.951232, 1.969917, 2.019504, 2.155050, 2.738312",\
|
|
"2.001208, 2.019893, 2.069480, 2.205026, 2.788289",\
|
|
"2.115306, 2.133991, 2.183577, 2.319124, 2.902386",\
|
|
"2.477296, 2.495981, 2.545567, 2.681113, 3.264376",\
|
|
"3.866746, 3.885431, 3.935017, 4.070564, 4.653828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.044757, 0.057119, 0.096570, 0.251377, 1.036729",\
|
|
"0.044757, 0.057119, 0.096570, 0.251377, 1.036729",\
|
|
"0.044757, 0.057119, 0.096570, 0.251377, 1.036729",\
|
|
"0.044757, 0.057119, 0.096570, 0.251377, 1.036729",\
|
|
"0.044758, 0.057119, 0.096570, 0.251377, 1.036729");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "1.674228, 1.698114, 1.773411, 2.051252, 3.397103",\
|
|
"1.724121, 1.748008, 1.823304, 2.101145, 3.446996",\
|
|
"1.833132, 1.857018, 1.932315, 2.210156, 3.556007",\
|
|
"2.110076, 2.133963, 2.209259, 2.487100, 3.832951",\
|
|
"3.023479, 3.047365, 3.122661, 3.400502, 4.746354");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.046625, 0.069770, 0.157220, 0.538243, 2.394320",\
|
|
"0.046625, 0.069770, 0.157220, 0.538243, 2.394320",\
|
|
"0.046625, 0.069770, 0.157220, 0.538243, 2.394320",\
|
|
"0.046625, 0.069770, 0.157220, 0.538243, 2.394320",\
|
|
"0.046626, 0.069770, 0.157221, 0.538243, 2.394326");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "1.937552, 1.956237, 2.005824, 2.141370, 2.724633",\
|
|
"1.987561, 2.006245, 2.055832, 2.191378, 2.774642",\
|
|
"2.101658, 2.120343, 2.169930, 2.305476, 2.888739",\
|
|
"2.463362, 2.482046, 2.531633, 2.667179, 3.250443",\
|
|
"3.856171, 3.874856, 3.924442, 4.059989, 4.643252");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.044758, 0.057119, 0.096570, 0.251377, 1.036726",\
|
|
"0.044758, 0.057119, 0.096570, 0.251377, 1.036726",\
|
|
"0.044758, 0.057119, 0.096570, 0.251377, 1.036726",\
|
|
"0.044758, 0.057119, 0.096570, 0.251377, 1.036726",\
|
|
"0.044758, 0.057119, 0.096570, 0.251377, 1.036726");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "1.764141, 1.788028, 1.863324, 2.141165, 3.487016",\
|
|
"1.811378, 1.835264, 1.910560, 2.188401, 3.534252",\
|
|
"1.924317, 1.948204, 2.023499, 2.301340, 3.647192",\
|
|
"2.238353, 2.262240, 2.337536, 2.615377, 3.961228",\
|
|
"3.327486, 3.351373, 3.426669, 3.704509, 5.050361");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.046627, 0.069771, 0.157221, 0.538242, 2.394335",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394335",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394335",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394335",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394338");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "2.035408, 2.054095, 2.103683, 2.239224, 2.822439",\
|
|
"2.083713, 2.102400, 2.151988, 2.287529, 2.870744",\
|
|
"2.196326, 2.215013, 2.264601, 2.400142, 2.983358",\
|
|
"2.548785, 2.567472, 2.617060, 2.752601, 3.335817",\
|
|
"3.828565, 3.847252, 3.896839, 4.032381, 4.615599");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.044745, 0.057125, 0.096563, 0.251376, 1.036833",\
|
|
"0.044745, 0.057125, 0.096563, 0.251376, 1.036833",\
|
|
"0.044745, 0.057125, 0.096563, 0.251376, 1.036833",\
|
|
"0.044745, 0.057125, 0.096563, 0.251376, 1.036833",\
|
|
"0.044746, 0.057125, 0.096563, 0.251376, 1.036833");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "1.764141, 1.788028, 1.863324, 2.141165, 3.487016",\
|
|
"1.811378, 1.835264, 1.910560, 2.188401, 3.534252",\
|
|
"1.924317, 1.948204, 2.023499, 2.301340, 3.647192",\
|
|
"2.238353, 2.262240, 2.337536, 2.615377, 3.961228",\
|
|
"3.327486, 3.351373, 3.426669, 3.704509, 5.050361");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.046627, 0.069771, 0.157221, 0.538242, 2.394333",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394333",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394333",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394333",\
|
|
"0.046627, 0.069771, 0.157221, 0.538242, 2.394338");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "2.035408, 2.054095, 2.103683, 2.239224, 2.822439",\
|
|
"2.083713, 2.102400, 2.151988, 2.287529, 2.870744",\
|
|
"2.196326, 2.215013, 2.264601, 2.400142, 2.983358",\
|
|
"2.548785, 2.567472, 2.617060, 2.752601, 3.335817",\
|
|
"3.828565, 3.847252, 3.896839, 4.032381, 4.615599");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.044745, 0.057124, 0.096563, 0.251376, 1.036827",\
|
|
"0.044745, 0.057124, 0.096563, 0.251376, 1.036827",\
|
|
"0.044745, 0.057124, 0.096563, 0.251376, 1.036827",\
|
|
"0.044745, 0.057124, 0.096563, 0.251376, 1.036827",\
|
|
"0.044746, 0.057124, 0.096563, 0.251376, 1.036827");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "1.623095, 1.642773, 1.692930, 1.827830, 2.408723",\
|
|
"1.673008, 1.692686, 1.742842, 1.877743, 2.458636",\
|
|
"1.785356, 1.805033, 1.855190, 1.990091, 2.570983",\
|
|
"2.127856, 2.147533, 2.197690, 2.332591, 2.913483",\
|
|
"3.398723, 3.418404, 3.468575, 3.603484, 4.184380");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.044221, 0.056924, 0.096402, 0.248586, 1.025267",\
|
|
"0.044221, 0.056924, 0.096402, 0.248586, 1.025267",\
|
|
"0.044221, 0.056924, 0.096402, 0.248586, 1.025267",\
|
|
"0.044222, 0.056925, 0.096403, 0.248586, 1.025267",\
|
|
"0.044264, 0.056970, 0.096427, 0.248597, 1.025267");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "1.397691, 1.422620, 1.498242, 1.775253, 3.119141",\
|
|
"1.446817, 1.471745, 1.547368, 1.824379, 3.168267",\
|
|
"1.559983, 1.584911, 1.660534, 1.937545, 3.281432",\
|
|
"1.911792, 1.936722, 2.012346, 2.289357, 3.633246",\
|
|
"3.181770, 3.206727, 3.282383, 3.559403, 4.903323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.045186, 0.068540, 0.155569, 0.533609, 2.385770",\
|
|
"0.045186, 0.068540, 0.155569, 0.533609, 2.385770",\
|
|
"0.045186, 0.068540, 0.155569, 0.533609, 2.385770",\
|
|
"0.045191, 0.068545, 0.155572, 0.533608, 2.385767",\
|
|
"0.045303, 0.068647, 0.155631, 0.533593, 2.385762");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "1.623095, 1.642773, 1.692930, 1.827830, 2.408723",\
|
|
"1.673008, 1.692686, 1.742842, 1.877743, 2.458636",\
|
|
"1.785356, 1.805033, 1.855190, 1.990091, 2.570983",\
|
|
"2.127856, 2.147533, 2.197690, 2.332591, 2.913483",\
|
|
"3.398723, 3.418404, 3.468575, 3.603484, 4.184380");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.044221, 0.056924, 0.096402, 0.248586, 1.025261",\
|
|
"0.044221, 0.056924, 0.096402, 0.248586, 1.025261",\
|
|
"0.044221, 0.056924, 0.096402, 0.248586, 1.025261",\
|
|
"0.044222, 0.056925, 0.096403, 0.248586, 1.025261",\
|
|
"0.044264, 0.056970, 0.096427, 0.248597, 1.025261");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "1.397691, 1.422620, 1.498242, 1.775253, 3.119141",\
|
|
"1.446817, 1.471745, 1.547368, 1.824379, 3.168267",\
|
|
"1.559983, 1.584911, 1.660534, 1.937545, 3.281432",\
|
|
"1.911792, 1.936722, 2.012346, 2.289357, 3.633246",\
|
|
"3.181770, 3.206727, 3.282383, 3.559403, 4.903323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.045186, 0.068540, 0.155569, 0.533609, 2.385770",\
|
|
"0.045186, 0.068540, 0.155569, 0.533609, 2.385770",\
|
|
"0.045186, 0.068540, 0.155569, 0.533609, 2.385770",\
|
|
"0.045191, 0.068545, 0.155572, 0.533608, 2.385767",\
|
|
"0.045303, 0.068647, 0.155631, 0.533593, 2.385762");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "1.693184, 1.716841, 1.792166, 2.070334, 3.416262",\
|
|
"1.743096, 1.766754, 1.842079, 2.120247, 3.466175",\
|
|
"1.855444, 1.879102, 1.954427, 2.232595, 3.578522",\
|
|
"2.197922, 2.221580, 2.296905, 2.575073, 3.921001",\
|
|
"3.468633, 3.492291, 3.567616, 3.845783, 5.191711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047240, 0.070507, 0.158215, 0.540167, 2.390857");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "1.587832, 1.606254, 1.655674, 1.791314, 2.373904",\
|
|
"1.636957, 1.655379, 1.704799, 1.840440, 2.423029",\
|
|
"1.750123, 1.768545, 1.817965, 1.953605, 2.536195",\
|
|
"2.101828, 2.120249, 2.169669, 2.305310, 2.887900",\
|
|
"3.372042, 3.390463, 3.439883, 3.575525, 4.158123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045069, 0.057770, 0.096767, 0.252339, 1.042832");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "1.693184, 1.716841, 1.792166, 2.070334, 3.416262",\
|
|
"1.743096, 1.766754, 1.842079, 2.120247, 3.466175",\
|
|
"1.855444, 1.879102, 1.954427, 2.232595, 3.578522",\
|
|
"2.197922, 2.221580, 2.296905, 2.575073, 3.921001",\
|
|
"3.468633, 3.492291, 3.567616, 3.845783, 5.191711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047237, 0.070505, 0.158215, 0.540168, 2.390836",\
|
|
"0.047240, 0.070507, 0.158215, 0.540167, 2.390857");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "1.587832, 1.606254, 1.655674, 1.791314, 2.373904",\
|
|
"1.636957, 1.655379, 1.704799, 1.840440, 2.423029",\
|
|
"1.750123, 1.768545, 1.817965, 1.953605, 2.536195",\
|
|
"2.101828, 2.120249, 2.169669, 2.305310, 2.887900",\
|
|
"3.372042, 3.390463, 3.439883, 3.575525, 4.158123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045066, 0.057771, 0.096765, 0.252339, 1.042854",\
|
|
"0.045069, 0.057770, 0.096767, 0.252339, 1.042832");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002923 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "1.422823, 1.447173, 1.522490, 1.799741, 3.143948",\
|
|
"1.472672, 1.497021, 1.572338, 1.849589, 3.193797",\
|
|
"1.592508, 1.616857, 1.692174, 1.969425, 3.313632",\
|
|
"1.935060, 1.959409, 2.034726, 2.311977, 3.656184",\
|
|
"3.200586, 3.224935, 3.300252, 3.577503, 4.921710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.045124, 0.068450, 0.155932, 0.535493, 2.387942",\
|
|
"0.045124, 0.068450, 0.155932, 0.535493, 2.387942",\
|
|
"0.045124, 0.068450, 0.155932, 0.535493, 2.387942",\
|
|
"0.045124, 0.068450, 0.155932, 0.535493, 2.387943",\
|
|
"0.045125, 0.068451, 0.155933, 0.535493, 2.387952");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "1.313857, 1.333171, 1.382937, 1.517801, 2.098145",\
|
|
"1.361935, 1.381249, 1.431015, 1.565878, 2.146223",\
|
|
"1.482089, 1.501403, 1.551168, 1.686032, 2.266377",\
|
|
"1.833382, 1.852696, 1.902462, 2.037326, 2.617671",\
|
|
"3.093632, 3.112946, 3.162711, 3.297576, 3.877930");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.043691, 0.056629, 0.096000, 0.249432, 1.032713",\
|
|
"0.043691, 0.056629, 0.096000, 0.249432, 1.032713",\
|
|
"0.043691, 0.056629, 0.096000, 0.249432, 1.032713",\
|
|
"0.043691, 0.056629, 0.096000, 0.249432, 1.032713",\
|
|
"0.043693, 0.056629, 0.096001, 0.249432, 1.032713");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "1.422823, 1.447173, 1.522490, 1.799741, 3.143948",\
|
|
"1.472672, 1.497021, 1.572338, 1.849589, 3.193797",\
|
|
"1.592508, 1.616857, 1.692174, 1.969425, 3.313632",\
|
|
"1.935060, 1.959409, 2.034726, 2.311977, 3.656184",\
|
|
"3.200586, 3.224935, 3.300252, 3.577503, 4.921710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.045124, 0.068450, 0.155932, 0.535492, 2.387941",\
|
|
"0.045124, 0.068450, 0.155932, 0.535492, 2.387941",\
|
|
"0.045124, 0.068450, 0.155932, 0.535492, 2.387941",\
|
|
"0.045124, 0.068450, 0.155932, 0.535492, 2.387943",\
|
|
"0.045125, 0.068451, 0.155933, 0.535492, 2.387952");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "1.313857, 1.333171, 1.382937, 1.517801, 2.098145",\
|
|
"1.361935, 1.381249, 1.431015, 1.565878, 2.146223",\
|
|
"1.482089, 1.501403, 1.551168, 1.686032, 2.266377",\
|
|
"1.833382, 1.852696, 1.902462, 2.037326, 2.617671",\
|
|
"3.093632, 3.112946, 3.162711, 3.297576, 3.877930");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.043691, 0.056627, 0.096000, 0.249432, 1.032692",\
|
|
"0.043691, 0.056627, 0.096000, 0.249432, 1.032692",\
|
|
"0.043691, 0.056627, 0.096000, 0.249432, 1.032692",\
|
|
"0.043691, 0.056627, 0.096000, 0.249432, 1.032692",\
|
|
"0.043693, 0.056627, 0.096001, 0.249432, 1.032692");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "1.289427, 1.308460, 1.358150, 1.493333, 2.074944",\
|
|
"1.341070, 1.360103, 1.409793, 1.544976, 2.126593",\
|
|
"1.452901, 1.471935, 1.521625, 1.656807, 2.238418",\
|
|
"1.775751, 1.794784, 1.844474, 1.979657, 2.561277",\
|
|
"2.891896, 2.910926, 2.960615, 3.095804, 3.677483");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.044124, 0.056882, 0.096223, 0.250384, 1.035696",\
|
|
"0.044125, 0.056882, 0.096224, 0.250384, 1.035696",\
|
|
"0.044125, 0.056883, 0.096224, 0.250384, 1.035696",\
|
|
"0.044126, 0.056883, 0.096224, 0.250384, 1.035696",\
|
|
"0.044140, 0.056883, 0.096234, 0.250386, 1.035696");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "1.422731, 1.447573, 1.523741, 1.801512, 3.147501",\
|
|
"1.471181, 1.496022, 1.572191, 1.849962, 3.195951",\
|
|
"1.583572, 1.608413, 1.684581, 1.962353, 3.308342",\
|
|
"1.937666, 1.962507, 2.038675, 2.316446, 3.662435",\
|
|
"3.259177, 3.284041, 3.360236, 3.638016, 4.984031");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.049084, 0.072010, 0.158210, 0.536064, 2.390812",\
|
|
"0.049084, 0.072010, 0.158210, 0.536064, 2.390812",\
|
|
"0.049084, 0.072010, 0.158210, 0.536064, 2.390812",\
|
|
"0.049084, 0.072010, 0.158210, 0.536064, 2.390812",\
|
|
"0.049182, 0.072099, 0.158262, 0.536064, 2.390812");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "1.289427, 1.308460, 1.358150, 1.493333, 2.074944",\
|
|
"1.341070, 1.360103, 1.409793, 1.544976, 2.126593",\
|
|
"1.452901, 1.471935, 1.521625, 1.656807, 2.238418",\
|
|
"1.775751, 1.794784, 1.844474, 1.979657, 2.561277",\
|
|
"2.891896, 2.910926, 2.960615, 3.095804, 3.677483");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.044124, 0.056874, 0.096223, 0.250384, 1.035547",\
|
|
"0.044124, 0.056874, 0.096223, 0.250384, 1.035547",\
|
|
"0.044124, 0.056874, 0.096223, 0.250384, 1.035547",\
|
|
"0.044126, 0.056874, 0.096224, 0.250384, 1.035547",\
|
|
"0.044140, 0.056874, 0.096234, 0.250386, 1.035547");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "1.422731, 1.447573, 1.523741, 1.801512, 3.147501",\
|
|
"1.471181, 1.496022, 1.572191, 1.849962, 3.195951",\
|
|
"1.583572, 1.608413, 1.684581, 1.962353, 3.308342",\
|
|
"1.937666, 1.962507, 2.038675, 2.316446, 3.662435",\
|
|
"3.259177, 3.284041, 3.360236, 3.638016, 4.984031");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.049084, 0.072009, 0.158210, 0.536051, 2.390803",\
|
|
"0.049084, 0.072009, 0.158210, 0.536051, 2.390803",\
|
|
"0.049084, 0.072009, 0.158210, 0.536051, 2.390803",\
|
|
"0.049084, 0.072009, 0.158210, 0.536051, 2.390803",\
|
|
"0.049182, 0.072099, 0.158262, 0.536051, 2.390803");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.376027, 1.399366, 1.474655, 1.753450, 3.100840",\
|
|
"1.427326, 1.450666, 1.525954, 1.804749, 3.152139",\
|
|
"1.539539, 1.562879, 1.638167, 1.916962, 3.264352",\
|
|
"1.861874, 1.885214, 1.960503, 2.239297, 3.586688",\
|
|
"2.978692, 3.002032, 3.077320, 3.356114, 4.703505");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048844, 0.072074, 0.159779, 0.543280, 2.396921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.627735, 1.645698, 1.694893, 1.831186, 2.404713",\
|
|
"1.676185, 1.694148, 1.743343, 1.879636, 2.453163",\
|
|
"1.788577, 1.806541, 1.855736, 1.992028, 2.565556",\
|
|
"2.142678, 2.160641, 2.209836, 2.346129, 2.919656",\
|
|
"3.464360, 3.482323, 3.531518, 3.667811, 4.241346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046069, 0.058451, 0.097358, 0.254435, 1.042094");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.376027, 1.399366, 1.474655, 1.753450, 3.100840",\
|
|
"1.427326, 1.450666, 1.525954, 1.804749, 3.152139",\
|
|
"1.539539, 1.562879, 1.638167, 1.916962, 3.264352",\
|
|
"1.861874, 1.885214, 1.960503, 2.239297, 3.586688",\
|
|
"2.978692, 3.002032, 3.077320, 3.356114, 4.703505");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048841, 0.072072, 0.159779, 0.543282, 2.396896",\
|
|
"0.048844, 0.072074, 0.159779, 0.543280, 2.396921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "1.627735, 1.645698, 1.694893, 1.831186, 2.404713",\
|
|
"1.676185, 1.694148, 1.743343, 1.879636, 2.453163",\
|
|
"1.788577, 1.806541, 1.855736, 1.992028, 2.565556",\
|
|
"2.142678, 2.160641, 2.209836, 2.346129, 2.919656",\
|
|
"3.464360, 3.482323, 3.531518, 3.667811, 4.241346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046067, 0.058452, 0.097357, 0.254435, 1.042112",\
|
|
"0.046069, 0.058451, 0.097358, 0.254435, 1.042094");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154",\
|
|
"6.749798, 6.773455, 6.849099, 7.127626, 8.474154");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137",\
|
|
"0.051794, 0.074631, 0.161278, 0.541927, 2.401137");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091",\
|
|
"6.041316, 6.059145, 6.108230, 6.244351, 6.829091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953",\
|
|
"0.046459, 0.058413, 0.097709, 0.253851, 1.041953");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072",\
|
|
"7.132519, 7.156957, 7.233638, 7.512281, 8.859072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336",\
|
|
"0.055560, 0.078039, 0.163248, 0.540828, 2.397336");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613",\
|
|
"6.178173, 6.196019, 6.245160, 6.381185, 6.965613");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675",\
|
|
"0.046749, 0.058570, 0.097922, 0.253442, 1.038675");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864",\
|
|
"6.299355, 6.322749, 6.398105, 6.676771, 8.023864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768",\
|
|
"0.050916, 0.073846, 0.160892, 0.542875, 2.403768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658",\
|
|
"6.592311, 6.610069, 6.659143, 6.795530, 7.369658");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564",\
|
|
"0.046648, 0.058479, 0.097811, 0.254502, 1.036564");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004058 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : porb;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004346 ;
|
|
|
|
/* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112",\
|
|
"6.498522, 6.522647, 6.599324, 6.878046, 8.229112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818",\
|
|
"0.051263, 0.074021, 0.163926, 0.542221, 2.407818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157",\
|
|
"7.033272, 7.051478, 7.101296, 7.237826, 7.813157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106",\
|
|
"0.045842, 0.057773, 0.100408, 0.255063, 1.041106");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.674286, 1.698210, 1.773390, 2.050415, 3.392567",\
|
|
"1.724322, 1.748247, 1.823427, 2.100451, 3.442604",\
|
|
"1.836836, 1.860761, 1.935941, 2.212965, 3.555117",\
|
|
"2.178563, 2.202488, 2.277668, 2.554692, 3.896844",\
|
|
"3.448282, 3.472206, 3.547386, 3.824410, 5.166562");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.046329, 0.069551, 0.157151, 0.536143, 2.383065",\
|
|
"0.046329, 0.069551, 0.157151, 0.536143, 2.383065",\
|
|
"0.046329, 0.069551, 0.157151, 0.536143, 2.383065",\
|
|
"0.046329, 0.069551, 0.157151, 0.536143, 2.383065",\
|
|
"0.046330, 0.069552, 0.157151, 0.536143, 2.383075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.637254, 1.656029, 1.705518, 1.840142, 2.418951",\
|
|
"1.686344, 1.705120, 1.754608, 1.889232, 2.468041",\
|
|
"1.799822, 1.818598, 1.868086, 2.002710, 2.581519",\
|
|
"2.151535, 2.170311, 2.219799, 2.354424, 2.933232",\
|
|
"3.422141, 3.440917, 3.490405, 3.625030, 4.203840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.044450, 0.057148, 0.096529, 0.249312, 1.029617",\
|
|
"0.044450, 0.057148, 0.096529, 0.249312, 1.029617",\
|
|
"0.044450, 0.057148, 0.096529, 0.249312, 1.029617",\
|
|
"0.044450, 0.057148, 0.096529, 0.249312, 1.029616",\
|
|
"0.044451, 0.057148, 0.096530, 0.249312, 1.029612");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.674286, 1.698210, 1.773390, 2.050415, 3.392567",\
|
|
"1.724322, 1.748247, 1.823427, 2.100451, 3.442604",\
|
|
"1.836836, 1.860761, 1.935941, 2.212965, 3.555117",\
|
|
"2.178563, 2.202488, 2.277668, 2.554692, 3.896844",\
|
|
"3.448282, 3.472206, 3.547386, 3.824410, 5.166562");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.046329, 0.069551, 0.157151, 0.536143, 2.383064",\
|
|
"0.046329, 0.069551, 0.157151, 0.536143, 2.383064",\
|
|
"0.046329, 0.069551, 0.157151, 0.536143, 2.383064",\
|
|
"0.046329, 0.069551, 0.157151, 0.536143, 2.383064",\
|
|
"0.046330, 0.069552, 0.157151, 0.536143, 2.383075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.637254, 1.656029, 1.705518, 1.840142, 2.418951",\
|
|
"1.686344, 1.705120, 1.754608, 1.889232, 2.468041",\
|
|
"1.799822, 1.818598, 1.868086, 2.002710, 2.581519",\
|
|
"2.151535, 2.170311, 2.219799, 2.354424, 2.933232",\
|
|
"3.422141, 3.440917, 3.490405, 3.625030, 4.203840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.044450, 0.057148, 0.096529, 0.249312, 1.029617",\
|
|
"0.044450, 0.057148, 0.096529, 0.249312, 1.029617",\
|
|
"0.044450, 0.057148, 0.096529, 0.249312, 1.029617",\
|
|
"0.044450, 0.057148, 0.096529, 0.249312, 1.029616",\
|
|
"0.044451, 0.057148, 0.096530, 0.249312, 1.029612");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.035892, 1.059817, 1.134999, 1.412025, 2.754175",\
|
|
"1.085632, 1.109557, 1.184739, 1.461765, 2.803915",\
|
|
"1.190821, 1.214747, 1.289929, 1.566955, 2.909105",\
|
|
"1.435380, 1.459305, 1.534487, 1.811513, 3.153663",\
|
|
"2.224893, 2.248818, 2.324000, 2.601027, 3.943176");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.124027, 1.142801, 1.192289, 1.326917, 1.905759",\
|
|
"1.172398, 1.191172, 1.240660, 1.375288, 1.954130",\
|
|
"1.284302, 1.303076, 1.352564, 1.487191, 2.066034",\
|
|
"1.571142, 1.589916, 1.639403, 1.774031, 2.352874",\
|
|
"2.425313, 2.444087, 2.493575, 2.628202, 3.207044");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.044459, 0.057144, 0.096535, 0.249312, 1.029542",\
|
|
"0.044459, 0.057144, 0.096535, 0.249312, 1.029542",\
|
|
"0.044459, 0.057144, 0.096535, 0.249312, 1.029542",\
|
|
"0.044459, 0.057144, 0.096535, 0.249313, 1.029543",\
|
|
"0.044459, 0.057144, 0.096535, 0.249313, 1.029545");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.035892, 1.059817, 1.134999, 1.412025, 2.754175",\
|
|
"1.085632, 1.109557, 1.184739, 1.461765, 2.803915",\
|
|
"1.190821, 1.214747, 1.289929, 1.566955, 2.909105",\
|
|
"1.435380, 1.459305, 1.534487, 1.811513, 3.153663",\
|
|
"2.224893, 2.248818, 2.324000, 2.601027, 3.943176");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962",\
|
|
"0.046317, 0.069543, 0.157149, 0.536149, 2.382962");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.124027, 1.142801, 1.192289, 1.326917, 1.905759",\
|
|
"1.172398, 1.191172, 1.240660, 1.375288, 1.954130",\
|
|
"1.284302, 1.303076, 1.352564, 1.487191, 2.066034",\
|
|
"1.571142, 1.589916, 1.639403, 1.774031, 2.352874",\
|
|
"2.425313, 2.444087, 2.493575, 2.628202, 3.207044");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.044458, 0.057144, 0.096535, 0.249312, 1.029542",\
|
|
"0.044458, 0.057144, 0.096535, 0.249312, 1.029542",\
|
|
"0.044458, 0.057144, 0.096535, 0.249312, 1.029542",\
|
|
"0.044458, 0.057144, 0.096535, 0.249312, 1.029543",\
|
|
"0.044458, 0.057144, 0.096535, 0.249312, 1.029545");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002695 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "7.927308, 7.951565, 8.026854, 8.304115, 9.648212",\
|
|
"7.972626, 7.996884, 8.072172, 8.349434, 9.693531",\
|
|
"8.082848, 8.107105, 8.182393, 8.459655, 9.803752",\
|
|
"8.409946, 8.434204, 8.509493, 8.786754, 10.130851",\
|
|
"9.561967, 9.586225, 9.661513, 9.938774, 11.282871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "8.169338, 8.188499, 8.238211, 8.373154, 8.954013",\
|
|
"8.214657, 8.233818, 8.283529, 8.418472, 8.999331",\
|
|
"8.324878, 8.344039, 8.393750, 8.528693, 9.109552",\
|
|
"8.651978, 8.671139, 8.720850, 8.855793, 9.436652",\
|
|
"9.803997, 9.823158, 9.872869, 10.007812, 10.588672");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "7.419270, 7.443530, 7.518824, 7.796091, 9.140182",\
|
|
"7.464589, 7.488848, 7.564142, 7.841409, 9.185501",\
|
|
"7.574810, 7.599069, 7.674363, 7.951630, 9.295722",\
|
|
"7.901909, 7.926169, 8.001463, 8.278730, 9.622822",\
|
|
"9.053930, 9.078189, 9.153483, 9.430750, 10.774842");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "7.764920, 7.784085, 7.833796, 7.968734, 8.549544",\
|
|
"7.810238, 7.829403, 7.879115, 8.014052, 8.594863",\
|
|
"7.920459, 7.939624, 7.989336, 8.124273, 8.705084",\
|
|
"8.247559, 8.266724, 8.316436, 8.451373, 9.032184",\
|
|
"9.399580, 9.418744, 9.468456, 9.603394, 10.184204");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "3.767061, 3.791319, 3.866607, 4.143869, 5.487967",\
|
|
"3.812291, 3.836549, 3.911838, 4.189099, 5.533196",\
|
|
"3.922339, 3.946596, 4.021885, 4.299146, 5.643244",\
|
|
"4.249408, 4.273666, 4.348955, 4.626216, 5.970314",\
|
|
"5.388453, 5.412711, 5.487999, 5.765261, 7.109358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "4.212826, 4.231986, 4.281696, 4.416642, 4.997529",\
|
|
"4.258057, 4.277216, 4.326927, 4.461872, 5.042759",\
|
|
"4.368104, 4.387263, 4.436974, 4.571919, 5.152807",\
|
|
"4.695174, 4.714333, 4.764043, 4.898989, 5.479877",\
|
|
"5.834219, 5.853378, 5.903088, 6.038034, 6.618921");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "3.767061, 3.791319, 3.866607, 4.143869, 5.487967",\
|
|
"3.812291, 3.836549, 3.911838, 4.189099, 5.533196",\
|
|
"3.922339, 3.946596, 4.021885, 4.299146, 5.643244",\
|
|
"4.249408, 4.273666, 4.348955, 4.626216, 5.970314",\
|
|
"5.388453, 5.412711, 5.487999, 5.765261, 7.109358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512",\
|
|
"0.045442, 0.068729, 0.156196, 0.535765, 2.388512");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "4.212826, 4.231986, 4.281696, 4.416642, 4.997529",\
|
|
"4.258057, 4.277216, 4.326927, 4.461872, 5.042759",\
|
|
"4.368104, 4.387263, 4.436974, 4.571919, 5.152807",\
|
|
"4.695174, 4.714333, 4.764043, 4.898989, 5.479877",\
|
|
"5.834219, 5.853378, 5.903088, 6.038034, 6.618921");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887",\
|
|
"0.043986, 0.056665, 0.096194, 0.249585, 1.030887");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "7.323038, 7.347295, 7.422583, 7.699844, 9.043942",\
|
|
"7.323038, 7.347295, 7.422583, 7.699844, 9.043942",\
|
|
"7.323038, 7.347295, 7.422583, 7.699844, 9.043942",\
|
|
"7.323038, 7.347295, 7.422583, 7.699844, 9.043942",\
|
|
"7.323038, 7.347295, 7.422583, 7.699844, 9.043942");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534",\
|
|
"0.045444, 0.068731, 0.156196, 0.535764, 2.388534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "7.565068, 7.584230, 7.633940, 7.768884, 8.349743",\
|
|
"7.565068, 7.584230, 7.633940, 7.768884, 8.349743",\
|
|
"7.565068, 7.584230, 7.633940, 7.768884, 8.349743",\
|
|
"7.565068, 7.584230, 7.633940, 7.768884, 8.349743",\
|
|
"7.565068, 7.584230, 7.633940, 7.768884, 8.349743");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947",\
|
|
"0.043980, 0.056668, 0.096190, 0.249584, 1.030947");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "6.815000, 6.839260, 6.914554, 7.191821, 8.535913",\
|
|
"6.815000, 6.839260, 6.914554, 7.191821, 8.535913",\
|
|
"6.815000, 6.839260, 6.914554, 7.191821, 8.535913",\
|
|
"6.815000, 6.839260, 6.914554, 7.191821, 8.535913",\
|
|
"6.815000, 6.839260, 6.914554, 7.191821, 8.535913");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262",\
|
|
"0.045416, 0.068709, 0.156189, 0.535779, 2.388262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "7.160650, 7.179815, 7.229526, 7.364464, 7.945274",\
|
|
"7.160650, 7.179815, 7.229526, 7.364464, 7.945274",\
|
|
"7.160650, 7.179815, 7.229526, 7.364464, 7.945274",\
|
|
"7.160650, 7.179815, 7.229526, 7.364464, 7.945274",\
|
|
"7.160650, 7.179815, 7.229526, 7.364464, 7.945274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056",\
|
|
"0.043969, 0.056674, 0.096182, 0.249583, 1.031056");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "4.467529, 4.492386, 4.567880, 4.844624, 6.187325",\
|
|
"4.512760, 4.537617, 4.613110, 4.889854, 6.232556",\
|
|
"4.622807, 4.647664, 4.723157, 4.999901, 6.342603",\
|
|
"4.949877, 4.974734, 5.050228, 5.326972, 6.669673",\
|
|
"6.088922, 6.113779, 6.189272, 6.466016, 7.808718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "4.966535, 4.986184, 5.036041, 5.170468, 5.749755",\
|
|
"5.011765, 5.031414, 5.081272, 5.215699, 5.794985",\
|
|
"5.121813, 5.141461, 5.191319, 5.325746, 5.905033",\
|
|
"5.448883, 5.468532, 5.518389, 5.652816, 6.232103",\
|
|
"6.587927, 6.607576, 6.657434, 6.791861, 7.371147");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "4.467529, 4.492386, 4.567880, 4.844624, 6.187325",\
|
|
"4.512760, 4.537617, 4.613110, 4.889854, 6.232556",\
|
|
"4.622807, 4.647664, 4.723157, 4.999901, 6.342603",\
|
|
"4.949877, 4.974734, 5.050228, 5.326972, 6.669673",\
|
|
"6.088922, 6.113779, 6.189272, 6.466016, 7.808718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044811, 0.068209, 0.155394, 0.533039, 2.383060");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "4.966535, 4.986184, 5.036041, 5.170468, 5.749755",\
|
|
"5.011765, 5.031414, 5.081272, 5.215699, 5.794985",\
|
|
"5.121813, 5.141461, 5.191319, 5.325746, 5.905033",\
|
|
"5.448883, 5.468532, 5.518389, 5.652816, 6.232103",\
|
|
"6.587927, 6.607576, 6.657434, 6.791861, 7.371147");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658",\
|
|
"0.043256, 0.056053, 0.095864, 0.247772, 1.023658");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "7.459074, 7.483932, 7.559425, 7.836169, 9.178870",\
|
|
"7.459074, 7.483932, 7.559425, 7.836169, 9.178870",\
|
|
"7.459074, 7.483932, 7.559425, 7.836169, 9.178870",\
|
|
"7.459074, 7.483932, 7.559425, 7.836169, 9.178870",\
|
|
"7.459074, 7.483932, 7.559425, 7.836169, 9.178870");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.044810, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044810, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044810, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044810, 0.068209, 0.155394, 0.533039, 2.383060",\
|
|
"0.044810, 0.068209, 0.155394, 0.533039, 2.383060");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "7.738373, 7.758016, 7.807872, 7.942307, 8.521664",\
|
|
"7.738373, 7.758016, 7.807872, 7.942307, 8.521664",\
|
|
"7.738373, 7.758016, 7.807872, 7.942307, 8.521664",\
|
|
"7.738373, 7.758016, 7.807872, 7.942307, 8.521664",\
|
|
"7.738373, 7.758016, 7.807872, 7.942307, 8.521664");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043270, 0.056044, 0.095875, 0.247774, 1.023502",\
|
|
"0.043270, 0.056044, 0.095875, 0.247774, 1.023502",\
|
|
"0.043270, 0.056044, 0.095875, 0.247774, 1.023502",\
|
|
"0.043270, 0.056044, 0.095875, 0.247774, 1.023502",\
|
|
"0.043270, 0.056044, 0.095875, 0.247774, 1.023502");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "6.394151, 6.418988, 6.494458, 6.771195, 8.113875",\
|
|
"6.394151, 6.418988, 6.494458, 6.771195, 8.113875",\
|
|
"6.394151, 6.418988, 6.494458, 6.771195, 8.113875",\
|
|
"6.394151, 6.418988, 6.494458, 6.771195, 8.113875",\
|
|
"6.394151, 6.418988, 6.494458, 6.771195, 8.113875");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.044730, 0.068136, 0.155351, 0.533050, 2.383066",\
|
|
"0.044730, 0.068136, 0.155351, 0.533050, 2.383066",\
|
|
"0.044730, 0.068136, 0.155351, 0.533050, 2.383066",\
|
|
"0.044730, 0.068136, 0.155351, 0.533050, 2.383066",\
|
|
"0.044730, 0.068136, 0.155351, 0.533050, 2.383066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "6.988555, 7.008202, 7.058059, 7.192488, 7.771797",\
|
|
"6.988555, 7.008202, 7.058059, 7.192488, 7.771797",\
|
|
"6.988555, 7.008202, 7.058059, 7.192488, 7.771797",\
|
|
"6.988555, 7.008202, 7.058059, 7.192488, 7.771797",\
|
|
"6.988555, 7.008202, 7.058059, 7.192488, 7.771797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043261, 0.056050, 0.095867, 0.247773, 1.023609",\
|
|
"0.043261, 0.056050, 0.095867, 0.247773, 1.023609",\
|
|
"0.043261, 0.056050, 0.095867, 0.247773, 1.023609",\
|
|
"0.043261, 0.056050, 0.095867, 0.247773, 1.023609",\
|
|
"0.043261, 0.056050, 0.095867, 0.247773, 1.023609");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "3.803817, 3.828501, 3.903925, 4.180753, 5.523583",\
|
|
"3.849047, 3.873731, 3.949155, 4.225984, 5.568813",\
|
|
"3.959095, 3.983778, 4.059203, 4.336031, 5.678860",\
|
|
"4.286165, 4.310848, 4.386272, 4.663101, 6.005930",\
|
|
"5.425210, 5.449893, 5.525317, 5.802145, 7.144975");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "4.383510, 4.403008, 4.452812, 4.587337, 5.166917",\
|
|
"4.428741, 4.448239, 4.498042, 4.632568, 5.212147",\
|
|
"4.538788, 4.558286, 4.608089, 4.742615, 5.322195",\
|
|
"4.865858, 4.885356, 4.935160, 5.069685, 5.649265",\
|
|
"6.004903, 6.024401, 6.074204, 6.208730, 6.788310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "3.803817, 3.828501, 3.903925, 4.180753, 5.523583",\
|
|
"3.849047, 3.873731, 3.949155, 4.225984, 5.568813",\
|
|
"3.959095, 3.983778, 4.059203, 4.336031, 5.678860",\
|
|
"4.286165, 4.310848, 4.386272, 4.663101, 6.005930",\
|
|
"5.425210, 5.449893, 5.525317, 5.802145, 7.144975");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163",\
|
|
"0.045031, 0.068394, 0.155649, 0.533663, 2.384163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "4.383510, 4.403008, 4.452812, 4.587337, 5.166917",\
|
|
"4.428741, 4.448239, 4.498042, 4.632568, 5.212147",\
|
|
"4.538788, 4.558286, 4.608089, 4.742615, 5.322195",\
|
|
"4.865858, 4.885356, 4.935160, 5.069685, 5.649265",\
|
|
"6.004903, 6.024401, 6.074204, 6.208730, 6.788310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795",\
|
|
"0.043491, 0.056216, 0.095988, 0.248150, 1.024795");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "7.448248, 7.472933, 7.548359, 7.825188, 9.168020",\
|
|
"7.448248, 7.472933, 7.548359, 7.825188, 9.168020",\
|
|
"7.448248, 7.472933, 7.548359, 7.825188, 9.168020",\
|
|
"7.448248, 7.472933, 7.548359, 7.825188, 9.168020",\
|
|
"7.448248, 7.472933, 7.548359, 7.825188, 9.168020");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.045038, 0.068400, 0.155653, 0.533662, 2.384162",\
|
|
"0.045038, 0.068400, 0.155653, 0.533662, 2.384162",\
|
|
"0.045038, 0.068400, 0.155653, 0.533662, 2.384162",\
|
|
"0.045038, 0.068400, 0.155653, 0.533662, 2.384162",\
|
|
"0.045038, 0.068400, 0.155653, 0.533662, 2.384162");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "7.731759, 7.751252, 7.801055, 7.935586, 8.515221",\
|
|
"7.731759, 7.751252, 7.801055, 7.935586, 8.515221",\
|
|
"7.731759, 7.751252, 7.801055, 7.935586, 8.515221",\
|
|
"7.731759, 7.751252, 7.801055, 7.935586, 8.515221",\
|
|
"7.731759, 7.751252, 7.801055, 7.935586, 8.515221");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043503, 0.056209, 0.095996, 0.248152, 1.024673",\
|
|
"0.043503, 0.056209, 0.095996, 0.248152, 1.024673",\
|
|
"0.043503, 0.056209, 0.095996, 0.248152, 1.024673",\
|
|
"0.043503, 0.056209, 0.095996, 0.248152, 1.024673",\
|
|
"0.043503, 0.056209, 0.095996, 0.248152, 1.024673");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "6.383943, 6.408608, 6.484011, 6.760834, 8.103643",\
|
|
"6.383943, 6.408608, 6.484011, 6.760834, 8.103643",\
|
|
"6.383943, 6.408608, 6.484011, 6.760834, 8.103643",\
|
|
"6.383943, 6.408608, 6.484011, 6.760834, 8.103643",\
|
|
"6.383943, 6.408608, 6.484011, 6.760834, 8.103643");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.044957, 0.068326, 0.155609, 0.533673, 2.384168",\
|
|
"0.044957, 0.068326, 0.155609, 0.533673, 2.384168",\
|
|
"0.044957, 0.068326, 0.155609, 0.533673, 2.384168",\
|
|
"0.044957, 0.068326, 0.155609, 0.533673, 2.384168",\
|
|
"0.044957, 0.068326, 0.155609, 0.533673, 2.384168");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "6.982575, 7.002073, 7.051877, 7.186403, 7.765989",\
|
|
"6.982575, 7.002073, 7.051877, 7.186403, 7.765989",\
|
|
"6.982575, 7.002073, 7.051877, 7.186403, 7.765989",\
|
|
"6.982575, 7.002073, 7.051877, 7.186403, 7.765989",\
|
|
"6.982575, 7.002073, 7.051877, 7.186403, 7.765989");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043493, 0.056215, 0.095989, 0.248151, 1.024780",\
|
|
"0.043493, 0.056215, 0.095989, 0.248151, 1.024780",\
|
|
"0.043493, 0.056215, 0.095989, 0.248151, 1.024780",\
|
|
"0.043493, 0.056215, 0.095989, 0.248151, 1.024780",\
|
|
"0.043493, 0.056215, 0.095989, 0.248151, 1.024780");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "3.727332, 3.751911, 3.827216, 4.104031, 5.446717",\
|
|
"3.772563, 3.797141, 3.872447, 4.149261, 5.491947",\
|
|
"3.882610, 3.907188, 3.982494, 4.259309, 5.601995",\
|
|
"4.209680, 4.234258, 4.309565, 4.586379, 5.929065",\
|
|
"5.348724, 5.373303, 5.448609, 5.725424, 7.068110");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "4.613494, 4.633002, 4.682813, 4.817344, 5.396993",\
|
|
"4.658725, 4.678233, 4.728044, 4.862575, 5.442224",\
|
|
"4.768772, 4.788280, 4.838091, 4.972622, 5.552271",\
|
|
"5.095842, 5.115350, 5.165161, 5.299692, 5.879341",\
|
|
"6.234887, 6.254395, 6.304205, 6.438737, 7.018386");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "3.727332, 3.751911, 3.827216, 4.104031, 5.446717",\
|
|
"3.772563, 3.797141, 3.872447, 4.149261, 5.491947",\
|
|
"3.882610, 3.907188, 3.982494, 4.259309, 5.601995",\
|
|
"4.209680, 4.234258, 4.309565, 4.586379, 5.929065",\
|
|
"5.348724, 5.373303, 5.448609, 5.725424, 7.068110");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876",\
|
|
"0.044344, 0.067770, 0.155301, 0.533771, 2.382876");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "4.613494, 4.633002, 4.682813, 4.817344, 5.396993",\
|
|
"4.658725, 4.678233, 4.728044, 4.862575, 5.442224",\
|
|
"4.768772, 4.788280, 4.838091, 4.972622, 5.552271",\
|
|
"5.095842, 5.115350, 5.165161, 5.299692, 5.879341",\
|
|
"6.234887, 6.254395, 6.304205, 6.438737, 7.018386");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669",\
|
|
"0.043480, 0.056193, 0.095983, 0.248137, 1.024669");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "7.288058, 7.312636, 7.387942, 7.664755, 9.007442",\
|
|
"7.288058, 7.312636, 7.387942, 7.664755, 9.007442",\
|
|
"7.288058, 7.312636, 7.387942, 7.664755, 9.007442",\
|
|
"7.288058, 7.312636, 7.387942, 7.664755, 9.007442",\
|
|
"7.288058, 7.312636, 7.387942, 7.664755, 9.007442");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.044348, 0.067774, 0.155302, 0.533769, 2.382921",\
|
|
"0.044348, 0.067774, 0.155302, 0.533769, 2.382921",\
|
|
"0.044348, 0.067774, 0.155302, 0.533769, 2.382921",\
|
|
"0.044348, 0.067774, 0.155302, 0.533769, 2.382921",\
|
|
"0.044348, 0.067774, 0.155302, 0.533769, 2.382921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "7.895120, 7.914627, 7.964437, 8.098970, 8.678632",\
|
|
"7.895120, 7.914627, 7.964437, 8.098970, 8.678632",\
|
|
"7.895120, 7.914627, 7.964437, 8.098970, 8.678632",\
|
|
"7.895120, 7.914627, 7.964437, 8.098970, 8.678632",\
|
|
"7.895120, 7.914627, 7.964437, 8.098970, 8.678632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.043482, 0.056191, 0.095985, 0.248138, 1.024640",\
|
|
"0.043482, 0.056191, 0.095985, 0.248138, 1.024640",\
|
|
"0.043482, 0.056191, 0.095985, 0.248138, 1.024640",\
|
|
"0.043482, 0.056191, 0.095985, 0.248138, 1.024640",\
|
|
"0.043482, 0.056191, 0.095985, 0.248138, 1.024640");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "6.540883, 6.565463, 6.640772, 6.917589, 8.260324",\
|
|
"6.540883, 6.565463, 6.640772, 6.917589, 8.260324",\
|
|
"6.540883, 6.565463, 6.640772, 6.917589, 8.260324",\
|
|
"6.540883, 6.565463, 6.640772, 6.917589, 8.260324",\
|
|
"6.540883, 6.565463, 6.640772, 6.917589, 8.260324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.044330, 0.067758, 0.155298, 0.533779, 2.381454",\
|
|
"0.044330, 0.067758, 0.155298, 0.533779, 2.381454",\
|
|
"0.044330, 0.067758, 0.155298, 0.533779, 2.381454",\
|
|
"0.044330, 0.067758, 0.155298, 0.533779, 2.381454",\
|
|
"0.044330, 0.067758, 0.155298, 0.533779, 2.381454");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "7.363284, 7.382792, 7.432602, 7.567134, 8.146784",\
|
|
"7.363284, 7.382792, 7.432602, 7.567134, 8.146784",\
|
|
"7.363284, 7.382792, 7.432602, 7.567134, 8.146784",\
|
|
"7.363284, 7.382792, 7.432602, 7.567134, 8.146784",\
|
|
"7.363284, 7.382792, 7.432602, 7.567134, 8.146784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.043480, 0.056192, 0.095983, 0.248138, 1.024667",\
|
|
"0.043480, 0.056192, 0.095983, 0.248138, 1.024667",\
|
|
"0.043480, 0.056192, 0.095983, 0.248138, 1.024667",\
|
|
"0.043480, 0.056192, 0.095983, 0.248138, 1.024667",\
|
|
"0.043480, 0.056192, 0.095983, 0.248138, 1.024667");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "3.588458, 3.613150, 3.688450, 3.965144, 5.307667",\
|
|
"3.633688, 3.658380, 3.733680, 4.010374, 5.352898",\
|
|
"3.743736, 3.768428, 3.843728, 4.120421, 5.462945",\
|
|
"4.070806, 4.095498, 4.170798, 4.447492, 5.790015",\
|
|
"5.209850, 5.234542, 5.309843, 5.586536, 6.929060");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "4.481047, 4.500687, 4.550547, 4.684997, 5.264511",\
|
|
"4.526277, 4.545918, 4.595778, 4.730227, 5.309741",\
|
|
"4.636324, 4.655965, 4.705825, 4.840274, 5.419788",\
|
|
"4.963395, 4.983035, 5.032895, 5.167345, 5.746859",\
|
|
"6.102440, 6.122080, 6.171940, 6.306390, 6.885904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "3.588458, 3.613150, 3.688450, 3.965144, 5.307667",\
|
|
"3.633688, 3.658380, 3.733680, 4.010374, 5.352898",\
|
|
"3.743736, 3.768428, 3.843728, 4.120421, 5.462945",\
|
|
"4.070806, 4.095498, 4.170798, 4.447492, 5.790015",\
|
|
"5.209850, 5.234542, 5.309843, 5.586536, 6.929060");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773",\
|
|
"0.044039, 0.067505, 0.154982, 0.533126, 2.382773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "4.481047, 4.500687, 4.550547, 4.684997, 5.264511",\
|
|
"4.526277, 4.545918, 4.595778, 4.730227, 5.309741",\
|
|
"4.636324, 4.655965, 4.705825, 4.840274, 5.419788",\
|
|
"4.963395, 4.983035, 5.032895, 5.167345, 5.746859",\
|
|
"6.102440, 6.122080, 6.171940, 6.306390, 6.885904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174",\
|
|
"0.043280, 0.056012, 0.095888, 0.247766, 1.023174");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "7.324870, 7.349561, 7.424860, 7.701553, 9.044077",\
|
|
"7.324870, 7.349561, 7.424860, 7.701553, 9.044077",\
|
|
"7.324870, 7.349561, 7.424860, 7.701553, 9.044077",\
|
|
"7.324870, 7.349561, 7.424860, 7.701553, 9.044077",\
|
|
"7.324870, 7.349561, 7.424860, 7.701553, 9.044077");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.044044, 0.067509, 0.154983, 0.533123, 2.382828",\
|
|
"0.044044, 0.067509, 0.154983, 0.533123, 2.382828",\
|
|
"0.044044, 0.067509, 0.154983, 0.533123, 2.382828",\
|
|
"0.044044, 0.067509, 0.154983, 0.533123, 2.382828",\
|
|
"0.044044, 0.067509, 0.154983, 0.533123, 2.382828");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "7.929051, 7.948690, 7.998550, 8.133001, 8.712530",\
|
|
"7.929051, 7.948690, 7.998550, 8.133001, 8.712530",\
|
|
"7.929051, 7.948690, 7.998550, 8.133001, 8.712530",\
|
|
"7.929051, 7.948690, 7.998550, 8.133001, 8.712530",\
|
|
"7.929051, 7.948690, 7.998550, 8.133001, 8.712530");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.043283, 0.056010, 0.095891, 0.247767, 1.023140",\
|
|
"0.043283, 0.056010, 0.095891, 0.247767, 1.023140",\
|
|
"0.043283, 0.056010, 0.095891, 0.247767, 1.023140",\
|
|
"0.043283, 0.056010, 0.095891, 0.247767, 1.023140",\
|
|
"0.043283, 0.056010, 0.095891, 0.247767, 1.023140");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "6.737065, 6.761758, 6.837061, 7.113758, 8.456278",\
|
|
"6.737065, 6.761758, 6.837061, 7.113758, 8.456278",\
|
|
"6.737065, 6.761758, 6.837061, 7.113758, 8.456278",\
|
|
"6.737065, 6.761758, 6.837061, 7.113758, 8.456278",\
|
|
"6.737065, 6.761758, 6.837061, 7.113758, 8.456278");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.044028, 0.067494, 0.154978, 0.533133, 2.382648",\
|
|
"0.044028, 0.067494, 0.154978, 0.533133, 2.382648",\
|
|
"0.044028, 0.067494, 0.154978, 0.533133, 2.382648",\
|
|
"0.044028, 0.067494, 0.154978, 0.533133, 2.382648",\
|
|
"0.044028, 0.067494, 0.154978, 0.533133, 2.382648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "7.555871, 7.575511, 7.625371, 7.759821, 8.339338",\
|
|
"7.555871, 7.575511, 7.625371, 7.759821, 8.339338",\
|
|
"7.555871, 7.575511, 7.625371, 7.759821, 8.339338",\
|
|
"7.555871, 7.575511, 7.625371, 7.759821, 8.339338",\
|
|
"7.555871, 7.575511, 7.625371, 7.759821, 8.339338");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.043281, 0.056012, 0.095889, 0.247766, 1.023166",\
|
|
"0.043281, 0.056012, 0.095889, 0.247766, 1.023166",\
|
|
"0.043281, 0.056012, 0.095889, 0.247766, 1.023166",\
|
|
"0.043281, 0.056012, 0.095889, 0.247766, 1.023166",\
|
|
"0.043281, 0.056012, 0.095889, 0.247766, 1.023166");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg_min*/
|
|
|
|
} /* end of pin serial_resetn */
|
|
|
|
pin("spi_csb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002121 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_csb;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002788 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_enabled;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002122 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.618888, 1.642815, 1.717983, 1.994976, 3.337123",\
|
|
"1.672003, 1.695930, 1.771098, 2.048091, 3.390239",\
|
|
"1.783436, 1.807363, 1.882531, 2.159524, 3.501671",\
|
|
"2.112132, 2.136059, 2.211227, 2.488220, 3.830367",\
|
|
"3.321006, 3.344934, 3.420104, 3.697097, 5.039246");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.046691, 0.069837, 0.157293, 0.536064, 2.386224",\
|
|
"0.046691, 0.069838, 0.157293, 0.536064, 2.386224",\
|
|
"0.046691, 0.069838, 0.157293, 0.536064, 2.386224",\
|
|
"0.046691, 0.069838, 0.157293, 0.536064, 2.386224",\
|
|
"0.046697, 0.069842, 0.157296, 0.536063, 2.386221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.561923, 1.580664, 1.630141, 1.764799, 2.343885",\
|
|
"1.613100, 1.631841, 1.681318, 1.815975, 2.395062",\
|
|
"1.727831, 1.746572, 1.796048, 1.930706, 2.509793",\
|
|
"2.084272, 2.103013, 2.152490, 2.287148, 2.866235",\
|
|
"3.448682, 3.467423, 3.516900, 3.651558, 4.230647");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.044555, 0.057126, 0.096596, 0.249335, 1.028258",\
|
|
"0.044555, 0.057126, 0.096596, 0.249335, 1.028258",\
|
|
"0.044555, 0.057126, 0.096596, 0.249335, 1.028258",\
|
|
"0.044555, 0.057126, 0.096596, 0.249335, 1.028258",\
|
|
"0.044555, 0.057125, 0.096596, 0.249335, 1.028253");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.618888, 1.642815, 1.717983, 1.994976, 3.337123",\
|
|
"1.672003, 1.695930, 1.771098, 2.048091, 3.390239",\
|
|
"1.783436, 1.807363, 1.882531, 2.159524, 3.501671",\
|
|
"2.112132, 2.136059, 2.211227, 2.488220, 3.830367",\
|
|
"3.321006, 3.344934, 3.420104, 3.697097, 5.039246");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.046691, 0.069837, 0.157293, 0.536064, 2.386224",\
|
|
"0.046691, 0.069838, 0.157293, 0.536064, 2.386224",\
|
|
"0.046691, 0.069838, 0.157293, 0.536064, 2.386224",\
|
|
"0.046691, 0.069838, 0.157293, 0.536064, 2.386224",\
|
|
"0.046697, 0.069842, 0.157296, 0.536063, 2.386221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.557828, 1.576569, 1.626046, 1.760704, 2.339790",\
|
|
"1.609007, 1.627748, 1.677225, 1.811883, 2.390969",\
|
|
"1.723738, 1.742479, 1.791956, 1.926614, 2.505700",\
|
|
"2.080180, 2.098921, 2.148398, 2.283056, 2.862142",\
|
|
"3.445288, 3.464029, 3.513506, 3.648165, 4.227253");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.044555, 0.057126, 0.096596, 0.249335, 1.028258",\
|
|
"0.044555, 0.057126, 0.096596, 0.249335, 1.028257",\
|
|
"0.044555, 0.057126, 0.096596, 0.249335, 1.028257",\
|
|
"0.044555, 0.057126, 0.096596, 0.249335, 1.028257",\
|
|
"0.044555, 0.057125, 0.096596, 0.249335, 1.028253");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.350966, 1.374887, 1.450047, 1.727039, 3.069178",\
|
|
"1.400595, 1.424516, 1.499676, 1.776667, 3.118807",\
|
|
"1.512572, 1.536493, 1.611653, 1.888645, 3.230784",\
|
|
"1.856800, 1.880721, 1.955881, 2.232872, 3.575012",\
|
|
"3.123560, 3.147483, 3.222645, 3.499637, 4.841778");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.046664, 0.069813, 0.157278, 0.536068, 2.386224",\
|
|
"0.046664, 0.069813, 0.157278, 0.536068, 2.386224",\
|
|
"0.046664, 0.069813, 0.157278, 0.536068, 2.386224",\
|
|
"0.046664, 0.069813, 0.157278, 0.536068, 2.386224",\
|
|
"0.046670, 0.069818, 0.157282, 0.536068, 2.386224");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.418149, 1.436888, 1.486365, 1.621026, 2.200148",\
|
|
"1.467408, 1.486147, 1.535623, 1.670285, 2.249407",\
|
|
"1.579783, 1.598522, 1.647998, 1.782660, 2.361781",\
|
|
"1.931647, 1.950386, 1.999862, 2.134524, 2.713646",\
|
|
"3.194659, 3.213398, 3.262875, 3.397536, 3.976657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028180");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.350966, 1.374887, 1.450047, 1.727039, 3.069178",\
|
|
"1.400595, 1.424516, 1.499676, 1.776667, 3.118807",\
|
|
"1.512572, 1.536493, 1.611653, 1.888645, 3.230784",\
|
|
"1.856800, 1.880721, 1.955881, 2.232872, 3.575012",\
|
|
"3.123560, 3.147483, 3.222645, 3.499637, 4.841778");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.046664, 0.069813, 0.157278, 0.536067, 2.386224",\
|
|
"0.046664, 0.069813, 0.157278, 0.536067, 2.386224",\
|
|
"0.046664, 0.069813, 0.157278, 0.536067, 2.386224",\
|
|
"0.046664, 0.069813, 0.157278, 0.536067, 2.386224",\
|
|
"0.046670, 0.069818, 0.157282, 0.536067, 2.386224");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "1.418149, 1.436888, 1.486365, 1.621026, 2.200148",\
|
|
"1.467408, 1.486147, 1.535623, 1.670285, 2.249407",\
|
|
"1.579783, 1.598522, 1.647998, 1.782660, 2.361781",\
|
|
"1.931647, 1.950386, 1.999862, 2.134524, 2.713646",\
|
|
"3.194659, 3.213398, 3.262875, 3.397536, 3.976657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028178",\
|
|
"0.044564, 0.057121, 0.096601, 0.249335, 1.028180");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una_min*/
|
|
|
|
} /* end of pin spi_sdi */
|
|
|
|
pin("spi_sdo") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002111 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdo;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002093 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdoenb;
|
|
} /* end of pin spi_sdoenb */
|
|
|
|
pin("spimemio_flash_clk") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002299 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_clk;
|
|
} /* end of pin spimemio_flash_clk */
|
|
|
|
pin("spimemio_flash_csb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002342 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "1.401969, 1.426796, 1.503145, 1.780412, 3.123401",\
|
|
"1.451447, 1.476274, 1.552623, 1.829890, 3.172879",\
|
|
"1.556315, 1.581142, 1.657491, 1.934758, 3.277747",\
|
|
"1.801250, 1.826077, 1.902426, 2.179693, 3.522682",\
|
|
"2.582704, 2.607530, 2.683878, 2.961145, 4.304132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.051100, 0.073843, 0.159675, 0.535149, 2.383883",\
|
|
"0.051100, 0.073843, 0.159675, 0.535149, 2.383883",\
|
|
"0.051100, 0.073843, 0.159675, 0.535149, 2.383883",\
|
|
"0.051100, 0.073843, 0.159675, 0.535149, 2.383883",\
|
|
"0.051100, 0.073843, 0.159675, 0.535149, 2.383883");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "1.171542, 1.190203, 1.239642, 1.374297, 1.953642",\
|
|
"1.219581, 1.238243, 1.287681, 1.422337, 2.001681",\
|
|
"1.331318, 1.349980, 1.399418, 1.534074, 2.113418",\
|
|
"1.616484, 1.635146, 1.684584, 1.819240, 2.398583",\
|
|
"2.461946, 2.480606, 2.530044, 2.664702, 3.244072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.044772, 0.057100, 0.096744, 0.249236, 1.026204",\
|
|
"0.044772, 0.057100, 0.096744, 0.249236, 1.026204",\
|
|
"0.044772, 0.057100, 0.096744, 0.249236, 1.026204",\
|
|
"0.044772, 0.057100, 0.096744, 0.249236, 1.026204",\
|
|
"0.044778, 0.057100, 0.096748, 0.249236, 1.026204");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "1.401969, 1.426796, 1.503145, 1.780412, 3.123401",\
|
|
"1.451447, 1.476274, 1.552623, 1.829890, 3.172879",\
|
|
"1.556315, 1.581142, 1.657491, 1.934758, 3.277747",\
|
|
"1.801250, 1.826077, 1.902426, 2.179693, 3.522682",\
|
|
"2.582704, 2.607530, 2.683878, 2.961145, 4.304132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.051097, 0.073839, 0.159673, 0.535149, 2.383883",\
|
|
"0.051097, 0.073839, 0.159673, 0.535149, 2.383883",\
|
|
"0.051097, 0.073839, 0.159673, 0.535149, 2.383883",\
|
|
"0.051097, 0.073839, 0.159673, 0.535149, 2.383883",\
|
|
"0.051097, 0.073839, 0.159673, 0.535149, 2.383883");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "1.171542, 1.190203, 1.239642, 1.374297, 1.953642",\
|
|
"1.219581, 1.238243, 1.287681, 1.422337, 2.001681",\
|
|
"1.331318, 1.349980, 1.399418, 1.534074, 2.113418",\
|
|
"1.616484, 1.635146, 1.684584, 1.819240, 2.398583",\
|
|
"2.461946, 2.480606, 2.530044, 2.664702, 3.244072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.044772, 0.057097, 0.096744, 0.249236, 1.026147",\
|
|
"0.044772, 0.057097, 0.096744, 0.249236, 1.026147",\
|
|
"0.044772, 0.057097, 0.096744, 0.249236, 1.026147",\
|
|
"0.044772, 0.057097, 0.096744, 0.249236, 1.026147",\
|
|
"0.044778, 0.057097, 0.096748, 0.249236, 1.026147");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002342 ;
|
|
|
|
/* 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 : 5.000000 ;
|
|
capacitance : 0.002593 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "1.651314, 1.676088, 1.752316, 2.029572, 3.372679",\
|
|
"1.702699, 1.727473, 1.803701, 2.080957, 3.424064",\
|
|
"1.814744, 1.839519, 1.915746, 2.193002, 3.536110",\
|
|
"2.089310, 2.114085, 2.190312, 2.467568, 3.810676",\
|
|
"3.024565, 3.049340, 3.125567, 3.402823, 4.745931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050442, 0.073248, 0.159262, 0.535155, 2.384287");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "1.542658, 1.561385, 1.610858, 1.745535, 2.324998",\
|
|
"1.587956, 1.606684, 1.656156, 1.790833, 2.370296",\
|
|
"1.701229, 1.719957, 1.769429, 1.904106, 2.483569",\
|
|
"2.068133, 2.086861, 2.136333, 2.271010, 2.850473",\
|
|
"3.476600, 3.495328, 3.544800, 3.679477, 4.258941");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044660, 0.057046, 0.096669, 0.249256, 1.026754");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "1.651314, 1.676088, 1.752316, 2.029572, 3.372679",\
|
|
"1.702699, 1.727473, 1.803701, 2.080957, 3.424064",\
|
|
"1.814744, 1.839519, 1.915746, 2.193002, 3.536110",\
|
|
"2.089310, 2.114085, 2.190312, 2.467568, 3.810676",\
|
|
"3.024565, 3.049340, 3.125567, 3.402823, 4.745931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050441, 0.073248, 0.159262, 0.535155, 2.384289",\
|
|
"0.050442, 0.073248, 0.159262, 0.535155, 2.384287");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "1.542658, 1.561385, 1.610858, 1.745535, 2.324998",\
|
|
"1.587956, 1.606684, 1.656156, 1.790833, 2.370296",\
|
|
"1.701229, 1.719957, 1.769429, 1.904106, 2.483569",\
|
|
"2.068133, 2.086861, 2.136333, 2.271010, 2.850473",\
|
|
"3.476600, 3.495328, 3.544800, 3.679477, 4.258941");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044659, 0.057046, 0.096669, 0.249256, 1.026756",\
|
|
"0.044660, 0.057046, 0.096669, 0.249256, 1.026754");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002548 ;
|
|
|
|
/* 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 : 5.000000 ;
|
|
capacitance : 0.003495 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "1.538908, 1.562975, 1.638178, 1.915131, 3.257297",\
|
|
"1.589019, 1.613087, 1.688289, 1.965242, 3.307408",\
|
|
"1.701535, 1.725603, 1.800805, 2.077758, 3.419924",\
|
|
"2.043567, 2.067635, 2.142837, 2.419790, 3.761956",\
|
|
"3.310239, 3.334307, 3.409509, 3.686461, 5.028628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.045898, 0.069163, 0.156750, 0.535562, 2.382498",\
|
|
"0.045898, 0.069163, 0.156750, 0.535562, 2.382500",\
|
|
"0.045898, 0.069163, 0.156750, 0.535562, 2.382500",\
|
|
"0.045898, 0.069163, 0.156750, 0.535562, 2.382500",\
|
|
"0.045899, 0.069164, 0.156750, 0.535562, 2.382507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "1.400607, 1.419573, 1.469133, 1.603670, 2.182158",\
|
|
"1.445496, 1.464462, 1.514021, 1.648559, 2.227045",\
|
|
"1.566422, 1.585387, 1.634947, 1.769485, 2.347971",\
|
|
"1.916921, 1.935887, 1.985447, 2.119984, 2.698471",\
|
|
"3.181693, 3.200659, 3.250219, 3.384757, 3.963252");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.044150, 0.056989, 0.096350, 0.248985, 1.029257",\
|
|
"0.044150, 0.056989, 0.096350, 0.248985, 1.029257",\
|
|
"0.044150, 0.056989, 0.096350, 0.248985, 1.029257",\
|
|
"0.044150, 0.056989, 0.096350, 0.248985, 1.029257",\
|
|
"0.044152, 0.056989, 0.096351, 0.248985, 1.029257");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "1.538908, 1.562975, 1.638178, 1.915131, 3.257297",\
|
|
"1.589019, 1.613087, 1.688289, 1.965242, 3.307408",\
|
|
"1.701535, 1.725603, 1.800805, 2.077758, 3.419924",\
|
|
"2.043567, 2.067635, 2.142837, 2.419790, 3.761956",\
|
|
"3.310239, 3.334307, 3.409509, 3.686461, 5.028628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.045898, 0.069163, 0.156750, 0.535562, 2.382498",\
|
|
"0.045898, 0.069163, 0.156750, 0.535562, 2.382499",\
|
|
"0.045898, 0.069163, 0.156750, 0.535562, 2.382499",\
|
|
"0.045898, 0.069163, 0.156750, 0.535562, 2.382499",\
|
|
"0.045899, 0.069164, 0.156750, 0.535562, 2.382507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "1.400607, 1.419573, 1.469133, 1.603670, 2.182158",\
|
|
"1.445496, 1.464462, 1.514021, 1.648559, 2.227045",\
|
|
"1.566422, 1.585387, 1.634947, 1.769485, 2.347971",\
|
|
"1.916921, 1.935887, 1.985447, 2.119984, 2.698471",\
|
|
"3.181693, 3.200659, 3.250219, 3.384757, 3.963252");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.044150, 0.056988, 0.096350, 0.248985, 1.029239",\
|
|
"0.044150, 0.056988, 0.096350, 0.248985, 1.029239",\
|
|
"0.044150, 0.056988, 0.096350, 0.248985, 1.029239",\
|
|
"0.044150, 0.056988, 0.096350, 0.248985, 1.029239",\
|
|
"0.044152, 0.056988, 0.096351, 0.248985, 1.029239");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002704 ;
|
|
|
|
/* 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 : 5.000000 ;
|
|
capacitance : 0.002026 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.521830, 1.546450, 1.621758, 1.898476, 3.240798",\
|
|
"1.573085, 1.597705, 1.673013, 1.949732, 3.292054",\
|
|
"1.685396, 1.710016, 1.785324, 2.062042, 3.404364",\
|
|
"2.007520, 2.032140, 2.107448, 2.384167, 3.726489",\
|
|
"3.118982, 3.143601, 3.218909, 3.495628, 4.837950");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.044170, 0.067618, 0.155189, 0.533432, 2.379918",\
|
|
"0.044170, 0.067618, 0.155189, 0.533432, 2.379919",\
|
|
"0.044170, 0.067618, 0.155189, 0.533432, 2.379919",\
|
|
"0.044170, 0.067618, 0.155189, 0.533432, 2.379919",\
|
|
"0.044170, 0.067619, 0.155190, 0.533432, 2.379924");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.291206, 1.310869, 1.360700, 1.494996, 2.072983",\
|
|
"1.339770, 1.359433, 1.409264, 1.543561, 2.121547",\
|
|
"1.451910, 1.471572, 1.521403, 1.655700, 2.233687",\
|
|
"1.805766, 1.825429, 1.875259, 2.009556, 2.587543",\
|
|
"3.128530, 3.148192, 3.198022, 3.332320, 3.910318");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.043157, 0.056303, 0.095757, 0.247956, 1.026821",\
|
|
"0.043157, 0.056303, 0.095757, 0.247956, 1.026821",\
|
|
"0.043157, 0.056303, 0.095757, 0.247956, 1.026821",\
|
|
"0.043157, 0.056303, 0.095757, 0.247956, 1.026821",\
|
|
"0.043159, 0.056303, 0.095759, 0.247957, 1.026821");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.521830, 1.546450, 1.621758, 1.898476, 3.240798",\
|
|
"1.573085, 1.597705, 1.673013, 1.949732, 3.292054",\
|
|
"1.685396, 1.710016, 1.785324, 2.062042, 3.404364",\
|
|
"2.007520, 2.032140, 2.107448, 2.384167, 3.726489",\
|
|
"3.118982, 3.143601, 3.218909, 3.495628, 4.837950");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.044170, 0.067618, 0.155189, 0.533431, 2.379917",\
|
|
"0.044170, 0.067618, 0.155189, 0.533431, 2.379917",\
|
|
"0.044170, 0.067618, 0.155189, 0.533431, 2.379917",\
|
|
"0.044170, 0.067618, 0.155189, 0.533431, 2.379917",\
|
|
"0.044170, 0.067619, 0.155190, 0.533431, 2.379924");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.291206, 1.310869, 1.360700, 1.494996, 2.072983",\
|
|
"1.339770, 1.359433, 1.409264, 1.543561, 2.121547",\
|
|
"1.451910, 1.471572, 1.521403, 1.655700, 2.233687",\
|
|
"1.805766, 1.825429, 1.875259, 2.009556, 2.587543",\
|
|
"3.128530, 3.148192, 3.198022, 3.332320, 3.910318");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.043157, 0.056302, 0.095757, 0.247956, 1.026797",\
|
|
"0.043157, 0.056302, 0.095757, 0.247956, 1.026797",\
|
|
"0.043157, 0.056302, 0.095757, 0.247956, 1.026797",\
|
|
"0.043157, 0.056302, 0.095757, 0.247956, 1.026797",\
|
|
"0.043159, 0.056302, 0.095759, 0.247957, 1.026797");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002604 ;
|
|
|
|
/* 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 : 5.000000 ;
|
|
capacitance : 0.003154 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_oeb;
|
|
} /* end of pin spimemio_flash_io3_oeb */
|
|
|
|
pin("trap") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002766 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.886662, 1.841431, 1.731384, 1.404314, 0.264980",\
|
|
"1.938389, 1.893159, 1.783111, 1.456041, 0.316707",\
|
|
"2.050182, 2.004951, 1.894904, 1.567833, 0.428499",\
|
|
"2.383050, 2.337819, 2.227772, 1.900702, 0.761368",\
|
|
"3.496769, 3.451538, 3.341491, 3.014421, 1.875087");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.103971, 4.058740, 3.948693, 3.621623, 2.482289",\
|
|
"4.152470, 4.107239, 3.997191, 3.670121, 2.530787",\
|
|
"4.264769, 4.219538, 4.109490, 3.782420, 2.643086",\
|
|
"4.628280, 4.583049, 4.473001, 4.145931, 3.006597",\
|
|
"5.951726, 5.906495, 5.796448, 5.469378, 4.330044");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.596548, -1.551317, -1.441270, -1.114200, 0.024844",\
|
|
"-1.648275, -1.603045, -1.492997, -1.165927, -0.026883",\
|
|
"-1.760067, -1.714837, -1.604789, -1.277719, -0.138675",\
|
|
"-2.092936, -2.047705, -1.937658, -1.610588, -0.471544",\
|
|
"-3.206655, -3.161424, -3.051377, -2.724307, -1.585263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.567902, -3.522672, -3.412624, -3.085554, -1.946510",\
|
|
"-3.616401, -3.571171, -3.461123, -3.134053, -1.995009",\
|
|
"-3.728700, -3.683470, -3.573422, -3.246352, -2.107308",\
|
|
"-4.092211, -4.046981, -3.936934, -3.609864, -2.470819",\
|
|
"-5.415658, -5.370427, -5.260380, -4.933310, -3.794266");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002403 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : uart_enabled;
|
|
} /* end of pin uart_enabled */
|
|
|
|
pin("user_clock") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.132486 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : user_clock;
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005197 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.249800, 3.204569, 3.094522, 2.767452, 1.628117",\
|
|
"3.299976, 3.254746, 3.144698, 2.817628, 1.678294",\
|
|
"3.412620, 3.367389, 3.257342, 2.930271, 1.790937",\
|
|
"3.765953, 3.720722, 3.610675, 3.283605, 2.144271",\
|
|
"5.035938, 4.990707, 4.880660, 4.553590, 3.414256");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.139573, 6.094342, 5.984295, 5.657225, 4.517890",\
|
|
"6.184992, 6.139762, 6.029715, 5.702644, 4.563310",\
|
|
"6.299317, 6.254086, 6.144039, 5.816969, 4.677634",\
|
|
"6.650559, 6.605329, 6.495281, 6.168211, 5.028876",\
|
|
"7.933642, 7.888412, 7.778364, 7.451294, 6.311959");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.995403, -2.950172, -2.840125, -2.513055, -1.374011",\
|
|
"-3.045580, -3.000350, -2.890302, -2.563232, -1.424188",\
|
|
"-3.158223, -3.112992, -3.002945, -2.675875, -1.536830",\
|
|
"-3.511556, -3.466326, -3.356278, -3.029208, -1.890164",\
|
|
"-4.781541, -4.736311, -4.626264, -4.299193, -3.160149");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.648901, -5.603670, -5.493623, -5.166553, -4.027508",\
|
|
"-5.692682, -5.647451, -5.537404, -5.210334, -4.071290",\
|
|
"-5.808645, -5.763414, -5.653367, -5.326297, -4.187253",\
|
|
"-6.159887, -6.114656, -6.004609, -5.677539, -4.538495",\
|
|
"-7.442971, -7.397740, -7.287693, -6.960623, -5.821579");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vcc_pwrgood */
|
|
|
|
pin("usr1_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002281 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.530902, 1.485672, 1.375624, 1.048554, -0.090780",\
|
|
"1.582206, 1.536975, 1.426928, 1.099857, -0.039477",\
|
|
"1.694528, 1.649297, 1.539250, 1.212179, 0.072845",\
|
|
"1.968136, 1.922906, 1.812858, 1.485788, 0.346454",\
|
|
"2.899262, 2.854031, 2.743984, 2.416914, 1.277580");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.308070, 4.262839, 4.152792, 3.825722, 2.686388",\
|
|
"4.353612, 4.308381, 4.198334, 3.871264, 2.731930",\
|
|
"4.466889, 4.421659, 4.311611, 3.984541, 2.845207",\
|
|
"4.833282, 4.788052, 4.678004, 4.350934, 3.211600",\
|
|
"6.241673, 6.196442, 6.086394, 5.759324, 4.619990");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.264911, -1.219681, -1.109633, -0.782563, 0.356481",\
|
|
"-1.316215, -1.270984, -1.160937, -0.833867, 0.305177",\
|
|
"-1.428537, -1.383306, -1.273259, -0.946189, 0.192855",\
|
|
"-1.702145, -1.656915, -1.546868, -1.219798, -0.080753",\
|
|
"-2.633271, -2.588040, -2.477993, -2.150923, -1.011878");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.802511, -3.757281, -3.647233, -3.320163, -2.181119",\
|
|
"-3.848053, -3.802822, -3.692775, -3.365705, -2.226661",\
|
|
"-3.961330, -3.916100, -3.806052, -3.478982, -2.339938",\
|
|
"-4.327724, -4.282493, -4.172445, -3.845376, -2.706331",\
|
|
"-5.736114, -5.690883, -5.580835, -5.253766, -4.114721");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vdd_pwrgood */
|
|
|
|
pin("usr2_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002155 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.242564, 1.197333, 1.087286, 0.760216, -0.379118",\
|
|
"1.293847, 1.248617, 1.138569, 0.811499, -0.327835",\
|
|
"1.406216, 1.360985, 1.250938, 0.923867, -0.215467",\
|
|
"1.679874, 1.634643, 1.524596, 1.197526, 0.058192",\
|
|
"2.609767, 2.564536, 2.454489, 2.127419, 0.988085");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.466892, 4.421661, 4.311614, 3.984543, 2.845209",\
|
|
"4.512468, 4.467237, 4.357190, 4.030120, 2.890786",\
|
|
"4.625737, 4.580506, 4.470459, 4.143389, 3.004055",\
|
|
"4.992167, 4.946936, 4.836889, 4.509819, 3.370485",\
|
|
"6.401856, 6.356625, 6.246578, 5.919508, 4.780173");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.962512, -0.917282, -0.807234, -0.480164, 0.658880",\
|
|
"-1.013795, -0.968565, -0.858518, -0.531448, 0.607597",\
|
|
"-1.126164, -1.080933, -0.970886, -0.643816, 0.495228",\
|
|
"-1.399822, -1.354592, -1.244544, -0.917474, 0.221570",\
|
|
"-2.329715, -2.284485, -2.174437, -1.847367, -0.708323");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.942103, -3.896873, -3.786825, -3.459755, -2.320711",\
|
|
"-3.987680, -3.942450, -3.832402, -3.505332, -2.366288",\
|
|
"-4.100949, -4.055718, -3.945671, -3.618601, -2.479557",\
|
|
"-4.467379, -4.422148, -4.312100, -3.985031, -2.845986",\
|
|
"-5.877067, -5.831837, -5.721789, -5.394719, -4.255675");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vcc_pwrgood */
|
|
|
|
pin("usr2_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003579 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.960533, 1.915302, 1.805255, 1.478184, 0.338850",\
|
|
"2.009353, 1.964123, 1.854075, 1.527005, 0.387671",\
|
|
"2.121622, 2.076391, 1.966344, 1.639273, 0.499939",\
|
|
"2.430720, 2.385489, 2.275442, 1.948371, 0.809037",\
|
|
"3.509085, 3.463854, 3.353806, 3.026736, 1.887402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.624360, 3.579129, 3.469081, 3.142011, 2.002677",\
|
|
"3.675269, 3.630038, 3.519990, 3.192920, 2.053586",\
|
|
"3.786785, 3.741554, 3.631506, 3.304436, 2.165102",\
|
|
"4.101467, 4.056236, 3.946188, 3.619118, 2.479784",\
|
|
"5.086572, 5.041341, 4.931294, 4.604224, 3.464890");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.670380, -1.625150, -1.515102, -1.188032, -0.048988",\
|
|
"-1.719201, -1.673970, -1.563923, -1.236853, -0.097809",\
|
|
"-1.831469, -1.786239, -1.676192, -1.349122, -0.210077",\
|
|
"-2.140567, -2.095336, -1.985289, -1.658219, -0.519175",\
|
|
"-3.218932, -3.173701, -3.063654, -2.736584, -1.597540");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.088297, -3.043067, -2.933019, -2.605949, -1.466905",\
|
|
"-3.139206, -3.093976, -2.983928, -2.656858, -1.517814",\
|
|
"-3.250722, -3.205492, -3.095444, -2.768374, -1.629330",\
|
|
"-3.565404, -3.520174, -3.410126, -3.083056, -1.944012",\
|
|
"-4.550509, -4.505279, -4.395232, -4.068162, -2.929117");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "7.969812, 7.996212, 8.074753, 8.352765, 9.698040",\
|
|
"8.015042, 8.041442, 8.119983, 8.397996, 9.743271",\
|
|
"8.125090, 8.151489, 8.230030, 8.508043, 9.853317",\
|
|
"8.452160, 8.478559, 8.557100, 8.835114, 10.180387",\
|
|
"9.591494, 9.617892, 9.696434, 9.974446, 11.319721");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "8.345329, 8.364155, 8.414998, 8.550816, 9.131259",\
|
|
"8.390560, 8.409385, 8.460228, 8.596045, 9.176490",\
|
|
"8.500607, 8.519432, 8.570275, 8.706093, 9.286537",\
|
|
"8.827678, 8.846502, 8.897346, 9.033163, 9.613607",\
|
|
"9.967012, 9.985837, 10.036680, 10.172498, 10.752942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "7.969812, 7.996212, 8.074753, 8.352765, 9.698040",\
|
|
"8.015042, 8.041442, 8.119983, 8.397996, 9.743271",\
|
|
"8.125090, 8.151489, 8.230030, 8.508043, 9.853317",\
|
|
"8.452160, 8.478559, 8.557100, 8.835114, 10.180387",\
|
|
"9.591494, 9.617892, 9.696434, 9.974446, 11.319721");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322",\
|
|
"0.059488, 0.081462, 0.164277, 0.534703, 2.384322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "8.345329, 8.364155, 8.414998, 8.550816, 9.131259",\
|
|
"8.390560, 8.409385, 8.460228, 8.596045, 9.176490",\
|
|
"8.500607, 8.519432, 8.570275, 8.706093, 9.286537",\
|
|
"8.827678, 8.846502, 8.897346, 9.033163, 9.613607",\
|
|
"9.967012, 9.985837, 10.036680, 10.172498, 10.752942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416",\
|
|
"0.049817, 0.062256, 0.099706, 0.250807, 1.025416");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.060556 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_clk_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "1.099711");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.750396");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwh*/
|
|
|
|
} /* end of pin wb_clk_i */
|
|
|
|
pin("wb_cyc_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005050 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.495253, 2.450023, 2.339975, 2.012905, 0.873571",\
|
|
"2.548301, 2.503070, 2.393023, 2.065953, 0.926619",\
|
|
"2.653221, 2.607991, 2.497943, 2.170873, 1.031539",\
|
|
"2.899444, 2.854213, 2.744166, 2.417096, 1.277761",\
|
|
"3.677821, 3.632590, 3.522543, 3.195473, 2.056139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.808570, 1.763340, 1.653293, 1.326222, 0.186888",\
|
|
"1.856756, 1.811526, 1.701478, 1.374408, 0.235074",\
|
|
"1.968694, 1.923463, 1.813416, 1.486346, 0.347012",\
|
|
"2.255398, 2.210168, 2.100121, 1.773050, 0.633716",\
|
|
"3.122563, 3.077333, 2.967286, 2.640215, 1.500881");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.523076, -1.477845, -1.367798, -1.040728, 0.098607",\
|
|
"-1.576123, -1.530893, -1.420846, -1.093775, 0.045559",\
|
|
"-1.681044, -1.635813, -1.525766, -1.198695, -0.059361",\
|
|
"-1.927266, -1.882035, -1.771988, -1.444918, -0.305583",\
|
|
"-2.705643, -2.660412, -2.550365, -2.223295, -1.083961");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.029151, -0.983921, -0.873873, -0.546803, 0.592531",\
|
|
"-1.077337, -1.032106, -0.922059, -0.594989, 0.544345",\
|
|
"-1.189274, -1.144044, -1.033997, -0.706926, 0.432408",\
|
|
"-1.475979, -1.430748, -1.320701, -0.993631, 0.145703",\
|
|
"-2.343143, -2.297913, -2.187866, -1.860795, -0.721461");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_hldr*/
|
|
|
|
} /* end of pin wb_cyc_i */
|
|
|
|
pin("wb_rstn_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005220 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_rstn_i;
|
|
} /* end of pin wb_rstn_i */
|
|
|
|
pin("wb_stb_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002893 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.599400, 2.554170, 2.444122, 2.117052, 0.977718",\
|
|
"2.649531, 2.604301, 2.494254, 2.167183, 1.027849",\
|
|
"2.762038, 2.716808, 2.606761, 2.279690, 1.140356",\
|
|
"3.104079, 3.058848, 2.948801, 2.621731, 1.482397",\
|
|
"4.370192, 4.324961, 4.214914, 3.887844, 2.748509");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.052429, 2.007198, 1.897151, 1.570081, 0.430747",\
|
|
"2.097528, 2.052297, 1.942250, 1.615180, 0.475845",\
|
|
"2.218359, 2.173128, 2.063081, 1.736011, 0.596676",\
|
|
"2.568846, 2.523616, 2.413568, 2.086498, 0.947164",\
|
|
"3.841083, 3.795853, 3.685805, 3.358735, 2.219401");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.627223, -1.581993, -1.471945, -1.144875, -0.005541",\
|
|
"-1.677354, -1.632123, -1.522076, -1.195005, -0.055671",\
|
|
"-1.789860, -1.744630, -1.634583, -1.307512, -0.168178",\
|
|
"-2.131901, -2.086670, -1.976623, -1.649553, -0.510219",\
|
|
"-3.398013, -3.352783, -3.242735, -2.915665, -1.776331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.273009, -1.227779, -1.117732, -0.790661, 0.348673",\
|
|
"-1.318108, -1.272878, -1.162830, -0.835760, 0.303574",\
|
|
"-1.438939, -1.393709, -1.283661, -0.956591, 0.182743",\
|
|
"-1.789427, -1.744196, -1.634149, -1.307079, -0.167745",\
|
|
"-3.061663, -3.016433, -2.906385, -2.579315, -1.439981");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_hldr*/
|
|
|
|
} /* end of pin wb_stb_i */
|
|
|
|
pin("wb_we_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004153 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.357835, 2.312604, 2.202557, 1.875487, 0.736152",\
|
|
"2.406547, 2.361317, 2.251270, 1.924199, 0.784865",\
|
|
"2.518883, 2.473653, 2.363605, 2.036535, 0.897201",\
|
|
"2.828182, 2.782952, 2.672904, 2.345834, 1.206500",\
|
|
"3.911561, 3.866331, 3.756284, 3.429213, 2.289879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.237483, 2.192252, 2.082205, 1.755135, 0.615800",\
|
|
"2.288138, 2.242908, 2.132861, 1.805790, 0.666456",\
|
|
"2.399554, 2.354324, 2.244277, 1.917206, 0.777872",\
|
|
"2.715320, 2.670089, 2.560042, 2.232972, 1.093637",\
|
|
"3.702795, 3.657565, 3.547517, 3.220447, 2.081113");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.472672, -0.427442, -0.317394, 0.009676, 1.149010",\
|
|
"-0.521385, -0.476154, -0.366107, -0.039037, 1.100297",\
|
|
"-0.633721, -0.588490, -0.478443, -0.151372, 0.987962",\
|
|
"-0.943057, -0.897826, -0.787779, -0.460709, 0.678626",\
|
|
"-2.027982, -1.982752, -1.872704, -1.545634, -0.406300");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.345249, 0.390479, 0.500527, 0.827597, 1.966931",\
|
|
"0.294592, 0.339823, 0.449870, 0.776941, 1.916275",\
|
|
"0.183177, 0.228407, 0.338455, 0.665525, 1.804859",\
|
|
"-0.132760, -0.087529, 0.022518, 0.349589, 1.488923",\
|
|
"-1.124251, -1.079020, -0.968973, -0.641903, 0.497432");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.935723, 1.960811, 2.036862, 2.313956, 3.657563",\
|
|
"1.983281, 2.008368, 2.084420, 2.361514, 3.705121",\
|
|
"2.096216, 2.121304, 2.197356, 2.474449, 3.818056",\
|
|
"2.410647, 2.435735, 2.511787, 2.788881, 4.132487",\
|
|
"3.498657, 3.523745, 3.599797, 3.876891, 5.220498");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.047780, 0.070882, 0.157261, 0.533703, 2.383695",\
|
|
"0.047780, 0.070882, 0.157261, 0.533703, 2.383695",\
|
|
"0.047780, 0.070882, 0.157261, 0.533703, 2.383695",\
|
|
"0.047780, 0.070882, 0.157261, 0.533703, 2.383695",\
|
|
"0.047781, 0.070882, 0.157261, 0.533703, 2.383695");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.640827, 1.660173, 1.709915, 1.844508, 2.424101",\
|
|
"1.689247, 1.708593, 1.758335, 1.892928, 2.472521",\
|
|
"1.801817, 1.821163, 1.870905, 2.005498, 2.585091",\
|
|
"2.155344, 2.174690, 2.224432, 2.359025, 2.938618",\
|
|
"3.437078, 3.456423, 3.506165, 3.640759, 4.220352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.043708, 0.056427, 0.096096, 0.248520, 1.026314",\
|
|
"0.043708, 0.056427, 0.096096, 0.248520, 1.026314",\
|
|
"0.043708, 0.056427, 0.096096, 0.248520, 1.026314",\
|
|
"0.043708, 0.056427, 0.096096, 0.248520, 1.026314",\
|
|
"0.043709, 0.056427, 0.096096, 0.248520, 1.026314");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.935723, 1.960811, 2.036862, 2.313956, 3.657563",\
|
|
"1.983281, 2.008368, 2.084420, 2.361514, 3.705121",\
|
|
"2.096216, 2.121304, 2.197356, 2.474449, 3.818056",\
|
|
"2.410647, 2.435735, 2.511787, 2.788881, 4.132487",\
|
|
"3.498657, 3.523745, 3.599797, 3.876891, 5.220498");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.047780, 0.070881, 0.157261, 0.533703, 2.383695",\
|
|
"0.047780, 0.070881, 0.157261, 0.533703, 2.383695",\
|
|
"0.047780, 0.070881, 0.157261, 0.533703, 2.383695",\
|
|
"0.047780, 0.070882, 0.157261, 0.533703, 2.383695",\
|
|
"0.047781, 0.070882, 0.157261, 0.533703, 2.383695");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "1.640827, 1.660173, 1.709915, 1.844508, 2.424101",\
|
|
"1.689247, 1.708593, 1.758335, 1.892928, 2.472521",\
|
|
"1.801817, 1.821163, 1.870905, 2.005498, 2.585091",\
|
|
"2.155344, 2.174690, 2.224432, 2.359025, 2.938618",\
|
|
"3.437078, 3.456423, 3.506165, 3.640759, 4.220352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.043708, 0.056427, 0.096096, 0.248520, 1.026312",\
|
|
"0.043708, 0.056427, 0.096096, 0.248520, 1.026312",\
|
|
"0.043708, 0.056427, 0.096096, 0.248520, 1.026312",\
|
|
"0.043708, 0.056427, 0.096096, 0.248520, 1.026312",\
|
|
"0.043709, 0.056427, 0.096096, 0.248520, 1.026312");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864",\
|
|
"6.601034, 6.626120, 6.702167, 6.979259, 8.322864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696",\
|
|
"0.047767, 0.070869, 0.157253, 0.533705, 2.383696");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264",\
|
|
"6.490050, 6.509401, 6.559144, 6.693731, 7.273264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448",\
|
|
"0.043695, 0.056435, 0.096086, 0.248518, 1.026448");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.687675, 1.711752, 1.787028, 2.064044, 3.406448",\
|
|
"1.737529, 1.761606, 1.836882, 2.113899, 3.456302",\
|
|
"1.849804, 1.873882, 1.949158, 2.226174, 3.568578",\
|
|
"2.192605, 2.216683, 2.291959, 2.568975, 3.911379",\
|
|
"3.461398, 3.485476, 3.560753, 3.837770, 5.180174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046757, 0.069904, 0.157230, 0.535787, 2.386201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.799595, 1.818419, 1.867937, 2.002621, 2.582062",\
|
|
"1.848711, 1.867535, 1.917053, 2.051737, 2.631178",\
|
|
"1.961759, 1.980583, 2.030101, 2.164786, 2.744226",\
|
|
"2.313569, 2.332393, 2.381911, 2.516595, 3.096036",\
|
|
"3.582055, 3.600879, 3.650397, 3.785081, 4.364522");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027656");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.687675, 1.711752, 1.787028, 2.064044, 3.406448",\
|
|
"1.737529, 1.761606, 1.836882, 2.113899, 3.456302",\
|
|
"1.849804, 1.873882, 1.949158, 2.226174, 3.568578",\
|
|
"2.192605, 2.216683, 2.291959, 2.568975, 3.911379",\
|
|
"3.461398, 3.485476, 3.560753, 3.837770, 5.180174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046753, 0.069901, 0.157228, 0.535787, 2.386202",\
|
|
"0.046757, 0.069904, 0.157230, 0.535787, 2.386201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "1.799595, 1.818419, 1.867937, 2.002621, 2.582062",\
|
|
"1.848711, 1.867535, 1.917053, 2.051737, 2.631178",\
|
|
"1.961759, 1.980583, 2.030101, 2.164786, 2.744226",\
|
|
"2.313569, 2.332393, 2.381911, 2.516595, 3.096036",\
|
|
"3.582055, 3.600879, 3.650397, 3.785081, 4.364522");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027655",\
|
|
"0.044477, 0.056991, 0.096549, 0.249248, 1.027656");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382",\
|
|
"6.803606, 6.827684, 6.902961, 7.179977, 8.522382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201",\
|
|
"0.046756, 0.069903, 0.157230, 0.535787, 2.386201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494",\
|
|
"7.110094, 7.128922, 7.178441, 7.313118, 7.892494");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802",\
|
|
"0.044461, 0.056999, 0.096538, 0.249246, 1.027802");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507",\
|
|
"6.672938, 6.697422, 6.772715, 7.049617, 8.392507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981",\
|
|
"0.044659, 0.068048, 0.155569, 0.534251, 2.383981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394",\
|
|
"6.859179, 6.878616, 6.928394, 7.062963, 7.642394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812",\
|
|
"0.043552, 0.056380, 0.095992, 0.248445, 1.026812");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003125 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.891524, 1.846294, 1.736246, 1.409176, 0.269842",\
|
|
"1.944062, 1.898832, 1.788784, 1.461714, 0.322380",\
|
|
"2.048296, 2.003066, 1.893019, 1.565948, 0.426614",\
|
|
"2.292948, 2.247717, 2.137670, 1.810600, 0.671265",\
|
|
"3.078339, 3.033108, 2.923061, 2.595990, 1.456656");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.209064, 4.163834, 4.053786, 3.726716, 2.587382",\
|
|
"4.257236, 4.212005, 4.101958, 3.774887, 2.635553",\
|
|
"4.369577, 4.324347, 4.214299, 3.887229, 2.747895",\
|
|
"4.655892, 4.610662, 4.500614, 4.173544, 3.034209",\
|
|
"5.519413, 5.474183, 5.364136, 5.037066, 3.897731");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.783970, -1.738739, -1.628692, -1.301622, -0.162288",\
|
|
"-1.836508, -1.791277, -1.681230, -1.354160, -0.214826",\
|
|
"-1.940742, -1.895512, -1.785464, -1.458394, -0.319060",\
|
|
"-2.185394, -2.140163, -2.030116, -1.703045, -0.563711",\
|
|
"-2.970785, -2.925554, -2.815507, -2.488436, -1.349102");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.878025, -3.832794, -3.722747, -3.395676, -2.256342",\
|
|
"-3.926196, -3.880965, -3.770918, -3.443848, -2.304514",\
|
|
"-4.038538, -3.993307, -3.883260, -3.556189, -2.416855",\
|
|
"-4.324852, -4.279622, -4.169575, -3.842504, -2.703170",\
|
|
"-5.188374, -5.143144, -5.033096, -4.706026, -3.566692");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002957 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.814031, 1.768800, 1.658753, 1.331682, 0.192348",\
|
|
"1.865946, 1.820716, 1.710668, 1.383598, 0.244264",\
|
|
"1.970231, 1.925000, 1.814953, 1.487883, 0.348549",\
|
|
"2.214040, 2.168809, 2.058762, 1.731692, 0.592357",\
|
|
"2.999978, 2.954747, 2.844699, 2.517629, 1.378295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.925896, 4.880665, 4.770617, 4.443547, 3.304213",\
|
|
"4.974068, 4.928837, 4.818789, 4.491719, 3.352385",\
|
|
"5.086500, 5.041269, 4.931222, 4.604152, 3.464818",\
|
|
"5.372763, 5.327532, 5.217484, 4.890414, 3.751080",\
|
|
"6.237554, 6.192324, 6.082276, 5.755206, 4.615871");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.707985, -1.662754, -1.552707, -1.225637, -0.086303",\
|
|
"-1.759900, -1.714670, -1.604622, -1.277552, -0.138218",\
|
|
"-1.864185, -1.818955, -1.708907, -1.381837, -0.242503",\
|
|
"-2.107994, -2.062763, -1.952716, -1.625646, -0.486312",\
|
|
"-2.893932, -2.848701, -2.738654, -2.411584, -1.272249");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.593822, -4.548591, -4.438543, -4.111473, -2.972139",\
|
|
"-4.641994, -4.596764, -4.486716, -4.159646, -3.020312",\
|
|
"-4.754427, -4.709196, -4.599149, -4.272079, -3.132745",\
|
|
"-5.040689, -4.995459, -4.885411, -4.558341, -3.419007",\
|
|
"-5.905479, -5.860249, -5.750201, -5.423131, -4.283797");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002882 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.237453, 2.192223, 2.082175, 1.755105, 0.615771",\
|
|
"2.289759, 2.244528, 2.134480, 1.807410, 0.668076",\
|
|
"2.394155, 2.348924, 2.238877, 1.911807, 0.772473",\
|
|
"2.638632, 2.593401, 2.483354, 2.156284, 1.016950",\
|
|
"3.423014, 3.377783, 3.267735, 2.940665, 1.801331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.675925, 3.630694, 3.520647, 3.193576, 2.054242",\
|
|
"3.724102, 3.678871, 3.568823, 3.241753, 2.102419",\
|
|
"3.836457, 3.791226, 3.681179, 3.354108, 2.214774",\
|
|
"4.122659, 4.077428, 3.967381, 3.640311, 2.500977",\
|
|
"4.987271, 4.942040, 4.831993, 4.504923, 3.365589");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.134612, -2.089381, -1.979334, -1.652263, -0.512929",\
|
|
"-2.186917, -2.141686, -2.031639, -1.704569, -0.565234",\
|
|
"-2.291313, -2.246082, -2.136035, -1.808965, -0.669631",\
|
|
"-2.535790, -2.490560, -2.380512, -2.053442, -0.914108",\
|
|
"-3.320172, -3.274941, -3.164894, -2.837824, -1.698489");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.345929, -3.300698, -3.190651, -2.863581, -1.724247",\
|
|
"-3.394106, -3.348875, -3.238828, -2.911758, -1.772424",\
|
|
"-3.506461, -3.461230, -3.351183, -3.024113, -1.884779",\
|
|
"-3.792664, -3.747433, -3.637385, -3.310315, -2.170981",\
|
|
"-4.657275, -4.612044, -4.501997, -4.174927, -3.035593");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002561 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.232252, 2.187021, 2.076974, 1.749904, 0.610570",\
|
|
"2.278449, 2.233218, 2.123170, 1.796100, 0.656766",\
|
|
"2.391404, 2.346173, 2.236126, 1.909056, 0.769722",\
|
|
"2.705654, 2.660423, 2.550376, 2.223306, 1.083972",\
|
|
"3.792086, 3.746855, 3.636808, 3.309738, 2.170404");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.964028, 4.918797, 4.808750, 4.481679, 3.342345",\
|
|
"5.012322, 4.967091, 4.857044, 4.529974, 3.390640",\
|
|
"5.125111, 5.079880, 4.969832, 4.642762, 3.503428",\
|
|
"5.477866, 5.432635, 5.322588, 4.995518, 3.856184",\
|
|
"6.755664, 6.710433, 6.600386, 6.273316, 5.133982");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.097660, -2.052429, -1.942382, -1.615311, -0.475977",\
|
|
"-2.143856, -2.098625, -1.988578, -1.661508, -0.522174",\
|
|
"-2.256812, -2.211581, -2.101534, -1.774464, -0.635130",\
|
|
"-2.571063, -2.525832, -2.415785, -2.088714, -0.949380",\
|
|
"-3.657495, -3.612264, -3.502217, -3.175147, -2.035813");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.600533, -4.555302, -4.445254, -4.118184, -2.978850",\
|
|
"-4.648827, -4.603596, -4.493548, -4.166478, -3.027144",\
|
|
"-4.761616, -4.716385, -4.606338, -4.279267, -3.139933",\
|
|
"-5.114371, -5.069140, -4.959093, -4.632023, -3.492689",\
|
|
"-6.392169, -6.346939, -6.236892, -5.909821, -4.770487");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002630 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.321133, 2.275902, 2.165855, 1.838784, 0.699450",\
|
|
"2.372425, 2.327194, 2.217147, 1.890076, 0.750742",\
|
|
"2.484761, 2.439531, 2.329483, 2.002413, 0.863079",\
|
|
"2.758387, 2.713156, 2.603109, 2.276038, 1.136704",\
|
|
"3.689137, 3.643907, 3.533859, 3.206789, 2.067455");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.381156, 5.335925, 5.225878, 4.898808, 3.759474",\
|
|
"5.426705, 5.381474, 5.271427, 4.944357, 3.805023",\
|
|
"5.539980, 5.494749, 5.384702, 5.057631, 3.918298",\
|
|
"5.906384, 5.861154, 5.751106, 5.424036, 4.284702",\
|
|
"7.315556, 7.270326, 7.160278, 6.833208, 5.693873");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.066736, -2.021505, -1.911458, -1.584388, -0.445343",\
|
|
"-2.118028, -2.072797, -1.962750, -1.635680, -0.496635",\
|
|
"-2.230364, -2.185134, -2.075086, -1.748016, -0.608972",\
|
|
"-2.503990, -2.458759, -2.348712, -2.021642, -0.882597",\
|
|
"-3.434741, -3.389510, -3.279463, -2.952393, -1.813348");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.890484, -4.845253, -4.735206, -4.408136, -3.269092",\
|
|
"-4.936033, -4.890803, -4.780755, -4.453685, -3.314641",\
|
|
"-5.049308, -5.004077, -4.894030, -4.566960, -3.427916",\
|
|
"-5.415712, -5.370482, -5.260434, -4.933364, -3.794320",\
|
|
"-6.824884, -6.779654, -6.669606, -6.342536, -5.203492");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002925 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.095811, 2.050581, 1.940534, 1.613463, 0.474129",\
|
|
"2.144745, 2.099515, 1.989468, 1.662397, 0.523063",\
|
|
"2.256941, 2.211710, 2.101663, 1.774593, 0.635259",\
|
|
"2.566164, 2.520934, 2.410886, 2.083816, 0.944482",\
|
|
"3.644891, 3.599660, 3.489613, 3.162543, 2.023209");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.628698, 4.583467, 4.473420, 4.146349, 3.007015",\
|
|
"4.679866, 4.634635, 4.524588, 4.197518, 3.058184",\
|
|
"4.791484, 4.746253, 4.636206, 4.309135, 3.169801",\
|
|
"5.105132, 5.059901, 4.949853, 4.622783, 3.483449",\
|
|
"6.089324, 6.044093, 5.934046, 5.606976, 4.467642");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.815547, -1.770317, -1.660269, -1.333200, -0.194155",\
|
|
"-1.864481, -1.819251, -1.709203, -1.382133, -0.243089",\
|
|
"-1.976677, -1.931446, -1.821399, -1.494329, -0.355285",\
|
|
"-2.285900, -2.240670, -2.130622, -1.803552, -0.664508",\
|
|
"-3.364627, -3.319396, -3.209349, -2.882279, -1.743235");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.103911, -4.058681, -3.948633, -3.621563, -2.482519",\
|
|
"-4.155079, -4.109849, -3.999801, -3.672731, -2.533687",\
|
|
"-4.266697, -4.221467, -4.111419, -3.784349, -2.645305",\
|
|
"-4.580345, -4.535114, -4.425067, -4.097997, -2.958952",\
|
|
"-5.564537, -5.519307, -5.409259, -5.082189, -3.943145");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002982 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.486128, 1.440898, 1.330850, 1.003780, -0.135554",\
|
|
"1.535176, 1.489946, 1.379898, 1.052828, -0.086506",\
|
|
"1.647291, 1.602061, 1.492013, 1.164943, 0.025609",\
|
|
"1.956443, 1.911213, 1.801165, 1.474095, 0.334761",\
|
|
"3.031891, 2.986660, 2.876613, 2.549542, 1.410208");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.377357, 3.332127, 3.222080, 2.895009, 1.755675",\
|
|
"3.428797, 3.383567, 3.273519, 2.946449, 1.807115",\
|
|
"3.540526, 3.495295, 3.385248, 3.058177, 1.918844",\
|
|
"3.853433, 3.808202, 3.698155, 3.371084, 2.231750",\
|
|
"4.838282, 4.793051, 4.683003, 4.355933, 3.216599");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.220114, -1.174884, -1.064837, -0.737767, 0.401278",\
|
|
"-1.269162, -1.223932, -1.113885, -0.786815, 0.352230",\
|
|
"-1.381277, -1.336047, -1.226000, -0.898930, 0.240115",\
|
|
"-1.690429, -1.645199, -1.535151, -1.208081, -0.069037",\
|
|
"-2.765877, -2.720646, -2.610599, -2.283529, -1.144485");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.871800, -2.826569, -2.716522, -2.389452, -1.250408",\
|
|
"-2.923239, -2.878009, -2.767962, -2.440892, -1.301847",\
|
|
"-3.034968, -2.989738, -2.879690, -2.552620, -1.413576",\
|
|
"-3.347875, -3.302644, -3.192597, -2.865527, -1.726483",\
|
|
"-4.332724, -4.287493, -4.177445, -3.850376, -2.711331");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002855 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.680658, 1.635428, 1.525380, 1.198310, 0.058976",\
|
|
"1.729469, 1.684239, 1.574191, 1.247121, 0.107787",\
|
|
"1.841752, 1.796522, 1.686474, 1.359404, 0.220070",\
|
|
"2.150850, 2.105620, 1.995572, 1.668502, 0.529168",\
|
|
"3.229550, 3.184319, 3.074272, 2.747202, 1.607868");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.256148, 4.210917, 4.100870, 3.773800, 2.634466",\
|
|
"4.307023, 4.261792, 4.151745, 3.824675, 2.685341",\
|
|
"4.418516, 4.373285, 4.263237, 3.936167, 2.796833",\
|
|
"4.733317, 4.688086, 4.578039, 4.250968, 3.111634",\
|
|
"5.719306, 5.674075, 5.564028, 5.236958, 4.097624");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.390544, -1.345313, -1.235266, -0.908196, 0.230848",\
|
|
"-1.439355, -1.394124, -1.284077, -0.957007, 0.182037",\
|
|
"-1.551637, -1.506407, -1.396360, -1.069290, 0.069755",\
|
|
"-1.860736, -1.815505, -1.705458, -1.378388, -0.239344",\
|
|
"-2.939436, -2.894206, -2.784158, -2.457088, -1.318044");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.720080, -3.674850, -3.564802, -3.237732, -2.098688",\
|
|
"-3.770955, -3.725724, -3.615677, -3.288607, -2.149563",\
|
|
"-3.882447, -3.837216, -3.727169, -3.400099, -2.261055",\
|
|
"-4.197248, -4.152018, -4.041970, -3.714900, -2.575856",\
|
|
"-5.183238, -5.138007, -5.027960, -4.700890, -3.561846");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002897 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.506806, 1.461575, 1.351528, 1.024457, -0.114877",\
|
|
"1.556518, 1.511287, 1.401240, 1.074170, -0.065165",\
|
|
"1.661660, 1.616429, 1.506382, 1.179311, 0.039977",\
|
|
"1.906305, 1.861074, 1.751027, 1.423957, 0.284622",\
|
|
"2.695953, 2.650723, 2.540675, 2.213605, 1.074270");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.691753, 4.646523, 4.536476, 4.209405, 3.070071",\
|
|
"4.740116, 4.694886, 4.584838, 4.257768, 3.118434",\
|
|
"4.852005, 4.806775, 4.696727, 4.369657, 3.230323",\
|
|
"5.137898, 5.092668, 4.982621, 4.655550, 3.516216",\
|
|
"5.986024, 5.940794, 5.830746, 5.503675, 4.364342");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.399251, -1.354021, -1.243973, -0.916903, 0.222431",\
|
|
"-1.448964, -1.403733, -1.293686, -0.966615, 0.172719",\
|
|
"-1.554105, -1.508875, -1.398827, -1.071757, 0.067577",\
|
|
"-1.798751, -1.753520, -1.643473, -1.316402, -0.177068",\
|
|
"-2.588398, -2.543168, -2.433120, -2.106050, -0.966716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.360714, -4.315483, -4.205436, -3.878366, -2.739032",\
|
|
"-4.409077, -4.363846, -4.253798, -3.926728, -2.787394",\
|
|
"-4.520966, -4.475735, -4.365687, -4.038617, -2.899283",\
|
|
"-4.806859, -4.761628, -4.651581, -4.324511, -3.185177",\
|
|
"-5.654984, -5.609754, -5.499706, -5.172636, -4.033302");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003015 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.466385, 1.421154, 1.311107, 0.984036, -0.155298",\
|
|
"1.517852, 1.472622, 1.362574, 1.035504, -0.103830",\
|
|
"1.622112, 1.576881, 1.466834, 1.139764, 0.000430",\
|
|
"1.865583, 1.820352, 1.710305, 1.383235, 0.243900",\
|
|
"2.652853, 2.607622, 2.497574, 2.170504, 1.031170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.472200, 4.426970, 4.316922, 3.989851, 2.850518",\
|
|
"4.520389, 4.475158, 4.365110, 4.038040, 2.898706",\
|
|
"4.632808, 4.587578, 4.477530, 4.150460, 3.011126",\
|
|
"4.919109, 4.873878, 4.763831, 4.436761, 3.297427",\
|
|
"5.782178, 5.736947, 5.626900, 5.299829, 4.160496");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.360339, -1.315108, -1.205061, -0.877990, 0.261344",\
|
|
"-1.411806, -1.366576, -1.256528, -0.929458, 0.209876",\
|
|
"-1.516066, -1.470835, -1.360788, -1.033718, 0.105616",\
|
|
"-1.759537, -1.714306, -1.604259, -1.277189, -0.137854",\
|
|
"-2.546807, -2.501576, -2.391529, -2.064459, -0.925124");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.140126, -4.094895, -3.984848, -3.657778, -2.518444",\
|
|
"-4.188315, -4.143084, -4.033037, -3.705967, -2.566633",\
|
|
"-4.300735, -4.255504, -4.145456, -3.818386, -2.679052",\
|
|
"-4.587036, -4.541805, -4.431757, -4.104688, -2.965353",\
|
|
"-5.450104, -5.404873, -5.294826, -4.967756, -3.828422");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002855 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.547604, 1.502373, 1.392326, 1.065256, -0.074078",\
|
|
"1.597201, 1.551970, 1.441923, 1.114852, -0.024482",\
|
|
"1.702075, 1.656845, 1.546797, 1.219727, 0.080393",\
|
|
"1.947381, 1.902151, 1.792103, 1.465033, 0.325699",\
|
|
"2.739521, 2.694290, 2.584242, 2.257172, 1.117838");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.398019, 3.352788, 3.242741, 2.915671, 1.776337",\
|
|
"3.446337, 3.401106, 3.291059, 2.963989, 1.824655",\
|
|
"3.558100, 3.512869, 3.402822, 3.075752, 1.936418",\
|
|
"3.844105, 3.798874, 3.688827, 3.361757, 2.222423",\
|
|
"4.687712, 4.642481, 4.532434, 4.205363, 3.066029");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.444762, -1.399532, -1.289484, -0.962414, 0.176920",\
|
|
"-1.494359, -1.449129, -1.339081, -1.012011, 0.127323",\
|
|
"-1.599234, -1.554003, -1.443956, -1.116886, 0.022449",\
|
|
"-1.844540, -1.799309, -1.689262, -1.362192, -0.222857",\
|
|
"-2.636678, -2.591447, -2.481400, -2.154330, -1.014996");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.068024, -3.022793, -2.912745, -2.585675, -1.446341",\
|
|
"-3.116341, -3.071110, -2.961063, -2.633993, -1.494659",\
|
|
"-3.228105, -3.182874, -3.072826, -2.745756, -1.606422",\
|
|
"-3.514110, -3.468879, -3.358831, -3.031761, -1.892427",\
|
|
"-4.357716, -4.312485, -4.202437, -3.875367, -2.736033");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002858 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.863879, 2.818648, 2.708601, 2.381530, 1.242196",\
|
|
"2.915157, 2.869926, 2.759879, 2.432808, 1.293474",\
|
|
"3.027517, 2.982286, 2.872239, 2.545169, 1.405835",\
|
|
"3.301167, 3.255936, 3.145889, 2.818819, 1.679485",\
|
|
"4.232217, 4.186986, 4.076939, 3.749869, 2.610535");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.385195, 6.339964, 6.229917, 5.902847, 4.763513",\
|
|
"6.430762, 6.385531, 6.275484, 5.948413, 4.809079",\
|
|
"6.544032, 6.498801, 6.388753, 6.061683, 4.922349",\
|
|
"6.910456, 6.865225, 6.755178, 6.428108, 5.288774",\
|
|
"8.318930, 8.273700, 8.163652, 7.836582, 6.697248");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.729287, -2.684057, -2.574009, -2.246939, -1.107605",\
|
|
"-2.780565, -2.735335, -2.625287, -2.298217, -1.158883",\
|
|
"-2.892926, -2.847695, -2.737648, -2.410577, -1.271243",\
|
|
"-3.166575, -3.121345, -3.011297, -2.684227, -1.544893",\
|
|
"-4.097626, -4.052395, -3.942348, -3.615277, -2.475943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.021701, -5.976470, -5.866423, -5.539352, -4.400019",\
|
|
"-6.067266, -6.022036, -5.911988, -5.584918, -4.445584",\
|
|
"-6.180536, -6.135305, -6.025258, -5.698188, -4.558854",\
|
|
"-6.546961, -6.501731, -6.391684, -6.064613, -4.925279",\
|
|
"-7.955435, -7.910205, -7.800158, -7.473087, -6.333753");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003128 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.483819, 2.438589, 2.328542, 2.001471, 0.862137",\
|
|
"2.536251, 2.491020, 2.380973, 2.053902, 0.914568",\
|
|
"2.640712, 2.595482, 2.485434, 2.158364, 1.019030",\
|
|
"2.885437, 2.840206, 2.730159, 2.403089, 1.263755",\
|
|
"3.669064, 3.623833, 3.513786, 3.186716, 2.047382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.093471, 5.048240, 4.938192, 4.611122, 3.471788",\
|
|
"5.141644, 5.096414, 4.986366, 4.659296, 3.519962",\
|
|
"5.253961, 5.208730, 5.098682, 4.771612, 3.632278",\
|
|
"5.540266, 5.495035, 5.384988, 5.057918, 3.918584",\
|
|
"6.404522, 6.359292, 6.249245, 5.922174, 4.782840");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.229422, -2.184192, -2.074144, -1.747074, -0.608030",\
|
|
"-2.281853, -2.236623, -2.126575, -1.799505, -0.660461",\
|
|
"-2.386315, -2.341084, -2.231037, -1.903967, -0.764923",\
|
|
"-2.631040, -2.585809, -2.475762, -2.148692, -1.009647",\
|
|
"-3.414667, -3.369436, -3.259389, -2.932319, -1.793274");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.602799, -4.557569, -4.447521, -4.120451, -2.981407",\
|
|
"-4.650973, -4.605742, -4.495695, -4.168625, -3.029581",\
|
|
"-4.763289, -4.718059, -4.608011, -4.280941, -3.141897",\
|
|
"-5.049594, -5.004364, -4.894317, -4.567246, -3.428202",\
|
|
"-5.913850, -5.868620, -5.758573, -5.431502, -4.292458");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002616 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.641472, 1.596241, 1.486194, 1.159123, 0.019789",\
|
|
"1.688509, 1.643278, 1.533231, 1.206161, 0.066827",\
|
|
"1.801459, 1.756228, 1.646181, 1.319110, 0.179776",\
|
|
"2.115632, 2.070401, 1.960354, 1.633283, 0.493949",\
|
|
"3.201519, 3.156289, 3.046241, 2.719171, 1.579837");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.794137, 3.748907, 3.638859, 3.311789, 2.172455",\
|
|
"3.842478, 3.797247, 3.687200, 3.360130, 2.220796",\
|
|
"3.955251, 3.910020, 3.799973, 3.472902, 2.333568",\
|
|
"4.307895, 4.262664, 4.152617, 3.825547, 2.686213",\
|
|
"5.586437, 5.541206, 5.431159, 5.104088, 3.964754");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.361207, -1.315977, -1.205929, -0.878859, 0.260185",\
|
|
"-1.408245, -1.363014, -1.252967, -0.925897, 0.213147",\
|
|
"-1.521195, -1.475964, -1.365917, -1.038847, 0.100198",\
|
|
"-1.835367, -1.790137, -1.680089, -1.353019, -0.213975",\
|
|
"-2.921255, -2.876025, -2.765977, -2.438907, -1.299863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.269350, -3.224120, -3.114072, -2.787002, -1.647958",\
|
|
"-3.317690, -3.272460, -3.162412, -2.835342, -1.696298",\
|
|
"-3.430463, -3.385233, -3.275185, -2.948115, -1.809071",\
|
|
"-3.783108, -3.737878, -3.627830, -3.300760, -2.161716",\
|
|
"-5.061649, -5.016419, -4.906371, -4.579301, -3.440257");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003153 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.404569, 1.359338, 1.249291, 0.922220, -0.217114",\
|
|
"1.453639, 1.408408, 1.298361, 0.971290, -0.168044",\
|
|
"1.565732, 1.520501, 1.410454, 1.083384, -0.055950",\
|
|
"1.874877, 1.829647, 1.719599, 1.392529, 0.253195",\
|
|
"2.949704, 2.904474, 2.794426, 2.467356, 1.328022");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.227149, 3.181918, 3.071871, 2.744801, 1.605467",\
|
|
"3.278644, 3.233413, 3.123366, 2.796295, 1.656961",\
|
|
"3.390395, 3.345165, 3.235117, 2.908047, 1.768713",\
|
|
"3.703119, 3.657889, 3.547841, 3.220771, 2.081437",\
|
|
"4.688021, 4.642790, 4.532743, 4.205672, 3.066338");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.138555, -1.093324, -0.983277, -0.656207, 0.482837",\
|
|
"-1.187625, -1.142394, -1.032347, -0.705277, 0.433767",\
|
|
"-1.299718, -1.254488, -1.144440, -0.817370, 0.321674",\
|
|
"-1.608863, -1.563633, -1.453586, -1.126516, 0.012529",\
|
|
"-2.683690, -2.638459, -2.528412, -2.201342, -1.062298");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.721591, -2.676360, -2.566313, -2.239243, -1.100199",\
|
|
"-2.773086, -2.727855, -2.617808, -2.290738, -1.151694",\
|
|
"-2.884837, -2.839607, -2.729560, -2.402490, -1.263445",\
|
|
"-3.197562, -3.152331, -3.042284, -2.715214, -1.576169",\
|
|
"-4.182463, -4.137232, -4.027184, -3.700115, -2.561070");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002263 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.696180, 1.650950, 1.540902, 1.213832, 0.074498",\
|
|
"1.747485, 1.702254, 1.592207, 1.265136, 0.125802",\
|
|
"1.859806, 1.814575, 1.704528, 1.377457, 0.238123",\
|
|
"2.133414, 2.088183, 1.978136, 1.651066, 0.511732",\
|
|
"3.064561, 3.019331, 2.909283, 2.582213, 1.442879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.138859, 4.093628, 3.983581, 3.656511, 2.517177",\
|
|
"4.184401, 4.139170, 4.029122, 3.702052, 2.562718",\
|
|
"4.297678, 4.252447, 4.142400, 3.815330, 2.675996",\
|
|
"4.664071, 4.618840, 4.508792, 4.181722, 3.042388",\
|
|
"6.072449, 6.027218, 5.917171, 5.590100, 4.450767");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.406066, -1.360836, -1.250788, -0.923718, 0.215326",\
|
|
"-1.457370, -1.412140, -1.302092, -0.975022, 0.164022",\
|
|
"-1.569691, -1.524461, -1.414413, -1.087343, 0.051701",\
|
|
"-1.843299, -1.798069, -1.688022, -1.360952, -0.221907",\
|
|
"-2.774447, -2.729217, -2.619169, -2.292099, -1.153055");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.602790, -3.557560, -3.447513, -3.120443, -1.981398",\
|
|
"-3.648332, -3.603102, -3.493054, -3.165984, -2.026940",\
|
|
"-3.761610, -3.716379, -3.606332, -3.279262, -2.140218",\
|
|
"-4.128002, -4.082771, -3.972724, -3.645654, -2.506610",\
|
|
"-5.536380, -5.491150, -5.381103, -5.054032, -3.914988");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005266 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.368897, 1.323666, 1.213619, 0.886549, -0.252785",\
|
|
"1.421151, 1.375920, 1.265873, 0.938802, -0.200532",\
|
|
"1.525562, 1.480332, 1.370284, 1.043214, -0.096120",\
|
|
"1.770044, 1.724813, 1.614766, 1.287695, 0.148361",\
|
|
"2.554305, 2.509074, 2.399027, 2.071956, 0.932622");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.753065, 3.707835, 3.597787, 3.270717, 2.131383",\
|
|
"3.801206, 3.755975, 3.645928, 3.318857, 2.179523",\
|
|
"3.913554, 3.868324, 3.758276, 3.431206, 2.291872",\
|
|
"4.199877, 4.154646, 4.044599, 3.717529, 2.578194",\
|
|
"5.064510, 5.019280, 4.909233, 4.582162, 3.442828");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.261349, -1.216119, -1.106071, -0.779001, 0.360333",\
|
|
"-1.313603, -1.268372, -1.158325, -0.831254, 0.308080",\
|
|
"-1.418015, -1.372784, -1.262737, -0.935666, 0.203668",\
|
|
"-1.662496, -1.617265, -1.507218, -1.180147, -0.040813",\
|
|
"-2.446757, -2.401526, -2.291479, -1.964408, -0.825074");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.422916, -3.377685, -3.267638, -2.940567, -1.801234",\
|
|
"-3.471056, -3.425826, -3.315778, -2.988708, -1.849374",\
|
|
"-3.583405, -3.538174, -3.428127, -3.101057, -1.961723",\
|
|
"-3.869728, -3.824497, -3.714450, -3.387379, -2.248045",\
|
|
"-4.734361, -4.689131, -4.579083, -4.252013, -3.112679");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003923 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.572344, 1.527113, 1.417066, 1.089996, -0.049339",\
|
|
"1.619749, 1.574518, 1.464471, 1.137401, -0.001933",\
|
|
"1.732691, 1.687461, 1.577413, 1.250343, 0.111009",\
|
|
"2.046765, 2.001534, 1.891487, 1.564417, 0.425082",\
|
|
"3.133918, 3.088687, 2.978640, 2.651570, 1.512236");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.055577, 4.010346, 3.900299, 3.573229, 2.433895",\
|
|
"4.103827, 4.058597, 3.948550, 3.621479, 2.482145",\
|
|
"4.216493, 4.171262, 4.061214, 3.734144, 2.594810",\
|
|
"4.569000, 4.523769, 4.413722, 4.086652, 2.947318",\
|
|
"5.846154, 5.800923, 5.690876, 5.363806, 4.224472");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.466169, -1.420939, -1.310892, -0.983821, 0.155513",\
|
|
"-1.513575, -1.468344, -1.358297, -1.031227, 0.108108",\
|
|
"-1.626517, -1.581286, -1.471239, -1.144169, -0.004835",\
|
|
"-1.940591, -1.895360, -1.785313, -1.458242, -0.318908",\
|
|
"-3.027744, -2.982513, -2.872466, -2.545396, -1.406062");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.723505, -3.678275, -3.568227, -3.241157, -2.101823",\
|
|
"-3.771756, -3.726525, -3.616477, -3.289407, -2.150073",\
|
|
"-3.884420, -3.839190, -3.729142, -3.402072, -2.262738",\
|
|
"-4.236928, -4.191697, -4.081650, -3.754580, -2.615246",\
|
|
"-5.514082, -5.468851, -5.358804, -5.031734, -3.892400");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003382 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.078488, 2.033257, 1.923210, 1.596140, 0.456806",\
|
|
"2.129878, 2.084647, 1.974600, 1.647530, 0.508196",\
|
|
"2.234076, 2.188845, 2.078797, 1.751727, 0.612393",\
|
|
"2.477823, 2.432592, 2.322545, 1.995474, 0.856140",\
|
|
"3.266616, 3.221385, 3.111338, 2.784267, 1.644933");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.585320, 3.540089, 3.430042, 3.102972, 1.963638",\
|
|
"3.633516, 3.588285, 3.478238, 3.151168, 2.011834",\
|
|
"3.745890, 3.700659, 3.590612, 3.263542, 2.124208",\
|
|
"4.032292, 3.987061, 3.877014, 3.549943, 2.410609",\
|
|
"4.894267, 4.849036, 4.738989, 4.411919, 3.272585");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.975647, -1.930416, -1.820369, -1.493299, -0.353964",\
|
|
"-2.027036, -1.981806, -1.871758, -1.544688, -0.405354",\
|
|
"-2.131234, -2.086003, -1.975956, -1.648886, -0.509552",\
|
|
"-2.374980, -2.329750, -2.219702, -1.892632, -0.753298",\
|
|
"-3.163774, -3.118543, -3.008496, -2.681426, -1.542092");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.255324, -3.210093, -3.100046, -2.772976, -1.633642",\
|
|
"-3.303520, -3.258289, -3.148242, -2.821172, -1.681838",\
|
|
"-3.415895, -3.370664, -3.260616, -2.933546, -1.794212",\
|
|
"-3.702296, -3.657065, -3.547018, -3.219948, -2.080614",\
|
|
"-4.564271, -4.519040, -4.408993, -4.081923, -2.942589");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002413 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.824243, 1.779012, 1.668965, 1.341895, 0.202561",\
|
|
"1.870059, 1.824828, 1.714781, 1.387711, 0.248377",\
|
|
"1.983022, 1.937791, 1.827744, 1.500674, 0.361340",\
|
|
"2.297326, 2.252095, 2.142048, 1.814978, 0.675644",\
|
|
"3.382685, 3.337454, 3.227407, 2.900336, 1.761002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.077991, 4.032761, 3.922713, 3.595643, 2.456309",\
|
|
"4.126131, 4.080900, 3.970852, 3.643782, 2.504448",\
|
|
"4.239007, 4.193777, 4.083729, 3.756659, 2.617325",\
|
|
"4.591889, 4.546658, 4.436611, 4.109540, 2.970206",\
|
|
"5.871113, 5.825882, 5.715835, 5.388764, 4.249431");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.689651, -1.644420, -1.534373, -1.207303, -0.067969",\
|
|
"-1.735467, -1.690236, -1.580189, -1.253119, -0.113785",\
|
|
"-1.848430, -1.803199, -1.693152, -1.366081, -0.226747",\
|
|
"-2.162734, -2.117503, -2.007456, -1.680386, -0.541052",\
|
|
"-3.248093, -3.202863, -3.092815, -2.765745, -1.626411");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.714497, -3.669266, -3.559219, -3.232149, -2.092815",\
|
|
"-3.762636, -3.717406, -3.607358, -3.280288, -2.140954",\
|
|
"-3.875513, -3.830282, -3.720235, -3.393165, -2.253831",\
|
|
"-4.228395, -4.183164, -4.073116, -3.746046, -2.606712",\
|
|
"-5.507618, -5.462388, -5.352341, -5.025270, -3.885936");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002078 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.109998, 2.064767, 1.954720, 1.627649, 0.488315",\
|
|
"2.161350, 2.116119, 2.006072, 1.679002, 0.539668",\
|
|
"2.273571, 2.228341, 2.118294, 1.791223, 0.651889",\
|
|
"2.547073, 2.501843, 2.391795, 2.064725, 0.925391",\
|
|
"3.482507, 3.437276, 3.327229, 3.000159, 1.860824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.729312, 4.684081, 4.574034, 4.246964, 3.107630",\
|
|
"4.774783, 4.729552, 4.619505, 4.292435, 3.153101",\
|
|
"4.888078, 4.842848, 4.732800, 4.405730, 3.266396",\
|
|
"5.254395, 5.209165, 5.099117, 4.772047, 3.632713",\
|
|
"6.659130, 6.613899, 6.503852, 6.176782, 5.037447");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.855600, -1.810369, -1.700322, -1.373252, -0.234208",\
|
|
"-1.906952, -1.861722, -1.751674, -1.424604, -0.285560",\
|
|
"-2.019174, -1.973944, -1.863896, -1.536826, -0.397782",\
|
|
"-2.292676, -2.247446, -2.137398, -1.810328, -0.671284",\
|
|
"-3.228110, -3.182879, -3.072832, -2.745762, -1.606718");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.238640, -4.193409, -4.083362, -3.756292, -2.617248",\
|
|
"-4.284111, -4.238881, -4.128833, -3.801763, -2.662719",\
|
|
"-4.397406, -4.352176, -4.242128, -3.915058, -2.776014",\
|
|
"-4.763723, -4.718493, -4.608445, -4.281375, -3.142331",\
|
|
"-6.168458, -6.123227, -6.013180, -5.686110, -4.547065");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002737 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.754956, 1.709725, 1.599678, 1.272608, 0.133274",\
|
|
"1.803949, 1.758719, 1.648672, 1.321601, 0.182267",\
|
|
"1.916105, 1.870875, 1.760827, 1.433757, 0.294423",\
|
|
"2.225154, 2.179923, 2.069876, 1.742805, 0.603472",\
|
|
"3.300010, 3.254779, 3.144732, 2.817661, 1.678327");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.056639, 4.011408, 3.901361, 3.574290, 2.434956",\
|
|
"4.107937, 4.062706, 3.952659, 3.625589, 2.486255",\
|
|
"4.219608, 4.174377, 4.064330, 3.737260, 2.597926",\
|
|
"4.532935, 4.487704, 4.377656, 4.050586, 2.911252",\
|
|
"5.518864, 5.473633, 5.363586, 5.036516, 3.897182");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.474692, -1.429461, -1.319414, -0.992344, 0.146700",\
|
|
"-1.523685, -1.478455, -1.368407, -1.041337, 0.097707",\
|
|
"-1.635841, -1.590611, -1.480563, -1.153493, -0.014449",\
|
|
"-1.944890, -1.899659, -1.789612, -1.462542, -0.323498",\
|
|
"-3.019745, -2.974515, -2.864467, -2.537397, -1.398353");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.531851, -3.486621, -3.376573, -3.049503, -1.910459",\
|
|
"-3.583150, -3.537920, -3.427872, -3.100802, -1.961758",\
|
|
"-3.694821, -3.649590, -3.539543, -3.212473, -2.073429",\
|
|
"-4.008148, -3.962917, -3.852870, -3.525800, -2.386755",\
|
|
"-4.994077, -4.948847, -4.838799, -4.511729, -3.372685");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004308 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.127275, 2.082044, 1.971997, 1.644926, 0.505592",\
|
|
"2.175032, 2.129802, 2.019754, 1.692684, 0.553350",\
|
|
"2.287959, 2.242728, 2.132681, 1.805610, 0.666276",\
|
|
"2.602465, 2.557234, 2.447187, 2.120116, 0.980782",\
|
|
"3.693507, 3.648277, 3.538229, 3.211159, 2.071825");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.902595, 3.857364, 3.747317, 3.420247, 2.280913",\
|
|
"3.950986, 3.905756, 3.795708, 3.468638, 2.329304",\
|
|
"4.063468, 4.018237, 3.908190, 3.581119, 2.441785",\
|
|
"4.416664, 4.371433, 4.261386, 3.934316, 2.794982",\
|
|
"5.687422, 5.642191, 5.532144, 5.205073, 4.065740");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.861284, -1.816053, -1.706006, -1.378936, -0.239892",\
|
|
"-1.909041, -1.863811, -1.753764, -1.426694, -0.287649",\
|
|
"-2.021968, -1.976737, -1.866690, -1.539620, -0.400576",\
|
|
"-2.336474, -2.291243, -2.181196, -1.854126, -0.715082",\
|
|
"-3.427516, -3.382285, -3.272238, -2.945168, -1.806124");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.397036, -3.351805, -3.241758, -2.914688, -1.775644",\
|
|
"-3.445427, -3.400197, -3.290149, -2.963079, -1.824035",\
|
|
"-3.557908, -3.512678, -3.402631, -3.075561, -1.936516",\
|
|
"-3.911105, -3.865875, -3.755828, -3.428758, -2.289713",\
|
|
"-5.181863, -5.136633, -5.026586, -4.699515, -3.560471");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004959 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.775680, 1.730449, 1.620402, 1.293331, 0.153997",\
|
|
"1.827925, 1.782694, 1.672647, 1.345577, 0.206243",\
|
|
"1.932399, 1.887168, 1.777121, 1.450051, 0.310717",\
|
|
"2.176942, 2.131711, 2.021664, 1.694594, 0.555260",\
|
|
"2.960674, 2.915443, 2.805396, 2.478325, 1.338991");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.651029, 3.605798, 3.495751, 3.168681, 2.029347",\
|
|
"3.699169, 3.653938, 3.543890, 3.216820, 2.077486",\
|
|
"3.811509, 3.766278, 3.656231, 3.329161, 2.189827",\
|
|
"4.097738, 4.052507, 3.942460, 3.615390, 2.476056",\
|
|
"4.962857, 4.917626, 4.807579, 4.480508, 3.341174");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.485565, -1.440335, -1.330287, -1.003217, 0.135827",\
|
|
"-1.537810, -1.492580, -1.382533, -1.055463, 0.083582",\
|
|
"-1.642284, -1.597054, -1.487007, -1.159937, -0.020892",\
|
|
"-1.886828, -1.841597, -1.731550, -1.404480, -0.265436",\
|
|
"-2.670558, -2.625328, -2.515281, -2.188211, -1.049166");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.114961, -3.069730, -2.959683, -2.632613, -1.493569",\
|
|
"-3.163100, -3.117870, -3.007823, -2.680753, -1.541708",\
|
|
"-3.275441, -3.230210, -3.120163, -2.793093, -1.654049",\
|
|
"-3.561670, -3.516440, -3.406393, -3.079323, -1.940278",\
|
|
"-4.426788, -4.381558, -4.271511, -3.944441, -2.805396");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003446 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.785210, 2.739980, 2.629932, 2.302862, 1.163528",\
|
|
"2.834076, 2.788846, 2.678799, 2.351728, 1.212394",\
|
|
"2.946312, 2.901082, 2.791034, 2.463964, 1.324630",\
|
|
"3.255444, 3.210214, 3.100166, 2.773096, 1.633762",\
|
|
"4.333661, 4.288431, 4.178383, 3.851313, 2.711979");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.615232, 6.570002, 6.459955, 6.132884, 4.993550",\
|
|
"6.666245, 6.621015, 6.510968, 6.183897, 5.044563",\
|
|
"6.777802, 6.732571, 6.622524, 6.295453, 5.156119",\
|
|
"7.092110, 7.046879, 6.936832, 6.609761, 5.470428",\
|
|
"8.077410, 8.032179, 7.922132, 7.595061, 6.455728");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.677656, -2.632425, -2.522378, -2.195307, -1.055973",\
|
|
"-2.726522, -2.681291, -2.571244, -2.244174, -1.104840",\
|
|
"-2.838758, -2.793527, -2.683480, -2.356409, -1.217075",\
|
|
"-3.147889, -3.102659, -2.992611, -2.665541, -1.526207",\
|
|
"-4.226106, -4.180876, -4.070828, -3.743758, -2.604424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.284194, -6.238963, -6.128916, -5.801845, -4.662511",\
|
|
"-6.335207, -6.289976, -6.179929, -5.852858, -4.713524",\
|
|
"-6.446762, -6.401531, -6.291484, -5.964413, -4.825079",\
|
|
"-6.761070, -6.715839, -6.605792, -6.278721, -5.139387",\
|
|
"-7.746369, -7.701138, -7.591091, -7.264020, -6.124686");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002391 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.865433, 1.820202, 1.710155, 1.383085, 0.243751",\
|
|
"1.916779, 1.871548, 1.761501, 1.434431, 0.295096",\
|
|
"2.029006, 1.983775, 1.873728, 1.546658, 0.407324",\
|
|
"2.302515, 2.257284, 2.147236, 1.820166, 0.680832",\
|
|
"3.235940, 3.190709, 3.080662, 2.753592, 1.614258");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.819066, 4.773835, 4.663788, 4.336717, 3.197383",\
|
|
"4.864537, 4.819306, 4.709259, 4.382188, 3.242854",\
|
|
"4.977831, 4.932601, 4.822554, 4.495483, 3.356149",\
|
|
"5.344151, 5.298921, 5.188873, 4.861803, 3.722469",\
|
|
"6.751959, 6.706729, 6.596682, 6.269611, 5.130277");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.759261, -1.714030, -1.603983, -1.276913, -0.137578",\
|
|
"-1.810607, -1.765376, -1.655329, -1.328259, -0.188924",\
|
|
"-1.922834, -1.877603, -1.767556, -1.440486, -0.301152",\
|
|
"-2.196342, -2.151112, -2.041064, -1.713994, -0.574660",\
|
|
"-3.129767, -3.084537, -2.974489, -2.647419, -1.508085");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.486993, -4.441762, -4.331715, -4.004645, -2.865311",\
|
|
"-4.532465, -4.487234, -4.377187, -4.050117, -2.910783",\
|
|
"-4.645759, -4.600528, -4.490481, -4.163411, -3.024077",\
|
|
"-5.012079, -4.966848, -4.856801, -4.529731, -3.390397",\
|
|
"-6.419888, -6.374657, -6.264609, -5.937539, -4.798205");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004313 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.715392, 1.670162, 1.560114, 1.233044, 0.093710",\
|
|
"1.767345, 1.722114, 1.612067, 1.284997, 0.145663",\
|
|
"1.871576, 1.826345, 1.716298, 1.389228, 0.249894",\
|
|
"2.115419, 2.070189, 1.960142, 1.633071, 0.493737",\
|
|
"2.901697, 2.856466, 2.746419, 2.419349, 1.280015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.087218, 4.041987, 3.931940, 3.604869, 2.465535",\
|
|
"4.135364, 4.090133, 3.980085, 3.653015, 2.513681",\
|
|
"4.247799, 4.202569, 4.092521, 3.765451, 2.626117",\
|
|
"4.534234, 4.489003, 4.378956, 4.051886, 2.912552",\
|
|
"5.400218, 5.354987, 5.244940, 4.917870, 3.778536");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.612572, -1.567342, -1.457294, -1.130224, 0.009110",\
|
|
"-1.664525, -1.619295, -1.509247, -1.182177, -0.042843",\
|
|
"-1.768756, -1.723525, -1.613478, -1.286408, -0.147074",\
|
|
"-2.012599, -1.967369, -1.857322, -1.530252, -0.390917",\
|
|
"-2.798877, -2.753646, -2.643599, -2.316529, -1.177195");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.757220, -3.711989, -3.601942, -3.274872, -2.135538",\
|
|
"-3.805366, -3.760135, -3.650088, -3.323018, -2.183684",\
|
|
"-3.917802, -3.872571, -3.762524, -3.435454, -2.296119",\
|
|
"-4.204237, -4.159006, -4.048958, -3.721888, -2.582554",\
|
|
"-5.070220, -5.024990, -4.914942, -4.587873, -3.448538");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002988 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.511114, 1.465883, 1.355836, 1.028765, -0.110569",\
|
|
"1.558964, 1.513734, 1.403686, 1.076616, -0.062718",\
|
|
"1.671896, 1.626665, 1.516618, 1.189547, 0.050213",\
|
|
"1.986323, 1.941093, 1.831046, 1.503975, 0.364641",\
|
|
"3.074675, 3.029444, 2.919396, 2.592326, 1.452992");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.335290, 4.290059, 4.180012, 3.852942, 2.713608",\
|
|
"4.383652, 4.338421, 4.228374, 3.901304, 2.761970",\
|
|
"4.496175, 4.450944, 4.340897, 4.013827, 2.874493",\
|
|
"4.849504, 4.804273, 4.694226, 4.367156, 3.227822",\
|
|
"6.123665, 6.078434, 5.968387, 5.641316, 4.501983");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.376521, -1.331290, -1.221243, -0.894173, 0.245161",\
|
|
"-1.424372, -1.379141, -1.269094, -0.942024, 0.197310",\
|
|
"-1.537303, -1.492072, -1.382025, -1.054955, 0.084379",\
|
|
"-1.851731, -1.806500, -1.696453, -1.369383, -0.230049",\
|
|
"-2.940083, -2.894852, -2.784805, -2.457735, -1.318401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.971795, -3.926564, -3.816517, -3.489446, -2.350112",\
|
|
"-4.020157, -3.974926, -3.864879, -3.537808, -2.398474",\
|
|
"-4.132680, -4.087449, -3.977402, -3.650331, -2.510998",\
|
|
"-4.486009, -4.440778, -4.330730, -4.003660, -2.864326",\
|
|
"-5.760170, -5.714939, -5.604892, -5.277821, -4.138487");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.008651 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.242483, 2.197252, 2.087205, 1.760134, 0.620800",\
|
|
"2.295573, 2.250343, 2.140295, 1.813225, 0.673891",\
|
|
"2.400359, 2.355129, 2.245081, 1.918011, 0.778677",\
|
|
"2.646664, 2.601434, 2.491386, 2.164316, 1.024982",\
|
|
"3.426272, 3.381041, 3.270994, 2.943924, 1.804590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.640320, 4.595090, 4.485043, 4.157972, 3.018638",\
|
|
"4.688394, 4.643164, 4.533116, 4.206046, 3.066712",\
|
|
"4.800587, 4.755356, 4.645308, 4.318238, 3.178904",\
|
|
"5.086660, 5.041430, 4.931382, 4.604312, 3.464978",\
|
|
"5.949422, 5.904192, 5.794145, 5.467074, 4.327740");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.988085, -1.942855, -1.832807, -1.505737, -0.366693",\
|
|
"-2.041176, -1.995945, -1.885898, -1.558828, -0.419784",\
|
|
"-2.145962, -2.100732, -1.990684, -1.663614, -0.524570",\
|
|
"-2.392267, -2.347037, -2.236989, -1.909919, -0.770875",\
|
|
"-3.171875, -3.126645, -3.016597, -2.689527, -1.550483");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.149648, -4.104418, -3.994370, -3.667300, -2.528256",\
|
|
"-4.197722, -4.152492, -4.042444, -3.715374, -2.576330",\
|
|
"-4.309915, -4.264684, -4.154636, -3.827567, -2.688522",\
|
|
"-4.595988, -4.550758, -4.440710, -4.113640, -2.974596",\
|
|
"-5.458750, -5.413520, -5.303473, -4.976402, -3.837358");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.008156 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.220284, 2.175053, 2.065006, 1.737936, 0.598602",\
|
|
"2.272755, 2.227524, 2.117477, 1.790407, 0.651073",\
|
|
"2.377275, 2.332044, 2.221996, 1.894926, 0.755592",\
|
|
"2.622286, 2.577055, 2.467008, 2.139937, 1.000603",\
|
|
"3.405173, 3.359942, 3.249895, 2.922825, 1.783491");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.944786, 4.899555, 4.789507, 4.462437, 3.323103",\
|
|
"4.992885, 4.947654, 4.837607, 4.510537, 3.371203",\
|
|
"5.105165, 5.059934, 4.949887, 4.622817, 3.483483",\
|
|
"5.391366, 5.346136, 5.236088, 4.909018, 3.769684",\
|
|
"6.255247, 6.210016, 6.099968, 5.772898, 4.633564");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.940020, -1.894790, -1.784742, -1.457672, -0.318628",\
|
|
"-1.992491, -1.947260, -1.837213, -1.510143, -0.371099",\
|
|
"-2.097011, -2.051780, -1.941733, -1.614663, -0.475618",\
|
|
"-2.342022, -2.296792, -2.186744, -1.859674, -0.720630",\
|
|
"-3.124909, -3.079679, -2.969631, -2.642561, -1.503517");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.419998, -4.374768, -4.264720, -3.937650, -2.798606",\
|
|
"-4.468098, -4.422867, -4.312819, -3.985750, -2.846705",\
|
|
"-4.580378, -4.535147, -4.425099, -4.098030, -2.958985",\
|
|
"-4.866579, -4.821349, -4.711301, -4.384231, -3.245187",\
|
|
"-5.730460, -5.685229, -5.575182, -5.248112, -4.109067");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003635 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.844588, 1.799357, 1.689310, 1.362240, 0.222906",\
|
|
"1.897913, 1.852683, 1.742635, 1.415565, 0.276231",\
|
|
"2.002474, 1.957244, 1.847196, 1.520126, 0.380792",\
|
|
"2.248539, 2.203308, 2.093261, 1.766191, 0.626857",\
|
|
"3.030143, 2.984912, 2.874865, 2.547794, 1.408460");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.851226, 3.805995, 3.695948, 3.368877, 2.229543",\
|
|
"3.899399, 3.854168, 3.744121, 3.417050, 2.277716",\
|
|
"4.011621, 3.966391, 3.856344, 3.529273, 2.389939",\
|
|
"4.297539, 4.252308, 4.142261, 3.815190, 2.675856",\
|
|
"5.159114, 5.113883, 5.003836, 4.676765, 3.537431");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.578574, -1.533344, -1.423296, -1.096226, 0.042818",\
|
|
"-1.631899, -1.586669, -1.476621, -1.149551, -0.010507",\
|
|
"-1.736460, -1.691230, -1.581182, -1.254112, -0.115068",\
|
|
"-1.982525, -1.937295, -1.827247, -1.500177, -0.361133",\
|
|
"-2.764129, -2.718899, -2.608851, -2.281781, -1.142737");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.345668, -3.300437, -3.190390, -2.863320, -1.724276",\
|
|
"-3.393841, -3.348610, -3.238563, -2.911493, -1.772449",\
|
|
"-3.506063, -3.460833, -3.350785, -3.023715, -1.884671",\
|
|
"-3.791981, -3.746750, -3.636703, -3.309633, -2.170588",\
|
|
"-4.653556, -4.608325, -4.498278, -4.171208, -3.032164");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002590 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.883971, 1.838741, 1.728693, 1.401623, 0.262289",\
|
|
"1.935260, 1.890030, 1.779982, 1.452912, 0.313578",\
|
|
"2.047604, 2.002374, 1.892326, 1.565256, 0.425922",\
|
|
"2.321237, 2.276006, 2.165958, 1.838888, 0.699554",\
|
|
"3.253207, 3.207976, 3.097929, 2.770858, 1.631524");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.853435, 3.808204, 3.698156, 3.371086, 2.231752",\
|
|
"3.898991, 3.853760, 3.743712, 3.416642, 2.277308",\
|
|
"4.012263, 3.967032, 3.856985, 3.529915, 2.390581",\
|
|
"4.378675, 4.333444, 4.223397, 3.896327, 2.756993",\
|
|
"5.785410, 5.740180, 5.630132, 5.303062, 4.163728");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.593819, -1.548588, -1.438541, -1.111471, 0.027573",\
|
|
"-1.645108, -1.599877, -1.489830, -1.162760, -0.023716",\
|
|
"-1.757452, -1.712221, -1.602174, -1.275104, -0.136060",\
|
|
"-2.031084, -1.985853, -1.875806, -1.548736, -0.409692",\
|
|
"-2.963054, -2.917823, -2.807776, -2.480706, -1.341662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.317371, -3.272141, -3.162094, -2.835024, -1.695979",\
|
|
"-3.362927, -3.317697, -3.207650, -2.880580, -1.741535",\
|
|
"-3.476200, -3.430970, -3.320922, -2.993852, -1.854808",\
|
|
"-3.842612, -3.797381, -3.687334, -3.360264, -2.221220",\
|
|
"-5.249347, -5.204117, -5.094069, -4.766999, -3.627955");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005743 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.782291, 2.737060, 2.627013, 2.299942, 1.160609",\
|
|
"2.833822, 2.788591, 2.678544, 2.351473, 1.212139",\
|
|
"2.945836, 2.900605, 2.790558, 2.463488, 1.324154",\
|
|
"3.268297, 3.223066, 3.113019, 2.785948, 1.646614",\
|
|
"4.381288, 4.336057, 4.226009, 3.898939, 2.759605");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.374931, 5.329700, 5.219653, 4.892582, 3.753248",\
|
|
"5.423504, 5.378273, 5.268226, 4.941156, 3.801822",\
|
|
"5.535652, 5.490421, 5.380373, 5.053303, 3.913969",\
|
|
"5.889555, 5.844324, 5.734276, 5.407206, 4.267872",\
|
|
"7.215003, 7.169773, 7.059725, 6.732655, 5.593321");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.679449, -2.634218, -2.524171, -2.197101, -1.057767",\
|
|
"-2.730980, -2.685749, -2.575702, -2.248632, -1.109298",\
|
|
"-2.842994, -2.797763, -2.687716, -2.360646, -1.221312",\
|
|
"-3.165455, -3.120224, -3.010177, -2.683107, -1.543772",\
|
|
"-4.278446, -4.233215, -4.123168, -3.796098, -2.656763");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.044935, -4.999704, -4.889657, -4.562587, -3.423252",\
|
|
"-5.093508, -5.048277, -4.938230, -4.611160, -3.471826",\
|
|
"-5.205656, -5.160425, -5.050377, -4.723308, -3.583973",\
|
|
"-5.559558, -5.514328, -5.404280, -5.077210, -3.937876",\
|
|
"-6.885007, -6.839777, -6.729729, -6.402659, -5.263325");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004470 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.875722, 2.830492, 2.720444, 2.393374, 1.254040",\
|
|
"2.925857, 2.880626, 2.770578, 2.443508, 1.304174",\
|
|
"3.038380, 2.993149, 2.883102, 2.556032, 1.416698",\
|
|
"3.380412, 3.335181, 3.225134, 2.898064, 1.758730",\
|
|
"4.649399, 4.604168, 4.494121, 4.167050, 3.027716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.966942, 4.921711, 4.811664, 4.484593, 3.345259",\
|
|
"5.011703, 4.966472, 4.856424, 4.529354, 3.390020",\
|
|
"5.132710, 5.087480, 4.977432, 4.650362, 3.511028",\
|
|
"5.483210, 5.437979, 5.327931, 5.000861, 3.861527",\
|
|
"6.749887, 6.704656, 6.594609, 6.267539, 5.128204");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.741131, -2.695900, -2.585853, -2.258782, -1.119448",\
|
|
"-2.791265, -2.746034, -2.635987, -2.308917, -1.169583",\
|
|
"-2.903789, -2.858558, -2.748511, -2.421440, -1.282106",\
|
|
"-3.245821, -3.200590, -3.090543, -2.763472, -1.624138",\
|
|
"-4.514807, -4.469577, -4.359529, -4.032459, -2.893125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.603447, -4.558216, -4.448169, -4.121099, -2.981765",\
|
|
"-4.648208, -4.602977, -4.492929, -4.165859, -3.026525",\
|
|
"-4.769216, -4.723985, -4.613937, -4.286867, -3.147533",\
|
|
"-5.119715, -5.074484, -4.964437, -4.637366, -3.498032",\
|
|
"-6.386392, -6.341162, -6.231114, -5.904044, -4.764709");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004905 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.377828, 1.332597, 1.222550, 0.895480, -0.243855",\
|
|
"1.426785, 1.381554, 1.271507, 0.944437, -0.194898",\
|
|
"1.538938, 1.493707, 1.383660, 1.056590, -0.082745",\
|
|
"1.847982, 1.802752, 1.692704, 1.365634, 0.226300",\
|
|
"2.922757, 2.877527, 2.767479, 2.440409, 1.301075");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.921844, 3.876613, 3.766566, 3.439496, 2.300162",\
|
|
"3.973122, 3.927891, 3.817844, 3.490774, 2.351440",\
|
|
"4.084795, 4.039565, 3.929518, 3.602447, 2.463113",\
|
|
"4.398078, 4.352848, 4.242801, 3.915730, 2.776396",\
|
|
"5.384010, 5.338779, 5.228732, 4.901662, 3.762327");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.123411, -1.078181, -0.968133, -0.641063, 0.497981",\
|
|
"-1.172368, -1.127138, -1.017090, -0.690020, 0.449024",\
|
|
"-1.284521, -1.239291, -1.129243, -0.802173, 0.336871",\
|
|
"-1.593565, -1.548335, -1.438287, -1.111217, 0.027827",\
|
|
"-2.668340, -2.623109, -2.513062, -2.185992, -1.046947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.431174, -3.385943, -3.275896, -2.948826, -1.809782",\
|
|
"-3.482452, -3.437222, -3.327174, -3.000104, -1.861060",\
|
|
"-3.594126, -3.548895, -3.438848, -3.111778, -1.972733",\
|
|
"-3.907408, -3.862177, -3.752130, -3.425060, -2.286016",\
|
|
"-4.893339, -4.848109, -4.738061, -4.410991, -3.271947");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005023 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.196610, 1.151379, 1.041332, 0.714262, -0.425072",\
|
|
"1.249964, 1.204733, 1.094686, 0.767616, -0.371718",\
|
|
"1.361399, 1.316168, 1.206121, 0.879051, -0.260283",\
|
|
"1.690091, 1.644860, 1.534813, 1.207742, 0.068408",\
|
|
"2.901298, 2.856067, 2.746020, 2.418950, 1.279616");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.296260, 4.251029, 4.140982, 3.813911, 2.674577",\
|
|
"4.347410, 4.302179, 4.192132, 3.865061, 2.725727",\
|
|
"4.462140, 4.416909, 4.306862, 3.979792, 2.840458",\
|
|
"4.818594, 4.773363, 4.663315, 4.336245, 3.196911",\
|
|
"6.173321, 6.128090, 6.018043, 5.690973, 4.551639");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.916558, -0.871328, -0.761280, -0.434210, 0.704834",\
|
|
"-0.969912, -0.924682, -0.814635, -0.487565, 0.651480",\
|
|
"-1.081347, -1.036117, -0.926069, -0.599000, 0.540045",\
|
|
"-1.410039, -1.364808, -1.254761, -0.927691, 0.211353",\
|
|
"-2.621246, -2.576016, -2.465968, -2.138898, -0.999854");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.769181, -3.723950, -3.613903, -3.286833, -2.147789",\
|
|
"-3.820332, -3.775101, -3.665054, -3.337984, -2.198939",\
|
|
"-3.935062, -3.889832, -3.779784, -3.452714, -2.313670",\
|
|
"-4.291515, -4.246285, -4.136237, -3.809167, -2.670123",\
|
|
"-5.646646, -5.601415, -5.491367, -5.164298, -4.025253");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003342 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.915773, 1.870542, 1.760495, 1.433424, 0.294090",\
|
|
"1.962954, 1.917724, 1.807676, 1.480606, 0.341272",\
|
|
"2.075892, 2.030662, 1.920614, 1.593544, 0.454210",\
|
|
"2.389913, 2.344682, 2.234635, 1.907565, 0.768231",\
|
|
"3.479886, 3.434655, 3.324608, 2.997538, 1.858204");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.820064, 3.774833, 3.664786, 3.337716, 2.198382",\
|
|
"3.868363, 3.823132, 3.713085, 3.386014, 2.246680",\
|
|
"3.980962, 3.935732, 3.825684, 3.498614, 2.359280",\
|
|
"4.333399, 4.288169, 4.178122, 3.851051, 2.711717",\
|
|
"5.607794, 5.562564, 5.452517, 5.125446, 3.986112");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.649782, -1.604551, -1.494504, -1.167434, -0.028390",\
|
|
"-1.696963, -1.651733, -1.541686, -1.214616, -0.075571",\
|
|
"-1.809901, -1.764671, -1.654624, -1.327554, -0.188509",\
|
|
"-2.123922, -2.078692, -1.968644, -1.641574, -0.502530",\
|
|
"-3.213894, -3.168664, -3.058616, -2.731546, -1.592502");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.314505, -3.269274, -3.159227, -2.832157, -1.693113",\
|
|
"-3.362804, -3.317573, -3.207526, -2.880456, -1.741412",\
|
|
"-3.475403, -3.430173, -3.320125, -2.993055, -1.854011",\
|
|
"-3.827841, -3.782610, -3.672563, -3.345493, -2.206449",\
|
|
"-5.102235, -5.057005, -4.946958, -4.619887, -3.480843");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004561 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.330261, 3.285030, 3.174983, 2.847913, 1.708579",\
|
|
"3.381422, 3.336191, 3.226143, 2.899073, 1.759739",\
|
|
"3.485772, 3.440541, 3.330493, 3.003423, 1.864089",\
|
|
"3.729501, 3.684270, 3.574223, 3.247152, 2.107818",\
|
|
"4.517251, 4.472020, 4.361973, 4.034903, 2.895569");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.839231, 4.794000, 4.683952, 4.356882, 3.217548",\
|
|
"4.887438, 4.842207, 4.732160, 4.405090, 3.265756",\
|
|
"4.999761, 4.954530, 4.844482, 4.517412, 3.378078",\
|
|
"5.285782, 5.240551, 5.130504, 4.803433, 3.664099",\
|
|
"6.144116, 6.098886, 5.988838, 5.661768, 4.522434");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.040108, -2.994878, -2.884830, -2.557760, -1.418716",\
|
|
"-3.091269, -3.046038, -2.935991, -2.608921, -1.469877",\
|
|
"-3.195619, -3.150388, -3.040341, -2.713271, -1.574227",\
|
|
"-3.439348, -3.394117, -3.284070, -2.957000, -1.817956",\
|
|
"-4.227098, -4.181868, -4.071820, -3.744750, -2.605706");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.303168, -4.257937, -4.147890, -3.820820, -2.681776",\
|
|
"-4.351375, -4.306145, -4.196097, -3.869027, -2.729983",\
|
|
"-4.463698, -4.418468, -4.308420, -3.981350, -2.842306",\
|
|
"-4.749719, -4.704489, -4.594441, -4.267371, -3.128327",\
|
|
"-5.608054, -5.562823, -5.452776, -5.125706, -3.986662");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.007745 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.423548, 1.378318, 1.268270, 0.941200, -0.198134",\
|
|
"1.470169, 1.424938, 1.314891, 0.987820, -0.151514",\
|
|
"1.583117, 1.537886, 1.427839, 1.100769, -0.038566",\
|
|
"1.897264, 1.852034, 1.741986, 1.414916, 0.275582",\
|
|
"2.985100, 2.939869, 2.829822, 2.502752, 1.363417");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.857103, 3.811872, 3.701825, 3.374755, 2.235420",\
|
|
"3.905305, 3.860075, 3.750027, 3.422957, 2.283623",\
|
|
"4.018077, 3.972847, 3.862800, 3.535729, 2.396395",\
|
|
"4.370691, 4.325460, 4.215413, 3.888343, 2.749008",\
|
|
"5.646826, 5.601596, 5.491549, 5.164478, 4.025144");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.316000, -1.270770, -1.160722, -0.833652, 0.305682",\
|
|
"-1.362621, -1.317390, -1.207343, -0.880272, 0.259062",\
|
|
"-1.475569, -1.430338, -1.320291, -0.993221, 0.146113",\
|
|
"-1.789716, -1.744486, -1.634439, -1.307368, -0.168034",\
|
|
"-2.877552, -2.832321, -2.722274, -2.395204, -1.255870");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.526953, -3.481723, -3.371675, -3.044605, -1.905271",\
|
|
"-3.575156, -3.529926, -3.419878, -3.092808, -1.953474",\
|
|
"-3.687929, -3.642698, -3.532651, -3.205580, -2.066246",\
|
|
"-4.040542, -3.995311, -3.885264, -3.558194, -2.418860",\
|
|
"-5.316678, -5.271447, -5.161400, -4.834329, -3.694995");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005010 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.858321, 1.813090, 1.703043, 1.375973, 0.236639",\
|
|
"1.908360, 1.863129, 1.753082, 1.426012, 0.286677",\
|
|
"2.020708, 1.975478, 1.865430, 1.538360, 0.399026",\
|
|
"2.362906, 2.317676, 2.207628, 1.880558, 0.741224",\
|
|
"3.634326, 3.589095, 3.479047, 3.151977, 2.012643");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.804708, 4.759478, 4.649430, 4.322360, 3.183026",\
|
|
"4.861173, 4.815942, 4.705894, 4.378824, 3.239490",\
|
|
"4.974340, 4.929110, 4.819062, 4.491992, 3.352658",\
|
|
"5.324661, 5.279430, 5.169383, 4.842313, 3.702979",\
|
|
"6.586114, 6.540884, 6.430837, 6.103766, 4.964432");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.752275, -1.707044, -1.596997, -1.269927, -0.130593",\
|
|
"-1.802314, -1.757083, -1.647036, -1.319966, -0.180632",\
|
|
"-1.914662, -1.869432, -1.759385, -1.432314, -0.292980",\
|
|
"-2.256861, -2.211630, -2.101583, -1.774513, -0.635178",\
|
|
"-3.528280, -3.483049, -3.373002, -3.045932, -1.906597");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.472634, -4.427403, -4.317356, -3.990286, -2.850952",\
|
|
"-4.529099, -4.483869, -4.373821, -4.046751, -2.907417",\
|
|
"-4.642267, -4.597036, -4.486989, -4.159919, -3.020585",\
|
|
"-4.992587, -4.947356, -4.837309, -4.510239, -3.370905",\
|
|
"-6.254040, -6.208809, -6.098762, -5.771691, -4.632358");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.016819 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.132084, 2.086854, 1.976806, 1.649736, 0.510402",\
|
|
"2.183168, 2.137938, 2.027890, 1.700820, 0.561486",\
|
|
"2.287377, 2.242146, 2.132099, 1.805029, 0.665695",\
|
|
"2.531148, 2.485917, 2.375870, 2.048800, 0.909466",\
|
|
"3.319990, 3.274759, 3.164711, 2.837641, 1.698307");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.668399, 4.623168, 4.513121, 4.186051, 3.046717",\
|
|
"4.716324, 4.671093, 4.561046, 4.233976, 3.094642",\
|
|
"4.828690, 4.783459, 4.673412, 4.346342, 3.207008",\
|
|
"5.115079, 5.069849, 4.959801, 4.632731, 3.493397",\
|
|
"5.976707, 5.931476, 5.821429, 5.494359, 4.355024");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.029243, -1.984012, -1.873965, -1.546895, -0.407560",\
|
|
"-2.080327, -2.035096, -1.925048, -1.597978, -0.458644",\
|
|
"-2.184536, -2.139305, -2.029258, -1.702188, -0.562854",\
|
|
"-2.428306, -2.383075, -2.273028, -1.945958, -0.806624",\
|
|
"-3.217148, -3.171917, -3.061870, -2.734800, -1.595465");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.338404, -4.293173, -4.183125, -3.856055, -2.716721",\
|
|
"-4.386329, -4.341098, -4.231050, -3.903980, -2.764646",\
|
|
"-4.498694, -4.453464, -4.343416, -4.016346, -2.877012",\
|
|
"-4.785084, -4.739853, -4.629806, -4.302735, -3.163401",\
|
|
"-5.646711, -5.601480, -5.491433, -5.164363, -4.025029");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.006931 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.836929, 1.791698, 1.681651, 1.354580, 0.215246",\
|
|
"1.885771, 1.840541, 1.730493, 1.403423, 0.264089",\
|
|
"1.997980, 1.952750, 1.842703, 1.515632, 0.376298",\
|
|
"2.307186, 2.261955, 2.151908, 1.824838, 0.685504",\
|
|
"3.386072, 3.340841, 3.230793, 2.903723, 1.764389");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.252688, 4.207458, 4.097410, 3.770340, 2.631006",\
|
|
"4.303742, 4.258512, 4.148464, 3.821394, 2.682060",\
|
|
"4.415339, 4.370108, 4.260060, 3.932990, 2.793656",\
|
|
"4.729129, 4.683898, 4.573851, 4.246780, 3.107446",\
|
|
"5.713024, 5.667793, 5.557746, 5.230676, 4.091342");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.702337, -1.657106, -1.547059, -1.219988, -0.080654",\
|
|
"-1.751179, -1.705949, -1.595901, -1.268831, -0.129497",\
|
|
"-1.863389, -1.818158, -1.708111, -1.381040, -0.241706",\
|
|
"-2.172594, -2.127363, -2.017316, -1.690246, -0.550912",\
|
|
"-3.251480, -3.206249, -3.096202, -2.769132, -1.629798");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.889194, -3.843963, -3.733916, -3.406846, -2.267512",\
|
|
"-3.940248, -3.895017, -3.784970, -3.457900, -2.318566",\
|
|
"-4.051844, -4.006614, -3.896566, -3.569496, -2.430162",\
|
|
"-4.365634, -4.320404, -4.210357, -3.883286, -2.743952",\
|
|
"-5.349530, -5.304299, -5.194252, -4.867181, -3.727847");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004673 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.062375, 1.017144, 0.907097, 0.580026, -0.559308",\
|
|
"1.110317, 1.065087, 0.955040, 0.627969, -0.511365",\
|
|
"1.223240, 1.178009, 1.067962, 0.740891, -0.398443",\
|
|
"1.537757, 1.492527, 1.382479, 1.055409, -0.083925",\
|
|
"2.629486, 2.584255, 2.474208, 2.147138, 1.007804");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.739925, 3.694695, 3.584647, 3.257577, 2.118243",\
|
|
"3.788295, 3.743065, 3.633017, 3.305947, 2.166613",\
|
|
"3.900720, 3.855489, 3.745442, 3.418371, 2.279037",\
|
|
"4.253980, 4.208750, 4.098702, 3.771632, 2.632298",\
|
|
"5.523860, 5.478630, 5.368583, 5.041512, 3.902178");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.807958, -0.762728, -0.652680, -0.325610, 0.813434",\
|
|
"-0.855901, -0.810670, -0.700623, -0.373553, 0.765491",\
|
|
"-0.968823, -0.923592, -0.813545, -0.486475, 0.652569",\
|
|
"-1.283341, -1.238110, -1.128063, -0.800993, 0.338051",\
|
|
"-2.375069, -2.329839, -2.219791, -1.892721, -0.753677");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.249256, -3.204025, -3.093978, -2.766908, -1.627863",\
|
|
"-3.297626, -3.252395, -3.142348, -2.815278, -1.676233",\
|
|
"-3.410050, -3.364820, -3.254772, -2.927702, -1.788658",\
|
|
"-3.763310, -3.718080, -3.608032, -3.280962, -2.141918",\
|
|
"-5.033190, -4.987960, -4.877913, -4.550842, -3.411798");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.669168, 2.623937, 2.513890, 2.186820, 1.047486",\
|
|
"2.722860, 2.677629, 2.567582, 2.240512, 1.101178",\
|
|
"2.827765, 2.782535, 2.672487, 2.345417, 1.206083",\
|
|
"3.075159, 3.029928, 2.919881, 2.592811, 1.453477",\
|
|
"3.852883, 3.807652, 3.697605, 3.370535, 2.231201");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.477957, 5.432726, 5.322679, 4.995609, 3.856275",\
|
|
"5.525972, 5.480741, 5.370694, 5.043623, 3.904289",\
|
|
"5.638051, 5.592820, 5.482772, 5.155702, 4.016368",\
|
|
"5.924047, 5.878816, 5.768769, 5.441699, 4.302364",\
|
|
"6.785621, 6.740390, 6.630343, 6.303273, 5.163939");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.388904, -2.343673, -2.233626, -1.906556, -0.767511",\
|
|
"-2.442596, -2.397366, -2.287318, -1.960248, -0.821204",\
|
|
"-2.547501, -2.502271, -2.392223, -2.065153, -0.926109",\
|
|
"-2.794895, -2.749664, -2.639617, -2.312547, -1.173502",\
|
|
"-3.572619, -3.527389, -3.417341, -3.090271, -1.951227");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.953170, -4.907940, -4.797893, -4.470822, -3.331778",\
|
|
"-5.001185, -4.955955, -4.845907, -4.518837, -3.379793",\
|
|
"-5.113264, -5.068033, -4.957986, -4.630916, -3.491871",\
|
|
"-5.399260, -5.354029, -5.243981, -4.916912, -3.777867",\
|
|
"-6.260836, -6.215605, -6.105557, -5.778488, -4.639443");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005397 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.512869, 1.467638, 1.357591, 1.030520, -0.108814",\
|
|
"1.561761, 1.516530, 1.406483, 1.079412, -0.059922",\
|
|
"1.673952, 1.628721, 1.518674, 1.191603, 0.052269",\
|
|
"1.983148, 1.937917, 1.827870, 1.500799, 0.361465",\
|
|
"3.061368, 3.016138, 2.906090, 2.579020, 1.439686");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.273959, 4.228728, 4.118681, 3.791610, 2.652276",\
|
|
"4.325096, 4.279865, 4.169818, 3.842747, 2.703413",\
|
|
"4.436719, 4.391489, 4.281442, 3.954371, 2.815037",\
|
|
"4.750308, 4.705077, 4.595030, 4.267959, 3.128625",\
|
|
"5.734424, 5.689194, 5.579146, 5.252076, 4.112741");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.246878, -1.201647, -1.091600, -0.764530, 0.374514",\
|
|
"-1.295770, -1.250540, -1.140492, -0.813422, 0.325622",\
|
|
"-1.407961, -1.362730, -1.252683, -0.925613, 0.213431",\
|
|
"-1.717157, -1.671926, -1.561879, -1.234809, -0.095765",\
|
|
"-2.795377, -2.750146, -2.640099, -2.313029, -1.173985");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.768399, -3.723169, -3.613122, -3.286052, -2.147007",\
|
|
"-3.819536, -3.774306, -3.664259, -3.337189, -2.198144",\
|
|
"-3.931161, -3.885930, -3.775883, -3.448813, -2.309769",\
|
|
"-4.244748, -4.199518, -4.089471, -3.762401, -2.623356",\
|
|
"-5.228865, -5.183635, -5.073587, -4.746517, -3.607473");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004615 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.765076, 1.719846, 1.609798, 1.282728, 0.143394",\
|
|
"1.814892, 1.769662, 1.659614, 1.332544, 0.193210",\
|
|
"1.927149, 1.881919, 1.771871, 1.444801, 0.305467",\
|
|
"2.270096, 2.224865, 2.114818, 1.787747, 0.648413",\
|
|
"3.541363, 3.496132, 3.386085, 3.059014, 1.919680");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.544446, 3.499216, 3.389168, 3.062098, 1.922764",\
|
|
"3.593579, 3.548348, 3.438301, 3.111231, 1.971897",\
|
|
"3.706594, 3.661363, 3.551315, 3.224245, 2.084911",\
|
|
"4.057933, 4.012702, 3.902655, 3.575584, 2.436250",\
|
|
"5.316792, 5.271561, 5.161513, 4.834443, 3.695109");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.474962, -1.429731, -1.319684, -0.992614, 0.146430",\
|
|
"-1.524778, -1.479547, -1.369500, -1.042430, 0.096614",\
|
|
"-1.637035, -1.591805, -1.481757, -1.154687, -0.015643",\
|
|
"-1.979981, -1.934751, -1.824703, -1.497633, -0.358589",\
|
|
"-3.251248, -3.206018, -3.095971, -2.768901, -1.629856");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.008378, -2.963148, -2.853100, -2.526030, -1.386986",\
|
|
"-3.057511, -3.012280, -2.902233, -2.575163, -1.436119",\
|
|
"-3.170525, -3.125295, -3.015247, -2.688177, -1.549133",\
|
|
"-3.521865, -3.476635, -3.366587, -3.039517, -1.900473",\
|
|
"-4.780724, -4.735493, -4.625446, -4.298376, -3.159332");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.010448 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.997767, 1.952536, 1.842489, 1.515419, 0.376085",\
|
|
"2.046477, 2.001246, 1.891199, 1.564128, 0.424794",\
|
|
"2.158716, 2.113485, 2.003438, 1.676368, 0.537033",\
|
|
"2.467938, 2.422708, 2.312661, 1.985590, 0.846256",\
|
|
"3.547950, 3.502719, 3.392672, 3.065602, 1.926267");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.909005, 5.863774, 5.753727, 5.426657, 4.287322",\
|
|
"5.959867, 5.914637, 5.804589, 5.477519, 4.338184",\
|
|
"6.071424, 6.026194, 5.916147, 5.589076, 4.449742",\
|
|
"6.385642, 6.340412, 6.230364, 5.903294, 4.763960",\
|
|
"7.369768, 7.324538, 7.214490, 6.887420, 5.748086");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.890213, -1.844982, -1.734935, -1.407864, -0.268530",\
|
|
"-1.938922, -1.893692, -1.783644, -1.456574, -0.317240",\
|
|
"-2.051161, -2.005931, -1.895883, -1.568813, -0.429479",\
|
|
"-2.360384, -2.315153, -2.205106, -1.878035, -0.738701",\
|
|
"-3.440395, -3.395164, -3.285117, -2.958046, -1.818712");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.577965, -5.532734, -5.422687, -5.095616, -3.956282",\
|
|
"-5.628827, -5.583596, -5.473549, -5.146479, -4.007145",\
|
|
"-5.740385, -5.695154, -5.585107, -5.258037, -4.118703",\
|
|
"-6.054603, -6.009372, -5.899324, -5.572254, -4.432920",\
|
|
"-7.038727, -6.993497, -6.883450, -6.556379, -5.417045");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005169 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.932485, 2.887254, 2.777207, 2.450137, 1.310803",\
|
|
"2.978769, 2.933538, 2.823491, 2.496421, 1.357087",\
|
|
"3.091724, 3.046493, 2.936446, 2.609376, 1.470042",\
|
|
"3.405951, 3.360720, 3.250672, 2.923602, 1.784268",\
|
|
"4.492757, 4.447526, 4.337479, 4.010408, 2.871074");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.215604, 6.170374, 6.060327, 5.733256, 4.593922",\
|
|
"6.263826, 6.218596, 6.108548, 5.781477, 4.642143",\
|
|
"6.376618, 6.331388, 6.221340, 5.894269, 4.754935",\
|
|
"6.729341, 6.684111, 6.574063, 6.246993, 5.107658",\
|
|
"8.006771, 7.961540, 7.851493, 7.524422, 6.385088");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.826439, -2.781209, -2.671161, -2.344091, -1.204757",\
|
|
"-2.872724, -2.827493, -2.717446, -2.390376, -1.251042",\
|
|
"-2.985679, -2.940448, -2.830400, -2.503330, -1.363996",\
|
|
"-3.299905, -3.254674, -3.144627, -2.817557, -1.678223",\
|
|
"-4.386712, -4.341481, -4.231433, -3.904363, -2.765029");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.883530, -5.838299, -5.728252, -5.401182, -4.261847",\
|
|
"-5.931752, -5.886521, -5.776474, -5.449404, -4.310070",\
|
|
"-6.044544, -5.999313, -5.889266, -5.562196, -4.422861",\
|
|
"-6.397266, -6.352036, -6.241988, -5.914918, -4.775584",\
|
|
"-7.674697, -7.629466, -7.519419, -7.192348, -6.053015");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003977 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.266449, 2.221218, 2.111171, 1.784101, 0.644767",\
|
|
"2.315312, 2.270081, 2.160034, 1.832963, 0.693630",\
|
|
"2.427546, 2.382315, 2.272267, 1.945197, 0.805863",\
|
|
"2.736729, 2.691498, 2.581451, 2.254381, 1.115047",\
|
|
"3.815795, 3.770565, 3.660517, 3.333447, 2.194113");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.420750, 4.375519, 4.265472, 3.938402, 2.799068",\
|
|
"4.471778, 4.426547, 4.316500, 3.989429, 2.850096",\
|
|
"4.583344, 4.538113, 4.428066, 4.100996, 2.961662",\
|
|
"4.897593, 4.852363, 4.742315, 4.415245, 3.275911",\
|
|
"5.882535, 5.837304, 5.727256, 5.400186, 4.260852");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.163629, -2.118399, -2.008351, -1.681281, -0.541947",\
|
|
"-2.212492, -2.167262, -2.057214, -1.730144, -0.590810",\
|
|
"-2.324726, -2.279495, -2.169447, -1.842377, -0.703043",\
|
|
"-2.633909, -2.588678, -2.478631, -2.151561, -1.012226",\
|
|
"-3.712975, -3.667744, -3.557697, -3.230627, -2.091293");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.090753, -4.045522, -3.935474, -3.608404, -2.469070",\
|
|
"-4.141780, -4.096550, -3.986502, -3.659432, -2.520098",\
|
|
"-4.253346, -4.208116, -4.098068, -3.770998, -2.631664",\
|
|
"-4.567596, -4.522365, -4.412318, -4.085248, -2.945914",\
|
|
"-5.552537, -5.507306, -5.397259, -5.070189, -3.930855");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004193 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.912691, 1.867461, 1.757414, 1.430343, 0.291009",\
|
|
"1.961750, 1.916520, 1.806472, 1.479402, 0.340068",\
|
|
"2.073841, 2.028610, 1.918563, 1.591493, 0.452159",\
|
|
"2.382877, 2.337646, 2.227599, 1.900528, 0.761194",\
|
|
"3.455995, 3.410764, 3.300717, 2.973647, 1.834313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.556949, 4.511718, 4.401670, 4.074600, 2.935266",\
|
|
"4.608441, 4.563210, 4.453163, 4.126093, 2.986759",\
|
|
"4.720201, 4.674970, 4.564922, 4.237852, 3.098518",\
|
|
"5.032937, 4.987706, 4.877659, 4.550589, 3.411255",\
|
|
"6.019044, 5.973813, 5.863766, 5.536695, 4.397362");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.778099, -1.732869, -1.622821, -1.295751, -0.156417",\
|
|
"-1.827158, -1.781928, -1.671880, -1.344810, -0.205476",\
|
|
"-1.939249, -1.894018, -1.783971, -1.456901, -0.317567",\
|
|
"-2.248285, -2.203054, -2.093007, -1.765936, -0.626602",\
|
|
"-3.321404, -3.276173, -3.166126, -2.839055, -1.699721");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.193454, -4.148223, -4.038176, -3.711105, -2.571771",\
|
|
"-4.244946, -4.199716, -4.089668, -3.762598, -2.623264",\
|
|
"-4.356706, -4.311475, -4.201427, -3.874357, -2.735023",\
|
|
"-4.669442, -4.624211, -4.514164, -4.187094, -3.047760",\
|
|
"-5.655549, -5.610318, -5.500271, -5.173201, -4.033867");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002709 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.648768, 1.603537, 1.493490, 1.166420, 0.027086",\
|
|
"1.697036, 1.651806, 1.541758, 1.214688, 0.075354",\
|
|
"1.809955, 1.764724, 1.654677, 1.327607, 0.188273",\
|
|
"2.124459, 2.079229, 1.969181, 1.642111, 0.502777",\
|
|
"3.216118, 3.170888, 3.060840, 2.733770, 1.594436");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.795177, 4.749947, 4.639899, 4.312829, 3.173495",\
|
|
"4.843633, 4.798402, 4.688354, 4.361284, 3.221950",\
|
|
"4.956018, 4.910788, 4.800740, 4.473670, 3.334336",\
|
|
"5.309428, 5.264197, 5.154150, 4.827080, 3.687746",\
|
|
"6.580316, 6.535086, 6.425038, 6.097968, 4.958633");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.394369, -1.349138, -1.239091, -0.912021, 0.227023",\
|
|
"-1.442637, -1.397407, -1.287359, -0.960289, 0.178755",\
|
|
"-1.555556, -1.510326, -1.400278, -1.073208, 0.065836",\
|
|
"-1.870060, -1.824830, -1.714782, -1.387712, -0.248668",\
|
|
"-2.961720, -2.916489, -2.806442, -2.479372, -1.340327");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.304508, -4.259277, -4.149230, -3.822160, -2.683115",\
|
|
"-4.352962, -4.307732, -4.197684, -3.870615, -2.731570",\
|
|
"-4.465348, -4.420118, -4.310070, -3.983000, -2.843956",\
|
|
"-4.818758, -4.773528, -4.663481, -4.336411, -3.197366",\
|
|
"-6.089647, -6.044416, -5.934369, -5.607299, -4.468255");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002576 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.446088, 1.400858, 1.290810, 0.963740, -0.175594",\
|
|
"1.495047, 1.449816, 1.339769, 1.012699, -0.126635",\
|
|
"1.607230, 1.561999, 1.451952, 1.124881, -0.014453",\
|
|
"1.916288, 1.871058, 1.761010, 1.433940, 0.294606",\
|
|
"2.991952, 2.946721, 2.836674, 2.509604, 1.370270");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.855792, 4.810561, 4.700514, 4.373444, 3.234110",\
|
|
"4.907007, 4.861776, 4.751729, 4.424658, 3.285324",\
|
|
"5.018640, 4.973409, 4.863362, 4.536292, 3.396958",\
|
|
"5.332322, 5.287091, 5.177043, 4.849973, 3.710639",\
|
|
"6.318691, 6.273460, 6.163413, 5.836342, 4.697008");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.166036, -1.120806, -1.010759, -0.683689, 0.455356",\
|
|
"-1.214995, -1.169765, -1.059717, -0.732647, 0.406397",\
|
|
"-1.327178, -1.281947, -1.171900, -0.844830, 0.294214",\
|
|
"-1.636237, -1.591006, -1.480959, -1.153889, -0.014844",\
|
|
"-2.711900, -2.666669, -2.556622, -2.229552, -1.090508");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.331004, -4.285773, -4.175726, -3.848656, -2.709611",\
|
|
"-4.382218, -4.336988, -4.226940, -3.899870, -2.760826",\
|
|
"-4.493852, -4.448621, -4.338573, -4.011504, -2.872459",\
|
|
"-4.807533, -4.762303, -4.652255, -4.325185, -3.186141",\
|
|
"-5.793902, -5.748672, -5.638624, -5.311554, -4.172510");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002631 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.734169, 1.688939, 1.578892, 1.251821, 0.112487",\
|
|
"1.783054, 1.737823, 1.627776, 1.300705, 0.161371",\
|
|
"1.895288, 1.850058, 1.740010, 1.412940, 0.273606",\
|
|
"2.204372, 2.159142, 2.049094, 1.722024, 0.582690",\
|
|
"3.281697, 3.236467, 3.126419, 2.799349, 1.660015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.483630, 4.438399, 4.328352, 4.001281, 2.861947",\
|
|
"4.534671, 4.489441, 4.379394, 4.052323, 2.912989",\
|
|
"4.646234, 4.601003, 4.490955, 4.163885, 3.024551",\
|
|
"4.960546, 4.915315, 4.805267, 4.478197, 3.338863",\
|
|
"5.945879, 5.900648, 5.790601, 5.463531, 4.324197");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.468179, -1.422948, -1.312901, -0.985831, 0.153214",\
|
|
"-1.517063, -1.471833, -1.361785, -1.034715, 0.104329",\
|
|
"-1.629297, -1.584067, -1.474020, -1.146950, -0.007905",\
|
|
"-1.938381, -1.893151, -1.783104, -1.456034, -0.316989",\
|
|
"-3.015706, -2.970475, -2.860428, -2.533358, -1.394314");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.978070, -3.932840, -3.822793, -3.495723, -2.356678",\
|
|
"-4.029112, -3.983882, -3.873834, -3.546764, -2.407720",\
|
|
"-4.140675, -4.095444, -3.985397, -3.658327, -2.519282",\
|
|
"-4.454987, -4.409756, -4.299708, -3.972639, -2.833594",\
|
|
"-5.440320, -5.395089, -5.285042, -4.957972, -3.818928");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002427 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.199939, 3.154708, 3.044661, 2.717591, 1.578257",\
|
|
"3.249633, 3.204402, 3.094355, 2.767284, 1.627950",\
|
|
"3.354717, 3.309486, 3.199439, 2.872368, 1.733034",\
|
|
"3.599650, 3.554420, 3.444372, 3.117302, 1.977968",\
|
|
"4.391415, 4.346184, 4.236136, 3.909066, 2.769732");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.766594, 4.721363, 4.611316, 4.284245, 3.144912",\
|
|
"4.814961, 4.769730, 4.659683, 4.332613, 3.193279",\
|
|
"4.926826, 4.881596, 4.771548, 4.444478, 3.305144",\
|
|
"5.212954, 5.167723, 5.057676, 4.730606, 3.591272",\
|
|
"6.061559, 6.016328, 5.906281, 5.579211, 4.439877");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.909786, -2.864556, -2.754508, -2.427438, -1.288394",\
|
|
"-2.959480, -2.914249, -2.804202, -2.477132, -1.338088",\
|
|
"-3.064564, -3.019333, -2.909286, -2.582216, -1.443172",\
|
|
"-3.309497, -3.264267, -3.154220, -2.827150, -1.688105",\
|
|
"-4.101262, -4.056031, -3.945984, -3.618914, -2.479870");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.230531, -4.185301, -4.075253, -3.748183, -2.609139",\
|
|
"-4.278898, -4.233667, -4.123620, -3.796550, -2.657506",\
|
|
"-4.390764, -4.345533, -4.235486, -3.908416, -2.769372",\
|
|
"-4.676891, -4.631660, -4.521613, -4.194543, -3.055499",\
|
|
"-5.525496, -5.480266, -5.370218, -5.043148, -3.904104");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002693 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.628260, 2.583029, 2.472982, 2.145911, 1.006577",\
|
|
"2.680416, 2.635186, 2.525138, 2.198068, 1.058734",\
|
|
"2.784569, 2.739338, 2.629291, 2.302221, 1.162886",\
|
|
"3.028597, 2.983367, 2.873320, 2.546249, 1.406915",\
|
|
"3.815220, 3.769989, 3.659942, 3.332872, 2.193537");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.750867, 5.705637, 5.595589, 5.268518, 4.129185",\
|
|
"5.799032, 5.753802, 5.643754, 5.316684, 4.177350",\
|
|
"5.911448, 5.866218, 5.756171, 5.429100, 4.289766",\
|
|
"6.197957, 6.152727, 6.042679, 5.715609, 4.576275",\
|
|
"7.064400, 7.019169, 6.909122, 6.582051, 5.442718");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.520705, -2.475474, -2.365427, -2.038356, -0.899022",\
|
|
"-2.572861, -2.527631, -2.417583, -2.090513, -0.951179",\
|
|
"-2.677014, -2.631783, -2.521736, -2.194665, -1.055331",\
|
|
"-2.921042, -2.875812, -2.765764, -2.438694, -1.299360",\
|
|
"-3.707665, -3.662434, -3.552387, -3.225317, -2.085983");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.419827, -5.374597, -5.264549, -4.937479, -3.798145",\
|
|
"-5.467992, -5.422762, -5.312715, -4.985644, -3.846310",\
|
|
"-5.580409, -5.535178, -5.425131, -5.098060, -3.958726",\
|
|
"-5.866918, -5.821687, -5.711639, -5.384569, -4.245235",\
|
|
"-6.733360, -6.688129, -6.578082, -6.251011, -5.111677");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003986 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.324778, 1.279548, 1.169500, 0.842430, -0.296904",\
|
|
"1.377598, 1.332367, 1.222320, 0.895250, -0.244085",\
|
|
"1.481945, 1.436715, 1.326667, 0.999597, -0.139737",\
|
|
"1.727105, 1.681874, 1.571827, 1.244757, 0.105423",\
|
|
"2.511168, 2.465937, 2.355890, 2.028820, 0.889486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.908382, 3.863151, 3.753104, 3.426033, 2.286700",\
|
|
"3.956557, 3.911326, 3.801279, 3.474208, 2.334874",\
|
|
"4.068865, 4.023634, 3.913587, 3.586516, 2.447182",\
|
|
"4.354837, 4.309607, 4.199559, 3.872489, 2.733155",\
|
|
"5.217146, 5.171915, 5.061868, 4.734797, 3.595464");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.218604, -1.173374, -1.063326, -0.736256, 0.403078",\
|
|
"-1.271423, -1.226193, -1.116145, -0.789075, 0.350259",\
|
|
"-1.375771, -1.330540, -1.220493, -0.893423, 0.245911",\
|
|
"-1.620931, -1.575700, -1.465653, -1.138583, 0.000751",\
|
|
"-2.404994, -2.359763, -2.249715, -1.922645, -0.783311");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.576310, -3.531079, -3.421031, -3.093961, -1.954627",\
|
|
"-3.624485, -3.579254, -3.469207, -3.142137, -2.002803",\
|
|
"-3.736793, -3.691562, -3.581514, -3.254444, -2.115110",\
|
|
"-4.022765, -3.977534, -3.867487, -3.540417, -2.401083",\
|
|
"-4.885074, -4.839843, -4.729795, -4.402725, -3.263391");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003464 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.374810, 1.329579, 1.219532, 0.892461, -0.246873",\
|
|
"1.426982, 1.381751, 1.271704, 0.944634, -0.194700",\
|
|
"1.531362, 1.486132, 1.376084, 1.049014, -0.090320",\
|
|
"1.775628, 1.730398, 1.620350, 1.293280, 0.153946",\
|
|
"2.560361, 2.515131, 2.405083, 2.078013, 0.938679");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.102498, 4.057267, 3.947219, 3.620149, 2.480815",\
|
|
"4.150671, 4.105440, 3.995392, 3.668322, 2.528988",\
|
|
"4.263047, 4.217816, 4.107769, 3.780698, 2.641364",\
|
|
"4.549379, 4.504148, 4.394101, 4.067030, 2.927696",\
|
|
"5.414311, 5.369080, 5.259033, 4.931962, 3.792629");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.271968, -1.226737, -1.116690, -0.789620, 0.349714",\
|
|
"-1.324140, -1.278910, -1.168862, -0.841792, 0.297542",\
|
|
"-1.428521, -1.383290, -1.273243, -0.946172, 0.193162",\
|
|
"-1.672787, -1.627556, -1.517509, -1.190439, -0.051104",\
|
|
"-2.457520, -2.412289, -2.302241, -1.975171, -0.835837");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.772501, -3.727271, -3.617223, -3.290153, -2.150819",\
|
|
"-3.820675, -3.775444, -3.665397, -3.338327, -2.198992",\
|
|
"-3.933051, -3.887820, -3.777772, -3.450702, -2.311368",\
|
|
"-4.219383, -4.174152, -4.064105, -3.737035, -2.597701",\
|
|
"-5.084315, -5.039084, -4.929037, -4.601967, -3.462633");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003763 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.175098, 2.129867, 2.019820, 1.692750, 0.553416",\
|
|
"2.222445, 2.177214, 2.067167, 1.740097, 0.600763",\
|
|
"2.335381, 2.290150, 2.180102, 1.853032, 0.713698",\
|
|
"2.649842, 2.604611, 2.494564, 2.167494, 1.028160",\
|
|
"3.738830, 3.693599, 3.583551, 3.256481, 2.117147");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.900434, 4.855204, 4.745156, 4.418086, 3.278752",\
|
|
"4.948762, 4.903531, 4.793484, 4.466413, 3.327080",\
|
|
"5.061332, 5.016101, 4.906054, 4.578983, 3.439649",\
|
|
"5.414627, 5.369396, 5.259349, 4.932279, 3.792945",\
|
|
"6.689055, 6.643824, 6.533777, 6.206707, 5.067372");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.040506, -1.995275, -1.885228, -1.558157, -0.418823",\
|
|
"-2.087853, -2.042622, -1.932575, -1.605505, -0.466171",\
|
|
"-2.200788, -2.155558, -2.045511, -1.718440, -0.579106",\
|
|
"-2.515251, -2.470020, -2.359973, -2.032902, -0.893568",\
|
|
"-3.604238, -3.559007, -3.448960, -3.121890, -1.982556");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.536940, -4.491709, -4.381661, -4.054591, -2.915257",\
|
|
"-4.585267, -4.540036, -4.429989, -4.102919, -2.963585",\
|
|
"-4.697837, -4.652606, -4.542559, -4.215488, -3.076154",\
|
|
"-5.051132, -5.005901, -4.895854, -4.568784, -3.429450",\
|
|
"-6.325561, -6.280331, -6.170283, -5.843213, -4.703878");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004006 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.261569, 2.216338, 2.106291, 1.779220, 0.639886",\
|
|
"2.321690, 2.276459, 2.166412, 1.839341, 0.700007",\
|
|
"2.434419, 2.389188, 2.279141, 1.952070, 0.812736",\
|
|
"2.776252, 2.731021, 2.620974, 2.293904, 1.154569",\
|
|
"4.046618, 4.001387, 3.891340, 3.564269, 2.424935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.636585, 4.591354, 4.481307, 4.154237, 3.014902",\
|
|
"4.688979, 4.643748, 4.533701, 4.206631, 3.067297",\
|
|
"4.810983, 4.765753, 4.655705, 4.328635, 3.189301",\
|
|
"5.161706, 5.116475, 5.006428, 4.679358, 3.540024",\
|
|
"6.428224, 6.382994, 6.272946, 5.945876, 4.806541");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.007221, -1.961991, -1.851943, -1.524873, -0.385829",\
|
|
"-2.067342, -2.022112, -1.912065, -1.584995, -0.445950",\
|
|
"-2.180072, -2.134841, -2.024794, -1.697724, -0.558680",\
|
|
"-2.521905, -2.476675, -2.366627, -2.039557, -0.900513",\
|
|
"-3.792271, -3.747040, -3.636993, -3.309923, -2.170878");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.145915, -4.100684, -3.990637, -3.663567, -2.524522",\
|
|
"-4.198309, -4.153079, -4.043031, -3.715961, -2.576917",\
|
|
"-4.320313, -4.275083, -4.165035, -3.837965, -2.698921",\
|
|
"-4.671036, -4.625805, -4.515758, -4.188688, -3.049644",\
|
|
"-5.937554, -5.892324, -5.782276, -5.455206, -4.316162");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002697 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.921315, 1.876084, 1.766037, 1.438967, 0.299633",\
|
|
"1.970266, 1.925036, 1.814988, 1.487918, 0.348584",\
|
|
"2.082454, 2.037223, 1.927176, 1.600106, 0.460772",\
|
|
"2.391617, 2.346386, 2.236339, 1.909268, 0.769934",\
|
|
"3.469125, 3.423894, 3.313847, 2.986776, 1.847442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.147959, 5.102728, 4.992681, 4.665610, 3.526276",\
|
|
"5.199160, 5.153929, 5.043882, 4.716812, 3.577478",\
|
|
"5.310788, 5.265557, 5.155510, 4.828440, 3.689106",\
|
|
"5.624432, 5.579201, 5.469153, 5.142083, 4.002749",\
|
|
"6.609764, 6.564533, 6.454485, 6.127415, 4.988081");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.641263, -1.596033, -1.485986, -1.158916, -0.019871",\
|
|
"-1.690215, -1.644984, -1.534937, -1.207867, -0.068823",\
|
|
"-1.802402, -1.757172, -1.647125, -1.320055, -0.181010",\
|
|
"-2.111565, -2.066335, -1.956287, -1.629217, -0.490173",\
|
|
"-3.189073, -3.143842, -3.033795, -2.706725, -1.567680");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.623170, -4.577940, -4.467893, -4.140822, -3.001778",\
|
|
"-4.674372, -4.629141, -4.519094, -4.192024, -3.052979",\
|
|
"-4.786000, -4.740769, -4.630722, -4.303652, -3.164608",\
|
|
"-5.099643, -5.054413, -4.944366, -4.617295, -3.478251",\
|
|
"-6.084975, -6.039745, -5.929697, -5.602627, -4.463583");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002473 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.995357, 1.950126, 1.840079, 1.513008, 0.373674",\
|
|
"2.046644, 2.001413, 1.891366, 1.564295, 0.424961",\
|
|
"2.159006, 2.113775, 2.003728, 1.676657, 0.537323",\
|
|
"2.432656, 2.387426, 2.277378, 1.950308, 0.810974",\
|
|
"3.364115, 3.318885, 3.208837, 2.881767, 1.742433");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.622639, 3.577408, 3.467361, 3.140290, 2.000956",\
|
|
"3.668212, 3.622981, 3.512934, 3.185863, 2.046530",\
|
|
"3.781482, 3.736251, 3.626204, 3.299133, 2.159799",\
|
|
"4.147907, 4.102676, 3.992629, 3.665559, 2.526225",\
|
|
"5.554956, 5.509726, 5.399678, 5.072608, 3.933274");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.729342, -1.684112, -1.574065, -1.246995, -0.107950",\
|
|
"-1.780630, -1.735399, -1.625352, -1.298282, -0.159238",\
|
|
"-1.892992, -1.847761, -1.737714, -1.410644, -0.271600",\
|
|
"-2.166642, -2.121412, -2.011364, -1.684294, -0.545250",\
|
|
"-3.098101, -3.052871, -2.942824, -2.615754, -1.476709");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.117080, -3.071850, -2.961803, -2.634733, -1.495688",\
|
|
"-3.162654, -3.117424, -3.007376, -2.680306, -1.541262",\
|
|
"-3.275923, -3.230693, -3.120646, -2.793576, -1.654531",\
|
|
"-3.642349, -3.597119, -3.487071, -3.160001, -2.020957",\
|
|
"-5.049398, -5.004168, -4.894120, -4.567050, -3.428006");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002766 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.957112, 1.911882, 1.801834, 1.474764, 0.335430",\
|
|
"2.006046, 1.960815, 1.850768, 1.523698, 0.384364",\
|
|
"2.118246, 2.073015, 1.962968, 1.635897, 0.496563",\
|
|
"2.427414, 2.382183, 2.272136, 1.945065, 0.805732",\
|
|
"3.506070, 3.460839, 3.350791, 3.023721, 1.884387");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.508533, 4.463303, 4.353255, 4.026185, 2.886851",\
|
|
"4.559690, 4.514460, 4.404412, 4.077342, 2.938008",\
|
|
"4.671303, 4.626072, 4.516025, 4.188954, 3.049620",\
|
|
"4.985084, 4.939853, 4.829805, 4.502735, 3.363401",\
|
|
"5.970322, 5.925091, 5.815043, 5.487973, 4.348639");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.666959, -1.621729, -1.511682, -1.184612, -0.045567",\
|
|
"-1.715893, -1.670663, -1.560615, -1.233545, -0.094501",\
|
|
"-1.828093, -1.782862, -1.672815, -1.345745, -0.206701",\
|
|
"-2.137261, -2.092031, -1.981983, -1.654913, -0.515869",\
|
|
"-3.215916, -3.170686, -3.060638, -2.733568, -1.594524");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.972470, -3.927240, -3.817193, -3.490123, -2.351078",\
|
|
"-4.023627, -3.978397, -3.868350, -3.541280, -2.402235",\
|
|
"-4.135240, -4.090009, -3.979962, -3.652892, -2.513848",\
|
|
"-4.449020, -4.403790, -4.293743, -3.966673, -2.827628",\
|
|
"-5.434258, -5.389028, -5.278981, -4.951911, -3.812866");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003679 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.457016, 1.411785, 1.301738, 0.974667, -0.164667",\
|
|
"1.506870, 1.461639, 1.351592, 1.024521, -0.114813",\
|
|
"1.619145, 1.573914, 1.463867, 1.136796, -0.002538",\
|
|
"1.962003, 1.916773, 1.806725, 1.479655, 0.340321",\
|
|
"3.233261, 3.188031, 3.077983, 2.750913, 1.611579");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.525028, 3.479797, 3.369750, 3.042680, 1.903345",\
|
|
"3.574144, 3.528913, 3.418866, 3.091796, 1.952461",\
|
|
"3.687192, 3.641962, 3.531914, 3.204844, 2.065510",\
|
|
"4.038568, 3.993338, 3.883291, 3.556220, 2.416886",\
|
|
"5.297777, 5.252546, 5.142499, 4.815429, 3.676094");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.349461, -1.304231, -1.194183, -0.867113, 0.272221",\
|
|
"-1.399315, -1.354084, -1.244037, -0.916967, 0.222367",\
|
|
"-1.511590, -1.466360, -1.356312, -1.029242, 0.110092",\
|
|
"-1.854449, -1.809218, -1.699171, -1.372101, -0.232767",\
|
|
"-3.125706, -3.080476, -2.970428, -2.643358, -1.504024");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.193988, -3.148757, -3.038710, -2.711639, -1.572305",\
|
|
"-3.243104, -3.197874, -3.087826, -2.760756, -1.621422",\
|
|
"-3.356153, -3.310922, -3.200875, -2.873804, -1.734470",\
|
|
"-3.707529, -3.662298, -3.552251, -3.225181, -2.085847",\
|
|
"-4.966737, -4.921506, -4.811459, -4.484388, -3.345054");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002503 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.334869, 2.289638, 2.179591, 1.852521, 0.713187",\
|
|
"2.386828, 2.341597, 2.231550, 1.904480, 0.765146",\
|
|
"2.490897, 2.445666, 2.335619, 2.008549, 0.869215",\
|
|
"2.734569, 2.689338, 2.579290, 2.252220, 1.112886",\
|
|
"3.522162, 3.476932, 3.366884, 3.039814, 1.900480");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.362145, 5.316915, 5.206867, 4.879797, 3.740463",\
|
|
"5.410306, 5.365076, 5.255029, 4.927958, 3.788624",\
|
|
"5.522773, 5.477543, 5.367496, 5.040425, 3.901091",\
|
|
"5.809317, 5.764086, 5.654038, 5.326968, 4.187634",\
|
|
"6.676117, 6.630887, 6.520840, 6.193769, 5.054435");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.228823, -2.183592, -2.073545, -1.746475, -0.607141",\
|
|
"-2.280782, -2.235551, -2.125504, -1.798434, -0.659100",\
|
|
"-2.384851, -2.339621, -2.229573, -1.902503, -0.763169",\
|
|
"-2.628523, -2.583292, -2.473245, -2.146175, -1.006840",\
|
|
"-3.416117, -3.370886, -3.260839, -2.933769, -1.794434");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.030071, -4.984840, -4.874793, -4.547723, -3.408389",\
|
|
"-5.078233, -5.033002, -4.922955, -4.595884, -3.456550",\
|
|
"-5.190700, -5.145469, -5.035421, -4.708351, -3.569017",\
|
|
"-5.477243, -5.432012, -5.321965, -4.994895, -3.855561",\
|
|
"-6.344044, -6.298813, -6.188766, -5.861695, -4.722362");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003677 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.622067, 1.576836, 1.466789, 1.139719, 0.000385",\
|
|
"1.672104, 1.626873, 1.516826, 1.189756, 0.050422",\
|
|
"1.784618, 1.739387, 1.629340, 1.302269, 0.162935",\
|
|
"2.126318, 2.081087, 1.971040, 1.643969, 0.504635",\
|
|
"3.397709, 3.352478, 3.242431, 2.915360, 1.776026");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.282419, 3.237188, 3.127141, 2.800070, 1.660736",\
|
|
"3.331512, 3.286281, 3.176234, 2.849164, 1.709830",\
|
|
"3.444987, 3.399756, 3.289709, 2.962638, 1.823304",\
|
|
"3.796427, 3.751196, 3.641149, 3.314079, 2.174745",\
|
|
"5.060605, 5.015374, 4.905326, 4.578256, 3.438922");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.519225, -1.473995, -1.363948, -1.036877, 0.102457",\
|
|
"-1.569262, -1.524032, -1.413984, -1.086914, 0.052420",\
|
|
"-1.681776, -1.636545, -1.526498, -1.199428, -0.060094",\
|
|
"-2.023476, -1.978245, -1.868198, -1.541128, -0.401794",\
|
|
"-3.294867, -3.249636, -3.139588, -2.812518, -1.673184");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.952423, -2.907192, -2.797145, -2.470075, -1.330741",\
|
|
"-3.001516, -2.956285, -2.846238, -2.519168, -1.379834",\
|
|
"-3.114991, -3.069760, -2.959713, -2.632643, -1.493309",\
|
|
"-3.466432, -3.421201, -3.311153, -2.984083, -1.844749",\
|
|
"-4.730609, -4.685378, -4.575331, -4.248260, -3.108927");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.071231 ;
|
|
|
|
/* 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 ( "1.377371");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.815266");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005324 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.969600, 2.924370, 2.814322, 2.487252, 1.347918",\
|
|
"3.020833, 2.975602, 2.865555, 2.538485, 1.399151",\
|
|
"3.140845, 3.095614, 2.985567, 2.658497, 1.519162",\
|
|
"3.427351, 3.382120, 3.272073, 2.945003, 1.805669",\
|
|
"4.375268, 4.330037, 4.219990, 3.892920, 2.753586");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.844401, 5.799170, 5.689123, 5.362053, 4.222719",\
|
|
"5.895896, 5.850665, 5.740618, 5.413548, 4.274214",\
|
|
"6.009794, 5.964563, 5.854516, 5.527446, 4.388112",\
|
|
"6.373482, 6.328252, 6.218204, 5.891134, 4.751800",\
|
|
"7.648479, 7.603249, 7.493201, 7.166131, 6.026796");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.826317, -0.781086, -0.671039, -0.343969, 0.795365",\
|
|
"-0.877637, -0.832407, -0.722360, -0.395289, 0.744045",\
|
|
"-0.997449, -0.952218, -0.842171, -0.515101, 0.624233",\
|
|
"-1.283819, -1.238589, -1.128541, -0.801471, 0.337863",\
|
|
"-2.233636, -2.188406, -2.078358, -1.751288, -0.611954");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.138709, -2.093478, -1.983431, -1.656361, -0.517026",\
|
|
"-2.190229, -2.144999, -2.034952, -1.707881, -0.568547",\
|
|
"-2.304167, -2.258937, -2.148890, -1.821819, -0.682485",\
|
|
"-2.668366, -2.623136, -2.513089, -2.186018, -1.046684",\
|
|
"-3.946835, -3.901604, -3.791557, -3.464487, -2.325152");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.755528, 4.755528, 4.755528, 4.755528, 4.755528",\
|
|
"4.806849, 4.806849, 4.806849, 4.806849, 4.806849",\
|
|
"4.926660, 4.926660, 4.926660, 4.926660, 4.926660",\
|
|
"5.213031, 5.213031, 5.213031, 5.213031, 5.213031",\
|
|
"6.162847, 6.162847, 6.162847, 6.162847, 6.162847");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.258677, 5.258677, 5.258677, 5.258677, 5.258677",\
|
|
"5.310197, 5.310197, 5.310197, 5.310197, 5.310197",\
|
|
"5.424134, 5.424134, 5.424134, 5.424134, 5.424134",\
|
|
"5.788333, 5.788333, 5.788333, 5.788333, 5.788333",\
|
|
"7.066802, 7.066802, 7.066802, 7.066802, 7.066802");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.556325, -0.556325, -0.556325, -0.556325, -0.556325",\
|
|
"-0.607646, -0.607646, -0.607646, -0.607646, -0.607646",\
|
|
"-0.727457, -0.727457, -0.727457, -0.727457, -0.727457",\
|
|
"-1.013827, -1.013827, -1.013827, -1.013827, -1.013827",\
|
|
"-1.963590, -1.963590, -1.963590, -1.963590, -1.963590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.569506, -1.569506, -1.569506, -1.569506, -1.569506",\
|
|
"-1.621027, -1.621027, -1.621027, -1.621027, -1.621027",\
|
|
"-1.734965, -1.734965, -1.734965, -1.734965, -1.734965",\
|
|
"-2.099164, -2.099164, -2.099164, -2.099164, -2.099164",\
|
|
"-3.377632, -3.377632, -3.377632, -3.377632, -3.377632");
|
|
}
|
|
|
|
} /* 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.009826 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "15.621045, 15.575814, 15.465767, 15.138697, 13.999363",\
|
|
"15.670810, 15.625579, 15.515532, 15.188461, 14.049128",\
|
|
"15.779822, 15.734591, 15.624544, 15.297474, 14.158140",\
|
|
"16.056870, 16.011639, 15.901590, 15.574520, 14.435186",\
|
|
"16.968300, 16.923069, 16.813021, 16.485950, 15.346617");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "17.018030, 16.972799, 16.862751, 16.535681, 15.396347",\
|
|
"17.067978, 17.022747, 16.912699, 16.585629, 15.446295",\
|
|
"17.182074, 17.136843, 17.026794, 16.699724, 15.560390",\
|
|
"17.543909, 17.498678, 17.388630, 17.061560, 15.922226",\
|
|
"18.933495, 18.888264, 18.778215, 18.451145, 17.311811");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.176970, -1.131740, -1.021692, -0.694622, 0.444422",\
|
|
"-1.226858, -1.181627, -1.071580, -0.744510, 0.394535",\
|
|
"-1.335870, -1.290640, -1.180592, -0.853522, 0.285522",\
|
|
"-1.612799, -1.567568, -1.457521, -1.130451, 0.008594",\
|
|
"-2.525866, -2.480636, -2.370588, -2.043518, -0.904474");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.072773, -3.027543, -2.917495, -2.590425, -1.451381",\
|
|
"-3.122776, -3.077546, -2.967498, -2.640428, -1.501384",\
|
|
"-3.236878, -3.191648, -3.081600, -2.754530, -1.615486",\
|
|
"-3.598579, -3.553349, -3.443301, -3.116231, -1.977187",\
|
|
"-4.986889, -4.941658, -4.831611, -4.504541, -3.365497");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.791503, 13.791503, 13.791503, 13.791503, 13.791503",\
|
|
"13.841269, 13.841269, 13.841269, 13.841269, 13.841269",\
|
|
"13.950280, 13.950280, 13.950280, 13.950280, 13.950280",\
|
|
"14.227326, 14.227326, 14.227326, 14.227326, 14.227326",\
|
|
"15.138755, 15.138755, 15.138755, 15.138755, 15.138755");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "16.536854, 16.536854, 16.536854, 16.536854, 16.536854",\
|
|
"16.586803, 16.586803, 16.586803, 16.586803, 16.586803",\
|
|
"16.700901, 16.700901, 16.700901, 16.700901, 16.700901",\
|
|
"17.062737, 17.062737, 17.062737, 17.062737, 17.062737",\
|
|
"18.452320, 18.452320, 18.452320, 18.452320, 18.452320");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.776476, -2.776476, -2.776476, -2.776476, -2.776476",\
|
|
"-2.826477, -2.826477, -2.826477, -2.826477, -2.826477",\
|
|
"-2.935489, -2.935489, -2.935489, -2.935489, -2.935489",\
|
|
"-3.212531, -3.212531, -3.212531, -3.212531, -3.212531",\
|
|
"-4.123759, -4.123759, -4.123759, -4.123759, -4.123759");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.208987, -4.208987, -4.208987, -4.208987, -4.208987",\
|
|
"-4.258990, -4.258990, -4.258990, -4.258990, -4.258990",\
|
|
"-4.373091, -4.373091, -4.373091, -4.373091, -4.373091",\
|
|
"-4.734787, -4.734787, -4.734787, -4.734787, -4.734787",\
|
|
"-6.127596, -6.127596, -6.127596, -6.127596, -6.127596");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004364 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.577319, 1.532088, 1.422041, 1.094970, -0.044363",\
|
|
"1.626208, 1.580977, 1.470930, 1.143860, 0.004526",\
|
|
"1.738418, 1.693187, 1.583140, 1.256069, 0.116735",\
|
|
"2.047628, 2.002398, 1.892350, 1.565280, 0.425946",\
|
|
"3.126538, 3.081308, 2.971260, 2.644190, 1.504856");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.674226, 3.628995, 3.518948, 3.191877, 2.052543",\
|
|
"3.725325, 3.680094, 3.570047, 3.242976, 2.103642",\
|
|
"3.836920, 3.791689, 3.681642, 3.354571, 2.215237",\
|
|
"4.150713, 4.105482, 3.995435, 3.668365, 2.529031",\
|
|
"5.134604, 5.089373, 4.979325, 4.652255, 3.512921");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.311305, -1.266075, -1.156027, -0.828957, 0.310087",\
|
|
"-1.360194, -1.314964, -1.204916, -0.877846, 0.261198",\
|
|
"-1.472404, -1.427174, -1.317126, -0.990056, 0.148988",\
|
|
"-1.781614, -1.736384, -1.626337, -1.299267, -0.160222",\
|
|
"-2.860524, -2.815294, -2.705246, -2.378176, -1.239132");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.168668, -3.123437, -3.013390, -2.686320, -1.547276",\
|
|
"-3.219766, -3.174536, -3.064489, -2.737419, -1.598374",\
|
|
"-3.331362, -3.286131, -3.176084, -2.849014, -1.709970",\
|
|
"-3.645155, -3.599924, -3.489877, -3.162807, -2.023763",\
|
|
"-4.629045, -4.583815, -4.473767, -4.146698, -3.007653");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005143 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.507089, 1.461859, 1.351812, 1.024741, -0.114593",\
|
|
"1.559036, 1.513806, 1.403758, 1.076688, -0.062646",\
|
|
"1.676175, 1.630944, 1.520897, 1.193826, 0.054492",\
|
|
"1.962788, 1.917557, 1.807510, 1.480439, 0.341105",\
|
|
"2.914181, 2.868950, 2.758903, 2.431833, 1.292499");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.839800, 3.794569, 3.684522, 3.357452, 2.218118",\
|
|
"3.890109, 3.844878, 3.734830, 3.407760, 2.268426",\
|
|
"4.003555, 3.958324, 3.848277, 3.521207, 2.381873",\
|
|
"4.362943, 4.317712, 4.207665, 3.880595, 2.741261",\
|
|
"5.627560, 5.582329, 5.472281, 5.145211, 4.005877");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.216937, -1.171706, -1.061659, -0.734589, 0.404455",\
|
|
"-1.268883, -1.223653, -1.113605, -0.786536, 0.352509",\
|
|
"-1.386022, -1.340791, -1.230744, -0.903674, 0.235370",\
|
|
"-1.672635, -1.627404, -1.517357, -1.190287, -0.051243",\
|
|
"-2.624028, -2.578798, -2.468750, -2.141680, -1.002636");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.303738, -3.258507, -3.148460, -2.821390, -1.682346",\
|
|
"-3.354045, -3.308815, -3.198768, -2.871698, -1.732653",\
|
|
"-3.467492, -3.422262, -3.312214, -2.985144, -1.846100",\
|
|
"-3.826880, -3.781650, -3.671602, -3.344532, -2.205488",\
|
|
"-5.091496, -5.046266, -4.936219, -4.609149, -3.470104");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.871705, 1.895745, 1.971689, 2.250489, 3.599163",\
|
|
"1.919987, 1.944027, 2.019970, 2.298770, 3.647444",\
|
|
"2.031822, 2.055862, 2.131805, 2.410606, 3.759279",\
|
|
"2.362735, 2.386775, 2.462718, 2.741519, 4.090192",\
|
|
"3.569699, 3.593738, 3.669681, 3.948482, 5.297155");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051137, 0.073933, 0.160304, 0.541175, 2.402350");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.162750, 2.180914, 2.230324, 2.366776, 2.941658",\
|
|
"2.213768, 2.231932, 2.281342, 2.417794, 2.992676",\
|
|
"2.326224, 2.344388, 2.393798, 2.530250, 3.105133",\
|
|
"2.695643, 2.713807, 2.763217, 2.899668, 3.474551",\
|
|
"4.041288, 4.059452, 4.108861, 4.245313, 4.820195");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046109, 0.058004, 0.097379, 0.253964, 1.036152",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036152",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036153",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036153",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036153");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.871510, 1.895548, 1.971488, 2.250288, 3.598959",\
|
|
"1.919791, 1.943829, 2.019770, 2.298570, 3.647241",\
|
|
"2.031625, 2.055663, 2.131603, 2.410403, 3.759074",\
|
|
"2.362540, 2.386578, 2.462518, 2.741318, 4.089990",\
|
|
"3.569535, 3.593573, 3.669514, 3.948314, 5.296986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051130, 0.073926, 0.160300, 0.541176, 2.402351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.160166, 2.178325, 2.227713, 2.364150, 2.939029",\
|
|
"2.211184, 2.229343, 2.278731, 2.415168, 2.990046",\
|
|
"2.321397, 2.339556, 2.388945, 2.525382, 3.100260",\
|
|
"2.690867, 2.709027, 2.758415, 2.894851, 3.469730",\
|
|
"4.038681, 4.056839, 4.106227, 4.242663, 4.817542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036164");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.470930, 2.489094, 2.538504, 2.674955, 3.249838",\
|
|
"2.519211, 2.537375, 2.586785, 2.723237, 3.298119",\
|
|
"2.630993, 2.649157, 2.698567, 2.835019, 3.409901",\
|
|
"2.961847, 2.980011, 3.029421, 3.165873, 3.740755",\
|
|
"4.166004, 4.184168, 4.233577, 4.370029, 4.944911");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046109, 0.058004, 0.097379, 0.253964, 1.036152",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036152",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036153",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036153",\
|
|
"0.046109, 0.058004, 0.097379, 0.253964, 1.036153");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.953331, 1.977371, 2.053314, 2.332115, 3.680788",\
|
|
"2.004349, 2.028389, 2.104332, 2.383132, 3.731806",\
|
|
"2.116641, 2.140681, 2.216624, 2.495425, 3.844098",\
|
|
"2.486191, 2.510231, 2.586174, 2.864974, 4.213648",\
|
|
"3.832972, 3.857012, 3.932955, 4.211755, 5.560429");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051138, 0.073933, 0.160304, 0.541175, 2.402350",\
|
|
"0.051137, 0.073933, 0.160304, 0.541175, 2.402350");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.468345, 2.486505, 2.535893, 2.672329, 3.247208",\
|
|
"2.516627, 2.534786, 2.584174, 2.720611, 3.295489",\
|
|
"2.628430, 2.646589, 2.695977, 2.832414, 3.407293",\
|
|
"2.959274, 2.977433, 3.026822, 3.163258, 3.738137",\
|
|
"4.163397, 4.181555, 4.230943, 4.367379, 4.942257");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036163",\
|
|
"0.046037, 0.057927, 0.097337, 0.253946, 1.036164");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.953135, 1.977173, 2.053114, 2.331914, 3.680585",\
|
|
"2.004153, 2.028191, 2.104132, 2.382931, 3.731603",\
|
|
"2.114106, 2.138144, 2.214085, 2.492884, 3.841556",\
|
|
"2.483721, 2.507760, 2.583700, 2.862500, 4.211171",\
|
|
"3.832809, 3.856847, 3.932788, 4.211588, 5.560259");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051129, 0.073925, 0.160299, 0.541176, 2.402351",\
|
|
"0.051130, 0.073926, 0.160300, 0.541176, 2.402351");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.699678, 1.723727, 1.799684, 2.078489, 3.427176",\
|
|
"1.748552, 1.772602, 1.848558, 2.127363, 3.476050",\
|
|
"1.860787, 1.884837, 1.960793, 2.239598, 3.588285",\
|
|
"2.169994, 2.194044, 2.270000, 2.548805, 3.897491",\
|
|
"3.249461, 3.273511, 3.349468, 3.628273, 4.976960");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051186, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051186, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051186, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051187, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051188, 0.073979, 0.160331, 0.541167, 2.402347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.054506, 2.072668, 2.122072, 2.258520, 2.833401",\
|
|
"2.105538, 2.123701, 2.173105, 2.309553, 2.884434",\
|
|
"2.217101, 2.235264, 2.284668, 2.421115, 2.995997",\
|
|
"2.531611, 2.549774, 2.599178, 2.735625, 3.310506",\
|
|
"3.519791, 3.537955, 3.587359, 3.723807, 4.298687");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046090, 0.057983, 0.097368, 0.253959, 1.036156",\
|
|
"0.046090, 0.057983, 0.097368, 0.253959, 1.036156",\
|
|
"0.046090, 0.057983, 0.097368, 0.253959, 1.036156",\
|
|
"0.046090, 0.057983, 0.097368, 0.253959, 1.036155",\
|
|
"0.046091, 0.057985, 0.097369, 0.253960, 1.036155");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "1.699678, 1.723727, 1.799684, 2.078489, 3.427176",\
|
|
"1.748552, 1.772602, 1.848558, 2.127363, 3.476050",\
|
|
"1.860787, 1.884837, 1.960793, 2.239598, 3.588285",\
|
|
"2.169994, 2.194044, 2.270000, 2.548805, 3.897491",\
|
|
"3.249461, 3.273511, 3.349468, 3.628273, 4.976960");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051186, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051186, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051186, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051187, 0.073977, 0.160330, 0.541168, 2.402347",\
|
|
"0.051188, 0.073979, 0.160331, 0.541167, 2.402347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.054506, 2.072668, 2.122072, 2.258520, 2.833401",\
|
|
"2.105538, 2.123701, 2.173105, 2.309553, 2.884434",\
|
|
"2.217101, 2.235264, 2.284668, 2.421115, 2.995997",\
|
|
"2.531611, 2.549774, 2.599178, 2.735625, 3.310506",\
|
|
"3.519791, 3.537955, 3.587359, 3.723807, 4.298687");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046090, 0.057983, 0.097368, 0.253959, 1.036156",\
|
|
"0.046090, 0.057983, 0.097368, 0.253959, 1.036156",\
|
|
"0.046090, 0.057983, 0.097368, 0.253959, 1.036156",\
|
|
"0.046090, 0.057983, 0.097368, 0.253959, 1.036155",\
|
|
"0.046091, 0.057985, 0.097369, 0.253960, 1.036155");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914",\
|
|
"7.291420, 7.315468, 7.391424, 7.670228, 9.018914");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347",\
|
|
"0.051182, 0.073973, 0.160327, 0.541168, 2.402347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920",\
|
|
"7.503059, 7.521218, 7.570605, 7.707041, 8.281920");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164",\
|
|
"0.046036, 0.057926, 0.097337, 0.253946, 1.036164");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.001038, 2.025525, 2.101994, 2.380535, 3.727955",\
|
|
"2.049320, 2.073807, 2.150275, 2.428816, 3.776237",\
|
|
"2.161156, 2.185643, 2.262111, 2.540653, 3.888072",\
|
|
"2.492067, 2.516555, 2.593023, 2.871564, 4.218984",\
|
|
"3.698993, 3.723481, 3.799948, 4.078489, 5.425909");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053132, 0.075747, 0.161368, 0.539778, 2.397543",\
|
|
"0.053132, 0.075747, 0.161368, 0.539778, 2.397543",\
|
|
"0.053132, 0.075747, 0.161368, 0.539778, 2.397542",\
|
|
"0.053131, 0.075747, 0.161368, 0.539778, 2.397542",\
|
|
"0.053130, 0.075746, 0.161368, 0.539778, 2.397542");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.247944, 2.266183, 2.315786, 2.451966, 3.036934",\
|
|
"2.298962, 2.317201, 2.366804, 2.502984, 3.087952",\
|
|
"2.411444, 2.429683, 2.479286, 2.615466, 3.200434",\
|
|
"2.780869, 2.799107, 2.848710, 2.984890, 3.569858",\
|
|
"4.126006, 4.144244, 4.193847, 4.330027, 4.914995");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046818, 0.058790, 0.097853, 0.253126, 1.038668",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038668",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038669",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038669",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038669");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.000744, 2.025228, 2.101693, 2.380233, 3.727649",\
|
|
"2.049026, 2.073510, 2.149974, 2.428514, 3.775930",\
|
|
"2.160858, 2.185343, 2.261807, 2.540347, 3.887763",\
|
|
"2.491772, 2.516256, 2.592721, 2.871261, 4.218677",\
|
|
"3.698717, 3.723202, 3.799666, 4.078206, 5.425622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053117, 0.075734, 0.161361, 0.539780, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539780, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539779, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539779, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539779, 2.397543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.245291, 2.263524, 2.313105, 2.449270, 3.034233",\
|
|
"2.296309, 2.314542, 2.364123, 2.500287, 3.085251",\
|
|
"2.406382, 2.424615, 2.474196, 2.610361, 3.195324",\
|
|
"2.775861, 2.794095, 2.843676, 2.979840, 3.564804",\
|
|
"4.123324, 4.141558, 4.191138, 4.327302, 4.912266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038681");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.557053, 2.575292, 2.624895, 2.761075, 3.346043",\
|
|
"2.605335, 2.623574, 2.673177, 2.809357, 3.394325",\
|
|
"2.717117, 2.735355, 2.784958, 2.921138, 3.506107",\
|
|
"3.047971, 3.066210, 3.115813, 3.251993, 3.836961",\
|
|
"4.252144, 4.270382, 4.319985, 4.456165, 5.041133");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046818, 0.058790, 0.097853, 0.253126, 1.038668",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038668",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038669",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038669",\
|
|
"0.046818, 0.058790, 0.097853, 0.253126, 1.038669");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.082443, 2.106930, 2.183398, 2.461940, 3.809360",\
|
|
"2.133461, 2.157948, 2.234416, 2.512957, 3.860377",\
|
|
"2.245781, 2.270268, 2.346737, 2.625278, 3.972698",\
|
|
"2.615334, 2.639822, 2.716290, 2.994831, 4.342251",\
|
|
"3.961558, 3.986046, 4.062514, 4.341054, 5.688474");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053132, 0.075747, 0.161368, 0.539778, 2.397543",\
|
|
"0.053132, 0.075747, 0.161368, 0.539778, 2.397543",\
|
|
"0.053132, 0.075747, 0.161368, 0.539778, 2.397542",\
|
|
"0.053131, 0.075747, 0.161368, 0.539778, 2.397542",\
|
|
"0.053130, 0.075746, 0.161368, 0.539778, 2.397542");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.554399, 2.572633, 2.622213, 2.758378, 3.343342",\
|
|
"2.602681, 2.620915, 2.670495, 2.806660, 3.391624",\
|
|
"2.714477, 2.732710, 2.782291, 2.918456, 3.503419",\
|
|
"3.045325, 3.063558, 3.113139, 3.249304, 3.834267",\
|
|
"4.249463, 4.267696, 4.317276, 4.453440, 5.038404");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038680",\
|
|
"0.046745, 0.058712, 0.097811, 0.253108, 1.038681");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.082149, 2.106633, 2.183098, 2.461637, 3.809053",\
|
|
"2.133166, 2.157651, 2.234115, 2.512655, 3.860071",\
|
|
"2.242982, 2.267467, 2.343931, 2.622471, 3.969887",\
|
|
"2.612602, 2.637087, 2.713551, 2.992091, 4.339507",\
|
|
"3.961282, 3.985767, 4.062231, 4.340771, 5.688187");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053117, 0.075734, 0.161361, 0.539780, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539780, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539779, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539779, 2.397543",\
|
|
"0.053117, 0.075734, 0.161361, 0.539779, 2.397543");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.005873, 2.030366, 2.106843, 2.385386, 3.732814",\
|
|
"2.057187, 2.081681, 2.158157, 2.436700, 3.784128",\
|
|
"2.169493, 2.193986, 2.270462, 2.549006, 3.896433",\
|
|
"2.443084, 2.467577, 2.544053, 2.822597, 4.170024",\
|
|
"3.375906, 3.400399, 3.476876, 3.755419, 5.102847");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053161, 0.075773, 0.161384, 0.539774, 2.397539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.344996, 2.363234, 2.412833, 2.549011, 3.133978",\
|
|
"2.390529, 2.408767, 2.458366, 2.594544, 3.179511",\
|
|
"2.503809, 2.522047, 2.571646, 2.707824, 3.292791",\
|
|
"2.870191, 2.888429, 2.938028, 3.074206, 3.659173",\
|
|
"4.280948, 4.299186, 4.348786, 4.484963, 5.069931");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046807, 0.058779, 0.097847, 0.253123, 1.038671");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.005873, 2.030366, 2.106843, 2.385386, 3.732814",\
|
|
"2.057187, 2.081681, 2.158157, 2.436700, 3.784128",\
|
|
"2.169493, 2.193986, 2.270462, 2.549006, 3.896433",\
|
|
"2.443084, 2.467577, 2.544053, 2.822597, 4.170024",\
|
|
"3.375906, 3.400399, 3.476876, 3.755419, 5.102847");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053160, 0.075773, 0.161383, 0.539774, 2.397540",\
|
|
"0.053161, 0.075773, 0.161384, 0.539774, 2.397539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.344996, 2.363234, 2.412833, 2.549011, 3.133978",\
|
|
"2.390529, 2.408767, 2.458366, 2.594544, 3.179511",\
|
|
"2.503809, 2.522047, 2.571646, 2.707824, 3.292791",\
|
|
"2.870191, 2.888429, 2.938028, 3.074206, 3.659173",\
|
|
"4.280948, 4.299186, 4.348786, 4.484963, 5.069931");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046806, 0.058777, 0.097846, 0.253122, 1.038670",\
|
|
"0.046807, 0.058779, 0.097847, 0.253123, 1.038671");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162",\
|
|
"7.721231, 7.745722, 7.822196, 8.100738, 9.448162");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542",\
|
|
"0.053148, 0.075762, 0.161377, 0.539775, 2.397542");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083",\
|
|
"7.986138, 8.004373, 8.053954, 8.190119, 8.775083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680",\
|
|
"0.046748, 0.058716, 0.097813, 0.253109, 1.038680");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "1.760946, 1.785332, 1.861758, 2.140301, 3.487401",\
|
|
"1.810575, 1.834961, 1.911387, 2.189929, 3.537030",\
|
|
"1.922552, 1.946939, 2.023364, 2.301907, 3.649007",\
|
|
"2.266756, 2.291142, 2.367568, 2.646111, 3.993211",\
|
|
"3.534569, 3.558955, 3.635381, 3.913923, 5.261024");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053546, 0.076155, 0.161794, 0.540216, 2.397546",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397546",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397546",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397547",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397547");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.169635, 2.187761, 2.237301, 2.373497, 2.958312",\
|
|
"2.218893, 2.237019, 2.286560, 2.422755, 3.007571",\
|
|
"2.331268, 2.349394, 2.398935, 2.535130, 3.119946",\
|
|
"2.683048, 2.701174, 2.750714, 2.886910, 3.471725",\
|
|
"3.944011, 3.962137, 4.011676, 4.147871, 4.732686");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047108, 0.059044, 0.098057, 0.253324, 1.038664");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "1.757415, 1.781767, 1.858147, 2.136676, 3.483731",\
|
|
"1.807044, 1.831396, 1.907776, 2.186304, 3.533359",\
|
|
"1.919021, 1.943373, 2.019753, 2.298282, 3.645337",\
|
|
"2.263226, 2.287579, 2.363958, 2.642487, 3.989542",\
|
|
"3.531038, 3.555390, 3.631770, 3.910299, 5.257354");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161705, 0.540239, 2.397560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.161018, 2.179128, 2.228600, 2.364748, 2.949551",\
|
|
"2.210277, 2.228386, 2.277859, 2.414007, 2.998809",\
|
|
"2.322652, 2.340761, 2.390234, 2.526382, 3.111184",\
|
|
"2.674438, 2.692547, 2.742020, 2.878168, 3.462970",\
|
|
"3.935984, 3.954094, 4.003566, 4.139715, 4.724517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.046891, 0.058815, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058815, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058815, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058814, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058814, 0.097932, 0.253270, 1.038697");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.317864, 2.335989, 2.385530, 2.521726, 3.106541",\
|
|
"2.367493, 2.385618, 2.435159, 2.571355, 3.156170",\
|
|
"2.479470, 2.497596, 2.547137, 2.683332, 3.268147",\
|
|
"2.823951, 2.842076, 2.891617, 3.027812, 3.612628",\
|
|
"4.091282, 4.109408, 4.158947, 4.295142, 4.879957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047113, 0.059049, 0.098060, 0.253324, 1.038663",\
|
|
"0.047108, 0.059044, 0.098057, 0.253324, 1.038664");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "1.921794, 1.946181, 2.022606, 2.301149, 3.648249",\
|
|
"1.971053, 1.995439, 2.071865, 2.350407, 3.697508",\
|
|
"2.083428, 2.107814, 2.184240, 2.462782, 3.809883",\
|
|
"2.435246, 2.459633, 2.536058, 2.814601, 4.161702",\
|
|
"3.697406, 3.721792, 3.798217, 4.076760, 5.423861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053546, 0.076155, 0.161794, 0.540216, 2.397546",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397546",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397546",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397547",\
|
|
"0.053546, 0.076155, 0.161794, 0.540216, 2.397547");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.309247, 2.327357, 2.376829, 2.512977, 3.097780",\
|
|
"2.358876, 2.376986, 2.426458, 2.562606, 3.147408",\
|
|
"2.470853, 2.488963, 2.538435, 2.674583, 3.259386",\
|
|
"2.815340, 2.833450, 2.882922, 3.019070, 3.603873",\
|
|
"4.083255, 4.101366, 4.150837, 4.286986, 4.871789");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.046891, 0.058815, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058815, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058815, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058814, 0.097932, 0.253270, 1.038697",\
|
|
"0.046891, 0.058814, 0.097932, 0.253270, 1.038697");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "1.918263, 1.942615, 2.018995, 2.297524, 3.644579",\
|
|
"1.967521, 1.991874, 2.068253, 2.346782, 3.693837",\
|
|
"2.079896, 2.104249, 2.180629, 2.459157, 3.806212",\
|
|
"2.431717, 2.456069, 2.532449, 2.810977, 4.158032",\
|
|
"3.693875, 3.718227, 3.794607, 4.073135, 5.420191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161706, 0.540239, 2.397560",\
|
|
"0.053379, 0.076003, 0.161705, 0.540239, 2.397560");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "1.794111, 1.818580, 1.895119, 2.173695, 3.520907",\
|
|
"1.845491, 1.869961, 1.946499, 2.225075, 3.572288",\
|
|
"1.957653, 1.982122, 2.058661, 2.337237, 3.684449",\
|
|
"2.231099, 2.255569, 2.332108, 2.610684, 3.957896",\
|
|
"3.167464, 3.191933, 3.268472, 3.547049, 4.894261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053958, 0.076528, 0.162011, 0.540157, 2.397513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.213366, 2.231489, 2.281019, 2.417207, 3.002021",\
|
|
"2.258789, 2.276912, 2.326442, 2.462631, 3.047444",\
|
|
"2.372094, 2.390217, 2.439747, 2.575935, 3.160748",\
|
|
"2.738367, 2.756490, 2.806020, 2.942209, 3.527022",\
|
|
"4.146352, 4.164475, 4.214005, 4.350194, 4.935008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.047078, 0.059012, 0.098040, 0.253316, 1.038669",\
|
|
"0.047078, 0.059012, 0.098040, 0.253316, 1.038669",\
|
|
"0.047078, 0.059012, 0.098040, 0.253316, 1.038669",\
|
|
"0.047078, 0.059012, 0.098040, 0.253316, 1.038669",\
|
|
"0.047079, 0.059014, 0.098041, 0.253316, 1.038668");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "1.794111, 1.818580, 1.895119, 2.173695, 3.520907",\
|
|
"1.845491, 1.869961, 1.946499, 2.225075, 3.572288",\
|
|
"1.957653, 1.982122, 2.058661, 2.337237, 3.684449",\
|
|
"2.231099, 2.255569, 2.332108, 2.610684, 3.957896",\
|
|
"3.167464, 3.191933, 3.268472, 3.547049, 4.894261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053957, 0.076527, 0.162011, 0.540157, 2.397513",\
|
|
"0.053958, 0.076528, 0.162011, 0.540157, 2.397513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "2.206773, 2.224883, 2.274358, 2.410507, 2.995310",\
|
|
"2.252196, 2.270306, 2.319781, 2.455930, 3.040733",\
|
|
"2.365500, 2.383610, 2.433085, 2.569235, 3.154037",\
|
|
"2.731774, 2.749884, 2.799359, 2.935508, 3.520311",\
|
|
"4.139760, 4.157871, 4.207345, 4.343496, 4.928299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.046899, 0.058822, 0.097936, 0.253272, 1.038695",\
|
|
"0.046899, 0.058822, 0.097936, 0.253272, 1.038695",\
|
|
"0.046899, 0.058822, 0.097936, 0.253272, 1.038695",\
|
|
"0.046899, 0.058822, 0.097936, 0.253272, 1.038695",\
|
|
"0.046900, 0.058824, 0.097937, 0.253273, 1.038696");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "7.974088, 7.998483, 8.074921, 8.353466, 9.700578",\
|
|
"7.974088, 7.998483, 8.074921, 8.353466, 9.700578",\
|
|
"7.974088, 7.998483, 8.074921, 8.353466, 9.700578",\
|
|
"7.974088, 7.998483, 8.074921, 8.353466, 9.700578",\
|
|
"7.974088, 7.998483, 8.074921, 8.353466, 9.700578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053588, 0.076192, 0.161816, 0.540209, 2.397543",\
|
|
"0.053588, 0.076192, 0.161816, 0.540209, 2.397543",\
|
|
"0.053588, 0.076192, 0.161816, 0.540209, 2.397543",\
|
|
"0.053588, 0.076192, 0.161816, 0.540209, 2.397543",\
|
|
"0.053588, 0.076192, 0.161816, 0.540209, 2.397543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "8.245540, 8.263666, 8.313210, 8.449407, 9.034222",\
|
|
"8.245540, 8.263666, 8.313210, 8.449407, 9.034222",\
|
|
"8.245540, 8.263666, 8.313210, 8.449407, 9.034222",\
|
|
"8.245540, 8.263666, 8.313210, 8.449407, 9.034222",\
|
|
"8.245540, 8.263666, 8.313210, 8.449407, 9.034222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.047120, 0.059057, 0.098064, 0.253326, 1.038662",\
|
|
"0.047120, 0.059057, 0.098064, 0.253326, 1.038662",\
|
|
"0.047120, 0.059057, 0.098064, 0.253326, 1.038662",\
|
|
"0.047120, 0.059057, 0.098064, 0.253326, 1.038662",\
|
|
"0.047120, 0.059057, 0.098064, 0.253326, 1.038662");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "7.970597, 7.994959, 8.071351, 8.349883, 9.696950",\
|
|
"7.970597, 7.994959, 8.071351, 8.349883, 9.696950",\
|
|
"7.970597, 7.994959, 8.071351, 8.349883, 9.696950",\
|
|
"7.970597, 7.994959, 8.071351, 8.349883, 9.696950",\
|
|
"7.970597, 7.994959, 8.071351, 8.349883, 9.696950");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.053422, 0.076042, 0.161729, 0.540233, 2.397556",\
|
|
"0.053422, 0.076042, 0.161729, 0.540233, 2.397556",\
|
|
"0.053422, 0.076042, 0.161729, 0.540233, 2.397556",\
|
|
"0.053422, 0.076042, 0.161729, 0.540233, 2.397556",\
|
|
"0.053422, 0.076042, 0.161729, 0.540233, 2.397556");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "8.239012, 8.257125, 8.306614, 8.442773, 9.027577",\
|
|
"8.239012, 8.257125, 8.306614, 8.442773, 9.027577",\
|
|
"8.239012, 8.257125, 8.306614, 8.442773, 9.027577",\
|
|
"8.239012, 8.257125, 8.306614, 8.442773, 9.027577",\
|
|
"8.239012, 8.257125, 8.306614, 8.442773, 9.027577");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.046943, 0.058869, 0.097961, 0.253283, 1.038689",\
|
|
"0.046943, 0.058869, 0.097961, 0.253283, 1.038689",\
|
|
"0.046943, 0.058869, 0.097961, 0.253283, 1.038689",\
|
|
"0.046943, 0.058869, 0.097961, 0.253283, 1.038689",\
|
|
"0.046943, 0.058869, 0.097961, 0.253283, 1.038689");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "6.700643, 6.721725, 6.797900, 7.080333, 8.414802",\
|
|
"6.700643, 6.721725, 6.797900, 7.080333, 8.414802",\
|
|
"6.700643, 6.721725, 6.797900, 7.080333, 8.414802",\
|
|
"6.700643, 6.721725, 6.797900, 7.080333, 8.414802",\
|
|
"6.700643, 6.721725, 6.797900, 7.080333, 8.414802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.060765, 0.083550, 0.178174, 0.565943, 2.433456",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433456",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433456",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433456",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433456");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "6.577112, 6.591924, 6.640348, 6.773689, 7.360095",\
|
|
"6.577112, 6.591924, 6.640348, 6.773689, 7.360095",\
|
|
"6.577112, 6.591924, 6.640348, 6.773689, 7.360095",\
|
|
"6.577112, 6.591924, 6.640348, 6.773689, 7.360095",\
|
|
"6.577112, 6.591924, 6.640348, 6.773689, 7.360095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.052688, 0.063387, 0.108004, 0.266733, 1.051396",\
|
|
"0.052688, 0.063387, 0.108004, 0.266733, 1.051396",\
|
|
"0.052688, 0.063387, 0.108004, 0.266733, 1.051396",\
|
|
"0.052688, 0.063387, 0.108004, 0.266733, 1.051396",\
|
|
"0.052688, 0.063387, 0.108004, 0.266733, 1.051396");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "6.700643, 6.721725, 6.797904, 7.080333, 8.414800",\
|
|
"6.700643, 6.721725, 6.797904, 7.080333, 8.414800",\
|
|
"6.700643, 6.721725, 6.797904, 7.080333, 8.414800",\
|
|
"6.700643, 6.721725, 6.797904, 7.080333, 8.414800",\
|
|
"6.700643, 6.721725, 6.797904, 7.080333, 8.414800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.060765, 0.083550, 0.178174, 0.565943, 2.433452",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433452",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433452",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433452",\
|
|
"0.060765, 0.083550, 0.178174, 0.565943, 2.433452");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "6.577112, 6.591924, 6.640349, 6.773689, 7.360093",\
|
|
"6.577112, 6.591924, 6.640349, 6.773689, 7.360093",\
|
|
"6.577112, 6.591924, 6.640349, 6.773689, 7.360093",\
|
|
"6.577112, 6.591924, 6.640349, 6.773689, 7.360093",\
|
|
"6.577112, 6.591924, 6.640349, 6.773689, 7.360093");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.052688, 0.063387, 0.108005, 0.266733, 1.042264",\
|
|
"0.052688, 0.063387, 0.108005, 0.266733, 1.042264",\
|
|
"0.052688, 0.063387, 0.108005, 0.266733, 1.042264",\
|
|
"0.052688, 0.063387, 0.108005, 0.266733, 1.042264",\
|
|
"0.052688, 0.063387, 0.108005, 0.266733, 1.042264");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864",\
|
|
"6.693777, 6.717430, 6.792758, 7.070935, 8.416864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663",\
|
|
"0.047236, 0.070512, 0.158234, 0.540227, 2.390663");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817",\
|
|
"6.487739, 6.506155, 6.555568, 6.691216, 7.273817");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885",\
|
|
"0.045071, 0.057786, 0.096776, 0.252372, 1.042885");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199",\
|
|
"7.002751, 7.026394, 7.101682, 7.379733, 8.725199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561",\
|
|
"0.047367, 0.070610, 0.158290, 0.539943, 2.390561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675",\
|
|
"6.951656, 6.970037, 7.019426, 7.155020, 7.737675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602",\
|
|
"0.045216, 0.057729, 0.096884, 0.252142, 1.040602");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867",\
|
|
"6.785496, 6.809206, 6.884540, 7.162694, 8.508867");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738",\
|
|
"0.047069, 0.070312, 0.157965, 0.539859, 2.391738");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684",\
|
|
"6.605114, 6.623600, 6.673070, 6.808740, 7.391684");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417",\
|
|
"0.044971, 0.057627, 0.096696, 0.252244, 1.042417");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887",\
|
|
"6.886435, 6.909575, 6.984777, 7.263681, 8.610887");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103",\
|
|
"0.049912, 0.073090, 0.160763, 0.544275, 2.399103");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831",\
|
|
"6.788255, 6.805943, 6.854967, 6.991397, 7.564831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970",\
|
|
"0.046640, 0.058863, 0.097740, 0.255131, 1.042970");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301",\
|
|
"7.017544, 7.038526, 7.113773, 7.393074, 8.737301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946",\
|
|
"0.060587, 0.083492, 0.175874, 0.557684, 2.412946");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912",\
|
|
"6.928721, 6.943453, 6.991172, 7.128345, 7.700912");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204",\
|
|
"0.052586, 0.063433, 0.105883, 0.262188, 1.053204");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212",\
|
|
"6.871321, 6.893550, 6.968284, 7.246877, 8.589212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964",\
|
|
"0.054263, 0.077352, 0.165172, 0.547782, 2.395964");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176",\
|
|
"6.726071, 6.742527, 6.790649, 6.926779, 7.498176");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474",\
|
|
"0.049065, 0.060759, 0.099507, 0.256043, 1.039474");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397",\
|
|
"7.045720, 7.069159, 7.144363, 7.422614, 8.768397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739",\
|
|
"0.048550, 0.071710, 0.159299, 0.541406, 2.394739");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328",\
|
|
"7.068396, 7.086483, 7.135710, 7.271593, 7.855328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363",\
|
|
"0.045880, 0.058107, 0.097314, 0.253104, 1.041363");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938",\
|
|
"6.773299, 6.796215, 6.871284, 7.150046, 8.495938");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730",\
|
|
"0.051039, 0.074174, 0.161849, 0.545043, 2.398730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425",\
|
|
"6.664927, 6.682311, 6.731110, 6.867430, 7.440425");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557",\
|
|
"0.047248, 0.059307, 0.098193, 0.255315, 1.041557");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302",\
|
|
"6.801579, 6.824941, 6.900946, 7.179771, 8.530302");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531",\
|
|
"0.048985, 0.072153, 0.163619, 0.544839, 2.405531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609",\
|
|
"6.641874, 6.659861, 6.709559, 6.846153, 7.420609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529",\
|
|
"0.046079, 0.058434, 0.100735, 0.256073, 1.048529");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114",\
|
|
"6.946500, 6.970129, 7.045374, 7.323421, 8.669114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414",\
|
|
"0.047670, 0.070828, 0.158373, 0.539949, 2.393414");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984",\
|
|
"6.884363, 6.902716, 6.952102, 7.087785, 7.670984");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452",\
|
|
"0.045334, 0.057693, 0.096955, 0.252268, 1.039452");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802",\
|
|
"6.938392, 6.961597, 7.037553, 7.316451, 8.666802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171",\
|
|
"0.049813, 0.072941, 0.164461, 0.545542, 2.407171");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397",\
|
|
"6.834755, 6.852520, 6.902100, 7.038803, 7.614397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372",\
|
|
"0.046556, 0.058732, 0.101134, 0.256593, 1.049372");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128",\
|
|
"6.998766, 7.022452, 7.097760, 7.375917, 8.722128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928",\
|
|
"0.047283, 0.070489, 0.158091, 0.539963, 2.392928");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594",\
|
|
"6.945484, 6.963918, 7.013365, 7.149108, 7.732594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607",\
|
|
"0.045148, 0.057615, 0.096811, 0.252348, 1.041607");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891",\
|
|
"6.712881, 6.736713, 6.812055, 7.089861, 8.434891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273",\
|
|
"0.046353, 0.069642, 0.157356, 0.538411, 2.387273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367",\
|
|
"6.609242, 6.627893, 6.677429, 6.812739, 7.394367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286",\
|
|
"0.044623, 0.057344, 0.096514, 0.251150, 1.038286");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764",\
|
|
"7.030492, 7.054713, 7.130079, 7.407498, 8.751764");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153",\
|
|
"0.045235, 0.068588, 0.156268, 0.536340, 2.384153");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534",\
|
|
"7.013017, 7.032135, 7.081830, 7.216802, 7.797534");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485",\
|
|
"0.043990, 0.056802, 0.096175, 0.249831, 1.033485");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520",\
|
|
"6.905961, 6.930461, 7.005708, 7.282402, 8.624520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980",\
|
|
"0.044656, 0.068051, 0.155535, 0.533670, 2.382980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471",\
|
|
"6.988588, 7.008076, 7.058164, 7.192866, 7.772471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510",\
|
|
"0.044736, 0.057364, 0.096752, 0.248255, 1.022510");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "6.991159, 7.015388, 7.090683, 7.367620, 8.709620",\
|
|
"6.991159, 7.015388, 7.090683, 7.367620, 8.709620",\
|
|
"6.991159, 7.015388, 7.090683, 7.367620, 8.709620",\
|
|
"6.991159, 7.015388, 7.090683, 7.367620, 8.709620",\
|
|
"6.991159, 7.015388, 7.090683, 7.367620, 8.709620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.045101, 0.068491, 0.156270, 0.535134, 2.378087",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378087",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378087",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378087",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378087");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "6.991069, 7.015298, 7.090593, 7.367529, 8.709530",\
|
|
"6.991069, 7.015298, 7.090593, 7.367529, 8.709530",\
|
|
"6.991069, 7.015298, 7.090593, 7.367529, 8.709530",\
|
|
"6.991069, 7.015298, 7.090593, 7.367529, 8.709530",\
|
|
"6.991069, 7.015298, 7.090593, 7.367529, 8.709530");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.045101, 0.068491, 0.156270, 0.535134, 2.378085",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378085",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378085",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378085",\
|
|
"0.045101, 0.068491, 0.156270, 0.535134, 2.378085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190",\
|
|
"6.961662, 6.980799, 7.030421, 7.164876, 7.743190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115",\
|
|
"0.043916, 0.056803, 0.096218, 0.248617, 1.028115");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606",\
|
|
"6.891326, 6.916023, 6.991405, 7.268192, 8.610606");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165",\
|
|
"0.043763, 0.067245, 0.154972, 0.533461, 2.377165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812",\
|
|
"6.912533, 6.932232, 6.982089, 7.116425, 7.694812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269",\
|
|
"0.043128, 0.056200, 0.095748, 0.247928, 1.026269");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792",\
|
|
"7.218777, 7.244259, 7.320863, 7.598069, 8.941792");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893",\
|
|
"0.050115, 0.073002, 0.158606, 0.533534, 2.382893");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065",\
|
|
"6.856421, 6.875636, 6.925415, 7.060095, 7.640065");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050",\
|
|
"0.044341, 0.056794, 0.096503, 0.248579, 1.024050");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166",\
|
|
"6.751165, 6.775778, 6.851165, 7.127984, 8.470166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742",\
|
|
"0.043916, 0.067393, 0.155208, 0.533812, 2.375742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886",\
|
|
"6.586543, 6.606183, 6.655995, 6.790264, 7.367886");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713",\
|
|
"0.043161, 0.056405, 0.095746, 0.248021, 1.027713");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874",\
|
|
"6.723879, 6.748434, 6.823810, 7.100661, 8.442874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175",\
|
|
"0.044089, 0.067554, 0.155366, 0.534047, 2.376175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958",\
|
|
"6.542628, 6.562199, 6.611987, 6.746285, 7.323958");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167",\
|
|
"0.043251, 0.056480, 0.095798, 0.248163, 1.028167");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928",\
|
|
"6.757075, 6.781642, 6.857020, 7.133842, 8.475928");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664",\
|
|
"0.044039, 0.067509, 0.155332, 0.533944, 2.375664");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482",\
|
|
"6.597268, 6.616850, 6.666639, 6.800908, 7.378482");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718",\
|
|
"0.043238, 0.056461, 0.095796, 0.248072, 1.027718");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716",\
|
|
"6.540864, 6.565375, 6.640747, 6.917605, 8.259716");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855",\
|
|
"0.044191, 0.067653, 0.155487, 0.534195, 2.375855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375",\
|
|
"6.367213, 6.386730, 6.436493, 6.570789, 7.148375");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255",\
|
|
"0.043320, 0.056541, 0.095842, 0.248214, 1.028255");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886",\
|
|
"6.931043, 6.955608, 7.030970, 7.307775, 8.649886");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465",\
|
|
"0.044099, 0.067561, 0.155339, 0.533888, 2.376465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986",\
|
|
"6.852430, 6.871991, 6.921778, 7.056081, 7.633986");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009",\
|
|
"0.043297, 0.056413, 0.095843, 0.248076, 1.027009");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565",\
|
|
"6.858593, 6.883141, 6.958509, 7.235352, 8.577565");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539",\
|
|
"0.044133, 0.067593, 0.155385, 0.534038, 2.376539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009",\
|
|
"6.756424, 6.775970, 6.825751, 6.960078, 7.538009");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599",\
|
|
"0.043311, 0.056450, 0.095844, 0.248174, 1.027599");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369",\
|
|
"6.491429, 6.516022, 6.591409, 6.868234, 8.210369");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522",\
|
|
"0.043954, 0.067430, 0.155259, 0.533881, 2.375522");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522",\
|
|
"6.308327, 6.327950, 6.377752, 6.512013, 7.089522");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902",\
|
|
"0.043176, 0.056442, 0.095754, 0.248043, 1.027902");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879",\
|
|
"6.571137, 6.595504, 6.670842, 6.947756, 8.289879");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037",\
|
|
"0.044644, 0.068073, 0.155885, 0.534726, 2.377037");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765",\
|
|
"6.415479, 6.434811, 6.484506, 6.618884, 7.196765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688",\
|
|
"0.043591, 0.056695, 0.096008, 0.248537, 1.028688");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894",\
|
|
"6.645125, 6.669668, 6.745029, 7.021842, 8.363894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149",\
|
|
"0.044144, 0.067605, 0.155403, 0.533978, 2.376149");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229",\
|
|
"6.529885, 6.549427, 6.599201, 6.733490, 7.311229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314",\
|
|
"0.043312, 0.056462, 0.095849, 0.248101, 1.027314");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265",\
|
|
"6.525179, 6.549760, 6.625152, 6.902011, 8.244265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760",\
|
|
"0.043983, 0.067457, 0.155290, 0.534003, 2.375760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020",\
|
|
"6.349674, 6.369281, 6.419082, 6.553375, 7.131020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271",\
|
|
"0.043200, 0.056458, 0.095764, 0.248135, 1.028271");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041",\
|
|
"6.889341, 6.913865, 6.989159, 7.265899, 8.608041");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534",\
|
|
"0.044432, 0.067855, 0.155462, 0.533769, 2.379534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688",\
|
|
"6.666008, 6.685535, 6.735311, 6.869630, 7.447688");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646",\
|
|
"0.043360, 0.056411, 0.095889, 0.247950, 1.026646");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056",\
|
|
"7.015408, 7.039768, 7.115010, 7.391806, 8.734056");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195",\
|
|
"0.045250, 0.068573, 0.156023, 0.534347, 2.384195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007",\
|
|
"7.056931, 7.076235, 7.126286, 7.261112, 7.841007");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579",\
|
|
"0.045148, 0.057682, 0.096979, 0.248700, 1.023579");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019",\
|
|
"7.212088, 7.236681, 7.312028, 7.588807, 8.931019");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607",\
|
|
"0.044098, 0.067555, 0.155266, 0.533724, 2.377607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542",\
|
|
"7.319320, 7.338876, 7.388674, 7.523036, 8.101542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108",\
|
|
"0.043352, 0.056293, 0.095897, 0.247901, 1.025108");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549",\
|
|
"7.144743, 7.169150, 7.244407, 7.521218, 8.863549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159",\
|
|
"0.044894, 0.068262, 0.155793, 0.534249, 2.383159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832",\
|
|
"7.054299, 7.073642, 7.123365, 7.257849, 7.836832");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757",\
|
|
"0.043688, 0.056469, 0.096094, 0.248325, 1.025757");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "3.696064, 3.721683, 3.798090, 4.075083, 5.418637",\
|
|
"3.747385, 3.773003, 3.849410, 4.126404, 5.469957",\
|
|
"3.867196, 3.892814, 3.969221, 4.246215, 5.589769",\
|
|
"4.153567, 4.179184, 4.255592, 4.532586, 5.876140",\
|
|
"5.103384, 5.129001, 5.205409, 5.482402, 6.825956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "5.478840, 5.498461, 5.548506, 5.683123, 6.262850",\
|
|
"5.530362, 5.549983, 5.600027, 5.734644, 6.314371",\
|
|
"5.644299, 5.663920, 5.713964, 5.848582, 6.428308",\
|
|
"6.008498, 6.028119, 6.078163, 6.212780, 6.792507",\
|
|
"7.286967, 7.306588, 7.356632, 7.491250, 8.070977");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "3.695544, 3.721159, 3.797564, 4.074556, 5.418108",\
|
|
"3.746864, 3.772480, 3.848884, 4.125877, 5.469429",\
|
|
"3.866675, 3.892291, 3.968695, 4.245688, 5.589240",\
|
|
"4.153046, 4.178662, 4.255066, 4.532059, 5.875610",\
|
|
"5.102862, 5.128478, 5.204883, 5.481875, 6.825426");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "5.475969, 5.495584, 5.545606, 5.680208, 6.259930",\
|
|
"5.527490, 5.547104, 5.597126, 5.731729, 6.311451",\
|
|
"5.641428, 5.661042, 5.711064, 5.845666, 6.425388",\
|
|
"6.005627, 6.025241, 6.075263, 6.209865, 6.789587",\
|
|
"7.284095, 7.303709, 7.353731, 7.488333, 8.068056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "3.881412, 3.901033, 3.951077, 4.085694, 4.665421",\
|
|
"3.932732, 3.952353, 4.002398, 4.137015, 4.716742",\
|
|
"4.052544, 4.072164, 4.122209, 4.256826, 4.836553",\
|
|
"4.338914, 4.358535, 4.408579, 4.543197, 5.122923",\
|
|
"5.288731, 5.308352, 5.358396, 5.493013, 6.072740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "4.904666, 4.930284, 5.006691, 5.283685, 6.627238",\
|
|
"4.956186, 4.981804, 5.058212, 5.335205, 6.678759",\
|
|
"5.070124, 5.095742, 5.172150, 5.449143, 6.792697",\
|
|
"5.434323, 5.459941, 5.536349, 5.813342, 7.156896",\
|
|
"6.712791, 6.738410, 6.814817, 7.091810, 8.435364");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549",\
|
|
"0.048192, 0.071290, 0.157233, 0.532451, 2.381549");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "3.878524, 3.898138, 3.948160, 4.082763, 4.662485",\
|
|
"3.929844, 3.949459, 3.999480, 4.134083, 4.713806",\
|
|
"4.049655, 4.069270, 4.119292, 4.253894, 4.833617",\
|
|
"4.336026, 4.355640, 4.405663, 4.540265, 5.119987",\
|
|
"5.285843, 5.305457, 5.355479, 5.490081, 6.069804");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581",\
|
|
"0.044024, 0.056701, 0.096333, 0.247981, 1.022581");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "4.904160, 4.929776, 5.006181, 5.283173, 6.626724",\
|
|
"4.955681, 4.981297, 5.057702, 5.334694, 6.678246",\
|
|
"5.069619, 5.095234, 5.171639, 5.448631, 6.792183",\
|
|
"5.433818, 5.459433, 5.535838, 5.812830, 7.156382",\
|
|
"6.712286, 6.737901, 6.814306, 7.091299, 8.434850");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532453, 2.381549");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "11.297505, 11.323131, 11.399545, 11.676541, 13.020103",\
|
|
"11.297505, 11.323131, 11.399545, 11.676541, 13.020103",\
|
|
"11.297505, 11.323131, 11.399545, 11.676541, 13.020103",\
|
|
"11.297505, 11.323131, 11.399545, 11.676541, 13.020103",\
|
|
"11.297505, 11.323131, 11.399545, 11.676541, 13.020103");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.048219, 0.071315, 0.157247, 0.532448, 2.381546",\
|
|
"0.048219, 0.071315, 0.157247, 0.532448, 2.381546",\
|
|
"0.048219, 0.071315, 0.157247, 0.532448, 2.381546",\
|
|
"0.048219, 0.071315, 0.157247, 0.532448, 2.381546",\
|
|
"0.048219, 0.071315, 0.157247, 0.532448, 2.381546");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "11.871108, 11.890729, 11.940773, 12.075391, 12.655118",\
|
|
"11.871108, 11.890729, 11.940773, 12.075391, 12.655118",\
|
|
"11.871108, 11.890729, 11.940773, 12.075391, 12.655118",\
|
|
"11.871108, 11.890729, 11.940773, 12.075391, 12.655118",\
|
|
"11.871108, 11.890729, 11.940773, 12.075391, 12.655118");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570",\
|
|
"0.044093, 0.056777, 0.096374, 0.247999, 1.022570");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "7.590497, 7.616112, 7.692517, 7.969510, 9.313061",\
|
|
"7.590497, 7.616112, 7.692517, 7.969510, 9.313061",\
|
|
"7.590497, 7.616112, 7.692517, 7.969510, 9.313061",\
|
|
"7.590497, 7.616112, 7.692517, 7.969510, 9.313061",\
|
|
"7.590497, 7.616112, 7.692517, 7.969510, 9.313061");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.048182, 0.071282, 0.157228, 0.532452, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532452, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532452, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532452, 2.381549",\
|
|
"0.048182, 0.071282, 0.157228, 0.532452, 2.381549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "7.896383, 7.915997, 7.966018, 8.100620, 8.680343",\
|
|
"7.896383, 7.915997, 7.966018, 8.100620, 8.680343",\
|
|
"7.896383, 7.915997, 7.966018, 8.100620, 8.680343",\
|
|
"7.896383, 7.915997, 7.966018, 8.100620, 8.680343",\
|
|
"7.896383, 7.915997, 7.966018, 8.100620, 8.680343");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.044021, 0.056698, 0.096331, 0.247980, 1.022582",\
|
|
"0.044021, 0.056698, 0.096331, 0.247980, 1.022582",\
|
|
"0.044021, 0.056698, 0.096331, 0.247980, 1.022582",\
|
|
"0.044021, 0.056698, 0.096331, 0.247980, 1.022582",\
|
|
"0.044021, 0.056698, 0.096331, 0.247980, 1.022582");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.588450, 1.613759, 1.689868, 1.966814, 3.310131",\
|
|
"1.637188, 1.662497, 1.738606, 2.015552, 3.358868",\
|
|
"1.749524, 1.774833, 1.850942, 2.127888, 3.471204",\
|
|
"2.058746, 2.084055, 2.160165, 2.437110, 3.780427",\
|
|
"3.140407, 3.165716, 3.241825, 3.518770, 4.862086");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047346, 0.070511, 0.156844, 0.532817, 2.381991",\
|
|
"0.047346, 0.070511, 0.156844, 0.532817, 2.381991",\
|
|
"0.047346, 0.070511, 0.156844, 0.532817, 2.381991",\
|
|
"0.047345, 0.070510, 0.156843, 0.532817, 2.381990",\
|
|
"0.047344, 0.070509, 0.156843, 0.532817, 2.381990");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.836285, 1.855787, 1.905592, 2.040093, 2.619798",\
|
|
"1.886968, 1.906470, 1.956275, 2.090775, 2.670480",\
|
|
"1.998384, 2.017885, 2.067691, 2.202191, 2.781896",\
|
|
"2.314031, 2.333533, 2.383338, 2.517838, 3.097543",\
|
|
"3.300298, 3.319800, 3.369606, 3.504106, 4.083810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023204");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.588044, 1.613348, 1.689452, 1.966396, 3.309707",\
|
|
"1.636782, 1.662086, 1.738190, 2.015134, 3.358445",\
|
|
"1.749118, 1.774422, 1.850526, 2.127470, 3.470781",\
|
|
"2.058346, 2.083651, 2.159755, 2.436699, 3.780010",\
|
|
"3.140090, 3.165395, 3.241499, 3.518444, 4.861755");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047328, 0.070495, 0.156834, 0.532819, 2.381991");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.834307, 1.853812, 1.903618, 2.038115, 2.617783",\
|
|
"1.884990, 1.904495, 1.954301, 2.088797, 2.668466",\
|
|
"1.996405, 2.015910, 2.065716, 2.200213, 2.779881",\
|
|
"2.312070, 2.331575, 2.381381, 2.515878, 3.095547",\
|
|
"3.298437, 3.317942, 3.367748, 3.502245, 4.081914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.906184, 1.925686, 1.975491, 2.109992, 2.689697",\
|
|
"1.954922, 1.974424, 2.024229, 2.158730, 2.738435",\
|
|
"2.067258, 2.086759, 2.136565, 2.271065, 2.850770",\
|
|
"2.376626, 2.396128, 2.445933, 2.580434, 3.160138",\
|
|
"3.455267, 3.474769, 3.524575, 3.659075, 4.238778");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023201",\
|
|
"0.043508, 0.056125, 0.096025, 0.247969, 1.023204");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.662839, 1.688148, 1.764258, 2.041203, 3.384520",\
|
|
"1.713522, 1.738831, 1.814941, 2.091886, 3.435203",\
|
|
"1.824938, 1.850247, 1.926357, 2.203302, 3.546618",\
|
|
"2.140883, 2.166192, 2.242301, 2.519247, 3.862564",\
|
|
"3.130255, 3.155564, 3.231673, 3.508618, 4.851934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047346, 0.070511, 0.156844, 0.532817, 2.381991",\
|
|
"0.047346, 0.070511, 0.156844, 0.532817, 2.381991",\
|
|
"0.047346, 0.070511, 0.156844, 0.532817, 2.381991",\
|
|
"0.047345, 0.070510, 0.156843, 0.532817, 2.381990",\
|
|
"0.047344, 0.070509, 0.156843, 0.532817, 2.381990");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.904206, 1.923711, 1.973517, 2.108013, 2.687682",\
|
|
"1.952944, 1.972449, 2.022254, 2.156751, 2.736420",\
|
|
"2.065279, 2.084784, 2.134590, 2.269087, 2.848756",\
|
|
"2.374665, 2.394171, 2.443976, 2.578473, 3.158142",\
|
|
"3.453405, 3.472910, 3.522716, 3.657213, 4.236882");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280",\
|
|
"0.043501, 0.056130, 0.096019, 0.247968, 1.023280");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.662434, 1.687738, 1.763842, 2.040786, 3.384097",\
|
|
"1.713116, 1.738421, 1.814525, 2.091469, 3.434780",\
|
|
"1.824532, 1.849836, 1.925940, 2.202884, 3.546196",\
|
|
"2.140483, 2.165787, 2.241891, 2.518835, 3.862146",\
|
|
"3.129938, 3.155243, 3.231347, 3.508291, 4.851604");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047326, 0.070493, 0.156833, 0.532819, 2.381991",\
|
|
"0.047328, 0.070495, 0.156834, 0.532819, 2.381991");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.566114, 1.591443, 1.667575, 1.944527, 3.287865",\
|
|
"1.617607, 1.642936, 1.719068, 1.996020, 3.339358",\
|
|
"1.721761, 1.747090, 1.823222, 2.100173, 3.443511",\
|
|
"1.965446, 1.990774, 2.066906, 2.343858, 3.687196",\
|
|
"2.754177, 2.779506, 2.855639, 3.132591, 4.475929");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047425, 0.070583, 0.156886, 0.532806, 2.381983",\
|
|
"0.047425, 0.070583, 0.156886, 0.532806, 2.381983",\
|
|
"0.047425, 0.070583, 0.156886, 0.532806, 2.381983",\
|
|
"0.047425, 0.070583, 0.156886, 0.532806, 2.381984",\
|
|
"0.047426, 0.070584, 0.156886, 0.532806, 2.381984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.665216, 1.684722, 1.734529, 1.869024, 2.448679",\
|
|
"1.713430, 1.732936, 1.782743, 1.917238, 2.496893",\
|
|
"1.825809, 1.845315, 1.895121, 2.029617, 2.609272",\
|
|
"2.111923, 2.131429, 2.181236, 2.315731, 2.895385",\
|
|
"2.972666, 2.992172, 3.041978, 3.176473, 3.756123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043498, 0.056132, 0.096017, 0.247968, 1.023312",\
|
|
"0.043498, 0.056132, 0.096017, 0.247968, 1.023312",\
|
|
"0.043498, 0.056132, 0.096017, 0.247968, 1.023312",\
|
|
"0.043498, 0.056132, 0.096017, 0.247968, 1.023313",\
|
|
"0.043498, 0.056132, 0.096017, 0.247968, 1.023323");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.566114, 1.591443, 1.667575, 1.944527, 3.287865",\
|
|
"1.617607, 1.642936, 1.719068, 1.996020, 3.339358",\
|
|
"1.721761, 1.747090, 1.823222, 2.100173, 3.443511",\
|
|
"1.965446, 1.990774, 2.066906, 2.343858, 3.687196",\
|
|
"2.754177, 2.779506, 2.855639, 3.132591, 4.475929");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047425, 0.070583, 0.156886, 0.532806, 2.381983",\
|
|
"0.047425, 0.070583, 0.156886, 0.532806, 2.381983",\
|
|
"0.047425, 0.070583, 0.156886, 0.532806, 2.381983",\
|
|
"0.047425, 0.070583, 0.156886, 0.532806, 2.381984",\
|
|
"0.047426, 0.070584, 0.156886, 0.532806, 2.381984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "1.665216, 1.684722, 1.734529, 1.869024, 2.448679",\
|
|
"1.713430, 1.732936, 1.782743, 1.917238, 2.496893",\
|
|
"1.825809, 1.845315, 1.895121, 2.029617, 2.609272",\
|
|
"2.111923, 2.131429, 2.181236, 2.315731, 2.895385",\
|
|
"2.972666, 2.992172, 3.041978, 3.176473, 3.756123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043497, 0.056132, 0.096016, 0.247968, 1.023311",\
|
|
"0.043497, 0.056132, 0.096016, 0.247968, 1.023311",\
|
|
"0.043497, 0.056132, 0.096016, 0.247968, 1.023312",\
|
|
"0.043497, 0.056132, 0.096016, 0.247968, 1.023313",\
|
|
"0.043497, 0.056132, 0.096016, 0.247968, 1.023323");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713",\
|
|
"7.426979, 7.452303, 7.528430, 7.805380, 9.148713");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985",\
|
|
"0.047407, 0.070566, 0.156876, 0.532808, 2.381985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507",\
|
|
"7.466980, 7.486480, 7.536286, 7.670788, 8.250507");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169",\
|
|
"0.043511, 0.056123, 0.096027, 0.247969, 1.023169");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.815447, 1.839030, 1.914635, 2.193613, 3.542215",\
|
|
"1.863729, 1.887311, 1.962917, 2.241894, 3.590496",\
|
|
"1.975563, 1.999146, 2.074751, 2.353729, 3.702331",\
|
|
"2.306477, 2.330060, 2.405665, 2.684643, 4.033244",\
|
|
"3.513450, 3.537033, 3.612638, 3.891616, 5.240217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161008, 0.543160, 2.406541");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.126588, 2.144407, 2.193563, 2.330222, 2.904835",\
|
|
"2.177606, 2.195425, 2.244580, 2.381240, 2.955853",\
|
|
"2.290544, 2.308363, 2.357519, 2.494178, 3.068792",\
|
|
"2.659959, 2.677778, 2.726934, 2.863593, 3.438207",\
|
|
"4.005108, 4.022927, 4.072083, 4.208742, 4.783353");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058368, 0.097707, 0.255016, 1.038628");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.815296, 1.838877, 1.914481, 2.193458, 3.542058",\
|
|
"1.863577, 1.887159, 1.962762, 2.241739, 3.590339",\
|
|
"1.975411, 1.998992, 2.074596, 2.353573, 3.702173",\
|
|
"2.306326, 2.329908, 2.405511, 2.684488, 4.033088",\
|
|
"3.513337, 3.536919, 3.612523, 3.891500, 5.240099");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051399, 0.074258, 0.161006, 0.543160, 2.406540");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.123994, 2.141816, 2.190972, 2.327626, 2.902198",\
|
|
"2.175012, 2.192833, 2.241989, 2.378644, 2.953215",\
|
|
"2.285248, 2.303069, 2.352225, 2.488880, 3.063451",\
|
|
"2.654715, 2.672537, 2.721692, 2.858347, 3.432918",\
|
|
"4.002493, 4.020314, 4.069470, 4.206124, 4.780694");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046556, 0.058373, 0.097699, 0.255015, 1.038729",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038729",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038729",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038730",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038734");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.434395, 2.452214, 2.501370, 2.638029, 3.212642",\
|
|
"2.482677, 2.500496, 2.549651, 2.686311, 3.260924",\
|
|
"2.594458, 2.612277, 2.661433, 2.798092, 3.372705",\
|
|
"2.925312, 2.943131, 2.992287, 3.128946, 3.703559",\
|
|
"4.129455, 4.147274, 4.196429, 4.333088, 4.907700");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058367, 0.097707, 0.255016, 1.038625",\
|
|
"0.046566, 0.058368, 0.097707, 0.255016, 1.038628");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.897126, 1.920709, 1.996315, 2.275292, 3.623894",\
|
|
"1.948144, 1.971727, 2.047332, 2.326310, 3.674912",\
|
|
"2.060933, 2.084516, 2.160121, 2.439099, 3.787701",\
|
|
"2.430481, 2.454063, 2.529669, 2.808646, 4.157248",\
|
|
"3.776772, 3.800355, 3.875960, 4.154938, 5.503540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161009, 0.543160, 2.406541",\
|
|
"0.051405, 0.074263, 0.161008, 0.543160, 2.406541");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.431801, 2.449623, 2.498778, 2.635433, 3.210004",\
|
|
"2.480083, 2.497904, 2.547060, 2.683714, 3.258286",\
|
|
"2.591889, 2.609710, 2.658866, 2.795520, 3.370092",\
|
|
"2.922731, 2.940553, 2.989709, 3.126363, 3.700935",\
|
|
"4.126839, 4.144660, 4.193816, 4.330471, 4.905040");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046556, 0.058373, 0.097699, 0.255015, 1.038729",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038729",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038729",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038730",\
|
|
"0.046556, 0.058373, 0.097699, 0.255015, 1.038734");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.896975, 1.920556, 1.996160, 2.275137, 3.623737",\
|
|
"1.947993, 1.971574, 2.047178, 2.326155, 3.674754",\
|
|
"2.057965, 2.081547, 2.157150, 2.436127, 3.784727",\
|
|
"2.427580, 2.451162, 2.526765, 2.805743, 4.154342",\
|
|
"3.776659, 3.800241, 3.875845, 4.154822, 5.503422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051398, 0.074257, 0.161005, 0.543160, 2.406540",\
|
|
"0.051399, 0.074258, 0.161006, 0.543160, 2.406540");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.731975, 1.755570, 1.831193, 2.110175, 3.458794",\
|
|
"1.780940, 1.804535, 1.880158, 2.159140, 3.507759",\
|
|
"1.893118, 1.916712, 1.992335, 2.271318, 3.619936",\
|
|
"2.202290, 2.225885, 2.301508, 2.580490, 3.929109",\
|
|
"3.279710, 3.303305, 3.378929, 3.657912, 5.006530");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051467, 0.074320, 0.161041, 0.543151, 2.406537",\
|
|
"0.051467, 0.074320, 0.161041, 0.543151, 2.406537",\
|
|
"0.051467, 0.074320, 0.161041, 0.543151, 2.406537",\
|
|
"0.051467, 0.074320, 0.161041, 0.543151, 2.406537",\
|
|
"0.051469, 0.074322, 0.161043, 0.543151, 2.406537");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.091197, 2.109017, 2.158173, 2.294831, 2.869431",\
|
|
"2.142427, 2.160247, 2.209402, 2.346060, 2.920661",\
|
|
"2.254062, 2.271882, 2.321038, 2.457695, 3.032296",\
|
|
"2.567789, 2.585609, 2.634764, 2.771422, 3.346023",\
|
|
"3.555643, 3.573463, 3.622618, 3.759276, 4.333878");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046563, 0.058369, 0.097705, 0.255016, 1.038656",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038656",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038656",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038656",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038656");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "1.731975, 1.755570, 1.831193, 2.110175, 3.458794",\
|
|
"1.780940, 1.804535, 1.880158, 2.159140, 3.507759",\
|
|
"1.893118, 1.916712, 1.992335, 2.271318, 3.619936",\
|
|
"2.202290, 2.225885, 2.301508, 2.580490, 3.929109",\
|
|
"3.279710, 3.303305, 3.378929, 3.657912, 5.006530");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051467, 0.074320, 0.161041, 0.543150, 2.406535",\
|
|
"0.051467, 0.074320, 0.161041, 0.543150, 2.406535",\
|
|
"0.051467, 0.074320, 0.161041, 0.543150, 2.406535",\
|
|
"0.051467, 0.074320, 0.161041, 0.543150, 2.406535",\
|
|
"0.051469, 0.074322, 0.161043, 0.543150, 2.406537");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.091197, 2.109017, 2.158173, 2.294831, 2.869431",\
|
|
"2.142427, 2.160247, 2.209402, 2.346060, 2.920661",\
|
|
"2.254062, 2.271882, 2.321038, 2.457695, 3.032296",\
|
|
"2.567789, 2.585609, 2.634764, 2.771422, 3.346023",\
|
|
"3.555643, 3.573463, 3.622618, 3.759276, 4.333878");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046563, 0.058369, 0.097705, 0.255016, 1.038653",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038653",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038653",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038653",\
|
|
"0.046563, 0.058369, 0.097705, 0.255016, 1.038653");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005",\
|
|
"6.672192, 6.695786, 6.771406, 7.050388, 8.399005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538",\
|
|
"0.051460, 0.074313, 0.161038, 0.543152, 2.406538");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453",\
|
|
"7.220257, 7.238079, 7.287235, 7.423888, 7.998453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746",\
|
|
"0.046555, 0.058374, 0.097698, 0.255015, 1.038746");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.858821, 1.883054, 1.958934, 2.236993, 3.583252",\
|
|
"1.907103, 1.931336, 2.007216, 2.285274, 3.631534",\
|
|
"2.018938, 2.043171, 2.119051, 2.397110, 3.743369",\
|
|
"2.349851, 2.374084, 2.449964, 2.728023, 4.074282",\
|
|
"3.556816, 3.581049, 3.656929, 3.934987, 5.281246");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049800, 0.072657, 0.159153, 0.538377, 2.395948");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.154541, 2.172997, 2.222495, 2.358199, 2.942191",\
|
|
"2.205559, 2.224015, 2.273512, 2.409217, 2.993208",\
|
|
"2.318015, 2.336471, 2.385969, 2.521673, 3.105665",\
|
|
"2.687433, 2.705889, 2.755386, 2.891091, 3.475083",\
|
|
"4.033076, 4.051531, 4.101028, 4.236733, 4.820724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035635");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.858635, 1.882866, 1.958743, 2.236801, 3.583058",\
|
|
"1.906916, 1.931147, 2.007025, 2.285083, 3.631339",\
|
|
"2.018750, 2.042981, 2.118858, 2.396916, 3.743173",\
|
|
"2.349665, 2.373896, 2.449773, 2.727831, 4.074088",\
|
|
"3.556663, 3.580894, 3.656772, 3.934830, 5.281086");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049792, 0.072649, 0.159149, 0.538378, 2.395949",\
|
|
"0.049792, 0.072649, 0.159149, 0.538378, 2.395949",\
|
|
"0.049792, 0.072649, 0.159149, 0.538378, 2.395947",\
|
|
"0.049792, 0.072649, 0.159149, 0.538378, 2.395947",\
|
|
"0.049793, 0.072650, 0.159149, 0.538378, 2.395947");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.151963, 2.170414, 2.219890, 2.355579, 2.939567",\
|
|
"2.202981, 2.221432, 2.270907, 2.406597, 2.990584",\
|
|
"2.313196, 2.331647, 2.381123, 2.516813, 3.100800",\
|
|
"2.682666, 2.701117, 2.750593, 2.886282, 3.470270",\
|
|
"4.030475, 4.048925, 4.098400, 4.234089, 4.818077");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035646");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.462650, 2.481106, 2.530604, 2.666308, 3.250300",\
|
|
"2.510932, 2.529387, 2.578885, 2.714589, 3.298581",\
|
|
"2.622713, 2.641169, 2.690667, 2.826371, 3.410363",\
|
|
"2.953568, 2.972023, 3.021521, 3.157225, 3.741217",\
|
|
"4.157722, 4.176178, 4.225674, 4.361379, 4.945370");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035634",\
|
|
"0.045433, 0.057451, 0.097010, 0.251817, 1.035635");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.940455, 1.964688, 2.040568, 2.318627, 3.664886",\
|
|
"1.991473, 2.015706, 2.091586, 2.369644, 3.715904",\
|
|
"2.103765, 2.127998, 2.203878, 2.481936, 3.828196",\
|
|
"2.473315, 2.497548, 2.573428, 2.851486, 4.197745",\
|
|
"3.820097, 3.844330, 3.920210, 4.198268, 5.544527");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049801, 0.072657, 0.159154, 0.538377, 2.395948",\
|
|
"0.049800, 0.072657, 0.159153, 0.538377, 2.395948");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.460072, 2.478523, 2.527999, 2.663688, 3.247676",\
|
|
"2.508354, 2.526805, 2.576280, 2.711970, 3.295957",\
|
|
"2.620157, 2.638608, 2.688084, 2.823773, 3.407761",\
|
|
"2.951001, 2.969452, 3.018928, 3.154617, 3.738605",\
|
|
"4.155121, 4.173571, 4.223046, 4.358736, 4.942723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035645",\
|
|
"0.045361, 0.057373, 0.096968, 0.251799, 1.035646");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.940268, 1.964499, 2.040377, 2.318435, 3.664692",\
|
|
"1.991286, 2.015517, 2.091395, 2.369452, 3.715709",\
|
|
"2.101241, 2.125472, 2.201349, 2.479407, 3.825664",\
|
|
"2.470856, 2.495087, 2.570965, 2.849023, 4.195279",\
|
|
"3.819943, 3.844175, 3.920053, 4.198111, 5.544367");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049792, 0.072649, 0.159149, 0.538378, 2.395949",\
|
|
"0.049792, 0.072649, 0.159149, 0.538378, 2.395949",\
|
|
"0.049792, 0.072649, 0.159149, 0.538378, 2.395947",\
|
|
"0.049792, 0.072649, 0.159149, 0.538378, 2.395947",\
|
|
"0.049793, 0.072650, 0.159149, 0.538378, 2.395947");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.774445, 1.798689, 1.874584, 2.152647, 3.498934",\
|
|
"1.823407, 1.847651, 1.923546, 2.201609, 3.547896",\
|
|
"1.935585, 1.959830, 2.035725, 2.313787, 3.660074",\
|
|
"2.244758, 2.269002, 2.344897, 2.622960, 3.969247",\
|
|
"3.323033, 3.347278, 3.423173, 3.701236, 5.047524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049854, 0.072706, 0.159182, 0.538369, 2.394582",\
|
|
"0.049854, 0.072706, 0.159182, 0.538369, 2.394582",\
|
|
"0.049854, 0.072706, 0.159182, 0.538369, 2.394582",\
|
|
"0.049854, 0.072706, 0.159182, 0.538369, 2.394583",\
|
|
"0.049856, 0.072708, 0.159183, 0.538369, 2.394583");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.119793, 2.138247, 2.187739, 2.323440, 2.907430",\
|
|
"2.171021, 2.189476, 2.238967, 2.374668, 2.958659",\
|
|
"2.282659, 2.301114, 2.350605, 2.486306, 3.070297",\
|
|
"2.596389, 2.614843, 2.664335, 2.800036, 3.384027",\
|
|
"3.584221, 3.602676, 3.652168, 3.787869, 4.371860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045416, 0.057433, 0.097000, 0.251813, 1.035637");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "1.774445, 1.798689, 1.874584, 2.152647, 3.498934",\
|
|
"1.823407, 1.847651, 1.923546, 2.201609, 3.547896",\
|
|
"1.935585, 1.959830, 2.035725, 2.313787, 3.660074",\
|
|
"2.244758, 2.269002, 2.344897, 2.622960, 3.969247",\
|
|
"3.323033, 3.347278, 3.423173, 3.701236, 5.047524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049854, 0.072706, 0.159182, 0.538369, 2.394582",\
|
|
"0.049854, 0.072706, 0.159182, 0.538369, 2.394582",\
|
|
"0.049854, 0.072706, 0.159182, 0.538369, 2.394582",\
|
|
"0.049854, 0.072706, 0.159182, 0.538369, 2.394583",\
|
|
"0.049856, 0.072708, 0.159183, 0.538369, 2.394583");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.119793, 2.138247, 2.187739, 2.323440, 2.907430",\
|
|
"2.171021, 2.189476, 2.238967, 2.374668, 2.958659",\
|
|
"2.282659, 2.301114, 2.350605, 2.486306, 3.070297",\
|
|
"2.596389, 2.614843, 2.664335, 2.800036, 3.384027",\
|
|
"3.584221, 3.602676, 3.652168, 3.787869, 4.371860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045415, 0.057431, 0.096999, 0.251812, 1.035637",\
|
|
"0.045416, 0.057433, 0.097000, 0.251813, 1.035637");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784",\
|
|
"6.634302, 6.658544, 6.734437, 7.012499, 8.358784");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583",\
|
|
"0.049845, 0.072698, 0.159177, 0.538371, 2.394583");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481",\
|
|
"7.179880, 7.198330, 7.247805, 7.383494, 7.967481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646",\
|
|
"0.045359, 0.057371, 0.096967, 0.251799, 1.035646");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.806363, 1.829221, 1.906380, 2.186742, 3.539604",\
|
|
"1.855991, 1.878850, 1.956008, 2.236370, 3.589232",\
|
|
"1.967968, 1.990827, 2.067986, 2.348347, 3.701210",\
|
|
"2.312172, 2.335031, 2.412189, 2.692551, 4.045413",\
|
|
"3.579955, 3.602813, 3.679972, 3.960334, 5.313196");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061537, 0.083852, 0.174148, 0.553198, 2.424155",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424155",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424155",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424156",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424156");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.197564, 2.213771, 2.262931, 2.401181, 2.977180",\
|
|
"2.246822, 2.263029, 2.312190, 2.450439, 3.026438",\
|
|
"2.359197, 2.375404, 2.424565, 2.562814, 3.138813",\
|
|
"2.710976, 2.727183, 2.776343, 2.914593, 3.490592",\
|
|
"3.972334, 3.988541, 4.037700, 4.175949, 4.751948");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.051214, 0.062357, 0.105162, 0.262140, 1.055276",\
|
|
"0.051214, 0.062357, 0.105162, 0.262140, 1.055276",\
|
|
"0.051214, 0.062357, 0.105162, 0.262140, 1.055276",\
|
|
"0.051214, 0.062356, 0.105162, 0.262140, 1.055277",\
|
|
"0.051208, 0.062351, 0.105159, 0.262139, 1.055278");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.806318, 1.829177, 1.906338, 2.186697, 3.539556",\
|
|
"1.855947, 1.878805, 1.955966, 2.236325, 3.589185",\
|
|
"1.967924, 1.990783, 2.067944, 2.348303, 3.701162",\
|
|
"2.312130, 2.334988, 2.412149, 2.692508, 4.045368",\
|
|
"3.579928, 3.602787, 3.679948, 3.960306, 5.313166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061535, 0.083850, 0.174148, 0.553198, 2.424154",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424154",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424154",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424152",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424152");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.189387, 2.205577, 2.254677, 2.392876, 2.968865",\
|
|
"2.238645, 2.254835, 2.303935, 2.442135, 3.018124",\
|
|
"2.351020, 2.367210, 2.416310, 2.554510, 3.130498",\
|
|
"2.702808, 2.718998, 2.768098, 2.906297, 3.482286",\
|
|
"3.964357, 3.980547, 4.029647, 4.167847, 4.743836");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.345630, 2.361837, 2.410997, 2.549247, 3.125246",\
|
|
"2.395258, 2.411465, 2.460626, 2.598876, 3.174875",\
|
|
"2.507236, 2.523443, 2.572603, 2.710853, 3.286852",\
|
|
"2.851716, 2.867923, 2.917083, 3.055333, 3.631333",\
|
|
"4.119448, 4.135655, 4.184814, 4.323063, 4.899062");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.051214, 0.062357, 0.105162, 0.262140, 1.055276",\
|
|
"0.051214, 0.062357, 0.105162, 0.262140, 1.055276",\
|
|
"0.051214, 0.062357, 0.105162, 0.262140, 1.055276",\
|
|
"0.051214, 0.062356, 0.105162, 0.262140, 1.055277",\
|
|
"0.051208, 0.062351, 0.105159, 0.262139, 1.055278");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.967205, 1.990064, 2.067223, 2.347584, 3.700447",\
|
|
"2.016464, 2.039322, 2.116481, 2.396843, 3.749705",\
|
|
"2.128839, 2.151697, 2.228856, 2.509218, 3.862080",\
|
|
"2.480658, 2.503517, 2.580675, 2.861037, 4.213899",\
|
|
"3.742821, 3.765680, 3.842838, 4.123200, 5.476061");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061537, 0.083852, 0.174148, 0.553198, 2.424155",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424155",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424155",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424156",\
|
|
"0.061537, 0.083852, 0.174148, 0.553198, 2.424156");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.337453, 2.353642, 2.402743, 2.540942, 3.116931",\
|
|
"2.387081, 2.403271, 2.452371, 2.590571, 3.166560",\
|
|
"2.499059, 2.515249, 2.564349, 2.702548, 3.278537",\
|
|
"2.843548, 2.859738, 2.908838, 3.047038, 3.623027",\
|
|
"4.111471, 4.127661, 4.176761, 4.314961, 4.890950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308",\
|
|
"0.050984, 0.062132, 0.105036, 0.262088, 1.055308");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.967161, 1.990020, 2.067181, 2.347539, 3.700399",\
|
|
"2.016420, 2.039278, 2.116439, 2.396798, 3.749657",\
|
|
"2.128795, 2.151653, 2.228814, 2.509173, 3.862032",\
|
|
"2.480616, 2.503474, 2.580635, 2.860994, 4.213853",\
|
|
"3.742794, 3.765653, 3.842814, 4.123172, 5.476032");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061535, 0.083850, 0.174148, 0.553198, 2.424154",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424154",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424154",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424152",\
|
|
"0.061535, 0.083850, 0.174148, 0.553198, 2.424152");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.763815, 1.786623, 1.863698, 2.144031, 3.496803",\
|
|
"1.815217, 1.838026, 1.915100, 2.195434, 3.548206",\
|
|
"1.927331, 1.950140, 2.027214, 2.307548, 3.660320",\
|
|
"2.201691, 2.224499, 2.301574, 2.581908, 3.934679",\
|
|
"3.138407, 3.161216, 3.238290, 3.518624, 4.871396");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061211, 0.083558, 0.173977, 0.553250, 2.424183",\
|
|
"0.061211, 0.083558, 0.173977, 0.553250, 2.424183",\
|
|
"0.061211, 0.083558, 0.173977, 0.553250, 2.424183",\
|
|
"0.061211, 0.083558, 0.173977, 0.553250, 2.424183",\
|
|
"0.061212, 0.083559, 0.173977, 0.553250, 2.424182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.197118, 2.213322, 2.262470, 2.400711, 2.976709",\
|
|
"2.242506, 2.258710, 2.307858, 2.446099, 3.022097",\
|
|
"2.355819, 2.372022, 2.421171, 2.559412, 3.135409",\
|
|
"2.722579, 2.738783, 2.787931, 2.926172, 3.502169",\
|
|
"4.129436, 4.145641, 4.194792, 4.333035, 4.909033");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.051170, 0.062314, 0.105138, 0.262130, 1.055284",\
|
|
"0.051170, 0.062314, 0.105138, 0.262130, 1.055284",\
|
|
"0.051170, 0.062314, 0.105138, 0.262130, 1.055284",\
|
|
"0.051170, 0.062314, 0.105138, 0.262130, 1.055283",\
|
|
"0.051179, 0.062323, 0.105143, 0.262132, 1.055281");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "1.760450, 1.783235, 1.860272, 2.140590, 3.493316",\
|
|
"1.811853, 1.834637, 1.911675, 2.191992, 3.544718",\
|
|
"1.923967, 1.946751, 2.023789, 2.304106, 3.656832",\
|
|
"2.198326, 2.221111, 2.298148, 2.578466, 3.931192",\
|
|
"3.135042, 3.157827, 3.234865, 3.515182, 4.867909");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061056, 0.083419, 0.173896, 0.553275, 2.424192",\
|
|
"0.061056, 0.083419, 0.173896, 0.553275, 2.424192",\
|
|
"0.061056, 0.083419, 0.173896, 0.553275, 2.424192",\
|
|
"0.061056, 0.083419, 0.173896, 0.553275, 2.424192",\
|
|
"0.061057, 0.083420, 0.173896, 0.553275, 2.424193");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.190696, 2.206887, 2.255988, 2.394189, 2.970178",\
|
|
"2.236085, 2.252275, 2.301376, 2.439577, 3.015566",\
|
|
"2.349397, 2.365587, 2.414689, 2.552889, 3.128878",\
|
|
"2.716157, 2.732348, 2.781449, 2.919650, 3.495639",\
|
|
"4.123028, 4.139219, 4.188323, 4.326526, 4.902515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.050988, 0.062136, 0.105038, 0.262089, 1.055307",\
|
|
"0.050988, 0.062136, 0.105038, 0.262089, 1.055307",\
|
|
"0.050988, 0.062136, 0.105038, 0.262089, 1.055307",\
|
|
"0.050989, 0.062136, 0.105038, 0.262089, 1.055307",\
|
|
"0.050998, 0.062145, 0.105044, 0.262091, 1.055306");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "6.891245, 6.914051, 6.991120, 7.271452, 8.624219",\
|
|
"6.891245, 6.914051, 6.991120, 7.271452, 8.624219",\
|
|
"6.891245, 6.914051, 6.991120, 7.271452, 8.624219",\
|
|
"6.891245, 6.914051, 6.991120, 7.271452, 8.624219",\
|
|
"6.891245, 6.914051, 6.991120, 7.271452, 8.624219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061192, 0.083541, 0.173967, 0.553253, 2.424184",\
|
|
"0.061192, 0.083541, 0.173967, 0.553253, 2.424184",\
|
|
"0.061192, 0.083541, 0.173967, 0.553253, 2.424184",\
|
|
"0.061192, 0.083541, 0.173967, 0.553253, 2.424184",\
|
|
"0.061192, 0.083541, 0.173967, 0.553253, 2.424184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "7.402082, 7.418289, 7.467451, 7.605701, 8.181701",\
|
|
"7.402082, 7.418289, 7.467451, 7.605701, 8.181701",\
|
|
"7.402082, 7.418289, 7.467451, 7.605701, 8.181701",\
|
|
"7.402082, 7.418289, 7.467451, 7.605701, 8.181701",\
|
|
"7.402082, 7.418289, 7.467451, 7.605701, 8.181701");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.051217, 0.062359, 0.105163, 0.262141, 1.055277",\
|
|
"0.051217, 0.062359, 0.105163, 0.262141, 1.055277",\
|
|
"0.051217, 0.062359, 0.105163, 0.262141, 1.055277",\
|
|
"0.051217, 0.062359, 0.105163, 0.262141, 1.055277",\
|
|
"0.051217, 0.062359, 0.105163, 0.262141, 1.055277");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "6.887874, 6.910655, 6.987689, 7.268004, 8.620725",\
|
|
"6.887874, 6.910655, 6.987689, 7.268004, 8.620725",\
|
|
"6.887874, 6.910655, 6.987689, 7.268004, 8.620725",\
|
|
"6.887874, 6.910655, 6.987689, 7.268004, 8.620725",\
|
|
"6.887874, 6.910655, 6.987689, 7.268004, 8.620725");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.061037, 0.083402, 0.173886, 0.553278, 2.424196",\
|
|
"0.061037, 0.083402, 0.173886, 0.553278, 2.424196",\
|
|
"0.061037, 0.083402, 0.173886, 0.553278, 2.424196",\
|
|
"0.061037, 0.083402, 0.173886, 0.553278, 2.424196",\
|
|
"0.061037, 0.083402, 0.173886, 0.553278, 2.424196");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "7.395727, 7.411921, 7.461035, 7.599246, 8.175237",\
|
|
"7.395727, 7.411921, 7.461035, 7.599246, 8.175237",\
|
|
"7.395727, 7.411921, 7.461035, 7.599246, 8.175237",\
|
|
"7.395727, 7.411921, 7.461035, 7.599246, 8.175237",\
|
|
"7.395727, 7.411921, 7.461035, 7.599246, 8.175237");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.051037, 0.062184, 0.105065, 0.262100, 1.055299",\
|
|
"0.051037, 0.062184, 0.105065, 0.262100, 1.055299",\
|
|
"0.051037, 0.062184, 0.105065, 0.262100, 1.055299",\
|
|
"0.051037, 0.062184, 0.105065, 0.262100, 1.055299",\
|
|
"0.051037, 0.062184, 0.105065, 0.262100, 1.055299");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415",\
|
|
"6.238795, 6.262572, 6.337853, 6.615736, 7.961415");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112",\
|
|
"0.047636, 0.070693, 0.158007, 0.538933, 2.396112");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112",\
|
|
"6.327836, 6.346350, 6.395826, 6.531365, 7.114112");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274",\
|
|
"0.044980, 0.057471, 0.096726, 0.251760, 1.039274");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.782296, 1.806892, 1.883478, 2.161848, 3.508460",\
|
|
"1.833689, 1.858285, 1.934871, 2.213241, 3.559853",\
|
|
"1.945823, 1.970419, 2.047005, 2.325376, 3.671988",\
|
|
"2.220169, 2.244765, 2.321351, 2.599721, 3.946333",\
|
|
"3.156368, 3.180964, 3.257550, 3.535921, 4.882533");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053675, 0.076246, 0.161687, 0.539201, 2.395169",\
|
|
"0.053675, 0.076246, 0.161687, 0.539201, 2.395169",\
|
|
"0.053675, 0.076246, 0.161687, 0.539201, 2.395169",\
|
|
"0.053675, 0.076246, 0.161687, 0.539201, 2.395169",\
|
|
"0.053676, 0.076247, 0.161687, 0.539201, 2.395169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.208980, 2.227229, 2.276866, 2.412875, 2.996888",\
|
|
"2.254383, 2.272632, 2.322269, 2.458277, 3.042290",\
|
|
"2.367692, 2.385941, 2.435578, 2.571586, 3.155600",\
|
|
"2.734437, 2.752686, 2.802323, 2.938331, 3.522345",\
|
|
"4.141242, 4.159491, 4.209129, 4.345138, 4.929152");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.047031, 0.059027, 0.098014, 0.252683, 1.036289",\
|
|
"0.047031, 0.059027, 0.098014, 0.252683, 1.036289",\
|
|
"0.047031, 0.059027, 0.098014, 0.252683, 1.036289",\
|
|
"0.047031, 0.059027, 0.098014, 0.252683, 1.036290",\
|
|
"0.047034, 0.059030, 0.098015, 0.252684, 1.036290");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.778559, 1.803118, 1.879656, 2.158012, 3.504575",\
|
|
"1.829952, 1.854511, 1.931049, 2.209405, 3.555968",\
|
|
"1.942086, 1.966646, 2.043183, 2.321539, 3.668103",\
|
|
"2.216432, 2.240992, 2.317529, 2.595885, 3.942448",\
|
|
"3.152632, 3.177191, 3.253729, 3.532085, 4.878649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053497, 0.076085, 0.161593, 0.539226, 2.395182",\
|
|
"0.053497, 0.076085, 0.161593, 0.539226, 2.395182",\
|
|
"0.053497, 0.076085, 0.161593, 0.539226, 2.395182",\
|
|
"0.053497, 0.076085, 0.161593, 0.539226, 2.395182",\
|
|
"0.053498, 0.076086, 0.161594, 0.539226, 2.395182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.201786, 2.220021, 2.269597, 2.405564, 2.989565",\
|
|
"2.247189, 2.265423, 2.315000, 2.450967, 3.034968",\
|
|
"2.360498, 2.378733, 2.428309, 2.564276, 3.148277",\
|
|
"2.727243, 2.745477, 2.795054, 2.931021, 3.515022",\
|
|
"4.134053, 4.152287, 4.201865, 4.337833, 4.921834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.046836, 0.058819, 0.097901, 0.252636, 1.036320",\
|
|
"0.046836, 0.058819, 0.097901, 0.252636, 1.036320",\
|
|
"0.046836, 0.058819, 0.097901, 0.252636, 1.036320",\
|
|
"0.046836, 0.058820, 0.097901, 0.252636, 1.036320",\
|
|
"0.046839, 0.058823, 0.097902, 0.252636, 1.036319");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.791353, 1.815936, 1.892504, 2.170870, 3.517465",\
|
|
"1.840982, 1.865564, 1.942133, 2.220499, 3.567093",\
|
|
"1.952959, 1.977542, 2.054111, 2.332476, 3.679071",\
|
|
"2.297163, 2.321746, 2.398314, 2.676680, 4.023274",\
|
|
"3.564969, 3.589552, 3.666120, 3.944486, 5.291080");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053612, 0.076189, 0.161654, 0.539210, 2.395172",\
|
|
"0.053612, 0.076189, 0.161654, 0.539210, 2.395172",\
|
|
"0.053612, 0.076189, 0.161654, 0.539210, 2.395172",\
|
|
"0.053612, 0.076189, 0.161653, 0.539210, 2.395172",\
|
|
"0.053611, 0.076189, 0.161653, 0.539210, 2.395172");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.190450, 2.208701, 2.258349, 2.394366, 2.978381",\
|
|
"2.239708, 2.257960, 2.307608, 2.443624, 3.027639",\
|
|
"2.352083, 2.370335, 2.419983, 2.555999, 3.140015",\
|
|
"2.703862, 2.722114, 2.771762, 2.907778, 3.491793",\
|
|
"3.965222, 3.983474, 4.033121, 4.169135, 4.753150");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036285");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.787534, 1.812079, 1.888598, 2.166949, 3.513494",\
|
|
"1.837162, 1.861708, 1.938227, 2.216578, 3.563123",\
|
|
"1.949140, 1.973685, 2.050204, 2.328555, 3.675100",\
|
|
"2.293345, 2.317891, 2.394410, 2.672760, 4.019306",\
|
|
"3.561160, 3.585705, 3.662224, 3.940574, 5.287120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053430, 0.076025, 0.161558, 0.539236, 2.395187",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395187",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395187",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395186",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395186");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.181681, 2.199915, 2.249490, 2.385456, 2.969456",\
|
|
"2.230939, 2.249174, 2.298748, 2.434714, 3.018715",\
|
|
"2.343314, 2.361549, 2.411123, 2.547089, 3.131090",\
|
|
"2.695102, 2.713336, 2.762911, 2.898877, 3.482877",\
|
|
"3.956650, 3.974884, 4.024459, 4.160425, 4.744425");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058814, 0.097897, 0.252634, 1.036320");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.338580, 2.356832, 2.406480, 2.542496, 3.126512",\
|
|
"2.388209, 2.406460, 2.456109, 2.592125, 3.176140",\
|
|
"2.500186, 2.518437, 2.568086, 2.704102, 3.288117",\
|
|
"2.844667, 2.862918, 2.912566, 3.048583, 3.632598",\
|
|
"4.112401, 4.130652, 4.180299, 4.316314, 4.900330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036284",\
|
|
"0.047068, 0.059066, 0.098035, 0.252692, 1.036285");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.952270, 1.976852, 2.053421, 2.331787, 3.678381",\
|
|
"2.001528, 2.026111, 2.102679, 2.381045, 3.727640",\
|
|
"2.113903, 2.138486, 2.215055, 2.493420, 3.840015",\
|
|
"2.465722, 2.490305, 2.566874, 2.845239, 4.191833",\
|
|
"3.727884, 3.752466, 3.829035, 4.107400, 5.453995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053612, 0.076189, 0.161654, 0.539210, 2.395172",\
|
|
"0.053612, 0.076189, 0.161654, 0.539210, 2.395172",\
|
|
"0.053612, 0.076189, 0.161654, 0.539210, 2.395172",\
|
|
"0.053612, 0.076189, 0.161653, 0.539210, 2.395172",\
|
|
"0.053611, 0.076189, 0.161653, 0.539210, 2.395172");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.329811, 2.348046, 2.397620, 2.533586, 3.117587",\
|
|
"2.379440, 2.397674, 2.447249, 2.583215, 3.167215",\
|
|
"2.491417, 2.509652, 2.559226, 2.695192, 3.279193",\
|
|
"2.835907, 2.854141, 2.903716, 3.039681, 3.623682",\
|
|
"4.103829, 4.122063, 4.171638, 4.307603, 4.891604");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058813, 0.097897, 0.252634, 1.036320",\
|
|
"0.046831, 0.058814, 0.097897, 0.252634, 1.036320");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "1.948450, 1.972996, 2.049515, 2.327865, 3.674411",\
|
|
"1.997709, 2.022254, 2.098773, 2.377124, 3.723669",\
|
|
"2.110084, 2.134629, 2.211148, 2.489499, 3.836044",\
|
|
"2.461905, 2.486450, 2.562969, 2.841320, 4.187865",\
|
|
"3.724074, 3.748620, 3.825138, 4.103489, 5.450034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053430, 0.076025, 0.161558, 0.539236, 2.395187",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395187",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395187",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395186",\
|
|
"0.053430, 0.076025, 0.161558, 0.539236, 2.395186");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "6.626291, 6.650883, 6.727464, 7.005833, 8.352439",\
|
|
"6.626291, 6.650883, 6.727464, 7.005833, 8.352439",\
|
|
"6.626291, 6.650883, 6.727464, 7.005833, 8.352439",\
|
|
"6.626291, 6.650883, 6.727464, 7.005833, 8.352439",\
|
|
"6.626291, 6.650883, 6.727464, 7.005833, 8.352439");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053654, 0.076228, 0.161676, 0.539204, 2.395169",\
|
|
"0.053654, 0.076228, 0.161676, 0.539204, 2.395169",\
|
|
"0.053654, 0.076228, 0.161676, 0.539204, 2.395169",\
|
|
"0.053654, 0.076228, 0.161676, 0.539204, 2.395169",\
|
|
"0.053654, 0.076228, 0.161676, 0.539204, 2.395169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "7.140674, 7.158926, 7.208577, 7.344594, 7.928610",\
|
|
"7.140674, 7.158926, 7.208577, 7.344594, 7.928610",\
|
|
"7.140674, 7.158926, 7.208577, 7.344594, 7.928610",\
|
|
"7.140674, 7.158926, 7.208577, 7.344594, 7.928610",\
|
|
"7.140674, 7.158926, 7.208577, 7.344594, 7.928610");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.047075, 0.059074, 0.098039, 0.252694, 1.036282",\
|
|
"0.047075, 0.059074, 0.098039, 0.252694, 1.036282",\
|
|
"0.047075, 0.059074, 0.098039, 0.252694, 1.036282",\
|
|
"0.047075, 0.059074, 0.098039, 0.252694, 1.036282",\
|
|
"0.047075, 0.059074, 0.098039, 0.252694, 1.036282");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "6.622548, 6.647103, 6.723634, 7.001988, 8.348546",\
|
|
"6.622548, 6.647103, 6.723634, 7.001988, 8.348546",\
|
|
"6.622548, 6.647103, 6.723634, 7.001988, 8.348546",\
|
|
"6.622548, 6.647103, 6.723634, 7.001988, 8.348546",\
|
|
"6.622548, 6.647103, 6.723634, 7.001988, 8.348546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.053477, 0.076067, 0.161582, 0.539229, 2.395183",\
|
|
"0.053477, 0.076067, 0.161582, 0.539229, 2.395183",\
|
|
"0.053477, 0.076067, 0.161582, 0.539229, 2.395183",\
|
|
"0.053477, 0.076067, 0.161582, 0.539229, 2.395183",\
|
|
"0.053477, 0.076067, 0.161582, 0.539229, 2.395183");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "7.133552, 7.151790, 7.201380, 7.337357, 7.921361",\
|
|
"7.133552, 7.151790, 7.201380, 7.337357, 7.921361",\
|
|
"7.133552, 7.151790, 7.201380, 7.337357, 7.921361",\
|
|
"7.133552, 7.151790, 7.201380, 7.337357, 7.921361",\
|
|
"7.133552, 7.151790, 7.201380, 7.337357, 7.921361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.046882, 0.058868, 0.097927, 0.252647, 1.036313",\
|
|
"0.046882, 0.058868, 0.097927, 0.252647, 1.036313",\
|
|
"0.046882, 0.058868, 0.097927, 0.252647, 1.036313",\
|
|
"0.046882, 0.058868, 0.097927, 0.252647, 1.036313",\
|
|
"0.046882, 0.058868, 0.097927, 0.252647, 1.036313");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.775769, 1.797310, 1.874183, 2.155659, 3.510116",\
|
|
"1.825397, 1.846939, 1.923812, 2.205288, 3.559745",\
|
|
"1.937375, 1.958916, 2.035789, 2.317266, 3.671722",\
|
|
"2.281579, 2.303120, 2.379994, 2.661469, 4.015926",\
|
|
"3.549376, 3.570917, 3.647791, 3.929266, 5.283723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.174026, 2.188823, 2.237100, 2.376681, 2.952589",\
|
|
"2.223285, 2.238082, 2.286358, 2.425939, 3.001847",\
|
|
"2.335660, 2.350457, 2.398733, 2.538314, 3.114222",\
|
|
"2.687449, 2.702245, 2.750522, 2.890103, 3.466011",\
|
|
"3.962306, 3.977106, 4.025392, 4.164980, 4.740889");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053618, 0.064238, 0.107858, 0.267249, 1.067233");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.775755, 1.797296, 1.874176, 2.155645, 3.510096",\
|
|
"1.825383, 1.846924, 1.923805, 2.205274, 3.559724",\
|
|
"1.937361, 1.958902, 2.035782, 2.317251, 3.671701",\
|
|
"2.281566, 2.303107, 2.379988, 2.661457, 4.015907",\
|
|
"3.549370, 3.570911, 3.647791, 3.929260, 5.283710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065752, 0.088018, 0.179787, 0.561581, 2.438078",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438078",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438078",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438077",\
|
|
"0.065751, 0.088018, 0.179787, 0.561581, 2.438077");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.169395, 2.184182, 2.232428, 2.371979, 2.947879",\
|
|
"2.218654, 2.233440, 2.281686, 2.421238, 2.997138",\
|
|
"2.331029, 2.345816, 2.394061, 2.533613, 3.109513",\
|
|
"2.682809, 2.697595, 2.745841, 2.885392, 3.461292",\
|
|
"3.956537, 3.971323, 4.019570, 4.159122, 4.735023");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053451, 0.064084, 0.107770, 0.267213, 1.067245");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.334242, 2.349039, 2.397316, 2.536896, 3.112804",\
|
|
"2.383871, 2.398668, 2.446944, 2.586525, 3.162433",\
|
|
"2.495848, 2.510645, 2.558922, 2.698503, 3.274410",\
|
|
"2.840339, 2.855136, 2.903412, 3.042993, 3.618901",\
|
|
"4.109562, 4.124362, 4.172648, 4.312236, 4.888145");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053581, 0.064204, 0.107838, 0.267241, 1.067233",\
|
|
"0.053618, 0.064238, 0.107858, 0.267249, 1.067233");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.936602, 1.958144, 2.035017, 2.316493, 3.670949",\
|
|
"1.985861, 2.007402, 2.084275, 2.365751, 3.720208",\
|
|
"2.098236, 2.119777, 2.196651, 2.478127, 3.832583",\
|
|
"2.450055, 2.471596, 2.548470, 2.829946, 4.184402",\
|
|
"3.712219, 3.733761, 3.810634, 4.092110, 5.446566");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438084",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438085");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.329611, 2.344398, 2.392643, 2.532195, 3.108095",\
|
|
"2.379240, 2.394026, 2.442272, 2.581823, 3.157723",\
|
|
"2.491217, 2.506004, 2.554249, 2.693801, 3.269701",\
|
|
"2.835699, 2.850486, 2.898731, 3.038283, 3.614182",\
|
|
"4.103793, 4.118580, 4.166827, 4.306379, 4.882279");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053448, 0.064080, 0.107768, 0.267212, 1.067245",\
|
|
"0.053451, 0.064084, 0.107770, 0.267213, 1.067245");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.936588, 1.958129, 2.035010, 2.316478, 3.670929",\
|
|
"1.985847, 2.007388, 2.084268, 2.365737, 3.720188",\
|
|
"2.098222, 2.119763, 2.196643, 2.478112, 3.832562",\
|
|
"2.450042, 2.471584, 2.548464, 2.829933, 4.184383",\
|
|
"3.712213, 3.733754, 3.810634, 4.092103, 5.446554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065752, 0.088018, 0.179787, 0.561581, 2.438078",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438078",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438078",\
|
|
"0.065752, 0.088018, 0.179787, 0.561581, 2.438077",\
|
|
"0.065751, 0.088018, 0.179787, 0.561581, 2.438077");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.708301, 1.729847, 1.806732, 2.088212, 3.442682",\
|
|
"1.759699, 1.781246, 1.858131, 2.139611, 3.494080",\
|
|
"1.871757, 1.893303, 1.970188, 2.251668, 3.606138",\
|
|
"2.146353, 2.167899, 2.244784, 2.526264, 3.880734",\
|
|
"3.083015, 3.104562, 3.181447, 3.462927, 4.817396");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065798, 0.088059, 0.179811, 0.561573, 2.438082",\
|
|
"0.065798, 0.088059, 0.179811, 0.561573, 2.438082",\
|
|
"0.065798, 0.088059, 0.179811, 0.561573, 2.438082",\
|
|
"0.065798, 0.088059, 0.179811, 0.561573, 2.438080",\
|
|
"0.065799, 0.088060, 0.179811, 0.561573, 2.438080");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.155897, 2.170691, 2.218958, 2.358532, 2.934440",\
|
|
"2.201208, 2.216002, 2.264270, 2.403844, 2.979751",\
|
|
"2.314483, 2.329278, 2.377545, 2.517119, 3.093026",\
|
|
"2.681283, 2.696077, 2.744345, 2.883919, 3.459826",\
|
|
"4.084801, 4.099596, 4.147865, 4.287440, 4.863346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053546, 0.064171, 0.107820, 0.267234, 1.067238",\
|
|
"0.053546, 0.064171, 0.107820, 0.267234, 1.067238",\
|
|
"0.053546, 0.064171, 0.107820, 0.267234, 1.067238",\
|
|
"0.053546, 0.064171, 0.107820, 0.267234, 1.067238",\
|
|
"0.053551, 0.064176, 0.107823, 0.267235, 1.067237");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "1.708301, 1.729847, 1.806739, 2.088212, 3.442676",\
|
|
"1.759699, 1.781246, 1.858138, 2.139611, 3.494074",\
|
|
"1.871757, 1.893303, 1.970195, 2.251668, 3.606132",\
|
|
"2.146353, 2.167899, 2.244792, 2.526264, 3.880728",\
|
|
"3.083015, 3.104562, 3.181454, 3.462927, 4.817391");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065798, 0.088059, 0.179811, 0.561573, 2.438075",\
|
|
"0.065798, 0.088059, 0.179811, 0.561573, 2.438075",\
|
|
"0.065798, 0.088059, 0.179811, 0.561573, 2.438075",\
|
|
"0.065798, 0.088059, 0.179811, 0.561573, 2.438073",\
|
|
"0.065799, 0.088060, 0.179812, 0.561573, 2.438073");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.151058, 2.165842, 2.214077, 2.353620, 2.929518",\
|
|
"2.196370, 2.211153, 2.259388, 2.398931, 2.974830",\
|
|
"2.309645, 2.324428, 2.372663, 2.512207, 3.088105",\
|
|
"2.676445, 2.691228, 2.739463, 2.879006, 3.454905",\
|
|
"4.079967, 4.094751, 4.142988, 4.282532, 4.858431");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053406, 0.064042, 0.107746, 0.267203, 1.067250",\
|
|
"0.053406, 0.064042, 0.107746, 0.267203, 1.067250",\
|
|
"0.053406, 0.064042, 0.107746, 0.267203, 1.067250",\
|
|
"0.053406, 0.064042, 0.107746, 0.267203, 1.067250",\
|
|
"0.053411, 0.064047, 0.107749, 0.267204, 1.067250");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "6.856205, 6.877745, 6.954615, 7.236090, 8.590543",\
|
|
"6.856205, 6.877745, 6.954615, 7.236090, 8.590543",\
|
|
"6.856205, 6.877745, 6.954615, 7.236090, 8.590543",\
|
|
"6.856205, 6.877745, 6.954615, 7.236090, 8.590543",\
|
|
"6.856205, 6.877745, 6.954615, 7.236090, 8.590543");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065740, 0.088007, 0.179780, 0.561583, 2.438085",\
|
|
"0.065740, 0.088007, 0.179780, 0.561583, 2.438085",\
|
|
"0.065740, 0.088007, 0.179780, 0.561583, 2.438085",\
|
|
"0.065740, 0.088007, 0.179780, 0.561583, 2.438085",\
|
|
"0.065740, 0.088007, 0.179780, 0.561583, 2.438085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "7.374383, 7.389181, 7.437461, 7.577044, 8.152952",\
|
|
"7.374383, 7.389181, 7.437461, 7.577044, 8.152952",\
|
|
"7.374383, 7.389181, 7.437461, 7.577044, 8.152952",\
|
|
"7.374383, 7.389181, 7.437461, 7.577044, 8.152952",\
|
|
"7.374383, 7.389181, 7.437461, 7.577044, 8.152952");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053594, 0.064216, 0.107845, 0.267244, 1.067232",\
|
|
"0.053594, 0.064216, 0.107845, 0.267244, 1.067232",\
|
|
"0.053594, 0.064216, 0.107845, 0.267244, 1.067232",\
|
|
"0.053594, 0.064216, 0.107845, 0.267244, 1.067232",\
|
|
"0.053594, 0.064216, 0.107845, 0.267244, 1.067232");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "6.856205, 6.877745, 6.954622, 7.236090, 8.590537",\
|
|
"6.856205, 6.877745, 6.954622, 7.236090, 8.590537",\
|
|
"6.856205, 6.877745, 6.954622, 7.236090, 8.590537",\
|
|
"6.856205, 6.877745, 6.954622, 7.236090, 8.590537",\
|
|
"6.856205, 6.877745, 6.954622, 7.236090, 8.590537");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.065740, 0.088007, 0.179781, 0.561583, 2.438078",\
|
|
"0.065740, 0.088007, 0.179781, 0.561583, 2.438078",\
|
|
"0.065740, 0.088007, 0.179781, 0.561583, 2.438078",\
|
|
"0.065740, 0.088007, 0.179781, 0.561583, 2.438078",\
|
|
"0.065740, 0.088007, 0.179781, 0.561583, 2.438078");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "7.369589, 7.384377, 7.432624, 7.572177, 8.148077",\
|
|
"7.369589, 7.384377, 7.432624, 7.572177, 8.148077",\
|
|
"7.369589, 7.384377, 7.432624, 7.572177, 8.148077",\
|
|
"7.369589, 7.384377, 7.432624, 7.572177, 8.148077",\
|
|
"7.369589, 7.384377, 7.432624, 7.572177, 8.148077");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.053455, 0.064087, 0.107772, 0.267213, 1.067245",\
|
|
"0.053455, 0.064087, 0.107772, 0.267213, 1.067245",\
|
|
"0.053455, 0.064087, 0.107772, 0.267213, 1.067245",\
|
|
"0.053455, 0.064087, 0.107772, 0.267213, 1.067245",\
|
|
"0.053455, 0.064087, 0.107772, 0.267213, 1.067245");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207",\
|
|
"6.320858, 6.344504, 6.419858, 6.698217, 8.045207");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909",\
|
|
"0.048990, 0.071985, 0.159151, 0.540695, 2.400909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102",\
|
|
"6.390683, 6.408918, 6.458266, 6.594272, 7.165102");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864",\
|
|
"0.045580, 0.057901, 0.097076, 0.253204, 1.031864");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "6.365612, 6.386366, 6.462601, 6.744747, 8.078764",\
|
|
"6.365612, 6.386366, 6.462601, 6.744747, 8.078764",\
|
|
"6.365612, 6.386366, 6.462601, 6.744747, 8.078764",\
|
|
"6.365612, 6.386366, 6.462601, 6.744747, 8.078764",\
|
|
"6.365612, 6.386366, 6.462601, 6.744747, 8.078764");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.064931, 0.087443, 0.181162, 0.566776, 2.436743",\
|
|
"0.064931, 0.087443, 0.181162, 0.566776, 2.436743",\
|
|
"0.064931, 0.087443, 0.181162, 0.566776, 2.436743",\
|
|
"0.064931, 0.087443, 0.181162, 0.566776, 2.436743",\
|
|
"0.064931, 0.087443, 0.181162, 0.566776, 2.436743");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "6.414903, 6.429069, 6.476975, 6.610350, 7.195489",\
|
|
"6.414903, 6.429069, 6.476975, 6.610350, 7.195489",\
|
|
"6.414903, 6.429069, 6.476975, 6.610350, 7.195489",\
|
|
"6.414903, 6.429069, 6.476975, 6.610350, 7.195489",\
|
|
"6.414903, 6.429069, 6.476975, 6.610350, 7.195489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.053863, 0.064323, 0.108789, 0.266840, 1.047280",\
|
|
"0.053863, 0.064323, 0.108789, 0.266840, 1.047280",\
|
|
"0.053863, 0.064323, 0.108789, 0.266840, 1.047280",\
|
|
"0.053863, 0.064323, 0.108789, 0.266840, 1.047280",\
|
|
"0.053863, 0.064323, 0.108789, 0.266840, 1.047280");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "6.365612, 6.386366, 6.462615, 6.744747, 8.078756",\
|
|
"6.365612, 6.386366, 6.462615, 6.744747, 8.078756",\
|
|
"6.365612, 6.386366, 6.462615, 6.744747, 8.078756",\
|
|
"6.365612, 6.386366, 6.462615, 6.744747, 8.078756",\
|
|
"6.365612, 6.386366, 6.462615, 6.744747, 8.078756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.064931, 0.087443, 0.181163, 0.566776, 2.436730",\
|
|
"0.064931, 0.087443, 0.181163, 0.566776, 2.436730",\
|
|
"0.064931, 0.087443, 0.181163, 0.566776, 2.436730",\
|
|
"0.064931, 0.087443, 0.181163, 0.566776, 2.436730",\
|
|
"0.064931, 0.087443, 0.181163, 0.566776, 2.436730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "6.414903, 6.429069, 6.476980, 6.610350, 7.195484",\
|
|
"6.414903, 6.429069, 6.476980, 6.610350, 7.195484",\
|
|
"6.414903, 6.429069, 6.476980, 6.610350, 7.195484",\
|
|
"6.414903, 6.429069, 6.476980, 6.610350, 7.195484",\
|
|
"6.414903, 6.429069, 6.476980, 6.610350, 7.195484");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.053863, 0.064323, 0.108791, 0.266840, 1.038900",\
|
|
"0.053863, 0.064323, 0.108791, 0.266840, 1.038900",\
|
|
"0.053863, 0.064323, 0.108791, 0.266840, 1.038900",\
|
|
"0.053863, 0.064323, 0.108791, 0.266840, 1.038900",\
|
|
"0.053863, 0.064323, 0.108791, 0.266840, 1.038900");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552",\
|
|
"6.272510, 6.295872, 6.371051, 6.649564, 7.996552");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005",\
|
|
"0.049519, 0.072536, 0.159872, 0.542202, 2.403005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145",\
|
|
"6.355985, 6.373960, 6.423151, 6.559335, 7.133145");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636",\
|
|
"0.046094, 0.058338, 0.097408, 0.254056, 1.039636");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394",\
|
|
"6.336757, 6.360412, 6.435712, 6.713581, 8.058394");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507",\
|
|
"0.049026, 0.072032, 0.159230, 0.539510, 2.395507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872",\
|
|
"6.415657, 6.433885, 6.483160, 6.618663, 7.200872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706",\
|
|
"0.045555, 0.057893, 0.097144, 0.252055, 1.037706");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462",\
|
|
"6.170095, 6.192760, 6.268297, 6.546579, 7.892462");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230",\
|
|
"0.052552, 0.075567, 0.166723, 0.546517, 2.405230");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143",\
|
|
"6.285171, 6.302225, 6.351186, 6.487336, 7.060143");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207",\
|
|
"0.047917, 0.059824, 0.101826, 0.256236, 1.043207");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986",\
|
|
"6.353673, 6.376783, 6.452734, 6.731649, 8.081986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023",\
|
|
"0.051642, 0.074561, 0.165751, 0.546278, 2.414023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780",\
|
|
"6.430558, 6.448072, 6.497509, 6.634323, 7.206780");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520",\
|
|
"0.047090, 0.059062, 0.101592, 0.257146, 1.043520");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841",\
|
|
"6.645001, 6.668838, 6.744630, 7.023123, 8.369841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104",\
|
|
"0.051790, 0.074595, 0.161072, 0.541300, 2.399104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067",\
|
|
"6.646388, 6.664343, 6.713504, 6.849546, 7.434067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621",\
|
|
"0.046197, 0.058235, 0.097526, 0.253547, 1.041621");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546",\
|
|
"6.260328, 6.283377, 6.358395, 6.636867, 7.982546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344",\
|
|
"0.050762, 0.073778, 0.161219, 0.543552, 2.402344");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120",\
|
|
"6.355308, 6.372890, 6.421802, 6.557943, 7.131120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302",\
|
|
"0.046857, 0.058959, 0.097958, 0.254528, 1.039302");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149",\
|
|
"6.578697, 6.602245, 6.677916, 6.956753, 8.304149");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357",\
|
|
"0.052604, 0.075406, 0.161984, 0.543278, 2.404357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125",\
|
|
"6.597450, 6.615111, 6.664117, 6.800520, 7.374125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235",\
|
|
"0.046784, 0.058724, 0.097891, 0.254816, 1.038235");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425",\
|
|
"6.610535, 6.634790, 6.710595, 6.988493, 8.334425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587",\
|
|
"0.049003, 0.071904, 0.158532, 0.537672, 2.394587");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307",\
|
|
"6.624890, 6.643498, 6.693034, 6.828499, 7.411307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980",\
|
|
"0.044869, 0.057214, 0.096656, 0.251290, 1.035980");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288",\
|
|
"6.390480, 6.414213, 6.489488, 6.767449, 8.113288");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918",\
|
|
"0.047883, 0.070932, 0.158240, 0.539339, 2.396918");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361",\
|
|
"6.464904, 6.483354, 6.532796, 6.668415, 7.251361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335",\
|
|
"0.045115, 0.057573, 0.096809, 0.252026, 1.039335");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937",\
|
|
"6.179095, 6.202567, 6.277710, 6.555728, 7.900937");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734",\
|
|
"0.048600, 0.071683, 0.159150, 0.540619, 2.396734");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196",\
|
|
"6.259447, 6.277612, 6.326860, 6.462519, 7.045196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048",\
|
|
"0.045657, 0.058054, 0.097185, 0.252587, 1.041048");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916",\
|
|
"6.247319, 6.269568, 6.344975, 6.623298, 7.967916");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157",\
|
|
"0.054560, 0.077534, 0.168782, 0.548636, 2.406157");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250",\
|
|
"6.349715, 6.366205, 6.414825, 6.551034, 7.123250");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521",\
|
|
"0.049040, 0.060692, 0.102654, 0.257158, 1.043521");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532",\
|
|
"6.184373, 6.209051, 6.284364, 6.561078, 7.903532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845",\
|
|
"0.044030, 0.067493, 0.155025, 0.533245, 2.381845");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342",\
|
|
"6.299254, 6.318988, 6.368854, 6.503167, 7.081342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753",\
|
|
"0.043064, 0.056215, 0.095699, 0.247909, 1.026753");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192",\
|
|
"6.163972, 6.188596, 6.263907, 6.540660, 7.883192");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671",\
|
|
"0.044181, 0.067626, 0.155175, 0.533499, 2.380671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580",\
|
|
"6.283504, 6.303172, 6.353012, 6.487355, 7.065580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209",\
|
|
"0.043156, 0.056290, 0.095750, 0.248051, 1.027209");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081",\
|
|
"6.151961, 6.176610, 6.251924, 6.528646, 7.871081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211",\
|
|
"0.044093, 0.067549, 0.155105, 0.533355, 2.380211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417",\
|
|
"6.273476, 6.293176, 6.343025, 6.477332, 7.055417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878",\
|
|
"0.043108, 0.056262, 0.095725, 0.247943, 1.026878");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.664907, 0.699078, 0.786240, 1.226991, 3.219824",\
|
|
"0.697023, 0.731193, 0.818356, 1.259107, 3.251939",\
|
|
"0.797391, 0.831562, 0.918724, 1.359476, 3.352313",\
|
|
"1.092054, 1.126213, 1.213363, 1.654146, 3.647222",\
|
|
"2.037647, 2.071699, 2.158735, 2.599811, 4.595155");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.053903, 0.083365, 0.177727, 0.771850, 3.506442",\
|
|
"0.053903, 0.083365, 0.177727, 0.771851, 3.506442",\
|
|
"0.053903, 0.083365, 0.177727, 0.771851, 3.506442",\
|
|
"0.053910, 0.083365, 0.177729, 0.771851, 3.506442",\
|
|
"0.053968, 0.083365, 0.177745, 0.771851, 3.506442");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "1.421497, 1.450337, 1.517911, 1.810491, 3.091220",\
|
|
"1.449067, 1.477906, 1.545480, 1.838060, 3.118788",\
|
|
"1.537251, 1.566091, 1.633663, 1.926235, 3.206950",\
|
|
"1.870599, 1.899439, 1.967008, 2.259572, 3.540274",\
|
|
"3.666065, 3.694885, 3.762553, 4.055458, 5.336644");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.049321, 0.070432, 0.132431, 0.498985, 2.223836",\
|
|
"0.049321, 0.070432, 0.132431, 0.498985, 2.223836",\
|
|
"0.049321, 0.070436, 0.132431, 0.498989, 2.223836",\
|
|
"0.049321, 0.070440, 0.132431, 0.498994, 2.223836",\
|
|
"0.049322, 0.070440, 0.132431, 0.498994, 2.223836");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.664907, 0.699078, 0.786240, 1.226991, 3.219824",\
|
|
"0.697023, 0.731193, 0.818356, 1.259107, 3.251939",\
|
|
"0.797391, 0.831562, 0.918724, 1.359476, 3.352313",\
|
|
"1.092054, 1.126213, 1.213363, 1.654146, 3.647222",\
|
|
"2.037647, 2.071699, 2.158735, 2.599811, 4.595155");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.053903, 0.083263, 0.177727, 0.771767, 3.499283",\
|
|
"0.053903, 0.083263, 0.177727, 0.771767, 3.499283",\
|
|
"0.053903, 0.083263, 0.177727, 0.771767, 3.499283",\
|
|
"0.053910, 0.083263, 0.177729, 0.771767, 3.499283",\
|
|
"0.053968, 0.083263, 0.177745, 0.771767, 3.499283");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "1.421497, 1.450337, 1.517911, 1.810491, 3.091220",\
|
|
"1.449067, 1.477906, 1.545480, 1.838060, 3.118788",\
|
|
"1.537251, 1.566091, 1.633663, 1.926235, 3.206950",\
|
|
"1.870599, 1.899439, 1.967008, 2.259572, 3.540274",\
|
|
"3.666065, 3.694885, 3.762553, 4.055458, 5.336644");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.049321, 0.070274, 0.132419, 0.498810, 2.222488",\
|
|
"0.049321, 0.070274, 0.132419, 0.498810, 2.222488",\
|
|
"0.049321, 0.070274, 0.132419, 0.498810, 2.222488",\
|
|
"0.049321, 0.070274, 0.132419, 0.498810, 2.222488",\
|
|
"0.049322, 0.070274, 0.132419, 0.498810, 2.222488");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "7.087622, 7.121793, 7.208956, 7.649704, 9.642521",\
|
|
"7.087622, 7.121793, 7.208956, 7.649704, 9.642521",\
|
|
"7.087622, 7.121793, 7.208956, 7.649704, 9.642521",\
|
|
"7.087622, 7.121793, 7.208956, 7.649704, 9.642521",\
|
|
"7.087622, 7.121793, 7.208956, 7.649704, 9.642521");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.053903, 0.083365, 0.177727, 0.771851, 3.506487",\
|
|
"0.053903, 0.083365, 0.177727, 0.771851, 3.506487",\
|
|
"0.053903, 0.083365, 0.177727, 0.771851, 3.506487",\
|
|
"0.053903, 0.083365, 0.177727, 0.771851, 3.506487",\
|
|
"0.053903, 0.083365, 0.177727, 0.771851, 3.506487");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "7.662396, 7.691236, 7.758807, 8.051376, 9.332087",\
|
|
"7.662396, 7.691236, 7.758807, 8.051376, 9.332087",\
|
|
"7.662396, 7.691236, 7.758807, 8.051376, 9.332087",\
|
|
"7.662396, 7.691236, 7.758807, 8.051376, 9.332087",\
|
|
"7.662396, 7.691236, 7.758807, 8.051376, 9.332087");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.049321, 0.070437, 0.132431, 0.498991, 2.223888",\
|
|
"0.049321, 0.070437, 0.132431, 0.498991, 2.223888",\
|
|
"0.049321, 0.070437, 0.132431, 0.498991, 2.223888",\
|
|
"0.049321, 0.070437, 0.132431, 0.498991, 2.223888",\
|
|
"0.049321, 0.070437, 0.132431, 0.498991, 2.223888");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "6.258335, 6.292513, 6.379684, 6.820413, 8.813073",\
|
|
"6.258335, 6.292513, 6.379684, 6.820413, 8.813073",\
|
|
"6.258335, 6.292513, 6.379684, 6.820413, 8.813073",\
|
|
"6.258335, 6.292513, 6.379684, 6.820413, 8.813073",\
|
|
"6.258335, 6.292513, 6.379684, 6.820413, 8.813073");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.053899, 0.083372, 0.177725, 0.771856, 3.506933",\
|
|
"0.053899, 0.083372, 0.177725, 0.771856, 3.506933",\
|
|
"0.053899, 0.083372, 0.177725, 0.771856, 3.506933",\
|
|
"0.053899, 0.083372, 0.177725, 0.771856, 3.506933",\
|
|
"0.053899, 0.083372, 0.177725, 0.771856, 3.506933");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "7.113697, 7.142538, 7.210107, 7.502672, 8.783376",\
|
|
"7.113697, 7.142538, 7.210107, 7.502672, 8.783376",\
|
|
"7.113697, 7.142538, 7.210107, 7.502672, 8.783376",\
|
|
"7.113697, 7.142538, 7.210107, 7.502672, 8.783376",\
|
|
"7.113697, 7.142538, 7.210107, 7.502672, 8.783376");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001395, 0.009897, 0.039089, 0.210895, 1.000000");
|
|
values ( "0.049321, 0.070439, 0.132431, 0.498993, 2.223906",\
|
|
"0.049321, 0.070439, 0.132431, 0.498993, 2.223906",\
|
|
"0.049321, 0.070439, 0.132431, 0.498993, 2.223906",\
|
|
"0.049321, 0.070439, 0.132431, 0.498993, 2.223906",\
|
|
"0.049321, 0.070439, 0.132431, 0.498993, 2.223906");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "2.640403, 2.673826, 2.760846, 3.201899, 5.195266",\
|
|
"2.685633, 2.719057, 2.806077, 3.247129, 5.240497",\
|
|
"2.795681, 2.829104, 2.916124, 3.357176, 5.350544",\
|
|
"3.122751, 3.156174, 3.243194, 3.684247, 5.677614",\
|
|
"4.262085, 4.295509, 4.382529, 4.823581, 6.816948");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "3.406625, 3.434748, 3.502150, 3.795045, 5.076494",\
|
|
"3.453135, 3.481257, 3.548659, 3.841554, 5.123003",\
|
|
"3.567653, 3.595775, 3.663177, 3.956073, 5.237522",\
|
|
"3.934055, 3.962177, 4.029579, 4.322475, 5.603923",\
|
|
"5.323788, 5.351911, 5.419312, 5.712208, 6.993657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "2.640403, 2.673826, 2.760846, 3.201899, 5.195266",\
|
|
"2.685633, 2.719057, 2.806077, 3.247129, 5.240497",\
|
|
"2.795681, 2.829104, 2.916124, 3.357176, 5.350544",\
|
|
"3.122751, 3.156174, 3.243194, 3.684247, 5.677614",\
|
|
"4.262085, 4.295509, 4.382529, 4.823581, 6.816948");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524",\
|
|
"0.055279, 0.084550, 0.178955, 0.773743, 3.508524");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "3.406625, 3.434748, 3.502150, 3.795045, 5.076494",\
|
|
"3.453135, 3.481257, 3.548659, 3.841554, 5.123003",\
|
|
"3.567653, 3.595775, 3.663177, 3.956073, 5.237522",\
|
|
"3.934055, 3.962177, 4.029579, 4.322475, 5.603923",\
|
|
"5.323788, 5.351911, 5.419312, 5.712208, 6.993657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369",\
|
|
"0.050363, 0.071181, 0.133160, 0.500361, 2.226369");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "7.103832, 7.137257, 7.224278, 7.665326, 9.658667",\
|
|
"7.103832, 7.137257, 7.224278, 7.665326, 9.658667",\
|
|
"7.103832, 7.137257, 7.224278, 7.665326, 9.658667",\
|
|
"7.103832, 7.137257, 7.224278, 7.665326, 9.658667",\
|
|
"7.103832, 7.137257, 7.224278, 7.665326, 9.658667");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.055278, 0.084551, 0.178954, 0.773744, 3.508601",\
|
|
"0.055278, 0.084551, 0.178954, 0.773744, 3.508601",\
|
|
"0.055278, 0.084551, 0.178954, 0.773744, 3.508601",\
|
|
"0.055278, 0.084551, 0.178954, 0.773744, 3.508601",\
|
|
"0.055278, 0.084551, 0.178954, 0.773744, 3.508601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "7.683127, 7.711250, 7.778650, 8.071539, 9.352975",\
|
|
"7.683127, 7.711250, 7.778650, 8.071539, 9.352975",\
|
|
"7.683127, 7.711250, 7.778650, 8.071539, 9.352975",\
|
|
"7.683127, 7.711250, 7.778650, 8.071539, 9.352975",\
|
|
"7.683127, 7.711250, 7.778650, 8.071539, 9.352975");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.050363, 0.071184, 0.133160, 0.500365, 2.226402",\
|
|
"0.050363, 0.071184, 0.133160, 0.500365, 2.226402",\
|
|
"0.050363, 0.071184, 0.133160, 0.500365, 2.226402",\
|
|
"0.050363, 0.071184, 0.133160, 0.500365, 2.226402",\
|
|
"0.050363, 0.071184, 0.133160, 0.500365, 2.226402");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "6.323627, 6.357059, 6.444088, 6.885117, 8.878304",\
|
|
"6.323627, 6.357059, 6.444088, 6.885117, 8.878304",\
|
|
"6.323627, 6.357059, 6.444088, 6.885117, 8.878304",\
|
|
"6.323627, 6.357059, 6.444088, 6.885117, 8.878304",\
|
|
"6.323627, 6.357059, 6.444088, 6.885117, 8.878304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.055274, 0.084557, 0.178953, 0.773750, 3.509035",\
|
|
"0.055274, 0.084557, 0.178953, 0.773750, 3.509035",\
|
|
"0.055274, 0.084557, 0.178953, 0.773750, 3.509035",\
|
|
"0.055274, 0.084557, 0.178953, 0.773750, 3.509035",\
|
|
"0.055274, 0.084557, 0.178953, 0.773750, 3.509035");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "7.172952, 7.201076, 7.268474, 7.561357, 8.842784",\
|
|
"7.172952, 7.201076, 7.268474, 7.561357, 8.842784",\
|
|
"7.172952, 7.201076, 7.268474, 7.561357, 8.842784",\
|
|
"7.172952, 7.201076, 7.268474, 7.561357, 8.842784",\
|
|
"7.172952, 7.201076, 7.268474, 7.561357, 8.842784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001768, 0.010270, 0.039462, 0.211268, 1.000000");
|
|
values ( "0.050363, 0.071187, 0.133160, 0.500368, 2.226428",\
|
|
"0.050363, 0.071187, 0.133160, 0.500368, 2.226428",\
|
|
"0.050363, 0.071187, 0.133160, 0.500368, 2.226428",\
|
|
"0.050363, 0.071187, 0.133160, 0.500368, 2.226428",\
|
|
"0.050363, 0.071187, 0.133160, 0.500368, 2.226428");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "1.977667, 2.002958, 2.079082, 2.356035, 3.699298",\
|
|
"2.029531, 2.054821, 2.130946, 2.407899, 3.751162",\
|
|
"2.141174, 2.166464, 2.242589, 2.519542, 3.862805",\
|
|
"2.474414, 2.499704, 2.575828, 2.852782, 4.196045",\
|
|
"3.589177, 3.614468, 3.690592, 3.967546, 5.310809");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047545, 0.070689, 0.156993, 0.532908, 2.381983");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "2.165923, 2.185403, 2.235283, 2.369856, 2.949616",\
|
|
"2.214421, 2.233901, 2.283781, 2.418354, 2.998114",\
|
|
"2.326720, 2.346200, 2.396080, 2.530652, 3.110412",\
|
|
"2.690220, 2.709700, 2.759580, 2.894153, 3.473913",\
|
|
"4.013484, 4.032964, 4.082844, 4.217418, 4.797178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.043888, 0.056483, 0.096251, 0.248086, 1.022990",\
|
|
"0.043888, 0.056483, 0.096251, 0.248086, 1.022990",\
|
|
"0.043888, 0.056483, 0.096251, 0.248086, 1.022990",\
|
|
"0.043888, 0.056483, 0.096251, 0.248086, 1.022990",\
|
|
"0.043890, 0.056486, 0.096252, 0.248086, 1.022990");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "1.977667, 2.002958, 2.079082, 2.356035, 3.699298",\
|
|
"2.029531, 2.054821, 2.130946, 2.407899, 3.751162",\
|
|
"2.141174, 2.166464, 2.242589, 2.519542, 3.862805",\
|
|
"2.474414, 2.499704, 2.575828, 2.852782, 4.196045",\
|
|
"3.589177, 3.614468, 3.690592, 3.967546, 5.310809");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047544, 0.070688, 0.156992, 0.532908, 2.381982",\
|
|
"0.047545, 0.070689, 0.156993, 0.532908, 2.381983");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "2.165923, 2.185403, 2.235283, 2.369856, 2.949616",\
|
|
"2.214421, 2.233901, 2.283781, 2.418354, 2.998114",\
|
|
"2.326720, 2.346200, 2.396080, 2.530652, 3.110412",\
|
|
"2.690220, 2.709700, 2.759580, 2.894153, 3.473913",\
|
|
"4.013484, 4.032964, 4.082844, 4.217418, 4.797178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.043888, 0.056483, 0.096251, 0.248086, 1.022989",\
|
|
"0.043888, 0.056483, 0.096251, 0.248086, 1.022989",\
|
|
"0.043888, 0.056483, 0.096251, 0.248086, 1.022989",\
|
|
"0.043888, 0.056483, 0.096251, 0.248086, 1.022989",\
|
|
"0.043890, 0.056486, 0.096252, 0.248086, 1.022989");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "7.083318, 7.108607, 7.184728, 7.461681, 8.804942",\
|
|
"7.083318, 7.108607, 7.184728, 7.461681, 8.804942",\
|
|
"7.083318, 7.108607, 7.184728, 7.461681, 8.804942",\
|
|
"7.083318, 7.108607, 7.184728, 7.461681, 8.804942",\
|
|
"7.083318, 7.108607, 7.184728, 7.461681, 8.804942");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.047536, 0.070681, 0.156988, 0.532909, 2.381984",\
|
|
"0.047536, 0.070681, 0.156988, 0.532909, 2.381984",\
|
|
"0.047536, 0.070681, 0.156988, 0.532909, 2.381984",\
|
|
"0.047536, 0.070681, 0.156988, 0.532909, 2.381984",\
|
|
"0.047536, 0.070681, 0.156988, 0.532909, 2.381984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "7.424342, 7.443824, 7.493711, 7.628288, 8.208050",\
|
|
"7.424342, 7.443824, 7.493711, 7.628288, 8.208050",\
|
|
"7.424342, 7.443824, 7.493711, 7.628288, 8.208050",\
|
|
"7.424342, 7.443824, 7.493711, 7.628288, 8.208050",\
|
|
"7.424342, 7.443824, 7.493711, 7.628288, 8.208050");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.043909, 0.056506, 0.096263, 0.248092, 1.022986",\
|
|
"0.043909, 0.056506, 0.096263, 0.248092, 1.022986",\
|
|
"0.043909, 0.056506, 0.096263, 0.248092, 1.022986",\
|
|
"0.043909, 0.056506, 0.096263, 0.248092, 1.022986",\
|
|
"0.043909, 0.056506, 0.096263, 0.248092, 1.022986");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "6.625651, 6.650927, 6.727032, 7.003981, 8.347226",\
|
|
"6.625651, 6.650927, 6.727032, 7.003981, 8.347226",\
|
|
"6.625651, 6.650927, 6.727032, 7.003981, 8.347226",\
|
|
"6.625651, 6.650927, 6.727032, 7.003981, 8.347226",\
|
|
"6.625651, 6.650927, 6.727032, 7.003981, 8.347226");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.047481, 0.070630, 0.156958, 0.532917, 2.381988",\
|
|
"0.047481, 0.070630, 0.156958, 0.532917, 2.381988",\
|
|
"0.047481, 0.070630, 0.156958, 0.532917, 2.381988",\
|
|
"0.047481, 0.070630, 0.156958, 0.532917, 2.381988",\
|
|
"0.047481, 0.070630, 0.156958, 0.532917, 2.381988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "7.121014, 7.140487, 7.190346, 7.324905, 7.904661",\
|
|
"7.121014, 7.140487, 7.190346, 7.324905, 7.904661",\
|
|
"7.121014, 7.140487, 7.190346, 7.324905, 7.904661",\
|
|
"7.121014, 7.140487, 7.190346, 7.324905, 7.904661",\
|
|
"7.121014, 7.140487, 7.190346, 7.324905, 7.904661");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.043823, 0.056412, 0.096213, 0.248070, 1.022999",\
|
|
"0.043823, 0.056412, 0.096213, 0.248070, 1.022999",\
|
|
"0.043823, 0.056412, 0.096213, 0.248070, 1.022999",\
|
|
"0.043823, 0.056412, 0.096213, 0.248070, 1.022999",\
|
|
"0.043823, 0.056412, 0.096213, 0.248070, 1.022999");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922",\
|
|
"6.070538, 6.094966, 6.170266, 6.447040, 7.788922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966",\
|
|
"0.044604, 0.068020, 0.155726, 0.534165, 2.377966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479",\
|
|
"6.253110, 6.272504, 6.322221, 6.456539, 7.034479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665",\
|
|
"0.043546, 0.056545, 0.096007, 0.248078, 1.026665");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261",\
|
|
"6.200727, 6.225032, 6.300323, 6.577204, 7.919261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744",\
|
|
"0.044954, 0.068343, 0.156062, 0.534770, 2.378744");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238",\
|
|
"6.354715, 6.373960, 6.423624, 6.558039, 7.136238");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893",\
|
|
"0.043756, 0.056707, 0.096121, 0.248449, 1.027893");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.449499, 1.473957, 1.549252, 1.826012, 3.167980",\
|
|
"1.499487, 1.523945, 1.599240, 1.876000, 3.217969",\
|
|
"1.608500, 1.632958, 1.708253, 1.985013, 3.326981",\
|
|
"1.885535, 1.909994, 1.985289, 2.262048, 3.604017",\
|
|
"2.796225, 2.820683, 2.895977, 3.172737, 4.514706");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.044564, 0.067979, 0.155645, 0.534031, 2.378614",\
|
|
"0.044564, 0.067979, 0.155645, 0.534031, 2.378614",\
|
|
"0.044564, 0.067979, 0.155645, 0.534031, 2.378614",\
|
|
"0.044564, 0.067979, 0.155645, 0.534031, 2.378614",\
|
|
"0.044565, 0.067980, 0.155645, 0.534031, 2.378626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "2.006641, 2.026018, 2.075744, 2.210140, 2.788836",\
|
|
"2.056608, 2.075985, 2.125711, 2.260106, 2.838803",\
|
|
"2.170747, 2.190124, 2.239850, 2.374245, 2.952942",\
|
|
"2.532825, 2.552202, 2.601927, 2.736323, 3.315019",\
|
|
"3.923510, 3.942887, 3.992613, 4.127008, 4.705702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.043643, 0.056408, 0.096088, 0.248055, 1.024400",\
|
|
"0.043643, 0.056408, 0.096088, 0.248055, 1.024400",\
|
|
"0.043643, 0.056408, 0.096088, 0.248055, 1.024400",\
|
|
"0.043643, 0.056408, 0.096088, 0.248055, 1.024400",\
|
|
"0.043643, 0.056408, 0.096088, 0.248055, 1.024406");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.445605, 1.470063, 1.545358, 1.822118, 3.164086",\
|
|
"1.495573, 1.520032, 1.595327, 1.872086, 3.214055",\
|
|
"1.604586, 1.629044, 1.704339, 1.981099, 3.323068",\
|
|
"1.881602, 1.906060, 1.981355, 2.258115, 3.600084",\
|
|
"2.792592, 2.817050, 2.892345, 3.169104, 4.511074");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.044563, 0.067979, 0.155645, 0.534030, 2.378609",\
|
|
"0.044563, 0.067979, 0.155645, 0.534030, 2.378609",\
|
|
"0.044563, 0.067979, 0.155645, 0.534030, 2.378609",\
|
|
"0.044563, 0.067979, 0.155645, 0.534030, 2.378609",\
|
|
"0.044565, 0.067980, 0.155645, 0.534030, 2.378623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.997973, 2.017350, 2.067075, 2.201471, 2.780168",\
|
|
"2.047960, 2.067337, 2.117063, 2.251458, 2.830156",\
|
|
"2.162099, 2.181476, 2.231202, 2.365597, 2.944295",\
|
|
"2.523877, 2.543254, 2.592979, 2.727375, 3.306072",\
|
|
"3.916031, 3.935408, 3.985133, 4.119529, 4.698223");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.043643, 0.056408, 0.096087, 0.248055, 1.024398",\
|
|
"0.043643, 0.056408, 0.096087, 0.248055, 1.024398",\
|
|
"0.043643, 0.056408, 0.096087, 0.248055, 1.024398",\
|
|
"0.043643, 0.056408, 0.096087, 0.248055, 1.024398",\
|
|
"0.043643, 0.056408, 0.096087, 0.248055, 1.024405");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891",\
|
|
"6.215405, 6.239865, 6.315163, 6.591925, 7.933891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485",\
|
|
"0.044552, 0.067969, 0.155641, 0.534038, 2.378485");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039",\
|
|
"7.088854, 7.108232, 7.157958, 7.292352, 7.871039");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420",\
|
|
"0.043641, 0.056409, 0.096086, 0.248055, 1.024420");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336",\
|
|
"6.509431, 6.543266, 6.630337, 7.071190, 9.064336");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213",\
|
|
"0.054489, 0.083844, 0.178254, 0.772450, 3.505213");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976",\
|
|
"7.275335, 7.303866, 7.371389, 7.664124, 8.944976");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001551, 0.010052, 0.039244, 0.211051, 1.000000");
|
|
values ( "0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560",\
|
|
"0.049757, 0.070697, 0.132742, 0.499327, 2.223560");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "1.559694, 1.584091, 1.659368, 1.936127, 3.277971",\
|
|
"1.611015, 1.635413, 1.710690, 1.987449, 3.329293",\
|
|
"1.730821, 1.755218, 1.830495, 2.107254, 3.449098",\
|
|
"2.017190, 2.041587, 2.116864, 2.393623, 3.735467",\
|
|
"2.964417, 2.988814, 3.064091, 3.340850, 4.682694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.044754, 0.068152, 0.155818, 0.534197, 2.378722",\
|
|
"0.044754, 0.068152, 0.155818, 0.534198, 2.378722",\
|
|
"0.044754, 0.068152, 0.155818, 0.534198, 2.378723",\
|
|
"0.044755, 0.068153, 0.155818, 0.534198, 2.378725",\
|
|
"0.044755, 0.068153, 0.155818, 0.534198, 2.378733");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "2.030585, 2.049888, 2.099580, 2.233979, 2.812626",\
|
|
"2.082160, 2.101463, 2.151155, 2.285554, 2.864202",\
|
|
"2.196126, 2.215430, 2.265122, 2.399521, 2.978168",\
|
|
"2.561073, 2.580376, 2.630069, 2.764467, 3.343115",\
|
|
"3.841487, 3.860791, 3.910483, 4.044881, 4.623528");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.043755, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043755, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043755, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043755, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043755, 0.056481, 0.096157, 0.248124, 1.024374");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "1.559694, 1.584091, 1.659368, 1.936127, 3.277971",\
|
|
"1.611015, 1.635413, 1.710690, 1.987449, 3.329293",\
|
|
"1.730821, 1.755218, 1.830495, 2.107254, 3.449098",\
|
|
"2.017190, 2.041587, 2.116864, 2.393623, 3.735467",\
|
|
"2.964417, 2.988814, 3.064091, 3.340850, 4.682694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.044754, 0.068152, 0.155818, 0.534197, 2.378721",\
|
|
"0.044754, 0.068152, 0.155818, 0.534197, 2.378721",\
|
|
"0.044754, 0.068152, 0.155818, 0.534197, 2.378723",\
|
|
"0.044755, 0.068153, 0.155818, 0.534197, 2.378725",\
|
|
"0.044755, 0.068153, 0.155818, 0.534197, 2.378733");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "2.030585, 2.049888, 2.099580, 2.233979, 2.812626",\
|
|
"2.082160, 2.101463, 2.151155, 2.285554, 2.864202",\
|
|
"2.196126, 2.215430, 2.265122, 2.399521, 2.978168",\
|
|
"2.561073, 2.580376, 2.630069, 2.764467, 3.343115",\
|
|
"3.841487, 3.860791, 3.910483, 4.044881, 4.623528");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.043754, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043754, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043754, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043754, 0.056481, 0.096157, 0.248124, 1.024370",\
|
|
"0.043754, 0.056481, 0.096157, 0.248124, 1.024374");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333",\
|
|
"6.402052, 6.426450, 6.501730, 6.778491, 8.120333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599",\
|
|
"0.044742, 0.068142, 0.155814, 0.534204, 2.378599");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058",\
|
|
"7.224023, 7.243328, 7.293020, 7.427418, 8.006058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388",\
|
|
"0.043753, 0.056482, 0.096155, 0.248124, 1.024388");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558",\
|
|
"6.230492, 6.254971, 6.330297, 6.607113, 7.949558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176",\
|
|
"0.045310, 0.068633, 0.155982, 0.534138, 2.384176");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200",\
|
|
"6.380289, 6.399607, 6.449327, 6.583848, 7.163200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943",\
|
|
"0.043762, 0.056419, 0.096150, 0.248329, 1.024943");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.472725, 1.498553, 1.575325, 1.852434, 3.196122",\
|
|
"1.522317, 1.548145, 1.624917, 1.902026, 3.245714",\
|
|
"1.627191, 1.653019, 1.729791, 2.006900, 3.350588",\
|
|
"1.872440, 1.898269, 1.975041, 2.252150, 3.595838",\
|
|
"2.663513, 2.689342, 2.766115, 3.043224, 4.386912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049950, 0.072880, 0.158299, 0.532593, 2.381434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.624420, 1.643905, 1.693890, 1.828513, 2.408122",\
|
|
"1.672708, 1.692192, 1.742177, 1.876800, 2.456409",\
|
|
"1.784468, 1.803952, 1.853937, 1.988560, 2.568169",\
|
|
"2.069460, 2.088945, 2.138930, 2.273553, 2.853162",\
|
|
"2.909048, 2.928532, 2.978515, 3.113137, 3.692746");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044321, 0.056935, 0.096510, 0.248134, 1.022567",\
|
|
"0.044321, 0.056935, 0.096510, 0.248134, 1.022567",\
|
|
"0.044321, 0.056935, 0.096510, 0.248134, 1.022567",\
|
|
"0.044322, 0.056936, 0.096510, 0.248134, 1.022567",\
|
|
"0.044322, 0.056936, 0.096510, 0.248134, 1.022568");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.472725, 1.498553, 1.575325, 1.852434, 3.196122",\
|
|
"1.522317, 1.548145, 1.624917, 1.902026, 3.245714",\
|
|
"1.627191, 1.653019, 1.729791, 2.006900, 3.350588",\
|
|
"1.872440, 1.898269, 1.975041, 2.252150, 3.595838",\
|
|
"2.663513, 2.689342, 2.766115, 3.043224, 4.386912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049947, 0.072878, 0.158298, 0.532593, 2.381434",\
|
|
"0.049950, 0.072880, 0.158299, 0.532593, 2.381434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.624420, 1.643905, 1.693890, 1.828513, 2.408122",\
|
|
"1.672708, 1.692192, 1.742177, 1.876800, 2.456409",\
|
|
"1.784468, 1.803952, 1.853937, 1.988560, 2.568169",\
|
|
"2.069460, 2.088945, 2.138930, 2.273553, 2.853162",\
|
|
"2.909048, 2.928532, 2.978515, 3.113137, 3.692746");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044315, 0.056929, 0.096506, 0.248132, 1.022567",\
|
|
"0.044315, 0.056929, 0.096506, 0.248132, 1.022567",\
|
|
"0.044315, 0.056929, 0.096506, 0.248132, 1.022567",\
|
|
"0.044315, 0.056929, 0.096506, 0.248132, 1.022567",\
|
|
"0.044315, 0.056929, 0.096506, 0.248132, 1.022568");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.582715, 1.608536, 1.685300, 1.962407, 3.306087",\
|
|
"1.632455, 1.658276, 1.735040, 2.012147, 3.355827",\
|
|
"1.737645, 1.763466, 1.840230, 2.117337, 3.461017",\
|
|
"1.982184, 2.008006, 2.084769, 2.361876, 3.705556",\
|
|
"2.771564, 2.797384, 2.874146, 3.151253, 4.494932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381438");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.765374, 1.784866, 1.834874, 1.969513, 2.549126",\
|
|
"1.813745, 1.833236, 1.883245, 2.017884, 2.597497",\
|
|
"1.925649, 1.945140, 1.995148, 2.129787, 2.709401",\
|
|
"2.211713, 2.231204, 2.281212, 2.415851, 2.995464",\
|
|
"3.061378, 3.080870, 3.130878, 3.265516, 3.845129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044393, 0.057013, 0.096552, 0.248152, 1.022555");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.582155, 1.607970, 1.684726, 1.961831, 3.305503",\
|
|
"1.631895, 1.657710, 1.734466, 2.011570, 3.355243",\
|
|
"1.737085, 1.762899, 1.839656, 2.116760, 3.460433",\
|
|
"1.981641, 2.007456, 2.084212, 2.361317, 3.704989",\
|
|
"2.771136, 2.796951, 2.873708, 3.150813, 4.494486");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049894, 0.072829, 0.158269, 0.532600, 2.381438");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.762685, 1.782169, 1.832154, 1.966777, 2.546386",\
|
|
"1.811055, 1.830540, 1.880525, 2.015148, 2.594757",\
|
|
"1.922959, 1.942444, 1.992429, 2.127052, 2.706661",\
|
|
"2.209041, 2.228525, 2.278510, 2.413133, 2.992742",\
|
|
"3.058867, 3.078351, 3.128337, 3.262961, 3.842570");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044321, 0.056934, 0.096509, 0.248134, 1.022567",\
|
|
"0.044321, 0.056934, 0.096509, 0.248134, 1.022567",\
|
|
"0.044321, 0.056934, 0.096509, 0.248134, 1.022567",\
|
|
"0.044321, 0.056935, 0.096510, 0.248134, 1.022567",\
|
|
"0.044325, 0.056939, 0.096512, 0.248135, 1.022567");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.846004, 1.865495, 1.915504, 2.050143, 2.629756",\
|
|
"1.895744, 1.915235, 1.965244, 2.099882, 2.679496",\
|
|
"2.000934, 2.020425, 2.070433, 2.205072, 2.784685",\
|
|
"2.245707, 2.265198, 2.315206, 2.449845, 3.029459",\
|
|
"3.037591, 3.057082, 3.107090, 3.241728, 3.821342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044394, 0.057014, 0.096552, 0.248152, 1.022556",\
|
|
"0.044393, 0.057013, 0.096552, 0.248152, 1.022555");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.636804, 1.662625, 1.739389, 2.016496, 3.360176",\
|
|
"1.685175, 1.710996, 1.787760, 2.064867, 3.408547",\
|
|
"1.797079, 1.822900, 1.899664, 2.176771, 3.520451",\
|
|
"2.083718, 2.109539, 2.186302, 2.463409, 3.807089",\
|
|
"2.936723, 2.962543, 3.039306, 3.316412, 4.660091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381437",\
|
|
"0.049919, 0.072852, 0.158282, 0.532597, 2.381438");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.843314, 1.862799, 1.912784, 2.047407, 2.627016",\
|
|
"1.893054, 1.912539, 1.962524, 2.097147, 2.676756",\
|
|
"1.998244, 2.017729, 2.067713, 2.202337, 2.781945",\
|
|
"2.243034, 2.262519, 2.312504, 2.447127, 3.026736",\
|
|
"3.035079, 3.054564, 3.104549, 3.239173, 3.818782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044321, 0.056934, 0.096509, 0.248134, 1.022567",\
|
|
"0.044321, 0.056934, 0.096509, 0.248134, 1.022567",\
|
|
"0.044321, 0.056934, 0.096509, 0.248134, 1.022567",\
|
|
"0.044321, 0.056935, 0.096510, 0.248134, 1.022567",\
|
|
"0.044325, 0.056939, 0.096512, 0.248135, 1.022567");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.636244, 1.662059, 1.738815, 2.015920, 3.359592",\
|
|
"1.684615, 1.710430, 1.787186, 2.064291, 3.407963",\
|
|
"1.796519, 1.822333, 1.899090, 2.176194, 3.519867",\
|
|
"2.083175, 2.108989, 2.185745, 2.462850, 3.806523",\
|
|
"2.936296, 2.962111, 3.038867, 3.315972, 4.659645");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049892, 0.072827, 0.158268, 0.532600, 2.381439",\
|
|
"0.049894, 0.072829, 0.158269, 0.532600, 2.381438");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477",\
|
|
"7.049068, 7.074899, 7.151675, 7.428785, 8.772477");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433",\
|
|
"0.049961, 0.072891, 0.158305, 0.532591, 2.381433");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159",\
|
|
"7.319412, 7.338903, 7.388908, 7.523546, 8.103159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556",\
|
|
"0.044387, 0.057006, 0.096548, 0.248151, 1.022556");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774",\
|
|
"6.049105, 6.073581, 6.148850, 6.425602, 7.767774");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169",\
|
|
"0.044651, 0.068048, 0.155597, 0.533908, 2.382169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497",\
|
|
"6.162796, 6.182277, 6.232037, 6.366384, 6.944497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127",\
|
|
"0.043421, 0.056468, 0.095920, 0.248073, 1.027127");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421",\
|
|
"6.253704, 6.278250, 6.353515, 6.630215, 7.972421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645",\
|
|
"0.044487, 0.067902, 0.155400, 0.533560, 2.382645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086",\
|
|
"6.399573, 6.419083, 6.468869, 6.603266, 7.182086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376",\
|
|
"0.043445, 0.056269, 0.095966, 0.247924, 1.024376");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995",\
|
|
"6.105240, 6.129615, 6.204889, 6.481731, 7.823995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520",\
|
|
"0.044889, 0.068265, 0.155878, 0.534443, 2.380520");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873",\
|
|
"6.279759, 6.299075, 6.348778, 6.483231, 7.061873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420",\
|
|
"0.043698, 0.056559, 0.096092, 0.248365, 1.026420");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418",\
|
|
"6.097739, 6.122273, 6.197540, 6.474247, 7.816418");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384",\
|
|
"0.044505, 0.067918, 0.155433, 0.533614, 2.382384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963",\
|
|
"6.201180, 6.220734, 6.270521, 6.404844, 6.982963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567",\
|
|
"0.043325, 0.056377, 0.095868, 0.247924, 1.026567");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.660311, 2.685467, 2.761547, 3.038559, 4.381876",\
|
|
"2.720206, 2.745361, 2.821442, 3.098454, 4.441770",\
|
|
"2.832925, 2.858081, 2.934161, 3.211173, 4.554490",\
|
|
"3.174758, 3.199914, 3.275994, 3.553006, 4.896323",\
|
|
"4.443998, 4.469153, 4.545234, 4.822246, 6.165562");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "3.417061, 3.436401, 3.486141, 3.620707, 4.200548",\
|
|
"3.469805, 3.489144, 3.538884, 3.673450, 4.253291",\
|
|
"3.592020, 3.611360, 3.661099, 3.795666, 4.375506",\
|
|
"3.942743, 3.962082, 4.011823, 4.146388, 4.726229",\
|
|
"5.213204, 5.232543, 5.282283, 5.416849, 5.996690");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.660311, 2.685467, 2.761547, 3.038559, 4.381876",\
|
|
"2.720206, 2.745361, 2.821442, 3.098454, 4.441770",\
|
|
"2.832925, 2.858081, 2.934161, 3.211173, 4.554490",\
|
|
"3.174758, 3.199914, 3.275994, 3.553006, 4.896323",\
|
|
"4.443998, 4.469153, 4.545234, 4.822246, 6.165562");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712",\
|
|
"0.047777, 0.070886, 0.157228, 0.533373, 2.382712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "3.417061, 3.436401, 3.486141, 3.620707, 4.200548",\
|
|
"3.469805, 3.489144, 3.538884, 3.673450, 4.253291",\
|
|
"3.592020, 3.611360, 3.661099, 3.795666, 4.375506",\
|
|
"3.942743, 3.962082, 4.011823, 4.146388, 4.726229",\
|
|
"5.213204, 5.232543, 5.282283, 5.416849, 5.996690");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "4.495293, 4.520448, 4.596529, 4.873540, 6.216856",\
|
|
"4.546613, 4.571769, 4.647849, 4.924861, 6.268178",\
|
|
"4.666425, 4.691580, 4.767661, 5.044672, 6.387989",\
|
|
"4.952795, 4.977951, 5.054031, 5.331043, 6.674359",\
|
|
"5.902612, 5.927767, 6.003848, 6.280859, 7.624176");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "7.357929, 7.377268, 7.427008, 7.561574, 8.141416",\
|
|
"7.409450, 7.428790, 7.478529, 7.613095, 8.192937",\
|
|
"7.523387, 7.542727, 7.592467, 7.727032, 8.306874",\
|
|
"7.887587, 7.906927, 7.956666, 8.091231, 8.671073",\
|
|
"9.166056, 9.185395, 9.235135, 9.369700, 9.949542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "4.493919, 4.519074, 4.595155, 4.872167, 6.215483",\
|
|
"4.545240, 4.570395, 4.646476, 4.923488, 6.266804",\
|
|
"4.665051, 4.690207, 4.766287, 5.043299, 6.386615",\
|
|
"4.951422, 4.976577, 5.052658, 5.329669, 6.672986",\
|
|
"5.901238, 5.926394, 6.002474, 6.279486, 7.622802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "7.357473, 7.376812, 7.426552, 7.561118, 8.140960",\
|
|
"7.408994, 7.428333, 7.478073, 7.612638, 8.192480",\
|
|
"7.522931, 7.542271, 7.592010, 7.726576, 8.306417",\
|
|
"7.887130, 7.906470, 7.956210, 8.090775, 8.670617",\
|
|
"9.165599, 9.184938, 9.234678, 9.369245, 9.949086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "5.949203, 5.968543, 6.018282, 6.152848, 6.732689",\
|
|
"6.000524, 6.019864, 6.069603, 6.204169, 6.784010",\
|
|
"6.120335, 6.139675, 6.189415, 6.323980, 6.903821",\
|
|
"6.406705, 6.426045, 6.475785, 6.610350, 7.190191",\
|
|
"7.356522, 7.375862, 7.425601, 7.560167, 8.140008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "5.694611, 5.719767, 5.795847, 6.072859, 7.416175",\
|
|
"5.746132, 5.771287, 5.847368, 6.124380, 7.467696",\
|
|
"5.860069, 5.885225, 5.961305, 6.238317, 7.581633",\
|
|
"6.224268, 6.249424, 6.325504, 6.602516, 7.945833",\
|
|
"7.502737, 7.527893, 7.603973, 7.880985, 9.224300");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "5.948731, 5.968071, 6.017810, 6.152376, 6.732217",\
|
|
"6.000052, 6.019392, 6.069131, 6.203697, 6.783538",\
|
|
"6.119863, 6.139203, 6.188942, 6.323508, 6.903349",\
|
|
"6.406234, 6.425573, 6.475313, 6.609879, 7.189720",\
|
|
"7.356050, 7.375390, 7.425129, 7.559695, 8.139537");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "5.693254, 5.718409, 5.794489, 6.071501, 7.414817",\
|
|
"5.744774, 5.769930, 5.846010, 6.123022, 7.466339",\
|
|
"5.858712, 5.883867, 5.959948, 6.236959, 7.580276",\
|
|
"6.222911, 6.248066, 6.324147, 6.601159, 7.944475",\
|
|
"7.501379, 7.526535, 7.602615, 7.879627, 9.222942");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.584373, 1.609529, 1.685611, 1.962623, 3.305940",\
|
|
"1.635757, 1.660914, 1.736996, 2.014008, 3.357325",\
|
|
"1.747803, 1.772959, 1.849041, 2.126054, 3.469371",\
|
|
"2.022490, 2.047647, 2.123729, 2.400741, 3.744058",\
|
|
"2.959560, 2.984717, 3.060799, 3.337812, 4.681129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047782, 0.070891, 0.157231, 0.533373, 2.382713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.874327, 1.893671, 1.943411, 2.077972, 2.657763",\
|
|
"1.919626, 1.938969, 1.988710, 2.123271, 2.703062",\
|
|
"2.032899, 2.052242, 2.101983, 2.236543, 2.816335",\
|
|
"2.399673, 2.419016, 2.468757, 2.603317, 3.183109",\
|
|
"3.801615, 3.820959, 3.870700, 4.005260, 4.585046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043756, 0.056309, 0.096159, 0.248285, 1.024078",\
|
|
"0.043756, 0.056309, 0.096159, 0.248285, 1.024078",\
|
|
"0.043756, 0.056309, 0.096159, 0.248285, 1.024078",\
|
|
"0.043756, 0.056309, 0.096159, 0.248285, 1.024078",\
|
|
"0.043756, 0.056309, 0.096159, 0.248285, 1.024091");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.584373, 1.609529, 1.685611, 1.962623, 3.305940",\
|
|
"1.635757, 1.660914, 1.736996, 2.014008, 3.357325",\
|
|
"1.747803, 1.772959, 1.849041, 2.126054, 3.469371",\
|
|
"2.022490, 2.047647, 2.123729, 2.400741, 3.744058",\
|
|
"2.959560, 2.984717, 3.060799, 3.337812, 4.681129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047780, 0.070889, 0.157230, 0.533373, 2.382711",\
|
|
"0.047782, 0.070891, 0.157231, 0.533373, 2.382713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.874327, 1.893671, 1.943411, 2.077972, 2.657763",\
|
|
"1.919626, 1.938969, 1.988710, 2.123271, 2.703062",\
|
|
"2.032899, 2.052242, 2.101983, 2.236543, 2.816335",\
|
|
"2.399673, 2.419016, 2.468757, 2.603317, 3.183109",\
|
|
"3.801615, 3.820959, 3.870700, 4.005260, 4.585046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043755, 0.056309, 0.096158, 0.248285, 1.024078",\
|
|
"0.043755, 0.056309, 0.096158, 0.248285, 1.024078",\
|
|
"0.043755, 0.056309, 0.096158, 0.248285, 1.024078",\
|
|
"0.043755, 0.056309, 0.096158, 0.248285, 1.024078",\
|
|
"0.043755, 0.056309, 0.096158, 0.248285, 1.024091");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "12.089918, 12.115074, 12.191154, 12.468166, 13.811482",\
|
|
"12.089918, 12.115074, 12.191154, 12.468166, 13.811482",\
|
|
"12.089918, 12.115074, 12.191154, 12.468166, 13.811482",\
|
|
"12.089918, 12.115074, 12.191154, 12.468166, 13.811482",\
|
|
"12.089918, 12.115074, 12.191154, 12.468166, 13.811482");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "13.750197, 13.769537, 13.819277, 13.953842, 14.533685",\
|
|
"13.750197, 13.769537, 13.819277, 13.953842, 14.533685",\
|
|
"13.750197, 13.769537, 13.819277, 13.953842, 14.533685",\
|
|
"13.750197, 13.769537, 13.819277, 13.953842, 14.533685",\
|
|
"13.750197, 13.769537, 13.819277, 13.953842, 14.533685");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "7.622559, 7.647714, 7.723794, 8.000807, 9.344122",\
|
|
"7.622559, 7.647714, 7.723794, 8.000807, 9.344122",\
|
|
"7.622559, 7.647714, 7.723794, 8.000807, 9.344122",\
|
|
"7.622559, 7.647714, 7.723794, 8.000807, 9.344122",\
|
|
"7.622559, 7.647714, 7.723794, 8.000807, 9.344122");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712",\
|
|
"0.047776, 0.070885, 0.157227, 0.533374, 2.382712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "9.322252, 9.341592, 9.391332, 9.525897, 10.105740",\
|
|
"9.322252, 9.341592, 9.391332, 9.525897, 10.105740",\
|
|
"9.322252, 9.341592, 9.391332, 9.525897, 10.105740",\
|
|
"9.322252, 9.341592, 9.391332, 9.525897, 10.105740",\
|
|
"9.322252, 9.341592, 9.391332, 9.525897, 10.105740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968",\
|
|
"0.043767, 0.056302, 0.096167, 0.248286, 1.023968");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.572196, 1.597413, 1.673437, 1.950330, 3.293374",\
|
|
"1.620934, 1.646151, 1.722174, 1.999067, 3.342112",\
|
|
"1.733270, 1.758487, 1.834510, 2.111403, 3.454448",\
|
|
"2.042493, 2.067710, 2.143734, 2.420626, 3.763671",\
|
|
"3.124155, 3.149372, 3.225395, 3.502288, 4.845331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047160, 0.070340, 0.156781, 0.532846, 2.381649");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.825219, 1.844696, 1.894483, 2.028944, 2.608407",\
|
|
"1.875901, 1.895378, 1.945165, 2.079627, 2.659089",\
|
|
"1.987317, 2.006794, 2.056581, 2.191042, 2.770505",\
|
|
"2.302963, 2.322440, 2.372228, 2.506689, 3.086151",\
|
|
"3.289221, 3.308698, 3.358486, 3.492947, 4.072408");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096047, 0.247920, 1.022989");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.571787, 1.597000, 1.673017, 1.949909, 3.292948",\
|
|
"1.620525, 1.645738, 1.721755, 1.998647, 3.341686",\
|
|
"1.732861, 1.758073, 1.834091, 2.110983, 3.454022",\
|
|
"2.042089, 2.067302, 2.143320, 2.420211, 3.763250",\
|
|
"3.123831, 3.149044, 3.225062, 3.501954, 4.844994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047142, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047142, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047142, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047143, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047145, 0.070326, 0.156773, 0.532848, 2.381650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.823293, 1.842773, 1.892560, 2.027018, 2.606446",\
|
|
"1.873975, 1.893455, 1.943243, 2.077701, 2.657128",\
|
|
"1.985391, 2.004871, 2.054659, 2.189116, 2.768544",\
|
|
"2.301056, 2.320536, 2.370324, 2.504781, 3.084209",\
|
|
"3.287417, 3.306897, 3.356685, 3.491143, 4.070570");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043533, 0.056171, 0.096042, 0.247919, 1.023065",\
|
|
"0.043533, 0.056171, 0.096042, 0.247919, 1.023065",\
|
|
"0.043533, 0.056171, 0.096042, 0.247919, 1.023065",\
|
|
"0.043533, 0.056171, 0.096042, 0.247919, 1.023064",\
|
|
"0.043533, 0.056170, 0.096042, 0.247919, 1.023063");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.895203, 1.914680, 1.964467, 2.098928, 2.678391",\
|
|
"1.943941, 1.963418, 2.013205, 2.147666, 2.727129",\
|
|
"2.056277, 2.075753, 2.125541, 2.260002, 2.839465",\
|
|
"2.365644, 2.385121, 2.434909, 2.569370, 3.148832",\
|
|
"3.444281, 3.463758, 3.513546, 3.648006, 4.227468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096048, 0.247920, 1.022986",\
|
|
"0.043540, 0.056166, 0.096047, 0.247920, 1.022989");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.646534, 1.671751, 1.747774, 2.024667, 3.367712",\
|
|
"1.697217, 1.722434, 1.798457, 2.075350, 3.418395",\
|
|
"1.808632, 1.833850, 1.909873, 2.186766, 3.529810",\
|
|
"2.124578, 2.149795, 2.225818, 2.502711, 3.845756",\
|
|
"3.113952, 3.139169, 3.215191, 3.492084, 4.835128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047162, 0.070342, 0.156782, 0.532846, 2.381649",\
|
|
"0.047160, 0.070340, 0.156781, 0.532846, 2.381649");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.893277, 1.912757, 1.962545, 2.097002, 2.676430",\
|
|
"1.942015, 1.961495, 2.011283, 2.145740, 2.725168",\
|
|
"2.054351, 2.073831, 2.123619, 2.258076, 2.837503",\
|
|
"2.363737, 2.383217, 2.433005, 2.567462, 3.146890",\
|
|
"3.442477, 3.461957, 3.511745, 3.646202, 4.225630");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043533, 0.056171, 0.096042, 0.247919, 1.023065",\
|
|
"0.043533, 0.056171, 0.096042, 0.247919, 1.023065",\
|
|
"0.043533, 0.056171, 0.096042, 0.247919, 1.023065",\
|
|
"0.043533, 0.056171, 0.096042, 0.247919, 1.023064",\
|
|
"0.043533, 0.056170, 0.096042, 0.247919, 1.023063");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.646125, 1.671337, 1.747355, 2.024246, 3.367286",\
|
|
"1.696808, 1.722020, 1.798038, 2.074929, 3.417968",\
|
|
"1.808224, 1.833436, 1.909454, 2.186345, 3.529384",\
|
|
"2.124174, 2.149387, 2.225404, 2.502296, 3.845335",\
|
|
"3.113628, 3.138841, 3.214859, 3.491751, 4.834791");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047142, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047142, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047142, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047143, 0.070324, 0.156772, 0.532848, 2.381650",\
|
|
"0.047145, 0.070326, 0.156773, 0.532848, 2.381650");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.476642, 1.501878, 1.577924, 1.854824, 3.197890",\
|
|
"1.527634, 1.552871, 1.628917, 1.905816, 3.248883",\
|
|
"1.631995, 1.657232, 1.733278, 2.010178, 3.353244",\
|
|
"1.876107, 1.901343, 1.977389, 2.254289, 3.597355",\
|
|
"2.665761, 2.690998, 2.767045, 3.043944, 4.387011");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047243, 0.070415, 0.156825, 0.532835, 2.381643",\
|
|
"0.047243, 0.070415, 0.156825, 0.532835, 2.381643",\
|
|
"0.047243, 0.070415, 0.156825, 0.532835, 2.381643",\
|
|
"0.047243, 0.070415, 0.156825, 0.532835, 2.381643",\
|
|
"0.047244, 0.070417, 0.156825, 0.532835, 2.381643");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.612607, 1.632087, 1.681875, 1.816332, 2.395748",\
|
|
"1.660873, 1.680354, 1.730141, 1.864598, 2.444014",\
|
|
"1.773110, 1.792591, 1.842378, 1.976835, 2.556251",\
|
|
"2.058989, 2.078470, 2.128258, 2.262714, 2.842130",\
|
|
"2.913692, 2.933173, 2.982961, 3.117417, 3.696828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043531, 0.056172, 0.096040, 0.247918, 1.023089",\
|
|
"0.043531, 0.056172, 0.096040, 0.247918, 1.023089",\
|
|
"0.043531, 0.056172, 0.096040, 0.247918, 1.023089",\
|
|
"0.043531, 0.056172, 0.096040, 0.247918, 1.023091",\
|
|
"0.043531, 0.056173, 0.096040, 0.247918, 1.023102");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.476642, 1.501878, 1.577924, 1.854824, 3.197890",\
|
|
"1.527634, 1.552871, 1.628917, 1.905816, 3.248883",\
|
|
"1.631995, 1.657232, 1.733278, 2.010178, 3.353244",\
|
|
"1.876107, 1.901343, 1.977389, 2.254289, 3.597355",\
|
|
"2.665761, 2.690998, 2.767045, 3.043944, 4.387011");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047243, 0.070415, 0.156825, 0.532835, 2.381642",\
|
|
"0.047243, 0.070415, 0.156825, 0.532835, 2.381642",\
|
|
"0.047243, 0.070415, 0.156825, 0.532835, 2.381642",\
|
|
"0.047243, 0.070415, 0.156825, 0.532835, 2.381642",\
|
|
"0.047244, 0.070417, 0.156825, 0.532835, 2.381642");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "1.612607, 1.632087, 1.681875, 1.816332, 2.395748",\
|
|
"1.660873, 1.680354, 1.730141, 1.864598, 2.444014",\
|
|
"1.773110, 1.792591, 1.842378, 1.976835, 2.556251",\
|
|
"2.058989, 2.078470, 2.128258, 2.262714, 2.842130",\
|
|
"2.913692, 2.933173, 2.982961, 3.117417, 3.696828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043530, 0.056172, 0.096039, 0.247918, 1.023089",\
|
|
"0.043530, 0.056172, 0.096039, 0.247918, 1.023089",\
|
|
"0.043530, 0.056172, 0.096039, 0.247918, 1.023089",\
|
|
"0.043530, 0.056172, 0.096039, 0.247918, 1.023091",\
|
|
"0.043530, 0.056173, 0.096039, 0.247918, 1.023102");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398",\
|
|
"6.655158, 6.680393, 6.756436, 7.033335, 8.376398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643",\
|
|
"0.047233, 0.070407, 0.156819, 0.532836, 2.381643");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155",\
|
|
"7.031953, 7.051429, 7.101216, 7.235678, 7.815155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955",\
|
|
"0.043543, 0.056164, 0.096050, 0.247920, 1.022955");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695",\
|
|
"6.720770, 6.745699, 6.822827, 7.101445, 8.448695");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853",\
|
|
"0.056084, 0.078454, 0.163122, 0.539460, 2.395853");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086",\
|
|
"6.894348, 6.912575, 6.962478, 7.098790, 7.683086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986",\
|
|
"0.048276, 0.060297, 0.098750, 0.253275, 1.036986");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691",\
|
|
"7.248969, 7.272532, 7.349092, 7.627677, 8.975691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394",\
|
|
"0.054873, 0.077530, 0.167230, 0.544684, 2.405394");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052",\
|
|
"6.531127, 6.548487, 6.597702, 6.734041, 7.308052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084",\
|
|
"0.047438, 0.059108, 0.101517, 0.255804, 1.039084");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "6.369768, 6.391823, 6.467978, 6.748436, 8.101712",\
|
|
"6.369768, 6.391823, 6.467978, 6.748436, 8.101712",\
|
|
"6.369768, 6.391823, 6.467978, 6.748436, 8.101712",\
|
|
"6.369768, 6.391823, 6.467978, 6.748436, 8.101712",\
|
|
"6.369768, 6.391823, 6.467978, 6.748436, 8.101712");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.058502, 0.081186, 0.173396, 0.556012, 2.431394",\
|
|
"0.058502, 0.081186, 0.173396, 0.556012, 2.431394",\
|
|
"0.058502, 0.081186, 0.173396, 0.556012, 2.431394",\
|
|
"0.058502, 0.081186, 0.173396, 0.556012, 2.431394",\
|
|
"0.058502, 0.081186, 0.173396, 0.556012, 2.431394");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "6.650142, 6.666006, 6.714742, 6.853176, 7.429397",\
|
|
"6.650142, 6.666006, 6.714742, 6.853176, 7.429397",\
|
|
"6.650142, 6.666006, 6.714742, 6.853176, 7.429397",\
|
|
"6.650142, 6.666006, 6.714742, 6.853176, 7.429397",\
|
|
"6.650142, 6.666006, 6.714742, 6.853176, 7.429397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.050448, 0.061527, 0.105198, 0.263454, 1.060109",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060109",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060109",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060109",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060109");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "6.369768, 6.391823, 6.467981, 6.748436, 8.101708",\
|
|
"6.369768, 6.391823, 6.467981, 6.748436, 8.101708",\
|
|
"6.369768, 6.391823, 6.467981, 6.748436, 8.101708",\
|
|
"6.369768, 6.391823, 6.467981, 6.748436, 8.101708",\
|
|
"6.369768, 6.391823, 6.467981, 6.748436, 8.101708");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.058502, 0.081186, 0.173397, 0.556012, 2.431390",\
|
|
"0.058502, 0.081186, 0.173397, 0.556012, 2.431390",\
|
|
"0.058502, 0.081186, 0.173397, 0.556012, 2.431390",\
|
|
"0.058502, 0.081186, 0.173397, 0.556012, 2.431390",\
|
|
"0.058502, 0.081186, 0.173397, 0.556012, 2.431390");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "6.650142, 6.666006, 6.714746, 6.853176, 7.429395",\
|
|
"6.650142, 6.666006, 6.714746, 6.853176, 7.429395",\
|
|
"6.650142, 6.666006, 6.714746, 6.853176, 7.429395",\
|
|
"6.650142, 6.666006, 6.714746, 6.853176, 7.429395",\
|
|
"6.650142, 6.666006, 6.714746, 6.853176, 7.429395");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.050448, 0.061527, 0.105198, 0.263454, 1.060105",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060105",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060105",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060105",\
|
|
"0.050448, 0.061527, 0.105198, 0.263454, 1.060105");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091",\
|
|
"6.147735, 6.171463, 6.246850, 6.524979, 7.871091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202",\
|
|
"0.048937, 0.071928, 0.159045, 0.539851, 2.398202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542",\
|
|
"6.331038, 6.349300, 6.398647, 6.534474, 7.118542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927",\
|
|
"0.045604, 0.057720, 0.097131, 0.252549, 1.038927");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654",\
|
|
"6.271061, 6.294157, 6.369246, 6.647934, 7.994654");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746",\
|
|
"0.050814, 0.073808, 0.161168, 0.543918, 2.404746");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242",\
|
|
"6.579485, 6.597058, 6.646011, 6.782465, 7.356242");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795",\
|
|
"0.046986, 0.058813, 0.098041, 0.254993, 1.037795");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789",\
|
|
"7.181985, 7.206025, 7.282134, 7.560919, 8.908789");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218",\
|
|
"0.052900, 0.075597, 0.161654, 0.541671, 2.401218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350",\
|
|
"6.464608, 6.482531, 6.531709, 6.668014, 7.242350");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576",\
|
|
"0.046339, 0.058197, 0.097598, 0.254046, 1.035576");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029",\
|
|
"6.266968, 6.290138, 6.365383, 6.643819, 7.989029");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172",\
|
|
"0.052110, 0.075023, 0.162100, 0.543470, 2.401172");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527",\
|
|
"6.557582, 6.575022, 6.623840, 6.759988, 7.344527");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192",\
|
|
"0.047241, 0.058974, 0.098292, 0.254436, 1.041192");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257",\
|
|
"6.297331, 6.319588, 6.395329, 6.674132, 8.020257");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723",\
|
|
"0.057083, 0.079862, 0.170930, 0.550499, 2.411723");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424",\
|
|
"6.580104, 6.596269, 6.644761, 6.781513, 7.354424");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828",\
|
|
"0.049745, 0.061011, 0.103622, 0.258685, 1.042828");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831",\
|
|
"6.295513, 6.319566, 6.394963, 6.672617, 8.017831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258",\
|
|
"0.047091, 0.070177, 0.157381, 0.537444, 2.393258");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870",\
|
|
"6.595389, 6.614121, 6.663703, 6.799084, 7.381870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585",\
|
|
"0.044740, 0.056997, 0.096598, 0.250833, 1.033585");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255",\
|
|
"7.232895, 7.257264, 7.334901, 7.614420, 8.967255");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258",\
|
|
"0.057090, 0.079443, 0.168384, 0.545096, 2.413258");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193",\
|
|
"6.264185, 6.281838, 6.331536, 6.468680, 7.045193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134",\
|
|
"0.047495, 0.059184, 0.101885, 0.257307, 1.046134");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "6.402834, 6.424804, 6.500970, 6.781281, 8.133259",\
|
|
"6.402834, 6.424804, 6.500970, 6.781281, 8.133259",\
|
|
"6.402834, 6.424804, 6.500970, 6.781281, 8.133259",\
|
|
"6.402834, 6.424804, 6.500970, 6.781281, 8.133259",\
|
|
"6.402834, 6.424804, 6.500970, 6.781281, 8.133259");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.059594, 0.082231, 0.174187, 0.556130, 2.429098",\
|
|
"0.059594, 0.082231, 0.174187, 0.556130, 2.429098",\
|
|
"0.059594, 0.082231, 0.174187, 0.556130, 2.429098",\
|
|
"0.059594, 0.082231, 0.174187, 0.556130, 2.429098",\
|
|
"0.059594, 0.082231, 0.174187, 0.556130, 2.429098");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "6.672826, 6.688507, 6.737097, 6.875367, 7.451097",\
|
|
"6.672826, 6.688507, 6.737097, 6.875367, 7.451097",\
|
|
"6.672826, 6.688507, 6.737097, 6.875367, 7.451097",\
|
|
"6.672826, 6.688507, 6.737097, 6.875367, 7.451097",\
|
|
"6.672826, 6.688507, 6.737097, 6.875367, 7.451097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.050893, 0.061915, 0.105413, 0.263269, 1.058054",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058054",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058054",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058054",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058054");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "6.402834, 6.424804, 6.500974, 6.781281, 8.133257",\
|
|
"6.402834, 6.424804, 6.500974, 6.781281, 8.133257",\
|
|
"6.402834, 6.424804, 6.500974, 6.781281, 8.133257",\
|
|
"6.402834, 6.424804, 6.500974, 6.781281, 8.133257",\
|
|
"6.402834, 6.424804, 6.500974, 6.781281, 8.133257");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.059594, 0.082231, 0.174188, 0.556130, 2.429094",\
|
|
"0.059594, 0.082231, 0.174188, 0.556130, 2.429094",\
|
|
"0.059594, 0.082231, 0.174188, 0.556130, 2.429094",\
|
|
"0.059594, 0.082231, 0.174188, 0.556130, 2.429094",\
|
|
"0.059594, 0.082231, 0.174188, 0.556130, 2.429094");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "6.672826, 6.688507, 6.737102, 6.875367, 7.451095",\
|
|
"6.672826, 6.688507, 6.737102, 6.875367, 7.451095",\
|
|
"6.672826, 6.688507, 6.737102, 6.875367, 7.451095",\
|
|
"6.672826, 6.688507, 6.737102, 6.875367, 7.451095",\
|
|
"6.672826, 6.688507, 6.737102, 6.875367, 7.451095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.050893, 0.061915, 0.105413, 0.263269, 1.058050",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058050",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058050",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058050",\
|
|
"0.050893, 0.061915, 0.105413, 0.263269, 1.058050");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754",\
|
|
"6.973622, 6.996959, 7.072670, 7.351703, 8.698754");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354",\
|
|
"0.054606, 0.077327, 0.163724, 0.544997, 2.404354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210",\
|
|
"6.095378, 6.112637, 6.161382, 6.297937, 6.871210");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338",\
|
|
"0.047580, 0.059355, 0.098448, 0.255746, 1.039338");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212",\
|
|
"6.922347, 6.945557, 7.020986, 7.299788, 8.646212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404",\
|
|
"0.053177, 0.076012, 0.162822, 0.544496, 2.404404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178",\
|
|
"6.070333, 6.087696, 6.136490, 6.272871, 6.843178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351",\
|
|
"0.047340, 0.059237, 0.098285, 0.255284, 1.034351");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547",\
|
|
"6.974501, 6.997748, 7.074272, 7.353737, 8.705547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813",\
|
|
"0.054869, 0.077558, 0.168271, 0.548115, 2.416813");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935",\
|
|
"6.101479, 6.118659, 6.167985, 6.305235, 6.880935");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566",\
|
|
"0.047817, 0.059516, 0.102373, 0.258592, 1.050566");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344",\
|
|
"7.038047, 7.061908, 7.137983, 7.416852, 8.764344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886",\
|
|
"0.053991, 0.076656, 0.162676, 0.542752, 2.401886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112",\
|
|
"6.138292, 6.155969, 6.204979, 6.341321, 6.915112");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830",\
|
|
"0.046777, 0.058645, 0.097906, 0.254583, 1.036830");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523",\
|
|
"7.083222, 7.106881, 7.182616, 7.461177, 8.807523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715",\
|
|
"0.052666, 0.075452, 0.161937, 0.542291, 2.399715");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144",\
|
|
"6.389566, 6.407275, 6.456279, 6.592412, 7.177144");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649",\
|
|
"0.046706, 0.058577, 0.097892, 0.254039, 1.041649");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408",\
|
|
"6.847151, 6.870997, 6.946815, 7.225050, 8.570408");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961",\
|
|
"0.052341, 0.075121, 0.161517, 0.540816, 2.395961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831",\
|
|
"6.123604, 6.141471, 6.190539, 6.326328, 6.909831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684",\
|
|
"0.046386, 0.058299, 0.097717, 0.252986, 1.037684");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834",\
|
|
"6.712320, 6.736687, 6.812136, 7.089465, 8.433834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621",\
|
|
"0.046269, 0.069468, 0.156646, 0.535818, 2.389621");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600",\
|
|
"6.026851, 6.045972, 6.095670, 6.230644, 6.811600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384",\
|
|
"0.044038, 0.056714, 0.096219, 0.249709, 1.031384");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664",\
|
|
"7.189808, 7.215144, 7.291433, 7.568778, 8.913664");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912",\
|
|
"0.048168, 0.071236, 0.157334, 0.533867, 2.385912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585",\
|
|
"6.479308, 6.498709, 6.548523, 6.683382, 7.264585");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290",\
|
|
"0.043687, 0.056245, 0.096065, 0.248923, 1.027290");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394",\
|
|
"6.819960, 6.843523, 6.919032, 7.197759, 8.545394");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029",\
|
|
"0.050920, 0.073816, 0.160691, 0.542451, 2.404029");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798",\
|
|
"5.977486, 5.995397, 6.044564, 6.180892, 6.751798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227",\
|
|
"0.046258, 0.058393, 0.097511, 0.254365, 1.034227");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564",\
|
|
"6.859654, 6.884334, 6.960474, 7.238361, 8.584564");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087",\
|
|
"0.049502, 0.072371, 0.158583, 0.536752, 2.392087");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837",\
|
|
"6.133852, 6.152641, 6.202255, 6.337684, 6.920837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592",\
|
|
"0.044681, 0.056909, 0.096558, 0.250852, 1.033592");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030",\
|
|
"7.375990, 7.400609, 7.477515, 7.756510, 9.105030");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664",\
|
|
"0.055855, 0.078277, 0.163231, 0.541206, 2.400664");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730",\
|
|
"6.592844, 6.610822, 6.660276, 6.796763, 7.382730");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960",\
|
|
"0.047314, 0.059181, 0.098171, 0.254220, 1.041960");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822",\
|
|
"7.081137, 7.105411, 7.181808, 7.460492, 8.807822");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978",\
|
|
"0.054013, 0.076610, 0.162254, 0.541006, 2.398978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973",\
|
|
"6.157787, 6.175716, 6.224870, 6.360970, 6.945973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648",\
|
|
"0.046305, 0.058190, 0.097606, 0.253569, 1.040648");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301",\
|
|
"7.059010, 7.083571, 7.159946, 7.438091, 8.784301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651",\
|
|
"0.052099, 0.074772, 0.160552, 0.538310, 2.393651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991",\
|
|
"6.145415, 6.163774, 6.213155, 6.348731, 6.931991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465",\
|
|
"0.045432, 0.057511, 0.097047, 0.251770, 1.035465");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830",\
|
|
"6.005865, 6.029422, 6.104636, 6.382796, 7.728830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924",\
|
|
"0.048146, 0.071254, 0.158731, 0.540525, 2.395924");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367",\
|
|
"6.218135, 6.236387, 6.285725, 6.421564, 7.005367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512",\
|
|
"0.045562, 0.057825, 0.097095, 0.252699, 1.040512");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220",\
|
|
"7.057425, 7.080814, 7.157873, 7.436978, 8.785220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885",\
|
|
"0.059918, 0.082278, 0.171455, 0.547793, 2.408885");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666",\
|
|
"6.278315, 6.295039, 6.344167, 6.481081, 7.054666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653",\
|
|
"0.050004, 0.061404, 0.103493, 0.257998, 1.041653");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640",\
|
|
"7.247951, 7.272637, 7.349020, 7.627108, 8.973640");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260",\
|
|
"0.051176, 0.073882, 0.159717, 0.537506, 2.393260");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466",\
|
|
"6.519180, 6.537730, 6.587260, 6.722836, 7.306466");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452",\
|
|
"0.045164, 0.057212, 0.096840, 0.251393, 1.034452");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783",\
|
|
"7.149506, 7.174551, 7.251287, 7.529332, 8.875783");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608",\
|
|
"0.052109, 0.074729, 0.160098, 0.536705, 2.391608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362",\
|
|
"6.210660, 6.229303, 6.278850, 6.414271, 6.997362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899",\
|
|
"0.044936, 0.057030, 0.096718, 0.250926, 1.032899");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707",\
|
|
"7.095449, 7.120034, 7.197691, 7.477033, 8.829707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237",\
|
|
"0.056151, 0.078531, 0.167322, 0.543745, 2.411237");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812",\
|
|
"6.310014, 6.327979, 6.378058, 6.515211, 7.091812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276",\
|
|
"0.047874, 0.059695, 0.101910, 0.256707, 1.044276");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757",\
|
|
"7.178332, 7.204009, 7.280973, 7.558730, 8.904757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979",\
|
|
"0.051345, 0.074096, 0.159240, 0.534643, 2.387979");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761",\
|
|
"6.226632, 6.245787, 6.295578, 6.430706, 7.012761");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263",\
|
|
"0.044335, 0.056724, 0.096416, 0.249715, 1.029263");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040",\
|
|
"7.220920, 7.245412, 7.321562, 7.599620, 8.946040");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727",\
|
|
"0.050414, 0.073194, 0.159343, 0.537776, 2.393727");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674",\
|
|
"6.509468, 6.528005, 6.577513, 6.713097, 7.296674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287",\
|
|
"0.045102, 0.057211, 0.096801, 0.251488, 1.035287");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677",\
|
|
"7.107310, 7.131528, 7.207913, 7.486762, 8.834677");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809",\
|
|
"0.054134, 0.076728, 0.162386, 0.541604, 2.400809");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014",\
|
|
"6.185531, 6.203412, 6.252556, 6.388827, 6.963014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455",\
|
|
"0.046408, 0.058274, 0.097653, 0.254040, 1.035455");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159",\
|
|
"7.006750, 7.030218, 7.106833, 7.386207, 8.738159");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515",\
|
|
"0.054308, 0.076991, 0.167503, 0.546987, 2.415515");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922",\
|
|
"6.127083, 6.144483, 6.193922, 6.331064, 6.906922");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349",\
|
|
"0.047387, 0.059157, 0.101992, 0.257988, 1.049349");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599",\
|
|
"6.994569, 7.019091, 7.095622, 7.374017, 8.720599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536",\
|
|
"0.053700, 0.076282, 0.161783, 0.539480, 2.395536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084",\
|
|
"6.233462, 6.251626, 6.301079, 6.437018, 7.021084");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725",\
|
|
"0.046632, 0.058578, 0.097792, 0.252710, 1.036725");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787",\
|
|
"7.128380, 7.152288, 7.228614, 7.507581, 8.854787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706",\
|
|
"0.055959, 0.078495, 0.164093, 0.543352, 2.401706");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468",\
|
|
"6.199008, 6.216456, 6.265311, 6.401683, 6.975468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030",\
|
|
"0.047249, 0.058951, 0.098265, 0.254903, 1.036030");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744",\
|
|
"7.339815, 7.362673, 7.440106, 7.719915, 9.068744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918",\
|
|
"0.065188, 0.087267, 0.176261, 0.552202, 2.414918");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471",\
|
|
"6.327301, 6.343107, 6.391759, 6.529203, 7.103471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576",\
|
|
"0.051744, 0.062799, 0.105142, 0.260706, 1.047576");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554",\
|
|
"7.394726, 7.419902, 7.497560, 7.776689, 9.125554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396",\
|
|
"0.058631, 0.080793, 0.164705, 0.540566, 2.399396");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204",\
|
|
"6.358469, 6.376490, 6.426111, 6.562628, 7.148204");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821",\
|
|
"0.047895, 0.059799, 0.098521, 0.254134, 1.040821");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331",\
|
|
"6.434610, 6.459484, 6.536104, 6.814306, 8.161331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745",\
|
|
"0.051910, 0.074542, 0.160064, 0.537445, 2.393745");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198",\
|
|
"6.653770, 6.672426, 6.722355, 6.858241, 7.442198");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818",\
|
|
"0.046327, 0.058476, 0.097507, 0.251779, 1.034818");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399",\
|
|
"6.422868, 6.447995, 6.524612, 6.802625, 8.149399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891",\
|
|
"0.050908, 0.073657, 0.159238, 0.536302, 2.391891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628",\
|
|
"6.645499, 6.664454, 6.714481, 6.850174, 7.433628");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949",\
|
|
"0.045763, 0.058067, 0.097194, 0.251046, 1.032949");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345",\
|
|
"6.460999, 6.486263, 6.563035, 6.840972, 8.187345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465",\
|
|
"0.051533, 0.074231, 0.159590, 0.535930, 2.390465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352",\
|
|
"6.672775, 6.691747, 6.741836, 6.877456, 7.460352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526",\
|
|
"0.046022, 0.058353, 0.097368, 0.250822, 1.031526");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221");
|
|
}
|
|
|
|
} /* 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.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309",\
|
|
"6.120875, 6.145232, 6.220548, 6.497828, 7.842309");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663",\
|
|
"0.045283, 0.068582, 0.155972, 0.535528, 2.389663");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946",\
|
|
"6.431309, 6.450547, 6.500309, 6.635335, 7.216946");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.147743, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221",\
|
|
"0.043924, 0.056488, 0.096161, 0.249569, 1.030221");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002622 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.313958, 1.268728, 1.158680, 0.831610, -0.307724",\
|
|
"1.363240, 1.318009, 1.207962, 0.880892, -0.258442",\
|
|
"1.468096, 1.422866, 1.312818, 0.985748, -0.153586",\
|
|
"1.714012, 1.668782, 1.558734, 1.231664, 0.092330",\
|
|
"2.490135, 2.444905, 2.334857, 2.007787, 0.868453");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.005806, 1.960575, 1.850528, 1.523458, 0.384124",\
|
|
"2.053460, 2.008229, 1.898182, 1.571112, 0.431777",\
|
|
"2.165161, 2.119931, 2.009883, 1.682813, 0.543479",\
|
|
"2.448311, 2.403080, 2.293033, 1.965963, 0.826629",\
|
|
"3.272273, 3.227043, 3.116995, 2.789925, 1.650591");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.534539, -0.489308, -0.379261, -0.052191, 1.087143",\
|
|
"-0.583820, -0.538590, -0.428543, -0.101472, 1.037862",\
|
|
"-0.688677, -0.643446, -0.533399, -0.206329, 0.933005",\
|
|
"-0.934593, -0.889362, -0.779315, -0.452245, 0.687089",\
|
|
"-1.710716, -1.665485, -1.555438, -1.228368, -0.089034");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.033629, -0.988398, -0.878351, -0.551281, 0.588053",\
|
|
"-1.081282, -1.036052, -0.926005, -0.598934, 0.540400",\
|
|
"-1.192984, -1.147753, -1.037706, -0.710636, 0.428699",\
|
|
"-1.476134, -1.430903, -1.320856, -0.993786, 0.145549",\
|
|
"-2.300096, -2.254865, -2.144818, -1.817748, -0.678413");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002924 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.397980, 1.352750, 1.242702, 0.915632, -0.223702",\
|
|
"1.447218, 1.401987, 1.291940, 0.964870, -0.174464",\
|
|
"1.552072, 1.506842, 1.396795, 1.069725, -0.069610",\
|
|
"1.797952, 1.752722, 1.642674, 1.315604, 0.176270",\
|
|
"2.572257, 2.527026, 2.416979, 2.089909, 0.950574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.053850, 2.008619, 1.898572, 1.571502, 0.432168",\
|
|
"2.101418, 2.056188, 1.946141, 1.619071, 0.479736",\
|
|
"2.213112, 2.167881, 2.057834, 1.730764, 0.591430",\
|
|
"2.495849, 2.450618, 2.340571, 2.013501, 0.874166",\
|
|
"3.316809, 3.271579, 3.161531, 2.834461, 1.695127");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.618561, -0.573331, -0.463283, -0.136213, 1.003121",\
|
|
"-0.667799, -0.622568, -0.512521, -0.185451, 0.953883",\
|
|
"-0.772653, -0.727423, -0.617376, -0.290305, 0.849029",\
|
|
"-1.018533, -0.973302, -0.863255, -0.536185, 0.603149",\
|
|
"-1.792837, -1.747607, -1.637559, -1.310489, -0.171155");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.081673, -1.036442, -0.926395, -0.599324, 0.540010",\
|
|
"-1.129241, -1.084011, -0.973963, -0.646893, 0.492441",\
|
|
"-1.240934, -1.195704, -1.085657, -0.758586, 0.380748",\
|
|
"-1.523671, -1.478441, -1.368394, -1.041323, 0.098011",\
|
|
"-2.344631, -2.299401, -2.189353, -1.862283, -0.722949");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002694 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.813824, 1.768594, 1.658546, 1.331476, 0.192142",\
|
|
"1.863117, 1.817887, 1.707839, 1.380769, 0.241435",\
|
|
"1.967974, 1.922744, 1.812696, 1.485626, 0.346292",\
|
|
"2.213227, 2.167996, 2.057949, 1.730879, 0.591545",\
|
|
"2.983098, 2.937868, 2.827820, 2.500750, 1.361416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.365430, 1.320199, 1.210152, 0.883082, -0.256252",\
|
|
"1.413117, 1.367886, 1.257839, 0.930769, -0.208565",\
|
|
"1.524821, 1.479591, 1.369543, 1.042473, -0.096861",\
|
|
"1.808796, 1.763566, 1.653519, 1.326448, 0.187114",\
|
|
"2.635760, 2.590530, 2.480483, 2.153412, 1.014078");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.841647, -0.796416, -0.686369, -0.359299, 0.780035",\
|
|
"-0.890940, -0.845709, -0.735662, -0.408592, 0.730743",\
|
|
"-0.995797, -0.950566, -0.840519, -0.513449, 0.625885",\
|
|
"-1.241049, -1.195819, -1.085772, -0.758701, 0.380633",\
|
|
"-2.010920, -1.965690, -1.855642, -1.528572, -0.389238");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.586010, -0.540780, -0.430732, -0.103662, 1.035672",\
|
|
"-0.633698, -0.588467, -0.478420, -0.151350, 0.987984",\
|
|
"-0.745402, -0.700171, -0.590124, -0.263054, 0.876281",\
|
|
"-1.029377, -0.984146, -0.874099, -0.547029, 0.592305",\
|
|
"-1.856341, -1.811111, -1.701063, -1.373993, -0.234659");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002662 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.414630, 1.369400, 1.259353, 0.932282, -0.207052",\
|
|
"1.463924, 1.418693, 1.308646, 0.981576, -0.157758",\
|
|
"1.568781, 1.523551, 1.413504, 1.086433, -0.052901",\
|
|
"1.814617, 1.769387, 1.659339, 1.332269, 0.192935",\
|
|
"2.591724, 2.546494, 2.436447, 2.109376, 0.970042");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.043791, 1.998561, 1.888513, 1.561443, 0.422109",\
|
|
"2.091475, 2.046245, 1.936197, 1.609127, 0.469793",\
|
|
"2.203179, 2.157949, 2.047902, 1.720831, 0.581497",\
|
|
"2.486425, 2.441195, 2.331148, 2.004077, 0.864743",\
|
|
"3.311443, 3.266213, 3.156166, 2.829095, 1.689761");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.635211, -0.589980, -0.479933, -0.152863, 0.986471",\
|
|
"-0.684505, -0.639274, -0.529227, -0.202157, 0.937177",\
|
|
"-0.789362, -0.744132, -0.634084, -0.307014, 0.832320",\
|
|
"-1.035197, -0.989967, -0.879920, -0.552850, 0.586485",\
|
|
"-1.812305, -1.767074, -1.657027, -1.329957, -0.190623");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.071614, -1.026383, -0.916336, -0.589266, 0.550069",\
|
|
"-1.119298, -1.074067, -0.964020, -0.636950, 0.502385",\
|
|
"-1.231002, -1.185771, -1.075724, -0.748654, 0.390681",\
|
|
"-1.514248, -1.469017, -1.358970, -1.031900, 0.107435",\
|
|
"-2.339266, -2.294035, -2.183988, -1.856918, -0.717584");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002959 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.325458, 1.280228, 1.170180, 0.843110, -0.296224",\
|
|
"1.374765, 1.329535, 1.219488, 0.892417, -0.246917",\
|
|
"1.479624, 1.434393, 1.324346, 0.997276, -0.142058",\
|
|
"1.725512, 1.680282, 1.570234, 1.243164, 0.103830",\
|
|
"2.503181, 2.457951, 2.347903, 2.020833, 0.881499");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.992282, 1.947052, 1.837005, 1.509934, 0.370600",\
|
|
"2.039997, 1.994766, 1.884719, 1.557649, 0.418314",\
|
|
"2.151704, 2.106473, 1.996426, 1.669356, 0.530022",\
|
|
"2.435168, 2.389937, 2.279890, 1.952820, 0.813486",\
|
|
"3.261437, 3.216207, 3.106160, 2.779089, 1.639755");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.546039, -0.500808, -0.390761, -0.063691, 1.075643",\
|
|
"-0.595346, -0.550116, -0.440068, -0.112998, 1.026336",\
|
|
"-0.700205, -0.654974, -0.544927, -0.217857, 0.921478",\
|
|
"-0.946092, -0.900862, -0.790815, -0.463744, 0.675590",\
|
|
"-1.723762, -1.678531, -1.568484, -1.241414, -0.102080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.020105, -0.974874, -0.864827, -0.537757, 0.601578",\
|
|
"-1.067819, -1.022589, -0.912542, -0.585471, 0.553863",\
|
|
"-1.179526, -1.134296, -1.024248, -0.697178, 0.442156",\
|
|
"-1.462990, -1.417760, -1.307712, -0.980642, 0.158692",\
|
|
"-2.289260, -2.244030, -2.133982, -1.806912, -0.667578");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003961 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.825567, 1.780337, 1.670289, 1.343219, 0.203885",\
|
|
"1.874788, 1.829557, 1.719510, 1.392440, 0.253106",\
|
|
"1.979643, 1.934412, 1.824365, 1.497295, 0.357961",\
|
|
"2.225105, 2.179874, 2.069827, 1.742757, 0.603423",\
|
|
"2.993164, 2.947934, 2.837886, 2.510816, 1.371482");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.393042, 1.347812, 1.237764, 0.910694, -0.228640",\
|
|
"1.440601, 1.395370, 1.285323, 0.958253, -0.181081",\
|
|
"1.552295, 1.507065, 1.397017, 1.069947, -0.069387",\
|
|
"1.835728, 1.790497, 1.680450, 1.353380, 0.214046",\
|
|
"2.658863, 2.613633, 2.503585, 2.176515, 1.037181");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.853390, -0.808159, -0.698112, -0.371042, 0.768292",\
|
|
"-0.902610, -0.857380, -0.747333, -0.420262, 0.719072",\
|
|
"-1.007465, -0.962235, -0.852188, -0.525117, 0.614217",\
|
|
"-1.252927, -1.207697, -1.097649, -0.770579, 0.368755",\
|
|
"-2.020986, -1.975756, -1.865708, -1.538638, -0.399304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.613622, -0.568392, -0.458345, -0.131274, 1.008060",\
|
|
"-0.661181, -0.615951, -0.505903, -0.178833, 0.960501",\
|
|
"-0.772876, -0.727645, -0.617598, -0.290528, 0.848807",\
|
|
"-1.056309, -1.011078, -0.901031, -0.573961, 0.565374",\
|
|
"-1.879443, -1.834213, -1.724166, -1.397095, -0.257761");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005608 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.080073, 1.034842, 0.924795, 0.597725, -0.541609",\
|
|
"1.129325, 1.084094, 0.974047, 0.646977, -0.492357",\
|
|
"1.234183, 1.188952, 1.078905, 0.751835, -0.387499",\
|
|
"1.479259, 1.434029, 1.323982, 0.996912, -0.142423",\
|
|
"2.253095, 2.207864, 2.097817, 1.770747, 0.631413");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.626923, 0.581692, 0.471645, 0.144575, -0.994759",\
|
|
"0.674589, 0.629358, 0.519311, 0.192241, -0.947093",\
|
|
"0.786295, 0.741064, 0.631017, 0.303947, -0.835387",\
|
|
"1.069836, 1.024606, 0.914559, 0.587488, -0.551846",\
|
|
"1.895784, 1.850554, 1.740506, 1.413436, 0.274102");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.107975, -0.062745, 0.047302, 0.374373, 1.513707",\
|
|
"-0.157228, -0.111997, -0.001950, 0.325121, 1.464455",\
|
|
"-0.262085, -0.216855, -0.106808, 0.220263, 1.359597",\
|
|
"-0.507162, -0.461932, -0.351884, -0.024814, 1.114520",\
|
|
"-1.280997, -1.235767, -1.125719, -0.798649, 0.340685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.152473, 0.197704, 0.307751, 0.634821, 1.774155",\
|
|
"0.104807, 0.150038, 0.260085, 0.587155, 1.726490",\
|
|
"-0.006899, 0.038331, 0.148379, 0.475449, 1.614783",\
|
|
"-0.290441, -0.245210, -0.135163, 0.191907, 1.331241",\
|
|
"-1.116389, -1.071158, -0.961111, -0.634041, 0.505294");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.007822 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.853669, 0.808438, 0.698391, 0.371321, -0.768013",\
|
|
"0.903191, 0.857960, 0.747913, 0.420843, -0.718491",\
|
|
"1.008069, 0.962839, 0.852791, 0.525721, -0.613613",\
|
|
"1.253372, 1.208141, 1.098094, 0.771024, -0.368310",\
|
|
"2.050810, 2.005579, 1.895532, 1.568462, 0.429128");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.608223, 1.562993, 1.452945, 1.125875, -0.013459",\
|
|
"1.656448, 1.611217, 1.501170, 1.174100, 0.034766",\
|
|
"1.768209, 1.722979, 1.612931, 1.285861, 0.146527",\
|
|
"2.052203, 2.006973, 1.896926, 1.569855, 0.430521",\
|
|
"2.888983, 2.843753, 2.733706, 2.406635, 1.267301");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.074273, -0.029042, 0.081005, 0.408075, 1.547410",\
|
|
"-0.123795, -0.078565, 0.031483, 0.358553, 1.497887",\
|
|
"-0.228673, -0.183443, -0.073395, 0.253675, 1.393009",\
|
|
"-0.473976, -0.428746, -0.318698, 0.008372, 1.147706",\
|
|
"-1.271414, -1.226184, -1.116136, -0.789066, 0.350268");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.636126, -0.590895, -0.480848, -0.153778, 0.985557",\
|
|
"-0.684351, -0.639120, -0.529073, -0.202003, 0.937332",\
|
|
"-0.796112, -0.750881, -0.640834, -0.313764, 0.825571",\
|
|
"-1.080106, -1.034876, -0.924828, -0.597758, 0.541576",\
|
|
"-1.916886, -1.871655, -1.761608, -1.434538, -0.295203");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002122 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.214716, 14.169485, 14.059438, 13.732368, 12.593034",\
|
|
"14.266096, 14.220865, 14.110818, 13.783748, 12.644414",\
|
|
"14.378050, 14.332819, 14.222772, 13.895701, 12.756368",\
|
|
"14.653095, 14.607864, 14.497817, 14.170747, 13.031413",\
|
|
"15.592125, 15.546894, 15.436847, 15.109776, 13.970443");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "12.737288, 12.692057, 12.582009, 12.254939, 11.115605",\
|
|
"12.782480, 12.737249, 12.627202, 12.300132, 11.160798",\
|
|
"12.895697, 12.850466, 12.740418, 12.413348, 11.274014",\
|
|
"13.262640, 13.217409, 13.107362, 12.780292, 11.640958",\
|
|
"14.665421, 14.620190, 14.510142, 14.183072, 13.043738");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.457126, -0.411895, -0.301848, 0.025222, 1.164557",\
|
|
"-0.508505, -0.463275, -0.353227, -0.026157, 1.113177",\
|
|
"-0.620459, -0.575229, -0.465181, -0.138111, 1.001223",\
|
|
"-0.895556, -0.850325, -0.740278, -0.413208, 0.726126",\
|
|
"-1.835294, -1.790063, -1.680016, -1.352946, -0.213611");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.407610, -1.362379, -1.252332, -0.925261, 0.214073",\
|
|
"-1.452802, -1.407572, -1.297525, -0.970454, 0.168880",\
|
|
"-1.566018, -1.520788, -1.410741, -1.083670, 0.055664",\
|
|
"-1.932942, -1.887712, -1.777665, -1.450594, -0.311260",\
|
|
"-3.335682, -3.290452, -3.180404, -2.853334, -1.714000");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002382 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.182449, 14.137218, 14.027171, 13.700101, 12.560767",\
|
|
"14.233812, 14.188581, 14.078534, 13.751464, 12.612130",\
|
|
"14.345684, 14.300453, 14.190406, 13.863336, 12.724002",\
|
|
"14.621225, 14.575994, 14.465947, 14.138877, 12.999543",\
|
|
"15.559736, 15.514505, 15.404458, 15.077388, 13.938054");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "12.788845, 12.743614, 12.633567, 12.306497, 11.167163",\
|
|
"12.833950, 12.788719, 12.678672, 12.351602, 11.212268",\
|
|
"12.947123, 12.901892, 12.791844, 12.464774, 11.325440",\
|
|
"13.314140, 13.268909, 13.158862, 12.831792, 11.692458",\
|
|
"14.714626, 14.669395, 14.559348, 14.232278, 13.092944");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.419483, -0.374253, -0.264205, 0.062865, 1.202199",\
|
|
"-0.470845, -0.425615, -0.315568, 0.011503, 1.150837",\
|
|
"-0.582718, -0.537487, -0.427440, -0.100370, 1.038965",\
|
|
"-0.858259, -0.813029, -0.702981, -0.375911, 0.763423",\
|
|
"-1.797110, -1.751880, -1.641833, -1.314762, -0.175428");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.335576, -1.290345, -1.180298, -0.853228, 0.286107",\
|
|
"-1.380680, -1.335450, -1.225403, -0.898332, 0.241002",\
|
|
"-1.493853, -1.448623, -1.338575, -1.011505, 0.127829",\
|
|
"-1.860709, -1.815479, -1.705431, -1.378361, -0.239027",\
|
|
"-3.254556, -3.209325, -3.099278, -2.772208, -1.632874");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003616 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.190195, 14.144964, 14.034917, 13.707847, 12.568513",\
|
|
"14.238888, 14.193657, 14.083610, 13.756539, 12.617206",\
|
|
"14.351246, 14.306015, 14.195968, 13.868897, 12.729564",\
|
|
"14.660744, 14.615513, 14.505466, 14.178395, 13.039062",\
|
|
"15.749731, 15.704500, 15.594453, 15.267383, 14.128049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.192144, 13.146914, 13.036866, 12.709796, 11.570462",\
|
|
"13.242741, 13.197510, 13.087462, 12.760392, 11.621058",\
|
|
"13.354128, 13.308897, 13.198850, 12.871779, 11.732446",\
|
|
"13.670389, 13.625158, 13.515111, 13.188041, 12.048707",\
|
|
"14.660299, 14.615068, 14.505021, 14.177951, 13.038617");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.699435, -0.654205, -0.544158, -0.217088, 0.922247",\
|
|
"-0.748128, -0.702898, -0.592851, -0.265780, 0.873554",\
|
|
"-0.860485, -0.815255, -0.705207, -0.378137, 0.761197",\
|
|
"-1.169829, -1.124599, -1.014551, -0.687481, 0.451853",\
|
|
"-2.253807, -2.208576, -2.098529, -1.771459, -0.632124");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.092800, -1.047569, -0.937522, -0.610451, 0.528883",\
|
|
"-1.143396, -1.098166, -0.988118, -0.661048, 0.478286",\
|
|
"-1.254783, -1.209553, -1.099505, -0.772435, 0.366899",\
|
|
"-1.571044, -1.525813, -1.415766, -1.088696, 0.050638",\
|
|
"-2.560954, -2.515724, -2.405676, -2.078606, -0.939272");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002787 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.959536, 13.914305, 13.804257, 13.477187, 12.337853",\
|
|
"14.009224, 13.963993, 13.853946, 13.526875, 12.387542",\
|
|
"14.121283, 14.076052, 13.966004, 13.638934, 12.499600",\
|
|
"14.465309, 14.420078, 14.310031, 13.982961, 12.843627",\
|
|
"15.743641, 15.698410, 15.588363, 15.261292, 14.121959");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.400768, 13.355537, 13.245490, 12.918420, 11.779086",\
|
|
"13.449997, 13.404766, 13.294719, 12.967649, 11.828315",\
|
|
"13.562536, 13.517305, 13.407258, 13.080188, 11.940854",\
|
|
"13.914358, 13.869127, 13.759080, 13.432010, 12.292676",\
|
|
"15.178432, 15.133202, 15.023154, 14.696084, 13.556750");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.866525, -0.821294, -0.711247, -0.384177, 0.755157",\
|
|
"-0.916213, -0.870982, -0.760935, -0.433865, 0.705470",\
|
|
"-1.028272, -0.983042, -0.872994, -0.545924, 0.593410",\
|
|
"-1.371997, -1.326767, -1.216720, -0.889649, 0.249685",\
|
|
"-2.638855, -2.593624, -2.483577, -2.156506, -1.017172");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.742002, -0.696772, -0.586725, -0.259654, 0.879680",\
|
|
"-0.791230, -0.745999, -0.635952, -0.308882, 0.830452",\
|
|
"-0.903770, -0.858539, -0.748492, -0.421422, 0.717913",\
|
|
"-1.255559, -1.210328, -1.100281, -0.773211, 0.366123",\
|
|
"-2.519626, -2.474395, -2.364348, -2.037278, -0.897944");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003332 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.944794, 13.899563, 13.789515, 13.462445, 12.323112",\
|
|
"13.994495, 13.949265, 13.839217, 13.512147, 12.372813",\
|
|
"14.099632, 14.054401, 13.944354, 13.617284, 12.477950",\
|
|
"14.344122, 14.298891, 14.188844, 13.861773, 12.722440",\
|
|
"15.132004, 15.086773, 14.976726, 14.649655, 13.510322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.633076, 13.587845, 13.477798, 13.150727, 12.011394",\
|
|
"13.681431, 13.636200, 13.526153, 13.199082, 12.059749",\
|
|
"13.793320, 13.748089, 13.638041, 13.310971, 12.171638",\
|
|
"14.080219, 14.034988, 13.924941, 13.597871, 12.458537",\
|
|
"14.934179, 14.888948, 14.778901, 14.451831, 13.312497");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.176116, -0.130886, -0.020839, 0.306232, 1.445566",\
|
|
"-0.225818, -0.180587, -0.070540, 0.256530, 1.395864",\
|
|
"-0.330956, -0.285726, -0.175678, 0.151392, 1.290726",\
|
|
"-0.576007, -0.530777, -0.420729, -0.093659, 1.045675",\
|
|
"-1.372678, -1.327447, -1.217400, -0.890330, 0.249005");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.798149, -0.752919, -0.642872, -0.315801, 0.823533",\
|
|
"-0.846504, -0.801273, -0.691226, -0.364156, 0.775178",\
|
|
"-0.958393, -0.913163, -0.803115, -0.476045, 0.663289",\
|
|
"-1.244012, -1.198782, -1.088735, -0.761664, 0.377670",\
|
|
"-2.090442, -2.045212, -1.935164, -1.608094, -0.468760");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004151 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.952581, 13.907351, 13.797303, 13.470233, 12.330899",\
|
|
"14.002253, 13.957022, 13.846974, 13.519904, 12.380570",\
|
|
"14.107353, 14.062122, 13.952075, 13.625005, 12.485671",\
|
|
"14.351877, 14.306646, 14.196599, 13.869529, 12.730195",\
|
|
"15.139521, 15.094290, 14.984242, 14.657172, 13.517838");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.655378, 13.610147, 13.500100, 13.173030, 12.033696",\
|
|
"13.703716, 13.658485, 13.548438, 13.221368, 12.082034",\
|
|
"13.815582, 13.770351, 13.660304, 13.333234, 12.193900",\
|
|
"14.102451, 14.057220, 13.947173, 13.620103, 12.480769",\
|
|
"14.955290, 14.910059, 14.800012, 14.472941, 13.333608");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.151268, -0.106037, 0.004010, 0.331080, 1.470415",\
|
|
"-0.200938, -0.155708, -0.045661, 0.281410, 1.420744",\
|
|
"-0.306040, -0.260809, -0.150762, 0.176308, 1.315643",\
|
|
"-0.551013, -0.505783, -0.395736, -0.068665, 1.070669",\
|
|
"-1.347189, -1.301958, -1.191911, -0.864841, 0.274493");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.756907, -0.711677, -0.601629, -0.274559, 0.864775",\
|
|
"-0.805245, -0.760015, -0.649967, -0.322897, 0.816437",\
|
|
"-0.917110, -0.871880, -0.761832, -0.434762, 0.704572",\
|
|
"-1.202793, -1.157563, -1.047516, -0.720445, 0.418889",\
|
|
"-2.048759, -2.003529, -1.893481, -1.566411, -0.427077");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005255 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.912828, 13.867598, 13.757550, 13.430480, 12.291146",\
|
|
"13.962543, 13.917313, 13.807265, 13.480195, 12.340861",\
|
|
"14.067776, 14.022545, 13.912498, 13.585427, 12.446094",\
|
|
"14.312153, 14.266922, 14.156875, 13.829804, 12.690471",\
|
|
"15.100414, 15.055183, 14.945136, 14.618066, 13.478732");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.524546, 13.479315, 13.369267, 13.042197, 11.902864",\
|
|
"13.572876, 13.527645, 13.417598, 13.090528, 11.951194",\
|
|
"13.684809, 13.639578, 13.529531, 13.202460, 12.063127",\
|
|
"13.971565, 13.926334, 13.816287, 13.489217, 12.349883",\
|
|
"14.826378, 14.781147, 14.671100, 14.344029, 13.204696");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.223876, -0.178645, -0.068598, 0.258472, 1.397806",\
|
|
"-0.273592, -0.228361, -0.118314, 0.208756, 1.348091",\
|
|
"-0.378824, -0.333593, -0.223546, 0.103524, 1.242859",\
|
|
"-0.623514, -0.578284, -0.468236, -0.141166, 0.998168",\
|
|
"-1.418494, -1.373264, -1.263216, -0.936146, 0.203188");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.965162, -0.919932, -0.809884, -0.482814, 0.656520",\
|
|
"-1.013494, -0.968263, -0.858216, -0.531146, 0.608189",\
|
|
"-1.125426, -1.080196, -0.970149, -0.643078, 0.496256",\
|
|
"-1.410917, -1.365687, -1.255640, -0.928569, 0.210765",\
|
|
"-2.258246, -2.213016, -2.102968, -1.775898, -0.636564");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004584 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.930168, 13.884937, 13.774890, 13.447820, 12.308486",\
|
|
"13.979862, 13.934631, 13.824584, 13.497514, 12.358180",\
|
|
"14.085020, 14.039789, 13.929742, 13.602672, 12.463338",\
|
|
"14.329489, 14.284258, 14.174211, 13.847140, 12.707807",\
|
|
"15.117477, 15.072247, 14.962199, 14.635129, 13.495795");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.592529, 13.547298, 13.437251, 13.110181, 11.970847",\
|
|
"13.640869, 13.595638, 13.485591, 13.158521, 12.019187",\
|
|
"13.752762, 13.707531, 13.597484, 13.270413, 12.131080",\
|
|
"14.039627, 13.994396, 13.884349, 13.557279, 12.417945",\
|
|
"14.893517, 14.848286, 14.738238, 14.411168, 13.271834");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.191309, -0.146078, -0.036031, 0.291039, 1.430373",\
|
|
"-0.241004, -0.195774, -0.085726, 0.241344, 1.380678",\
|
|
"-0.346162, -0.300931, -0.190884, 0.136186, 1.275521",\
|
|
"-0.590912, -0.545681, -0.435634, -0.108564, 1.030771",\
|
|
"-1.386032, -1.340801, -1.230754, -0.903684, 0.235651");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.809956, -0.764726, -0.654678, -0.327608, 0.811726",\
|
|
"-0.858297, -0.813066, -0.703019, -0.375948, 0.763386",\
|
|
"-0.970189, -0.924958, -0.814911, -0.487841, 0.651494",\
|
|
"-1.255033, -1.209802, -1.099755, -0.772685, 0.366650",\
|
|
"-2.096064, -2.050833, -1.940786, -1.613716, -0.474381");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005266 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.934753, 13.889523, 13.779475, 13.452405, 12.313071",\
|
|
"13.984482, 13.939251, 13.829204, 13.502133, 12.362800",\
|
|
"14.089737, 14.044506, 13.934459, 13.607388, 12.468055",\
|
|
"14.334032, 14.288801, 14.178754, 13.851684, 12.712350",\
|
|
"15.121784, 15.076553, 14.966506, 14.639436, 13.500102");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.678364, 13.633133, 13.523086, 13.196015, 12.056682",\
|
|
"13.726700, 13.681469, 13.571422, 13.244351, 12.105018",\
|
|
"13.838650, 13.793419, 13.683372, 13.356301, 12.216968",\
|
|
"14.125608, 14.080378, 13.970330, 13.643260, 12.503926",\
|
|
"14.982262, 14.937031, 14.826983, 14.499913, 13.360579");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.247299, -0.202068, -0.092021, 0.235049, 1.374383",\
|
|
"-0.297028, -0.251797, -0.141750, 0.185320, 1.324655",\
|
|
"-0.402283, -0.357052, -0.247005, 0.080065, 1.219399",\
|
|
"-0.647120, -0.601890, -0.491843, -0.164773, 0.974562",\
|
|
"-1.443687, -1.398457, -1.288410, -0.961339, 0.177995");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.076627, -1.031397, -0.921350, -0.594279, 0.545055",\
|
|
"-1.124963, -1.079733, -0.969686, -0.642615, 0.496719",\
|
|
"-1.236913, -1.191683, -1.081636, -0.754565, 0.384769",\
|
|
"-1.522703, -1.477473, -1.367426, -1.040355, 0.098979",\
|
|
"-2.372416, -2.327186, -2.217138, -1.890068, -0.750734");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004637 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.913828, 13.868597, 13.758550, 13.431479, 12.292146",\
|
|
"13.963491, 13.918261, 13.808213, 13.481143, 12.341809",\
|
|
"14.068600, 14.023369, 13.913321, 13.586251, 12.446918",\
|
|
"14.313116, 14.267885, 14.157838, 13.830768, 12.691434",\
|
|
"15.100798, 15.055567, 14.945519, 14.618449, 13.479115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.681377, 13.636147, 13.526099, 13.199029, 12.059695",\
|
|
"13.729706, 13.684475, 13.574428, 13.247357, 12.108024",\
|
|
"13.841574, 13.796343, 13.686296, 13.359225, 12.219892",\
|
|
"14.128441, 14.083210, 13.973163, 13.646092, 12.506759",\
|
|
"14.981424, 14.936193, 14.826146, 14.499076, 13.359742");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.194655, -0.149425, -0.039377, 0.287693, 1.427027",\
|
|
"-0.244319, -0.199089, -0.089041, 0.238029, 1.377363",\
|
|
"-0.349427, -0.304197, -0.194149, 0.132921, 1.272255",\
|
|
"-0.594470, -0.549240, -0.439192, -0.112122, 1.027212",\
|
|
"-1.391093, -1.345863, -1.235815, -0.908745, 0.230589");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.023792, -0.978562, -0.868514, -0.541444, 0.597890",\
|
|
"-1.072120, -1.026890, -0.916843, -0.589772, 0.549562",\
|
|
"-1.183990, -1.138759, -1.028712, -0.701642, 0.437693",\
|
|
"-1.469686, -1.424455, -1.314408, -0.987338, 0.151997",\
|
|
"-2.315821, -2.270591, -2.160543, -1.833473, -0.694139");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.008884 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.924267, 13.879036, 13.768989, 13.441918, 12.302585",\
|
|
"13.974968, 13.929737, 13.819690, 13.492620, 12.353286",\
|
|
"14.079470, 14.034239, 13.924191, 13.597121, 12.457788",\
|
|
"14.323486, 14.278255, 14.168208, 13.841138, 12.701804",\
|
|
"15.111546, 15.066315, 14.956267, 14.629197, 13.489863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.585848, 13.540617, 13.430570, 13.103499, 11.964166",\
|
|
"13.634008, 13.588778, 13.478730, 13.151660, 12.012326",\
|
|
"13.746252, 13.701021, 13.590974, 13.263904, 12.124570",\
|
|
"14.032953, 13.987722, 13.877675, 13.550605, 12.411271",\
|
|
"14.891806, 14.846575, 14.736527, 14.409457, 13.270123");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.202178, 0.247408, 0.357456, 0.684526, 1.823860",\
|
|
"0.151258, 0.196488, 0.306536, 0.633606, 1.772940",\
|
|
"0.046968, 0.092199, 0.202246, 0.529316, 1.668651",\
|
|
"-0.197391, -0.152160, -0.042113, 0.284957, 1.424291",\
|
|
"-0.991023, -0.945792, -0.835745, -0.508675, 0.630659");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.897644, -0.852414, -0.742366, -0.415296, 0.724038",\
|
|
"-0.945834, -0.900604, -0.790556, -0.463486, 0.675848",\
|
|
"-1.058028, -1.012797, -0.902750, -0.575680, 0.563654",\
|
|
"-1.343492, -1.298262, -1.188214, -0.861144, 0.278190",\
|
|
"-2.194514, -2.149283, -2.039236, -1.712166, -0.572832");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.009556 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.993052, 13.947821, 13.837773, 13.510703, 12.371369",\
|
|
"14.043951, 13.998720, 13.888673, 13.561603, 12.422269",\
|
|
"14.148384, 14.103153, 13.993106, 13.666036, 12.526702",\
|
|
"14.392210, 14.346979, 14.236932, 13.909862, 12.770528",\
|
|
"15.179495, 15.134264, 15.024217, 14.697146, 13.557813");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.685015, 13.639784, 13.529737, 13.202666, 12.063333",\
|
|
"13.733135, 13.687904, 13.577857, 13.250787, 12.111453",\
|
|
"13.845448, 13.800217, 13.690169, 13.363099, 12.223765",\
|
|
"14.132330, 14.087099, 13.977052, 13.649981, 12.510648",\
|
|
"14.994474, 14.949244, 14.839196, 14.512126, 13.372792");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.171720, 0.216950, 0.326997, 0.654068, 1.793402",\
|
|
"0.120543, 0.165773, 0.275820, 0.602891, 1.742225",\
|
|
"0.016388, 0.061619, 0.171666, 0.498736, 1.638070",\
|
|
"-0.227769, -0.182539, -0.072491, 0.254579, 1.393913",\
|
|
"-1.018788, -0.973558, -0.863510, -0.536440, 0.602894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.767228, -0.721998, -0.611951, -0.284880, 0.854454",\
|
|
"-0.815400, -0.770170, -0.660123, -0.333052, 0.806282",\
|
|
"-0.927640, -0.882409, -0.772362, -0.445292, 0.694042",\
|
|
"-1.212831, -1.167601, -1.057554, -0.730483, 0.408851",\
|
|
"-2.064200, -2.018970, -1.908922, -1.581852, -0.442518");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.010028 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.118713, 14.073483, 13.963435, 13.636365, 12.497031",\
|
|
"14.169775, 14.124544, 14.014497, 13.687427, 12.548093",\
|
|
"14.274240, 14.229010, 14.118962, 13.791892, 12.652558",\
|
|
"14.517712, 14.472481, 14.362433, 14.035363, 12.896029",\
|
|
"15.303698, 15.258467, 15.148419, 14.821349, 13.682015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.831938, 13.786707, 13.676660, 13.349589, 12.210256",\
|
|
"13.880001, 13.834770, 13.724723, 13.397653, 12.258319",\
|
|
"13.992414, 13.947184, 13.837136, 13.510066, 12.370732",\
|
|
"14.279408, 14.234177, 14.124129, 13.797059, 12.657725",\
|
|
"15.145657, 15.100426, 14.990378, 14.663308, 13.523974");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.093111, 0.138342, 0.248389, 0.575459, 1.714794",\
|
|
"0.041811, 0.087041, 0.197088, 0.524159, 1.663493",\
|
|
"-0.062405, -0.017175, 0.092873, 0.419943, 1.559277",\
|
|
"-0.306075, -0.260845, -0.150797, 0.176273, 1.315607",\
|
|
"-1.097433, -1.052203, -0.942156, -0.615085, 0.524249");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.046573, -1.001343, -0.891295, -0.564225, 0.575109",\
|
|
"-1.094677, -1.049446, -0.939399, -0.612329, 0.527005",\
|
|
"-1.207046, -1.161816, -1.051769, -0.724698, 0.414636",\
|
|
"-1.493116, -1.447886, -1.337839, -1.010768, 0.128566",\
|
|
"-2.353359, -2.308128, -2.198081, -1.871011, -0.731677");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.008075 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.063303, 14.018072, 13.908025, 13.580955, 12.441621",\
|
|
"14.114008, 14.068777, 13.958730, 13.631660, 12.492326",\
|
|
"14.218533, 14.173302, 14.063254, 13.736184, 12.596850",\
|
|
"14.462473, 14.417242, 14.307195, 13.980124, 12.840791",\
|
|
"15.249401, 15.204170, 15.094123, 14.767053, 13.627719");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.812706, 13.767475, 13.657428, 13.330358, 12.191024",\
|
|
"13.860870, 13.815639, 13.705592, 13.378522, 12.239188",\
|
|
"13.973127, 13.927896, 13.817849, 13.490779, 12.351445",\
|
|
"14.259968, 14.214737, 14.104690, 13.777619, 12.638286",\
|
|
"15.119968, 15.074738, 14.964690, 14.637620, 13.498286");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.188213, 0.233443, 0.343490, 0.670561, 1.809895",\
|
|
"0.137224, 0.182454, 0.292502, 0.619572, 1.758906",\
|
|
"0.032975, 0.078206, 0.188253, 0.515323, 1.654657",\
|
|
"-0.211392, -0.166162, -0.056115, 0.270956, 1.410290",\
|
|
"-1.004861, -0.959630, -0.849583, -0.522513, 0.616822");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.972704, -0.927473, -0.817426, -0.490355, 0.648979",\
|
|
"-1.020892, -0.975661, -0.865614, -0.538543, 0.600791",\
|
|
"-1.133108, -1.087877, -0.977830, -0.650760, 0.488575",\
|
|
"-1.418938, -1.373707, -1.263660, -0.936590, 0.202744",\
|
|
"-2.272704, -2.227474, -2.117426, -1.790356, -0.651022");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.008495 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.954502, 13.909271, 13.799224, 13.472154, 12.332820",\
|
|
"14.004189, 13.958958, 13.848910, 13.521840, 12.382506",\
|
|
"14.109497, 14.064266, 13.954219, 13.627149, 12.487815",\
|
|
"14.353746, 14.308516, 14.198468, 13.871398, 12.732064",\
|
|
"15.141905, 15.096674, 14.986627, 14.659556, 13.520223");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.639977, 13.594746, 13.484698, 13.157628, 12.018294",\
|
|
"13.688250, 13.643019, 13.532971, 13.205901, 12.066567",\
|
|
"13.800228, 13.754997, 13.644950, 13.317880, 12.178546",\
|
|
"14.087002, 14.041771, 13.931724, 13.604653, 12.465320",\
|
|
"14.943642, 14.898411, 14.788363, 14.461293, 13.321959");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.165786, 0.211017, 0.321064, 0.648134, 1.787469",\
|
|
"0.116099, 0.161329, 0.271376, 0.598447, 1.737781",\
|
|
"0.010791, 0.056021, 0.166068, 0.493139, 1.632473",\
|
|
"-0.233922, -0.188692, -0.078644, 0.248426, 1.387760",\
|
|
"-1.027250, -0.982019, -0.871972, -0.544902, 0.594432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.465087, -0.419857, -0.309810, 0.017261, 1.156595",\
|
|
"-0.513361, -0.468131, -0.358084, -0.031013, 1.108321",\
|
|
"-0.625339, -0.580109, -0.470061, -0.142991, 0.996343",\
|
|
"-0.911277, -0.866046, -0.755999, -0.428929, 0.710406",\
|
|
"-1.762936, -1.717705, -1.607658, -1.280587, -0.141253");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.005791 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.020227, 13.974997, 13.864949, 13.537879, 12.398545",\
|
|
"14.070944, 14.025713, 13.915666, 13.588595, 12.449262",\
|
|
"14.175467, 14.130236, 14.020188, 13.693118, 12.553784",\
|
|
"14.419470, 14.374239, 14.264192, 13.937121, 12.797788",\
|
|
"15.207136, 15.161905, 15.051858, 14.724788, 13.585454");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.737324, 13.692093, 13.582046, 13.254975, 12.115642",\
|
|
"13.785528, 13.740297, 13.630250, 13.303180, 12.163846",\
|
|
"13.897774, 13.852543, 13.742496, 13.415425, 12.276092",\
|
|
"14.184599, 14.139368, 14.029321, 13.702250, 12.562917",\
|
|
"15.044106, 14.998875, 14.888827, 14.561757, 13.422423");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.148694, 0.193924, 0.303972, 0.631042, 1.770376",\
|
|
"0.097715, 0.142946, 0.252993, 0.580063, 1.719397",\
|
|
"-0.006554, 0.038676, 0.148723, 0.475793, 1.615128",\
|
|
"-0.250975, -0.205745, -0.095697, 0.231373, 1.370707",\
|
|
"-1.044481, -0.999250, -0.889203, -0.562133, 0.577201");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.447827, -0.402597, -0.292549, 0.034521, 1.173855",\
|
|
"-0.496055, -0.450825, -0.340777, -0.013707, 1.125627",\
|
|
"-0.608260, -0.563029, -0.452982, -0.125911, 1.013423",\
|
|
"-0.894064, -0.848834, -0.738786, -0.411716, 0.727618",\
|
|
"-1.747082, -1.701851, -1.591804, -1.264734, -0.125399");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004573 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.375034, 13.329803, 13.219756, 12.892686, 11.753352",\
|
|
"13.425301, 13.380070, 13.270022, 12.942952, 11.803618",\
|
|
"13.538528, 13.493298, 13.383250, 13.056180, 11.916846",\
|
|
"13.860788, 13.815557, 13.705510, 13.378440, 12.239106",\
|
|
"14.975397, 14.930166, 14.820119, 14.493049, 13.353715");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.159292, 13.114061, 13.004014, 12.676944, 11.537610",\
|
|
"13.207384, 13.162153, 13.052106, 12.725036, 11.585702",\
|
|
"13.319868, 13.274637, 13.164590, 12.837520, 11.698186",\
|
|
"13.674871, 13.629641, 13.519593, 13.192523, 12.053189",\
|
|
"14.987061, 14.941830, 14.831782, 14.504712, 13.365378");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.971718, -0.926488, -0.816441, -0.489370, 0.649964",\
|
|
"-1.021986, -0.976755, -0.866708, -0.539638, 0.599697",\
|
|
"-1.135213, -1.089982, -0.979935, -0.652865, 0.486470",\
|
|
"-1.457559, -1.412328, -1.302281, -0.975211, 0.164124",\
|
|
"-2.578263, -2.533032, -2.422985, -2.095915, -0.956580");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.615756, -1.570526, -1.460478, -1.133408, 0.005926",\
|
|
"-1.663849, -1.618618, -1.508571, -1.181501, -0.042166",\
|
|
"-1.776332, -1.731102, -1.621055, -1.293984, -0.154650",\
|
|
"-2.131173, -2.085943, -1.975896, -1.648825, -0.509491",\
|
|
"-3.438746, -3.393516, -3.283468, -2.956398, -1.817064");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004703 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.251934, 13.206703, 13.096656, 12.769586, 11.630252",\
|
|
"13.301683, 13.256453, 13.146405, 12.819335, 11.680001",\
|
|
"13.413048, 13.367817, 13.257770, 12.930699, 11.791366",\
|
|
"13.746586, 13.701355, 13.591308, 13.264237, 12.124904",\
|
|
"14.936642, 14.891411, 14.781363, 14.454293, 13.314960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.036777, 12.991547, 12.881499, 12.554429, 11.415095",\
|
|
"13.087471, 13.042240, 12.932193, 12.605123, 11.465789",\
|
|
"13.201656, 13.156425, 13.046378, 12.719308, 11.579974",\
|
|
"13.559393, 13.514162, 13.404115, 13.077044, 11.937711",\
|
|
"14.893660, 14.848429, 14.738381, 14.411311, 13.271977");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.888233, -0.843003, -0.732955, -0.405885, 0.733449",\
|
|
"-0.937984, -0.892753, -0.782706, -0.455636, 0.683698",\
|
|
"-1.049348, -1.004118, -0.894070, -0.567000, 0.572334",\
|
|
"-1.383404, -1.338173, -1.228126, -0.901056, 0.238278",\
|
|
"-2.580002, -2.534771, -2.424724, -2.097654, -0.958320");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.068024, -1.022793, -0.912746, -0.585676, 0.553658",\
|
|
"-1.118717, -1.073487, -0.963439, -0.636369, 0.502965",\
|
|
"-1.232903, -1.187672, -1.077625, -0.750555, 0.388780",\
|
|
"-1.590644, -1.545413, -1.435366, -1.108296, 0.031038",\
|
|
"-2.925363, -2.880132, -2.770085, -2.443015, -1.303681");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.006680 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.420422, 14.375191, 14.265143, 13.938073, 12.798739",\
|
|
"14.471970, 14.426739, 14.316691, 13.989621, 12.850287",\
|
|
"14.582363, 14.537132, 14.427085, 14.100015, 12.960681",\
|
|
"14.868708, 14.823477, 14.713429, 14.386359, 13.247025",\
|
|
"15.820871, 15.775640, 15.665593, 15.338523, 14.199189");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.819645, 13.774414, 13.664367, 13.337296, 12.197963",\
|
|
"13.869907, 13.824677, 13.714629, 13.387559, 12.248225",\
|
|
"13.983221, 13.937990, 13.827943, 13.500873, 12.361539",\
|
|
"14.335152, 14.289921, 14.179873, 13.852803, 12.713470",\
|
|
"15.601124, 15.555893, 15.445846, 15.118775, 13.979442");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.911272, -0.866042, -0.755994, -0.428924, 0.710410",\
|
|
"-0.962819, -0.917589, -0.807541, -0.480471, 0.658863",\
|
|
"-1.073213, -1.027983, -0.917936, -0.590865, 0.548469",\
|
|
"-1.359084, -1.313854, -1.203806, -0.876736, 0.262598",\
|
|
"-2.310365, -2.265134, -2.155087, -1.828017, -0.688683");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.544534, -0.499303, -0.389256, -0.062186, 1.077149",\
|
|
"-0.594796, -0.549566, -0.439518, -0.112448, 1.026886",\
|
|
"-0.708110, -0.662879, -0.552832, -0.225762, 0.913573",\
|
|
"-1.060040, -1.014809, -0.904762, -0.577692, 0.561642",\
|
|
"-2.326014, -2.280783, -2.170736, -1.843665, -0.704331");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004681 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.338493, 14.293262, 14.183215, 13.856145, 12.716811",\
|
|
"14.388247, 14.343016, 14.232968, 13.905898, 12.766564",\
|
|
"14.499611, 14.454380, 14.344333, 14.017262, 12.877929",\
|
|
"14.833286, 14.788055, 14.678008, 14.350938, 13.211604",\
|
|
"16.022537, 15.977306, 15.867259, 15.540189, 14.400855");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.899347, 13.854116, 13.744069, 13.416999, 12.277665",\
|
|
"13.950024, 13.904793, 13.794745, 13.467675, 12.328341",\
|
|
"14.064182, 14.018951, 13.908904, 13.581834, 12.442500",\
|
|
"14.421970, 14.376740, 14.266692, 13.939622, 12.800288",\
|
|
"15.755960, 15.710730, 15.600682, 15.273612, 14.134278");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.800974, -0.755744, -0.645696, -0.318626, 0.820708",\
|
|
"-0.850726, -0.805496, -0.695448, -0.368378, 0.770956",\
|
|
"-0.962091, -0.916860, -0.806813, -0.479743, 0.659591",\
|
|
"-1.295913, -1.250683, -1.140635, -0.813565, 0.325769",\
|
|
"-2.487301, -2.442070, -2.332023, -2.004953, -0.865619");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.624095, -0.578865, -0.468817, -0.141747, 0.997587",\
|
|
"-0.674772, -0.629542, -0.519494, -0.192424, 0.946910",\
|
|
"-0.788930, -0.743700, -0.633652, -0.306582, 0.832752",\
|
|
"-1.146717, -1.101487, -0.991440, -0.664369, 0.474965",\
|
|
"-2.480709, -2.435478, -2.325431, -1.998360, -0.859026");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.008164 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.204107, 14.158876, 14.048829, 13.721759, 12.582425",\
|
|
"14.257105, 14.211874, 14.101827, 13.774756, 12.635423",\
|
|
"14.367699, 14.322468, 14.212420, 13.885350, 12.746017",\
|
|
"14.694475, 14.649244, 14.539197, 14.212127, 13.072793",\
|
|
"15.844725, 15.799494, 15.689446, 15.362376, 14.223042");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.912657, 13.867426, 13.757379, 13.430308, 12.290975",\
|
|
"13.967802, 13.922571, 13.812524, 13.485454, 12.346120",\
|
|
"14.082497, 14.037266, 13.927218, 13.600148, 12.460814",\
|
|
"14.448975, 14.403744, 14.293696, 13.966626, 12.827292",\
|
|
"15.866211, 15.820980, 15.710933, 15.383862, 14.244529");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.655641, -0.610411, -0.500363, -0.173293, 0.966041",\
|
|
"-0.708639, -0.663409, -0.553362, -0.226291, 0.913043",\
|
|
"-0.819234, -0.774004, -0.663957, -0.336886, 0.802448",\
|
|
"-1.145915, -1.100685, -0.990637, -0.663567, 0.475767",\
|
|
"-2.301368, -2.256137, -2.146090, -1.819020, -0.679686");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.559277, -0.514047, -0.403999, -0.076929, 1.062405",\
|
|
"-0.614420, -0.569189, -0.459142, -0.132072, 1.007262",\
|
|
"-0.729116, -0.683885, -0.573838, -0.246768, 0.892566",\
|
|
"-1.095551, -1.050320, -0.940273, -0.613203, 0.526131",\
|
|
"-2.512933, -2.467702, -2.357655, -2.030585, -0.891251");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003250 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.904116, 14.858885, 14.748837, 14.421767, 13.282434",\
|
|
"14.952921, 14.907690, 14.797643, 14.470572, 13.331239",\
|
|
"15.065201, 15.019970, 14.909923, 14.582852, 13.443519",\
|
|
"15.374296, 15.329065, 15.219018, 14.891948, 13.752614",\
|
|
"16.452929, 16.407698, 16.297651, 15.970580, 14.831246");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.460768, 14.415537, 14.305490, 13.978419, 12.839086",\
|
|
"14.511612, 14.466381, 14.356334, 14.029263, 12.889930",\
|
|
"14.623098, 14.577868, 14.467820, 14.140750, 13.001416",\
|
|
"14.938446, 14.893215, 14.783168, 14.456098, 13.316764",\
|
|
"15.928392, 15.883162, 15.773114, 15.446044, 14.306710");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.664997, -0.619767, -0.509719, -0.182649, 0.956685",\
|
|
"-0.713802, -0.668572, -0.558525, -0.231454, 0.907880",\
|
|
"-0.826082, -0.780852, -0.670805, -0.343734, 0.795600",\
|
|
"-1.135179, -1.089949, -0.979901, -0.652831, 0.486503",\
|
|
"-2.213811, -2.168581, -2.058533, -1.731463, -0.592129");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.127659, -1.082429, -0.972381, -0.645311, 0.494023",\
|
|
"-1.178504, -1.133274, -1.023226, -0.696156, 0.443178",\
|
|
"-1.289992, -1.244761, -1.134714, -0.807644, 0.331691",\
|
|
"-1.605339, -1.560109, -1.450062, -1.122991, 0.016343",\
|
|
"-2.595287, -2.550056, -2.440009, -2.112939, -0.973604");
|
|
}
|
|
|
|
} /* 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.007460 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.288193, 14.242962, 14.132915, 13.805844, 12.666511",\
|
|
"14.336561, 14.291330, 14.181283, 13.854213, 12.714879",\
|
|
"14.446604, 14.401373, 14.291326, 13.964255, 12.824922",\
|
|
"14.722988, 14.677757, 14.567710, 14.240640, 13.101306",\
|
|
"15.624977, 15.579746, 15.469699, 15.142629, 14.003295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.117476, 14.072245, 13.962197, 13.635127, 12.495793",\
|
|
"14.166067, 14.120836, 14.010789, 13.683719, 12.544385",\
|
|
"14.279287, 14.234056, 14.124009, 13.796939, 12.657605",\
|
|
"14.633932, 14.588701, 14.478654, 14.151584, 13.012250",\
|
|
"15.926086, 15.880856, 15.770808, 15.443738, 14.304404");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.704638, -0.659407, -0.549360, -0.222290, 0.917045",\
|
|
"-0.752888, -0.707658, -0.597610, -0.270540, 0.868794",\
|
|
"-0.862929, -0.817699, -0.707652, -0.380581, 0.758753",\
|
|
"-1.139410, -1.094180, -0.984132, -0.657062, 0.482272",\
|
|
"-2.045840, -2.000610, -1.890563, -1.563492, -0.424158");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.617988, -0.572757, -0.462710, -0.135640, 1.003694",\
|
|
"-0.666570, -0.621339, -0.511292, -0.184222, 0.955112",\
|
|
"-0.779789, -0.734559, -0.624511, -0.297441, 0.841893",\
|
|
"-1.134578, -1.089347, -0.979300, -0.652230, 0.487104",\
|
|
"-2.429522, -2.384291, -2.274244, -1.947174, -0.807840");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.008130 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.167336, 14.122105, 14.012057, 13.684987, 12.545653",\
|
|
"14.216370, 14.171139, 14.061091, 13.734021, 12.594687",\
|
|
"14.326923, 14.281693, 14.171645, 13.844575, 12.705241",\
|
|
"14.652678, 14.607447, 14.497399, 14.170329, 13.030995",\
|
|
"15.798872, 15.753641, 15.643594, 15.316524, 14.177190");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "14.097261, 14.052031, 13.941983, 13.614913, 12.475579",\
|
|
"14.148302, 14.103071, 13.993024, 13.665954, 12.526620",\
|
|
"14.262993, 14.217762, 14.107715, 13.780644, 12.641311",\
|
|
"14.628340, 14.583109, 14.473062, 14.145991, 13.006658",\
|
|
"16.038389, 15.993158, 15.883111, 15.556041, 14.416707");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.612862, -0.567631, -0.457584, -0.130514, 1.008820",\
|
|
"-0.661897, -0.616666, -0.506619, -0.179549, 0.959786",\
|
|
"-0.772451, -0.727221, -0.617173, -0.290103, 0.849231",\
|
|
"-1.098224, -1.052993, -0.942946, -0.615876, 0.523458",\
|
|
"-2.247613, -2.202382, -2.092335, -1.765265, -0.625931");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.686554, -0.641323, -0.531276, -0.204206, 0.935128",\
|
|
"-0.737596, -0.692366, -0.582318, -0.255248, 0.884086",\
|
|
"-0.852286, -0.807055, -0.697008, -0.369937, 0.769397",\
|
|
"-1.217618, -1.172387, -1.062340, -0.735270, 0.404064",\
|
|
"-2.627151, -2.581921, -2.471874, -2.144803, -1.005469");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002705 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.400281, -0.445512, -0.555559, -0.882629, -2.021964",\
|
|
"-0.349553, -0.394784, -0.504831, -0.831902, -1.971236",\
|
|
"-0.244191, -0.289422, -0.399469, -0.726540, -1.865874",\
|
|
"-0.000853, -0.046084, -0.156131, -0.483202, -1.622536",\
|
|
"0.788329, 0.743098, 0.633051, 0.305980, -0.833354");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.132452, 1.087222, 0.977175, 0.650104, -0.489230",\
|
|
"1.180723, 1.135493, 1.025445, 0.698375, -0.440959",\
|
|
"1.292726, 1.247495, 1.137448, 0.810378, -0.328956",\
|
|
"1.579392, 1.534162, 1.424114, 1.097044, -0.042290",\
|
|
"2.435752, 2.390522, 2.280474, 1.953404, 0.814070");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.485139, 0.530369, 0.640417, 0.967487, 2.106821",\
|
|
"0.434411, 0.479641, 0.589689, 0.916759, 2.056093",\
|
|
"0.329049, 0.374279, 0.484327, 0.811397, 1.950731",\
|
|
"0.085711, 0.130941, 0.240989, 0.568059, 1.707393",\
|
|
"-0.703471, -0.658241, -0.548193, -0.221123, 0.918211");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.802957, -0.757726, -0.647679, -0.320609, 0.818725",\
|
|
"-0.851228, -0.805997, -0.695950, -0.368880, 0.770455",\
|
|
"-0.963231, -0.918000, -0.807953, -0.480882, 0.658452",\
|
|
"-1.249897, -1.204666, -1.094619, -0.767549, 0.371786",\
|
|
"-2.106257, -2.061026, -1.950979, -1.623909, -0.484575");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002613 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.474927, -0.520158, -0.630205, -0.957275, -2.096609",\
|
|
"-0.425210, -0.470441, -0.580488, -0.907558, -2.046892",\
|
|
"-0.320064, -0.365294, -0.475342, -0.802412, -1.941746",\
|
|
"-0.075424, -0.120654, -0.230702, -0.557772, -1.697106",\
|
|
"0.714237, 0.669006, 0.558959, 0.231889, -0.907445");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.075627, 1.030397, 0.920349, 0.593279, -0.546055",\
|
|
"1.123993, 1.078763, 0.968715, 0.641645, -0.497689",\
|
|
"1.235887, 1.190656, 1.080609, 0.753538, -0.385796",\
|
|
"1.522377, 1.477146, 1.367099, 1.040029, -0.099306",\
|
|
"2.374120, 2.328890, 2.218843, 1.891772, 0.752438");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.559799, 0.605029, 0.715077, 1.042147, 2.181481",\
|
|
"0.510082, 0.555312, 0.665360, 0.992430, 2.131764",\
|
|
"0.404936, 0.450166, 0.560214, 0.887284, 2.026618",\
|
|
"0.160295, 0.205526, 0.315573, 0.642644, 1.781978",\
|
|
"-0.629365, -0.584135, -0.474087, -0.147017, 0.992317");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.746105, -0.700875, -0.590827, -0.263757, 0.875577",\
|
|
"-0.794471, -0.749241, -0.639193, -0.312123, 0.827211",\
|
|
"-0.906364, -0.861134, -0.751086, -0.424016, 0.715318",\
|
|
"-1.192855, -1.147624, -1.037577, -0.710506, 0.428828",\
|
|
"-2.044598, -1.999367, -1.889320, -1.562250, -0.422916");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003006 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.396572, -0.441803, -0.551850, -0.878920, -2.018255",\
|
|
"-0.346792, -0.392022, -0.502070, -0.829140, -1.968474",\
|
|
"-0.241488, -0.286718, -0.396765, -0.723836, -1.863170",\
|
|
"0.002872, -0.042359, -0.152406, -0.479476, -1.618811",\
|
|
"0.792182, 0.746951, 0.636904, 0.309834, -0.829500");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.144494, 1.099263, 0.989216, 0.662146, -0.477188",\
|
|
"1.192862, 1.147632, 1.037585, 0.710514, -0.428820",\
|
|
"1.304836, 1.259605, 1.149558, 0.822488, -0.316846",\
|
|
"1.591379, 1.546148, 1.436101, 1.109031, -0.030303",\
|
|
"2.446502, 2.401271, 2.291224, 1.964154, 0.824820");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.481638, 0.526868, 0.636916, 0.963986, 2.103320",\
|
|
"0.431857, 0.477088, 0.587135, 0.914205, 2.053540",\
|
|
"0.326553, 0.371784, 0.481831, 0.808901, 1.948235",\
|
|
"0.082194, 0.127424, 0.237472, 0.564542, 1.703876",\
|
|
"-0.707116, -0.661886, -0.551838, -0.224768, 0.914566");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.814652, -0.769421, -0.659374, -0.332304, 0.807030",\
|
|
"-0.863021, -0.817790, -0.707743, -0.380672, 0.758662",\
|
|
"-0.974994, -0.929763, -0.819716, -0.492646, 0.646688",\
|
|
"-1.261537, -1.216306, -1.106259, -0.779189, 0.360145",\
|
|
"-2.116661, -2.071430, -1.961383, -1.634312, -0.494978");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002994 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.377242, -0.422473, -0.532520, -0.859591, -1.998925",\
|
|
"-0.327510, -0.372741, -0.482788, -0.809858, -1.949192",\
|
|
"-0.222313, -0.267544, -0.377591, -0.704662, -1.843996",\
|
|
"0.022237, -0.022993, -0.133041, -0.460111, -1.599445",\
|
|
"0.811788, 0.766557, 0.656510, 0.329440, -0.809894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.170561, 1.125331, 1.015283, 0.688213, -0.451121",\
|
|
"1.218924, 1.173693, 1.063646, 0.736575, -0.402759",\
|
|
"1.330842, 1.285612, 1.175564, 0.848494, -0.290840",\
|
|
"1.617350, 1.572119, 1.462072, 1.135002, -0.004333",\
|
|
"2.470170, 2.424939, 2.314892, 1.987822, 0.848488");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.462155, 0.507386, 0.617433, 0.944503, 2.083838",\
|
|
"0.412423, 0.457653, 0.567701, 0.894771, 2.034105",\
|
|
"0.307226, 0.352457, 0.462504, 0.789574, 1.928908",\
|
|
"0.062675, 0.107906, 0.217953, 0.545024, 1.684358",\
|
|
"-0.726876, -0.681645, -0.571598, -0.244527, 0.894807");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.840982, -0.795751, -0.685704, -0.358634, 0.780701",\
|
|
"-0.889344, -0.844113, -0.734066, -0.406996, 0.732338",\
|
|
"-1.001263, -0.956032, -0.845985, -0.518914, 0.620420",\
|
|
"-1.287770, -1.242540, -1.132492, -0.805422, 0.333912",\
|
|
"-2.140590, -2.095360, -1.985312, -1.658242, -0.518908");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002703 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.414869, -0.460099, -0.570147, -0.897217, -2.036551",\
|
|
"-0.364119, -0.409349, -0.519397, -0.846467, -1.985801",\
|
|
"-0.258745, -0.303976, -0.414023, -0.741094, -1.880428",\
|
|
"-0.015445, -0.060675, -0.170723, -0.497793, -1.637127",\
|
|
"0.773715, 0.728484, 0.618437, 0.291367, -0.847968");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.120041, 1.074811, 0.964763, 0.637693, -0.501641",\
|
|
"1.168310, 1.123079, 1.013031, 0.685961, -0.453373",\
|
|
"1.280318, 1.235088, 1.125040, 0.797970, -0.341364",\
|
|
"1.566992, 1.521761, 1.411714, 1.084644, -0.054691",\
|
|
"2.423603, 2.378372, 2.268325, 1.941254, 0.801920");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.499703, 0.544933, 0.654981, 0.982051, 2.121385",\
|
|
"0.448953, 0.494183, 0.604231, 0.931301, 2.070635",\
|
|
"0.343579, 0.388810, 0.498857, 0.825928, 1.965262",\
|
|
"0.100278, 0.145509, 0.255557, 0.582627, 1.721961",\
|
|
"-0.688881, -0.643650, -0.533603, -0.206532, 0.932802");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.790585, -0.745354, -0.635307, -0.308236, 0.831098",\
|
|
"-0.838853, -0.793622, -0.683575, -0.356504, 0.782830",\
|
|
"-0.950861, -0.905631, -0.795583, -0.468513, 0.670821",\
|
|
"-1.237535, -1.192304, -1.082257, -0.755187, 0.384147",\
|
|
"-2.094146, -2.048915, -1.938868, -1.611798, -0.472464");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002845 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.393167, -0.438398, -0.548445, -0.875515, -2.014850",\
|
|
"-0.342023, -0.387254, -0.497301, -0.824371, -1.963706",\
|
|
"-0.237701, -0.282932, -0.392979, -0.720049, -1.859383",\
|
|
"0.006186, -0.039044, -0.149091, -0.476161, -1.615496",\
|
|
"0.794264, 0.749033, 0.638986, 0.311916, -0.827418");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.965135, 0.919905, 0.809858, 0.482787, -0.656547",\
|
|
"1.013358, 0.968128, 0.858081, 0.531010, -0.608324",\
|
|
"1.125674, 1.080443, 0.970396, 0.643326, -0.496008",\
|
|
"1.412159, 1.366929, 1.256881, 0.929811, -0.209523",\
|
|
"2.272502, 2.227271, 2.117224, 1.790154, 0.650820");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.478899, 0.524130, 0.634177, 0.961247, 2.100582",\
|
|
"0.427755, 0.472986, 0.583033, 0.910103, 2.049438",\
|
|
"0.323433, 0.368664, 0.478711, 0.805781, 1.945115",\
|
|
"0.079545, 0.124776, 0.234823, 0.561893, 1.701228",\
|
|
"-0.708532, -0.663301, -0.553254, -0.226184, 0.913150");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.632209, -0.586979, -0.476931, -0.149861, 0.989473",\
|
|
"-0.680432, -0.635202, -0.525154, -0.198084, 0.941250",\
|
|
"-0.792747, -0.747517, -0.637470, -0.310400, 0.828935",\
|
|
"-1.079233, -1.034002, -0.923955, -0.596885, 0.542449",\
|
|
"-1.939575, -1.894345, -1.784298, -1.457227, -0.317893");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002797 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.516386, -0.561617, -0.671664, -0.998735, -2.138069",\
|
|
"-0.465362, -0.510592, -0.620640, -0.947710, -2.087044",\
|
|
"-0.360989, -0.406220, -0.516267, -0.843338, -1.982672",\
|
|
"-0.117010, -0.162240, -0.272288, -0.599358, -1.738692",\
|
|
"0.671445, 0.626215, 0.516167, 0.189097, -0.950237");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.833720, 0.788490, 0.678442, 0.351372, -0.787962",\
|
|
"0.881958, 0.836728, 0.726680, 0.399610, -0.739724",\
|
|
"0.994240, 0.949009, 0.838962, 0.511892, -0.627442",\
|
|
"1.280685, 1.235455, 1.125407, 0.798337, -0.340997",\
|
|
"2.139665, 2.094434, 1.984387, 1.657316, 0.517982");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.601178, 0.646409, 0.756456, 1.083527, 2.222861",\
|
|
"0.550154, 0.595384, 0.705432, 1.032502, 2.171836",\
|
|
"0.445781, 0.491012, 0.601059, 0.928130, 2.067464",\
|
|
"0.201802, 0.247032, 0.357080, 0.684150, 1.823484",\
|
|
"-0.586653, -0.541423, -0.431375, -0.104305, 1.035029");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.504345, -0.459114, -0.349067, -0.021997, 1.117337",\
|
|
"-0.552583, -0.507352, -0.397305, -0.070235, 1.069100",\
|
|
"-0.664865, -0.619634, -0.509587, -0.182516, 0.956818",\
|
|
"-0.951310, -0.906079, -0.796032, -0.468961, 0.670373",\
|
|
"-1.810289, -1.765059, -1.655011, -1.327941, -0.188607");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002687 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.513568, -0.558799, -0.668846, -0.995916, -2.135250",\
|
|
"-0.462724, -0.507955, -0.618002, -0.945072, -2.084406",\
|
|
"-0.358276, -0.403507, -0.513554, -0.840624, -1.979958",\
|
|
"-0.114156, -0.159386, -0.269433, -0.596503, -1.735838",\
|
|
"0.674880, 0.629649, 0.519602, 0.192532, -0.946802");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.867753, 0.822523, 0.712475, 0.385405, -0.753929",\
|
|
"0.916013, 0.870783, 0.760736, 0.433666, -0.705669",\
|
|
"1.028244, 0.983014, 0.872967, 0.545897, -0.593438",\
|
|
"1.314629, 1.269399, 1.159351, 0.832281, -0.307053",\
|
|
"2.171537, 2.126307, 2.016260, 1.689190, 0.549855");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.599145, 0.644375, 0.754423, 1.081493, 2.220827",\
|
|
"0.548301, 0.593531, 0.703579, 1.030649, 2.169983",\
|
|
"0.443853, 0.489083, 0.599131, 0.926201, 2.065535",\
|
|
"0.199732, 0.244963, 0.355010, 0.682080, 1.821414",\
|
|
"-0.589303, -0.544073, -0.434025, -0.106955, 1.032379");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.535065, -0.489835, -0.379787, -0.052717, 1.086617",\
|
|
"-0.583325, -0.538095, -0.428048, -0.100977, 1.038357",\
|
|
"-0.695556, -0.650326, -0.540279, -0.213208, 0.926126",\
|
|
"-0.981941, -0.936711, -0.826663, -0.499593, 0.639741",\
|
|
"-1.838849, -1.793619, -1.683572, -1.356502, -0.217167");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002829 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.779645, -0.824875, -0.934923, -1.261993, -2.401327",\
|
|
"-0.730114, -0.775345, -0.885392, -1.212463, -2.351797",\
|
|
"-0.625243, -0.670474, -0.780521, -1.107592, -2.246926",\
|
|
"-0.380100, -0.425330, -0.535378, -0.862448, -2.001782",\
|
|
"0.406478, 0.361247, 0.251200, -0.075871, -1.215205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.655878, 0.610647, 0.500600, 0.173529, -0.965805",\
|
|
"0.704033, 0.658803, 0.548755, 0.221685, -0.917649",\
|
|
"0.815781, 0.770551, 0.660503, 0.333433, -0.805901",\
|
|
"1.100897, 1.055666, 0.945619, 0.618548, -0.520786",\
|
|
"1.939986, 1.894756, 1.784708, 1.457638, 0.318304");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.864503, 0.909734, 1.019781, 1.346851, 2.486186",\
|
|
"0.814973, 0.860204, 0.970251, 1.297321, 2.436655",\
|
|
"0.710102, 0.755333, 0.865380, 1.192450, 2.331784",\
|
|
"0.464958, 0.510189, 0.620236, 0.947306, 2.086641",\
|
|
"-0.321619, -0.276389, -0.166341, 0.160729, 1.300063");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.326382, -0.281152, -0.171104, 0.155966, 1.295300",\
|
|
"-0.374538, -0.329307, -0.219260, 0.107810, 1.247145",\
|
|
"-0.486286, -0.441055, -0.331008, -0.003938, 1.135396",\
|
|
"-0.771401, -0.726171, -0.616123, -0.289053, 0.850281",\
|
|
"-1.610491, -1.565260, -1.455213, -1.128143, 0.011192");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002489 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.817325, -0.862555, -0.972603, -1.299673, -2.439007",\
|
|
"-0.767808, -0.813039, -0.923086, -1.250156, -2.389490",\
|
|
"-0.662938, -0.708169, -0.818216, -1.145286, -2.284620",\
|
|
"-0.417790, -0.463020, -0.573068, -0.900138, -2.039472",\
|
|
"0.367798, 0.322567, 0.212520, -0.114550, -1.253884");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.621595, 0.576365, 0.466317, 0.139247, -1.000087",\
|
|
"0.669716, 0.624485, 0.514438, 0.187368, -0.951966",\
|
|
"0.781461, 0.736230, 0.626183, 0.299113, -0.840221",\
|
|
"1.066419, 1.021188, 0.911141, 0.584071, -0.555264",\
|
|
"1.904212, 1.858982, 1.748934, 1.421864, 0.282530");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.902197, 0.947427, 1.057475, 1.384545, 2.523879",\
|
|
"0.852680, 0.897911, 1.007958, 1.335029, 2.474363",\
|
|
"0.747810, 0.793041, 0.903088, 1.230158, 2.369493",\
|
|
"0.502662, 0.547892, 0.657940, 0.985010, 2.124344",\
|
|
"-0.282926, -0.237695, -0.127648, 0.199422, 1.338757");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.292073, -0.246842, -0.136795, 0.190275, 1.329610",\
|
|
"-0.340194, -0.294963, -0.184916, 0.142154, 1.281489",\
|
|
"-0.451939, -0.406708, -0.296661, 0.030410, 1.169744",\
|
|
"-0.736897, -0.691666, -0.581619, -0.254548, 0.884786",\
|
|
"-1.574690, -1.529459, -1.419412, -1.092342, 0.046993");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002613 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.751268, -0.796499, -0.906546, -1.233616, -2.372950",\
|
|
"-0.701683, -0.746914, -0.856961, -1.184031, -2.323365",\
|
|
"-0.596809, -0.642040, -0.752087, -1.079157, -2.218491",\
|
|
"-0.351675, -0.396906, -0.506953, -0.834023, -1.973357",\
|
|
"0.437851, 0.392621, 0.282573, -0.044497, -1.183831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.682256, 0.637025, 0.526978, 0.199908, -0.939426",\
|
|
"0.730526, 0.685295, 0.575248, 0.248178, -0.891156",\
|
|
"0.842284, 0.797054, 0.687006, 0.359936, -0.779398",\
|
|
"1.127958, 1.082727, 0.972680, 0.645610, -0.493724",\
|
|
"1.970766, 1.925536, 1.815488, 1.488418, 0.349084");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.836335, 0.881565, 0.991613, 1.318683, 2.458017",\
|
|
"0.786750, 0.831980, 0.942028, 1.269098, 2.408432",\
|
|
"0.681876, 0.727106, 0.837154, 1.164224, 2.303558",\
|
|
"0.436742, 0.481973, 0.592020, 0.919090, 2.058424",\
|
|
"-0.352785, -0.307554, -0.197507, 0.129564, 1.268898");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.352414, -0.307184, -0.197137, 0.129934, 1.269268",\
|
|
"-0.400684, -0.355454, -0.245406, 0.081664, 1.220998",\
|
|
"-0.512443, -0.467212, -0.357165, -0.030095, 1.109240",\
|
|
"-0.798116, -0.752886, -0.642838, -0.315768, 0.823566",\
|
|
"-1.640925, -1.595694, -1.485647, -1.158576, -0.019242");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002686 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.754120, -0.799351, -0.909398, -1.236469, -2.375803",\
|
|
"-0.704756, -0.749987, -0.860034, -1.187104, -2.326439",\
|
|
"-0.599895, -0.645126, -0.755173, -1.082243, -2.221577",\
|
|
"-0.354722, -0.399952, -0.510000, -0.837070, -1.976404",\
|
|
"0.422326, 0.377095, 0.267048, -0.060022, -1.199356");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.691193, 0.645962, 0.535915, 0.208844, -0.930490",\
|
|
"0.738989, 0.693759, 0.583711, 0.256641, -0.882693",\
|
|
"0.850704, 0.805474, 0.695426, 0.368356, -0.770978",\
|
|
"1.134270, 1.089040, 0.978992, 0.651922, -0.487412",\
|
|
"1.961112, 1.915881, 1.805834, 1.478764, 0.339430");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.839034, 0.884265, 0.994312, 1.321382, 2.460716",\
|
|
"0.789670, 0.834901, 0.944948, 1.272018, 2.411352",\
|
|
"0.684809, 0.730039, 0.840087, 1.167157, 2.306491",\
|
|
"0.439636, 0.484866, 0.594913, 0.921984, 2.061318",\
|
|
"-0.337412, -0.292182, -0.182134, 0.144936, 1.284270");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.361613, -0.316382, -0.206335, 0.120735, 1.260070",\
|
|
"-0.409410, -0.364179, -0.254132, 0.072939, 1.212273",\
|
|
"-0.521124, -0.475894, -0.365846, -0.038776, 1.100558",\
|
|
"-0.804690, -0.759460, -0.649412, -0.322342, 0.816992",\
|
|
"-1.631532, -1.586302, -1.476254, -1.149184, -0.009850");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003187 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.772662, -0.817893, -0.927940, -1.255011, -2.394345",\
|
|
"-0.723092, -0.768323, -0.878370, -1.205441, -2.344775",\
|
|
"-0.618219, -0.663449, -0.773497, -1.100567, -2.239901",\
|
|
"-0.373083, -0.418314, -0.528361, -0.855432, -1.994766",\
|
|
"0.416009, 0.370779, 0.260731, -0.066339, -1.205673");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.658490, 0.613259, 0.503212, 0.176142, -0.963193",\
|
|
"0.706736, 0.661506, 0.551458, 0.224388, -0.914946",\
|
|
"0.818493, 0.773263, 0.663215, 0.336145, -0.803189",\
|
|
"1.104077, 1.058846, 0.948799, 0.621729, -0.517606",\
|
|
"1.946341, 1.901111, 1.791063, 1.463993, 0.324659");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.857497, 0.902728, 1.012776, 1.339846, 2.479180",\
|
|
"0.807927, 0.853158, 0.963205, 1.290276, 2.429610",\
|
|
"0.703054, 0.748285, 0.858332, 1.185402, 2.324737",\
|
|
"0.457918, 0.503149, 0.613196, 0.940267, 2.079601",\
|
|
"-0.331174, -0.285944, -0.175896, 0.151174, 1.290508");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.329033, -0.283802, -0.173755, 0.153315, 1.292650",\
|
|
"-0.377279, -0.332049, -0.222001, 0.105069, 1.244403",\
|
|
"-0.489036, -0.443806, -0.333758, -0.006688, 1.132646",\
|
|
"-0.774620, -0.729390, -0.619342, -0.292272, 0.847062",\
|
|
"-1.616885, -1.571654, -1.461607, -1.134536, 0.004798");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003188 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.358766, -0.403996, -0.514043, -0.841114, -1.980448",\
|
|
"-0.309207, -0.354438, -0.464485, -0.791555, -1.930889",\
|
|
"-0.204334, -0.249565, -0.359612, -0.686682, -1.826016",\
|
|
"0.040794, -0.004436, -0.114484, -0.441554, -1.580888",\
|
|
"0.829402, 0.784171, 0.674124, 0.347054, -0.792280");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.235759, 1.190529, 1.080481, 0.753411, -0.385923",\
|
|
"1.283988, 1.238757, 1.128710, 0.801640, -0.337694",\
|
|
"1.395744, 1.350513, 1.240466, 0.913396, -0.225939",\
|
|
"1.681581, 1.636350, 1.526303, 1.199233, 0.059899",\
|
|
"2.524216, 2.478986, 2.368938, 2.041868, 0.902534");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.444497, 0.489727, 0.599774, 0.926844, 2.066179",\
|
|
"0.394938, 0.440168, 0.550216, 0.877286, 2.016620",\
|
|
"0.290065, 0.335295, 0.445343, 0.772413, 1.911747",\
|
|
"0.044937, 0.090167, 0.200215, 0.527285, 1.666619",\
|
|
"-0.743671, -0.698440, -0.588393, -0.261323, 0.878011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.902833, -0.857602, -0.747555, -0.420485, 0.718850",\
|
|
"-0.951061, -0.905831, -0.795784, -0.468713, 0.670621",\
|
|
"-1.062817, -1.017587, -0.907539, -0.580469, 0.558865",\
|
|
"-1.348654, -1.303424, -1.193377, -0.866306, 0.273028",\
|
|
"-2.191290, -2.146059, -2.036012, -1.708942, -0.569607");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003680 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.443996, -0.489227, -0.599274, -0.926344, -2.065679",\
|
|
"-0.394390, -0.439620, -0.549668, -0.876738, -2.016072",\
|
|
"-0.289445, -0.334676, -0.444723, -0.771793, -1.911128",\
|
|
"-0.044446, -0.089677, -0.199724, -0.526795, -1.666129",\
|
|
"0.745668, 0.700438, 0.590390, 0.263320, -0.876014");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.127256, 1.082026, 0.971978, 0.644908, -0.494426",\
|
|
"1.175591, 1.130361, 1.020313, 0.693243, -0.446091",\
|
|
"1.287382, 1.242151, 1.132104, 0.805034, -0.334300",\
|
|
"1.573807, 1.528576, 1.418529, 1.091459, -0.047875",\
|
|
"2.421240, 2.376010, 2.265962, 1.938892, 0.799558");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.528787, 0.574018, 0.684065, 1.011135, 2.150470",\
|
|
"0.479181, 0.524411, 0.634459, 0.961529, 2.100863",\
|
|
"0.374236, 0.419467, 0.529514, 0.856584, 1.995918",\
|
|
"0.129237, 0.174468, 0.284515, 0.611585, 1.750920",\
|
|
"-0.660877, -0.615647, -0.505599, -0.178529, 0.960805");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.797881, -0.752650, -0.642603, -0.315532, 0.823802",\
|
|
"-0.846216, -0.800985, -0.690938, -0.363868, 0.775467",\
|
|
"-0.958007, -0.912776, -0.802729, -0.475658, 0.663676",\
|
|
"-1.244431, -1.199201, -1.089154, -0.762083, 0.377251",\
|
|
"-2.091865, -2.046634, -1.936587, -1.609517, -0.470183");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003045 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.359743, -0.404974, -0.515021, -0.842091, -1.981425",\
|
|
"-0.310040, -0.355271, -0.465318, -0.792388, -1.931722",\
|
|
"-0.204916, -0.250146, -0.360194, -0.687264, -1.826598",\
|
|
"0.039763, -0.005467, -0.115514, -0.442584, -1.581919",\
|
|
"0.829476, 0.784246, 0.674198, 0.347128, -0.792206");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.208088, 1.162857, 1.052810, 0.725740, -0.413594",\
|
|
"1.256449, 1.211218, 1.101171, 0.774101, -0.365233",\
|
|
"1.368331, 1.323100, 1.213053, 0.885983, -0.253351",\
|
|
"1.654814, 1.609584, 1.499537, 1.172467, 0.033132",\
|
|
"2.506090, 2.460860, 2.350812, 2.023742, 0.884408");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.445319, 0.490549, 0.600597, 0.927667, 2.067001",\
|
|
"0.395616, 0.440846, 0.550894, 0.877964, 2.017298",\
|
|
"0.290491, 0.335722, 0.445769, 0.772839, 1.912174",\
|
|
"0.045812, 0.091043, 0.201090, 0.528160, 1.667494",\
|
|
"-0.743900, -0.698670, -0.588623, -0.261553, 0.877782");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.875399, -0.830169, -0.720122, -0.393052, 0.746283",\
|
|
"-0.923761, -0.878530, -0.768483, -0.441413, 0.697922",\
|
|
"-1.035643, -0.990412, -0.880365, -0.553295, 0.586040",\
|
|
"-1.322126, -1.276896, -1.166848, -0.839778, 0.299556",\
|
|
"-2.173401, -2.128171, -2.018124, -1.691054, -0.551719");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003878 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.553764, -0.598995, -0.709042, -1.036113, -2.175447",\
|
|
"-0.504148, -0.549378, -0.659425, -0.986496, -2.125830",\
|
|
"-0.399195, -0.444425, -0.554473, -0.881543, -2.020877",\
|
|
"-0.154052, -0.199283, -0.309330, -0.636401, -1.775735",\
|
|
"0.637722, 0.592492, 0.482445, 0.155374, -0.983960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.954333, 0.909103, 0.799055, 0.471985, -0.667349",\
|
|
"1.002675, 0.957444, 0.847397, 0.520327, -0.619007",\
|
|
"1.114471, 1.069240, 0.959193, 0.632123, -0.507211",\
|
|
"1.399949, 1.354718, 1.244671, 0.917601, -0.221733",\
|
|
"2.242268, 2.197037, 2.086990, 1.759920, 0.620586");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.638622, 0.683852, 0.793900, 1.120970, 2.260304",\
|
|
"0.589005, 0.634236, 0.744283, 1.071353, 2.210687",\
|
|
"0.484052, 0.529283, 0.639330, 0.966400, 2.105734",\
|
|
"0.238910, 0.284140, 0.394188, 0.721258, 1.860592",\
|
|
"-0.552865, -0.507634, -0.397587, -0.070517, 1.068817");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.624838, -0.579607, -0.469560, -0.142490, 0.996845",\
|
|
"-0.673180, -0.627949, -0.517902, -0.190831, 0.948503",\
|
|
"-0.784976, -0.739745, -0.629698, -0.302627, 0.836707",\
|
|
"-1.070454, -1.025223, -0.915176, -0.588105, 0.551229",\
|
|
"-1.912773, -1.867542, -1.757495, -1.430425, -0.291090");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003676 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.565859, -0.611090, -0.721137, -1.048207, -2.187541",\
|
|
"-0.516241, -0.561472, -0.671519, -0.998589, -2.137923",\
|
|
"-0.411272, -0.456503, -0.566550, -0.893620, -2.032954",\
|
|
"-0.166161, -0.211392, -0.321439, -0.648510, -1.787844",\
|
|
"0.625548, 0.580317, 0.470270, 0.143200, -0.996134");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.934980, 0.889750, 0.779702, 0.452632, -0.686702",\
|
|
"0.983318, 0.938087, 0.828040, 0.500969, -0.638365",\
|
|
"1.095122, 1.049891, 0.939844, 0.612774, -0.526561",\
|
|
"1.380613, 1.335382, 1.225335, 0.898265, -0.241069",\
|
|
"2.223309, 2.178078, 2.068031, 1.740961, 0.601626");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.650731, 0.695962, 0.806009, 1.133079, 2.272413",\
|
|
"0.601113, 0.646343, 0.756391, 1.083461, 2.222795",\
|
|
"0.496144, 0.541374, 0.651422, 0.978492, 2.117826",\
|
|
"0.251033, 0.296264, 0.406311, 0.733382, 1.872716",\
|
|
"-0.540676, -0.495446, -0.385398, -0.058328, 1.081006");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.605458, -0.560227, -0.450180, -0.123110, 1.016224",\
|
|
"-0.653795, -0.608565, -0.498518, -0.171447, 0.967887",\
|
|
"-0.765600, -0.720369, -0.610322, -0.283252, 0.856083",\
|
|
"-1.051091, -1.005860, -0.895813, -0.568743, 0.570591",\
|
|
"-1.893786, -1.848556, -1.738508, -1.411438, -0.272104");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003189 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.551686, -0.596917, -0.706964, -1.034034, -2.173368",\
|
|
"-0.502086, -0.547317, -0.657364, -0.984434, -2.123769",\
|
|
"-0.397195, -0.442426, -0.552473, -0.879544, -2.018878",\
|
|
"-0.151936, -0.197167, -0.307214, -0.634284, -1.773619",\
|
|
"0.640032, 0.594802, 0.484754, 0.157684, -0.981650");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.966223, 0.920992, 0.810945, 0.483875, -0.655459",\
|
|
"1.014562, 0.969331, 0.859284, 0.532213, -0.607121",\
|
|
"1.126327, 1.081097, 0.971050, 0.643979, -0.495355",\
|
|
"1.411503, 1.366273, 1.256225, 0.929155, -0.210179",\
|
|
"2.252180, 2.206949, 2.096902, 1.769832, 0.630498");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.636752, 0.681983, 0.792030, 1.119100, 2.258434",\
|
|
"0.587152, 0.632383, 0.742430, 1.069500, 2.208834",\
|
|
"0.482261, 0.527492, 0.637539, 0.964609, 2.103943",\
|
|
"0.237002, 0.282233, 0.392280, 0.719350, 1.858684",\
|
|
"-0.554967, -0.509736, -0.399689, -0.072618, 1.066716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.636381, -0.591151, -0.481103, -0.154033, 0.985301",\
|
|
"-0.684720, -0.639489, -0.529442, -0.202372, 0.936963",\
|
|
"-0.796486, -0.751255, -0.641208, -0.314137, 0.825197",\
|
|
"-1.081661, -1.036431, -0.926383, -0.599313, 0.540021",\
|
|
"-1.922338, -1.877108, -1.767060, -1.439990, -0.300656");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003760 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.520924, -0.566154, -0.676202, -1.003272, -2.142606",\
|
|
"-0.471390, -0.516621, -0.626668, -0.953739, -2.093073",\
|
|
"-0.366518, -0.411749, -0.521796, -0.848867, -1.988201",\
|
|
"-0.121201, -0.166432, -0.276479, -0.603549, -1.742883",\
|
|
"0.667974, 0.622743, 0.512696, 0.185625, -0.953709");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.999689, 0.954458, 0.844411, 0.517341, -0.621994",\
|
|
"1.047873, 1.002642, 0.892595, 0.565524, -0.573810",\
|
|
"1.159624, 1.114394, 1.004346, 0.677276, -0.462058",\
|
|
"1.443861, 1.398631, 1.288583, 0.961513, -0.177821",\
|
|
"2.279675, 2.234444, 2.124397, 1.797327, 0.657993");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.605837, 0.651067, 0.761114, 1.088185, 2.227519",\
|
|
"0.556303, 0.601534, 0.711581, 1.038651, 2.177985",\
|
|
"0.451431, 0.496662, 0.606709, 0.933779, 2.073113",\
|
|
"0.206114, 0.251344, 0.361392, 0.688462, 1.827796",\
|
|
"-0.583061, -0.537830, -0.427783, -0.100713, 1.038621");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.670109, -0.624879, -0.514831, -0.187761, 0.951573",\
|
|
"-0.718293, -0.673062, -0.563015, -0.235945, 0.903389",\
|
|
"-0.830045, -0.784814, -0.674767, -0.347697, 0.791638",\
|
|
"-1.114282, -1.069051, -0.959004, -0.631933, 0.507401",\
|
|
"-1.950095, -1.904865, -1.794817, -1.467747, -0.328413");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003139 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.559351, -0.604582, -0.714629, -1.041700, -2.181034",\
|
|
"-0.509712, -0.554942, -0.664990, -0.992060, -2.131394",\
|
|
"-0.404715, -0.449946, -0.559993, -0.887064, -2.026398",\
|
|
"-0.159654, -0.204885, -0.314932, -0.642002, -1.781337",\
|
|
"0.631995, 0.586764, 0.476717, 0.149646, -0.989688");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.946994, 0.901764, 0.791716, 0.464646, -0.674688",\
|
|
"0.995342, 0.950111, 0.840064, 0.512993, -0.626341",\
|
|
"1.107159, 1.061929, 0.951881, 0.624811, -0.514523",\
|
|
"1.392666, 1.347436, 1.237388, 0.910318, -0.229016",\
|
|
"2.235968, 2.190738, 2.080690, 1.753620, 0.614286");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.644185, 0.689416, 0.799463, 1.126534, 2.265868",\
|
|
"0.594546, 0.639776, 0.749824, 1.076894, 2.216228",\
|
|
"0.489549, 0.534780, 0.644827, 0.971897, 2.111232",\
|
|
"0.244488, 0.289719, 0.399766, 0.726836, 1.866171",\
|
|
"-0.547161, -0.501930, -0.391882, -0.064812, 1.074522");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.617537, -0.572307, -0.462259, -0.135189, 1.004145",\
|
|
"-0.665885, -0.620654, -0.510607, -0.183537, 0.955798",\
|
|
"-0.777703, -0.732472, -0.622425, -0.295354, 0.843980",\
|
|
"-1.063210, -1.017979, -0.907932, -0.580861, 0.558473",\
|
|
"-1.906512, -1.861281, -1.751234, -1.424163, -0.284829");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003561 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.574176, -0.619406, -0.729453, -1.056524, -2.195858",\
|
|
"-0.524516, -0.569746, -0.679794, -1.006864, -2.146198",\
|
|
"-0.419477, -0.464708, -0.574755, -0.901825, -2.041160",\
|
|
"-0.174502, -0.219732, -0.329779, -0.656850, -1.796184",\
|
|
"0.616943, 0.571712, 0.461665, 0.134595, -1.004740");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.743638, 0.698408, 0.588361, 0.261290, -0.878044",\
|
|
"0.791990, 0.746759, 0.636712, 0.309642, -0.829693",\
|
|
"0.903829, 0.858598, 0.748551, 0.421481, -0.717854",\
|
|
"1.189280, 1.144049, 1.034002, 0.706932, -0.432402",\
|
|
"2.033035, 1.987804, 1.877757, 1.550687, 0.411353");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.659907, 0.705138, 0.815185, 1.142255, 2.281590",\
|
|
"0.610248, 0.655478, 0.765525, 1.092596, 2.231930",\
|
|
"0.505209, 0.550440, 0.660487, 0.987557, 2.126891",\
|
|
"0.260233, 0.305464, 0.415511, 0.742581, 1.881916",\
|
|
"-0.531211, -0.485981, -0.375933, -0.048863, 1.090471");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.410712, -0.365481, -0.255434, 0.071636, 1.210970",\
|
|
"-0.459063, -0.413833, -0.303785, 0.023285, 1.162619",\
|
|
"-0.570902, -0.525672, -0.415624, -0.088554, 1.050780",\
|
|
"-0.856353, -0.811123, -0.701076, -0.374005, 0.765329",\
|
|
"-1.700108, -1.654878, -1.544831, -1.217760, -0.078426");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003939 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.556613, -0.601844, -0.711891, -1.038961, -2.178296",\
|
|
"-0.507225, -0.552456, -0.662503, -0.989573, -2.128907",\
|
|
"-0.402361, -0.447592, -0.557639, -0.884710, -2.024044",\
|
|
"-0.156964, -0.202195, -0.312242, -0.639312, -1.778646",\
|
|
"0.624252, 0.579021, 0.468974, 0.141903, -0.997431");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.976401, 0.931171, 0.821123, 0.494053, -0.645281",\
|
|
"1.024276, 0.979046, 0.868998, 0.541928, -0.597406",\
|
|
"1.135999, 1.090769, 0.980721, 0.653651, -0.485683",\
|
|
"1.418854, 1.373623, 1.263576, 0.936506, -0.202828",\
|
|
"2.243969, 2.198739, 2.088691, 1.761621, 0.622287");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.641404, 0.686635, 0.796682, 1.123752, 2.263086",\
|
|
"0.592016, 0.637247, 0.747294, 1.074364, 2.213698",\
|
|
"0.487152, 0.532383, 0.642430, 0.969500, 2.108835",\
|
|
"0.241755, 0.286986, 0.397033, 0.724103, 1.863437",\
|
|
"-0.539461, -0.494230, -0.384183, -0.057112, 1.082222");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.647026, -0.601795, -0.491748, -0.164678, 0.974657",\
|
|
"-0.694901, -0.649670, -0.539623, -0.212553, 0.926782",\
|
|
"-0.806624, -0.761393, -0.651346, -0.324276, 0.815058",\
|
|
"-1.089478, -1.044248, -0.934201, -0.607130, 0.532204",\
|
|
"-1.914594, -1.869364, -1.759316, -1.432246, -0.292912");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003074 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.689685, -0.734916, -0.844963, -1.172033, -2.311368",\
|
|
"-0.640087, -0.685317, -0.795364, -1.122434, -2.261769",\
|
|
"-0.535189, -0.580420, -0.690467, -1.017537, -2.156871",\
|
|
"-0.289945, -0.335176, -0.445223, -0.772293, -1.911628",\
|
|
"0.501972, 0.456741, 0.346694, 0.019624, -1.119710");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.651374, 0.606143, 0.496096, 0.169026, -0.970309",\
|
|
"0.699719, 0.654489, 0.544441, 0.217371, -0.921963",\
|
|
"0.811486, 0.766256, 0.656209, 0.329139, -0.810196",\
|
|
"1.096602, 1.051372, 0.941325, 0.614254, -0.525080",\
|
|
"1.937072, 1.891842, 1.781795, 1.454725, 0.315390");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.775262, 0.820492, 0.930540, 1.257610, 2.396944",\
|
|
"0.725663, 0.770893, 0.880941, 1.208011, 2.347345",\
|
|
"0.620766, 0.665996, 0.776043, 1.103114, 2.242448",\
|
|
"0.375522, 0.420752, 0.530800, 0.857870, 1.997204",\
|
|
"-0.416395, -0.371165, -0.261117, 0.065953, 1.205287");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.318685, -0.273455, -0.163407, 0.163663, 1.302997",\
|
|
"-0.367031, -0.321800, -0.211753, 0.115317, 1.254652",\
|
|
"-0.478798, -0.433567, -0.323520, 0.003550, 1.142884",\
|
|
"-0.763914, -0.718683, -0.608636, -0.281566, 0.857768",\
|
|
"-1.604384, -1.559153, -1.449106, -1.122036, 0.017298");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002944 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.641148, -0.686378, -0.796426, -1.123496, -2.262830",\
|
|
"-0.590202, -0.635432, -0.745480, -1.072550, -2.211884",\
|
|
"-0.485833, -0.531063, -0.641111, -0.968181, -2.107515",\
|
|
"-0.241647, -0.286877, -0.396924, -0.723995, -1.863329",\
|
|
"0.548358, 0.503128, 0.393080, 0.066010, -1.073324");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.621937, 0.576706, 0.466659, 0.139589, -0.999746",\
|
|
"0.670208, 0.624977, 0.514930, 0.187859, -0.951475",\
|
|
"0.782422, 0.737191, 0.627144, 0.300074, -0.839261",\
|
|
"1.068097, 1.022866, 0.912819, 0.585749, -0.553586",\
|
|
"1.921014, 1.875784, 1.765736, 1.438666, 0.299332");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.726006, 0.771237, 0.881284, 1.208354, 2.347689",\
|
|
"0.675060, 0.720291, 0.830338, 1.157408, 2.296742",\
|
|
"0.570691, 0.615922, 0.725969, 1.053039, 2.192373",\
|
|
"0.326505, 0.371735, 0.481783, 0.808853, 1.948187",\
|
|
"-0.463500, -0.418269, -0.308222, 0.018848, 1.158182");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.292441, -0.247211, -0.137163, 0.189907, 1.329241",\
|
|
"-0.340712, -0.295481, -0.185434, 0.141636, 1.280971",\
|
|
"-0.452926, -0.407696, -0.297648, 0.029422, 1.168756",\
|
|
"-0.738601, -0.693371, -0.583323, -0.256253, 0.883081",\
|
|
"-1.591519, -1.546288, -1.436241, -1.109170, 0.030164");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003226 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.665658, -0.710889, -0.820936, -1.148006, -2.287340",\
|
|
"-0.614657, -0.659887, -0.769935, -1.097005, -2.236339",\
|
|
"-0.510315, -0.555546, -0.665593, -0.992663, -2.131997",\
|
|
"-0.266172, -0.311403, -0.421450, -0.748520, -1.887854",\
|
|
"0.523602, 0.478371, 0.368324, 0.041254, -1.098080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.595175, 0.549945, 0.439897, 0.112827, -1.026507",\
|
|
"0.643437, 0.598207, 0.488159, 0.161089, -0.978245",\
|
|
"0.755667, 0.710436, 0.600389, 0.273319, -0.866016",\
|
|
"1.041362, 0.996131, 0.886084, 0.559014, -0.580321",\
|
|
"1.894894, 1.849663, 1.739616, 1.412545, 0.273211");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.750530, 0.795761, 0.905808, 1.232878, 2.372212",\
|
|
"0.699529, 0.744759, 0.854807, 1.181877, 2.321211",\
|
|
"0.595187, 0.640418, 0.750465, 1.077535, 2.216869",\
|
|
"0.351044, 0.396275, 0.506322, 0.833392, 1.972726",\
|
|
"-0.438730, -0.393499, -0.283452, 0.043618, 1.182952");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.265653, -0.220422, -0.110375, 0.216695, 1.356030",\
|
|
"-0.313915, -0.268684, -0.158637, 0.168433, 1.307767",\
|
|
"-0.426144, -0.380914, -0.270866, 0.056204, 1.195538",\
|
|
"-0.711839, -0.666609, -0.556561, -0.229491, 0.909843",\
|
|
"-1.565371, -1.520141, -1.410093, -1.083023, 0.056311");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003089 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.662974, -0.708204, -0.818251, -1.145322, -2.284656",\
|
|
"-0.613192, -0.658422, -0.768470, -1.095540, -2.234874",\
|
|
"-0.507884, -0.553114, -0.663162, -0.990232, -2.129566",\
|
|
"-0.263414, -0.308644, -0.418692, -0.745762, -1.885096",\
|
|
"0.527197, 0.481966, 0.371919, 0.044849, -1.094486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.619629, 0.574398, 0.464351, 0.137280, -1.002054",\
|
|
"0.667997, 0.622766, 0.512719, 0.185648, -0.953686",\
|
|
"0.779973, 0.734742, 0.624695, 0.297625, -0.841709",\
|
|
"1.065614, 1.020383, 0.910336, 0.583266, -0.556068",\
|
|
"1.915468, 1.870238, 1.760190, 1.433120, 0.293786");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.748040, 0.793271, 0.903318, 1.230388, 2.369722",\
|
|
"0.698258, 0.743489, 0.853536, 1.180606, 2.319941",\
|
|
"0.592950, 0.638181, 0.748228, 1.075298, 2.214633",\
|
|
"0.348480, 0.393711, 0.503758, 0.830828, 1.970163",\
|
|
"-0.442130, -0.396900, -0.286852, 0.040218, 1.179552");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.289787, -0.244556, -0.134509, 0.192561, 1.331896",\
|
|
"-0.338155, -0.292924, -0.182877, 0.144193, 1.283528",\
|
|
"-0.450131, -0.404900, -0.294853, 0.032217, 1.171551",\
|
|
"-0.735772, -0.690541, -0.580494, -0.253424, 0.885910",\
|
|
"-1.585626, -1.540396, -1.430349, -1.103278, 0.036056");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002808 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.514811, -0.560042, -0.670089, -0.997160, -2.136494",\
|
|
"-0.463496, -0.508727, -0.618774, -0.945844, -2.085179",\
|
|
"-0.359257, -0.404487, -0.514535, -0.841605, -1.980939",\
|
|
"-0.115469, -0.160699, -0.270747, -0.597817, -1.737151",\
|
|
"0.673282, 0.628052, 0.518004, 0.190934, -0.948400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.716298, 0.671067, 0.561020, 0.233950, -0.905385",\
|
|
"0.764529, 0.719299, 0.609251, 0.282181, -0.857153",\
|
|
"0.876859, 0.831628, 0.721581, 0.394511, -0.744823",\
|
|
"1.162750, 1.117519, 1.007472, 0.680401, -0.458933",\
|
|
"2.020694, 1.975463, 1.865416, 1.538346, 0.399012");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.599725, 0.644956, 0.755003, 1.082073, 2.221407",\
|
|
"0.548410, 0.593640, 0.703688, 1.030758, 2.170092",\
|
|
"0.444170, 0.489401, 0.599448, 0.926518, 2.065853",\
|
|
"0.200382, 0.245613, 0.355660, 0.682731, 1.822065",\
|
|
"-0.588369, -0.543138, -0.433091, -0.106020, 1.033314");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.386718, -0.341487, -0.231440, 0.095630, 1.234964",\
|
|
"-0.434950, -0.389719, -0.279672, 0.047399, 1.186733",\
|
|
"-0.547279, -0.502048, -0.392001, -0.064931, 1.074403",\
|
|
"-0.833170, -0.787939, -0.677892, -0.350821, 0.788513",\
|
|
"-1.691114, -1.645884, -1.535836, -1.208766, -0.069432");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002973 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.613890, -0.659121, -0.769168, -1.096238, -2.235572",\
|
|
"-0.562718, -0.607948, -0.717996, -1.045066, -2.184400",\
|
|
"-0.458452, -0.503683, -0.613730, -0.940801, -2.080135",\
|
|
"-0.214440, -0.259671, -0.369719, -0.696789, -1.836123",\
|
|
"0.574682, 0.529452, 0.419404, 0.092334, -1.047000");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.634953, 0.589722, 0.479675, 0.152604, -0.986730",\
|
|
"0.683202, 0.637971, 0.527924, 0.200854, -0.938481",\
|
|
"0.795476, 0.750245, 0.640198, 0.313128, -0.826206",\
|
|
"1.081258, 1.036028, 0.925980, 0.598910, -0.540424",\
|
|
"1.936763, 1.891533, 1.781485, 1.454415, 0.315081");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.698725, 0.743955, 0.854003, 1.181073, 2.320407",\
|
|
"0.647553, 0.692783, 0.802831, 1.129901, 2.269235",\
|
|
"0.543287, 0.588518, 0.698565, 1.025635, 2.164970",\
|
|
"0.299275, 0.344506, 0.454553, 0.781624, 1.920958",\
|
|
"-0.489848, -0.444617, -0.334569, -0.007499, 1.131835");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.305496, -0.260265, -0.150218, 0.176853, 1.316187",\
|
|
"-0.353745, -0.308514, -0.198467, 0.128603, 1.267938",\
|
|
"-0.466019, -0.420788, -0.310741, 0.016329, 1.155663",\
|
|
"-0.751801, -0.706571, -0.596523, -0.269453, 0.869881",\
|
|
"-1.607306, -1.562076, -1.452028, -1.124958, 0.014376");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002581 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.382858, -0.428089, -0.538136, -0.865206, -2.004540",\
|
|
"-0.333239, -0.378469, -0.488516, -0.815587, -1.954921",\
|
|
"-0.228318, -0.273549, -0.383596, -0.710666, -1.850001",\
|
|
"0.016885, -0.028345, -0.138392, -0.465463, -1.604797",\
|
|
"0.808760, 0.763529, 0.653482, 0.326412, -0.812922");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.137086, 1.091856, 0.981808, 0.654738, -0.484596",\
|
|
"1.185442, 1.140212, 1.030164, 0.703094, -0.436240",\
|
|
"1.297221, 1.251991, 1.141944, 0.814873, -0.324461",\
|
|
"1.582603, 1.537372, 1.427325, 1.100255, -0.039080",\
|
|
"2.424182, 2.378952, 2.268904, 1.941834, 0.802500");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.468589, 0.513819, 0.623867, 0.950937, 2.090271",\
|
|
"0.418970, 0.464200, 0.574247, 0.901317, 2.040652",\
|
|
"0.314049, 0.359280, 0.469327, 0.796397, 1.935732",\
|
|
"0.068846, 0.114076, 0.224123, 0.551194, 1.690528",\
|
|
"-0.723029, -0.677798, -0.567751, -0.240681, 0.898654");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.804159, -0.758929, -0.648882, -0.321811, 0.817523",\
|
|
"-0.852516, -0.807285, -0.697238, -0.370168, 0.769166",\
|
|
"-0.964295, -0.919065, -0.809017, -0.481947, 0.657387",\
|
|
"-1.249676, -1.204446, -1.094398, -0.767328, 0.372006",\
|
|
"-2.091256, -2.046025, -1.935978, -1.608908, -0.469573");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002627 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.572929, -0.618159, -0.728207, -1.055277, -2.194611",\
|
|
"-0.522009, -0.567240, -0.677287, -1.004357, -2.143692",\
|
|
"-0.417626, -0.462857, -0.572904, -0.899974, -2.039309",\
|
|
"-0.173419, -0.218650, -0.328697, -0.655767, -1.795102",\
|
|
"0.616691, 0.571460, 0.461413, 0.134343, -1.004991");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.681948, 0.636717, 0.526670, 0.199600, -0.939735",\
|
|
"0.730224, 0.684993, 0.574946, 0.247875, -0.891459",\
|
|
"0.842431, 0.797200, 0.687153, 0.360082, -0.779252",\
|
|
"1.128102, 1.082871, 0.972824, 0.645754, -0.493581",\
|
|
"1.980750, 1.935519, 1.825472, 1.498401, 0.359067");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.657720, 0.702951, 0.812998, 1.140069, 2.279403",\
|
|
"0.606801, 0.652031, 0.762079, 1.089149, 2.228483",\
|
|
"0.502418, 0.547648, 0.657696, 0.984766, 2.124100",\
|
|
"0.258211, 0.303442, 0.413489, 0.740559, 1.879893",\
|
|
"-0.531899, -0.486669, -0.376621, -0.049551, 1.089783");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.352572, -0.307342, -0.197294, 0.129776, 1.269110",\
|
|
"-0.400848, -0.355618, -0.245570, 0.081500, 1.220834",\
|
|
"-0.513055, -0.467824, -0.357777, -0.030707, 1.108627",\
|
|
"-0.798726, -0.753496, -0.643448, -0.316378, 0.822956",\
|
|
"-1.651374, -1.606143, -1.496096, -1.169026, -0.029692");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003121 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.388003, -0.433233, -0.543280, -0.870351, -2.009685",\
|
|
"-0.338279, -0.383510, -0.493557, -0.820627, -1.959961",\
|
|
"-0.233104, -0.278335, -0.388382, -0.715452, -1.854787",\
|
|
"0.011619, -0.033611, -0.143658, -0.470729, -1.610063",\
|
|
"0.802683, 0.757453, 0.647405, 0.320335, -0.818999");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.102942, 1.057711, 0.947664, 0.620594, -0.518740",\
|
|
"1.151304, 1.106073, 0.996026, 0.668956, -0.470378",\
|
|
"1.263212, 1.217982, 1.107935, 0.780864, -0.358470",\
|
|
"1.548846, 1.503616, 1.393569, 1.066499, -0.072836",\
|
|
"2.396204, 2.350973, 2.240926, 1.913856, 0.774521");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.473578, 0.518809, 0.628856, 0.955926, 2.095260",\
|
|
"0.423855, 0.469085, 0.579133, 0.906203, 2.045537",\
|
|
"0.318680, 0.363910, 0.473958, 0.801028, 1.940362",\
|
|
"0.073956, 0.119187, 0.229234, 0.556304, 1.695638",\
|
|
"-0.717107, -0.671877, -0.561830, -0.234760, 0.904575");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.770254, -0.725023, -0.614976, -0.287906, 0.851429",\
|
|
"-0.818615, -0.773385, -0.663338, -0.336267, 0.803067",\
|
|
"-0.930524, -0.885294, -0.775246, -0.448176, 0.691158",\
|
|
"-1.216158, -1.170928, -1.060880, -0.733810, 0.405524",\
|
|
"-2.063515, -2.018284, -1.908237, -1.581167, -0.441833");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "6.768277, 6.792865, 6.868276, 7.145349, 8.488084",\
|
|
"6.813508, 6.838095, 6.913506, 7.190579, 8.533315",\
|
|
"6.923555, 6.948143, 7.023553, 7.300627, 8.643362",\
|
|
"7.250625, 7.275213, 7.350624, 7.627697, 8.970432",\
|
|
"8.389960, 8.414549, 8.489960, 8.767034, 10.109768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "7.061940, 7.081521, 7.131221, 7.265593, 7.843341",\
|
|
"7.107171, 7.126751, 7.176452, 7.310824, 7.888572",\
|
|
"7.217218, 7.236799, 7.286499, 7.420871, 7.998620",\
|
|
"7.544288, 7.563869, 7.613569, 7.747941, 8.325689",\
|
|
"8.683621, 8.703203, 8.752904, 8.887276, 9.465024");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "6.768277, 6.792865, 6.868276, 7.145349, 8.488084",\
|
|
"6.813508, 6.838095, 6.913506, 7.190579, 8.533315",\
|
|
"6.923555, 6.948143, 7.023553, 7.300627, 8.643362",\
|
|
"7.250625, 7.275213, 7.350624, 7.627697, 8.970432",\
|
|
"8.389960, 8.414549, 8.489960, 8.767034, 10.109768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305",\
|
|
"0.044110, 0.067610, 0.155432, 0.530850, 2.372305");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "7.061940, 7.081521, 7.131221, 7.265593, 7.843341",\
|
|
"7.107171, 7.126751, 7.176452, 7.310824, 7.888572",\
|
|
"7.217218, 7.236799, 7.286499, 7.420871, 7.998620",\
|
|
"7.544288, 7.563869, 7.613569, 7.747941, 8.325689",\
|
|
"8.683621, 8.703203, 8.752904, 8.887276, 9.465024");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004",\
|
|
"0.043328, 0.056554, 0.095949, 0.248066, 1.026004");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "6.646254, 6.670759, 6.746155, 7.023263, 8.365980",\
|
|
"6.691484, 6.715990, 6.791386, 7.068494, 8.411211",\
|
|
"6.801532, 6.826037, 6.901433, 7.178542, 8.521258",\
|
|
"7.128602, 7.153107, 7.228503, 7.505611, 8.848328",\
|
|
"8.267936, 8.292441, 8.367837, 8.644946, 9.987662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "6.933801, 6.953271, 7.002933, 7.137340, 7.715157",\
|
|
"6.979032, 6.998502, 7.048164, 7.182570, 7.760388",\
|
|
"7.089079, 7.108550, 7.158211, 7.292618, 7.870435",\
|
|
"7.416149, 7.435620, 7.485281, 7.619688, 8.197505",\
|
|
"8.555483, 8.574954, 8.624616, 8.759022, 9.336840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "6.646254, 6.670759, 6.746155, 7.023263, 8.365980",\
|
|
"6.691484, 6.715990, 6.791386, 7.068494, 8.411211",\
|
|
"6.801532, 6.826037, 6.901433, 7.178542, 8.521258",\
|
|
"7.128602, 7.153107, 7.228503, 7.505611, 8.848328",\
|
|
"8.267936, 8.292441, 8.367837, 8.644946, 9.987662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656",\
|
|
"0.044343, 0.067832, 0.155654, 0.531144, 2.372656");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "6.933801, 6.953271, 7.002933, 7.137340, 7.715157",\
|
|
"6.979032, 6.998502, 7.048164, 7.182570, 7.760388",\
|
|
"7.089079, 7.108550, 7.158211, 7.292618, 7.870435",\
|
|
"7.416149, 7.435620, 7.485281, 7.619688, 8.197505",\
|
|
"8.555483, 8.574954, 8.624616, 8.759022, 9.336840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365",\
|
|
"0.043456, 0.056653, 0.096033, 0.248235, 1.026365");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "6.915983, 6.940574, 7.015986, 7.293057, 8.635794",\
|
|
"6.961214, 6.985805, 7.061217, 7.338288, 8.681025",\
|
|
"7.071261, 7.095852, 7.171265, 7.448336, 8.791073",\
|
|
"7.398331, 7.422923, 7.498335, 7.775406, 9.118143",\
|
|
"8.537665, 8.562257, 8.637670, 8.914740, 10.257477");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "7.180109, 7.199696, 7.249399, 7.383770, 7.961524",\
|
|
"7.225339, 7.244927, 7.294630, 7.429001, 8.006756",\
|
|
"7.335387, 7.354974, 7.404677, 7.539049, 8.116802",\
|
|
"7.662457, 7.682045, 7.731747, 7.866119, 8.443872",\
|
|
"8.801792, 8.821379, 8.871082, 9.005455, 9.583208");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "6.915983, 6.940574, 7.015986, 7.293057, 8.635794",\
|
|
"6.961214, 6.985805, 7.061217, 7.338288, 8.681025",\
|
|
"7.071261, 7.095852, 7.171265, 7.448336, 8.791073",\
|
|
"7.398331, 7.422923, 7.498335, 7.775406, 9.118143",\
|
|
"8.537665, 8.562257, 8.637670, 8.914740, 10.257477");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323",\
|
|
"0.044097, 0.067597, 0.155420, 0.530865, 2.372323");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "7.180109, 7.199696, 7.249399, 7.383770, 7.961524",\
|
|
"7.225339, 7.244927, 7.294630, 7.429001, 8.006756",\
|
|
"7.335387, 7.354974, 7.404677, 7.539049, 8.116802",\
|
|
"7.662457, 7.682045, 7.731747, 7.866119, 8.443872",\
|
|
"8.801792, 8.821379, 8.871082, 9.005455, 9.583208");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000",\
|
|
"0.043321, 0.056549, 0.095944, 0.248061, 1.026000");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "7.057595, 7.082119, 7.157520, 7.434618, 8.777348",\
|
|
"7.102826, 7.127349, 7.202750, 7.479849, 8.822578",\
|
|
"7.212873, 7.237397, 7.312798, 7.589896, 8.932626",\
|
|
"7.539944, 7.564467, 7.639868, 7.916967, 9.259696",\
|
|
"8.679277, 8.703801, 8.779202, 9.056301, 10.399030");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "7.302464, 7.321962, 7.371635, 7.506040, 8.083876",\
|
|
"7.347694, 7.367193, 7.416866, 7.551270, 8.129106",\
|
|
"7.457741, 7.477240, 7.526913, 7.661318, 8.239153",\
|
|
"7.784812, 7.804311, 7.853984, 7.988389, 8.566223",\
|
|
"8.924147, 8.943645, 8.993318, 9.127724, 9.705558");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "7.057595, 7.082119, 7.157520, 7.434618, 8.777348",\
|
|
"7.102826, 7.127349, 7.202750, 7.479849, 8.822578",\
|
|
"7.212873, 7.237397, 7.312798, 7.589896, 8.932626",\
|
|
"7.539944, 7.564467, 7.639868, 7.916967, 9.259696",\
|
|
"8.679277, 8.703801, 8.779202, 9.056301, 10.399030");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725",\
|
|
"0.044284, 0.067775, 0.155599, 0.531195, 2.372725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "7.302464, 7.321962, 7.371635, 7.506040, 8.083876",\
|
|
"7.347694, 7.367193, 7.416866, 7.551270, 8.129106",\
|
|
"7.457741, 7.477240, 7.526913, 7.661318, 8.239153",\
|
|
"7.784812, 7.804311, 7.853984, 7.988389, 8.566223",\
|
|
"8.924147, 8.943645, 8.993318, 9.127724, 9.705558");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379",\
|
|
"0.043424, 0.056629, 0.096010, 0.248212, 1.026379");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "6.808999, 6.833614, 6.909031, 7.186109, 8.528910",\
|
|
"6.854229, 6.878845, 6.954262, 7.231339, 8.574141",\
|
|
"6.964277, 6.988892, 7.064310, 7.341387, 8.684188",\
|
|
"7.291347, 7.315962, 7.391380, 7.668457, 9.011258",\
|
|
"8.430682, 8.455297, 8.530714, 8.807792, 10.150593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "7.091716, 7.111332, 7.161046, 7.295417, 7.873193",\
|
|
"7.136947, 7.156562, 7.206276, 7.340648, 7.918423",\
|
|
"7.246994, 7.266610, 7.316323, 7.450695, 8.028471",\
|
|
"7.574064, 7.593680, 7.643394, 7.777765, 8.355541",\
|
|
"8.713399, 8.733015, 8.782728, 8.917101, 9.494876");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "6.808999, 6.833614, 6.909031, 7.186109, 8.528910",\
|
|
"6.854229, 6.878845, 6.954262, 7.231339, 8.574141",\
|
|
"6.964277, 6.988892, 7.064310, 7.341387, 8.684188",\
|
|
"7.291347, 7.315962, 7.391380, 7.668457, 9.011258",\
|
|
"8.430682, 8.455297, 8.530714, 8.807792, 10.150593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273",\
|
|
"0.044039, 0.067542, 0.155361, 0.530727, 2.372273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "7.091716, 7.111332, 7.161046, 7.295417, 7.873193",\
|
|
"7.136947, 7.156562, 7.206276, 7.340648, 7.918423",\
|
|
"7.246994, 7.266610, 7.316323, 7.450695, 8.028471",\
|
|
"7.574064, 7.593680, 7.643394, 7.777765, 8.355541",\
|
|
"8.713399, 8.733015, 8.782728, 8.917101, 9.494876");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998",\
|
|
"0.043288, 0.056523, 0.095921, 0.248037, 1.025998");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "6.791481, 6.815171, 6.890407, 7.168022, 8.510927",\
|
|
"6.836712, 6.860402, 6.935638, 7.213253, 8.556158",\
|
|
"6.946759, 6.970449, 7.045685, 7.323300, 8.666205",\
|
|
"7.273829, 7.297520, 7.372756, 7.650370, 8.993276",\
|
|
"8.413164, 8.436853, 8.512091, 8.789704, 10.132609");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "7.081509, 7.099887, 7.149108, 7.284025, 7.863107",\
|
|
"7.126740, 7.145118, 7.194339, 7.329256, 7.908338",\
|
|
"7.236787, 7.255166, 7.304387, 7.439303, 8.018386",\
|
|
"7.563857, 7.582236, 7.631457, 7.766373, 8.345456",\
|
|
"8.703192, 8.721571, 8.770792, 8.905708, 9.484791");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "6.791481, 6.815171, 6.890407, 7.168022, 8.510927",\
|
|
"6.836712, 6.860402, 6.935638, 7.213253, 8.556158",\
|
|
"6.946759, 6.970449, 7.045685, 7.323300, 8.666205",\
|
|
"7.273829, 7.297520, 7.372756, 7.650370, 8.993276",\
|
|
"8.413164, 8.436853, 8.512091, 8.789704, 10.132609");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034",\
|
|
"0.047079, 0.070453, 0.158271, 0.535035, 2.378034");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "7.081509, 7.099887, 7.149108, 7.284025, 7.863107",\
|
|
"7.126740, 7.145118, 7.194339, 7.329256, 7.908338",\
|
|
"7.236787, 7.255166, 7.304387, 7.439303, 8.018386",\
|
|
"7.563857, 7.582236, 7.631457, 7.766373, 8.345456",\
|
|
"8.703192, 8.721571, 8.770792, 8.905708, 9.484791");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791",\
|
|
"0.044989, 0.057823, 0.097016, 0.250489, 1.031791");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "7.051579, 7.075099, 7.150303, 7.428179, 8.771614",\
|
|
"7.096809, 7.120330, 7.195534, 7.473410, 8.816844",\
|
|
"7.206856, 7.230377, 7.305581, 7.583457, 8.926891",\
|
|
"7.533927, 7.557448, 7.632652, 7.910527, 9.253963",\
|
|
"8.673261, 8.696781, 8.771985, 9.049861, 10.393296");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "7.285792, 7.303940, 7.353041, 7.488227, 8.068204",\
|
|
"7.331023, 7.349171, 7.398272, 7.533458, 8.113435",\
|
|
"7.441070, 7.459218, 7.508319, 7.643505, 8.223481",\
|
|
"7.768140, 7.786288, 7.835390, 7.970575, 8.550551",\
|
|
"8.907474, 8.925621, 8.974723, 9.109909, 9.689885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "7.051579, 7.075099, 7.150303, 7.428179, 8.771614",\
|
|
"7.096809, 7.120330, 7.195534, 7.473410, 8.816844",\
|
|
"7.206856, 7.230377, 7.305581, 7.583457, 8.926891",\
|
|
"7.533927, 7.557448, 7.632652, 7.910527, 9.253963",\
|
|
"8.673261, 8.696781, 8.771985, 9.049861, 10.393296");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975",\
|
|
"0.047930, 0.071275, 0.159079, 0.536601, 2.380975");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "7.285792, 7.303940, 7.353041, 7.488227, 8.068204",\
|
|
"7.331023, 7.349171, 7.398272, 7.533458, 8.113435",\
|
|
"7.441070, 7.459218, 7.508319, 7.643505, 8.223481",\
|
|
"7.768140, 7.786288, 7.835390, 7.970575, 8.550551",\
|
|
"8.907474, 8.925621, 8.974723, 9.109909, 9.689885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729",\
|
|
"0.045481, 0.058188, 0.097305, 0.251457, 1.034729");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "7.002454, 7.026095, 7.101346, 7.379192, 8.722934",\
|
|
"7.047685, 7.071326, 7.146576, 7.424423, 8.768165",\
|
|
"7.157732, 7.181373, 7.256624, 7.534470, 8.878212",\
|
|
"7.484803, 7.508443, 7.583694, 7.861540, 9.205282",\
|
|
"8.624137, 8.647776, 8.723027, 9.000873, 10.344615");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "7.249710, 7.268017, 7.317223, 7.452373, 8.032409",\
|
|
"7.294940, 7.313248, 7.362453, 7.497603, 8.077640",\
|
|
"7.404988, 7.423295, 7.472501, 7.607651, 8.187687",\
|
|
"7.732058, 7.750366, 7.799571, 7.934721, 8.514757",\
|
|
"8.871393, 8.889700, 8.938907, 9.074057, 9.654092");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "7.002454, 7.026095, 7.101346, 7.379192, 8.722934",\
|
|
"7.047685, 7.071326, 7.146576, 7.424423, 8.768165",\
|
|
"7.157732, 7.181373, 7.256624, 7.534470, 8.878212",\
|
|
"7.484803, 7.508443, 7.583694, 7.861540, 9.205282",\
|
|
"8.624137, 8.647776, 8.723027, 9.000873, 10.344615");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551",\
|
|
"0.047365, 0.070724, 0.158515, 0.535844, 2.380551");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "7.249710, 7.268017, 7.317223, 7.452373, 8.032409",\
|
|
"7.294940, 7.313248, 7.362453, 7.497603, 8.077640",\
|
|
"7.404988, 7.423295, 7.472501, 7.607651, 8.187687",\
|
|
"7.732058, 7.750366, 7.799571, 7.934721, 8.514757",\
|
|
"8.871393, 8.889700, 8.938907, 9.074057, 9.654092");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351",\
|
|
"0.045153, 0.057940, 0.097087, 0.251145, 1.034351");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "6.560552, 6.584149, 6.659387, 6.937274, 8.281023",\
|
|
"6.605782, 6.629380, 6.704618, 6.982504, 8.326253",\
|
|
"6.715829, 6.739427, 6.814665, 7.092552, 8.436300",\
|
|
"7.042900, 7.066498, 7.141736, 7.419622, 8.763371",\
|
|
"8.182234, 8.205832, 8.281069, 8.558956, 9.902705");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "6.856582, 6.874829, 6.923998, 7.059184, 7.639292",\
|
|
"6.901813, 6.920060, 6.969229, 7.104415, 7.684523",\
|
|
"7.011860, 7.030107, 7.079277, 7.214462, 7.794570",\
|
|
"7.338931, 7.357178, 7.406347, 7.541533, 8.121641",\
|
|
"8.478265, 8.496511, 8.545681, 8.680866, 9.260975");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "6.560552, 6.584149, 6.659387, 6.937274, 8.281023",\
|
|
"6.605782, 6.629380, 6.704618, 6.982504, 8.326253",\
|
|
"6.715829, 6.739427, 6.814665, 7.092552, 8.436300",\
|
|
"7.042900, 7.066498, 7.141736, 7.419622, 8.763371",\
|
|
"8.182234, 8.205832, 8.281069, 8.558956, 9.902705");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863",\
|
|
"0.047582, 0.070935, 0.158724, 0.536063, 2.380863");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "6.856582, 6.874829, 6.923998, 7.059184, 7.639292",\
|
|
"6.901813, 6.920060, 6.969229, 7.104415, 7.684523",\
|
|
"7.011860, 7.030107, 7.079277, 7.214462, 7.794570",\
|
|
"7.338931, 7.357178, 7.406347, 7.541533, 8.121641",\
|
|
"8.478265, 8.496511, 8.545681, 8.680866, 9.260975");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711",\
|
|
"0.045278, 0.058034, 0.097167, 0.251311, 1.034711");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "6.649367, 6.673014, 6.748268, 7.026119, 8.369891",\
|
|
"6.694598, 6.718245, 6.793499, 7.071350, 8.415122",\
|
|
"6.804645, 6.828292, 6.903546, 7.181397, 8.525169",\
|
|
"7.131714, 7.155362, 7.230615, 7.508466, 8.852239",\
|
|
"8.271049, 8.294697, 8.369951, 8.647802, 9.991574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "6.919475, 6.937790, 6.987001, 7.122154, 7.702200",\
|
|
"6.964705, 6.983021, 7.032232, 7.167385, 7.747431",\
|
|
"7.074753, 7.093069, 7.142280, 7.277432, 7.857478",\
|
|
"7.401823, 7.420139, 7.469350, 7.604502, 8.184548",\
|
|
"8.541157, 8.559472, 8.608685, 8.743835, 9.323882");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "6.649367, 6.673014, 6.748268, 7.026119, 8.369891",\
|
|
"6.694598, 6.718245, 6.793499, 7.071350, 8.415122",\
|
|
"6.804645, 6.828292, 6.903546, 7.181397, 8.525169",\
|
|
"7.131714, 7.155362, 7.230615, 7.508466, 8.852239",\
|
|
"8.271049, 8.294697, 8.369951, 8.647802, 9.991574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527",\
|
|
"0.047336, 0.070696, 0.158485, 0.535779, 2.380527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "6.919475, 6.937790, 6.987001, 7.122154, 7.702200",\
|
|
"6.964705, 6.983021, 7.032232, 7.167385, 7.747431",\
|
|
"7.074753, 7.093069, 7.142280, 7.277432, 7.857478",\
|
|
"7.401823, 7.420139, 7.469350, 7.604502, 8.184548",\
|
|
"8.541157, 8.559472, 8.608685, 8.743835, 9.323882");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349",\
|
|
"0.045136, 0.057927, 0.097075, 0.251128, 1.034349");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "6.611963, 6.635706, 6.711007, 6.988887, 8.333154",\
|
|
"6.657194, 6.680937, 6.756238, 7.034118, 8.378385",\
|
|
"6.767241, 6.790985, 6.866285, 7.144166, 8.488432",\
|
|
"7.094311, 7.118055, 7.193356, 7.471236, 8.815502",\
|
|
"8.233645, 8.257389, 8.332690, 8.610571, 9.954837");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "6.906400, 6.924845, 6.974150, 7.109332, 7.689695",\
|
|
"6.951631, 6.970076, 7.019381, 7.154563, 7.734926",\
|
|
"7.061678, 7.080123, 7.129428, 7.264610, 7.844974",\
|
|
"7.388748, 7.407194, 7.456499, 7.591681, 8.172044",\
|
|
"8.528082, 8.546528, 8.595833, 8.731015, 9.311378");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "6.611963, 6.635706, 6.711007, 6.988887, 8.333154",\
|
|
"6.657194, 6.680937, 6.756238, 7.034118, 8.378385",\
|
|
"6.767241, 6.790985, 6.866285, 7.144166, 8.488432",\
|
|
"7.094311, 7.118055, 7.193356, 7.471236, 8.815502",\
|
|
"8.233645, 8.257389, 8.332690, 8.610571, 9.954837");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882",\
|
|
"0.046885, 0.070254, 0.158027, 0.535384, 2.380882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "6.906400, 6.924845, 6.974150, 7.109332, 7.689695",\
|
|
"6.951631, 6.970076, 7.019381, 7.154563, 7.734926",\
|
|
"7.061678, 7.080123, 7.129428, 7.264610, 7.844974",\
|
|
"7.388748, 7.407194, 7.456499, 7.591681, 8.172044",\
|
|
"8.528082, 8.546528, 8.595833, 8.731015, 9.311378");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716",\
|
|
"0.044876, 0.057727, 0.096891, 0.251017, 1.034716");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "6.803432, 6.827209, 6.902518, 7.180358, 8.524581",\
|
|
"6.848662, 6.872439, 6.947749, 7.225589, 8.569812",\
|
|
"6.958710, 6.982487, 7.057796, 7.335637, 8.679859",\
|
|
"7.285780, 7.309557, 7.384867, 7.662707, 9.006929",\
|
|
"8.425115, 8.448892, 8.524201, 8.802041, 10.146264");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "7.094798, 7.113292, 7.162625, 7.297774, 7.878050",\
|
|
"7.140028, 7.158522, 7.207855, 7.343004, 7.923280",\
|
|
"7.250075, 7.268569, 7.317903, 7.453051, 8.033327",\
|
|
"7.577146, 7.595640, 7.644974, 7.780122, 8.360398",\
|
|
"8.716479, 8.734974, 8.784307, 8.919456, 9.499732");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "6.803432, 6.827209, 6.902518, 7.180358, 8.524581",\
|
|
"6.848662, 6.872439, 6.947749, 7.225589, 8.569812",\
|
|
"6.958710, 6.982487, 7.057796, 7.335637, 8.679859",\
|
|
"7.285780, 7.309557, 7.384867, 7.662707, 9.006929",\
|
|
"8.425115, 8.448892, 8.524201, 8.802041, 10.146264");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580",\
|
|
"0.046708, 0.070082, 0.157859, 0.535223, 2.380580");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "7.094798, 7.113292, 7.162625, 7.297774, 7.878050",\
|
|
"7.140028, 7.158522, 7.207855, 7.343004, 7.923280",\
|
|
"7.250075, 7.268569, 7.317903, 7.453051, 8.033327",\
|
|
"7.577146, 7.595640, 7.644974, 7.780122, 8.360398",\
|
|
"8.716479, 8.734974, 8.784307, 8.919456, 9.499732");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352",\
|
|
"0.044775, 0.057651, 0.096827, 0.250864, 1.034352");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "6.670113, 6.693789, 6.769061, 7.046941, 8.390955",\
|
|
"6.715344, 6.739020, 6.814292, 7.092172, 8.436186",\
|
|
"6.825391, 6.849068, 6.924339, 7.202219, 8.546233",\
|
|
"7.152462, 7.176138, 7.251410, 7.529290, 8.873303",\
|
|
"8.291796, 8.315472, 8.390743, 8.668624, 10.012638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "6.943794, 6.962149, 7.011393, 7.146577, 7.726825",\
|
|
"6.989025, 7.007380, 7.056623, 7.191808, 7.772056",\
|
|
"7.099072, 7.117427, 7.166671, 7.301856, 7.882103",\
|
|
"7.426142, 7.444498, 7.493741, 7.628926, 8.209173",\
|
|
"8.565477, 8.583833, 8.633076, 8.768262, 9.348509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "6.670113, 6.693789, 6.769061, 7.046941, 8.390955",\
|
|
"6.715344, 6.739020, 6.814292, 7.092172, 8.436186",\
|
|
"6.825391, 6.849068, 6.924339, 7.202219, 8.546233",\
|
|
"7.152462, 7.176138, 7.251410, 7.529290, 8.873303",\
|
|
"8.291796, 8.315472, 8.390743, 8.668624, 10.012638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909",\
|
|
"0.047201, 0.070563, 0.158345, 0.535751, 2.380909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "6.943794, 6.962149, 7.011393, 7.146577, 7.726825",\
|
|
"6.989025, 7.007380, 7.056623, 7.191808, 7.772056",\
|
|
"7.099072, 7.117427, 7.166671, 7.301856, 7.882103",\
|
|
"7.426142, 7.444498, 7.493741, 7.628926, 8.209173",\
|
|
"8.565477, 8.583833, 8.633076, 8.768262, 9.348509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712",\
|
|
"0.045059, 0.057866, 0.097016, 0.251147, 1.034712");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "6.623863, 6.647522, 6.722755, 7.000443, 8.343540",\
|
|
"6.669094, 6.692753, 6.767986, 7.045674, 8.388771",\
|
|
"6.779141, 6.802801, 6.878034, 7.155721, 8.498817",\
|
|
"7.106211, 7.129871, 7.205104, 7.482791, 8.825888",\
|
|
"8.245545, 8.269205, 8.344439, 8.622126, 9.965222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "6.921486, 6.939821, 6.989021, 7.124006, 7.703329",\
|
|
"6.966717, 6.985052, 7.034252, 7.169237, 7.748560",\
|
|
"7.076765, 7.095099, 7.144299, 7.279284, 7.858607",\
|
|
"7.403835, 7.422169, 7.471369, 7.606354, 8.185678",\
|
|
"8.543170, 8.561504, 8.610704, 8.745689, 9.325012");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "6.623863, 6.647522, 6.722755, 7.000443, 8.343540",\
|
|
"6.669094, 6.692753, 6.767986, 7.045674, 8.388771",\
|
|
"6.779141, 6.802801, 6.878034, 7.155721, 8.498817",\
|
|
"7.106211, 7.129871, 7.205104, 7.482791, 8.825888",\
|
|
"8.245545, 8.269205, 8.344439, 8.622126, 9.965222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713",\
|
|
"0.047246, 0.070615, 0.158425, 0.535291, 2.378713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "6.921486, 6.939821, 6.989021, 7.124006, 7.703329",\
|
|
"6.966717, 6.985052, 7.034252, 7.169237, 7.748560",\
|
|
"7.076765, 7.095099, 7.144299, 7.279284, 7.858607",\
|
|
"7.403835, 7.422169, 7.471369, 7.606354, 8.185678",\
|
|
"8.543170, 8.561504, 8.610704, 8.745689, 9.325012");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523",\
|
|
"0.045085, 0.057894, 0.097070, 0.250709, 1.032523");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "6.685327, 6.708744, 6.783913, 7.061869, 8.405244",\
|
|
"6.730558, 6.753974, 6.829144, 7.107100, 8.450475",\
|
|
"6.840605, 6.864022, 6.939191, 7.217147, 8.560522",\
|
|
"7.167675, 7.191092, 7.266262, 7.544217, 8.887592",\
|
|
"8.307009, 8.330425, 8.405595, 8.683551, 10.026926");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "6.955447, 6.973449, 7.022460, 7.157717, 7.737807",\
|
|
"7.000678, 7.018680, 7.067691, 7.202948, 7.783038",\
|
|
"7.110725, 7.128727, 7.177738, 7.312995, 7.893085",\
|
|
"7.437795, 7.455797, 7.504808, 7.640066, 8.220156",\
|
|
"8.577128, 8.595131, 8.644142, 8.779399, 9.359489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "6.685327, 6.708744, 6.783913, 7.061869, 8.405244",\
|
|
"6.730558, 6.753974, 6.829144, 7.107100, 8.450475",\
|
|
"6.840605, 6.864022, 6.939191, 7.217147, 8.560522",\
|
|
"7.167675, 7.191092, 7.266262, 7.544217, 8.887592",\
|
|
"8.307009, 8.330425, 8.405595, 8.683551, 10.026926");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617",\
|
|
"0.048452, 0.071783, 0.159586, 0.537158, 2.381617");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "6.955447, 6.973449, 7.022460, 7.157717, 7.737807",\
|
|
"7.000678, 7.018680, 7.067691, 7.202948, 7.783038",\
|
|
"7.110725, 7.128727, 7.177738, 7.312995, 7.893085",\
|
|
"7.437795, 7.455797, 7.504808, 7.640066, 8.220156",\
|
|
"8.577128, 8.595131, 8.644142, 8.779399, 9.359489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447",\
|
|
"0.045781, 0.058415, 0.097500, 0.251828, 1.035447");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "6.734745, 6.757991, 6.833046, 7.110749, 8.452346",\
|
|
"6.779975, 6.803222, 6.878277, 7.155980, 8.497577",\
|
|
"6.890023, 6.913269, 6.988325, 7.266027, 8.607624",\
|
|
"7.217093, 7.240339, 7.315395, 7.593097, 8.934694",\
|
|
"8.356427, 8.379673, 8.454729, 8.732431, 10.074028");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "7.031953, 7.049734, 7.098557, 7.233567, 7.812189",\
|
|
"7.077183, 7.094965, 7.143788, 7.278797, 7.857419",\
|
|
"7.187231, 7.205012, 7.253836, 7.388844, 7.967466",\
|
|
"7.514301, 7.532082, 7.580906, 7.715915, 8.294537",\
|
|
"8.653635, 8.671416, 8.720240, 8.855248, 9.433870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "6.734745, 6.757991, 6.833046, 7.110749, 8.452346",\
|
|
"6.779975, 6.803222, 6.878277, 7.155980, 8.497577",\
|
|
"6.890023, 6.913269, 6.988325, 7.266027, 8.607624",\
|
|
"7.217093, 7.240339, 7.315395, 7.593097, 8.934694",\
|
|
"8.356427, 8.379673, 8.454729, 8.732431, 10.074028");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865",\
|
|
"0.049188, 0.072511, 0.160375, 0.537462, 2.378865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "7.031953, 7.049734, 7.098557, 7.233567, 7.812189",\
|
|
"7.077183, 7.094965, 7.143788, 7.278797, 7.857419",\
|
|
"7.187231, 7.205012, 7.253836, 7.388844, 7.967466",\
|
|
"7.514301, 7.532082, 7.580906, 7.715915, 8.294537",\
|
|
"8.653635, 8.671416, 8.720240, 8.855248, 9.433870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599",\
|
|
"0.046209, 0.058750, 0.097837, 0.251506, 1.032599");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "6.590634, 6.614274, 6.689494, 6.967146, 8.310021",\
|
|
"6.635864, 6.659504, 6.734724, 7.012376, 8.355251",\
|
|
"6.745911, 6.769551, 6.844771, 7.122423, 8.465299",\
|
|
"7.072981, 7.096622, 7.171841, 7.449493, 8.792369",\
|
|
"8.212316, 8.235955, 8.311175, 8.588827, 9.931704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "6.871556, 6.889866, 6.939045, 7.073997, 7.653137",\
|
|
"6.916787, 6.935097, 6.984276, 7.119227, 7.698368",\
|
|
"7.026834, 7.045145, 7.094324, 7.229275, 7.808415",\
|
|
"7.353905, 7.372215, 7.421394, 7.556345, 8.135486",\
|
|
"8.493238, 8.511548, 8.560728, 8.695679, 9.274819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "6.590634, 6.614274, 6.689494, 6.967146, 8.310021",\
|
|
"6.635864, 6.659504, 6.734724, 7.012376, 8.355251",\
|
|
"6.745911, 6.769551, 6.844771, 7.122423, 8.465299",\
|
|
"7.072981, 7.096622, 7.171841, 7.449493, 8.792369",\
|
|
"8.212316, 8.235955, 8.311175, 8.588827, 9.931704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377",\
|
|
"0.047326, 0.070693, 0.158511, 0.535337, 2.378377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "6.871556, 6.889866, 6.939045, 7.073997, 7.653137",\
|
|
"6.916787, 6.935097, 6.984276, 7.119227, 7.698368",\
|
|
"7.026834, 7.045145, 7.094324, 7.229275, 7.808415",\
|
|
"7.353905, 7.372215, 7.421394, 7.556345, 8.135486",\
|
|
"8.493238, 8.511548, 8.560728, 8.695679, 9.274819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171",\
|
|
"0.045132, 0.057931, 0.097107, 0.250665, 1.032171");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "6.626575, 6.649865, 6.724939, 7.002636, 8.344411",\
|
|
"6.671805, 6.695096, 6.770170, 7.047867, 8.389642",\
|
|
"6.781853, 6.805143, 6.880217, 7.157914, 8.499689",\
|
|
"7.108923, 7.132213, 7.207287, 7.484984, 8.826759",\
|
|
"8.248258, 8.271548, 8.346622, 8.624319, 9.966093");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "6.914840, 6.932675, 6.981534, 7.116526, 7.695205",\
|
|
"6.960071, 6.977906, 7.026764, 7.161757, 7.740436",\
|
|
"7.070118, 7.087953, 7.136812, 7.271804, 7.850483",\
|
|
"7.397188, 7.415023, 7.463882, 7.598874, 8.177554",\
|
|
"8.536522, 8.554358, 8.603216, 8.738208, 9.316888");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "6.626575, 6.649865, 6.724939, 7.002636, 8.344411",\
|
|
"6.671805, 6.695096, 6.770170, 7.047867, 8.389642",\
|
|
"6.781853, 6.805143, 6.880217, 7.157914, 8.499689",\
|
|
"7.108923, 7.132213, 7.207287, 7.484984, 8.826759",\
|
|
"8.248258, 8.271548, 8.346622, 8.624319, 9.966093");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714",\
|
|
"0.048998, 0.072327, 0.160179, 0.537079, 2.378714");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "6.914840, 6.932675, 6.981534, 7.116526, 7.695205",\
|
|
"6.960071, 6.977906, 7.026764, 7.161757, 7.740436",\
|
|
"7.070118, 7.087953, 7.136812, 7.271804, 7.850483",\
|
|
"7.397188, 7.415023, 7.463882, 7.598874, 8.177554",\
|
|
"8.536522, 8.554358, 8.603216, 8.738208, 9.316888");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528",\
|
|
"0.046097, 0.058666, 0.097765, 0.251447, 1.032528");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "6.691751, 6.716294, 6.791733, 7.069035, 8.412715",\
|
|
"6.736982, 6.761525, 6.836963, 7.114265, 8.457946",\
|
|
"6.847029, 6.871572, 6.947011, 7.224312, 8.567993",\
|
|
"7.174099, 7.198642, 7.274081, 7.551383, 8.895063",\
|
|
"8.313434, 8.337977, 8.413416, 8.690718, 10.034398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "6.963298, 6.982818, 7.032531, 7.167137, 7.745907",\
|
|
"7.008529, 7.028049, 7.077762, 7.212368, 7.791138",\
|
|
"7.118577, 7.138096, 7.187809, 7.322415, 7.901185",\
|
|
"7.445647, 7.465167, 7.514879, 7.649486, 8.228255",\
|
|
"8.584980, 8.604501, 8.654213, 8.788819, 9.367589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "6.691751, 6.716294, 6.791733, 7.069035, 8.412715",\
|
|
"6.736982, 6.761525, 6.836963, 7.114265, 8.457946",\
|
|
"6.847029, 6.871572, 6.947011, 7.224312, 8.567993",\
|
|
"7.174099, 7.198642, 7.274081, 7.551383, 8.895063",\
|
|
"8.313434, 8.337977, 8.413416, 8.690718, 10.034398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891",\
|
|
"0.044259, 0.067743, 0.155536, 0.531570, 2.374891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "6.963298, 6.982818, 7.032531, 7.167137, 7.745907",\
|
|
"7.008529, 7.028049, 7.077762, 7.212368, 7.791138",\
|
|
"7.118577, 7.138096, 7.187809, 7.322415, 7.901185",\
|
|
"7.445647, 7.465167, 7.514879, 7.649486, 8.228255",\
|
|
"8.584980, 8.604501, 8.654213, 8.788819, 9.367589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602",\
|
|
"0.043410, 0.056609, 0.095964, 0.248667, 1.028602");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "6.670444, 6.694258, 6.769526, 7.047011, 8.389791",\
|
|
"6.715674, 6.739488, 6.814757, 7.092241, 8.435021",\
|
|
"6.825722, 6.849535, 6.924804, 7.202289, 8.545069",\
|
|
"7.152792, 7.176606, 7.251875, 7.529360, 8.872139",\
|
|
"8.292127, 8.315939, 8.391208, 8.668694, 10.011473");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "6.981582, 7.000128, 7.049444, 7.184226, 7.762924",\
|
|
"7.026813, 7.045358, 7.094675, 7.229456, 7.808154",\
|
|
"7.136860, 7.155406, 7.204722, 7.339503, 7.918201",\
|
|
"7.463930, 7.482476, 7.531792, 7.666574, 8.245272",\
|
|
"8.603265, 8.621810, 8.671126, 8.805908, 9.384606");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "6.670444, 6.694258, 6.769526, 7.047011, 8.389791",\
|
|
"6.715674, 6.739488, 6.814757, 7.092241, 8.435021",\
|
|
"6.825722, 6.849535, 6.924804, 7.202289, 8.545069",\
|
|
"7.152792, 7.176606, 7.251875, 7.529360, 8.872139",\
|
|
"8.292127, 8.315939, 8.391208, 8.668694, 10.011473");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554",\
|
|
"0.046473, 0.069867, 0.157687, 0.534056, 2.376554");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "6.981582, 7.000128, 7.049444, 7.184226, 7.762924",\
|
|
"7.026813, 7.045358, 7.094675, 7.229456, 7.808154",\
|
|
"7.136860, 7.155406, 7.204722, 7.339503, 7.918201",\
|
|
"7.463930, 7.482476, 7.531792, 7.666574, 8.245272",\
|
|
"8.603265, 8.621810, 8.671126, 8.805908, 9.384606");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337",\
|
|
"0.044639, 0.057562, 0.096799, 0.249928, 1.030337");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "6.850585, 6.874336, 6.949574, 7.227027, 8.569437",\
|
|
"6.895816, 6.919567, 6.994804, 7.272258, 8.614668",\
|
|
"7.005863, 7.029614, 7.104852, 7.382305, 8.724714",\
|
|
"7.332933, 7.356685, 7.431922, 7.709375, 9.051785",\
|
|
"8.472267, 8.496019, 8.571257, 8.848710, 10.191119");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "7.091935, 7.110398, 7.159654, 7.294406, 7.872852",\
|
|
"7.137166, 7.155629, 7.204885, 7.339637, 7.918083",\
|
|
"7.247213, 7.265676, 7.314932, 7.449684, 8.028130",\
|
|
"7.574283, 7.592747, 7.642003, 7.776754, 8.355200",\
|
|
"8.713616, 8.732081, 8.781336, 8.916088, 9.494534");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "6.850585, 6.874336, 6.949574, 7.227027, 8.569437",\
|
|
"6.895816, 6.919567, 6.994804, 7.272258, 8.614668",\
|
|
"7.005863, 7.029614, 7.104852, 7.382305, 8.724714",\
|
|
"7.332933, 7.356685, 7.431922, 7.709375, 9.051785",\
|
|
"8.472267, 8.496019, 8.571257, 8.848710, 10.191119");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211",\
|
|
"0.046753, 0.070142, 0.157974, 0.534296, 2.376211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "7.091935, 7.110398, 7.159654, 7.294406, 7.872852",\
|
|
"7.137166, 7.155629, 7.204885, 7.339637, 7.918083",\
|
|
"7.247213, 7.265676, 7.314932, 7.449684, 8.028130",\
|
|
"7.574283, 7.592747, 7.642003, 7.776754, 8.355200",\
|
|
"8.713616, 8.732081, 8.781336, 8.916088, 9.494534");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960",\
|
|
"0.044801, 0.057687, 0.096917, 0.249966, 1.029960");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "6.826058, 6.849711, 6.924911, 7.202403, 8.544608",\
|
|
"6.871288, 6.894941, 6.970140, 7.247633, 8.589838",\
|
|
"6.981336, 7.004988, 7.080188, 7.357680, 8.699885",\
|
|
"7.308407, 7.332059, 7.407259, 7.684752, 9.026957",\
|
|
"8.447741, 8.471394, 8.546593, 8.824085, 10.166290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "7.067959, 7.086287, 7.135455, 7.270243, 7.848662",\
|
|
"7.113190, 7.131518, 7.180686, 7.315474, 7.893893",\
|
|
"7.223237, 7.241566, 7.290733, 7.425521, 8.003941",\
|
|
"7.550307, 7.568636, 7.617804, 7.752591, 8.331011",\
|
|
"8.689641, 8.707970, 8.757138, 8.891926, 9.470345");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "6.826058, 6.849711, 6.924911, 7.202403, 8.544608",\
|
|
"6.871288, 6.894941, 6.970140, 7.247633, 8.589838",\
|
|
"6.981336, 7.004988, 7.080188, 7.357680, 8.699885",\
|
|
"7.308407, 7.332059, 7.407259, 7.684752, 9.026957",\
|
|
"8.447741, 8.471394, 8.546593, 8.824085, 10.166290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550",\
|
|
"0.047234, 0.070611, 0.158449, 0.534827, 2.376550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "7.067959, 7.086287, 7.135455, 7.270243, 7.848662",\
|
|
"7.113190, 7.131518, 7.180686, 7.315474, 7.893893",\
|
|
"7.223237, 7.241566, 7.290733, 7.425521, 8.003941",\
|
|
"7.550307, 7.568636, 7.617804, 7.752591, 8.331011",\
|
|
"8.689641, 8.707970, 8.757138, 8.891926, 9.470345");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333",\
|
|
"0.045079, 0.057897, 0.097101, 0.250242, 1.030333");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "6.789449, 6.813223, 6.888470, 7.165923, 8.508413",\
|
|
"6.834680, 6.858454, 6.933701, 7.211154, 8.553644",\
|
|
"6.944727, 6.968502, 7.043748, 7.321201, 8.663692",\
|
|
"7.271798, 7.295572, 7.370819, 7.648271, 8.990762",\
|
|
"8.411133, 8.434905, 8.510153, 8.787606, 10.130096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "7.024384, 7.042878, 7.092154, 7.226903, 7.805385",\
|
|
"7.069615, 7.088108, 7.137384, 7.272133, 7.850616",\
|
|
"7.179662, 7.198155, 7.247431, 7.382181, 7.960663",\
|
|
"7.506733, 7.525226, 7.574502, 7.709251, 8.287734",\
|
|
"8.646068, 8.664560, 8.713837, 8.848585, 9.427068");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "6.789449, 6.813223, 6.888470, 7.165923, 8.508413",\
|
|
"6.834680, 6.858454, 6.933701, 7.211154, 8.553644",\
|
|
"6.944727, 6.968502, 7.043748, 7.321201, 8.663692",\
|
|
"7.271798, 7.295572, 7.370819, 7.648271, 8.990762",\
|
|
"8.411133, 8.434905, 8.510153, 8.787606, 10.130096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202",\
|
|
"0.046652, 0.070043, 0.157872, 0.534177, 2.376202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "7.024384, 7.042878, 7.092154, 7.226903, 7.805385",\
|
|
"7.069615, 7.088108, 7.137384, 7.272133, 7.850616",\
|
|
"7.179662, 7.198155, 7.247431, 7.382181, 7.960663",\
|
|
"7.506733, 7.525226, 7.574502, 7.709251, 8.287734",\
|
|
"8.646068, 8.664560, 8.713837, 8.848585, 9.427068");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968",\
|
|
"0.044743, 0.057642, 0.096876, 0.249926, 1.029968");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "6.831234, 6.854407, 6.929450, 7.207257, 8.549067",\
|
|
"6.876463, 6.899637, 6.974679, 7.252487, 8.594296",\
|
|
"6.986511, 7.009685, 7.084727, 7.362534, 8.704344",\
|
|
"7.313581, 7.336756, 7.411798, 7.689605, 9.031415",\
|
|
"8.452915, 8.476089, 8.551130, 8.828938, 10.170749");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "7.078528, 7.096211, 7.144984, 7.280104, 7.859100",\
|
|
"7.123759, 7.141442, 7.190215, 7.325335, 7.904331",\
|
|
"7.233806, 7.251490, 7.300262, 7.435382, 8.014379",\
|
|
"7.560876, 7.578560, 7.627333, 7.762453, 8.341449",\
|
|
"8.700211, 8.717893, 8.766665, 8.901786, 9.480783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "6.831234, 6.854407, 6.929450, 7.207257, 8.549067",\
|
|
"6.876463, 6.899637, 6.974679, 7.252487, 8.594296",\
|
|
"6.986511, 7.009685, 7.084727, 7.362534, 8.704344",\
|
|
"7.313581, 7.336756, 7.411798, 7.689605, 9.031415",\
|
|
"8.452915, 8.476089, 8.551130, 8.828938, 10.170749");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113",\
|
|
"0.049547, 0.072859, 0.160718, 0.538147, 2.380113");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "7.078528, 7.096211, 7.144984, 7.280104, 7.859100",\
|
|
"7.123759, 7.141442, 7.190215, 7.325335, 7.904331",\
|
|
"7.233806, 7.251490, 7.300262, 7.435382, 8.014379",\
|
|
"7.560876, 7.578560, 7.627333, 7.762453, 8.341449",\
|
|
"8.700211, 8.717893, 8.766665, 8.901786, 9.480783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821",\
|
|
"0.046416, 0.058904, 0.097960, 0.251920, 1.033821");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "6.759130, 6.782833, 6.858048, 7.135502, 8.477730",\
|
|
"6.804361, 6.828063, 6.903279, 7.180733, 8.522961",\
|
|
"6.914408, 6.938110, 7.013326, 7.290780, 8.633007",\
|
|
"7.241479, 7.265181, 7.340397, 7.617851, 8.960078",\
|
|
"8.380814, 8.404515, 8.479732, 8.757185, 10.099413");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "7.019571, 7.037969, 7.087179, 7.221932, 7.800291",\
|
|
"7.064801, 7.083199, 7.132409, 7.267162, 7.845521",\
|
|
"7.174849, 7.193246, 7.242456, 7.377210, 7.955569",\
|
|
"7.501919, 7.520317, 7.569527, 7.704280, 8.282639",\
|
|
"8.641253, 8.659650, 8.708860, 8.843613, 9.421971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "6.759130, 6.782833, 6.858048, 7.135502, 8.477730",\
|
|
"6.804361, 6.828063, 6.903279, 7.180733, 8.522961",\
|
|
"6.914408, 6.938110, 7.013326, 7.290780, 8.633007",\
|
|
"7.241479, 7.265181, 7.340397, 7.617851, 8.960078",\
|
|
"8.380814, 8.404515, 8.479732, 8.757185, 10.099413");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222",\
|
|
"0.046988, 0.070371, 0.158209, 0.534553, 2.376222");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "7.019571, 7.037969, 7.087179, 7.221932, 7.800291",\
|
|
"7.064801, 7.083199, 7.132409, 7.267162, 7.845521",\
|
|
"7.174849, 7.193246, 7.242456, 7.377210, 7.955569",\
|
|
"7.501919, 7.520317, 7.569527, 7.704280, 8.282639",\
|
|
"8.641253, 8.659650, 8.708860, 8.843613, 9.421971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965",\
|
|
"0.044937, 0.057790, 0.097010, 0.250064, 1.029965");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "6.733250, 6.757687, 6.833067, 7.110178, 8.452758",\
|
|
"6.778481, 6.802917, 6.878297, 7.155409, 8.497988",\
|
|
"6.888528, 6.912965, 6.988345, 7.265456, 8.608036",\
|
|
"7.215599, 7.240036, 7.315415, 7.592527, 8.935106",\
|
|
"8.354932, 8.379369, 8.454749, 8.731860, 10.074440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "7.002537, 7.021918, 7.071544, 7.205953, 7.783703",\
|
|
"7.047768, 7.067149, 7.116775, 7.251183, 7.828933",\
|
|
"7.157815, 7.177196, 7.226822, 7.361230, 7.938980",\
|
|
"7.484886, 7.504267, 7.553893, 7.688301, 8.266051",\
|
|
"8.624220, 8.643600, 8.693227, 8.827635, 9.405385");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "6.733250, 6.757687, 6.833067, 7.110178, 8.452758",\
|
|
"6.778481, 6.802917, 6.878297, 7.155409, 8.497988",\
|
|
"6.888528, 6.912965, 6.988345, 7.265456, 8.608036",\
|
|
"7.215599, 7.240036, 7.315415, 7.592527, 8.935106",\
|
|
"8.354932, 8.379369, 8.454749, 8.731860, 10.074440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651",\
|
|
"0.044530, 0.068011, 0.155838, 0.531323, 2.372651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "7.002537, 7.021918, 7.071544, 7.205953, 7.783703",\
|
|
"7.047768, 7.067149, 7.116775, 7.251183, 7.828933",\
|
|
"7.157815, 7.177196, 7.226822, 7.361230, 7.938980",\
|
|
"7.484886, 7.504267, 7.553893, 7.688301, 8.266051",\
|
|
"8.624220, 8.643600, 8.693227, 8.827635, 9.405385");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363",\
|
|
"0.043559, 0.056734, 0.096106, 0.248310, 1.026363");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "6.635780, 6.660197, 6.735611, 7.012965, 8.356601",\
|
|
"6.681011, 6.705428, 6.780842, 7.058196, 8.401832",\
|
|
"6.791058, 6.815475, 6.890890, 7.168243, 8.511879",\
|
|
"7.118128, 7.142545, 7.217960, 7.495314, 8.838949",\
|
|
"8.257463, 8.281879, 8.357295, 8.634647, 9.978284");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "6.922363, 6.941713, 6.991365, 7.126018, 7.704865",\
|
|
"6.967594, 6.986944, 7.036596, 7.171249, 7.750096",\
|
|
"7.077641, 7.096991, 7.146644, 7.281296, 7.860143",\
|
|
"7.404712, 7.424061, 7.473714, 7.608366, 8.187214",\
|
|
"8.544047, 8.563397, 8.613050, 8.747703, 9.326550");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "6.635780, 6.660197, 6.735611, 7.012965, 8.356601",\
|
|
"6.681011, 6.705428, 6.780842, 7.058196, 8.401832",\
|
|
"6.791058, 6.815475, 6.890890, 7.168243, 8.511879",\
|
|
"7.118128, 7.142545, 7.217960, 7.495314, 8.838949",\
|
|
"8.257463, 8.281879, 8.357295, 8.634647, 9.978284");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338",\
|
|
"0.044618, 0.068085, 0.155878, 0.531965, 2.375338");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "6.922363, 6.941713, 6.991365, 7.126018, 7.704865",\
|
|
"6.967594, 6.986944, 7.036596, 7.171249, 7.750096",\
|
|
"7.077641, 7.096991, 7.146644, 7.281296, 7.860143",\
|
|
"7.404712, 7.424061, 7.473714, 7.608366, 8.187214",\
|
|
"8.544047, 8.563397, 8.613050, 8.747703, 9.326550");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091",\
|
|
"0.043607, 0.056762, 0.096095, 0.248916, 1.029091");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "6.896871, 6.921285, 6.996704, 7.274079, 8.617826",\
|
|
"6.942101, 6.966515, 7.041934, 7.319309, 8.663056",\
|
|
"7.052148, 7.076562, 7.151981, 7.429357, 8.773104",\
|
|
"7.379220, 7.403633, 7.479052, 7.756428, 9.100175",\
|
|
"8.518552, 8.542966, 8.618385, 8.895761, 10.239507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "7.171988, 7.191336, 7.240993, 7.375678, 7.954672",\
|
|
"7.217218, 7.236567, 7.286224, 7.420909, 7.999903",\
|
|
"7.327266, 7.346614, 7.396271, 7.530956, 8.109950",\
|
|
"7.654336, 7.673685, 7.723341, 7.858027, 8.437020",\
|
|
"8.793670, 8.813019, 8.862676, 8.997360, 9.576354");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "6.896871, 6.921285, 6.996704, 7.274079, 8.617826",\
|
|
"6.942101, 6.966515, 7.041934, 7.319309, 8.663056",\
|
|
"7.052148, 7.076562, 7.151981, 7.429357, 8.773104",\
|
|
"7.379220, 7.403633, 7.479052, 7.756428, 9.100175",\
|
|
"8.518552, 8.542966, 8.618385, 8.895761, 10.239507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779",\
|
|
"0.044622, 0.068088, 0.155880, 0.532173, 2.375779");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "7.171988, 7.191336, 7.240993, 7.375678, 7.954672",\
|
|
"7.217218, 7.236567, 7.286224, 7.420909, 7.999903",\
|
|
"7.327266, 7.346614, 7.396271, 7.530956, 8.109950",\
|
|
"7.654336, 7.673685, 7.723341, 7.858027, 8.437020",\
|
|
"8.793670, 8.813019, 8.862676, 8.997360, 9.576354");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467",\
|
|
"0.043610, 0.056763, 0.096091, 0.248994, 1.029467");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "6.832640, 6.856230, 6.931427, 7.209083, 8.551775",\
|
|
"6.877871, 6.901460, 6.976658, 7.254313, 8.597005",\
|
|
"6.987918, 7.011508, 7.086705, 7.364361, 8.707052",\
|
|
"7.314988, 7.338578, 7.413775, 7.691431, 9.034122",\
|
|
"8.454033, 8.477621, 8.552820, 8.830475, 10.173167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "7.149241, 7.167482, 7.216615, 7.351570, 7.930621",\
|
|
"7.194472, 7.212713, 7.261846, 7.396801, 7.975852",\
|
|
"7.304519, 7.322761, 7.371893, 7.506848, 8.085898",\
|
|
"7.631589, 7.649830, 7.698963, 7.833918, 8.412969",\
|
|
"8.770633, 8.788874, 8.838007, 8.972960, 9.552012");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "6.832640, 6.856230, 6.931427, 7.209083, 8.551775",\
|
|
"6.877871, 6.901460, 6.976658, 7.254313, 8.597005",\
|
|
"6.987918, 7.011508, 7.086705, 7.364361, 8.707052",\
|
|
"7.314988, 7.338578, 7.413775, 7.691431, 9.034122",\
|
|
"8.454033, 8.477621, 8.552820, 8.830475, 10.173167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378",\
|
|
"0.047566, 0.070929, 0.158753, 0.535586, 2.378378");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "7.149241, 7.167482, 7.216615, 7.351570, 7.930621",\
|
|
"7.194472, 7.212713, 7.261846, 7.396801, 7.975852",\
|
|
"7.304519, 7.322761, 7.371893, 7.506848, 8.085898",\
|
|
"7.631589, 7.649830, 7.698963, 7.833918, 8.412969",\
|
|
"8.770633, 8.788874, 8.838007, 8.972960, 9.552012");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167",\
|
|
"0.045271, 0.058037, 0.097202, 0.250762, 1.032167");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "6.847618, 6.872078, 6.947464, 7.224577, 8.567212",\
|
|
"6.892848, 6.917309, 6.992694, 7.269808, 8.612442",\
|
|
"7.002895, 7.027356, 7.102742, 7.379855, 8.722489",\
|
|
"7.329966, 7.354426, 7.429812, 7.706925, 9.049560",\
|
|
"8.469010, 8.493471, 8.568856, 8.845969, 10.188604");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "7.163160, 7.182571, 7.232209, 7.366616, 7.944390",\
|
|
"7.208390, 7.227801, 7.277439, 7.411847, 7.989620",\
|
|
"7.318438, 7.337849, 7.387486, 7.521894, 8.099667",\
|
|
"7.645507, 7.664918, 7.714556, 7.848964, 8.426737",\
|
|
"8.784554, 8.803965, 8.853602, 8.988009, 9.565783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "6.847618, 6.872078, 6.947464, 7.224577, 8.567212",\
|
|
"6.892848, 6.917309, 6.992694, 7.269808, 8.612442",\
|
|
"7.002895, 7.027356, 7.102742, 7.379855, 8.722489",\
|
|
"7.329966, 7.354426, 7.429812, 7.706925, 9.049560",\
|
|
"8.469010, 8.493471, 8.568856, 8.845969, 10.188604");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630",\
|
|
"0.044469, 0.067953, 0.155777, 0.531227, 2.372630");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "7.163160, 7.182571, 7.232209, 7.366616, 7.944390",\
|
|
"7.208390, 7.227801, 7.277439, 7.411847, 7.989620",\
|
|
"7.318438, 7.337849, 7.387486, 7.521894, 8.099667",\
|
|
"7.645507, 7.664918, 7.714556, 7.848964, 8.426737",\
|
|
"8.784554, 8.803965, 8.853602, 8.988009, 9.565783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360",\
|
|
"0.043525, 0.056708, 0.096083, 0.248286, 1.026360");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "6.760236, 6.784709, 6.860092, 7.137174, 8.479690",\
|
|
"6.805466, 6.829939, 6.905322, 7.182404, 8.524920",\
|
|
"6.915514, 6.939986, 7.015369, 7.292451, 8.634967",\
|
|
"7.242584, 7.267056, 7.342439, 7.619521, 8.962037",\
|
|
"8.381627, 8.406099, 8.481483, 8.758565, 10.101081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "7.083019, 7.102446, 7.152085, 7.286459, 7.864093",\
|
|
"7.128250, 7.147677, 7.197316, 7.331690, 7.909324",\
|
|
"7.238297, 7.257724, 7.307363, 7.441738, 8.019372",\
|
|
"7.565368, 7.584795, 7.634433, 7.768808, 8.346442",\
|
|
"8.704412, 8.723838, 8.773478, 8.907852, 9.485486");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "6.760236, 6.784709, 6.860092, 7.137174, 8.479690",\
|
|
"6.805466, 6.829939, 6.905322, 7.182404, 8.524920",\
|
|
"6.915514, 6.939986, 7.015369, 7.292451, 8.634967",\
|
|
"7.242584, 7.267056, 7.342439, 7.619521, 8.962037",\
|
|
"8.381627, 8.406099, 8.481483, 8.758565, 10.101081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259",\
|
|
"0.044432, 0.067919, 0.155747, 0.531100, 2.372259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "7.083019, 7.102446, 7.152085, 7.286459, 7.864093",\
|
|
"7.128250, 7.147677, 7.197316, 7.331690, 7.909324",\
|
|
"7.238297, 7.257724, 7.307363, 7.441738, 8.019372",\
|
|
"7.565368, 7.584795, 7.634433, 7.768808, 8.346442",\
|
|
"8.704412, 8.723838, 8.773478, 8.907852, 9.485486");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999",\
|
|
"0.043505, 0.056693, 0.096074, 0.248194, 1.025999");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "6.760359, 6.784045, 6.859259, 7.136751, 8.479074",\
|
|
"6.805590, 6.829276, 6.904490, 7.181981, 8.524304",\
|
|
"6.915637, 6.939323, 7.014537, 7.292028, 8.634353",\
|
|
"7.242707, 7.266393, 7.341607, 7.619099, 8.961423",\
|
|
"8.381751, 8.405437, 8.480652, 8.758143, 10.100467");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "7.083925, 7.102299, 7.151497, 7.286284, 7.864761",\
|
|
"7.129156, 7.147530, 7.196728, 7.331515, 7.909992",\
|
|
"7.239203, 7.257577, 7.306776, 7.441563, 8.020040",\
|
|
"7.566273, 7.584646, 7.633845, 7.768632, 8.347110",\
|
|
"8.705317, 8.723690, 8.772890, 8.907677, 9.486154");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "6.760359, 6.784045, 6.859259, 7.136751, 8.479074",\
|
|
"6.805590, 6.829276, 6.904490, 7.181981, 8.524304",\
|
|
"6.915637, 6.939323, 7.014537, 7.292028, 8.634353",\
|
|
"7.242707, 7.266393, 7.341607, 7.619099, 8.961423",\
|
|
"8.381751, 8.405437, 8.480652, 8.758143, 10.100467");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550",\
|
|
"0.047077, 0.070457, 0.158291, 0.534667, 2.376550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "7.083925, 7.102299, 7.151497, 7.286284, 7.864761",\
|
|
"7.129156, 7.147530, 7.196728, 7.331515, 7.909992",\
|
|
"7.239203, 7.257577, 7.306776, 7.441563, 8.020040",\
|
|
"7.566273, 7.584646, 7.633845, 7.768632, 8.347110",\
|
|
"8.705317, 8.723690, 8.772890, 8.907677, 9.486154");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332",\
|
|
"0.044988, 0.057828, 0.097039, 0.250175, 1.030332");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.004080 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.382237, 2.337007, 2.226959, 1.899889, 0.760555",\
|
|
"2.434254, 2.389024, 2.278976, 1.951906, 0.812572",\
|
|
"2.538957, 2.493727, 2.383680, 2.056609, 0.917275",\
|
|
"2.783369, 2.738138, 2.628091, 2.301021, 1.161687",\
|
|
"3.567321, 3.522091, 3.412043, 3.084973, 1.945639");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.657794, 2.612564, 2.502517, 2.175447, 1.036112",\
|
|
"2.705943, 2.660712, 2.550665, 2.223595, 1.084260",\
|
|
"2.818257, 2.773026, 2.662979, 2.335909, 1.196575",\
|
|
"3.104911, 3.059681, 2.949634, 2.622563, 1.483229",\
|
|
"3.970802, 3.925572, 3.815525, 3.488454, 2.349120");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.387845, -1.342614, -1.232567, -0.905497, 0.233837",\
|
|
"-1.439862, -1.394631, -1.284584, -0.957514, 0.181821",\
|
|
"-1.544565, -1.499335, -1.389287, -1.062217, 0.077117",\
|
|
"-1.788976, -1.743746, -1.633698, -1.306628, -0.167294",\
|
|
"-2.572928, -2.527697, -2.417650, -2.090580, -0.951246");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.052598, 0.097828, 0.207876, 0.534946, 1.674280",\
|
|
"0.004447, 0.049677, 0.159725, 0.486795, 1.626129",\
|
|
"-0.107874, -0.062643, 0.047404, 0.374474, 1.513809",\
|
|
"-0.394412, -0.349181, -0.239134, 0.087936, 1.227270",\
|
|
"-1.260579, -1.215348, -1.105301, -0.778230, 0.361104");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.003266 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.440180, 2.394949, 2.284902, 1.957832, 0.818497",\
|
|
"2.491820, 2.446590, 2.336542, 2.009472, 0.870138",\
|
|
"2.596249, 2.551019, 2.440972, 2.113901, 0.974567",\
|
|
"2.839789, 2.794558, 2.684511, 2.357441, 1.218107",\
|
|
"3.626487, 3.581257, 3.471210, 3.144140, 2.004805");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.467223, 2.421992, 2.311945, 1.984875, 0.845541",\
|
|
"2.515396, 2.470165, 2.360118, 2.033048, 0.893713",\
|
|
"2.627848, 2.582618, 2.472570, 2.145500, 1.006166",\
|
|
"2.914041, 2.868811, 2.758763, 2.431693, 1.292359",\
|
|
"3.778423, 3.733192, 3.623145, 3.296075, 2.156741");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.445787, -1.400557, -1.290509, -0.963439, 0.175895",\
|
|
"-1.497428, -1.452197, -1.342150, -1.015079, 0.124255",\
|
|
"-1.601857, -1.556626, -1.446579, -1.119509, 0.019825",\
|
|
"-1.845396, -1.800166, -1.690118, -1.363048, -0.223714",\
|
|
"-2.632095, -2.586864, -2.476817, -2.149747, -1.010412");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.049999, 0.095229, 0.205277, 0.532347, 1.671681",\
|
|
"0.001864, 0.047095, 0.157142, 0.484213, 1.623547",\
|
|
"-0.110612, -0.065381, 0.044666, 0.371737, 1.511071",\
|
|
"-0.397441, -0.352211, -0.242163, 0.084907, 1.224241",\
|
|
"-1.268337, -1.223106, -1.113059, -0.785989, 0.353345");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002768 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.487827, 1.442597, 1.332549, 1.005479, -0.133855",\
|
|
"1.539205, 1.493974, 1.383927, 1.056857, -0.082477",\
|
|
"1.643509, 1.598279, 1.488231, 1.161161, 0.021827",\
|
|
"1.887026, 1.841795, 1.731748, 1.404678, 0.265343",\
|
|
"2.674204, 2.628973, 2.518926, 2.191856, 1.052522");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.998555, 1.953325, 1.843278, 1.516207, 0.376873",\
|
|
"2.046743, 2.001512, 1.891465, 1.564395, 0.425061",\
|
|
"2.159148, 2.113918, 2.003871, 1.676800, 0.537466",\
|
|
"2.445683, 2.400452, 2.290405, 1.963335, 0.824000",\
|
|
"3.309412, 3.264181, 3.154134, 2.827064, 1.687729");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.484514, -0.439284, -0.329236, -0.002166, 1.137168",\
|
|
"-0.535835, -0.490605, -0.380557, -0.053487, 1.085847",\
|
|
"-0.640199, -0.594969, -0.484921, -0.157851, 0.981483",\
|
|
"-0.883672, -0.838442, -0.728394, -0.401324, 0.738010",\
|
|
"-1.672163, -1.626932, -1.516885, -1.189815, -0.050481");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.396976, 0.442207, 0.552254, 0.879325, 2.018659",\
|
|
"0.348802, 0.394033, 0.504080, 0.831151, 1.970485",\
|
|
"0.236383, 0.281614, 0.391661, 0.718732, 1.858066",\
|
|
"-0.050424, -0.005194, 0.104854, 0.431924, 1.571258",\
|
|
"-0.917582, -0.872351, -0.762304, -0.435234, 0.704100");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
capacitance : 0.002880 ;
|
|
|
|
/* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.718252, 1.673022, 1.562974, 1.235904, 0.096570",\
|
|
"1.769597, 1.724366, 1.614319, 1.287249, 0.147915",\
|
|
"1.873960, 1.828730, 1.718683, 1.391612, 0.252278",\
|
|
"2.117398, 2.072168, 1.962120, 1.635050, 0.495716",\
|
|
"2.903964, 2.858734, 2.748686, 2.421616, 1.282282");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.206271, 2.161041, 2.050993, 1.723923, 0.584589",\
|
|
"2.254456, 2.209226, 2.099178, 1.772108, 0.632774",\
|
|
"2.366875, 2.321645, 2.211597, 1.884527, 0.745193",\
|
|
"2.653301, 2.608071, 2.498024, 2.170953, 1.031619",\
|
|
"3.516957, 3.471726, 3.361679, 3.034609, 1.895275");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.582117, -0.536886, -0.426839, -0.099769, 1.039566",\
|
|
"-0.633461, -0.588231, -0.478184, -0.151113, 0.988221",\
|
|
"-0.737825, -0.692595, -0.582547, -0.255477, 0.883857",\
|
|
"-0.981263, -0.936033, -0.825985, -0.498915, 0.640419",\
|
|
"-1.767829, -1.722598, -1.612551, -1.285480, -0.146146");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.090857, 0.136087, 0.246135, 0.573205, 1.712539",\
|
|
"0.042672, 0.087902, 0.197950, 0.525020, 1.664354",\
|
|
"-0.069747, -0.024517, 0.085531, 0.412601, 1.551935",\
|
|
"-0.356173, -0.310943, -0.200895, 0.126175, 1.265509",\
|
|
"-1.219829, -1.174598, -1.064551, -0.737480, 0.401854");
|
|
}
|
|
|
|
} /* 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 : 5.000000 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 1.000000 ;
|
|
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 ( "1.246318");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.815266");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.036391, 3.081621, 3.191669, 3.518739, 4.658073");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.147743, 0.147743, 0.147743, 0.147743, 0.147743");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.202110, 3.247341, 3.357388, 3.684459, 4.823793");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.137668, 0.137668, 0.137668, 0.137668, 0.137668");
|
|
}
|
|
|
|
} /* 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.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.036391, 3.081621, 3.191669, 3.518739, 4.658073");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.147743, 0.147743, 0.147743, 0.147743, 0.147743");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.202110, 3.247341, 3.357388, 3.684459, 4.823793");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.137668, 0.137668, 0.137668, 0.137668, 0.137668");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|