mirror of https://github.com/efabless/caravel.git
30779 lines
1.3 MiB
30779 lines
1.3 MiB
|
|
library("housekeeping.ff") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Sat Oct 15 13:50:07 2022" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.9500 ;
|
|
nom_temperature : -40.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ff_1.95v_-40C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.9500 ;
|
|
temperature : -40.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ff_1.95v_-40C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 78022.773438 ;
|
|
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.001173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_in;
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.306744, 0.315204, 0.340898, 0.433824, 0.887670",\
|
|
"0.337214, 0.345674, 0.371368, 0.464294, 0.918140",\
|
|
"0.352941, 0.361401, 0.387095, 0.480021, 0.922309",\
|
|
"0.360613, 0.369073, 0.394767, 0.487694, 0.922309",\
|
|
"0.360613, 0.369073, 0.394767, 0.487694, 0.922309");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.015731, 0.023963, 0.054536, 0.184722, 0.850786",\
|
|
"0.015731, 0.023963, 0.054536, 0.184722, 0.850786",\
|
|
"0.015731, 0.023963, 0.054536, 0.184722, 0.850785",\
|
|
"0.015732, 0.023964, 0.054536, 0.184722, 0.850785",\
|
|
"0.015734, 0.023967, 0.054537, 0.184722, 0.850785");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.310833, 0.317374, 0.334528, 0.379615, 0.570856",\
|
|
"0.359769, 0.366310, 0.383464, 0.428551, 0.619792",\
|
|
"0.408527, 0.415068, 0.432223, 0.477310, 0.668551",\
|
|
"0.487061, 0.493602, 0.510757, 0.555844, 0.747085",\
|
|
"0.623717, 0.630258, 0.647412, 0.692499, 0.883740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.306744, 0.315204, 0.340898, 0.433824, 0.887670",\
|
|
"0.337214, 0.345674, 0.371368, 0.464294, 0.918140",\
|
|
"0.341381, 0.349842, 0.375536, 0.468463, 0.922309",\
|
|
"0.341381, 0.349842, 0.375536, 0.468463, 0.922309",\
|
|
"0.341381, 0.349842, 0.375536, 0.468463, 0.922309");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.015731, 0.023963, 0.054536, 0.184722, 0.850786",\
|
|
"0.015731, 0.023963, 0.054536, 0.184722, 0.850786",\
|
|
"0.015731, 0.023963, 0.054536, 0.184722, 0.850785",\
|
|
"0.015732, 0.023964, 0.054536, 0.184722, 0.850785",\
|
|
"0.015734, 0.023967, 0.054537, 0.184722, 0.850785");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.310833, 0.317374, 0.334528, 0.379615, 0.570856",\
|
|
"0.359769, 0.366310, 0.383464, 0.428551, 0.619792",\
|
|
"0.408527, 0.415068, 0.432223, 0.477310, 0.668551",\
|
|
"0.487061, 0.493602, 0.510757, 0.555844, 0.747085",\
|
|
"0.623717, 0.630258, 0.647412, 0.692499, 0.883740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032675, 0.080895, 0.343021");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.401489, 0.409953, 0.435651, 0.528579, 0.982425",\
|
|
"0.436557, 0.445021, 0.470719, 0.563646, 1.017493",\
|
|
"0.463588, 0.472052, 0.497750, 0.590678, 1.044524",\
|
|
"0.486913, 0.495378, 0.521076, 0.614003, 1.067850",\
|
|
"0.488564, 0.497028, 0.522727, 0.615654, 1.069501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.015757, 0.023986, 0.054547, 0.184723, 0.850783",\
|
|
"0.015757, 0.023986, 0.054547, 0.184723, 0.850783",\
|
|
"0.015757, 0.023986, 0.054547, 0.184723, 0.850783",\
|
|
"0.015758, 0.023987, 0.054547, 0.184723, 0.850783",\
|
|
"0.015760, 0.023989, 0.054548, 0.184723, 0.850783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.395535, 0.402077, 0.419233, 0.464318, 0.655558",\
|
|
"0.446168, 0.452710, 0.469866, 0.514951, 0.706191",\
|
|
"0.506350, 0.512891, 0.530048, 0.575133, 0.766373",\
|
|
"0.607698, 0.614239, 0.631394, 0.676480, 0.867721",\
|
|
"0.780560, 0.787101, 0.804254, 0.849342, 1.040584");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.014632, 0.019175, 0.032673, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032673, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032673, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032674, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032676, 0.080895, 0.343020");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.401489, 0.409953, 0.435651, 0.528579, 0.982425",\
|
|
"0.436557, 0.445021, 0.470719, 0.563646, 1.017493",\
|
|
"0.463588, 0.472052, 0.497750, 0.590678, 1.044524",\
|
|
"0.486913, 0.495378, 0.521076, 0.614003, 1.067850",\
|
|
"0.488564, 0.497028, 0.522727, 0.615654, 1.069501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.015757, 0.023986, 0.054547, 0.184723, 0.850783",\
|
|
"0.015757, 0.023986, 0.054547, 0.184723, 0.850783",\
|
|
"0.015757, 0.023986, 0.054547, 0.184723, 0.850783",\
|
|
"0.015758, 0.023987, 0.054547, 0.184723, 0.850783",\
|
|
"0.015760, 0.023989, 0.054548, 0.184723, 0.850783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.395535, 0.402077, 0.419233, 0.464318, 0.655558",\
|
|
"0.446168, 0.452710, 0.469866, 0.514951, 0.706191",\
|
|
"0.506350, 0.512891, 0.530048, 0.575133, 0.766373",\
|
|
"0.607698, 0.614239, 0.631394, 0.676480, 0.867721",\
|
|
"0.780560, 0.787101, 0.804254, 0.849342, 1.040584");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.014632, 0.019175, 0.032673, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032673, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032673, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032674, 0.080895, 0.343021",\
|
|
"0.014632, 0.019175, 0.032676, 0.080895, 0.343020");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una_min*/
|
|
|
|
} /* end of pin debug_in */
|
|
|
|
pin("debug_mode") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002902 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_mode;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002719 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_oeb;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002705 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_out;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 0.173960 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004027 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk;
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.393344, 0.445596, 0.536410, 0.776052, 1.632921",\
|
|
"0.425067, 0.477319, 0.568133, 0.807775, 1.664644",\
|
|
"0.441471, 0.493723, 0.584537, 0.824179, 1.667859",\
|
|
"0.449467, 0.501720, 0.592534, 0.832175, 1.667859",\
|
|
"0.449467, 0.501720, 0.592534, 0.832175, 1.667859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.048580, 0.123551, 0.255668, 0.605925, 1.855715",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855715",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855715",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855716",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.423175, 0.450288, 0.495048, 0.612787, 1.031006",\
|
|
"0.471594, 0.498707, 0.543468, 0.661206, 1.079425",\
|
|
"0.527367, 0.554480, 0.599240, 0.716979, 1.135197",\
|
|
"0.621176, 0.648289, 0.693049, 0.810788, 1.229006",\
|
|
"0.776786, 0.803900, 0.848660, 0.966398, 1.384615");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.026372, 0.057342, 0.113188, 0.265613, 0.815101",\
|
|
"0.026372, 0.057342, 0.113188, 0.265613, 0.815101",\
|
|
"0.026372, 0.057342, 0.113188, 0.265613, 0.815101",\
|
|
"0.026373, 0.057343, 0.113188, 0.265613, 0.815101",\
|
|
"0.026373, 0.057343, 0.113188, 0.265613, 0.815102");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.393344, 0.445596, 0.536410, 0.776052, 1.632921",\
|
|
"0.425067, 0.477319, 0.568133, 0.807775, 1.664644",\
|
|
"0.428290, 0.480542, 0.571356, 0.810997, 1.667859",\
|
|
"0.428290, 0.480542, 0.571356, 0.810997, 1.667859",\
|
|
"0.428290, 0.480542, 0.571356, 0.810997, 1.667859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.048580, 0.123551, 0.255668, 0.605925, 1.855715",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855715",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855715",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855716",\
|
|
"0.048580, 0.123551, 0.255668, 0.605925, 1.855717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.422760, 0.449873, 0.494634, 0.612372, 1.030591",\
|
|
"0.471180, 0.498293, 0.543053, 0.660792, 1.079010",\
|
|
"0.526973, 0.554086, 0.598846, 0.716585, 1.134803",\
|
|
"0.620824, 0.647937, 0.692697, 0.810436, 1.228654",\
|
|
"0.776786, 0.803900, 0.848660, 0.966398, 1.384615");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.004527, 0.013354, 0.028761, 0.069622, 0.214027");
|
|
values ( "0.026372, 0.057342, 0.113188, 0.265613, 0.814933",\
|
|
"0.026372, 0.057342, 0.113188, 0.265613, 0.814933",\
|
|
"0.026372, 0.057342, 0.113188, 0.265613, 0.814933",\
|
|
"0.026373, 0.057343, 0.113188, 0.265613, 0.814934",\
|
|
"0.026373, 0.057343, 0.113188, 0.265613, 0.814935");
|
|
}
|
|
|
|
} /* 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.001433 ;
|
|
|
|
/* 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.000845 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.452661, 0.461327, 0.487190, 0.581140, 1.004828",\
|
|
"0.452661, 0.461327, 0.487190, 0.581140, 1.004828",\
|
|
"0.452661, 0.461327, 0.487190, 0.581140, 1.004828",\
|
|
"0.440834, 0.449500, 0.475363, 0.569313, 1.004828",\
|
|
"0.378824, 0.387490, 0.413354, 0.507304, 0.962227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.015995, 0.024163, 0.054434, 0.188371, 0.854434",\
|
|
"0.015995, 0.024163, 0.054434, 0.188371, 0.854434",\
|
|
"0.015995, 0.024164, 0.054434, 0.188371, 0.854434",\
|
|
"0.015995, 0.024164, 0.054435, 0.188371, 0.854434",\
|
|
"0.015997, 0.024166, 0.054436, 0.188371, 0.854434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.428852, 0.435476, 0.452658, 0.498633, 0.691124",\
|
|
"0.480326, 0.486950, 0.504132, 0.550108, 0.742598",\
|
|
"0.541186, 0.547811, 0.564992, 0.610968, 0.803458",\
|
|
"0.644422, 0.651046, 0.668228, 0.714203, 0.906694",\
|
|
"0.834622, 0.841247, 0.858429, 0.904404, 1.096894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.421427, 0.430092, 0.455955, 0.549905, 1.004828",\
|
|
"0.421427, 0.430092, 0.455955, 0.549905, 1.004828",\
|
|
"0.421427, 0.430092, 0.455955, 0.549905, 1.004828",\
|
|
"0.421427, 0.430092, 0.455955, 0.549905, 1.004828",\
|
|
"0.378824, 0.387490, 0.413354, 0.507304, 0.962227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.015995, 0.024163, 0.054434, 0.188371, 0.854434",\
|
|
"0.015995, 0.024163, 0.054434, 0.188371, 0.854434",\
|
|
"0.015995, 0.024164, 0.054434, 0.188371, 0.854434",\
|
|
"0.015995, 0.024164, 0.054435, 0.188371, 0.854434",\
|
|
"0.015997, 0.024166, 0.054436, 0.188371, 0.854434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.427800, 0.434424, 0.451605, 0.497581, 0.690072",\
|
|
"0.479274, 0.485898, 0.503080, 0.549056, 0.741546",\
|
|
"0.540191, 0.546815, 0.563997, 0.609972, 0.802463",\
|
|
"0.644422, 0.651046, 0.668228, 0.714203, 0.906694",\
|
|
"0.834622, 0.841247, 0.858429, 0.904404, 1.096894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817",\
|
|
"0.014462, 0.019031, 0.032584, 0.084264, 0.346817");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.437205, 0.445873, 0.471738, 0.565688, 1.020613",\
|
|
"0.468948, 0.477615, 0.503480, 0.597431, 1.052355",\
|
|
"0.485124, 0.493792, 0.519657, 0.613608, 1.055500",\
|
|
"0.493169, 0.501837, 0.527702, 0.621653, 1.055500",\
|
|
"0.493169, 0.501837, 0.527702, 0.621653, 1.055500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.016009, 0.024176, 0.054440, 0.188372, 0.854433",\
|
|
"0.016009, 0.024176, 0.054440, 0.188372, 0.854433",\
|
|
"0.016009, 0.024176, 0.054440, 0.188372, 0.854433",\
|
|
"0.016009, 0.024176, 0.054440, 0.188372, 0.854433",\
|
|
"0.016011, 0.024178, 0.054441, 0.188372, 0.854433");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.440064, 0.446690, 0.463874, 0.509847, 0.702336",\
|
|
"0.488499, 0.495125, 0.512309, 0.558282, 0.750771",\
|
|
"0.543995, 0.550620, 0.567805, 0.613777, 0.806267",\
|
|
"0.637968, 0.644593, 0.661778, 0.707750, 0.900240",\
|
|
"0.793309, 0.799934, 0.817118, 0.863091, 1.055581");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.437205, 0.445873, 0.471738, 0.565688, 1.020613",\
|
|
"0.468948, 0.477615, 0.503480, 0.597431, 1.052355",\
|
|
"0.472092, 0.480760, 0.506625, 0.600576, 1.055500",\
|
|
"0.472092, 0.480760, 0.506625, 0.600576, 1.055500",\
|
|
"0.472092, 0.480760, 0.506625, 0.600576, 1.055500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.016009, 0.024175, 0.054440, 0.188372, 0.854433",\
|
|
"0.016009, 0.024175, 0.054440, 0.188372, 0.854433",\
|
|
"0.016009, 0.024175, 0.054440, 0.188372, 0.854433",\
|
|
"0.016009, 0.024176, 0.054440, 0.188372, 0.854433",\
|
|
"0.016011, 0.024178, 0.054441, 0.188372, 0.854433");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.440064, 0.446690, 0.463874, 0.509847, 0.702336",\
|
|
"0.488499, 0.495125, 0.512309, 0.558282, 0.750771",\
|
|
"0.543995, 0.550620, 0.567805, 0.613777, 0.806267",\
|
|
"0.637968, 0.644593, 0.661778, 0.707750, 0.900240",\
|
|
"0.793309, 0.799934, 0.817118, 0.863091, 1.055581");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818",\
|
|
"0.014462, 0.019031, 0.032582, 0.084263, 0.346818");
|
|
}
|
|
|
|
} /* 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.001800 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb_oeb;
|
|
} /* end of pin pad_flash_csb_oeb */
|
|
|
|
pin("pad_flash_io0_di") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006833 ;
|
|
|
|
/* 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.001039 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_do;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.453231, 0.461786, 0.487594, 0.581579, 1.007892",\
|
|
"0.453231, 0.461786, 0.487594, 0.581579, 1.007892",\
|
|
"0.440992, 0.449547, 0.475355, 0.569341, 1.007892",\
|
|
"0.342877, 0.351432, 0.377240, 0.471227, 0.926243",\
|
|
"-0.035367, -0.026809, -0.000998, 0.092989, 0.548007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.015840, 0.024036, 0.054448, 0.188630, 0.854984",\
|
|
"0.015840, 0.024037, 0.054448, 0.188630, 0.854984",\
|
|
"0.015841, 0.024037, 0.054449, 0.188630, 0.854984",\
|
|
"0.015844, 0.024040, 0.054450, 0.188630, 0.854984",\
|
|
"0.015863, 0.024056, 0.054458, 0.188631, 0.854982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.435454, 0.442027, 0.459202, 0.505212, 0.694787",\
|
|
"0.529269, 0.535842, 0.553017, 0.599027, 0.788602",\
|
|
"0.656017, 0.662591, 0.679765, 0.725775, 0.915350",\
|
|
"0.921721, 0.928294, 0.945469, 0.991479, 1.181054",\
|
|
"1.553655, 1.560228, 1.577401, 1.623413, 1.812988");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014569, 0.019099, 0.032621, 0.084436, 0.345535",\
|
|
"0.014569, 0.019099, 0.032621, 0.084436, 0.345535",\
|
|
"0.014569, 0.019099, 0.032621, 0.084436, 0.345535",\
|
|
"0.014569, 0.019099, 0.032621, 0.084436, 0.345535",\
|
|
"0.014569, 0.019099, 0.032622, 0.084436, 0.345535");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.423973, 0.432528, 0.458335, 0.552321, 1.007338",\
|
|
"0.423973, 0.432528, 0.458335, 0.552321, 1.007338",\
|
|
"0.423973, 0.432528, 0.458335, 0.552321, 1.007338",\
|
|
"0.342411, 0.350966, 0.376774, 0.470760, 0.925777",\
|
|
"-0.035367, -0.026809, -0.000998, 0.092989, 0.548007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.015839, 0.024035, 0.054448, 0.188630, 0.854984",\
|
|
"0.015839, 0.024035, 0.054448, 0.188630, 0.854984",\
|
|
"0.015840, 0.024036, 0.054448, 0.188630, 0.854984",\
|
|
"0.015843, 0.024039, 0.054450, 0.188630, 0.854984",\
|
|
"0.015863, 0.024056, 0.054458, 0.188631, 0.854982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.432271, 0.438845, 0.456019, 0.502030, 0.691605",\
|
|
"0.526046, 0.532620, 0.549794, 0.595805, 0.785380",\
|
|
"0.653188, 0.659762, 0.676936, 0.722947, 0.912521",\
|
|
"0.919565, 0.926139, 0.943313, 0.989324, 1.178899",\
|
|
"1.552174, 1.558747, 1.575921, 1.621932, 1.811508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014569, 0.019099, 0.032621, 0.084436, 0.345534",\
|
|
"0.014569, 0.019099, 0.032621, 0.084436, 0.345534",\
|
|
"0.014569, 0.019099, 0.032621, 0.084436, 0.345534",\
|
|
"0.014569, 0.019099, 0.032621, 0.084436, 0.345534",\
|
|
"0.014569, 0.019099, 0.032622, 0.084436, 0.345534");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.442894, 0.451452, 0.477262, 0.571249, 1.026267",\
|
|
"0.474611, 0.483169, 0.508980, 0.602966, 1.057984",\
|
|
"0.490715, 0.499273, 0.525083, 0.619070, 1.060941",\
|
|
"0.498712, 0.507270, 0.533080, 0.627067, 1.060941",\
|
|
"0.498712, 0.507270, 0.533080, 0.627067, 1.060941");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015863, 0.024056, 0.054458, 0.188631, 0.854982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.442064, 0.448638, 0.465816, 0.511823, 0.701397",\
|
|
"0.490508, 0.497083, 0.514261, 0.560268, 0.749842",\
|
|
"0.546415, 0.552990, 0.570168, 0.616175, 0.805749",\
|
|
"0.638548, 0.645122, 0.662300, 0.708307, 0.897881",\
|
|
"0.798186, 0.804760, 0.821937, 0.867945, 1.057519");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.442894, 0.451452, 0.477262, 0.571249, 1.026267",\
|
|
"0.474611, 0.483169, 0.508980, 0.602966, 1.057984",\
|
|
"0.477567, 0.486125, 0.511936, 0.605923, 1.060941",\
|
|
"0.477567, 0.486125, 0.511936, 0.605923, 1.060941",\
|
|
"0.477567, 0.486125, 0.511936, 0.605923, 1.060941");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015860, 0.024054, 0.054457, 0.188631, 0.854982",\
|
|
"0.015863, 0.024056, 0.054458, 0.188631, 0.854982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.440903, 0.447477, 0.464655, 0.510662, 0.700237",\
|
|
"0.489348, 0.495922, 0.513100, 0.559107, 0.748682",\
|
|
"0.545308, 0.551882, 0.569060, 0.615067, 0.804641",\
|
|
"0.637504, 0.644079, 0.661256, 0.707263, 0.896838",\
|
|
"0.797298, 0.803872, 0.821049, 0.867057, 1.056632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536",\
|
|
"0.014569, 0.019099, 0.032619, 0.084436, 0.345536");
|
|
}
|
|
|
|
} /* 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.001290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.407466, 0.414086, 0.431486, 0.477857, 0.667747",\
|
|
"0.442552, 0.449171, 0.466571, 0.512943, 0.702832",\
|
|
"0.469687, 0.476307, 0.493709, 0.540080, 0.729970",\
|
|
"0.493408, 0.500031, 0.517438, 0.563813, 0.753704",\
|
|
"0.496328, 0.502959, 0.520385, 0.566768, 0.756662");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.015467, 0.019952, 0.033327, 0.085284, 0.347520",\
|
|
"0.015467, 0.019952, 0.033327, 0.085284, 0.347520",\
|
|
"0.015470, 0.019955, 0.033329, 0.085286, 0.347521",\
|
|
"0.015487, 0.019972, 0.033343, 0.085293, 0.347524",\
|
|
"0.015537, 0.020025, 0.033386, 0.085314, 0.347534");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.394331, 0.403082, 0.429168, 0.523416, 0.979222",\
|
|
"0.444966, 0.453718, 0.479803, 0.574052, 1.029857",\
|
|
"0.506424, 0.515176, 0.541262, 0.635511, 1.091316",\
|
|
"0.607914, 0.616671, 0.642761, 0.737011, 1.192818",\
|
|
"0.777306, 0.786073, 0.812174, 0.906426, 1.362236");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.017753, 0.025711, 0.055346, 0.189342, 0.856935",\
|
|
"0.017753, 0.025711, 0.055346, 0.189342, 0.856935",\
|
|
"0.017757, 0.025714, 0.055347, 0.189343, 0.856935",\
|
|
"0.017786, 0.025739, 0.055360, 0.189344, 0.856932",\
|
|
"0.017854, 0.025798, 0.055389, 0.189346, 0.856927");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.407466, 0.414086, 0.431486, 0.477857, 0.667747",\
|
|
"0.442552, 0.449171, 0.466571, 0.512943, 0.702832",\
|
|
"0.469687, 0.476307, 0.493709, 0.540080, 0.729970",\
|
|
"0.493408, 0.500031, 0.517438, 0.563813, 0.753704",\
|
|
"0.496328, 0.502959, 0.520385, 0.566768, 0.756662");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.015467, 0.019952, 0.033327, 0.085284, 0.347520",\
|
|
"0.015467, 0.019952, 0.033327, 0.085284, 0.347520",\
|
|
"0.015470, 0.019955, 0.033329, 0.085286, 0.347521",\
|
|
"0.015487, 0.019972, 0.033343, 0.085293, 0.347524",\
|
|
"0.015537, 0.020025, 0.033386, 0.085314, 0.347534");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.394331, 0.403082, 0.429168, 0.523416, 0.979222",\
|
|
"0.444966, 0.453718, 0.479803, 0.574052, 1.029857",\
|
|
"0.506424, 0.515176, 0.541262, 0.635511, 1.091316",\
|
|
"0.607914, 0.616671, 0.642761, 0.737011, 1.192818",\
|
|
"0.777306, 0.786073, 0.812174, 0.906426, 1.362236");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.017753, 0.025711, 0.055346, 0.189342, 0.856935",\
|
|
"0.017753, 0.025711, 0.055346, 0.189342, 0.856935",\
|
|
"0.017757, 0.025714, 0.055347, 0.189343, 0.856935",\
|
|
"0.017786, 0.025739, 0.055360, 0.189344, 0.856932",\
|
|
"0.017854, 0.025798, 0.055389, 0.189346, 0.856927");
|
|
}
|
|
|
|
} /* 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.003085 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.438250, 0.446330, 0.472237, 0.567706, 1.020231",\
|
|
"0.473335, 0.481415, 0.507322, 0.602791, 1.055316",\
|
|
"0.500436, 0.508516, 0.534423, 0.629892, 1.082417",\
|
|
"0.523947, 0.532027, 0.557935, 0.653404, 1.105929",\
|
|
"0.527163, 0.535244, 0.561150, 0.656620, 1.109156");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016801, 0.024952, 0.055518, 0.193483, 0.863883");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.438352, 0.444509, 0.461693, 0.506937, 0.701376",\
|
|
"0.488987, 0.495145, 0.512328, 0.557573, 0.752012",\
|
|
"0.550437, 0.556595, 0.573778, 0.619023, 0.813462",\
|
|
"0.651866, 0.658023, 0.675207, 0.720451, 0.914890",\
|
|
"0.821252, 0.827409, 0.844591, 0.889837, 1.084277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.015511, 0.019753, 0.032919, 0.087468, 0.349033",\
|
|
"0.015511, 0.019753, 0.032919, 0.087468, 0.349033",\
|
|
"0.015511, 0.019753, 0.032919, 0.087468, 0.349033",\
|
|
"0.015511, 0.019753, 0.032919, 0.087468, 0.349033",\
|
|
"0.015512, 0.019753, 0.032920, 0.087468, 0.349032");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.438250, 0.446330, 0.472237, 0.567706, 1.020231",\
|
|
"0.473335, 0.481415, 0.507322, 0.602791, 1.055316",\
|
|
"0.500436, 0.508516, 0.534423, 0.629892, 1.082417",\
|
|
"0.523947, 0.532027, 0.557935, 0.653404, 1.105929",\
|
|
"0.527163, 0.535244, 0.561150, 0.656620, 1.109156");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016795, 0.024947, 0.055515, 0.193479, 0.863862",\
|
|
"0.016801, 0.024952, 0.055518, 0.193483, 0.863883");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.438352, 0.444509, 0.461693, 0.506937, 0.701376",\
|
|
"0.488987, 0.495145, 0.512328, 0.557573, 0.752012",\
|
|
"0.550437, 0.556595, 0.573778, 0.619023, 0.813462",\
|
|
"0.651866, 0.658023, 0.675207, 0.720451, 0.914890",\
|
|
"0.821252, 0.827409, 0.844591, 0.889837, 1.084277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.015511, 0.019753, 0.032919, 0.087468, 0.346425",\
|
|
"0.015511, 0.019753, 0.032919, 0.087468, 0.346425",\
|
|
"0.015511, 0.019753, 0.032919, 0.087468, 0.346425",\
|
|
"0.015511, 0.019753, 0.032919, 0.087468, 0.346425",\
|
|
"0.015512, 0.019753, 0.032920, 0.087468, 0.346424");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_oeb */
|
|
|
|
pin("pad_flash_io1_di") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003699 ;
|
|
|
|
/* 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.001248 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_do;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.374066, 0.382512, 0.408297, 0.502472, 0.958179",\
|
|
"0.408909, 0.417355, 0.443140, 0.537315, 0.993022",\
|
|
"0.436222, 0.444667, 0.470452, 0.564627, 1.020335",\
|
|
"0.460284, 0.468729, 0.494514, 0.588689, 1.044398",\
|
|
"0.461583, 0.470029, 0.495814, 0.589989, 1.045704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.015654, 0.023877, 0.054425, 0.189220, 0.857042",\
|
|
"0.015654, 0.023877, 0.054425, 0.189220, 0.857042",\
|
|
"0.015654, 0.023877, 0.054425, 0.189220, 0.857043",\
|
|
"0.015655, 0.023878, 0.054426, 0.189221, 0.857045",\
|
|
"0.015658, 0.023881, 0.054427, 0.189223, 0.857056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.367352, 0.373894, 0.391132, 0.437287, 0.627128",\
|
|
"0.418020, 0.424562, 0.441800, 0.487955, 0.677796",\
|
|
"0.479853, 0.486394, 0.503632, 0.549788, 0.739628",\
|
|
"0.582025, 0.588566, 0.605804, 0.651960, 0.841801",\
|
|
"0.751304, 0.757844, 0.775080, 0.821238, 1.011079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.014669, 0.019174, 0.032597, 0.084968, 0.347513",\
|
|
"0.014669, 0.019174, 0.032597, 0.084968, 0.347513",\
|
|
"0.014669, 0.019174, 0.032597, 0.084968, 0.347512",\
|
|
"0.014669, 0.019174, 0.032598, 0.084968, 0.347512",\
|
|
"0.014669, 0.019173, 0.032600, 0.084968, 0.347512");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.373693, 0.382139, 0.407924, 0.502098, 0.957805",\
|
|
"0.408536, 0.416982, 0.442767, 0.536942, 0.992648",\
|
|
"0.435850, 0.444296, 0.470080, 0.564255, 1.019962",\
|
|
"0.459921, 0.468366, 0.494151, 0.588326, 1.044034",\
|
|
"0.461583, 0.470029, 0.495814, 0.589989, 1.045704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.015653, 0.023877, 0.054425, 0.189219, 0.857040",\
|
|
"0.015653, 0.023877, 0.054425, 0.189219, 0.857040",\
|
|
"0.015653, 0.023877, 0.054425, 0.189220, 0.857040",\
|
|
"0.015654, 0.023877, 0.054426, 0.189220, 0.857043",\
|
|
"0.015658, 0.023881, 0.054427, 0.189223, 0.857056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.364870, 0.371412, 0.388650, 0.434805, 0.624645",\
|
|
"0.415538, 0.422079, 0.439318, 0.485473, 0.675313",\
|
|
"0.477434, 0.483975, 0.501214, 0.547369, 0.737209",\
|
|
"0.580358, 0.586899, 0.604137, 0.650293, 0.840133",\
|
|
"0.749900, 0.756440, 0.773676, 0.819834, 1.009675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.014669, 0.019174, 0.032597, 0.084968, 0.347513",\
|
|
"0.014669, 0.019174, 0.032597, 0.084968, 0.347513",\
|
|
"0.014669, 0.019174, 0.032597, 0.084968, 0.347513",\
|
|
"0.014669, 0.019174, 0.032598, 0.084968, 0.347512",\
|
|
"0.014669, 0.019173, 0.032599, 0.084968, 0.347512");
|
|
}
|
|
|
|
} /* 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.001614 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.481332, 0.487776, 0.505013, 0.551373, 0.741785",\
|
|
"0.516376, 0.522820, 0.540057, 0.586418, 0.776830",\
|
|
"0.542738, 0.549182, 0.566419, 0.612780, 0.803192",\
|
|
"0.565874, 0.572318, 0.589555, 0.635915, 0.826328",\
|
|
"0.567127, 0.573571, 0.590807, 0.637168, 0.827580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.510484, 0.518783, 0.544623, 0.639001, 1.094668",\
|
|
"0.561136, 0.569434, 0.595274, 0.689652, 1.145319",\
|
|
"0.622780, 0.631079, 0.656918, 0.751296, 1.206964",\
|
|
"0.724997, 0.733296, 0.759136, 0.853514, 1.309181",\
|
|
"0.895540, 0.903839, 0.929679, 1.024057, 1.479724");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.015525, 0.023772, 0.054476, 0.189721, 0.857922",\
|
|
"0.015525, 0.023772, 0.054476, 0.189721, 0.857922",\
|
|
"0.015525, 0.023772, 0.054476, 0.189721, 0.857922",\
|
|
"0.015525, 0.023772, 0.054476, 0.189721, 0.857922",\
|
|
"0.015525, 0.023772, 0.054476, 0.189721, 0.857922");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.481134, 0.487578, 0.504815, 0.551175, 0.741588",\
|
|
"0.516179, 0.522623, 0.539860, 0.586220, 0.776633",\
|
|
"0.542738, 0.549182, 0.566419, 0.612779, 0.803192",\
|
|
"0.565874, 0.572318, 0.589555, 0.635915, 0.826327",\
|
|
"0.567126, 0.573570, 0.590807, 0.637168, 0.827580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805",\
|
|
"0.014843, 0.019294, 0.032653, 0.085593, 0.349805");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.507569, 0.515868, 0.541708, 0.636086, 1.091752",\
|
|
"0.558220, 0.566519, 0.592359, 0.686737, 1.142403",\
|
|
"0.619922, 0.628221, 0.654061, 0.748439, 1.204105",\
|
|
"0.722324, 0.730623, 0.756463, 0.850841, 1.306507",\
|
|
"0.893209, 0.901508, 0.927347, 1.021725, 1.477392");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.015525, 0.023772, 0.054475, 0.189720, 0.857920",\
|
|
"0.015525, 0.023772, 0.054475, 0.189720, 0.857920",\
|
|
"0.015525, 0.023772, 0.054475, 0.189720, 0.857920",\
|
|
"0.015525, 0.023772, 0.054475, 0.189720, 0.857920",\
|
|
"0.015525, 0.023772, 0.054475, 0.189720, 0.857920");
|
|
}
|
|
|
|
} /* 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.003199 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.440571, 0.448871, 0.474993, 0.570688, 1.024175",\
|
|
"0.475616, 0.483915, 0.510038, 0.605733, 1.059220",\
|
|
"0.501979, 0.510278, 0.536401, 0.632096, 1.085583",\
|
|
"0.525115, 0.533414, 0.559537, 0.655232, 1.108719",\
|
|
"0.526368, 0.534668, 0.560791, 0.656485, 1.109973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.018860, 0.026752, 0.056458, 0.194241, 0.866329",\
|
|
"0.018860, 0.026752, 0.056458, 0.194241, 0.866329",\
|
|
"0.018860, 0.026752, 0.056459, 0.194241, 0.866329",\
|
|
"0.018861, 0.026752, 0.056459, 0.194241, 0.866329",\
|
|
"0.018861, 0.026752, 0.056459, 0.194241, 0.866329");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.483592, 0.489699, 0.506793, 0.552160, 0.746977",\
|
|
"0.534243, 0.540350, 0.557445, 0.602811, 0.797628",\
|
|
"0.595908, 0.602015, 0.619109, 0.664476, 0.859293",\
|
|
"0.698199, 0.704305, 0.721399, 0.766766, 0.961583",\
|
|
"0.868910, 0.875016, 0.892109, 0.937477, 1.132295");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.015615, 0.019773, 0.033015, 0.087824, 0.349918",\
|
|
"0.015615, 0.019773, 0.033015, 0.087824, 0.349918",\
|
|
"0.015615, 0.019773, 0.033015, 0.087824, 0.349918",\
|
|
"0.015615, 0.019773, 0.033015, 0.087824, 0.349918",\
|
|
"0.015616, 0.019772, 0.033016, 0.087824, 0.349918");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.440373, 0.448673, 0.474795, 0.570490, 1.023977",\
|
|
"0.475418, 0.483718, 0.509840, 0.605535, 1.059022",\
|
|
"0.501979, 0.510278, 0.536401, 0.632096, 1.085583",\
|
|
"0.525115, 0.533414, 0.559537, 0.655232, 1.108719",\
|
|
"0.526368, 0.534668, 0.560791, 0.656485, 1.109973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.018860, 0.026751, 0.056458, 0.194241, 0.866329",\
|
|
"0.018860, 0.026751, 0.056458, 0.194241, 0.866329",\
|
|
"0.018860, 0.026752, 0.056459, 0.194241, 0.866329",\
|
|
"0.018861, 0.026752, 0.056459, 0.194241, 0.866329",\
|
|
"0.018861, 0.026752, 0.056459, 0.194241, 0.866329");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.480673, 0.486780, 0.503875, 0.549241, 0.744058",\
|
|
"0.531324, 0.537431, 0.554527, 0.599893, 0.794709",\
|
|
"0.593048, 0.599155, 0.616250, 0.661616, 0.856433",\
|
|
"0.695528, 0.701635, 0.718729, 0.764096, 0.958913",\
|
|
"0.866589, 0.872695, 0.889789, 0.935156, 1.129974");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.015615, 0.019773, 0.033014, 0.087824, 0.347028",\
|
|
"0.015615, 0.019773, 0.033014, 0.087824, 0.347028",\
|
|
"0.015615, 0.019773, 0.033014, 0.087824, 0.347028",\
|
|
"0.015615, 0.019773, 0.033015, 0.087824, 0.347028",\
|
|
"0.015616, 0.019772, 0.033016, 0.087824, 0.347027");
|
|
}
|
|
|
|
} /* 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.005918 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_bypass;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.016779, 0.020650, 0.036757, 0.089401, 0.359193",\
|
|
"0.016779, 0.020650, 0.036757, 0.089401, 0.359193",\
|
|
"0.016779, 0.020650, 0.036757, 0.089401, 0.359193",\
|
|
"0.016779, 0.020650, 0.036757, 0.089401, 0.359193",\
|
|
"0.016779, 0.020650, 0.036757, 0.089401, 0.359193");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_bypass_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269",\
|
|
"1.542394, 1.550232, 1.576854, 1.671105, 2.128269");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706",\
|
|
"0.021067, 0.028835, 0.061810, 0.197944, 0.878706");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896",\
|
|
"1.438560, 1.444168, 1.461455, 1.507844, 1.703896");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.016779, 0.020650, 0.036757, 0.088343, 0.353426",\
|
|
"0.016779, 0.020650, 0.036757, 0.088343, 0.353426",\
|
|
"0.016779, 0.020650, 0.036757, 0.088343, 0.353426",\
|
|
"0.016779, 0.020650, 0.036757, 0.088343, 0.353426",\
|
|
"0.016779, 0.020650, 0.036757, 0.088343, 0.353426");
|
|
}
|
|
|
|
} /* 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.002840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_dco_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.016181, 0.020415, 0.033631, 0.087467, 0.345423",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.345423",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.345423",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.345423",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.345423");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_dco_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280",\
|
|
"1.611945, 1.620589, 1.646978, 1.742045, 2.200280");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620",\
|
|
"0.020952, 0.028573, 0.057326, 0.192360, 0.864620");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927",\
|
|
"1.492992, 1.499254, 1.516517, 1.563636, 1.754927");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.016181, 0.020415, 0.033631, 0.087467, 0.343815",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.343815",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.343815",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.343815",\
|
|
"0.016181, 0.020415, 0.033631, 0.087467, 0.343815");
|
|
}
|
|
|
|
} /* 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.003773 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.016416, 0.020540, 0.033700, 0.087510, 0.347743",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.347743",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.347743",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.347743",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.347743");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953",\
|
|
"1.497479, 1.505771, 1.531936, 1.627321, 2.079953");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257",\
|
|
"0.020326, 0.028084, 0.057425, 0.193959, 0.863257");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815",\
|
|
"1.522480, 1.528530, 1.545649, 1.591015, 1.784815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.016416, 0.020540, 0.033700, 0.087510, 0.345533",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.345533",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.345533",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.345533",\
|
|
"0.016416, 0.020540, 0.033700, 0.087510, 0.345533");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : porb;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005587 ;
|
|
|
|
/* 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.002466 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : reset;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.015284, 0.019560, 0.032917, 0.086729, 0.344073",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.344073",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.344073",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.344073",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.344073");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_reset_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096",\
|
|
"1.526086, 1.534256, 1.560067, 1.654819, 2.112096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721",\
|
|
"0.016479, 0.024653, 0.055229, 0.191441, 0.862721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219",\
|
|
"1.680033, 1.686264, 1.703347, 1.750167, 1.941219");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.015284, 0.019560, 0.032917, 0.086729, 0.341766",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.341766",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.341766",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.341766",\
|
|
"0.015284, 0.019560, 0.032917, 0.086729, 0.341766");
|
|
}
|
|
|
|
} /* 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.001786 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_rx;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.450020, 0.458337, 0.484029, 0.576968, 0.986750",\
|
|
"0.450020, 0.458337, 0.484029, 0.576968, 0.986750",\
|
|
"0.450020, 0.458337, 0.484029, 0.576968, 0.986750",\
|
|
"0.449512, 0.457828, 0.483521, 0.576459, 0.986750",\
|
|
"0.406260, 0.414577, 0.440269, 0.533208, 0.986712");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.016535, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016535, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016535, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016536, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016537, 0.024699, 0.055162, 0.185232, 0.850760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.371765, 0.378112, 0.395160, 0.440255, 0.631328",\
|
|
"0.422332, 0.428679, 0.445727, 0.490822, 0.681895",\
|
|
"0.485939, 0.492285, 0.509333, 0.554429, 0.745502",\
|
|
"0.599517, 0.605863, 0.622911, 0.668007, 0.859080",\
|
|
"0.787428, 0.793774, 0.810820, 0.855918, 1.046991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014944, 0.019386, 0.032869, 0.081081, 0.343014");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.406298, 0.414615, 0.440307, 0.533246, 0.986750",\
|
|
"0.406298, 0.414615, 0.440307, 0.533246, 0.986750",\
|
|
"0.406298, 0.414615, 0.440307, 0.533246, 0.986750",\
|
|
"0.406298, 0.414615, 0.440307, 0.533246, 0.986750",\
|
|
"0.406260, 0.414577, 0.440269, 0.533208, 0.986712");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.016535, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016535, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016535, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016536, 0.024698, 0.055162, 0.185232, 0.850760",\
|
|
"0.016537, 0.024699, 0.055162, 0.185232, 0.850760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.371765, 0.378112, 0.395160, 0.440255, 0.631328",\
|
|
"0.422332, 0.428679, 0.445727, 0.490822, 0.681895",\
|
|
"0.485939, 0.492285, 0.509333, 0.554429, 0.745502",\
|
|
"0.599517, 0.605863, 0.622911, 0.668007, 0.859080",\
|
|
"0.787428, 0.793774, 0.810820, 0.855918, 1.046991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014943, 0.019386, 0.032867, 0.081081, 0.343015",\
|
|
"0.014944, 0.019386, 0.032869, 0.081081, 0.343014");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.296165, 0.304477, 0.330165, 0.423103, 0.859145",\
|
|
"0.296165, 0.304477, 0.330165, 0.423103, 0.859145",\
|
|
"0.294612, 0.302925, 0.328613, 0.421550, 0.859145",\
|
|
"0.275184, 0.283497, 0.309185, 0.402122, 0.855625",\
|
|
"0.208607, 0.216920, 0.242608, 0.335545, 0.789048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.016507, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016507, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016507, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016508, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016509, 0.024675, 0.055151, 0.185231, 0.850762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.270613, 0.276959, 0.294004, 0.339102, 0.530176",\
|
|
"0.316049, 0.322394, 0.339439, 0.384538, 0.575612",\
|
|
"0.358517, 0.364862, 0.381907, 0.427006, 0.618080",\
|
|
"0.432934, 0.439280, 0.456324, 0.501423, 0.692498",\
|
|
"0.577388, 0.583733, 0.600777, 0.645876, 0.836951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.278704, 0.287017, 0.312705, 0.405642, 0.859145",\
|
|
"0.278704, 0.287017, 0.312705, 0.405642, 0.859145",\
|
|
"0.278704, 0.287017, 0.312705, 0.405642, 0.859145",\
|
|
"0.275184, 0.283497, 0.309185, 0.402122, 0.855625",\
|
|
"0.208607, 0.216920, 0.242608, 0.335545, 0.789048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.016507, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016507, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016507, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016508, 0.024674, 0.055150, 0.185231, 0.850762",\
|
|
"0.016509, 0.024675, 0.055151, 0.185231, 0.850762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.270613, 0.276959, 0.294004, 0.339102, 0.530176",\
|
|
"0.316049, 0.322394, 0.339439, 0.384538, 0.575612",\
|
|
"0.358517, 0.364862, 0.381907, 0.427006, 0.618080",\
|
|
"0.432934, 0.439280, 0.456324, 0.501423, 0.692498",\
|
|
"0.577388, 0.583733, 0.600777, 0.645876, 0.836951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013",\
|
|
"0.014945, 0.019386, 0.032870, 0.081081, 0.343013");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003012 ;
|
|
|
|
/* 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.001151 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_clock;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.850715, 1.859235, 1.885020, 1.978910, 2.433407",\
|
|
"1.883531, 1.892051, 1.917836, 2.011727, 2.466224",\
|
|
"1.906676, 1.915196, 1.940981, 2.034871, 2.485950",\
|
|
"1.922124, 1.930644, 1.956430, 2.050320, 2.485950",\
|
|
"1.922124, 1.930644, 1.956430, 2.050320, 2.485950");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.926173, 1.932704, 1.949835, 1.995754, 2.187910",\
|
|
"1.958989, 1.965520, 1.982652, 2.028570, 2.220726",\
|
|
"1.982134, 1.988665, 2.005796, 2.051715, 2.240453",\
|
|
"1.997582, 2.004114, 2.021245, 2.067164, 2.240453",\
|
|
"1.997582, 2.004114, 2.021245, 2.067164, 2.240453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.754228, 1.762741, 1.788521, 1.882410, 2.336905",\
|
|
"1.787044, 1.795558, 1.821337, 1.915226, 2.369721",\
|
|
"1.806770, 1.815284, 1.841063, 1.934952, 2.389448",\
|
|
"1.806770, 1.815284, 1.841063, 1.934952, 2.389448",\
|
|
"1.806770, 1.815284, 1.841063, 1.934952, 2.389448");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.804777, 1.811312, 1.828454, 1.874362, 2.066515",\
|
|
"1.837593, 1.844129, 1.861271, 1.907179, 2.099331",\
|
|
"1.857319, 1.863855, 1.880997, 1.926905, 2.119057",\
|
|
"1.857319, 1.863855, 1.880997, 1.926905, 2.119057",\
|
|
"1.857319, 1.863855, 1.880997, 1.926905, 2.119057");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.929023, 0.937537, 0.963317, 1.057206, 1.511702",\
|
|
"0.961662, 0.970177, 0.995957, 1.089846, 1.544341",\
|
|
"0.985220, 0.993734, 1.019514, 1.113403, 1.560093",\
|
|
"1.000266, 1.008780, 1.034561, 1.128449, 1.560093",\
|
|
"1.000266, 1.008780, 1.034561, 1.128449, 1.560093");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.029232, 1.035761, 1.052884, 1.098811, 1.290970",\
|
|
"1.061872, 1.068400, 1.085524, 1.131451, 1.323609",\
|
|
"1.085429, 1.091958, 1.109081, 1.155008, 1.339361",\
|
|
"1.100476, 1.107004, 1.124128, 1.170055, 1.339361",\
|
|
"1.100476, 1.107004, 1.124128, 1.170055, 1.339361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.929023, 0.937537, 0.963317, 1.057206, 1.511702",\
|
|
"0.961662, 0.970177, 0.995957, 1.089846, 1.544341",\
|
|
"0.977413, 0.985928, 1.011708, 1.105597, 1.560093",\
|
|
"0.977413, 0.985928, 1.011708, 1.105597, 1.560093",\
|
|
"0.977413, 0.985928, 1.011708, 1.105597, 1.560093");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889",\
|
|
"0.015927, 0.024123, 0.054556, 0.188491, 0.853889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.029232, 1.035761, 1.052884, 1.098811, 1.290970",\
|
|
"1.061872, 1.068400, 1.085524, 1.131451, 1.323609",\
|
|
"1.077623, 1.084152, 1.101275, 1.147202, 1.339361",\
|
|
"1.077623, 1.084152, 1.101275, 1.147202, 1.339361",\
|
|
"1.077623, 1.084152, 1.101275, 1.147202, 1.339361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225",\
|
|
"0.014634, 0.019139, 0.032686, 0.084236, 0.346225");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.699956, 1.708476, 1.734261, 1.828152, 2.282649",\
|
|
"1.699956, 1.708476, 1.734261, 1.828152, 2.282649",\
|
|
"1.699956, 1.708476, 1.734261, 1.828152, 2.282649",\
|
|
"1.699956, 1.708476, 1.734261, 1.828152, 2.282649",\
|
|
"1.699956, 1.708476, 1.734261, 1.828152, 2.282649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887",\
|
|
"0.015962, 0.024153, 0.054571, 0.188492, 0.853887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.775414, 1.781945, 1.799077, 1.844995, 2.037152",\
|
|
"1.775414, 1.781945, 1.799077, 1.844995, 2.037152",\
|
|
"1.775414, 1.781945, 1.799077, 1.844995, 2.037152",\
|
|
"1.775414, 1.781945, 1.799077, 1.844995, 2.037152",\
|
|
"1.775414, 1.781945, 1.799077, 1.844995, 2.037152");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228",\
|
|
"0.014633, 0.019141, 0.032680, 0.084235, 0.346228");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.603469, 1.611983, 1.637762, 1.731651, 2.186147",\
|
|
"1.603469, 1.611983, 1.637762, 1.731651, 2.186147",\
|
|
"1.603469, 1.611983, 1.637762, 1.731651, 2.186147",\
|
|
"1.603469, 1.611983, 1.637762, 1.731651, 2.186147",\
|
|
"1.603469, 1.611983, 1.637762, 1.731651, 2.186147");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890",\
|
|
"0.015924, 0.024119, 0.054554, 0.188491, 0.853890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "1.654019, 1.660554, 1.677696, 1.723604, 1.915756",\
|
|
"1.654019, 1.660554, 1.677696, 1.723604, 1.915756",\
|
|
"1.654019, 1.660554, 1.677696, 1.723604, 1.915756",\
|
|
"1.654019, 1.660554, 1.677696, 1.723604, 1.915756",\
|
|
"1.654019, 1.660554, 1.677696, 1.723604, 1.915756");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233",\
|
|
"0.014631, 0.019143, 0.032671, 0.084233, 0.346233");
|
|
}
|
|
|
|
} /* 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.000658 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_1;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.970511, 0.979214, 1.005002, 1.097822, 1.551134",\
|
|
"1.003151, 1.011854, 1.037642, 1.130461, 1.583773",\
|
|
"1.026708, 1.035411, 1.061199, 1.154019, 1.599525",\
|
|
"1.041755, 1.050458, 1.076245, 1.169065, 1.599525",\
|
|
"1.041755, 1.050458, 1.076245, 1.169065, 1.599525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "1.065702, 1.072362, 1.089483, 1.134558, 1.325098",\
|
|
"1.098341, 1.105001, 1.122123, 1.167198, 1.357738",\
|
|
"1.121899, 1.128559, 1.145680, 1.190755, 1.373489",\
|
|
"1.136945, 1.143605, 1.160727, 1.205802, 1.373489",\
|
|
"1.136945, 1.143605, 1.160727, 1.205802, 1.373489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.970511, 0.979214, 1.005002, 1.097822, 1.551134",\
|
|
"1.003151, 1.011854, 1.037642, 1.130461, 1.583773",\
|
|
"1.018902, 1.027605, 1.053393, 1.146212, 1.599525",\
|
|
"1.018902, 1.027605, 1.053393, 1.146212, 1.599525",\
|
|
"1.018902, 1.027605, 1.053393, 1.146212, 1.599525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808",\
|
|
"0.015852, 0.024050, 0.054384, 0.184463, 0.848808");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "1.065702, 1.072362, 1.089483, 1.134558, 1.325098",\
|
|
"1.098341, 1.105001, 1.122123, 1.167198, 1.357738",\
|
|
"1.114093, 1.120752, 1.137874, 1.182949, 1.373489",\
|
|
"1.114093, 1.120752, 1.137874, 1.182949, 1.373489",\
|
|
"1.114093, 1.120752, 1.137874, 1.182949, 1.373489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980",\
|
|
"0.014415, 0.019046, 0.032690, 0.080907, 0.340980");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "1.746984, 1.755690, 1.781481, 1.874301, 2.327614",\
|
|
"1.746984, 1.755690, 1.781481, 1.874301, 2.327614",\
|
|
"1.746984, 1.755690, 1.781481, 1.874301, 2.327614",\
|
|
"1.746984, 1.755690, 1.781481, 1.874301, 2.327614",\
|
|
"1.746984, 1.755690, 1.781481, 1.874301, 2.327614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.015870, 0.024066, 0.054392, 0.184464, 0.848807",\
|
|
"0.015870, 0.024066, 0.054392, 0.184464, 0.848807",\
|
|
"0.015870, 0.024066, 0.054392, 0.184464, 0.848807",\
|
|
"0.015870, 0.024066, 0.054392, 0.184464, 0.848807",\
|
|
"0.015870, 0.024066, 0.054392, 0.184464, 0.848807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "1.799862, 1.806516, 1.823625, 1.868694, 2.059231",\
|
|
"1.799862, 1.806516, 1.823625, 1.868694, 2.059231",\
|
|
"1.799862, 1.806516, 1.823625, 1.868694, 2.059231",\
|
|
"1.799862, 1.806516, 1.823625, 1.868694, 2.059231",\
|
|
"1.799862, 1.806516, 1.823625, 1.868694, 2.059231");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.014379, 0.019009, 0.032660, 0.080892, 0.340973",\
|
|
"0.014379, 0.019009, 0.032660, 0.080892, 0.340973",\
|
|
"0.014379, 0.019009, 0.032660, 0.080892, 0.340973",\
|
|
"0.014379, 0.019009, 0.032660, 0.080892, 0.340973",\
|
|
"0.014379, 0.019009, 0.032660, 0.080892, 0.340973");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "1.539091, 1.547794, 1.573582, 1.666402, 2.119714",\
|
|
"1.539091, 1.547794, 1.573582, 1.666402, 2.119714",\
|
|
"1.539091, 1.547794, 1.573582, 1.666402, 2.119714",\
|
|
"1.539091, 1.547794, 1.573582, 1.666402, 2.119714",\
|
|
"1.539091, 1.547794, 1.573582, 1.666402, 2.119714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.015854, 0.024051, 0.054385, 0.184463, 0.848808",\
|
|
"0.015854, 0.024051, 0.054385, 0.184463, 0.848808",\
|
|
"0.015854, 0.024051, 0.054385, 0.184463, 0.848808",\
|
|
"0.015854, 0.024051, 0.054385, 0.184463, 0.848808",\
|
|
"0.015854, 0.024051, 0.054385, 0.184463, 0.848808");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "1.624948, 1.631597, 1.648697, 1.693762, 1.884297",\
|
|
"1.624948, 1.631597, 1.648697, 1.693762, 1.884297",\
|
|
"1.624948, 1.631597, 1.648697, 1.693762, 1.884297",\
|
|
"1.624948, 1.631597, 1.648697, 1.693762, 1.884297",\
|
|
"1.624948, 1.631597, 1.648697, 1.693762, 1.884297");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.014354, 0.018983, 0.032639, 0.080882, 0.340967",\
|
|
"0.014354, 0.018983, 0.032639, 0.080882, 0.340967",\
|
|
"0.014354, 0.018983, 0.032639, 0.080882, 0.340967",\
|
|
"0.014354, 0.018983, 0.032639, 0.080882, 0.340967",\
|
|
"0.014354, 0.018983, 0.032639, 0.080882, 0.340967");
|
|
}
|
|
|
|
} /* 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.000810 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_2;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.084723, 1.093490, 1.119380, 1.212285, 1.665927",\
|
|
"1.117362, 1.126130, 1.152020, 1.244925, 1.698567",\
|
|
"1.140919, 1.149687, 1.175577, 1.268482, 1.714318",\
|
|
"1.155966, 1.164734, 1.190624, 1.283529, 1.714318",\
|
|
"1.155966, 1.164734, 1.190624, 1.283529, 1.714318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.152996, 1.159665, 1.176885, 1.222072, 1.412999",\
|
|
"1.185636, 1.192304, 1.209525, 1.254712, 1.445638",\
|
|
"1.209193, 1.215861, 1.233082, 1.278269, 1.461389",\
|
|
"1.224240, 1.230908, 1.248129, 1.293316, 1.461389",\
|
|
"1.224240, 1.230908, 1.248129, 1.293316, 1.461389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.084723, 1.093490, 1.119380, 1.212285, 1.665927",\
|
|
"1.117362, 1.126130, 1.152020, 1.244925, 1.698567",\
|
|
"1.133113, 1.141881, 1.167771, 1.260676, 1.714318",\
|
|
"1.133113, 1.141881, 1.167771, 1.260676, 1.714318",\
|
|
"1.133113, 1.141881, 1.167771, 1.260676, 1.714318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650",\
|
|
"0.016618, 0.024724, 0.054766, 0.184547, 0.849650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.152996, 1.159665, 1.176885, 1.222072, 1.412999",\
|
|
"1.185636, 1.192304, 1.209525, 1.254712, 1.445638",\
|
|
"1.201387, 1.208055, 1.225276, 1.270463, 1.461389",\
|
|
"1.201387, 1.208055, 1.225276, 1.270463, 1.461389",\
|
|
"1.201387, 1.208055, 1.225276, 1.270463, 1.461389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967",\
|
|
"0.014807, 0.019413, 0.032979, 0.081019, 0.341967");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.728503, 1.737270, 1.763160, 1.856065, 2.309707",\
|
|
"1.728503, 1.737270, 1.763160, 1.856065, 2.309707",\
|
|
"1.728503, 1.737270, 1.763160, 1.856065, 2.309707",\
|
|
"1.728503, 1.737270, 1.763160, 1.856065, 2.309707",\
|
|
"1.728503, 1.737270, 1.763160, 1.856065, 2.309707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.016616, 0.024722, 0.054765, 0.184547, 0.849650",\
|
|
"0.016616, 0.024722, 0.054765, 0.184547, 0.849650",\
|
|
"0.016616, 0.024722, 0.054765, 0.184547, 0.849650",\
|
|
"0.016616, 0.024722, 0.054765, 0.184547, 0.849650",\
|
|
"0.016616, 0.024722, 0.054765, 0.184547, 0.849650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.802982, 1.809628, 1.826802, 1.871965, 2.062882",\
|
|
"1.802982, 1.809628, 1.826802, 1.871965, 2.062882",\
|
|
"1.802982, 1.809628, 1.826802, 1.871965, 2.062882",\
|
|
"1.802982, 1.809628, 1.826802, 1.871965, 2.062882",\
|
|
"1.802982, 1.809628, 1.826802, 1.871965, 2.062882");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.014675, 0.019275, 0.032867, 0.080963, 0.341940",\
|
|
"0.014675, 0.019275, 0.032867, 0.080963, 0.341940",\
|
|
"0.014675, 0.019275, 0.032867, 0.080963, 0.341940",\
|
|
"0.014675, 0.019275, 0.032867, 0.080963, 0.341940",\
|
|
"0.014675, 0.019275, 0.032867, 0.080963, 0.341940");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.508039, 1.516803, 1.542690, 1.635594, 2.089235",\
|
|
"1.508039, 1.516803, 1.542690, 1.635594, 2.089235",\
|
|
"1.508039, 1.516803, 1.542690, 1.635594, 2.089235",\
|
|
"1.508039, 1.516803, 1.542690, 1.635594, 2.089235",\
|
|
"1.508039, 1.516803, 1.542690, 1.635594, 2.089235");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.016597, 0.024706, 0.054757, 0.184546, 0.849651",\
|
|
"0.016597, 0.024706, 0.054757, 0.184546, 0.849651",\
|
|
"0.016597, 0.024706, 0.054757, 0.184546, 0.849651",\
|
|
"0.016597, 0.024706, 0.054757, 0.184546, 0.849651",\
|
|
"0.016597, 0.024706, 0.054757, 0.184546, 0.849651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "1.597505, 1.604124, 1.621240, 1.666376, 1.857282",\
|
|
"1.597505, 1.604124, 1.621240, 1.666376, 1.857282",\
|
|
"1.597505, 1.604124, 1.621240, 1.666376, 1.857282",\
|
|
"1.597505, 1.604124, 1.621240, 1.666376, 1.857282",\
|
|
"1.597505, 1.604124, 1.621240, 1.666376, 1.857282");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.014514, 0.019108, 0.032731, 0.080896, 0.341907",\
|
|
"0.014514, 0.019108, 0.032731, 0.080896, 0.341907",\
|
|
"0.014514, 0.019108, 0.032731, 0.080896, 0.341907",\
|
|
"0.014514, 0.019108, 0.032731, 0.080896, 0.341907",\
|
|
"0.014514, 0.019108, 0.032731, 0.080896, 0.341907");
|
|
}
|
|
|
|
} /* 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.000727 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_load;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.979191, 0.987893, 1.013697, 1.106541, 1.559948",\
|
|
"1.011831, 1.020532, 1.046336, 1.139180, 1.592588",\
|
|
"1.035388, 1.044090, 1.069894, 1.162738, 1.608339",\
|
|
"1.050435, 1.059136, 1.084940, 1.177784, 1.608339",\
|
|
"1.050435, 1.059136, 1.084940, 1.177784, 1.608339");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "1.058742, 1.065377, 1.082486, 1.127555, 1.318202",\
|
|
"1.091381, 1.098017, 1.115126, 1.160195, 1.350842",\
|
|
"1.114938, 1.121574, 1.138683, 1.183752, 1.366593",\
|
|
"1.129985, 1.136621, 1.153729, 1.198799, 1.366593",\
|
|
"1.129985, 1.136621, 1.153729, 1.198799, 1.366593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.979191, 0.987893, 1.013697, 1.106541, 1.559948",\
|
|
"1.011831, 1.020532, 1.046336, 1.139180, 1.592588",\
|
|
"1.027582, 1.036283, 1.062088, 1.154932, 1.608339",\
|
|
"1.027582, 1.036283, 1.062088, 1.154932, 1.608339",\
|
|
"1.027582, 1.036283, 1.062088, 1.154932, 1.608339");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096",\
|
|
"0.016020, 0.024199, 0.054482, 0.184503, 0.849096");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "1.058742, 1.065377, 1.082486, 1.127555, 1.318202",\
|
|
"1.091381, 1.098017, 1.115126, 1.160195, 1.350842",\
|
|
"1.107133, 1.113768, 1.130877, 1.175946, 1.366593",\
|
|
"1.107133, 1.113768, 1.130877, 1.175946, 1.366593",\
|
|
"1.107133, 1.113768, 1.130877, 1.175946, 1.366593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282",\
|
|
"0.014397, 0.019009, 0.032643, 0.080881, 0.341282");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "1.725835, 1.734539, 1.760345, 1.853189, 2.306597",\
|
|
"1.725835, 1.734539, 1.760345, 1.853189, 2.306597",\
|
|
"1.725835, 1.734539, 1.760345, 1.853189, 2.306597",\
|
|
"1.725835, 1.734539, 1.760345, 1.853189, 2.306597",\
|
|
"1.725835, 1.734539, 1.760345, 1.853189, 2.306597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.016031, 0.024209, 0.054487, 0.184503, 0.849096",\
|
|
"0.016031, 0.024209, 0.054487, 0.184503, 0.849096",\
|
|
"0.016031, 0.024209, 0.054487, 0.184503, 0.849096",\
|
|
"0.016031, 0.024209, 0.054487, 0.184503, 0.849096",\
|
|
"0.016031, 0.024209, 0.054487, 0.184503, 0.849096");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "1.768679, 1.775314, 1.792420, 1.837492, 2.028140",\
|
|
"1.768679, 1.775314, 1.792420, 1.837492, 2.028140",\
|
|
"1.768679, 1.775314, 1.792420, 1.837492, 2.028140",\
|
|
"1.768679, 1.775314, 1.792420, 1.837492, 2.028140",\
|
|
"1.768679, 1.775314, 1.792420, 1.837492, 2.028140");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.014396, 0.019009, 0.032645, 0.080881, 0.341281",\
|
|
"0.014396, 0.019009, 0.032645, 0.080881, 0.341281",\
|
|
"0.014396, 0.019009, 0.032645, 0.080881, 0.341281",\
|
|
"0.014396, 0.019009, 0.032645, 0.080881, 0.341281",\
|
|
"0.014396, 0.019009, 0.032645, 0.080881, 0.341281");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "1.577351, 1.586052, 1.611856, 1.704700, 2.158107",\
|
|
"1.577351, 1.586052, 1.611856, 1.704700, 2.158107",\
|
|
"1.577351, 1.586052, 1.611856, 1.704700, 2.158107",\
|
|
"1.577351, 1.586052, 1.611856, 1.704700, 2.158107",\
|
|
"1.577351, 1.586052, 1.611856, 1.704700, 2.158107");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.016019, 0.024198, 0.054482, 0.184503, 0.849097",\
|
|
"0.016019, 0.024198, 0.054482, 0.184503, 0.849097",\
|
|
"0.016019, 0.024198, 0.054482, 0.184503, 0.849097",\
|
|
"0.016019, 0.024198, 0.054482, 0.184503, 0.849097",\
|
|
"0.016019, 0.024198, 0.054482, 0.184503, 0.849097");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "1.645089, 1.651730, 1.668849, 1.713908, 1.904551",\
|
|
"1.645089, 1.651730, 1.668849, 1.713908, 1.904551",\
|
|
"1.645089, 1.651730, 1.668849, 1.713908, 1.904551",\
|
|
"1.645089, 1.651730, 1.668849, 1.713908, 1.904551",\
|
|
"1.645089, 1.651730, 1.668849, 1.713908, 1.904551");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.014398, 0.019011, 0.032634, 0.080880, 0.341287",\
|
|
"0.014398, 0.019011, 0.032634, 0.080880, 0.341287",\
|
|
"0.014398, 0.019011, 0.032634, 0.080880, 0.341287",\
|
|
"0.014398, 0.019011, 0.032634, 0.080880, 0.341287",\
|
|
"0.014398, 0.019011, 0.032634, 0.080880, 0.341287");
|
|
}
|
|
|
|
} /* 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.000637 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_resetn;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.921670, 0.930420, 0.956246, 1.049075, 1.502408",\
|
|
"0.954310, 0.963060, 0.988885, 1.081715, 1.535048",\
|
|
"0.977867, 0.986617, 1.012443, 1.105272, 1.550799",\
|
|
"0.992913, 1.001664, 1.027489, 1.120318, 1.550799",\
|
|
"0.992913, 1.001664, 1.027489, 1.120318, 1.550799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "1.010619, 1.017279, 1.034390, 1.079446, 1.269985",\
|
|
"1.043259, 1.049918, 1.067030, 1.112086, 1.302624",\
|
|
"1.066816, 1.073475, 1.090587, 1.135643, 1.318376",\
|
|
"1.081862, 1.088522, 1.105634, 1.150690, 1.318376",\
|
|
"1.081862, 1.088522, 1.105634, 1.150690, 1.318376");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.921670, 0.930420, 0.956246, 1.049075, 1.502408",\
|
|
"0.954310, 0.963060, 0.988885, 1.081715, 1.535048",\
|
|
"0.970061, 0.978811, 1.004637, 1.097466, 1.550799",\
|
|
"0.970061, 0.978811, 1.004637, 1.097466, 1.550799",\
|
|
"0.970061, 0.978811, 1.004637, 1.097466, 1.550799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790",\
|
|
"0.016066, 0.024236, 0.054466, 0.184455, 0.848790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "1.010619, 1.017279, 1.034390, 1.079446, 1.269985",\
|
|
"1.043259, 1.049918, 1.067030, 1.112086, 1.302624",\
|
|
"1.059010, 1.065670, 1.082781, 1.127837, 1.318376",\
|
|
"1.059010, 1.065670, 1.082781, 1.127837, 1.318376",\
|
|
"1.059010, 1.065670, 1.082781, 1.127837, 1.318376");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971",\
|
|
"0.014344, 0.018978, 0.032626, 0.080875, 0.340971");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "1.729099, 1.737852, 1.763679, 1.856509, 2.309843",\
|
|
"1.729099, 1.737852, 1.763679, 1.856509, 2.309843",\
|
|
"1.729099, 1.737852, 1.763679, 1.856509, 2.309843",\
|
|
"1.729099, 1.737852, 1.763679, 1.856509, 2.309843",\
|
|
"1.729099, 1.737852, 1.763679, 1.856509, 2.309843");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.016079, 0.024248, 0.054471, 0.184456, 0.848789",\
|
|
"0.016079, 0.024248, 0.054471, 0.184456, 0.848789",\
|
|
"0.016079, 0.024248, 0.054471, 0.184456, 0.848789",\
|
|
"0.016079, 0.024248, 0.054471, 0.184456, 0.848789",\
|
|
"0.016079, 0.024248, 0.054471, 0.184456, 0.848789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "1.771496, 1.778155, 1.795264, 1.840323, 2.030862",\
|
|
"1.771496, 1.778155, 1.795264, 1.840323, 2.030862",\
|
|
"1.771496, 1.778155, 1.795264, 1.840323, 2.030862",\
|
|
"1.771496, 1.778155, 1.795264, 1.840323, 2.030862",\
|
|
"1.771496, 1.778155, 1.795264, 1.840323, 2.030862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.014344, 0.018977, 0.032627, 0.080875, 0.340970",\
|
|
"0.014344, 0.018977, 0.032627, 0.080875, 0.340970",\
|
|
"0.014344, 0.018977, 0.032627, 0.080875, 0.340970",\
|
|
"0.014344, 0.018977, 0.032627, 0.080875, 0.340970",\
|
|
"0.014344, 0.018977, 0.032627, 0.080875, 0.340970");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "1.597841, 1.606592, 1.632417, 1.725247, 2.178580",\
|
|
"1.597841, 1.606592, 1.632417, 1.725247, 2.178580",\
|
|
"1.597841, 1.606592, 1.632417, 1.725247, 2.178580",\
|
|
"1.597841, 1.606592, 1.632417, 1.725247, 2.178580",\
|
|
"1.597841, 1.606592, 1.632417, 1.725247, 2.178580");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.016069, 0.024239, 0.054467, 0.184456, 0.848790",\
|
|
"0.016069, 0.024239, 0.054467, 0.184456, 0.848790",\
|
|
"0.016069, 0.024239, 0.054467, 0.184456, 0.848790",\
|
|
"0.016069, 0.024239, 0.054467, 0.184456, 0.848790",\
|
|
"0.016069, 0.024239, 0.054467, 0.184456, 0.848790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "1.644887, 1.651552, 1.668675, 1.713719, 1.904254",\
|
|
"1.644887, 1.651552, 1.668675, 1.713719, 1.904254",\
|
|
"1.644887, 1.651552, 1.668675, 1.713719, 1.904254",\
|
|
"1.644887, 1.651552, 1.668675, 1.713719, 1.904254",\
|
|
"1.644887, 1.651552, 1.668675, 1.713719, 1.904254");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.014347, 0.018980, 0.032616, 0.080874, 0.340976",\
|
|
"0.014347, 0.018980, 0.032616, 0.080874, 0.340976",\
|
|
"0.014347, 0.018980, 0.032616, 0.080874, 0.340976",\
|
|
"0.014347, 0.018980, 0.032616, 0.080874, 0.340976",\
|
|
"0.014347, 0.018980, 0.032616, 0.080874, 0.340976");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg_min*/
|
|
|
|
} /* end of pin serial_resetn */
|
|
|
|
pin("spi_csb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002763 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_csb;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005325 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_enabled;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002691 ;
|
|
|
|
/* 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.001443 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdi;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.396587, 0.404991, 0.430691, 0.523624, 0.977321",\
|
|
"0.430264, 0.438668, 0.464368, 0.557301, 1.010998",\
|
|
"0.454184, 0.462589, 0.488289, 0.581222, 1.034919",\
|
|
"0.472018, 0.480423, 0.506122, 0.599056, 1.043174",\
|
|
"0.472018, 0.480423, 0.506122, 0.599056, 1.043174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.016126, 0.024323, 0.054829, 0.184948, 0.850771",\
|
|
"0.016126, 0.024323, 0.054829, 0.184948, 0.850771",\
|
|
"0.016126, 0.024323, 0.054829, 0.184948, 0.850771",\
|
|
"0.016127, 0.024324, 0.054829, 0.184948, 0.850771",\
|
|
"0.016130, 0.024326, 0.054831, 0.184948, 0.850771");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.391440, 0.397895, 0.415002, 0.460093, 0.651260",\
|
|
"0.444188, 0.450643, 0.467751, 0.512841, 0.704008",\
|
|
"0.507501, 0.513956, 0.531063, 0.576154, 0.767321",\
|
|
"0.614343, 0.620797, 0.637903, 0.682996, 0.874163",\
|
|
"0.794886, 0.801340, 0.818444, 0.863538, 1.054707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.014768, 0.019268, 0.032760, 0.080977, 0.343018",\
|
|
"0.014768, 0.019268, 0.032760, 0.080977, 0.343018",\
|
|
"0.014768, 0.019268, 0.032760, 0.080977, 0.343018",\
|
|
"0.014769, 0.019268, 0.032761, 0.080977, 0.343018",\
|
|
"0.014770, 0.019267, 0.032763, 0.080977, 0.343017");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.396002, 0.404406, 0.430106, 0.523039, 0.976735",\
|
|
"0.429679, 0.438083, 0.463782, 0.556716, 1.010412",\
|
|
"0.453604, 0.462008, 0.487708, 0.580641, 1.034338",\
|
|
"0.461931, 0.470335, 0.496035, 0.588969, 1.042665",\
|
|
"0.461931, 0.470335, 0.496035, 0.588969, 1.042665");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.016124, 0.024321, 0.054828, 0.184948, 0.850772",\
|
|
"0.016124, 0.024321, 0.054828, 0.184948, 0.850772",\
|
|
"0.016124, 0.024322, 0.054828, 0.184948, 0.850771",\
|
|
"0.016125, 0.024322, 0.054829, 0.184948, 0.850771",\
|
|
"0.016128, 0.024325, 0.054830, 0.184948, 0.850771");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.385966, 0.392422, 0.409530, 0.454620, 0.645787",\
|
|
"0.438715, 0.445170, 0.462278, 0.507369, 0.698535",\
|
|
"0.502449, 0.508905, 0.526013, 0.571103, 0.762270",\
|
|
"0.609885, 0.616340, 0.633448, 0.678539, 0.869706",\
|
|
"0.791126, 0.797581, 0.814686, 0.859779, 1.050947");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.014768, 0.019268, 0.032759, 0.080977, 0.343019",\
|
|
"0.014768, 0.019268, 0.032759, 0.080977, 0.343019",\
|
|
"0.014768, 0.019268, 0.032759, 0.080977, 0.343018",\
|
|
"0.014768, 0.019268, 0.032760, 0.080977, 0.343018",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.323895, 0.332297, 0.357993, 0.450925, 0.904621",\
|
|
"0.358817, 0.367219, 0.392915, 0.485847, 0.939543",\
|
|
"0.386220, 0.394621, 0.420318, 0.513250, 0.966946",\
|
|
"0.410127, 0.418528, 0.444225, 0.537157, 0.990427",\
|
|
"0.410127, 0.418528, 0.444225, 0.537157, 0.990427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.016105, 0.024304, 0.054820, 0.184947, 0.850773",\
|
|
"0.016105, 0.024304, 0.054820, 0.184947, 0.850773",\
|
|
"0.016105, 0.024305, 0.054820, 0.184947, 0.850773",\
|
|
"0.016106, 0.024306, 0.054820, 0.184947, 0.850773",\
|
|
"0.016109, 0.024308, 0.054822, 0.184948, 0.850773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.330724, 0.337178, 0.354283, 0.399377, 0.590545",\
|
|
"0.381315, 0.387769, 0.404874, 0.449968, 0.641136",\
|
|
"0.442743, 0.449197, 0.466302, 0.511396, 0.702564",\
|
|
"0.542936, 0.549390, 0.566495, 0.611588, 0.802756",\
|
|
"0.707376, 0.713830, 0.730934, 0.776028, 0.967196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.323895, 0.332297, 0.357993, 0.450925, 0.904621",\
|
|
"0.358817, 0.367219, 0.392915, 0.485847, 0.939543",\
|
|
"0.386220, 0.394621, 0.420318, 0.513250, 0.966946",\
|
|
"0.409700, 0.418102, 0.443799, 0.536731, 0.990427",\
|
|
"0.409700, 0.418102, 0.443799, 0.536731, 0.990427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.016105, 0.024304, 0.054820, 0.184947, 0.850773",\
|
|
"0.016105, 0.024304, 0.054820, 0.184947, 0.850773",\
|
|
"0.016105, 0.024305, 0.054820, 0.184947, 0.850773",\
|
|
"0.016106, 0.024306, 0.054820, 0.184947, 0.850773",\
|
|
"0.016109, 0.024308, 0.054822, 0.184948, 0.850773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.330724, 0.337178, 0.354283, 0.399377, 0.590545",\
|
|
"0.381315, 0.387769, 0.404874, 0.449968, 0.641136",\
|
|
"0.442743, 0.449197, 0.466302, 0.511396, 0.702564",\
|
|
"0.542936, 0.549390, 0.566495, 0.611588, 0.802756",\
|
|
"0.707376, 0.713830, 0.730934, 0.776028, 0.967196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017",\
|
|
"0.014769, 0.019267, 0.032762, 0.080977, 0.343017");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una_min*/
|
|
|
|
} /* end of pin spi_sdi */
|
|
|
|
pin("spi_sdo") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002257 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdo;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002257 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdoenb;
|
|
} /* end of pin spi_sdoenb */
|
|
|
|
pin("spimemio_flash_clk") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002408 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_clk;
|
|
} /* end of pin spimemio_flash_clk */
|
|
|
|
pin("spimemio_flash_csb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002411 ;
|
|
|
|
/* 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.001606 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.358630, 0.367441, 0.393610, 0.486672, 0.923314",\
|
|
"0.358630, 0.367441, 0.393610, 0.486672, 0.923314",\
|
|
"0.357534, 0.366345, 0.392514, 0.485576, 0.923314",\
|
|
"0.338752, 0.347563, 0.373732, 0.466795, 0.920523",\
|
|
"0.269377, 0.278188, 0.304357, 0.397420, 0.851148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.019397, 0.027178, 0.056301, 0.185195, 0.850524",\
|
|
"0.019397, 0.027178, 0.056301, 0.185195, 0.850524",\
|
|
"0.019397, 0.027178, 0.056301, 0.185195, 0.850524",\
|
|
"0.019398, 0.027179, 0.056301, 0.185195, 0.850524",\
|
|
"0.019400, 0.027180, 0.056302, 0.185195, 0.850524");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.320464, 0.326895, 0.344005, 0.389261, 0.580442",\
|
|
"0.366269, 0.372700, 0.389810, 0.435065, 0.626247",\
|
|
"0.407359, 0.413789, 0.430899, 0.476155, 0.667337",\
|
|
"0.479297, 0.485728, 0.502838, 0.548094, 0.739276",\
|
|
"0.619095, 0.625526, 0.642636, 0.687892, 0.879074");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.015262, 0.019683, 0.033198, 0.081185, 0.343048",\
|
|
"0.015262, 0.019683, 0.033198, 0.081185, 0.343048",\
|
|
"0.015262, 0.019683, 0.033199, 0.081185, 0.343048",\
|
|
"0.015262, 0.019684, 0.033199, 0.081185, 0.343048",\
|
|
"0.015263, 0.019684, 0.033199, 0.081186, 0.343048");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.341543, 0.350354, 0.376523, 0.469585, 0.923314",\
|
|
"0.341543, 0.350354, 0.376523, 0.469585, 0.923314",\
|
|
"0.341543, 0.350354, 0.376523, 0.469585, 0.923314",\
|
|
"0.338752, 0.347563, 0.373732, 0.466795, 0.920523",\
|
|
"0.269377, 0.278188, 0.304357, 0.397420, 0.851148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.019397, 0.027178, 0.056301, 0.185195, 0.850524",\
|
|
"0.019397, 0.027178, 0.056301, 0.185195, 0.850524",\
|
|
"0.019397, 0.027178, 0.056301, 0.185195, 0.850524",\
|
|
"0.019398, 0.027179, 0.056301, 0.185195, 0.850524",\
|
|
"0.019400, 0.027180, 0.056302, 0.185195, 0.850524");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.318823, 0.325231, 0.342295, 0.387528, 0.578701",\
|
|
"0.364628, 0.371036, 0.388100, 0.433333, 0.624506",\
|
|
"0.405717, 0.412126, 0.429190, 0.474423, 0.665596",\
|
|
"0.477656, 0.484064, 0.501129, 0.546362, 0.737534",\
|
|
"0.617454, 0.623863, 0.640927, 0.686161, 0.877333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.015131, 0.019547, 0.033088, 0.081130, 0.343021",\
|
|
"0.015131, 0.019547, 0.033088, 0.081130, 0.343021",\
|
|
"0.015131, 0.019547, 0.033088, 0.081130, 0.343021",\
|
|
"0.015132, 0.019548, 0.033088, 0.081131, 0.343021",\
|
|
"0.015132, 0.019548, 0.033089, 0.081131, 0.343021");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io0_di */
|
|
|
|
pin("spimemio_flash_io0_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002403 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_do;
|
|
} /* end of pin spimemio_flash_io0_do */
|
|
|
|
pin("spimemio_flash_io0_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002736 ;
|
|
|
|
/* 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.001685 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.456587, 0.465322, 0.491440, 0.584509, 1.004314",\
|
|
"0.456587, 0.465322, 0.491440, 0.584509, 1.004314",\
|
|
"0.456587, 0.465322, 0.491440, 0.584509, 1.004314",\
|
|
"0.450746, 0.459480, 0.485598, 0.578667, 1.004314",\
|
|
"0.402772, 0.411507, 0.437625, 0.530694, 0.984495");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019145, 0.026960, 0.056224, 0.185225, 0.850846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.392348, 0.398721, 0.415751, 0.460992, 0.652273",\
|
|
"0.439008, 0.445381, 0.462412, 0.507652, 0.698933",\
|
|
"0.492824, 0.499197, 0.516228, 0.561468, 0.752749",\
|
|
"0.580648, 0.587022, 0.604052, 0.649293, 0.840574",\
|
|
"0.735836, 0.742210, 0.759240, 0.804481, 0.995762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.015103, 0.019497, 0.033044, 0.081103, 0.343314",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343314",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343315",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343315",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343315");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.422591, 0.431326, 0.457444, 0.550513, 1.004314",\
|
|
"0.422591, 0.431326, 0.457444, 0.550513, 1.004314",\
|
|
"0.422591, 0.431326, 0.457444, 0.550513, 1.004314",\
|
|
"0.422591, 0.431326, 0.457444, 0.550513, 1.004314",\
|
|
"0.402772, 0.411507, 0.437625, 0.530694, 0.984495");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019144, 0.026960, 0.056224, 0.185225, 0.850846",\
|
|
"0.019145, 0.026960, 0.056224, 0.185225, 0.850846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.392348, 0.398721, 0.415751, 0.460992, 0.652273",\
|
|
"0.439008, 0.445381, 0.462412, 0.507652, 0.698933",\
|
|
"0.492824, 0.499197, 0.516228, 0.561468, 0.752749",\
|
|
"0.580648, 0.587022, 0.604052, 0.649293, 0.840574",\
|
|
"0.735836, 0.742210, 0.759240, 0.804481, 0.995762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.015103, 0.019497, 0.033044, 0.081103, 0.343314",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343314",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343315",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343315",\
|
|
"0.015103, 0.019497, 0.033044, 0.081103, 0.343315");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io1_di */
|
|
|
|
pin("spimemio_flash_io1_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002636 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_do;
|
|
} /* end of pin spimemio_flash_io1_do */
|
|
|
|
pin("spimemio_flash_io1_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002717 ;
|
|
|
|
/* 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.001517 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.347381, 0.355782, 0.381496, 0.474434, 0.928093",\
|
|
"0.382252, 0.390653, 0.416367, 0.509306, 0.962965",\
|
|
"0.409385, 0.417786, 0.443500, 0.536438, 0.990097",\
|
|
"0.432632, 0.441034, 0.466747, 0.559686, 1.013345",\
|
|
"0.433602, 0.442003, 0.467717, 0.560656, 1.014315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.016317, 0.024493, 0.054945, 0.185013, 0.850761",\
|
|
"0.016317, 0.024493, 0.054945, 0.185013, 0.850761",\
|
|
"0.016317, 0.024493, 0.054945, 0.185013, 0.850761",\
|
|
"0.016317, 0.024494, 0.054945, 0.185013, 0.850761",\
|
|
"0.016318, 0.024494, 0.054945, 0.185013, 0.850761");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.339162, 0.345597, 0.362702, 0.407783, 0.598926",\
|
|
"0.389800, 0.396236, 0.413341, 0.458422, 0.649565",\
|
|
"0.451305, 0.457740, 0.474845, 0.519926, 0.711069",\
|
|
"0.552580, 0.559016, 0.576120, 0.621202, 0.812345",\
|
|
"0.722362, 0.728796, 0.745899, 0.790983, 0.982126");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.014801, 0.019295, 0.032774, 0.080998, 0.343022",\
|
|
"0.014801, 0.019295, 0.032774, 0.080998, 0.343022",\
|
|
"0.014801, 0.019295, 0.032774, 0.080998, 0.343022",\
|
|
"0.014801, 0.019295, 0.032775, 0.080998, 0.343022",\
|
|
"0.014802, 0.019295, 0.032776, 0.080999, 0.343021");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.347381, 0.355782, 0.381496, 0.474434, 0.928093",\
|
|
"0.382252, 0.390653, 0.416367, 0.509306, 0.962965",\
|
|
"0.409385, 0.417786, 0.443500, 0.536438, 0.990097",\
|
|
"0.432632, 0.441034, 0.466747, 0.559686, 1.013345",\
|
|
"0.433602, 0.442003, 0.467717, 0.560656, 1.014315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.016317, 0.024493, 0.054945, 0.185013, 0.850761",\
|
|
"0.016317, 0.024493, 0.054945, 0.185013, 0.850761",\
|
|
"0.016317, 0.024493, 0.054945, 0.185013, 0.850761",\
|
|
"0.016317, 0.024494, 0.054945, 0.185013, 0.850761",\
|
|
"0.016318, 0.024494, 0.054945, 0.185013, 0.850761");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.339162, 0.345597, 0.362702, 0.407783, 0.598926",\
|
|
"0.389800, 0.396236, 0.413341, 0.458422, 0.649565",\
|
|
"0.451305, 0.457740, 0.474845, 0.519926, 0.711069",\
|
|
"0.552580, 0.559016, 0.576120, 0.621202, 0.812345",\
|
|
"0.722362, 0.728796, 0.745899, 0.790983, 0.982126");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.014801, 0.019295, 0.032774, 0.080998, 0.343022",\
|
|
"0.014801, 0.019295, 0.032774, 0.080998, 0.343022",\
|
|
"0.014801, 0.019295, 0.032774, 0.080998, 0.343022",\
|
|
"0.014801, 0.019295, 0.032775, 0.080998, 0.343022",\
|
|
"0.014802, 0.019295, 0.032776, 0.080999, 0.343021");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io2_di */
|
|
|
|
pin("spimemio_flash_io2_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002244 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_do;
|
|
} /* end of pin spimemio_flash_io2_do */
|
|
|
|
pin("spimemio_flash_io2_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002697 ;
|
|
|
|
/* 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.001281 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.493517, 0.502629, 0.529035, 0.622136, 1.041955",\
|
|
"0.493517, 0.502629, 0.529035, 0.622136, 1.041955",\
|
|
"0.493517, 0.502629, 0.529035, 0.622136, 1.041955",\
|
|
"0.487411, 0.496523, 0.522929, 0.616030, 1.041955",\
|
|
"0.439110, 0.448222, 0.474627, 0.567728, 1.021737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.403553, 0.410179, 0.427546, 0.472919, 0.664368",\
|
|
"0.450221, 0.456847, 0.474214, 0.519587, 0.711036",\
|
|
"0.503945, 0.510572, 0.527939, 0.573312, 0.764761",\
|
|
"0.591802, 0.598428, 0.615796, 0.661169, 0.852618",\
|
|
"0.747710, 0.754337, 0.771704, 0.817077, 1.008526");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020159, 0.033577, 0.081305, 0.343475");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.459327, 0.468439, 0.494845, 0.587946, 1.041955",\
|
|
"0.459327, 0.468439, 0.494845, 0.587946, 1.041955",\
|
|
"0.459327, 0.468439, 0.494845, 0.587946, 1.041955",\
|
|
"0.459327, 0.468439, 0.494845, 0.587946, 1.041955",\
|
|
"0.439110, 0.448222, 0.474627, 0.567728, 1.021737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610",\
|
|
"0.019991, 0.027749, 0.056500, 0.184995, 0.850610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.403553, 0.410179, 0.427546, 0.472919, 0.664368",\
|
|
"0.450221, 0.456847, 0.474214, 0.519587, 0.711036",\
|
|
"0.503945, 0.510572, 0.527939, 0.573312, 0.764761",\
|
|
"0.591802, 0.598428, 0.615796, 0.661169, 0.852618",\
|
|
"0.747710, 0.754337, 0.771704, 0.817077, 1.008526");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020158, 0.033576, 0.081305, 0.343474",\
|
|
"0.015643, 0.020159, 0.033577, 0.081305, 0.343475");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io3_di */
|
|
|
|
pin("spimemio_flash_io3_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002671 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_do;
|
|
} /* end of pin spimemio_flash_io3_do */
|
|
|
|
pin("spimemio_flash_io3_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_oeb;
|
|
} /* end of pin spimemio_flash_io3_oeb */
|
|
|
|
pin("trap") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002950 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : trap;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.399789, 0.367149, 0.343593, 0.328546, 0.351397",\
|
|
"0.430141, 0.397501, 0.373945, 0.358898, 0.381749",\
|
|
"0.443485, 0.410845, 0.387288, 0.372242, 0.395093",\
|
|
"0.442928, 0.410288, 0.386731, 0.371685, 0.394536",\
|
|
"0.399506, 0.366866, 0.343310, 0.328263, 0.351114");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.064596, 1.031956, 1.008400, 0.993353, 1.016204",\
|
|
"1.115142, 1.082503, 1.058946, 1.043900, 1.066751",\
|
|
"1.179188, 1.146548, 1.122991, 1.107945, 1.130796",\
|
|
"1.289972, 1.257332, 1.233776, 1.218729, 1.241580",\
|
|
"1.481886, 1.449246, 1.425689, 1.410643, 1.433494");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.345373, -0.312734, -0.289177, -0.274130, -0.296982",\
|
|
"-0.375725, -0.343086, -0.319529, -0.304482, -0.327334",\
|
|
"-0.389069, -0.356430, -0.332872, -0.317826, -0.340678",\
|
|
"-0.388512, -0.355873, -0.332315, -0.317269, -0.340121",\
|
|
"-0.345091, -0.312451, -0.288894, -0.273847, -0.296700");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.985705, -0.953065, -0.929508, -0.914461, -0.937314",\
|
|
"-1.036251, -1.003612, -0.980055, -0.965008, -0.987861",\
|
|
"-1.100348, -1.067708, -1.044151, -1.029104, -1.051957",\
|
|
"-1.211436, -1.178797, -1.155240, -1.140193, -1.163045",\
|
|
"-1.403667, -1.371027, -1.347470, -1.332423, -1.355276");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005291 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : uart_enabled;
|
|
} /* end of pin uart_enabled */
|
|
|
|
pin("user_clock") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.134802 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : user_clock;
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003765 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.205719, 0.173080, 0.149523, 0.134476, 0.157328",\
|
|
"0.237455, 0.204815, 0.181258, 0.166212, 0.189063",\
|
|
"0.253715, 0.221076, 0.197519, 0.182473, 0.205324",\
|
|
"0.261665, 0.229025, 0.205469, 0.190422, 0.213273",\
|
|
"0.240060, 0.207420, 0.183864, 0.168817, 0.191669");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.805403, 0.772763, 0.749207, 0.734160, 0.757011",\
|
|
"0.853831, 0.821191, 0.797634, 0.782588, 0.805439",\
|
|
"0.909281, 0.876642, 0.853085, 0.838039, 0.860890",\
|
|
"1.003321, 0.970681, 0.947124, 0.932078, 0.954929",\
|
|
"1.158077, 1.125437, 1.101881, 1.086834, 1.109685");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.140628, -0.107989, -0.084431, -0.069385, -0.092237",\
|
|
"-0.172364, -0.139724, -0.116167, -0.101120, -0.123973",\
|
|
"-0.188624, -0.155985, -0.132427, -0.117381, -0.140233",\
|
|
"-0.196574, -0.163934, -0.140377, -0.125330, -0.148183",\
|
|
"-0.174969, -0.142330, -0.118772, -0.103726, -0.126578");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.716942, -0.684303, -0.660745, -0.645699, -0.668551",\
|
|
"-0.765370, -0.732730, -0.709173, -0.694126, -0.716979",\
|
|
"-0.820821, -0.788181, -0.764624, -0.749577, -0.772430",\
|
|
"-0.914860, -0.882220, -0.858663, -0.843616, -0.866469",\
|
|
"-1.069616, -1.036977, -1.013419, -0.998373, -1.021225");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vcc_pwrgood */
|
|
|
|
pin("usr1_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004569 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.401573, 0.368934, 0.345377, 0.330331, 0.353182",\
|
|
"0.433307, 0.400667, 0.377111, 0.362064, 0.384915",\
|
|
"0.449557, 0.416917, 0.393361, 0.378314, 0.401165",\
|
|
"0.457512, 0.424873, 0.401316, 0.386270, 0.409121",\
|
|
"0.435933, 0.403293, 0.379736, 0.364690, 0.387541");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.017886, 0.985246, 0.961690, 0.946643, 0.969495",\
|
|
"1.066308, 1.033669, 1.010112, 0.995066, 1.017917",\
|
|
"1.121754, 1.089114, 1.065557, 1.050511, 1.073362",\
|
|
"1.215786, 1.183146, 1.159589, 1.144543, 1.167394",\
|
|
"1.370199, 1.337560, 1.314003, 1.298957, 1.321808");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.344068, -0.311429, -0.287871, -0.272825, -0.295677",\
|
|
"-0.375802, -0.343163, -0.319605, -0.304559, -0.327411",\
|
|
"-0.392052, -0.359412, -0.335855, -0.320808, -0.343661",\
|
|
"-0.400007, -0.367368, -0.343811, -0.328764, -0.351617",\
|
|
"-0.378428, -0.345788, -0.322231, -0.307184, -0.330037");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.939077, -0.906438, -0.882880, -0.867834, -0.890686",\
|
|
"-0.987500, -0.954860, -0.931303, -0.916256, -0.939109",\
|
|
"-1.042945, -1.010305, -0.986748, -0.971701, -0.994554",\
|
|
"-1.136977, -1.104337, -1.080780, -1.065733, -1.088586",\
|
|
"-1.291391, -1.258751, -1.235194, -1.220147, -1.243000");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vdd_pwrgood */
|
|
|
|
pin("usr2_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004667 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.528305, 0.495665, 0.472108, 0.457062, 0.479913",\
|
|
"0.560096, 0.527456, 0.503900, 0.488853, 0.511704",\
|
|
"0.576145, 0.543505, 0.519948, 0.504902, 0.527753",\
|
|
"0.584086, 0.551447, 0.527890, 0.512844, 0.535695",\
|
|
"0.561861, 0.529221, 0.505664, 0.490618, 0.513469");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.112626, 1.079987, 1.056430, 1.041384, 1.064235",\
|
|
"1.161030, 1.128390, 1.104834, 1.089787, 1.112638",\
|
|
"1.216552, 1.183913, 1.160356, 1.145310, 1.168161",\
|
|
"1.307244, 1.274605, 1.251048, 1.236001, 1.258853",\
|
|
"1.462151, 1.429511, 1.405955, 1.390908, 1.413759");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.471699, -0.439060, -0.415503, -0.400456, -0.423309",\
|
|
"-0.503491, -0.470851, -0.447294, -0.432247, -0.455100",\
|
|
"-0.519539, -0.486900, -0.463342, -0.448296, -0.471148",\
|
|
"-0.527481, -0.494841, -0.471284, -0.456237, -0.479090",\
|
|
"-0.505255, -0.472616, -0.449058, -0.434012, -0.456864");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.034784, -1.002145, -0.978587, -0.963541, -0.986393",\
|
|
"-1.083188, -1.050548, -1.026991, -1.011944, -1.034797",\
|
|
"-1.138710, -1.106071, -1.082513, -1.067467, -1.090319",\
|
|
"-1.229402, -1.196762, -1.173205, -1.158158, -1.181011",\
|
|
"-1.384309, -1.351669, -1.328112, -1.313065, -1.335918");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vcc_pwrgood */
|
|
|
|
pin("usr2_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004925 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.332324, 0.299685, 0.276128, 0.261082, 0.283933",\
|
|
"0.367113, 0.334474, 0.310917, 0.295870, 0.318722",\
|
|
"0.394202, 0.361563, 0.338006, 0.322959, 0.345811",\
|
|
"0.417476, 0.384837, 0.361280, 0.346234, 0.369085",\
|
|
"0.418558, 0.385919, 0.362362, 0.347316, 0.370167");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.966467, 0.933827, 0.910270, 0.895224, 0.918075",\
|
|
"1.017104, 0.984464, 0.960908, 0.945861, 0.968712",\
|
|
"1.078752, 1.046112, 1.022555, 1.007509, 1.030360",\
|
|
"1.183690, 1.151051, 1.127494, 1.112448, 1.135299",\
|
|
"1.352680, 1.320041, 1.296484, 1.281437, 1.304289");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.277909, -0.245269, -0.221712, -0.206665, -0.229518",\
|
|
"-0.312698, -0.280058, -0.256501, -0.241454, -0.264307",\
|
|
"-0.339787, -0.307147, -0.283590, -0.268543, -0.291396",\
|
|
"-0.363061, -0.330421, -0.306864, -0.291817, -0.314670",\
|
|
"-0.364143, -0.331503, -0.307946, -0.292899, -0.315752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.888528, -0.855888, -0.832331, -0.817284, -0.840137",\
|
|
"-0.939165, -0.906525, -0.882968, -0.867921, -0.890774",\
|
|
"-1.000829, -0.968190, -0.944633, -0.929586, -0.952439",\
|
|
"-1.105825, -1.073185, -1.049628, -1.034581, -1.057434",\
|
|
"-1.275295, -1.242656, -1.219099, -1.204052, -1.226904");
|
|
}
|
|
|
|
} /* 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.001719 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_ack_o;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "2.008488, 2.017883, 2.044978, 2.138040, 2.591378",\
|
|
"2.041128, 2.050522, 2.077618, 2.170680, 2.624018",\
|
|
"2.064685, 2.074079, 2.101175, 2.194236, 2.639770",\
|
|
"2.079731, 2.089125, 2.116221, 2.209282, 2.639770",\
|
|
"2.079731, 2.089125, 2.116221, 2.209282, 2.639770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "1.958913, 1.965664, 1.983494, 2.029130, 2.220566",\
|
|
"1.991552, 1.998303, 2.016133, 2.061769, 2.253205",\
|
|
"2.015109, 2.021860, 2.039690, 2.085326, 2.268957",\
|
|
"2.030155, 2.036906, 2.054736, 2.100372, 2.268957",\
|
|
"2.030155, 2.036906, 2.054736, 2.100372, 2.268957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "2.008488, 2.017883, 2.044978, 2.138040, 2.591378",\
|
|
"2.041128, 2.050522, 2.077618, 2.170680, 2.624018",\
|
|
"2.056880, 2.066274, 2.093370, 2.186431, 2.639770",\
|
|
"2.056880, 2.066274, 2.093370, 2.186431, 2.639770",\
|
|
"2.056880, 2.066274, 2.093370, 2.186431, 2.639770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497",\
|
|
"0.022067, 0.030001, 0.058252, 0.185753, 0.849497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "1.958913, 1.965664, 1.983494, 2.029130, 2.220566",\
|
|
"1.991552, 1.998303, 2.016133, 2.061769, 2.253205",\
|
|
"2.007304, 2.014055, 2.031885, 2.077521, 2.268957",\
|
|
"2.007304, 2.014055, 2.031885, 2.077521, 2.268957",\
|
|
"2.007304, 2.014055, 2.031885, 2.077521, 2.268957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786",\
|
|
"0.017418, 0.021892, 0.034999, 0.082075, 0.343786");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg_min*/
|
|
|
|
} /* end of pin wb_ack_o */
|
|
|
|
pin("wb_clk_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.060570 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_clk_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.215594");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.291454");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwh*/
|
|
|
|
} /* end of pin wb_clk_i */
|
|
|
|
pin("wb_cyc_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003892 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_cyc_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.001559, 0.968919, 0.945362, 0.930316, 0.953167",\
|
|
"1.020011, 0.987371, 0.963815, 0.948768, 0.971619",\
|
|
"1.017976, 0.985337, 0.961780, 0.946734, 0.969585",\
|
|
"0.998298, 0.965659, 0.942102, 0.927055, 0.949907",\
|
|
"0.930050, 0.897411, 0.873854, 0.858807, 0.881659");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.489571, 0.456932, 0.433375, 0.418329, 0.441180",\
|
|
"0.535369, 0.502729, 0.479173, 0.464126, 0.486977",\
|
|
"0.577856, 0.545216, 0.521659, 0.506613, 0.529464",\
|
|
"0.651443, 0.618803, 0.595247, 0.580200, 0.603051",\
|
|
"0.796901, 0.764261, 0.740704, 0.725658, 0.748509");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.647994, -0.615354, -0.591797, -0.576751, -0.599602",\
|
|
"-0.666446, -0.633807, -0.610250, -0.595204, -0.618055",\
|
|
"-0.664411, -0.631772, -0.608215, -0.593169, -0.616020",\
|
|
"-0.644733, -0.612094, -0.588537, -0.573491, -0.596342",\
|
|
"-0.576485, -0.543846, -0.520289, -0.505243, -0.528094");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.091869, -0.059230, -0.035673, -0.020627, -0.043478",\
|
|
"-0.137667, -0.105027, -0.081471, -0.066424, -0.089275",\
|
|
"-0.180154, -0.147514, -0.123957, -0.108911, -0.131762",\
|
|
"-0.253741, -0.221101, -0.197545, -0.182498, -0.205349",\
|
|
"-0.399199, -0.366559, -0.343002, -0.327956, -0.350807");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_hldr*/
|
|
|
|
} /* end of pin wb_cyc_i */
|
|
|
|
pin("wb_rstn_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008364 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_rstn_i;
|
|
} /* end of pin wb_rstn_i */
|
|
|
|
pin("wb_stb_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.007012 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_stb_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.979858, 0.947219, 0.923662, 0.908615, 0.931467",\
|
|
"1.014759, 0.982119, 0.958562, 0.943516, 0.966367",\
|
|
"1.041873, 1.009234, 0.985677, 0.970630, 0.993482",\
|
|
"1.065108, 1.032468, 1.008911, 0.993865, 1.016716",\
|
|
"1.066161, 1.033522, 1.009965, 0.994918, 1.017770");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.551206, 0.518567, 0.495010, 0.479963, 0.502815",\
|
|
"0.601826, 0.569186, 0.545630, 0.530583, 0.553434",\
|
|
"0.663388, 0.630748, 0.607192, 0.592145, 0.614996",\
|
|
"0.763869, 0.731230, 0.707673, 0.692626, 0.715478",\
|
|
"0.929901, 0.897261, 0.873704, 0.858658, 0.881509");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.626293, -0.593654, -0.570097, -0.555051, -0.577902",\
|
|
"-0.661194, -0.628554, -0.604997, -0.589951, -0.612802",\
|
|
"-0.688308, -0.655669, -0.632112, -0.617066, -0.639917",\
|
|
"-0.711543, -0.678903, -0.655347, -0.640300, -0.663151",\
|
|
"-0.712596, -0.679957, -0.656400, -0.641354, -0.664205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.152508, -0.119868, -0.096312, -0.081265, -0.104116",\
|
|
"-0.203128, -0.170488, -0.146932, -0.131885, -0.154736",\
|
|
"-0.264712, -0.232073, -0.208516, -0.193470, -0.216321",\
|
|
"-0.366167, -0.333527, -0.309971, -0.294924, -0.317775",\
|
|
"-0.532198, -0.499559, -0.476002, -0.460956, -0.483807");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_hldr*/
|
|
|
|
} /* end of pin wb_stb_i */
|
|
|
|
pin("wb_we_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002703 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_we_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.421077, 0.388437, 0.364881, 0.349834, 0.372685",\
|
|
"0.447526, 0.414887, 0.391330, 0.376284, 0.399135",\
|
|
"0.455323, 0.422684, 0.399127, 0.384081, 0.406932",\
|
|
"0.449007, 0.416367, 0.392811, 0.377764, 0.400615",\
|
|
"0.400235, 0.367595, 0.344039, 0.328992, 0.351843");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.379925, 0.347285, 0.323728, 0.308682, 0.331533",\
|
|
"0.426598, 0.393959, 0.370402, 0.355355, 0.378207",\
|
|
"0.480215, 0.447576, 0.424019, 0.408972, 0.431824",\
|
|
"0.567964, 0.535324, 0.511768, 0.496721, 0.519572",\
|
|
"0.724084, 0.691444, 0.667887, 0.652841, 0.675692");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.203465, -0.170826, -0.147269, -0.132222, -0.155074",\
|
|
"-0.229915, -0.197275, -0.173718, -0.158672, -0.181523",\
|
|
"-0.237741, -0.205102, -0.181545, -0.166499, -0.189350",\
|
|
"-0.231381, -0.198741, -0.175184, -0.160138, -0.182989",\
|
|
"-0.182577, -0.149938, -0.126381, -0.111335, -0.134186");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.046104, 0.078744, 0.102300, 0.117347, 0.094495",\
|
|
"-0.000570, 0.032070, 0.055627, 0.070673, 0.047822",\
|
|
"-0.054185, -0.021546, 0.002011, 0.017058, -0.005794",\
|
|
"-0.141931, -0.109291, -0.085735, -0.070688, -0.093539",\
|
|
"-0.298045, -0.265406, -0.241849, -0.226803, -0.249654");
|
|
}
|
|
|
|
} /* 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.001255 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[2];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.469776, 0.478495, 0.504466, 0.597485, 1.051487",\
|
|
"0.504745, 0.513464, 0.539435, 0.632454, 1.086456",\
|
|
"0.531889, 0.540607, 0.566578, 0.659598, 1.113600",\
|
|
"0.555439, 0.564157, 0.590128, 0.683148, 1.137150",\
|
|
"0.557578, 0.566297, 0.592268, 0.685288, 1.139290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.017598, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017598, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017598, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017599, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017600, 0.025597, 0.055367, 0.184834, 0.850941");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.475646, 0.482126, 0.499175, 0.544382, 0.735770",\
|
|
"0.526294, 0.532773, 0.549822, 0.595029, 0.786417",\
|
|
"0.588156, 0.594635, 0.611684, 0.656891, 0.848279",\
|
|
"0.690926, 0.697405, 0.714453, 0.759661, 0.951049",\
|
|
"0.862343, 0.868822, 0.885870, 0.931078, 1.122466");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.014697, 0.019185, 0.032776, 0.080907, 0.343286",\
|
|
"0.014697, 0.019185, 0.032776, 0.080907, 0.343286",\
|
|
"0.014697, 0.019185, 0.032776, 0.080907, 0.343286",\
|
|
"0.014697, 0.019185, 0.032777, 0.080907, 0.343285",\
|
|
"0.014697, 0.019184, 0.032777, 0.080907, 0.343285");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.469776, 0.478495, 0.504466, 0.597485, 1.051487",\
|
|
"0.504745, 0.513464, 0.539435, 0.632454, 1.086456",\
|
|
"0.531889, 0.540607, 0.566578, 0.659598, 1.113600",\
|
|
"0.555439, 0.564157, 0.590128, 0.683148, 1.137150",\
|
|
"0.557578, 0.566297, 0.592268, 0.685288, 1.139290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.017598, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017598, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017598, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017599, 0.025596, 0.055366, 0.184834, 0.850941",\
|
|
"0.017600, 0.025597, 0.055367, 0.184834, 0.850941");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.474067, 0.480547, 0.497596, 0.542803, 0.734190",\
|
|
"0.524715, 0.531194, 0.548243, 0.593450, 0.784838",\
|
|
"0.586616, 0.593095, 0.610144, 0.655351, 0.846739",\
|
|
"0.689510, 0.695990, 0.713038, 0.758246, 0.949634",\
|
|
"0.861152, 0.867631, 0.884678, 0.929887, 1.121275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.014697, 0.019184, 0.032776, 0.080907, 0.343285",\
|
|
"0.014697, 0.019184, 0.032776, 0.080907, 0.343285",\
|
|
"0.014697, 0.019184, 0.032776, 0.080907, 0.343285",\
|
|
"0.014697, 0.019184, 0.032776, 0.080907, 0.343285",\
|
|
"0.014697, 0.019184, 0.032777, 0.080907, 0.343285");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080",\
|
|
"1.572377, 1.581093, 1.607060, 1.700079, 2.154080");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943",\
|
|
"0.017579, 0.025579, 0.055358, 0.184833, 0.850943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381",\
|
|
"1.599258, 1.605739, 1.622793, 1.667995, 1.859381");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288",\
|
|
"0.014695, 0.019186, 0.032772, 0.080906, 0.343288");
|
|
}
|
|
|
|
} /* 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.001324 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.471157, 0.479940, 0.505991, 0.599015, 1.052870",\
|
|
"0.502896, 0.511679, 0.537730, 0.630754, 1.084608",\
|
|
"0.519119, 0.527902, 0.553952, 0.646976, 1.087599",\
|
|
"0.527129, 0.535912, 0.561963, 0.654987, 1.087599",\
|
|
"0.527129, 0.535912, 0.561963, 0.654987, 1.087599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.441686, 0.448177, 0.465279, 0.510509, 0.701759",\
|
|
"0.490124, 0.496615, 0.513717, 0.558947, 0.750197",\
|
|
"0.545776, 0.552267, 0.569369, 0.614599, 0.805849",\
|
|
"0.640418, 0.646909, 0.664010, 0.709239, 0.900489",\
|
|
"0.796241, 0.802732, 0.819834, 0.865064, 1.056314");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.014950, 0.019429, 0.032986, 0.081037, 0.343017",\
|
|
"0.014950, 0.019429, 0.032986, 0.081037, 0.343017",\
|
|
"0.014950, 0.019429, 0.032986, 0.081037, 0.343017",\
|
|
"0.014950, 0.019429, 0.032986, 0.081037, 0.343017",\
|
|
"0.014950, 0.019429, 0.032987, 0.081037, 0.343017");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.471157, 0.479940, 0.505991, 0.599015, 1.052870",\
|
|
"0.502896, 0.511679, 0.537730, 0.630754, 1.084608",\
|
|
"0.505886, 0.514669, 0.540720, 0.633744, 1.087599",\
|
|
"0.505886, 0.514669, 0.540720, 0.633744, 1.087599",\
|
|
"0.505886, 0.514669, 0.540720, 0.633744, 1.087599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597",\
|
|
"0.018241, 0.026160, 0.055677, 0.184933, 0.850597");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.441686, 0.448177, 0.465279, 0.510509, 0.701759",\
|
|
"0.490124, 0.496615, 0.513717, 0.558947, 0.750197",\
|
|
"0.545776, 0.552267, 0.569369, 0.614599, 0.805849",\
|
|
"0.640418, 0.646909, 0.664010, 0.709239, 0.900489",\
|
|
"0.796241, 0.802732, 0.819834, 0.865064, 1.056314");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.014950, 0.019427, 0.032985, 0.081037, 0.343017",\
|
|
"0.014950, 0.019427, 0.032985, 0.081037, 0.343017",\
|
|
"0.014950, 0.019427, 0.032985, 0.081037, 0.343017",\
|
|
"0.014950, 0.019427, 0.032985, 0.081037, 0.343017",\
|
|
"0.014950, 0.019429, 0.032987, 0.081037, 0.343017");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038",\
|
|
"1.590330, 1.599111, 1.625160, 1.718184, 2.172038");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598",\
|
|
"0.018229, 0.026150, 0.055672, 0.184933, 0.850598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123",\
|
|
"1.613089, 1.619571, 1.636655, 1.681876, 1.873123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007",\
|
|
"0.014899, 0.019376, 0.032943, 0.081016, 0.343007");
|
|
}
|
|
|
|
} /* 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.001291 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254",\
|
|
"1.486588, 1.495290, 1.521254, 1.614273, 2.068254");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943",\
|
|
"0.017605, 0.025603, 0.055385, 0.184862, 0.850943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461",\
|
|
"1.542869, 1.549445, 1.566710, 1.612034, 1.803461");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415",\
|
|
"0.015364, 0.019866, 0.033338, 0.081188, 0.343415");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[0]_redg_min*/
|
|
|
|
} /* end of pin irq[0] */
|
|
} /* end of bus irq */
|
|
bus ( mask_rev_in ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("mask_rev_in[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003507 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.388158, 0.355518, 0.331961, 0.316915, 0.339766",\
|
|
"0.406052, 0.373413, 0.349856, 0.334810, 0.357661",\
|
|
"0.404241, 0.371601, 0.348045, 0.332998, 0.355849",\
|
|
"0.384574, 0.351934, 0.328377, 0.313331, 0.336182",\
|
|
"0.316606, 0.283966, 0.260410, 0.245363, 0.268214");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.713169, 0.680529, 0.656973, 0.641926, 0.664777",\
|
|
"0.758773, 0.726134, 0.702577, 0.687531, 0.710382",\
|
|
"0.801296, 0.768656, 0.745100, 0.730053, 0.752904",\
|
|
"0.875374, 0.842734, 0.819177, 0.804131, 0.826982",\
|
|
"1.020233, 0.987594, 0.964037, 0.948991, 0.971842");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.357269, -0.324630, -0.301073, -0.286026, -0.308878",\
|
|
"-0.375164, -0.342524, -0.318968, -0.303921, -0.326772",\
|
|
"-0.373352, -0.340713, -0.317156, -0.302110, -0.324961",\
|
|
"-0.353685, -0.321046, -0.297489, -0.282442, -0.305294",\
|
|
"-0.285718, -0.253078, -0.229521, -0.214475, -0.237326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.659766, -0.627127, -0.603570, -0.588523, -0.611375",\
|
|
"-0.705371, -0.672731, -0.649174, -0.634128, -0.656979",\
|
|
"-0.747893, -0.715253, -0.691697, -0.676650, -0.699501",\
|
|
"-0.821971, -0.789331, -0.765774, -0.750728, -0.773579",\
|
|
"-0.966830, -0.934191, -0.910634, -0.895588, -0.918439");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[31] */
|
|
|
|
pin("mask_rev_in[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002305 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.446932, 0.414292, 0.390736, 0.375689, 0.398540",\
|
|
"0.473430, 0.440790, 0.417233, 0.402187, 0.425038",\
|
|
"0.481395, 0.448755, 0.425198, 0.410152, 0.433003",\
|
|
"0.474853, 0.442214, 0.418657, 0.403610, 0.426462",\
|
|
"0.425922, 0.393282, 0.369725, 0.354679, 0.377530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.899633, 0.866994, 0.843437, 0.828391, 0.851242",\
|
|
"0.946318, 0.913679, 0.890122, 0.875075, 0.897927",\
|
|
"1.000002, 0.967362, 0.943806, 0.928759, 0.951611",\
|
|
"1.088048, 1.055408, 1.031852, 1.016805, 1.039656",\
|
|
"1.245007, 1.212368, 1.188811, 1.173765, 1.196616");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.425360, -0.392720, -0.369164, -0.354117, -0.376968",\
|
|
"-0.451857, -0.419218, -0.395661, -0.380615, -0.403466",\
|
|
"-0.459823, -0.427183, -0.403626, -0.388580, -0.411431",\
|
|
"-0.453281, -0.420641, -0.397085, -0.382038, -0.404889",\
|
|
"-0.404349, -0.371710, -0.348153, -0.333107, -0.355958");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.859614, -0.826975, -0.803418, -0.788372, -0.811223",\
|
|
"-0.906299, -0.873660, -0.850103, -0.835057, -0.857908",\
|
|
"-0.959983, -0.927344, -0.903787, -0.888741, -0.911592",\
|
|
"-1.048029, -1.015389, -0.991833, -0.976786, -0.999638",\
|
|
"-1.204989, -1.172349, -1.148792, -1.133746, -1.156597");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[30] */
|
|
|
|
pin("mask_rev_in[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004280 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.368526, 0.335887, 0.312330, 0.297284, 0.320135",\
|
|
"0.385779, 0.353140, 0.329583, 0.314536, 0.337388",\
|
|
"0.384454, 0.351814, 0.328258, 0.313211, 0.336062",\
|
|
"0.365359, 0.332719, 0.309163, 0.294116, 0.316967",\
|
|
"0.297604, 0.264965, 0.241408, 0.226362, 0.249213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.867845, 0.835206, 0.811649, 0.796603, 0.819454",\
|
|
"0.913748, 0.881109, 0.857552, 0.842506, 0.865357",\
|
|
"0.954975, 0.922335, 0.898779, 0.883732, 0.906583",\
|
|
"1.027837, 0.995198, 0.971641, 0.956595, 0.979446",\
|
|
"1.169514, 1.136875, 1.113318, 1.098271, 1.121123");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.280627, -0.247987, -0.224430, -0.209384, -0.232235",\
|
|
"-0.297879, -0.265240, -0.241683, -0.226637, -0.249488",\
|
|
"-0.296554, -0.263915, -0.240358, -0.225311, -0.248163",\
|
|
"-0.277459, -0.244819, -0.221263, -0.206216, -0.229068",\
|
|
"-0.209705, -0.177065, -0.153508, -0.138462, -0.161313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.751784, -0.719144, -0.695587, -0.680541, -0.703392",\
|
|
"-0.797687, -0.765047, -0.741490, -0.726444, -0.749295",\
|
|
"-0.838914, -0.806274, -0.782717, -0.767671, -0.790522",\
|
|
"-0.911776, -0.879136, -0.855579, -0.840533, -0.863384",\
|
|
"-1.053453, -1.020813, -0.997256, -0.982210, -1.005061");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[29] */
|
|
|
|
pin("mask_rev_in[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003359 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.448016, 0.415376, 0.391819, 0.376773, 0.399624",\
|
|
"0.478887, 0.446247, 0.422691, 0.407644, 0.430495",\
|
|
"0.494177, 0.461538, 0.437981, 0.422935, 0.445786",\
|
|
"0.501524, 0.468885, 0.445328, 0.430281, 0.453133",\
|
|
"0.483310, 0.450671, 0.427114, 0.412068, 0.434919");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.385944, 1.353304, 1.329748, 1.314701, 1.337552",\
|
|
"1.436233, 1.403593, 1.380036, 1.364990, 1.387841",\
|
|
"1.485003, 1.452363, 1.428806, 1.413760, 1.436611",\
|
|
"1.563491, 1.530851, 1.507294, 1.492248, 1.515099",\
|
|
"1.701719, 1.669080, 1.645523, 1.630476, 1.653328");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.427429, -0.394789, -0.371232, -0.356186, -0.379037",\
|
|
"-0.458300, -0.425660, -0.402104, -0.387057, -0.409909",\
|
|
"-0.473590, -0.440951, -0.417394, -0.402348, -0.425199",\
|
|
"-0.480937, -0.448298, -0.424741, -0.409694, -0.432546",\
|
|
"-0.462723, -0.430084, -0.406527, -0.391481, -0.414332");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.342965, -1.310325, -1.286768, -1.271722, -1.294573",\
|
|
"-1.393254, -1.360614, -1.337057, -1.322011, -1.344862",\
|
|
"-1.442024, -1.409384, -1.385827, -1.370781, -1.393632",\
|
|
"-1.520511, -1.487872, -1.464315, -1.449269, -1.472120",\
|
|
"-1.658740, -1.626101, -1.602544, -1.587497, -1.610349");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[28] */
|
|
|
|
pin("mask_rev_in[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003022 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.207923, 0.175283, 0.151727, 0.136680, 0.159532",\
|
|
"0.238849, 0.206210, 0.182653, 0.167607, 0.190458",\
|
|
"0.254072, 0.221433, 0.197876, 0.182829, 0.205681",\
|
|
"0.261382, 0.228743, 0.205186, 0.190139, 0.212991",\
|
|
"0.242995, 0.210356, 0.186799, 0.171753, 0.194604");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.840193, 0.807553, 0.783997, 0.768950, 0.791801",\
|
|
"0.890698, 0.858058, 0.834501, 0.819455, 0.842306",\
|
|
"0.939453, 0.906813, 0.883256, 0.868210, 0.891061",\
|
|
"1.017841, 0.985202, 0.961645, 0.946599, 0.969450",\
|
|
"1.155907, 1.123267, 1.099711, 1.084664, 1.107515");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.142832, -0.110193, -0.086635, -0.071589, -0.094441",\
|
|
"-0.173758, -0.141119, -0.117562, -0.102515, -0.125367",\
|
|
"-0.188981, -0.156342, -0.132784, -0.117738, -0.140590",\
|
|
"-0.196291, -0.163652, -0.140094, -0.125048, -0.147900",\
|
|
"-0.177904, -0.145265, -0.121707, -0.106661, -0.129513");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.751732, -0.719093, -0.695535, -0.680489, -0.703341",\
|
|
"-0.802237, -0.769597, -0.746040, -0.730994, -0.753846",\
|
|
"-0.850992, -0.818353, -0.794795, -0.779749, -0.802601",\
|
|
"-0.929381, -0.896741, -0.873184, -0.858137, -0.880990",\
|
|
"-1.067446, -1.034807, -1.011250, -0.996203, -1.019055");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[27] */
|
|
|
|
pin("mask_rev_in[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002348 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.377452, 0.344813, 0.321256, 0.306210, 0.329061",\
|
|
"0.403897, 0.371257, 0.347701, 0.332654, 0.355505",\
|
|
"0.411738, 0.379099, 0.355542, 0.340496, 0.363347",\
|
|
"0.405436, 0.372797, 0.349240, 0.334193, 0.357045",\
|
|
"0.356796, 0.324157, 0.300600, 0.285553, 0.308405");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.848545, 0.815906, 0.792349, 0.777303, 0.800154",\
|
|
"0.895221, 0.862581, 0.839024, 0.823978, 0.846829",\
|
|
"0.948842, 0.916202, 0.892645, 0.877599, 0.900450",\
|
|
"1.036610, 1.003970, 0.980414, 0.965367, 0.988218",\
|
|
"1.192804, 1.160164, 1.136607, 1.121561, 1.144412");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.320847, -0.288208, -0.264650, -0.249604, -0.272456",\
|
|
"-0.347292, -0.314652, -0.291095, -0.276048, -0.298901",\
|
|
"-0.355133, -0.322494, -0.298936, -0.283890, -0.306742",\
|
|
"-0.348831, -0.316191, -0.292634, -0.277587, -0.300440",\
|
|
"-0.300191, -0.267551, -0.243994, -0.228947, -0.251800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.770703, -0.738064, -0.714506, -0.699460, -0.722312",\
|
|
"-0.817379, -0.784739, -0.761182, -0.746135, -0.768988",\
|
|
"-0.871000, -0.838360, -0.814803, -0.799756, -0.822609",\
|
|
"-0.958768, -0.926128, -0.902571, -0.887524, -0.910377",\
|
|
"-1.114962, -1.082322, -1.058765, -1.043718, -1.066571");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[26] */
|
|
|
|
pin("mask_rev_in[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004327 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.459364, 0.426724, 0.403167, 0.388121, 0.410972",\
|
|
"0.476512, 0.443873, 0.420316, 0.405270, 0.428121",\
|
|
"0.475315, 0.442676, 0.419119, 0.404072, 0.426924",\
|
|
"0.456424, 0.423785, 0.400228, 0.385181, 0.408033",\
|
|
"0.387784, 0.355144, 0.331587, 0.316541, 0.339392");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.946321, 0.913681, 0.890124, 0.875078, 0.897929",\
|
|
"0.992108, 0.959468, 0.935911, 0.920865, 0.943716",\
|
|
"1.033112, 1.000473, 0.976916, 0.961869, 0.984721",\
|
|
"1.105232, 1.072592, 1.049036, 1.033989, 1.056841",\
|
|
"1.245441, 1.212801, 1.189245, 1.174198, 1.197050");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.401859, -0.369219, -0.345662, -0.330615, -0.353468",\
|
|
"-0.419007, -0.386368, -0.362811, -0.347764, -0.370617",\
|
|
"-0.417810, -0.385171, -0.361613, -0.346567, -0.369419",\
|
|
"-0.398919, -0.366280, -0.342722, -0.327676, -0.350528",\
|
|
"-0.330279, -0.297639, -0.274082, -0.259035, -0.281888");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.867512, -0.834872, -0.811315, -0.796268, -0.819121",\
|
|
"-0.913299, -0.880659, -0.857102, -0.842055, -0.864908",\
|
|
"-0.954303, -0.921664, -0.898106, -0.883060, -0.905912",\
|
|
"-1.026423, -0.993784, -0.970226, -0.955180, -0.978032",\
|
|
"-1.166632, -1.133993, -1.110435, -1.095389, -1.118241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[25] */
|
|
|
|
pin("mask_rev_in[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006748 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.430112, 0.397473, 0.373916, 0.358870, 0.381721",\
|
|
"0.448088, 0.415448, 0.391892, 0.376845, 0.399696",\
|
|
"0.446234, 0.413594, 0.390037, 0.374991, 0.397842",\
|
|
"0.426571, 0.393931, 0.370374, 0.355328, 0.378179",\
|
|
"0.358581, 0.325941, 0.302385, 0.287338, 0.310189");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.124973, 1.092333, 1.068776, 1.053730, 1.076581",\
|
|
"1.170575, 1.137936, 1.114379, 1.099333, 1.122184",\
|
|
"1.213106, 1.180467, 1.156910, 1.141863, 1.164715",\
|
|
"1.287121, 1.254481, 1.230924, 1.215878, 1.238729",\
|
|
"1.432127, 1.399487, 1.375931, 1.360884, 1.383735");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.375697, -0.343057, -0.319500, -0.304453, -0.327306",\
|
|
"-0.393673, -0.361033, -0.337476, -0.322429, -0.345282",\
|
|
"-0.391818, -0.359179, -0.335621, -0.320575, -0.343427",\
|
|
"-0.372155, -0.339516, -0.315958, -0.300912, -0.323764",\
|
|
"-0.304165, -0.271526, -0.247969, -0.232922, -0.255774");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.047589, -1.014950, -0.991392, -0.976346, -0.999198",\
|
|
"-1.093192, -1.060553, -1.036995, -1.021949, -1.044801",\
|
|
"-1.135723, -1.103083, -1.079526, -1.064479, -1.087332",\
|
|
"-1.209737, -1.177098, -1.153540, -1.138494, -1.161346",\
|
|
"-1.354743, -1.322104, -1.298547, -1.283500, -1.306353");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[24] */
|
|
|
|
pin("mask_rev_in[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008174 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.230216, 0.197577, 0.174020, 0.158974, 0.181825",\
|
|
"0.247989, 0.215350, 0.191793, 0.176747, 0.199598",\
|
|
"0.246224, 0.213584, 0.190027, 0.174981, 0.197832",\
|
|
"0.226588, 0.193948, 0.170391, 0.155345, 0.178196",\
|
|
"0.158816, 0.126176, 0.102620, 0.087573, 0.110424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.743546, 0.710907, 0.687350, 0.672304, 0.695155",\
|
|
"0.789070, 0.756430, 0.732874, 0.717827, 0.740678",\
|
|
"0.831416, 0.798776, 0.775220, 0.760173, 0.783024",\
|
|
"0.905357, 0.872717, 0.849161, 0.834114, 0.856965",\
|
|
"1.049678, 1.017039, 0.993482, 0.978436, 1.001287");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.199328, -0.166689, -0.143132, -0.128085, -0.150937",\
|
|
"-0.217101, -0.184462, -0.160905, -0.145858, -0.168710",\
|
|
"-0.215335, -0.182696, -0.159139, -0.144093, -0.166944",\
|
|
"-0.195699, -0.163060, -0.139503, -0.124457, -0.147308",\
|
|
"-0.127928, -0.095288, -0.071731, -0.056685, -0.079536");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.690158, -0.657518, -0.633962, -0.618915, -0.641766",\
|
|
"-0.735682, -0.703042, -0.679485, -0.664439, -0.687290",\
|
|
"-0.778028, -0.745388, -0.721831, -0.706785, -0.729636",\
|
|
"-0.851968, -0.819329, -0.795772, -0.780726, -0.803577",\
|
|
"-0.996290, -0.963650, -0.940093, -0.925047, -0.947898");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[23] */
|
|
|
|
pin("mask_rev_in[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004703 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.302990, 0.270350, 0.246794, 0.231747, 0.254598",\
|
|
"0.333571, 0.300931, 0.277375, 0.262328, 0.285179",\
|
|
"0.349094, 0.316455, 0.292898, 0.277852, 0.300703",\
|
|
"0.356625, 0.323985, 0.300428, 0.285382, 0.308233",\
|
|
"0.337986, 0.305346, 0.281790, 0.266743, 0.289594");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.803633, 0.770994, 0.747437, 0.732391, 0.755242",\
|
|
"0.852597, 0.819958, 0.796401, 0.781355, 0.804206",\
|
|
"0.901101, 0.868462, 0.844905, 0.829858, 0.852710",\
|
|
"0.979413, 0.946773, 0.923216, 0.908170, 0.931021",\
|
|
"1.116377, 1.083737, 1.060181, 1.045134, 1.067986");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.281418, -0.248778, -0.225222, -0.210175, -0.233026",\
|
|
"-0.311999, -0.279359, -0.255802, -0.240756, -0.263607",\
|
|
"-0.327522, -0.294882, -0.271326, -0.256279, -0.279130",\
|
|
"-0.335052, -0.302413, -0.278856, -0.263810, -0.286661",\
|
|
"-0.316414, -0.283774, -0.260217, -0.245171, -0.268022");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.763615, -0.730975, -0.707418, -0.692372, -0.715223",\
|
|
"-0.812578, -0.779939, -0.756382, -0.741336, -0.764187",\
|
|
"-0.861082, -0.828443, -0.804886, -0.789840, -0.812691",\
|
|
"-0.939394, -0.906754, -0.883198, -0.868151, -0.891002",\
|
|
"-1.076358, -1.043719, -1.020162, -1.005116, -1.027967");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[22] */
|
|
|
|
pin("mask_rev_in[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006537 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.385739, 0.353100, 0.329543, 0.314497, 0.337348",\
|
|
"0.402858, 0.370219, 0.346662, 0.331615, 0.354467",\
|
|
"0.401808, 0.369168, 0.345612, 0.330565, 0.353416",\
|
|
"0.383263, 0.350623, 0.327066, 0.312020, 0.334871",\
|
|
"0.314606, 0.281967, 0.258410, 0.243364, 0.266215");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.916387, 0.883748, 0.860191, 0.845144, 0.867996",\
|
|
"0.962098, 0.929459, 0.905902, 0.890856, 0.913707",\
|
|
"1.002996, 0.970357, 0.946800, 0.931754, 0.954605",\
|
|
"1.074707, 1.042067, 1.018510, 1.003464, 1.026315",\
|
|
"1.214096, 1.181457, 1.157900, 1.142854, 1.165705");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.297839, -0.265200, -0.241643, -0.226597, -0.249448",\
|
|
"-0.314958, -0.282319, -0.258762, -0.243716, -0.266567",\
|
|
"-0.313908, -0.281268, -0.257712, -0.242665, -0.265516",\
|
|
"-0.295363, -0.262723, -0.239167, -0.224120, -0.246971",\
|
|
"-0.226706, -0.194067, -0.170510, -0.155464, -0.178315");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.800326, -0.767686, -0.744129, -0.729083, -0.751934",\
|
|
"-0.846037, -0.813397, -0.789841, -0.774794, -0.797645",\
|
|
"-0.886935, -0.854295, -0.830738, -0.815692, -0.838543",\
|
|
"-0.958645, -0.926005, -0.902449, -0.887402, -0.910253",\
|
|
"-1.098035, -1.065395, -1.041838, -1.026792, -1.049643");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[21] */
|
|
|
|
pin("mask_rev_in[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006201 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.384405, 0.351765, 0.328209, 0.313162, 0.336013",\
|
|
"0.415031, 0.382392, 0.358835, 0.343789, 0.366640",\
|
|
"0.430554, 0.397914, 0.374358, 0.359311, 0.382162",\
|
|
"0.438075, 0.405435, 0.381878, 0.366832, 0.389683",\
|
|
"0.419852, 0.387212, 0.363656, 0.348609, 0.371460");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.993079, 0.960440, 0.936883, 0.921837, 0.944688",\
|
|
"1.042035, 1.009396, 0.985839, 0.970792, 0.993644",\
|
|
"1.090512, 1.057873, 1.034316, 1.019269, 1.042121",\
|
|
"1.168947, 1.136307, 1.112750, 1.097704, 1.120555",\
|
|
"1.306425, 1.273785, 1.250229, 1.235182, 1.258033");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.363818, -0.331178, -0.307622, -0.292575, -0.315426",\
|
|
"-0.394444, -0.361805, -0.338248, -0.323202, -0.346053",\
|
|
"-0.409967, -0.377327, -0.353771, -0.338724, -0.361575",\
|
|
"-0.417488, -0.384848, -0.361291, -0.346245, -0.369096",\
|
|
"-0.399265, -0.366625, -0.343069, -0.328022, -0.350874");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.950100, -0.917461, -0.893904, -0.878857, -0.901709",\
|
|
"-0.999056, -0.966416, -0.942860, -0.927813, -0.950665",\
|
|
"-1.047533, -1.014894, -0.991337, -0.976290, -0.999142",\
|
|
"-1.125968, -1.093328, -1.069771, -1.054725, -1.077576",\
|
|
"-1.263446, -1.230806, -1.207249, -1.192203, -1.215054");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[20] */
|
|
|
|
pin("mask_rev_in[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.285460, 0.252820, 0.229264, 0.214217, 0.237069",\
|
|
"0.303605, 0.270966, 0.247409, 0.232363, 0.255214",\
|
|
"0.301644, 0.269004, 0.245448, 0.230401, 0.253253",\
|
|
"0.282098, 0.249458, 0.225902, 0.210855, 0.233706",\
|
|
"0.214562, 0.181923, 0.158366, 0.143320, 0.166171");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.817167, 0.784528, 0.760971, 0.745925, 0.768776",\
|
|
"0.862819, 0.830179, 0.806623, 0.791576, 0.814427",\
|
|
"0.905156, 0.872517, 0.848960, 0.833914, 0.856765",\
|
|
"0.978805, 0.946166, 0.922609, 0.907563, 0.930414",\
|
|
"1.123552, 1.090913, 1.067356, 1.052310, 1.075161");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.220370, -0.187730, -0.164173, -0.149126, -0.171979",\
|
|
"-0.238515, -0.205876, -0.182319, -0.167272, -0.190124",\
|
|
"-0.236554, -0.203914, -0.180357, -0.165310, -0.188163",\
|
|
"-0.217008, -0.184368, -0.160811, -0.145764, -0.168617",\
|
|
"-0.149472, -0.116833, -0.093275, -0.078229, -0.101081");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.728672, -0.696032, -0.672475, -0.657428, -0.680281",\
|
|
"-0.774323, -0.741684, -0.718126, -0.703080, -0.725932",\
|
|
"-0.816661, -0.784021, -0.760464, -0.745417, -0.768270",\
|
|
"-0.890310, -0.857670, -0.834113, -0.819066, -0.841919",\
|
|
"-1.035056, -1.002417, -0.978860, -0.963813, -0.986666");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[19] */
|
|
|
|
pin("mask_rev_in[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010602 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.498281, 0.465641, 0.442085, 0.427038, 0.449890",\
|
|
"0.516651, 0.484011, 0.460454, 0.445408, 0.468259",\
|
|
"0.514597, 0.481958, 0.458401, 0.443355, 0.466206",\
|
|
"0.494982, 0.462342, 0.438786, 0.423739, 0.446590",\
|
|
"0.427020, 0.394380, 0.370824, 0.355777, 0.378628");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.127462, 1.094823, 1.071266, 1.056219, 1.079071",\
|
|
"1.173169, 1.140530, 1.116973, 1.101927, 1.124778",\
|
|
"1.215611, 1.182971, 1.159414, 1.144368, 1.167219",\
|
|
"1.289202, 1.256563, 1.233006, 1.217960, 1.240811",\
|
|
"1.434509, 1.401870, 1.378313, 1.363266, 1.386118");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.441676, -0.409036, -0.385479, -0.370432, -0.393285",\
|
|
"-0.460045, -0.427406, -0.403849, -0.388802, -0.411655",\
|
|
"-0.457992, -0.425353, -0.401795, -0.386749, -0.409601",\
|
|
"-0.438377, -0.405737, -0.382180, -0.367133, -0.389986",\
|
|
"-0.370415, -0.337775, -0.314218, -0.299171, -0.322024");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.049620, -1.016980, -0.993423, -0.978376, -1.001229",\
|
|
"-1.095327, -1.062688, -1.039130, -1.024084, -1.046936",\
|
|
"-1.137768, -1.105129, -1.081572, -1.066525, -1.089377",\
|
|
"-1.211360, -1.178720, -1.155163, -1.140117, -1.162969",\
|
|
"-1.356667, -1.324027, -1.300470, -1.285423, -1.308276");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[18] */
|
|
|
|
pin("mask_rev_in[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010145 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.471761, 0.439121, 0.415565, 0.400518, 0.423369",\
|
|
"0.489000, 0.456360, 0.432803, 0.417757, 0.440608",\
|
|
"0.487734, 0.455094, 0.431538, 0.416491, 0.439342",\
|
|
"0.468817, 0.436177, 0.412621, 0.397574, 0.420425",\
|
|
"0.401405, 0.368765, 0.345209, 0.330162, 0.353013");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.971135, 0.938496, 0.914939, 0.899893, 0.922744",\
|
|
"1.017009, 0.984369, 0.960813, 0.945766, 0.968617",\
|
|
"1.058240, 1.025601, 1.002044, 0.986998, 1.009849",\
|
|
"1.131075, 1.098435, 1.074878, 1.059832, 1.082683",\
|
|
"1.272468, 1.239829, 1.216272, 1.201226, 1.224077");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.414256, -0.381616, -0.358059, -0.343013, -0.365865",\
|
|
"-0.431495, -0.398855, -0.375298, -0.360251, -0.383104",\
|
|
"-0.430229, -0.397590, -0.374032, -0.358986, -0.381838",\
|
|
"-0.411312, -0.378672, -0.355115, -0.340069, -0.362921",\
|
|
"-0.343900, -0.311260, -0.287703, -0.272657, -0.295509");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.892326, -0.859687, -0.836130, -0.821083, -0.843935",\
|
|
"-0.938200, -0.905560, -0.882003, -0.866957, -0.889809",\
|
|
"-0.979431, -0.946792, -0.923235, -0.908188, -0.931041",\
|
|
"-1.052266, -1.019626, -0.996069, -0.981022, -1.003875",\
|
|
"-1.193659, -1.161020, -1.137462, -1.122416, -1.145268");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[17] */
|
|
|
|
pin("mask_rev_in[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003243 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.393353, 0.360714, 0.337157, 0.322111, 0.344962",\
|
|
"0.419860, 0.387221, 0.363664, 0.348618, 0.371469",\
|
|
"0.427819, 0.395180, 0.371623, 0.356576, 0.379428",\
|
|
"0.421289, 0.388650, 0.365093, 0.350046, 0.372898",\
|
|
"0.372351, 0.339711, 0.316154, 0.301108, 0.323959");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.085784, 1.053145, 1.029588, 1.014541, 1.037393",\
|
|
"1.132474, 1.099834, 1.076278, 1.061231, 1.084082",\
|
|
"1.186098, 1.153458, 1.129902, 1.114855, 1.137706",\
|
|
"1.274046, 1.241407, 1.217850, 1.202804, 1.225655",\
|
|
"1.430457, 1.397818, 1.374261, 1.359215, 1.382066");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.338938, -0.306298, -0.282741, -0.267695, -0.290547",\
|
|
"-0.365445, -0.332805, -0.309248, -0.294201, -0.317054",\
|
|
"-0.373404, -0.340764, -0.317207, -0.302160, -0.325013",\
|
|
"-0.366874, -0.334234, -0.310677, -0.295630, -0.318483",\
|
|
"-0.317935, -0.285296, -0.261738, -0.246692, -0.269544");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.008401, -0.975761, -0.952204, -0.937157, -0.960010",\
|
|
"-1.055091, -1.022451, -0.998894, -0.983847, -1.006700",\
|
|
"-1.108715, -1.076075, -1.052518, -1.037471, -1.060324",\
|
|
"-1.196663, -1.164023, -1.140466, -1.125419, -1.148272",\
|
|
"-1.353074, -1.320434, -1.296877, -1.281830, -1.304683");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[16] */
|
|
|
|
pin("mask_rev_in[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.011705 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.167779, 0.135139, 0.111582, 0.096536, 0.119387",\
|
|
"0.184858, 0.152218, 0.128662, 0.113615, 0.136466",\
|
|
"0.183950, 0.151311, 0.127754, 0.112708, 0.135559",\
|
|
"0.165778, 0.133139, 0.109582, 0.094536, 0.117387",\
|
|
"0.096540, 0.063900, 0.040343, 0.025297, 0.048148");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.702450, 0.669811, 0.646254, 0.631208, 0.654059",\
|
|
"0.748016, 0.715376, 0.691819, 0.676773, 0.699624",\
|
|
"0.788649, 0.756009, 0.732452, 0.717406, 0.740257",\
|
|
"0.859752, 0.827112, 0.803556, 0.788509, 0.811361",\
|
|
"0.998073, 0.965433, 0.941876, 0.926830, 0.949681");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.136891, -0.104251, -0.080694, -0.065648, -0.088499",\
|
|
"-0.153970, -0.121330, -0.097773, -0.082727, -0.105578",\
|
|
"-0.153062, -0.120423, -0.096866, -0.081820, -0.104671",\
|
|
"-0.134890, -0.102251, -0.078694, -0.063648, -0.086499",\
|
|
"-0.065651, -0.033012, -0.009455, 0.005591, -0.017260");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.649062, -0.616422, -0.592866, -0.577819, -0.600671",\
|
|
"-0.694627, -0.661988, -0.638431, -0.623385, -0.646236",\
|
|
"-0.735260, -0.702621, -0.679064, -0.664018, -0.686869",\
|
|
"-0.806364, -0.773724, -0.750167, -0.735121, -0.757972",\
|
|
"-0.944684, -0.912044, -0.888488, -0.873441, -0.896293");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[15] */
|
|
|
|
pin("mask_rev_in[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.012356 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.275247, 0.242607, 0.219050, 0.204004, 0.226855",\
|
|
"0.292723, 0.260083, 0.236526, 0.221480, 0.244331",\
|
|
"0.291177, 0.258537, 0.234980, 0.219934, 0.242785",\
|
|
"0.271866, 0.239226, 0.215670, 0.200623, 0.223475",\
|
|
"0.205849, 0.173209, 0.149653, 0.134606, 0.157457");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.620389, 0.587749, 0.564192, 0.549146, 0.571997",\
|
|
"0.665794, 0.633155, 0.609598, 0.594551, 0.617403",\
|
|
"0.707962, 0.675322, 0.651766, 0.636719, 0.659570",\
|
|
"0.781946, 0.749306, 0.725750, 0.710703, 0.733555",\
|
|
"0.925579, 0.892939, 0.869382, 0.854336, 0.877187");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.253674, -0.221034, -0.197478, -0.182431, -0.205282",\
|
|
"-0.271150, -0.238510, -0.214954, -0.199907, -0.222759",\
|
|
"-0.269604, -0.236964, -0.213408, -0.198361, -0.221212",\
|
|
"-0.250293, -0.217654, -0.194097, -0.179051, -0.201902",\
|
|
"-0.184276, -0.151637, -0.128080, -0.113033, -0.135885");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.580370, -0.547731, -0.524174, -0.509127, -0.531979",\
|
|
"-0.625776, -0.593136, -0.569579, -0.554533, -0.577384",\
|
|
"-0.667943, -0.635304, -0.611747, -0.596701, -0.619552",\
|
|
"-0.741928, -0.709288, -0.685731, -0.670685, -0.693536",\
|
|
"-0.885560, -0.852920, -0.829364, -0.814317, -0.837169");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[14] */
|
|
|
|
pin("mask_rev_in[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.016143 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.357547, 0.324907, 0.301350, 0.286304, 0.309155",\
|
|
"0.374626, 0.341986, 0.318430, 0.303383, 0.326235",\
|
|
"0.373544, 0.340904, 0.317348, 0.302301, 0.325152",\
|
|
"0.354950, 0.322310, 0.298754, 0.283707, 0.306558",\
|
|
"0.286434, 0.253795, 0.230238, 0.215192, 0.238043");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.879380, 0.846740, 0.823183, 0.808137, 0.830988",\
|
|
"0.925013, 0.892374, 0.868817, 0.853771, 0.876622",\
|
|
"0.965952, 0.933313, 0.909756, 0.894709, 0.917561",\
|
|
"1.037799, 1.005160, 0.981603, 0.966557, 0.989408",\
|
|
"1.177434, 1.144794, 1.121238, 1.106191, 1.129042");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.269647, -0.237007, -0.213450, -0.198404, -0.221255",\
|
|
"-0.286726, -0.254087, -0.230530, -0.215483, -0.238335",\
|
|
"-0.285644, -0.253004, -0.229448, -0.214401, -0.237253",\
|
|
"-0.267050, -0.234410, -0.210854, -0.195807, -0.218659",\
|
|
"-0.198534, -0.165895, -0.142338, -0.127292, -0.150143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.763318, -0.730679, -0.707122, -0.692075, -0.714927",\
|
|
"-0.808952, -0.776312, -0.752755, -0.737709, -0.760560",\
|
|
"-0.849891, -0.817251, -0.793694, -0.778648, -0.801499",\
|
|
"-0.921738, -0.889098, -0.865542, -0.850495, -0.873346",\
|
|
"-1.061372, -1.028733, -1.005176, -0.990129, -1.012981");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[13] */
|
|
|
|
pin("mask_rev_in[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004551 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.557839, 0.525199, 0.501642, 0.486596, 0.509447",\
|
|
"0.575769, 0.543129, 0.519572, 0.504526, 0.527377",\
|
|
"0.573939, 0.541299, 0.517743, 0.502696, 0.525547",\
|
|
"0.554307, 0.521668, 0.498111, 0.483065, 0.505916",\
|
|
"0.486493, 0.453853, 0.430296, 0.415250, 0.438101");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.390025, 1.357386, 1.333829, 1.318782, 1.341634",\
|
|
"1.435640, 1.403000, 1.379443, 1.364397, 1.387248",\
|
|
"1.478011, 1.445371, 1.421815, 1.406768, 1.429619",\
|
|
"1.551872, 1.519232, 1.495675, 1.480629, 1.503480",\
|
|
"1.696412, 1.663772, 1.640216, 1.625169, 1.648021");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.537252, -0.504612, -0.481055, -0.466009, -0.488860",\
|
|
"-0.555182, -0.522542, -0.498985, -0.483939, -0.506790",\
|
|
"-0.553352, -0.520712, -0.497156, -0.482109, -0.504960",\
|
|
"-0.533720, -0.501081, -0.477524, -0.462478, -0.485329",\
|
|
"-0.465906, -0.433266, -0.409709, -0.394663, -0.417514");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.347046, -1.314406, -1.290850, -1.275803, -1.298654",\
|
|
"-1.392660, -1.360021, -1.336464, -1.321418, -1.344269",\
|
|
"-1.435032, -1.402392, -1.378835, -1.363789, -1.386640",\
|
|
"-1.508893, -1.476253, -1.452696, -1.437650, -1.460501",\
|
|
"-1.653433, -1.620793, -1.597236, -1.582190, -1.605041");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[12] */
|
|
|
|
pin("mask_rev_in[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.013940 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.247973, 0.215334, 0.191777, 0.176731, 0.199582",\
|
|
"0.265997, 0.233357, 0.209800, 0.194754, 0.217605",\
|
|
"0.264099, 0.231459, 0.207902, 0.192856, 0.215707",\
|
|
"0.244555, 0.211915, 0.188358, 0.173312, 0.196163",\
|
|
"0.177090, 0.144451, 0.120894, 0.105847, 0.128699");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.769575, 0.736935, 0.713378, 0.698332, 0.721183",\
|
|
"0.815175, 0.782536, 0.758979, 0.743933, 0.766784",\
|
|
"0.857490, 0.824851, 0.801294, 0.786248, 0.809099",\
|
|
"0.931203, 0.898563, 0.875006, 0.859960, 0.882811",\
|
|
"1.075755, 1.043115, 1.019559, 1.004512, 1.027364");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.182882, -0.150243, -0.126686, -0.111639, -0.134491",\
|
|
"-0.200906, -0.168266, -0.144709, -0.129662, -0.152515",\
|
|
"-0.199008, -0.166368, -0.142811, -0.127764, -0.150617",\
|
|
"-0.179464, -0.146824, -0.123267, -0.108220, -0.131073",\
|
|
"-0.111999, -0.079360, -0.055802, -0.040756, -0.063608");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.681114, -0.648474, -0.624917, -0.609870, -0.632723",\
|
|
"-0.726714, -0.694075, -0.670517, -0.655471, -0.678323",\
|
|
"-0.769029, -0.736390, -0.712833, -0.697786, -0.720638",\
|
|
"-0.842742, -0.810102, -0.786545, -0.771498, -0.794351",\
|
|
"-0.987294, -0.954655, -0.931097, -0.916051, -0.938903");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[11] */
|
|
|
|
pin("mask_rev_in[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.014191 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.345461, 0.312822, 0.289265, 0.274218, 0.297070",\
|
|
"0.363922, 0.331282, 0.307725, 0.292679, 0.315530",\
|
|
"0.361779, 0.329140, 0.305583, 0.290536, 0.313388",\
|
|
"0.342129, 0.309489, 0.285933, 0.270886, 0.293737",\
|
|
"0.274199, 0.241560, 0.218003, 0.202956, 0.225808");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.804011, 0.771371, 0.747814, 0.732768, 0.755619",\
|
|
"0.849775, 0.817136, 0.793579, 0.778533, 0.801384",\
|
|
"0.892160, 0.859520, 0.835963, 0.820917, 0.843768",\
|
|
"0.965537, 0.932898, 0.909341, 0.894295, 0.917146",\
|
|
"1.110955, 1.078315, 1.054758, 1.039712, 1.062563");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.288856, -0.256216, -0.232659, -0.217612, -0.240465",\
|
|
"-0.307316, -0.274677, -0.251119, -0.236073, -0.258925",\
|
|
"-0.305174, -0.272534, -0.248977, -0.233930, -0.256783",\
|
|
"-0.285524, -0.252884, -0.229327, -0.214280, -0.237133",\
|
|
"-0.217594, -0.184954, -0.161397, -0.146350, -0.169203");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.726168, -0.693529, -0.669972, -0.654925, -0.677777",\
|
|
"-0.771933, -0.739294, -0.715736, -0.700690, -0.723542",\
|
|
"-0.814317, -0.781678, -0.758120, -0.743074, -0.765926",\
|
|
"-0.887695, -0.855056, -0.831498, -0.816452, -0.839304",\
|
|
"-1.033113, -1.000473, -0.976916, -0.961869, -0.984722");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[10] */
|
|
|
|
pin("mask_rev_in[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004334 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.309321, 0.276682, 0.253125, 0.238079, 0.260930",\
|
|
"0.340174, 0.307534, 0.283978, 0.268931, 0.291782",\
|
|
"0.355481, 0.322841, 0.299284, 0.284238, 0.307089",\
|
|
"0.362818, 0.330179, 0.306622, 0.291576, 0.314427",\
|
|
"0.344590, 0.311951, 0.288394, 0.273348, 0.296199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.816356, 0.783717, 0.760160, 0.745114, 0.767965",\
|
|
"0.865368, 0.832728, 0.809171, 0.794125, 0.816976",\
|
|
"0.913827, 0.881187, 0.857631, 0.842584, 0.865436",\
|
|
"0.992208, 0.959569, 0.936012, 0.920966, 0.943817",\
|
|
"1.129823, 1.097184, 1.073627, 1.058581, 1.081432");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.251816, -0.219177, -0.195620, -0.180573, -0.203426",\
|
|
"-0.282669, -0.250030, -0.226472, -0.211426, -0.234278",\
|
|
"-0.297976, -0.265336, -0.241779, -0.226732, -0.249585",\
|
|
"-0.305313, -0.272674, -0.249117, -0.234070, -0.256922",\
|
|
"-0.287086, -0.254446, -0.230889, -0.215842, -0.238695");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.737548, -0.704908, -0.681351, -0.666304, -0.689157",\
|
|
"-0.786559, -0.753919, -0.730362, -0.715315, -0.738168",\
|
|
"-0.835018, -0.802379, -0.778821, -0.763775, -0.786627",\
|
|
"-0.913400, -0.880760, -0.857203, -0.842156, -0.865009",\
|
|
"-1.051014, -1.018375, -0.994817, -0.979771, -1.002623");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[9] */
|
|
|
|
pin("mask_rev_in[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.020913 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.462350, 0.429711, 0.406154, 0.391107, 0.413959",\
|
|
"0.480533, 0.447893, 0.424336, 0.409290, 0.432141",\
|
|
"0.478538, 0.445898, 0.422342, 0.407295, 0.430146",\
|
|
"0.458917, 0.426278, 0.402721, 0.387675, 0.410526",\
|
|
"0.390992, 0.358352, 0.334796, 0.319749, 0.342600");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.157083, 1.124443, 1.100886, 1.085840, 1.108691",\
|
|
"1.202611, 1.169972, 1.146415, 1.131369, 1.154220",\
|
|
"1.245011, 1.212371, 1.188815, 1.173768, 1.196619",\
|
|
"1.318672, 1.286032, 1.262475, 1.247429, 1.270280",\
|
|
"1.463774, 1.431134, 1.407577, 1.392531, 1.415382");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.407935, -0.375295, -0.351738, -0.336691, -0.359544",\
|
|
"-0.426117, -0.393478, -0.369920, -0.354874, -0.377726",\
|
|
"-0.424122, -0.391483, -0.367926, -0.352879, -0.375731",\
|
|
"-0.404502, -0.371862, -0.348305, -0.333258, -0.356111",\
|
|
"-0.336576, -0.303937, -0.280380, -0.265333, -0.288185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.079699, -1.047060, -1.023502, -1.008456, -1.031308",\
|
|
"-1.125228, -1.092588, -1.069031, -1.053984, -1.076837",\
|
|
"-1.167628, -1.134988, -1.111431, -1.096384, -1.119237",\
|
|
"-1.241288, -1.208649, -1.185091, -1.170045, -1.192898",\
|
|
"-1.386390, -1.353751, -1.330194, -1.315147, -1.337999");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[8] */
|
|
|
|
pin("mask_rev_in[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.017576 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.214997, 0.182358, 0.158801, 0.143755, 0.166606",\
|
|
"0.231970, 0.199330, 0.175774, 0.160727, 0.183578",\
|
|
"0.231022, 0.198383, 0.174826, 0.159779, 0.182631",\
|
|
"0.212656, 0.180016, 0.156459, 0.141413, 0.164264",\
|
|
"0.142170, 0.109530, 0.085973, 0.070927, 0.093778");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.718454, 0.685814, 0.662257, 0.647211, 0.670062",\
|
|
"0.763841, 0.731201, 0.707645, 0.692598, 0.715450",\
|
|
"0.804562, 0.771923, 0.748366, 0.733320, 0.756171",\
|
|
"0.875637, 0.842997, 0.819440, 0.804394, 0.827245",\
|
|
"1.013905, 0.981266, 0.957709, 0.942663, 0.965514");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.184109, -0.151470, -0.127913, -0.112866, -0.135718",\
|
|
"-0.201082, -0.168442, -0.144885, -0.129839, -0.152690",\
|
|
"-0.200134, -0.167494, -0.143938, -0.128891, -0.151743",\
|
|
"-0.181768, -0.149128, -0.125571, -0.110525, -0.133376",\
|
|
"-0.111281, -0.078642, -0.055085, -0.040039, -0.062890");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.665065, -0.632426, -0.608869, -0.593822, -0.616674",\
|
|
"-0.710453, -0.677813, -0.654256, -0.639210, -0.662061",\
|
|
"-0.751174, -0.718534, -0.694978, -0.679931, -0.702782",\
|
|
"-0.822248, -0.789609, -0.766052, -0.751006, -0.773857",\
|
|
"-0.960517, -0.927877, -0.904320, -0.889274, -0.912125");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[7] */
|
|
|
|
pin("mask_rev_in[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005612 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.488479, 0.455840, 0.432283, 0.417237, 0.440088",\
|
|
"0.506454, 0.473814, 0.450258, 0.435211, 0.458062",\
|
|
"0.504597, 0.471958, 0.448401, 0.433355, 0.456206",\
|
|
"0.485006, 0.452366, 0.428809, 0.413763, 0.436614",\
|
|
"0.417353, 0.384713, 0.361157, 0.346110, 0.368962");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.922781, 0.890141, 0.866585, 0.851538, 0.874389",\
|
|
"0.968400, 0.935760, 0.912203, 0.897157, 0.920008",\
|
|
"1.010714, 0.978074, 0.954518, 0.939471, 0.962322",\
|
|
"1.084471, 1.051832, 1.028275, 1.013229, 1.036080",\
|
|
"1.228929, 1.196290, 1.172733, 1.157687, 1.180538");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.466907, -0.434268, -0.410711, -0.395664, -0.418516",\
|
|
"-0.484882, -0.452242, -0.428685, -0.413639, -0.436490",\
|
|
"-0.483025, -0.450386, -0.426829, -0.411783, -0.434634",\
|
|
"-0.463433, -0.430794, -0.407237, -0.392191, -0.415042",\
|
|
"-0.395781, -0.363141, -0.339585, -0.324538, -0.347389");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.882762, -0.850123, -0.826566, -0.811520, -0.834371",\
|
|
"-0.928381, -0.895741, -0.872185, -0.857138, -0.879989",\
|
|
"-0.970695, -0.938055, -0.914499, -0.899452, -0.922303",\
|
|
"-1.044452, -1.011813, -0.988256, -0.973210, -0.996061",\
|
|
"-1.188910, -1.156271, -1.132714, -1.117668, -1.140519");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[6] */
|
|
|
|
pin("mask_rev_in[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004223 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.517411, 0.484772, 0.461215, 0.446169, 0.469020",\
|
|
"0.534873, 0.502233, 0.478676, 0.463630, 0.486481",\
|
|
"0.533349, 0.500710, 0.477153, 0.462107, 0.484958",\
|
|
"0.514017, 0.481378, 0.457821, 0.442775, 0.465626",\
|
|
"0.447922, 0.415282, 0.391725, 0.376679, 0.399530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.205404, 1.172764, 1.149207, 1.134161, 1.157012",\
|
|
"1.250859, 1.218219, 1.194662, 1.179616, 1.202467",\
|
|
"1.293178, 1.260539, 1.236982, 1.221935, 1.244787",\
|
|
"1.367354, 1.334715, 1.311158, 1.296112, 1.318963",\
|
|
"1.511249, 1.478610, 1.455053, 1.440006, 1.462857");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.429512, -0.396872, -0.373315, -0.358269, -0.381120",\
|
|
"-0.446973, -0.414333, -0.390777, -0.375730, -0.398581",\
|
|
"-0.445449, -0.412810, -0.389253, -0.374207, -0.397058",\
|
|
"-0.426118, -0.393478, -0.369921, -0.354875, -0.377726",\
|
|
"-0.360022, -0.327382, -0.303825, -0.288779, -0.311630");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.089342, -1.056703, -1.033146, -1.018099, -1.040951",\
|
|
"-1.134797, -1.102158, -1.078601, -1.063554, -1.086406",\
|
|
"-1.177117, -1.144477, -1.120920, -1.105874, -1.128725",\
|
|
"-1.251293, -1.218653, -1.195097, -1.180050, -1.202901",\
|
|
"-1.395188, -1.362548, -1.338991, -1.323945, -1.346796");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[5] */
|
|
|
|
pin("mask_rev_in[4]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004206 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.412635, 0.379995, 0.356438, 0.341392, 0.364243",\
|
|
"0.430437, 0.397797, 0.374240, 0.359194, 0.382045",\
|
|
"0.428673, 0.396034, 0.372477, 0.357431, 0.380282",\
|
|
"0.409134, 0.376495, 0.352938, 0.337892, 0.360743",\
|
|
"0.341825, 0.309186, 0.285629, 0.270583, 0.293434");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.156360, 1.123720, 1.100163, 1.085117, 1.107968",\
|
|
"1.201932, 1.169293, 1.145736, 1.130689, 1.153541",\
|
|
"1.244202, 1.211563, 1.188006, 1.172959, 1.195811",\
|
|
"1.318043, 1.285403, 1.261846, 1.246800, 1.269651",\
|
|
"1.462173, 1.429534, 1.405977, 1.390931, 1.413782");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.392048, -0.359408, -0.335851, -0.320805, -0.343656",\
|
|
"-0.409850, -0.377210, -0.353653, -0.338607, -0.361458",\
|
|
"-0.408086, -0.375447, -0.351890, -0.336844, -0.359695",\
|
|
"-0.388547, -0.355908, -0.332351, -0.317305, -0.340156",\
|
|
"-0.321238, -0.288599, -0.265042, -0.249996, -0.272847");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.113297, -1.080658, -1.057101, -1.042055, -1.064906",\
|
|
"-1.158870, -1.126230, -1.102674, -1.087627, -1.110479",\
|
|
"-1.201140, -1.168501, -1.144944, -1.129897, -1.152749",\
|
|
"-1.274981, -1.242341, -1.218784, -1.203738, -1.226589",\
|
|
"-1.419111, -1.386472, -1.362915, -1.347869, -1.370720");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[4] */
|
|
|
|
pin("mask_rev_in[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002755 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.146771, 0.114131, 0.090574, 0.075528, 0.098379",\
|
|
"0.163845, 0.131206, 0.107649, 0.092603, 0.115454",\
|
|
"0.162883, 0.130244, 0.106687, 0.091641, 0.114492",\
|
|
"0.144498, 0.111859, 0.088302, 0.073256, 0.096107",\
|
|
"0.074931, 0.042292, 0.018735, 0.003689, 0.026540");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.702975, 0.670335, 0.646778, 0.631732, 0.654583",\
|
|
"0.748631, 0.715991, 0.692435, 0.677388, 0.700239",\
|
|
"0.789356, 0.756716, 0.733159, 0.718113, 0.740964",\
|
|
"0.860571, 0.827932, 0.804375, 0.789329, 0.812180",\
|
|
"0.999089, 0.966450, 0.942893, 0.927847, 0.950698");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.081680, -0.049040, -0.025483, -0.010436, -0.033289",\
|
|
"-0.098754, -0.066115, -0.042558, -0.027511, -0.050364",\
|
|
"-0.097792, -0.065153, -0.041596, -0.026549, -0.049402",\
|
|
"-0.079408, -0.046768, -0.023211, -0.008164, -0.031017",\
|
|
"-0.009841, 0.022799, 0.046356, 0.061403, 0.038550");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.614514, -0.581874, -0.558317, -0.543270, -0.566123",\
|
|
"-0.660170, -0.627531, -0.603973, -0.588927, -0.611779",\
|
|
"-0.700895, -0.668255, -0.644698, -0.629651, -0.652504",\
|
|
"-0.772110, -0.739471, -0.715913, -0.700867, -0.723719",\
|
|
"-0.910629, -0.877989, -0.854432, -0.839385, -0.862238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[3] */
|
|
|
|
pin("mask_rev_in[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003659 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.207379, 0.174740, 0.151183, 0.136137, 0.158988",\
|
|
"0.233831, 0.201191, 0.177634, 0.162588, 0.185439",\
|
|
"0.241719, 0.209079, 0.185522, 0.170476, 0.193327",\
|
|
"0.235379, 0.202739, 0.179182, 0.164136, 0.186987",\
|
|
"0.186749, 0.154109, 0.130552, 0.115506, 0.138357");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.673437, 0.640797, 0.617241, 0.602194, 0.625045",\
|
|
"0.720110, 0.687470, 0.663913, 0.648867, 0.671718",\
|
|
"0.773692, 0.741053, 0.717496, 0.702449, 0.725301",\
|
|
"0.861406, 0.828766, 0.805209, 0.790163, 0.813014",\
|
|
"1.017622, 0.984983, 0.961426, 0.946380, 0.969231");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.150774, -0.118135, -0.094577, -0.079531, -0.102383",\
|
|
"-0.177225, -0.144586, -0.121029, -0.105982, -0.128834",\
|
|
"-0.185113, -0.152474, -0.128917, -0.113870, -0.136723",\
|
|
"-0.178774, -0.146134, -0.122577, -0.107530, -0.130383",\
|
|
"-0.130143, -0.097504, -0.073947, -0.058900, -0.081752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.595595, -0.562955, -0.539398, -0.524351, -0.547204",\
|
|
"-0.642268, -0.609628, -0.586071, -0.571024, -0.593877",\
|
|
"-0.695850, -0.663210, -0.639653, -0.624606, -0.647459",\
|
|
"-0.783563, -0.750924, -0.727367, -0.712320, -0.735172",\
|
|
"-0.939780, -0.907141, -0.883583, -0.868537, -0.891389");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[2] */
|
|
|
|
pin("mask_rev_in[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003212 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.528610, 0.495970, 0.472414, 0.457367, 0.480218",\
|
|
"0.555033, 0.522394, 0.498837, 0.483791, 0.506642",\
|
|
"0.562827, 0.530187, 0.506631, 0.491584, 0.514435",\
|
|
"0.556620, 0.523980, 0.500423, 0.485377, 0.508228",\
|
|
"0.508098, 0.475459, 0.451902, 0.436855, 0.459707");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.164234, 1.131594, 1.108038, 1.092991, 1.115843",\
|
|
"1.210905, 1.178265, 1.154708, 1.139662, 1.162513",\
|
|
"1.264498, 1.231859, 1.208302, 1.193256, 1.216107",\
|
|
"1.352156, 1.319517, 1.295960, 1.280914, 1.303765",\
|
|
"1.507948, 1.475308, 1.451751, 1.436705, 1.459556");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.471105, -0.438466, -0.414908, -0.399862, -0.422714",\
|
|
"-0.497528, -0.464889, -0.441332, -0.426285, -0.449137",\
|
|
"-0.505322, -0.472682, -0.449125, -0.434079, -0.456931",\
|
|
"-0.499115, -0.466475, -0.442918, -0.427871, -0.450724",\
|
|
"-0.450593, -0.417954, -0.394396, -0.379350, -0.402202");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.085425, -1.052786, -1.029228, -1.014182, -1.037034",\
|
|
"-1.132096, -1.099456, -1.075899, -1.060853, -1.083705",\
|
|
"-1.185690, -1.153050, -1.129493, -1.114446, -1.137299",\
|
|
"-1.273348, -1.240708, -1.217151, -1.202104, -1.224957",\
|
|
"-1.429139, -1.396500, -1.372942, -1.357896, -1.380748");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[1] */
|
|
|
|
pin("mask_rev_in[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003049 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.256378, 0.223738, 0.200181, 0.185135, 0.207986",\
|
|
"0.274034, 0.241394, 0.217838, 0.202791, 0.225643",\
|
|
"0.272379, 0.239740, 0.216183, 0.201137, 0.223988",\
|
|
"0.253018, 0.220378, 0.196822, 0.181775, 0.204626",\
|
|
"0.185965, 0.153326, 0.129769, 0.114722, 0.137574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.757422, 0.724782, 0.701226, 0.686179, 0.709030",\
|
|
"0.802949, 0.770310, 0.746753, 0.731707, 0.754558",\
|
|
"0.845189, 0.812549, 0.788993, 0.773946, 0.796798",\
|
|
"0.919105, 0.886465, 0.862909, 0.847862, 0.870713",\
|
|
"1.062982, 1.030342, 1.006786, 0.991739, 1.014590");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.201961, -0.169322, -0.145764, -0.130718, -0.153570",\
|
|
"-0.219618, -0.186978, -0.163421, -0.148374, -0.171227",\
|
|
"-0.217963, -0.185324, -0.161766, -0.146720, -0.169572",\
|
|
"-0.198601, -0.165962, -0.142405, -0.127358, -0.150211",\
|
|
"-0.131549, -0.098909, -0.075352, -0.060305, -0.083158");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.680038, -0.647399, -0.623842, -0.608795, -0.631648",\
|
|
"-0.725566, -0.692927, -0.669369, -0.654323, -0.677175",\
|
|
"-0.767806, -0.735166, -0.711609, -0.696562, -0.719415",\
|
|
"-0.841722, -0.809082, -0.785525, -0.770478, -0.793331",\
|
|
"-0.985599, -0.952959, -0.929402, -0.914355, -0.937208");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[0] */
|
|
} /* end of bus mask_rev_in */
|
|
bus ( mgmt_gpio_in ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : input ;
|
|
|
|
pin("mgmt_gpio_in[37]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003179 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[37];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.232836, 0.200196, 0.176640, 0.161593, 0.184444",\
|
|
"0.259245, 0.226605, 0.203049, 0.188002, 0.210853",\
|
|
"0.266992, 0.234352, 0.210795, 0.195749, 0.218600",\
|
|
"0.260846, 0.228206, 0.204649, 0.189603, 0.212454",\
|
|
"0.212365, 0.179725, 0.156168, 0.141122, 0.163973");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.873731, 0.841091, 0.817535, 0.802488, 0.825339",\
|
|
"0.920399, 0.887760, 0.864203, 0.849156, 0.872008",\
|
|
"0.973971, 0.941331, 0.917774, 0.902728, 0.925579",\
|
|
"1.061531, 1.028892, 1.005335, 0.990288, 1.013140",\
|
|
"1.216950, 1.184311, 1.160754, 1.145708, 1.168559");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.144934, -0.112295, -0.088738, -0.073691, -0.096543",\
|
|
"-0.171343, -0.138703, -0.115147, -0.100100, -0.122951",\
|
|
"-0.179090, -0.146450, -0.122894, -0.107847, -0.130698",\
|
|
"-0.172944, -0.140304, -0.116747, -0.101701, -0.124552",\
|
|
"-0.124463, -0.091823, -0.068267, -0.053220, -0.076071");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.757666, -0.725027, -0.701470, -0.686423, -0.709275",\
|
|
"-0.804334, -0.771695, -0.748138, -0.733092, -0.755943",\
|
|
"-0.857906, -0.825266, -0.801710, -0.786663, -0.809514",\
|
|
"-0.945466, -0.912827, -0.889270, -0.874224, -0.897075",\
|
|
"-1.100886, -1.068246, -1.044689, -1.029643, -1.052494");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[37] */
|
|
|
|
pin("mgmt_gpio_in[36]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004037 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[36];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.578670, 0.546031, 0.522474, 0.507428, 0.530279",\
|
|
"0.613542, 0.580902, 0.557345, 0.542299, 0.565150",\
|
|
"0.640708, 0.608068, 0.584512, 0.569465, 0.592316",\
|
|
"0.664147, 0.631508, 0.607951, 0.592905, 0.615756",\
|
|
"0.665677, 0.633037, 0.609481, 0.594434, 0.617285");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.486847, 1.454208, 1.430651, 1.415604, 1.438456",\
|
|
"1.537486, 1.504846, 1.481290, 1.466243, 1.489094",\
|
|
"1.599082, 1.566442, 1.542886, 1.527839, 1.550690",\
|
|
"1.700713, 1.668073, 1.644516, 1.629470, 1.652321",\
|
|
"1.872727, 1.840087, 1.816531, 1.801484, 1.824335");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.558083, -0.525444, -0.501887, -0.486841, -0.509692",\
|
|
"-0.592955, -0.560315, -0.536758, -0.521712, -0.544563",\
|
|
"-0.620121, -0.587481, -0.563925, -0.548878, -0.571729",\
|
|
"-0.643561, -0.610921, -0.587364, -0.572318, -0.595169",\
|
|
"-0.645090, -0.612450, -0.588894, -0.573847, -0.596699");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.443868, -1.411228, -1.387672, -1.372625, -1.395476",\
|
|
"-1.494507, -1.461867, -1.438311, -1.423264, -1.446115",\
|
|
"-1.556103, -1.523463, -1.499906, -1.484860, -1.507711",\
|
|
"-1.657733, -1.625094, -1.601537, -1.586491, -1.609342",\
|
|
"-1.829748, -1.797108, -1.773551, -1.758505, -1.781356");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[36] */
|
|
|
|
pin("mgmt_gpio_in[35]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005169 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[35];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.373785, 0.341145, 0.317589, 0.302542, 0.325393",\
|
|
"0.404280, 0.371640, 0.348084, 0.333037, 0.355888",\
|
|
"0.419797, 0.387158, 0.363601, 0.348555, 0.371406",\
|
|
"0.427353, 0.394714, 0.371157, 0.356110, 0.378962",\
|
|
"0.408140, 0.375500, 0.351944, 0.336897, 0.359748");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.204086, 1.171446, 1.147889, 1.132843, 1.155694",\
|
|
"1.253014, 1.220374, 1.196818, 1.181771, 1.204622",\
|
|
"1.301558, 1.268919, 1.245362, 1.230316, 1.253167",\
|
|
"1.379817, 1.347178, 1.323621, 1.308575, 1.331426",\
|
|
"1.516189, 1.483549, 1.459993, 1.444946, 1.467798");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.308693, -0.276053, -0.252496, -0.237449, -0.260302",\
|
|
"-0.339188, -0.306548, -0.282991, -0.267944, -0.290797",\
|
|
"-0.354705, -0.322065, -0.298508, -0.283462, -0.306314",\
|
|
"-0.362261, -0.329621, -0.306064, -0.291017, -0.313870",\
|
|
"-0.343048, -0.310408, -0.286851, -0.271804, -0.294657");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.115625, -1.082985, -1.059428, -1.044381, -1.067234",\
|
|
"-1.164553, -1.131913, -1.108356, -1.093310, -1.116162",\
|
|
"-1.213098, -1.180458, -1.156901, -1.141854, -1.164707",\
|
|
"-1.291357, -1.258717, -1.235160, -1.220113, -1.242966",\
|
|
"-1.427728, -1.395089, -1.371531, -1.356485, -1.379337");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[35] */
|
|
|
|
pin("mgmt_gpio_in[34]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005273 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[34];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.384476, 0.351837, 0.328280, 0.313234, 0.336085",\
|
|
"0.418154, 0.385515, 0.361958, 0.346912, 0.369763",\
|
|
"0.442114, 0.409475, 0.385918, 0.370872, 0.393723",\
|
|
"0.460059, 0.427419, 0.403863, 0.388816, 0.411667",\
|
|
"0.450980, 0.418341, 0.394784, 0.379738, 0.402589");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.229644, 1.197004, 1.173447, 1.158401, 1.181252",\
|
|
"1.282399, 1.249760, 1.226203, 1.211157, 1.234008",\
|
|
"1.345584, 1.312945, 1.289388, 1.274342, 1.297193",\
|
|
"1.452062, 1.419422, 1.395865, 1.380819, 1.403670",\
|
|
"1.631895, 1.599255, 1.575698, 1.560652, 1.583503");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.327136, -0.294497, -0.270940, -0.255893, -0.278746",\
|
|
"-0.360814, -0.328175, -0.304617, -0.289571, -0.312423",\
|
|
"-0.384780, -0.352140, -0.328583, -0.313536, -0.336389",\
|
|
"-0.402740, -0.370100, -0.346543, -0.331496, -0.354349",\
|
|
"-0.393738, -0.361098, -0.337541, -0.322494, -0.345347");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.147301, -1.114661, -1.091104, -1.076057, -1.098910",\
|
|
"-1.200056, -1.167417, -1.143860, -1.128813, -1.151665",\
|
|
"-1.263576, -1.230937, -1.207379, -1.192333, -1.215185",\
|
|
"-1.370520, -1.337880, -1.314323, -1.299276, -1.322129",\
|
|
"-1.550933, -1.518293, -1.494736, -1.479689, -1.502542");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[34] */
|
|
|
|
pin("mgmt_gpio_in[33]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006937 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[33];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.567875, 0.535236, 0.511679, 0.496632, 0.519484",\
|
|
"0.598435, 0.565796, 0.542239, 0.527193, 0.550044",\
|
|
"0.613926, 0.581287, 0.557730, 0.542683, 0.565535",\
|
|
"0.621375, 0.588736, 0.565179, 0.550132, 0.572984",\
|
|
"0.602426, 0.569786, 0.546230, 0.531183, 0.554035");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.110392, 1.077752, 1.054195, 1.039149, 1.062000",\
|
|
"1.159310, 1.126670, 1.103113, 1.088067, 1.110918",\
|
|
"1.207863, 1.175223, 1.151667, 1.136620, 1.159471",\
|
|
"1.286277, 1.253637, 1.230081, 1.215034, 1.237885",\
|
|
"1.423401, 1.390762, 1.367205, 1.352159, 1.375010");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.510371, -0.477731, -0.454174, -0.439127, -0.461980",\
|
|
"-0.540931, -0.508291, -0.484734, -0.469687, -0.492540",\
|
|
"-0.556421, -0.523782, -0.500225, -0.485178, -0.508031",\
|
|
"-0.563870, -0.531231, -0.507674, -0.492627, -0.515479",\
|
|
"-0.544921, -0.512282, -0.488724, -0.473678, -0.496530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.031243, -0.998603, -0.975046, -0.959999, -0.982852",\
|
|
"-1.080161, -1.047521, -1.023964, -1.008917, -1.031770",\
|
|
"-1.128714, -1.096074, -1.072517, -1.057470, -1.080323",\
|
|
"-1.207128, -1.174488, -1.150931, -1.135884, -1.158737",\
|
|
"-1.344252, -1.311613, -1.288055, -1.273009, -1.295861");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[33] */
|
|
|
|
pin("mgmt_gpio_in[32]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003967 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[32];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.473020, 0.440380, 0.416824, 0.401777, 0.424628",\
|
|
"0.499529, 0.466889, 0.443333, 0.428286, 0.451137",\
|
|
"0.507466, 0.474826, 0.451269, 0.436223, 0.459074",\
|
|
"0.500918, 0.468278, 0.444722, 0.429675, 0.452526",\
|
|
"0.451907, 0.419268, 0.395711, 0.380665, 0.403516");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.191782, 1.159142, 1.135586, 1.120539, 1.143390",\
|
|
"1.238473, 1.205833, 1.182276, 1.167230, 1.190081",\
|
|
"1.292126, 1.259486, 1.235930, 1.220883, 1.243734",\
|
|
"1.380084, 1.347445, 1.323888, 1.308842, 1.331693",\
|
|
"1.536821, 1.504182, 1.480625, 1.465579, 1.488430");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.418604, -0.385964, -0.362407, -0.347360, -0.370213",\
|
|
"-0.445113, -0.412473, -0.388916, -0.373869, -0.396722",\
|
|
"-0.453049, -0.420410, -0.396853, -0.381806, -0.404658",\
|
|
"-0.446501, -0.413862, -0.390305, -0.375258, -0.398111",\
|
|
"-0.397491, -0.364852, -0.341294, -0.326248, -0.349100");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.114398, -1.081759, -1.058202, -1.043155, -1.066008",\
|
|
"-1.161089, -1.128450, -1.104892, -1.089846, -1.112698",\
|
|
"-1.214743, -1.182103, -1.158546, -1.143499, -1.166352",\
|
|
"-1.302701, -1.270061, -1.246504, -1.231457, -1.254310",\
|
|
"-1.459438, -1.426799, -1.403241, -1.388195, -1.411047");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[32] */
|
|
|
|
pin("mgmt_gpio_in[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010148 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.336867, 0.304227, 0.280671, 0.265624, 0.288475",\
|
|
"0.354767, 0.322128, 0.298571, 0.283525, 0.306376",\
|
|
"0.352935, 0.320296, 0.296739, 0.281692, 0.304544",\
|
|
"0.333403, 0.300763, 0.277207, 0.262160, 0.285012",\
|
|
"0.266060, 0.233421, 0.209864, 0.194818, 0.217669");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.817423, 0.784784, 0.761227, 0.746181, 0.769032",\
|
|
"0.862976, 0.830336, 0.806780, 0.791733, 0.814584",\
|
|
"0.905261, 0.872621, 0.849065, 0.834018, 0.856869",\
|
|
"0.979039, 0.946399, 0.922843, 0.907796, 0.930647",\
|
|
"1.123355, 1.090715, 1.067159, 1.052112, 1.074964");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.305979, -0.273339, -0.249782, -0.234736, -0.257587",\
|
|
"-0.323879, -0.291239, -0.267683, -0.252636, -0.275487",\
|
|
"-0.322047, -0.289407, -0.265851, -0.250804, -0.273655",\
|
|
"-0.302515, -0.269875, -0.246319, -0.231272, -0.254123",\
|
|
"-0.235172, -0.202533, -0.178976, -0.163929, -0.186781");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.763089, -0.730450, -0.706893, -0.691847, -0.714698",\
|
|
"-0.808642, -0.776002, -0.752446, -0.737399, -0.760250",\
|
|
"-0.850927, -0.818287, -0.794731, -0.779684, -0.802535",\
|
|
"-0.924705, -0.892065, -0.868509, -0.853462, -0.876314",\
|
|
"-1.069021, -1.036381, -1.012825, -0.997778, -1.020630");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[31] */
|
|
|
|
pin("mgmt_gpio_in[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010596 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.374585, 0.341946, 0.318389, 0.303343, 0.326194",\
|
|
"0.406303, 0.373663, 0.350106, 0.335060, 0.357911",\
|
|
"0.422450, 0.389810, 0.366254, 0.351207, 0.374058",\
|
|
"0.430385, 0.397746, 0.374189, 0.359143, 0.381994",\
|
|
"0.408557, 0.375918, 0.352361, 0.337315, 0.360166");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.835726, 0.803087, 0.779530, 0.764483, 0.787335",\
|
|
"0.884088, 0.851448, 0.827892, 0.812845, 0.835696",\
|
|
"0.939370, 0.906730, 0.883173, 0.868127, 0.890978",\
|
|
"1.033314, 1.000675, 0.977118, 0.962072, 0.984923",\
|
|
"1.188039, 1.155400, 1.131843, 1.116796, 1.139647");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.353013, -0.320373, -0.296817, -0.281770, -0.304621",\
|
|
"-0.384731, -0.352091, -0.328534, -0.313488, -0.336339",\
|
|
"-0.400878, -0.368238, -0.344681, -0.329635, -0.352486",\
|
|
"-0.408813, -0.376173, -0.352617, -0.337570, -0.360422",\
|
|
"-0.386985, -0.354346, -0.330789, -0.315742, -0.338594");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.795707, -0.763068, -0.739511, -0.724465, -0.747316",\
|
|
"-0.844069, -0.811429, -0.787873, -0.772826, -0.795677",\
|
|
"-0.899351, -0.866711, -0.843154, -0.828108, -0.850959",\
|
|
"-0.993295, -0.960656, -0.937099, -0.922053, -0.944904",\
|
|
"-1.148020, -1.115381, -1.091824, -1.076778, -1.099629");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[30] */
|
|
|
|
pin("mgmt_gpio_in[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.011519 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.222063, 0.189423, 0.165867, 0.150820, 0.173671",\
|
|
"0.240165, 0.207525, 0.183968, 0.168922, 0.191773",\
|
|
"0.238232, 0.205592, 0.182036, 0.166989, 0.189840",\
|
|
"0.218640, 0.186000, 0.162443, 0.147397, 0.170248",\
|
|
"0.150910, 0.118271, 0.094714, 0.079667, 0.102519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.772312, 0.739672, 0.716116, 0.701069, 0.723920",\
|
|
"0.817929, 0.785289, 0.761733, 0.746686, 0.769537",\
|
|
"0.860255, 0.827616, 0.804059, 0.789013, 0.811864",\
|
|
"0.933919, 0.901280, 0.877723, 0.862677, 0.885528",\
|
|
"1.078605, 1.045966, 1.022409, 1.007363, 1.030214");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.134161, -0.101521, -0.077965, -0.062918, -0.085769",\
|
|
"-0.152263, -0.119623, -0.096066, -0.081020, -0.103871",\
|
|
"-0.150330, -0.117691, -0.094134, -0.079087, -0.101939",\
|
|
"-0.130738, -0.098098, -0.074541, -0.059495, -0.082346",\
|
|
"-0.063008, -0.030369, -0.006812, 0.008235, -0.014617");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.656247, -0.623608, -0.600051, -0.585005, -0.607856",\
|
|
"-0.701864, -0.669225, -0.645668, -0.630622, -0.653473",\
|
|
"-0.744191, -0.711551, -0.687995, -0.672948, -0.695799",\
|
|
"-0.817855, -0.785215, -0.761658, -0.746612, -0.769463",\
|
|
"-0.962541, -0.929901, -0.906344, -0.891298, -0.914149");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[29] */
|
|
|
|
pin("mgmt_gpio_in[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006286 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.456767, 0.424127, 0.400570, 0.385524, 0.408375",\
|
|
"0.488483, 0.455843, 0.432286, 0.417240, 0.440091",\
|
|
"0.504814, 0.472174, 0.448617, 0.433571, 0.456422",\
|
|
"0.512857, 0.480218, 0.456661, 0.441615, 0.464466",\
|
|
"0.491816, 0.459177, 0.435620, 0.420573, 0.443425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.377503, 1.344863, 1.321307, 1.306260, 1.329111",\
|
|
"1.425896, 1.393257, 1.369700, 1.354654, 1.377505",\
|
|
"1.481280, 1.448641, 1.425084, 1.410038, 1.432889",\
|
|
"1.574775, 1.542136, 1.518579, 1.503533, 1.526384",\
|
|
"1.729339, 1.696699, 1.673143, 1.658096, 1.680947");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.436180, -0.403540, -0.379984, -0.364937, -0.387788",\
|
|
"-0.467896, -0.435256, -0.411699, -0.396653, -0.419504",\
|
|
"-0.484227, -0.451587, -0.428030, -0.412984, -0.435835",\
|
|
"-0.492270, -0.459631, -0.436074, -0.421028, -0.443879",\
|
|
"-0.471229, -0.438590, -0.415033, -0.399987, -0.422838");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.334524, -1.301884, -1.278328, -1.263281, -1.286132",\
|
|
"-1.382917, -1.350278, -1.326721, -1.311674, -1.334526",\
|
|
"-1.438301, -1.405661, -1.382105, -1.367058, -1.389910",\
|
|
"-1.531796, -1.499157, -1.475600, -1.460554, -1.483405",\
|
|
"-1.686359, -1.653720, -1.630163, -1.615117, -1.637968");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[28] */
|
|
|
|
pin("mgmt_gpio_in[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008836 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.388559, 0.355920, 0.332363, 0.317316, 0.340168",\
|
|
"0.418978, 0.386338, 0.362782, 0.347735, 0.370586",\
|
|
"0.434817, 0.402178, 0.378621, 0.363575, 0.386426",\
|
|
"0.443141, 0.410501, 0.386945, 0.371898, 0.394750",\
|
|
"0.424419, 0.391779, 0.368223, 0.353176, 0.376027");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.256860, 1.224221, 1.200664, 1.185618, 1.208469",\
|
|
"1.305738, 1.273099, 1.249542, 1.234495, 1.257347",\
|
|
"1.354218, 1.321579, 1.298022, 1.282975, 1.305827",\
|
|
"1.432235, 1.399596, 1.376039, 1.360992, 1.383844",\
|
|
"1.567770, 1.535131, 1.511574, 1.496527, 1.519379");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.323467, -0.290827, -0.267270, -0.252223, -0.275076",\
|
|
"-0.353886, -0.321246, -0.297689, -0.282642, -0.305495",\
|
|
"-0.369725, -0.337085, -0.313528, -0.298481, -0.321334",\
|
|
"-0.378049, -0.345409, -0.321852, -0.306805, -0.329658",\
|
|
"-0.359327, -0.326687, -0.303130, -0.288083, -0.310936");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.168400, -1.135760, -1.112203, -1.097156, -1.120009",\
|
|
"-1.217277, -1.184638, -1.161081, -1.146034, -1.168886",\
|
|
"-1.265757, -1.233118, -1.209561, -1.194514, -1.217366",\
|
|
"-1.343774, -1.311135, -1.287577, -1.272531, -1.295383",\
|
|
"-1.479309, -1.446670, -1.423113, -1.408066, -1.430918");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[27] */
|
|
|
|
pin("mgmt_gpio_in[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008877 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.329663, 0.297023, 0.273466, 0.258420, 0.281271",\
|
|
"0.360270, 0.327630, 0.304074, 0.289027, 0.311879",\
|
|
"0.375773, 0.343134, 0.319577, 0.304531, 0.327382",\
|
|
"0.383236, 0.350597, 0.327040, 0.311993, 0.334845",\
|
|
"0.364752, 0.332112, 0.308556, 0.293509, 0.316360");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.104939, 1.072299, 1.048743, 1.033696, 1.056547",\
|
|
"1.153868, 1.121229, 1.097672, 1.082626, 1.105477",\
|
|
"1.202346, 1.169707, 1.146150, 1.131104, 1.153955",\
|
|
"1.280762, 1.248123, 1.224566, 1.209520, 1.232371",\
|
|
"1.418154, 1.385515, 1.361958, 1.346912, 1.369763");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.273057, -0.240417, -0.216860, -0.201814, -0.224666",\
|
|
"-0.303665, -0.271025, -0.247468, -0.232421, -0.255274",\
|
|
"-0.319168, -0.286528, -0.262971, -0.247924, -0.270777",\
|
|
"-0.326631, -0.293991, -0.270434, -0.255387, -0.278240",\
|
|
"-0.308146, -0.275507, -0.251950, -0.236903, -0.259755");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.027097, -0.994457, -0.970900, -0.955853, -0.978706",\
|
|
"-1.076026, -1.043387, -1.019829, -1.004783, -1.027635",\
|
|
"-1.124504, -1.091865, -1.068307, -1.053261, -1.076113",\
|
|
"-1.202920, -1.170281, -1.146724, -1.131677, -1.154530",\
|
|
"-1.340312, -1.307673, -1.284115, -1.269069, -1.291921");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[26] */
|
|
|
|
pin("mgmt_gpio_in[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.007037 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.254123, 0.221483, 0.197926, 0.182880, 0.205731",\
|
|
"0.284812, 0.252173, 0.228616, 0.213569, 0.236421",\
|
|
"0.300279, 0.267640, 0.244083, 0.229036, 0.251888",\
|
|
"0.307619, 0.274979, 0.251423, 0.236376, 0.259227",\
|
|
"0.289402, 0.256763, 0.233206, 0.218160, 0.241011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.999642, 0.967002, 0.943445, 0.928399, 0.951250",\
|
|
"1.048607, 1.015967, 0.992410, 0.977364, 1.000215",\
|
|
"1.097096, 1.064456, 1.040899, 1.025853, 1.048704",\
|
|
"1.175723, 1.143083, 1.119527, 1.104480, 1.127331",\
|
|
"1.313721, 1.281081, 1.257524, 1.242478, 1.265329");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.196618, -0.163978, -0.140421, -0.125374, -0.148227",\
|
|
"-0.227307, -0.194668, -0.171110, -0.156064, -0.178916",\
|
|
"-0.242774, -0.210135, -0.186577, -0.171531, -0.194383",\
|
|
"-0.250114, -0.217474, -0.193917, -0.178870, -0.201723",\
|
|
"-0.231897, -0.199258, -0.175701, -0.160654, -0.183507");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.920833, -0.888193, -0.864636, -0.849589, -0.872442",\
|
|
"-0.969798, -0.937158, -0.913601, -0.898555, -0.921407",\
|
|
"-1.018287, -0.985647, -0.962090, -0.947043, -0.969896",\
|
|
"-1.096914, -1.064275, -1.040717, -1.025671, -1.048523",\
|
|
"-1.234912, -1.202272, -1.178715, -1.163668, -1.186521");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[25] */
|
|
|
|
pin("mgmt_gpio_in[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005067 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.385668, 0.353029, 0.329472, 0.314425, 0.337277",\
|
|
"0.403700, 0.371060, 0.347504, 0.332457, 0.355309",\
|
|
"0.401814, 0.369175, 0.345618, 0.330572, 0.353423",\
|
|
"0.382242, 0.349602, 0.326046, 0.310999, 0.333851",\
|
|
"0.314654, 0.282014, 0.258458, 0.243411, 0.266262");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.918491, 0.885852, 0.862295, 0.847248, 0.870100",\
|
|
"0.964137, 0.931497, 0.907941, 0.892894, 0.915745",\
|
|
"1.006564, 0.973924, 0.950367, 0.935321, 0.958172",\
|
|
"1.080411, 1.047771, 1.024214, 1.009168, 1.032019",\
|
|
"1.225212, 1.192572, 1.169016, 1.153969, 1.176821");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.331252, -0.298613, -0.275055, -0.260009, -0.282861",\
|
|
"-0.349284, -0.316644, -0.293087, -0.278041, -0.300893",\
|
|
"-0.347398, -0.314759, -0.291202, -0.276155, -0.299007",\
|
|
"-0.327826, -0.295186, -0.271629, -0.256582, -0.279435",\
|
|
"-0.260238, -0.227598, -0.204041, -0.188994, -0.211847");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.841108, -0.808468, -0.784911, -0.769864, -0.792717",\
|
|
"-0.886754, -0.854114, -0.830557, -0.815510, -0.838363",\
|
|
"-0.929180, -0.896541, -0.872983, -0.857937, -0.880789",\
|
|
"-1.003027, -0.970388, -0.946831, -0.931784, -0.954637",\
|
|
"-1.147829, -1.115189, -1.091632, -1.076585, -1.099438");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[24] */
|
|
|
|
pin("mgmt_gpio_in[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003143 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.501038, 0.468399, 0.444842, 0.429796, 0.452647",\
|
|
"0.532791, 0.500151, 0.476595, 0.461548, 0.484399",\
|
|
"0.549171, 0.516532, 0.492975, 0.477929, 0.500780",\
|
|
"0.557213, 0.524573, 0.501017, 0.485970, 0.508821",\
|
|
"0.536060, 0.503421, 0.479864, 0.464818, 0.487669");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.817322, 0.784683, 0.761126, 0.746080, 0.768931",\
|
|
"0.865721, 0.833082, 0.809525, 0.794479, 0.817330",\
|
|
"0.921144, 0.888505, 0.864948, 0.849902, 0.872753",\
|
|
"1.012396, 0.979757, 0.956200, 0.941154, 0.964005",\
|
|
"1.167379, 1.134740, 1.111183, 1.096137, 1.118988");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.470150, -0.437510, -0.413954, -0.398907, -0.421758",\
|
|
"-0.501903, -0.469263, -0.445706, -0.430660, -0.453511",\
|
|
"-0.518283, -0.485643, -0.462087, -0.447040, -0.469891",\
|
|
"-0.526324, -0.493685, -0.470128, -0.455082, -0.477933",\
|
|
"-0.505172, -0.472532, -0.448976, -0.433929, -0.456780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.763919, -0.731280, -0.707723, -0.692677, -0.715528",\
|
|
"-0.812318, -0.779679, -0.756122, -0.741076, -0.763927",\
|
|
"-0.867741, -0.835102, -0.811545, -0.796499, -0.819350",\
|
|
"-0.958994, -0.926354, -0.902797, -0.887751, -0.910602",\
|
|
"-1.113977, -1.081337, -1.057780, -1.042734, -1.065585");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[23] */
|
|
|
|
pin("mgmt_gpio_in[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004638 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.428947, 0.396308, 0.372751, 0.357705, 0.380556",\
|
|
"0.460622, 0.427983, 0.404426, 0.389380, 0.412231",\
|
|
"0.476926, 0.444286, 0.420730, 0.405683, 0.428534",\
|
|
"0.484868, 0.452228, 0.428671, 0.413625, 0.436476",\
|
|
"0.463265, 0.430626, 0.407069, 0.392023, 0.414874");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.942845, 0.910205, 0.886648, 0.871602, 0.894453",\
|
|
"0.991494, 0.958855, 0.935298, 0.920252, 0.943103",\
|
|
"1.046707, 1.014068, 0.990511, 0.975465, 0.998316",\
|
|
"1.137827, 1.105187, 1.081630, 1.066584, 1.089435",\
|
|
"1.296535, 1.263896, 1.240339, 1.225292, 1.248143");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.407375, -0.374735, -0.351179, -0.336132, -0.358983",\
|
|
"-0.439050, -0.406411, -0.382854, -0.367807, -0.390659",\
|
|
"-0.455354, -0.422714, -0.399157, -0.384111, -0.406962",\
|
|
"-0.463295, -0.430656, -0.407099, -0.392053, -0.414904",\
|
|
"-0.441693, -0.409053, -0.385497, -0.370450, -0.393301");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.902215, -0.869575, -0.846019, -0.830972, -0.853823",\
|
|
"-0.951475, -0.918835, -0.895278, -0.880232, -0.903083",\
|
|
"-1.006688, -0.974048, -0.950491, -0.935445, -0.958296",\
|
|
"-1.097807, -1.065167, -1.041611, -1.026564, -1.049416",\
|
|
"-1.256515, -1.223876, -1.200319, -1.185273, -1.208124");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[22] */
|
|
|
|
pin("mgmt_gpio_in[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003927 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.512662, 0.480023, 0.456466, 0.441420, 0.464271",\
|
|
"0.539063, 0.506423, 0.482866, 0.467820, 0.490671",\
|
|
"0.546819, 0.514180, 0.490623, 0.475577, 0.498428",\
|
|
"0.540731, 0.508091, 0.484535, 0.469488, 0.492339",\
|
|
"0.492415, 0.459776, 0.436219, 0.421173, 0.444024");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.141801, 1.109161, 1.085604, 1.070558, 1.093409",\
|
|
"1.188466, 1.155826, 1.132270, 1.117223, 1.140074",\
|
|
"1.241962, 1.209322, 1.185766, 1.170719, 1.193570",\
|
|
"1.329369, 1.296730, 1.273173, 1.258126, 1.280978",\
|
|
"1.484507, 1.451867, 1.428311, 1.413264, 1.436115");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.424763, -0.392123, -0.368566, -0.353520, -0.376371",\
|
|
"-0.451163, -0.418523, -0.394966, -0.379920, -0.402771",\
|
|
"-0.458919, -0.426280, -0.402723, -0.387677, -0.410528",\
|
|
"-0.452831, -0.420192, -0.396635, -0.381588, -0.404440",\
|
|
"-0.404516, -0.371876, -0.348319, -0.333273, -0.356124");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.025739, -0.993100, -0.969543, -0.954497, -0.977348",\
|
|
"-1.072404, -1.039765, -1.016208, -1.001162, -1.024013",\
|
|
"-1.125900, -1.093261, -1.069704, -1.054658, -1.077509",\
|
|
"-1.213308, -1.180668, -1.157111, -1.142065, -1.164916",\
|
|
"-1.368445, -1.335806, -1.312249, -1.297203, -1.320054");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[21] */
|
|
|
|
pin("mgmt_gpio_in[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002739 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.400007, 0.367368, 0.343811, 0.328765, 0.351616",\
|
|
"0.426451, 0.393811, 0.370254, 0.355208, 0.378059",\
|
|
"0.434312, 0.401672, 0.378116, 0.363069, 0.385920",\
|
|
"0.428026, 0.395387, 0.371830, 0.356784, 0.379635",\
|
|
"0.379467, 0.346827, 0.323270, 0.308224, 0.331075");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.962010, 0.929371, 0.905814, 0.890767, 0.913619",\
|
|
"1.008684, 0.976045, 0.952488, 0.937442, 0.960293",\
|
|
"1.062254, 1.029614, 1.006058, 0.991011, 1.013862",\
|
|
"1.149915, 1.117275, 1.093718, 1.078672, 1.101523",\
|
|
"1.305923, 1.273284, 1.249727, 1.234681, 1.257532");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.379420, -0.346781, -0.323224, -0.308178, -0.331029",\
|
|
"-0.405864, -0.373224, -0.349667, -0.334621, -0.357472",\
|
|
"-0.413725, -0.381085, -0.357529, -0.342482, -0.365333",\
|
|
"-0.407439, -0.374800, -0.351243, -0.336197, -0.359048",\
|
|
"-0.358880, -0.326240, -0.302684, -0.287637, -0.310488");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.919031, -0.886391, -0.862835, -0.847788, -0.870639",\
|
|
"-0.965705, -0.933066, -0.909509, -0.894462, -0.917314",\
|
|
"-1.019275, -0.986635, -0.963078, -0.948032, -0.970883",\
|
|
"-1.106936, -1.074296, -1.050739, -1.035693, -1.058544",\
|
|
"-1.262944, -1.230305, -1.206748, -1.191702, -1.214553");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[20] */
|
|
|
|
pin("mgmt_gpio_in[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004790 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.393556, 0.360916, 0.337359, 0.322313, 0.345164",\
|
|
"0.424243, 0.391603, 0.368046, 0.353000, 0.375851",\
|
|
"0.439719, 0.407079, 0.383523, 0.368476, 0.391327",\
|
|
"0.447090, 0.414451, 0.390894, 0.375848, 0.398699",\
|
|
"0.428819, 0.396180, 0.372623, 0.357576, 0.380428");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.316954, 1.284314, 1.260757, 1.245711, 1.268562",\
|
|
"1.365951, 1.333312, 1.309755, 1.294708, 1.317560",\
|
|
"1.414446, 1.381806, 1.358249, 1.343203, 1.366054",\
|
|
"1.493006, 1.460366, 1.436810, 1.421763, 1.444614",\
|
|
"1.630992, 1.598353, 1.574796, 1.559750, 1.582601");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.328463, -0.295824, -0.272267, -0.257220, -0.280073",\
|
|
"-0.359150, -0.326511, -0.302954, -0.287907, -0.310759",\
|
|
"-0.374627, -0.341987, -0.318430, -0.303383, -0.326236",\
|
|
"-0.381998, -0.349358, -0.325801, -0.310755, -0.333607",\
|
|
"-0.363727, -0.331087, -0.307530, -0.292483, -0.315336");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.228493, -1.195853, -1.172296, -1.157249, -1.180102",\
|
|
"-1.277490, -1.244851, -1.221294, -1.206247, -1.229100",\
|
|
"-1.325985, -1.293345, -1.269788, -1.254741, -1.277594",\
|
|
"-1.404545, -1.371906, -1.348348, -1.333302, -1.356154",\
|
|
"-1.542532, -1.509892, -1.486335, -1.471288, -1.494141");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[19] */
|
|
|
|
pin("mgmt_gpio_in[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004203 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.358282, 0.325642, 0.302086, 0.287039, 0.309891",\
|
|
"0.389089, 0.356450, 0.332893, 0.317846, 0.340698",\
|
|
"0.404448, 0.371808, 0.348251, 0.333205, 0.356056",\
|
|
"0.411777, 0.379138, 0.355581, 0.340535, 0.363386",\
|
|
"0.393573, 0.360933, 0.337376, 0.322330, 0.345181");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.975824, 0.943184, 0.919628, 0.904581, 0.927432",\
|
|
"1.026247, 0.993607, 0.970050, 0.955004, 0.977855",\
|
|
"1.074980, 1.042341, 1.018784, 1.003737, 1.026589",\
|
|
"1.153494, 1.120854, 1.097298, 1.082251, 1.105102",\
|
|
"1.291213, 1.258573, 1.235017, 1.219970, 1.242821");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.301676, -0.269037, -0.245480, -0.230433, -0.253286",\
|
|
"-0.332484, -0.299844, -0.276287, -0.261240, -0.284093",\
|
|
"-0.347842, -0.315202, -0.291645, -0.276598, -0.299451",\
|
|
"-0.355172, -0.322532, -0.298975, -0.283928, -0.306781",\
|
|
"-0.336967, -0.304327, -0.280770, -0.265723, -0.288576");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.897982, -0.865342, -0.841785, -0.826738, -0.849591",\
|
|
"-0.948405, -0.915765, -0.892208, -0.877161, -0.900014",\
|
|
"-0.997138, -0.964499, -0.940941, -0.925895, -0.948747",\
|
|
"-1.075652, -1.043012, -1.019455, -1.004408, -1.027261",\
|
|
"-1.213371, -1.180731, -1.157174, -1.142127, -1.164980");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[18] */
|
|
|
|
pin("mgmt_gpio_in[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003826 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.356135, 0.323495, 0.299938, 0.284892, 0.307743",\
|
|
"0.386684, 0.354044, 0.330487, 0.315441, 0.338292",\
|
|
"0.402224, 0.369585, 0.346028, 0.330982, 0.353833",\
|
|
"0.409813, 0.377173, 0.353617, 0.338570, 0.361421",\
|
|
"0.391049, 0.358409, 0.334852, 0.319806, 0.342657");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.054453, 1.021813, 0.998257, 0.983210, 1.006062",\
|
|
"1.103414, 1.070774, 1.047217, 1.032171, 1.055022",\
|
|
"1.151883, 1.119243, 1.095686, 1.080640, 1.103491",\
|
|
"1.230136, 1.197496, 1.173940, 1.158893, 1.181745",\
|
|
"1.366758, 1.334118, 1.310561, 1.295515, 1.318366");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.298630, -0.265990, -0.242433, -0.227386, -0.250239",\
|
|
"-0.329179, -0.296539, -0.272982, -0.257935, -0.280788",\
|
|
"-0.344720, -0.312080, -0.288523, -0.273476, -0.296329",\
|
|
"-0.352308, -0.319668, -0.296111, -0.281065, -0.303917",\
|
|
"-0.333544, -0.300904, -0.277347, -0.262300, -0.285153");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.975644, -0.943005, -0.919447, -0.904401, -0.927253",\
|
|
"-1.024605, -0.991965, -0.968408, -0.953361, -0.976214",\
|
|
"-1.073074, -1.040434, -1.016877, -1.001830, -1.024683",\
|
|
"-1.151327, -1.118688, -1.095130, -1.080084, -1.102936",\
|
|
"-1.287949, -1.255309, -1.231752, -1.216705, -1.239558");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[17] */
|
|
|
|
pin("mgmt_gpio_in[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002780 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.375413, 0.342773, 0.319216, 0.304170, 0.327021",\
|
|
"0.392625, 0.359986, 0.336429, 0.321383, 0.344234",\
|
|
"0.391450, 0.358811, 0.335254, 0.320207, 0.343059",\
|
|
"0.372728, 0.340088, 0.316531, 0.301485, 0.324336",\
|
|
"0.305087, 0.272448, 0.248891, 0.233844, 0.256696");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.122680, 1.090040, 1.066483, 1.051437, 1.074288",\
|
|
"1.168467, 1.135827, 1.112270, 1.097224, 1.120075",\
|
|
"1.209441, 1.176801, 1.153244, 1.138198, 1.161049",\
|
|
"1.281663, 1.249024, 1.225467, 1.210420, 1.233272",\
|
|
"1.421978, 1.389338, 1.365782, 1.350735, 1.373586");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.320996, -0.288357, -0.264799, -0.249753, -0.272605",\
|
|
"-0.338209, -0.305569, -0.282012, -0.266965, -0.289818",\
|
|
"-0.337034, -0.304394, -0.280837, -0.265790, -0.288643",\
|
|
"-0.318311, -0.285672, -0.262115, -0.247068, -0.269920",\
|
|
"-0.250671, -0.218031, -0.194474, -0.179427, -0.202280");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.045296, -1.012657, -0.989099, -0.974053, -0.996905",\
|
|
"-1.091083, -1.058444, -1.034887, -1.019840, -1.042692",\
|
|
"-1.132057, -1.099418, -1.075860, -1.060814, -1.083666",\
|
|
"-1.204280, -1.171640, -1.148083, -1.133036, -1.155889",\
|
|
"-1.344595, -1.311955, -1.288398, -1.273351, -1.296204");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[16] */
|
|
|
|
pin("mgmt_gpio_in[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004136 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.309471, 0.276831, 0.253274, 0.238228, 0.261079",\
|
|
"0.344308, 0.311668, 0.288111, 0.273065, 0.295916",\
|
|
"0.371507, 0.338867, 0.315311, 0.300264, 0.323115",\
|
|
"0.395055, 0.362416, 0.338859, 0.323813, 0.346664",\
|
|
"0.396802, 0.364162, 0.340606, 0.325559, 0.348410");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.830448, 0.797808, 0.774252, 0.759205, 0.782057",\
|
|
"0.881093, 0.848454, 0.824897, 0.809851, 0.832702",\
|
|
"0.942445, 0.909805, 0.886248, 0.871202, 0.894053",\
|
|
"1.043789, 1.011149, 0.987593, 0.972546, 0.995398",\
|
|
"1.215704, 1.183064, 1.159508, 1.144461, 1.167313");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.278583, -0.245943, -0.222386, -0.207340, -0.230191",\
|
|
"-0.313419, -0.280780, -0.257223, -0.242177, -0.265028",\
|
|
"-0.340619, -0.307979, -0.284422, -0.269376, -0.292227",\
|
|
"-0.364167, -0.331528, -0.307971, -0.292925, -0.315776",\
|
|
"-0.365914, -0.333274, -0.309717, -0.294671, -0.317522");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.777059, -0.744420, -0.720863, -0.705817, -0.728668",\
|
|
"-0.827705, -0.795065, -0.771509, -0.756462, -0.779313",\
|
|
"-0.889056, -0.856417, -0.832860, -0.817813, -0.840665",\
|
|
"-0.990400, -0.957761, -0.934204, -0.919158, -0.942009",\
|
|
"-1.162316, -1.129676, -1.106119, -1.091073, -1.113924");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[15] */
|
|
|
|
pin("mgmt_gpio_in[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002562 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.262838, 0.230199, 0.206642, 0.191595, 0.214447",\
|
|
"0.289275, 0.256635, 0.233079, 0.218032, 0.240883",\
|
|
"0.297089, 0.264449, 0.240893, 0.225846, 0.248697",\
|
|
"0.290827, 0.258187, 0.234631, 0.219584, 0.242435",\
|
|
"0.242222, 0.209582, 0.186025, 0.170979, 0.193830");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.640334, 0.607695, 0.584138, 0.569092, 0.591943",\
|
|
"0.687009, 0.654370, 0.630813, 0.615767, 0.638618",\
|
|
"0.740621, 0.707981, 0.684424, 0.669378, 0.692229",\
|
|
"0.828339, 0.795700, 0.772143, 0.757097, 0.779948",\
|
|
"0.984330, 0.951690, 0.928134, 0.913087, 0.935938");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.241265, -0.208626, -0.185069, -0.170023, -0.192874",\
|
|
"-0.267702, -0.235062, -0.211506, -0.196459, -0.219310",\
|
|
"-0.275516, -0.242877, -0.219320, -0.204273, -0.227125",\
|
|
"-0.269254, -0.236614, -0.213058, -0.198011, -0.220863",\
|
|
"-0.220649, -0.188009, -0.164452, -0.149406, -0.172257");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.600316, -0.567676, -0.544120, -0.529073, -0.551924",\
|
|
"-0.646991, -0.614351, -0.590795, -0.575748, -0.598599",\
|
|
"-0.700602, -0.667963, -0.644406, -0.629359, -0.652211",\
|
|
"-0.788321, -0.755681, -0.732125, -0.717078, -0.739929",\
|
|
"-0.944311, -0.911672, -0.888115, -0.873068, -0.895920");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[14] */
|
|
|
|
pin("mgmt_gpio_in[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002687 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.285863, 0.253223, 0.229667, 0.214620, 0.237472",\
|
|
"0.312279, 0.279639, 0.256083, 0.241036, 0.263887",\
|
|
"0.320039, 0.287400, 0.263843, 0.248797, 0.271648",\
|
|
"0.313879, 0.281240, 0.257683, 0.242637, 0.265488",\
|
|
"0.265396, 0.232757, 0.209200, 0.194154, 0.217005");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.881057, 0.848418, 0.824861, 0.809814, 0.832666",\
|
|
"0.927729, 0.895090, 0.871533, 0.856487, 0.879338",\
|
|
"0.981304, 0.948665, 0.925108, 0.910061, 0.932913",\
|
|
"1.068893, 1.036253, 1.012697, 0.997650, 1.020501",\
|
|
"1.224445, 1.191805, 1.168248, 1.153202, 1.176053");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.197961, -0.165322, -0.141765, -0.126718, -0.149570",\
|
|
"-0.224377, -0.191737, -0.168181, -0.153134, -0.175986",\
|
|
"-0.232137, -0.199498, -0.175941, -0.160895, -0.183746",\
|
|
"-0.225977, -0.193338, -0.169781, -0.154735, -0.177586",\
|
|
"-0.177494, -0.144855, -0.121298, -0.106252, -0.129103");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.764992, -0.732353, -0.708796, -0.693750, -0.716601",\
|
|
"-0.811665, -0.779025, -0.755468, -0.740422, -0.763273",\
|
|
"-0.865240, -0.832600, -0.809043, -0.793997, -0.816848",\
|
|
"-0.952828, -0.920189, -0.896632, -0.881586, -0.904437",\
|
|
"-1.108380, -1.075740, -1.052183, -1.037137, -1.059988");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[13] */
|
|
|
|
pin("mgmt_gpio_in[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004395 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.505895, 0.473256, 0.449699, 0.434653, 0.457504",\
|
|
"0.540864, 0.508225, 0.484668, 0.469622, 0.492473",\
|
|
"0.567993, 0.535354, 0.511797, 0.496751, 0.519602",\
|
|
"0.591458, 0.558819, 0.535262, 0.520215, 0.543067",\
|
|
"0.593342, 0.560703, 0.537146, 0.522100, 0.544951");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.263023, 1.230383, 1.206826, 1.191780, 1.214631",\
|
|
"1.313670, 1.281031, 1.257474, 1.242427, 1.265279",\
|
|
"1.375361, 1.342722, 1.319165, 1.304119, 1.326970",\
|
|
"1.477522, 1.444882, 1.421326, 1.406279, 1.429130",\
|
|
"1.647606, 1.614966, 1.591409, 1.576363, 1.599214");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.485308, -0.452669, -0.429112, -0.414066, -0.436917",\
|
|
"-0.520277, -0.487638, -0.464081, -0.449035, -0.471886",\
|
|
"-0.547406, -0.514767, -0.491210, -0.476164, -0.499015",\
|
|
"-0.570871, -0.538232, -0.514675, -0.499628, -0.522480",\
|
|
"-0.572755, -0.540116, -0.516559, -0.501513, -0.524364");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.218618, -1.185978, -1.162422, -1.147375, -1.170226",\
|
|
"-1.269265, -1.236626, -1.213069, -1.198023, -1.220874",\
|
|
"-1.330990, -1.298350, -1.274794, -1.259747, -1.282598",\
|
|
"-1.433256, -1.400617, -1.377060, -1.362013, -1.384865",\
|
|
"-1.603530, -1.570890, -1.547334, -1.532287, -1.555138");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[12] */
|
|
|
|
pin("mgmt_gpio_in[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003834 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.542549, 0.509910, 0.486353, 0.471306, 0.494158",\
|
|
"0.577587, 0.544948, 0.521391, 0.506345, 0.529196",\
|
|
"0.604668, 0.572028, 0.548471, 0.533425, 0.556276",\
|
|
"0.627981, 0.595342, 0.571785, 0.556738, 0.579590",\
|
|
"0.629619, 0.596979, 0.573423, 0.558376, 0.581228");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.298146, 1.265507, 1.241950, 1.226903, 1.249755",\
|
|
"1.348775, 1.316136, 1.292579, 1.277533, 1.300384",\
|
|
"1.409952, 1.377312, 1.353755, 1.338709, 1.361560",\
|
|
"1.510364, 1.477725, 1.454168, 1.439121, 1.461973",\
|
|
"1.682682, 1.650042, 1.626485, 1.611439, 1.634290");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.477457, -0.444817, -0.421260, -0.406213, -0.429066",\
|
|
"-0.512495, -0.479855, -0.456298, -0.441252, -0.464104",\
|
|
"-0.539575, -0.506936, -0.483379, -0.468332, -0.491185",\
|
|
"-0.562889, -0.530249, -0.506692, -0.491645, -0.514498",\
|
|
"-0.564527, -0.531887, -0.508330, -0.493283, -0.516136");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.209685, -1.177046, -1.153488, -1.138442, -1.161294",\
|
|
"-1.260315, -1.227675, -1.204118, -1.189071, -1.211924",\
|
|
"-1.321491, -1.288851, -1.265294, -1.250247, -1.273100",\
|
|
"-1.421903, -1.389264, -1.365706, -1.350660, -1.373513",\
|
|
"-1.594221, -1.561581, -1.538024, -1.522977, -1.545830");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[11] */
|
|
|
|
pin("mgmt_gpio_in[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002788 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.287360, 0.254720, 0.231164, 0.216117, 0.238968",\
|
|
"0.317938, 0.285298, 0.261741, 0.246695, 0.269546",\
|
|
"0.333465, 0.300825, 0.277268, 0.262222, 0.285073",\
|
|
"0.341007, 0.308367, 0.284810, 0.269764, 0.292615",\
|
|
"0.322332, 0.289693, 0.266136, 0.251090, 0.273941");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.086523, 1.053883, 1.030327, 1.015280, 1.038131",\
|
|
"1.135489, 1.102849, 1.079293, 1.064246, 1.087097",\
|
|
"1.183975, 1.151335, 1.127778, 1.112732, 1.135583",\
|
|
"1.262260, 1.229620, 1.206064, 1.191017, 1.213868",\
|
|
"1.399114, 1.366475, 1.342918, 1.327872, 1.350723");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.230754, -0.198115, -0.174558, -0.159511, -0.182364",\
|
|
"-0.261332, -0.228693, -0.205135, -0.190089, -0.212941",\
|
|
"-0.276859, -0.244219, -0.220662, -0.205616, -0.228468",\
|
|
"-0.284401, -0.251762, -0.228204, -0.213158, -0.236010",\
|
|
"-0.265727, -0.233087, -0.209530, -0.194483, -0.217336");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.008681, -0.976041, -0.952484, -0.937437, -0.960290",\
|
|
"-1.057647, -1.025007, -1.001450, -0.986403, -1.009256",\
|
|
"-1.106132, -1.073493, -1.049936, -1.034889, -1.057741",\
|
|
"-1.184418, -1.151778, -1.128221, -1.113174, -1.136027",\
|
|
"-1.321272, -1.288633, -1.265075, -1.250029, -1.272881");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[10] */
|
|
|
|
pin("mgmt_gpio_in[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002740 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.257335, 0.224695, 0.201138, 0.186092, 0.208943",\
|
|
"0.274382, 0.241742, 0.218186, 0.203139, 0.225990",\
|
|
"0.273440, 0.240801, 0.217244, 0.202198, 0.225049",\
|
|
"0.255124, 0.222484, 0.198927, 0.183881, 0.206732",\
|
|
"0.185077, 0.152437, 0.128880, 0.113834, 0.136685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.959035, 0.926396, 0.902839, 0.887793, 0.910644",\
|
|
"1.004633, 0.971993, 0.948436, 0.933390, 0.956241",\
|
|
"1.045323, 1.012684, 0.989127, 0.974081, 0.996932",\
|
|
"1.116395, 1.083755, 1.060198, 1.045152, 1.068003",\
|
|
"1.254659, 1.222019, 1.198462, 1.183416, 1.206267");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.199830, -0.167190, -0.143633, -0.128586, -0.151439",\
|
|
"-0.216877, -0.184237, -0.160680, -0.145633, -0.168486",\
|
|
"-0.215935, -0.183296, -0.159739, -0.144692, -0.167544",\
|
|
"-0.197619, -0.164979, -0.141422, -0.126375, -0.149228",\
|
|
"-0.127572, -0.094932, -0.071375, -0.056328, -0.079181");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.880227, -0.847587, -0.824030, -0.808983, -0.831836",\
|
|
"-0.925824, -0.893184, -0.869627, -0.854580, -0.877433",\
|
|
"-0.966515, -0.933875, -0.910318, -0.895271, -0.918124",\
|
|
"-1.037586, -1.004946, -0.981389, -0.966342, -0.989195",\
|
|
"-1.175850, -1.143211, -1.119653, -1.104607, -1.127459");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[9] */
|
|
|
|
pin("mgmt_gpio_in[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002420 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.340723, 0.308084, 0.284527, 0.269480, 0.292332",\
|
|
"0.373949, 0.341309, 0.317753, 0.302706, 0.325558",\
|
|
"0.390414, 0.357774, 0.334217, 0.319171, 0.342022",\
|
|
"0.398432, 0.365793, 0.342236, 0.327189, 0.350041",\
|
|
"0.377136, 0.344496, 0.320939, 0.305893, 0.328744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.917990, 0.885351, 0.861794, 0.846747, 0.869599",\
|
|
"0.966413, 0.933774, 0.910217, 0.895171, 0.918022",\
|
|
"1.023859, 0.991219, 0.967662, 0.952616, 0.975467",\
|
|
"1.114853, 1.082213, 1.058656, 1.043610, 1.066461",\
|
|
"1.269434, 1.236795, 1.213238, 1.198192, 1.221043");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.286307, -0.253667, -0.230110, -0.215064, -0.237916",\
|
|
"-0.319533, -0.286893, -0.263336, -0.248289, -0.271142",\
|
|
"-0.335998, -0.303358, -0.279801, -0.264754, -0.287607",\
|
|
"-0.344016, -0.311377, -0.287819, -0.272773, -0.295625",\
|
|
"-0.322720, -0.290080, -0.266523, -0.251476, -0.274329");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.840607, -0.807967, -0.784410, -0.769364, -0.792216",\
|
|
"-0.889030, -0.856391, -0.832833, -0.817787, -0.840639",\
|
|
"-0.946475, -0.913836, -0.890279, -0.875232, -0.898084",\
|
|
"-1.037470, -1.004830, -0.981273, -0.966226, -0.989079",\
|
|
"-1.192051, -1.159412, -1.135854, -1.120808, -1.143660");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[8] */
|
|
|
|
pin("mgmt_gpio_in[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002434 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.329498, 0.296858, 0.273302, 0.258255, 0.281106",\
|
|
"0.361236, 0.328597, 0.305040, 0.289993, 0.312845",\
|
|
"0.377509, 0.344869, 0.321312, 0.306266, 0.329117",\
|
|
"0.385459, 0.352819, 0.329262, 0.314216, 0.337067",\
|
|
"0.363877, 0.331237, 0.307680, 0.292634, 0.315485");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.671958, 0.639319, 0.615762, 0.600716, 0.623567",\
|
|
"0.720396, 0.687756, 0.664199, 0.649153, 0.672004",\
|
|
"0.775857, 0.743218, 0.719661, 0.704614, 0.727466",\
|
|
"0.870013, 0.837373, 0.813817, 0.798770, 0.821621",\
|
|
"1.024766, 0.992127, 0.968570, 0.953524, 0.976375");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.298609, -0.265970, -0.242413, -0.227367, -0.250218",\
|
|
"-0.330348, -0.297708, -0.274151, -0.259105, -0.281956",\
|
|
"-0.346620, -0.313981, -0.290424, -0.275377, -0.298229",\
|
|
"-0.354570, -0.321931, -0.298374, -0.283328, -0.306179",\
|
|
"-0.332988, -0.300349, -0.276792, -0.261746, -0.284597");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.618555, -0.585916, -0.562359, -0.547313, -0.570164",\
|
|
"-0.666993, -0.634353, -0.610797, -0.595750, -0.618601",\
|
|
"-0.722454, -0.689815, -0.666258, -0.651212, -0.674063",\
|
|
"-0.816610, -0.783970, -0.760414, -0.745367, -0.768218",\
|
|
"-0.971363, -0.938724, -0.915167, -0.900121, -0.922972");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[7] */
|
|
|
|
pin("mgmt_gpio_in[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002682 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.184963, 0.152323, 0.128766, 0.113720, 0.136571",\
|
|
"0.202113, 0.169474, 0.145917, 0.130871, 0.153722",\
|
|
"0.200893, 0.168253, 0.144696, 0.129650, 0.152501",\
|
|
"0.181925, 0.149285, 0.125729, 0.110682, 0.133533",\
|
|
"0.113119, 0.080479, 0.056923, 0.041876, 0.064727");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.733027, 0.700387, 0.676831, 0.661784, 0.684635",\
|
|
"0.778834, 0.746194, 0.722638, 0.707591, 0.730442",\
|
|
"0.819849, 0.787210, 0.763653, 0.748607, 0.771458",\
|
|
"0.892005, 0.859365, 0.835809, 0.820762, 0.843613",\
|
|
"1.032185, 0.999545, 0.975988, 0.960942, 0.983793");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.163390, -0.130751, -0.107194, -0.092148, -0.114999",\
|
|
"-0.180541, -0.147902, -0.124345, -0.109299, -0.132150",\
|
|
"-0.179320, -0.146681, -0.123124, -0.108078, -0.130929",\
|
|
"-0.160353, -0.127713, -0.104156, -0.089110, -0.111961",\
|
|
"-0.091547, -0.058907, -0.035351, -0.020304, -0.043155");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.693008, -0.660369, -0.636812, -0.621765, -0.644617",\
|
|
"-0.738815, -0.706176, -0.682619, -0.667572, -0.690424",\
|
|
"-0.779831, -0.747191, -0.723634, -0.708588, -0.731439",\
|
|
"-0.851986, -0.819347, -0.795790, -0.780743, -0.803595",\
|
|
"-0.992166, -0.959526, -0.935970, -0.920923, -0.943774");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[6] */
|
|
|
|
pin("mgmt_gpio_in[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004258 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.308514, 0.275875, 0.252318, 0.237272, 0.260123",\
|
|
"0.338837, 0.306197, 0.282641, 0.267594, 0.290445",\
|
|
"0.352235, 0.319596, 0.296039, 0.280992, 0.303844",\
|
|
"0.351719, 0.319080, 0.295523, 0.280476, 0.303328",\
|
|
"0.308428, 0.275788, 0.252232, 0.237185, 0.260036");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.859896, 0.827256, 0.803700, 0.788653, 0.811504",\
|
|
"0.910463, 0.877823, 0.854266, 0.839220, 0.862071",\
|
|
"0.973978, 0.941338, 0.917782, 0.902735, 0.925587",\
|
|
"1.087153, 1.054514, 1.030957, 1.015911, 1.038762",\
|
|
"1.275174, 1.242535, 1.218978, 1.203932, 1.226783");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.220615, -0.187975, -0.164418, -0.149372, -0.172223",\
|
|
"-0.250937, -0.218298, -0.194741, -0.179694, -0.202546",\
|
|
"-0.264335, -0.231696, -0.208139, -0.193093, -0.215944",\
|
|
"-0.263819, -0.231180, -0.207623, -0.192577, -0.215428",\
|
|
"-0.220528, -0.187888, -0.164332, -0.149285, -0.172136");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.743834, -0.711195, -0.687638, -0.672592, -0.695443",\
|
|
"-0.794401, -0.761762, -0.738205, -0.723158, -0.746010",\
|
|
"-0.857917, -0.825277, -0.801720, -0.786674, -0.809525",\
|
|
"-0.971092, -0.938452, -0.914895, -0.899849, -0.922700",\
|
|
"-1.159113, -1.126473, -1.102917, -1.087870, -1.110721");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[5] */
|
|
|
|
pin("mgmt_gpio_in[4]") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.066167 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[4];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.253384");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.381341");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwh*/
|
|
|
|
} /* end of pin mgmt_gpio_in[4] */
|
|
|
|
pin("mgmt_gpio_in[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005621 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.234788, 0.202148, 0.178592, 0.163545, 0.186396",\
|
|
"0.259576, 0.226936, 0.203380, 0.188333, 0.211184",\
|
|
"0.265966, 0.233327, 0.209770, 0.194724, 0.217575",\
|
|
"0.254057, 0.221418, 0.197861, 0.182815, 0.205666",\
|
|
"0.191608, 0.158968, 0.135411, 0.120365, 0.143216");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.759327, 0.726688, 0.703131, 0.688085, 0.710936",\
|
|
"0.810802, 0.778163, 0.754606, 0.739560, 0.762411",\
|
|
"0.871520, 0.838881, 0.815324, 0.800278, 0.823129",\
|
|
"0.974246, 0.941606, 0.918050, 0.903003, 0.925854",\
|
|
"1.164044, 1.131405, 1.107848, 1.092801, 1.115653");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.149710, -0.117070, -0.093514, -0.078467, -0.101319",\
|
|
"-0.174498, -0.141859, -0.118302, -0.103256, -0.126107",\
|
|
"-0.180857, -0.148217, -0.124660, -0.109614, -0.132465",\
|
|
"-0.168902, -0.136262, -0.112706, -0.097659, -0.120511",\
|
|
"-0.106205, -0.073565, -0.050009, -0.034962, -0.057813");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.264350, -0.231710, -0.208153, -0.193107, -0.215958",\
|
|
"-0.315824, -0.283184, -0.259628, -0.244581, -0.267433",\
|
|
"-0.376429, -0.343789, -0.320233, -0.305186, -0.328038",\
|
|
"-0.479564, -0.446925, -0.423368, -0.408322, -0.431173",\
|
|
"-0.668764, -0.636124, -0.612567, -0.597521, -0.620372");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "1.327129, 1.327129, 1.327129, 1.327129, 1.327129",\
|
|
"1.351918, 1.351918, 1.351918, 1.351918, 1.351918",\
|
|
"1.358276, 1.358276, 1.358276, 1.358276, 1.358276",\
|
|
"1.346321, 1.346321, 1.346321, 1.346321, 1.346321",\
|
|
"1.283624, 1.283624, 1.283624, 1.283624, 1.283624");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "1.364516, 1.364516, 1.364516, 1.364516, 1.364516",\
|
|
"1.415990, 1.415990, 1.415990, 1.415990, 1.415990",\
|
|
"1.476547, 1.476547, 1.476547, 1.476547, 1.476547",\
|
|
"1.578811, 1.578811, 1.578811, 1.578811, 1.578811",\
|
|
"1.768010, 1.768010, 1.768010, 1.768010, 1.768010");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.116022, -0.116022, -0.116022, -0.116022, -0.116022",\
|
|
"-0.140810, -0.140810, -0.140810, -0.140810, -0.140810",\
|
|
"-0.147169, -0.147169, -0.147169, -0.147169, -0.147169",\
|
|
"-0.135214, -0.135214, -0.135214, -0.135214, -0.135214",\
|
|
"-0.072517, -0.072517, -0.072517, -0.072517, -0.072517");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.208777, -0.208777, -0.208777, -0.208777, -0.208777",\
|
|
"-0.260251, -0.260251, -0.260251, -0.260251, -0.260251",\
|
|
"-0.320856, -0.320856, -0.320856, -0.320856, -0.320856",\
|
|
"-0.423992, -0.423992, -0.423992, -0.423992, -0.423992",\
|
|
"-0.613191, -0.613191, -0.613191, -0.613191, -0.613191");
|
|
}
|
|
|
|
} /* 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.010490 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.751963, 3.719324, 3.695767, 3.680721, 3.703572",\
|
|
"3.780648, 3.748008, 3.724452, 3.709405, 3.732256",\
|
|
"3.768248, 3.735609, 3.712052, 3.697006, 3.719857",\
|
|
"3.669494, 3.636855, 3.613298, 3.598252, 3.621103",\
|
|
"3.287828, 3.255189, 3.231632, 3.216586, 3.239437");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.322099, 3.289459, 3.265902, 3.250856, 3.273707",\
|
|
"3.415903, 3.383263, 3.359707, 3.344660, 3.367512",\
|
|
"3.542596, 3.509956, 3.486400, 3.471353, 3.494205",\
|
|
"3.808145, 3.775506, 3.751949, 3.736902, 3.759754",\
|
|
"4.439898, 4.407258, 4.383701, 4.368655, 4.391506");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.370131, -0.337491, -0.313934, -0.298887, -0.321740",\
|
|
"-0.398813, -0.366173, -0.342616, -0.327569, -0.350422",\
|
|
"-0.386407, -0.353768, -0.330211, -0.315164, -0.338016",\
|
|
"-0.287534, -0.254894, -0.231337, -0.216290, -0.239143",\
|
|
"0.094239, 0.126879, 0.150436, 0.165483, 0.142630");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.008852, -0.976212, -0.952655, -0.937608, -0.960461",\
|
|
"-1.102553, -1.069914, -1.046357, -1.031310, -1.054163",\
|
|
"-1.229391, -1.196752, -1.173195, -1.158148, -1.181000",\
|
|
"-1.494457, -1.461818, -1.438260, -1.423213, -1.446066",\
|
|
"-2.122590, -2.089951, -2.066393, -2.051347, -2.074199");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "3.132631, 3.132631, 3.132631, 3.132631, 3.132631",\
|
|
"3.161315, 3.161315, 3.161315, 3.161315, 3.161315",\
|
|
"3.148916, 3.148916, 3.148916, 3.148916, 3.148916",\
|
|
"3.050162, 3.050162, 3.050162, 3.050162, 3.050162",\
|
|
"2.668496, 2.668496, 2.668496, 2.668496, 2.668496");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "3.284954, 3.284954, 3.284954, 3.284954, 3.284954",\
|
|
"3.378758, 3.378758, 3.378758, 3.378758, 3.378758",\
|
|
"3.505450, 3.505450, 3.505450, 3.505450, 3.505450",\
|
|
"3.771000, 3.771000, 3.771000, 3.771000, 3.771000",\
|
|
"4.402753, 4.402753, 4.402753, 4.402753, 4.402753");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.609840, -0.609840, -0.609840, -0.609840, -0.609840",\
|
|
"-0.638546, -0.638546, -0.638546, -0.638546, -0.638546",\
|
|
"-0.626403, -0.626403, -0.626403, -0.626403, -0.626403",\
|
|
"-0.528441, -0.528441, -0.528441, -0.528441, -0.528441",\
|
|
"-0.152440, -0.152440, -0.152440, -0.152440, -0.152440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.521855, -0.521855, -0.521855, -0.521855, -0.521855",\
|
|
"-0.615597, -0.615597, -0.615597, -0.615597, -0.615597",\
|
|
"-0.742662, -0.742662, -0.742662, -0.742662, -0.742662",\
|
|
"-1.009147, -1.009147, -1.009147, -1.009147, -1.009147",\
|
|
"-1.642257, -1.642257, -1.642257, -1.642257, -1.642257");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[2] */
|
|
|
|
pin("mgmt_gpio_in[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004640 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.343121, 0.310482, 0.286925, 0.271879, 0.294730",\
|
|
"0.374196, 0.341557, 0.318000, 0.302954, 0.325805",\
|
|
"0.389250, 0.356611, 0.333054, 0.318008, 0.340859",\
|
|
"0.396587, 0.363948, 0.340391, 0.325345, 0.348196",\
|
|
"0.378148, 0.345508, 0.321952, 0.306905, 0.329756");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.970201, 0.937562, 0.914005, 0.898958, 0.921810",\
|
|
"1.019216, 0.986576, 0.963019, 0.947973, 0.970824",\
|
|
"1.069725, 1.037086, 1.013529, 0.998482, 1.021334",\
|
|
"1.147977, 1.115337, 1.091780, 1.076734, 1.099585",\
|
|
"1.285900, 1.253260, 1.229703, 1.214657, 1.237508");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.285617, -0.252977, -0.229420, -0.214373, -0.237226",\
|
|
"-0.316692, -0.284052, -0.260495, -0.245448, -0.268301",\
|
|
"-0.331746, -0.299106, -0.275549, -0.260502, -0.283355",\
|
|
"-0.339082, -0.306443, -0.282886, -0.267839, -0.290691",\
|
|
"-0.320643, -0.288004, -0.264446, -0.249400, -0.272252");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.891392, -0.858753, -0.835196, -0.820149, -0.843001",\
|
|
"-0.940407, -0.907767, -0.884210, -0.869163, -0.892016",\
|
|
"-0.990917, -0.958277, -0.934720, -0.919673, -0.942526",\
|
|
"-1.069168, -1.036529, -1.012971, -0.997925, -1.020777",\
|
|
"-1.207091, -1.174451, -1.150894, -1.135847, -1.158700");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[1] */
|
|
|
|
pin("mgmt_gpio_in[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002889 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.371817, 0.339178, 0.315621, 0.300575, 0.323426",\
|
|
"0.406885, 0.374245, 0.350689, 0.335642, 0.358493",\
|
|
"0.433917, 0.401277, 0.377720, 0.362674, 0.385525",\
|
|
"0.457209, 0.424570, 0.401013, 0.385967, 0.408818",\
|
|
"0.458776, 0.426136, 0.402580, 0.387533, 0.410384");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.966161, 0.933521, 0.909964, 0.894918, 0.917769",\
|
|
"1.016794, 0.984154, 0.960597, 0.945551, 0.968402",\
|
|
"1.076979, 1.044339, 1.020782, 1.005736, 1.028587",\
|
|
"1.178405, 1.145765, 1.122208, 1.107162, 1.130013",\
|
|
"1.351638, 1.318999, 1.295442, 1.280396, 1.303247");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.317401, -0.284762, -0.261204, -0.246158, -0.269010",\
|
|
"-0.352469, -0.319829, -0.296272, -0.281225, -0.304078",\
|
|
"-0.379500, -0.346861, -0.323304, -0.308257, -0.331110",\
|
|
"-0.402793, -0.370154, -0.346597, -0.331550, -0.354402",\
|
|
"-0.404360, -0.371720, -0.348163, -0.333116, -0.355969");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.888777, -0.856138, -0.832580, -0.817534, -0.840386",\
|
|
"-0.939410, -0.906771, -0.883213, -0.868167, -0.891019",\
|
|
"-0.999595, -0.966956, -0.943399, -0.928352, -0.951204",\
|
|
"-1.101022, -1.068382, -1.044825, -1.029778, -1.052631",\
|
|
"-1.274255, -1.241616, -1.218058, -1.203012, -1.225864");
|
|
}
|
|
|
|
} /* 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.002349 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.501864, 0.510420, 0.536669, 0.632016, 1.054111",\
|
|
"0.501864, 0.510420, 0.536669, 0.632016, 1.054111",\
|
|
"0.501864, 0.510420, 0.536669, 0.632016, 1.054111",\
|
|
"0.490130, 0.498687, 0.524936, 0.620283, 1.054111",\
|
|
"0.429085, 0.437642, 0.463891, 0.559239, 1.012684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019004, 0.026822, 0.056183, 0.192695, 0.863101");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.496389, 0.502757, 0.520126, 0.565515, 0.759662",\
|
|
"0.548674, 0.555042, 0.572411, 0.617800, 0.811947",\
|
|
"0.609843, 0.616211, 0.633580, 0.678969, 0.873116",\
|
|
"0.714764, 0.721132, 0.738500, 0.783890, 0.978037",\
|
|
"0.901733, 0.908102, 0.925470, 0.970859, 1.165007");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.469592, 0.478147, 0.504395, 0.599742, 1.053187",\
|
|
"0.469592, 0.478147, 0.504395, 0.599742, 1.053187",\
|
|
"0.469592, 0.478147, 0.504395, 0.599742, 1.053187",\
|
|
"0.469592, 0.478147, 0.504395, 0.599742, 1.053187",\
|
|
"0.428219, 0.436774, 0.463023, 0.558370, 1.011815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.018995, 0.026814, 0.056179, 0.192695, 0.863102",\
|
|
"0.018995, 0.026814, 0.056179, 0.192695, 0.863102",\
|
|
"0.018995, 0.026815, 0.056179, 0.192695, 0.863102",\
|
|
"0.018996, 0.026815, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.490595, 0.496954, 0.514301, 0.559681, 0.753822",\
|
|
"0.542880, 0.549239, 0.566586, 0.611966, 0.806107",\
|
|
"0.604385, 0.610743, 0.628090, 0.673470, 0.867612",\
|
|
"0.709900, 0.716259, 0.733606, 0.778986, 0.973128",\
|
|
"0.897440, 0.903799, 0.921147, 0.966527, 1.160668");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.015794, 0.020059, 0.033285, 0.086992, 0.345432",\
|
|
"0.015794, 0.020059, 0.033285, 0.086992, 0.345432",\
|
|
"0.015795, 0.020059, 0.033286, 0.086992, 0.345432",\
|
|
"0.015795, 0.020060, 0.033286, 0.086992, 0.345432",\
|
|
"0.015796, 0.020061, 0.033287, 0.086992, 0.345432");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.594754, 0.601122, 0.618491, 0.663880, 0.826809",\
|
|
"0.594754, 0.601122, 0.618491, 0.663880, 0.826809",\
|
|
"0.594754, 0.601122, 0.618491, 0.663880, 0.826809",\
|
|
"0.582855, 0.589224, 0.606592, 0.651981, 0.826809",\
|
|
"0.520879, 0.527248, 0.544616, 0.590006, 0.784153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629",\
|
|
"0.015856, 0.020122, 0.033337, 0.087018, 0.347629");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.471526, 0.480082, 0.506332, 0.601679, 1.055124",\
|
|
"0.523811, 0.532367, 0.558616, 0.653964, 1.107409",\
|
|
"0.585169, 0.593726, 0.619975, 0.715322, 1.168767",\
|
|
"0.690518, 0.699074, 0.725324, 0.820671, 1.274116",\
|
|
"0.877278, 0.885835, 0.912084, 1.007432, 1.460877");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019002, 0.026821, 0.056182, 0.192695, 0.863101",\
|
|
"0.019004, 0.026822, 0.056183, 0.192695, 0.863101");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.562594, 0.568952, 0.586299, 0.631679, 0.825821",\
|
|
"0.562594, 0.568952, 0.586299, 0.631679, 0.825821",\
|
|
"0.562594, 0.568952, 0.586299, 0.631679, 0.825821",\
|
|
"0.562594, 0.568952, 0.586299, 0.631679, 0.825821",\
|
|
"0.519970, 0.526328, 0.543676, 0.589056, 0.783198");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.015794, 0.020059, 0.033285, 0.086992, 0.345432",\
|
|
"0.015794, 0.020059, 0.033285, 0.086992, 0.345432",\
|
|
"0.015795, 0.020059, 0.033286, 0.086992, 0.345432",\
|
|
"0.015795, 0.020060, 0.033286, 0.086992, 0.345432",\
|
|
"0.015796, 0.020061, 0.033287, 0.086992, 0.345432");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.465942, 0.474498, 0.500746, 0.596093, 1.049537",\
|
|
"0.518227, 0.526783, 0.553031, 0.648378, 1.101822",\
|
|
"0.579953, 0.588509, 0.614757, 0.710104, 1.163549",\
|
|
"0.685954, 0.694510, 0.720758, 0.816105, 1.269550",\
|
|
"0.874171, 0.882727, 0.908975, 1.004322, 1.457767");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.018995, 0.026814, 0.056179, 0.192695, 0.863102",\
|
|
"0.018995, 0.026814, 0.056179, 0.192695, 0.863102",\
|
|
"0.018995, 0.026815, 0.056179, 0.192695, 0.863102",\
|
|
"0.018996, 0.026815, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.436282, 0.444838, 0.471086, 0.566433, 1.019878",\
|
|
"0.466926, 0.475482, 0.501731, 0.597078, 1.050523",\
|
|
"0.482465, 0.491021, 0.517269, 0.612616, 1.055624",\
|
|
"0.490037, 0.498593, 0.524842, 0.620189, 1.055624",\
|
|
"0.490037, 0.498593, 0.524842, 0.620189, 1.055624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.018998, 0.026817, 0.056181, 0.192695, 0.863102",\
|
|
"0.018998, 0.026817, 0.056181, 0.192695, 0.863102",\
|
|
"0.018998, 0.026817, 0.056181, 0.192695, 0.863102",\
|
|
"0.018999, 0.026818, 0.056181, 0.192695, 0.863102",\
|
|
"0.018999, 0.026818, 0.056181, 0.192695, 0.863102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.472342, 0.478737, 0.496162, 0.543646, 0.735740",\
|
|
"0.521329, 0.527725, 0.545150, 0.592634, 0.784728",\
|
|
"0.569903, 0.576299, 0.593724, 0.641208, 0.833302",\
|
|
"0.648529, 0.654924, 0.672349, 0.719833, 0.911927",\
|
|
"0.786497, 0.792892, 0.810317, 0.857800, 1.049894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.016021, 0.020293, 0.033476, 0.088159, 0.347666",\
|
|
"0.016021, 0.020293, 0.033476, 0.088159, 0.347666",\
|
|
"0.016021, 0.020293, 0.033476, 0.088159, 0.347665",\
|
|
"0.016020, 0.020292, 0.033476, 0.088159, 0.347665",\
|
|
"0.016019, 0.020291, 0.033475, 0.088158, 0.347665");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.436282, 0.444838, 0.471086, 0.566433, 1.019878",\
|
|
"0.466926, 0.475482, 0.501731, 0.597078, 1.050523",\
|
|
"0.472027, 0.480583, 0.506832, 0.602179, 1.055624",\
|
|
"0.472027, 0.480583, 0.506832, 0.602179, 1.055624",\
|
|
"0.472027, 0.480583, 0.506832, 0.602179, 1.055624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.018998, 0.026817, 0.056181, 0.192695, 0.863102",\
|
|
"0.018998, 0.026817, 0.056181, 0.192695, 0.863102",\
|
|
"0.018998, 0.026817, 0.056181, 0.192695, 0.863102",\
|
|
"0.018999, 0.026818, 0.056181, 0.192695, 0.863102",\
|
|
"0.018999, 0.026818, 0.056181, 0.192695, 0.863102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.472342, 0.478737, 0.496162, 0.543646, 0.735740",\
|
|
"0.521329, 0.527725, 0.545150, 0.592634, 0.784728",\
|
|
"0.569903, 0.576299, 0.593724, 0.641208, 0.833302",\
|
|
"0.648529, 0.654924, 0.672349, 0.719833, 0.911927",\
|
|
"0.786497, 0.792892, 0.810317, 0.857800, 1.049894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.016021, 0.020293, 0.033476, 0.088159, 0.345482",\
|
|
"0.016021, 0.020293, 0.033476, 0.088159, 0.345482",\
|
|
"0.016021, 0.020293, 0.033476, 0.088159, 0.345482",\
|
|
"0.016020, 0.020292, 0.033476, 0.088159, 0.345482",\
|
|
"0.016019, 0.020291, 0.033475, 0.088158, 0.345482");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.767207, 1.773595, 1.791003, 1.838478, 2.030568",\
|
|
"1.767207, 1.773595, 1.791003, 1.838478, 2.030568",\
|
|
"1.767207, 1.773595, 1.791003, 1.838478, 2.030568",\
|
|
"1.767207, 1.773595, 1.791003, 1.838478, 2.030568",\
|
|
"1.767207, 1.773595, 1.791003, 1.838478, 2.030568");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.015970, 0.020241, 0.033434, 0.088138, 0.347654",\
|
|
"0.015970, 0.020241, 0.033434, 0.088138, 0.347654",\
|
|
"0.015970, 0.020241, 0.033434, 0.088138, 0.347654",\
|
|
"0.015970, 0.020241, 0.033434, 0.088138, 0.347654",\
|
|
"0.015970, 0.020241, 0.033434, 0.088138, 0.347654");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217",\
|
|
"1.756621, 1.765176, 1.791425, 1.886772, 2.340217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102",\
|
|
"0.018997, 0.026816, 0.056180, 0.192695, 0.863102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.767166, 1.773553, 1.790960, 1.838434, 2.030524",\
|
|
"1.767166, 1.773553, 1.790960, 1.838434, 2.030524",\
|
|
"1.767166, 1.773553, 1.790960, 1.838434, 2.030524",\
|
|
"1.767166, 1.773553, 1.790960, 1.838434, 2.030524",\
|
|
"1.767166, 1.773553, 1.790960, 1.838434, 2.030524");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.015967, 0.020238, 0.033431, 0.088137, 0.345470",\
|
|
"0.015967, 0.020238, 0.033431, 0.088137, 0.345470",\
|
|
"0.015967, 0.020238, 0.033431, 0.088137, 0.345470",\
|
|
"0.015967, 0.020238, 0.033431, 0.088137, 0.345470",\
|
|
"0.015967, 0.020238, 0.033431, 0.088137, 0.345470");
|
|
}
|
|
|
|
} /* 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.002096 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.498722, 0.507301, 0.533494, 0.628480, 1.055731",\
|
|
"0.498722, 0.507301, 0.533494, 0.628480, 1.055731",\
|
|
"0.498722, 0.507301, 0.533494, 0.628480, 1.055731",\
|
|
"0.486989, 0.495567, 0.521761, 0.616746, 1.055731",\
|
|
"0.425944, 0.434523, 0.460716, 0.555702, 1.014303");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018709, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018709, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018709, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018710, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018711, 0.026561, 0.055999, 0.191669, 0.864736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.494044, 0.500445, 0.517778, 0.564860, 0.756353",\
|
|
"0.546329, 0.552730, 0.570063, 0.617145, 0.808638",\
|
|
"0.607498, 0.613898, 0.631232, 0.678314, 0.869807",\
|
|
"0.712417, 0.718818, 0.736151, 0.783233, 0.974727",\
|
|
"0.899385, 0.905786, 0.923119, 0.970202, 1.161695");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.466448, 0.475025, 0.501217, 0.596203, 1.054804",\
|
|
"0.466448, 0.475025, 0.501217, 0.596203, 1.054804",\
|
|
"0.466448, 0.475025, 0.501217, 0.596203, 1.054804",\
|
|
"0.466448, 0.475025, 0.501217, 0.596203, 1.054804",\
|
|
"0.425075, 0.433653, 0.459845, 0.554830, 1.013432");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018701, 0.026553, 0.055995, 0.191669, 0.864736",\
|
|
"0.018701, 0.026553, 0.055995, 0.191669, 0.864736",\
|
|
"0.018702, 0.026553, 0.055996, 0.191669, 0.864736",\
|
|
"0.018703, 0.026554, 0.055996, 0.191669, 0.864736",\
|
|
"0.018704, 0.026555, 0.055996, 0.191669, 0.864736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.488321, 0.494712, 0.512026, 0.559098, 0.750587",\
|
|
"0.540605, 0.546997, 0.564311, 0.611383, 0.802872",\
|
|
"0.602109, 0.608501, 0.625815, 0.672888, 0.864376",\
|
|
"0.707625, 0.714016, 0.731331, 0.778403, 0.969892",\
|
|
"0.895163, 0.901555, 0.918870, 0.965943, 1.157431");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015651, 0.019952, 0.033241, 0.087135, 0.343758",\
|
|
"0.015651, 0.019952, 0.033241, 0.087135, 0.343758",\
|
|
"0.015651, 0.019953, 0.033241, 0.087135, 0.343759",\
|
|
"0.015652, 0.019953, 0.033242, 0.087135, 0.343759",\
|
|
"0.015653, 0.019954, 0.033242, 0.087136, 0.343759");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.592384, 0.598784, 0.616118, 0.663200, 0.823475",\
|
|
"0.592384, 0.598784, 0.616118, 0.663200, 0.823475",\
|
|
"0.592384, 0.598784, 0.616118, 0.663200, 0.823475",\
|
|
"0.580485, 0.586886, 0.604219, 0.651301, 0.823475",\
|
|
"0.518509, 0.524910, 0.542243, 0.589325, 0.780818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372",\
|
|
"0.015706, 0.020010, 0.033288, 0.087158, 0.345372");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.468423, 0.477002, 0.503195, 0.598180, 1.056782",\
|
|
"0.520708, 0.529287, 0.555480, 0.650465, 1.109067",\
|
|
"0.582066, 0.590645, 0.616838, 0.711824, 1.170425",\
|
|
"0.687415, 0.695994, 0.722187, 0.817173, 1.275774",\
|
|
"0.874175, 0.882754, 0.908948, 1.003934, 1.462535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018709, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018709, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018709, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018710, 0.026560, 0.055999, 0.191669, 0.864736",\
|
|
"0.018711, 0.026561, 0.055999, 0.191669, 0.864736");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.560293, 0.566684, 0.583998, 0.631071, 0.822559",\
|
|
"0.560293, 0.566684, 0.583998, 0.631071, 0.822559",\
|
|
"0.560293, 0.566684, 0.583998, 0.631071, 0.822559",\
|
|
"0.560293, 0.566684, 0.583998, 0.631071, 0.822559",\
|
|
"0.517669, 0.524061, 0.541376, 0.588448, 0.779937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015651, 0.019952, 0.033241, 0.087135, 0.343758",\
|
|
"0.015651, 0.019952, 0.033241, 0.087135, 0.343758",\
|
|
"0.015651, 0.019953, 0.033241, 0.087135, 0.343759",\
|
|
"0.015652, 0.019953, 0.033242, 0.087135, 0.343759",\
|
|
"0.015653, 0.019954, 0.033242, 0.087136, 0.343759");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.462837, 0.471415, 0.497607, 0.592592, 1.051193",\
|
|
"0.515122, 0.523700, 0.549892, 0.644877, 1.103478",\
|
|
"0.576849, 0.585426, 0.611618, 0.706604, 1.165205",\
|
|
"0.682850, 0.691428, 0.717620, 0.812605, 1.271206",\
|
|
"0.871067, 0.879645, 0.905838, 1.000823, 1.459424");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018701, 0.026553, 0.055995, 0.191669, 0.864736",\
|
|
"0.018701, 0.026553, 0.055995, 0.191669, 0.864736",\
|
|
"0.018702, 0.026553, 0.055996, 0.191669, 0.864736",\
|
|
"0.018703, 0.026554, 0.055996, 0.191669, 0.864736",\
|
|
"0.018704, 0.026555, 0.055996, 0.191669, 0.864736");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.427613, 0.436191, 0.462384, 0.557370, 1.015971",\
|
|
"0.458233, 0.466811, 0.493003, 0.587989, 1.046590",\
|
|
"0.473793, 0.482371, 0.508563, 0.603549, 1.051707",\
|
|
"0.481422, 0.490000, 0.516192, 0.611178, 1.051707",\
|
|
"0.481422, 0.490000, 0.516192, 0.611178, 1.051707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018706, 0.026557, 0.055997, 0.191669, 0.864736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.464589, 0.471016, 0.488406, 0.535516, 0.727021",\
|
|
"0.513572, 0.519999, 0.537389, 0.584499, 0.776004",\
|
|
"0.562167, 0.568595, 0.585984, 0.633094, 0.824600",\
|
|
"0.640737, 0.647165, 0.664554, 0.711664, 0.903169",\
|
|
"0.778442, 0.784869, 0.802258, 0.849367, 1.040873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015868, 0.020177, 0.033424, 0.087225, 0.345408",\
|
|
"0.015868, 0.020177, 0.033424, 0.087225, 0.345408",\
|
|
"0.015868, 0.020177, 0.033424, 0.087225, 0.345408",\
|
|
"0.015867, 0.020176, 0.033424, 0.087225, 0.345407",\
|
|
"0.015866, 0.020175, 0.033423, 0.087224, 0.345407");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.427613, 0.436191, 0.462384, 0.557370, 1.015971",\
|
|
"0.458233, 0.466811, 0.493003, 0.587989, 1.046590",\
|
|
"0.463349, 0.471927, 0.498120, 0.593105, 1.051707",\
|
|
"0.463349, 0.471927, 0.498120, 0.593105, 1.051707",\
|
|
"0.463349, 0.471927, 0.498120, 0.593105, 1.051707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018705, 0.026556, 0.055997, 0.191669, 0.864736",\
|
|
"0.018706, 0.026557, 0.055997, 0.191669, 0.864736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.464589, 0.471016, 0.488406, 0.535516, 0.727021",\
|
|
"0.513572, 0.519999, 0.537389, 0.584499, 0.776004",\
|
|
"0.562167, 0.568595, 0.585984, 0.633094, 0.824600",\
|
|
"0.640737, 0.647165, 0.664554, 0.711664, 0.903169",\
|
|
"0.778442, 0.784869, 0.802258, 0.849367, 1.040873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015868, 0.020177, 0.033424, 0.087225, 0.343807",\
|
|
"0.015868, 0.020177, 0.033424, 0.087225, 0.343807",\
|
|
"0.015868, 0.020177, 0.033424, 0.087225, 0.343806",\
|
|
"0.015867, 0.020176, 0.033424, 0.087225, 0.343806",\
|
|
"0.015866, 0.020175, 0.033423, 0.087224, 0.343806");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015855, 0.020164, 0.033413, 0.087220, 0.345405",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.345405",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.345405",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.345405",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.345405");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498",\
|
|
"1.732142, 1.740720, 1.766911, 1.861897, 2.320498");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736",\
|
|
"0.018700, 0.026552, 0.055995, 0.191669, 0.864736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241",\
|
|
"1.772818, 1.779244, 1.796629, 1.843736, 2.035241");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.015855, 0.020164, 0.033413, 0.087220, 0.343804",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.343804",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.343804",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.343804",\
|
|
"0.015855, 0.020164, 0.033413, 0.087220, 0.343804");
|
|
}
|
|
|
|
} /* 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.002094 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.456488, 0.465197, 0.491537, 0.586562, 1.045202",\
|
|
"0.491410, 0.500119, 0.526459, 0.621484, 1.080124",\
|
|
"0.518966, 0.527675, 0.554015, 0.649040, 1.107680",\
|
|
"0.543297, 0.552006, 0.578346, 0.673371, 1.132011",\
|
|
"0.544085, 0.552795, 0.579135, 0.674159, 1.132800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019669, 0.027393, 0.056409, 0.191705, 0.864662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.559955, 0.566599, 0.584439, 0.631772, 0.823378",\
|
|
"0.610545, 0.617190, 0.635030, 0.682363, 0.873969",\
|
|
"0.671809, 0.678454, 0.696294, 0.743627, 0.935233",\
|
|
"0.771549, 0.778193, 0.796034, 0.843367, 1.034973",\
|
|
"0.935169, 0.941813, 0.959655, 1.006988, 1.198594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.017165, 0.021520, 0.034520, 0.087765, 0.345694",\
|
|
"0.017165, 0.021520, 0.034520, 0.087765, 0.345694",\
|
|
"0.017165, 0.021521, 0.034520, 0.087765, 0.345694",\
|
|
"0.017166, 0.021522, 0.034521, 0.087766, 0.345694",\
|
|
"0.017168, 0.021524, 0.034523, 0.087766, 0.345695");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.455628, 0.464283, 0.490563, 0.585571, 1.044196",\
|
|
"0.490550, 0.499206, 0.525485, 0.620493, 1.079118",\
|
|
"0.518106, 0.526762, 0.553041, 0.648050, 1.106674",\
|
|
"0.542439, 0.551095, 0.577374, 0.672382, 1.131007",\
|
|
"0.543226, 0.551882, 0.578162, 0.673170, 1.131795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019272, 0.027048, 0.056239, 0.191690, 0.864693",\
|
|
"0.019272, 0.027048, 0.056239, 0.191690, 0.864693",\
|
|
"0.019272, 0.027048, 0.056239, 0.191690, 0.864693",\
|
|
"0.019273, 0.027049, 0.056239, 0.191691, 0.864693",\
|
|
"0.019274, 0.027050, 0.056239, 0.191691, 0.864693");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.551811, 0.558347, 0.575962, 0.623183, 0.814739",\
|
|
"0.602402, 0.608938, 0.626553, 0.673774, 0.865330",\
|
|
"0.663654, 0.670190, 0.687805, 0.735026, 0.926582",\
|
|
"0.763363, 0.769899, 0.787513, 0.834734, 1.026290",\
|
|
"0.926952, 0.933488, 0.951102, 0.998323, 1.189879");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.016517, 0.020849, 0.033972, 0.087496, 0.343952",\
|
|
"0.016517, 0.020849, 0.033972, 0.087496, 0.343952",\
|
|
"0.016516, 0.020848, 0.033972, 0.087496, 0.343952",\
|
|
"0.016515, 0.020847, 0.033971, 0.087495, 0.343951",\
|
|
"0.016514, 0.020846, 0.033970, 0.087495, 0.343951");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.590162, 0.596806, 0.614646, 0.661979, 0.853585",\
|
|
"0.625084, 0.631728, 0.649569, 0.696901, 0.888507",\
|
|
"0.652386, 0.659030, 0.676871, 0.724203, 0.915809",\
|
|
"0.676013, 0.682658, 0.700498, 0.747831, 0.938422",\
|
|
"0.676013, 0.682658, 0.700498, 0.747831, 0.938422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.017165, 0.021520, 0.034520, 0.087765, 0.345694",\
|
|
"0.017165, 0.021520, 0.034520, 0.087765, 0.345694",\
|
|
"0.017165, 0.021521, 0.034520, 0.087765, 0.345694",\
|
|
"0.017166, 0.021522, 0.034521, 0.087766, 0.345694",\
|
|
"0.017168, 0.021524, 0.034523, 0.087766, 0.345695");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.499471, 0.508180, 0.534520, 0.629545, 1.088185",\
|
|
"0.550062, 0.558771, 0.585111, 0.680136, 1.138776",\
|
|
"0.611534, 0.620243, 0.646583, 0.741608, 1.200248",\
|
|
"0.711848, 0.720557, 0.746897, 0.841922, 1.300562",\
|
|
"0.876511, 0.885221, 0.911561, 1.006585, 1.465226");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019667, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019669, 0.027393, 0.056409, 0.191705, 0.864662");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.582018, 0.588554, 0.606169, 0.653390, 0.844946",\
|
|
"0.616940, 0.623476, 0.641091, 0.688312, 0.879869",\
|
|
"0.644231, 0.650767, 0.668382, 0.715603, 0.907159",\
|
|
"0.666780, 0.673316, 0.690930, 0.738151, 0.929707",\
|
|
"0.666780, 0.673316, 0.690930, 0.738151, 0.929707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.016517, 0.020849, 0.033972, 0.087496, 0.343952",\
|
|
"0.016517, 0.020849, 0.033972, 0.087496, 0.343952",\
|
|
"0.016516, 0.020848, 0.033972, 0.087496, 0.343952",\
|
|
"0.016515, 0.020847, 0.033971, 0.087495, 0.343951",\
|
|
"0.016514, 0.020846, 0.033970, 0.087495, 0.343951");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.498611, 0.507267, 0.533546, 0.628554, 1.087179",\
|
|
"0.549202, 0.557857, 0.584137, 0.679145, 1.137770",\
|
|
"0.610674, 0.619330, 0.645609, 0.740618, 1.199242",\
|
|
"0.710990, 0.719646, 0.745925, 0.840934, 1.299558",\
|
|
"0.875652, 0.884308, 0.910588, 1.005596, 1.464221");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019272, 0.027048, 0.056239, 0.191690, 0.864693",\
|
|
"0.019272, 0.027048, 0.056239, 0.191690, 0.864693",\
|
|
"0.019272, 0.027048, 0.056239, 0.191690, 0.864693",\
|
|
"0.019273, 0.027049, 0.056239, 0.191691, 0.864693",\
|
|
"0.019274, 0.027050, 0.056239, 0.191691, 0.864693");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.520679, 0.529391, 0.555734, 0.650759, 1.075121",\
|
|
"0.520679, 0.529391, 0.555734, 0.650759, 1.075121",\
|
|
"0.520679, 0.529391, 0.555734, 0.650759, 1.075121",\
|
|
"0.514602, 0.523313, 0.549656, 0.644682, 1.075121",\
|
|
"0.466549, 0.475261, 0.501604, 0.596629, 1.055270");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019686, 0.027408, 0.056416, 0.191705, 0.864660",\
|
|
"0.019686, 0.027408, 0.056416, 0.191705, 0.864660",\
|
|
"0.019686, 0.027408, 0.056416, 0.191705, 0.864660",\
|
|
"0.019686, 0.027408, 0.056416, 0.191705, 0.864660",\
|
|
"0.019687, 0.027409, 0.056416, 0.191706, 0.864660");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.535417, 0.542075, 0.559942, 0.607288, 0.798900",\
|
|
"0.582089, 0.588747, 0.606614, 0.653960, 0.845572",\
|
|
"0.635717, 0.642374, 0.660241, 0.707587, 0.899199",\
|
|
"0.723403, 0.730060, 0.747927, 0.795274, 0.986885",\
|
|
"0.879094, 0.885751, 0.903618, 0.950964, 1.142576");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.017243, 0.021601, 0.034586, 0.087797, 0.345711",\
|
|
"0.017243, 0.021601, 0.034586, 0.087797, 0.345711",\
|
|
"0.017243, 0.021600, 0.034586, 0.087797, 0.345711",\
|
|
"0.017242, 0.021600, 0.034585, 0.087797, 0.345711",\
|
|
"0.017242, 0.021600, 0.034585, 0.087797, 0.345711");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.485551, 0.494209, 0.520492, 0.615501, 1.074127",\
|
|
"0.485551, 0.494209, 0.520492, 0.615501, 1.074127",\
|
|
"0.485551, 0.494209, 0.520492, 0.615501, 1.074127",\
|
|
"0.485551, 0.494209, 0.520492, 0.615501, 1.074127",\
|
|
"0.465700, 0.474359, 0.500642, 0.595651, 1.054277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019294, 0.027068, 0.056248, 0.191691, 0.864691",\
|
|
"0.019294, 0.027068, 0.056248, 0.191691, 0.864691",\
|
|
"0.019295, 0.027068, 0.056248, 0.191691, 0.864691",\
|
|
"0.019295, 0.027068, 0.056249, 0.191691, 0.864691",\
|
|
"0.019296, 0.027069, 0.056249, 0.191691, 0.864691");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.527703, 0.534257, 0.551911, 0.599151, 0.790716",\
|
|
"0.574375, 0.580930, 0.598583, 0.645823, 0.837388",\
|
|
"0.628002, 0.634557, 0.652210, 0.699451, 0.891015",\
|
|
"0.715688, 0.722243, 0.739896, 0.787136, 0.978701",\
|
|
"0.871378, 0.877933, 0.895586, 0.942826, 1.134391");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.016628, 0.020964, 0.034066, 0.087542, 0.343976",\
|
|
"0.016628, 0.020964, 0.034066, 0.087542, 0.343976",\
|
|
"0.016628, 0.020964, 0.034066, 0.087542, 0.343976",\
|
|
"0.016628, 0.020964, 0.034066, 0.087542, 0.343976",\
|
|
"0.016627, 0.020963, 0.034066, 0.087542, 0.343976");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.955183, 1.963893, 1.990232, 2.085257, 2.543898",\
|
|
"1.955183, 1.963893, 1.990232, 2.085257, 2.543898",\
|
|
"1.955183, 1.963893, 1.990232, 2.085257, 2.543898",\
|
|
"1.955183, 1.963893, 1.990232, 2.085257, 2.543898",\
|
|
"1.955183, 1.963893, 1.990232, 2.085257, 2.543898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019668, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019668, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019668, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019668, 0.027392, 0.056408, 0.191705, 0.864662",\
|
|
"0.019668, 0.027392, 0.056408, 0.191705, 0.864662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.056101, 2.062764, 2.080644, 2.127996, 2.319611",\
|
|
"2.056101, 2.062764, 2.080644, 2.127996, 2.319611",\
|
|
"2.056101, 2.062764, 2.080644, 2.127996, 2.319611",\
|
|
"2.056101, 2.062764, 2.080644, 2.127996, 2.319611",\
|
|
"2.056101, 2.062764, 2.080644, 2.127996, 2.319611");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.017279, 0.021639, 0.034617, 0.087813, 0.345719",\
|
|
"0.017279, 0.021639, 0.034617, 0.087813, 0.345719",\
|
|
"0.017279, 0.021639, 0.034617, 0.087813, 0.345719",\
|
|
"0.017279, 0.021639, 0.034617, 0.087813, 0.345719",\
|
|
"0.017279, 0.021639, 0.034617, 0.087813, 0.345719");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.954331, 1.962987, 1.989267, 2.084275, 2.542900",\
|
|
"1.954331, 1.962987, 1.989267, 2.084275, 2.542900",\
|
|
"1.954331, 1.962987, 1.989267, 2.084275, 2.542900",\
|
|
"1.954331, 1.962987, 1.989267, 2.084275, 2.542900",\
|
|
"1.954331, 1.962987, 1.989267, 2.084275, 2.542900");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.019275, 0.027051, 0.056240, 0.191691, 0.864693",\
|
|
"0.019275, 0.027051, 0.056240, 0.191691, 0.864693",\
|
|
"0.019275, 0.027051, 0.056240, 0.191691, 0.864693",\
|
|
"0.019275, 0.027051, 0.056240, 0.191691, 0.864693",\
|
|
"0.019275, 0.027051, 0.056240, 0.191691, 0.864693");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.048464, 2.055026, 2.072695, 2.119943, 2.311511",\
|
|
"2.048464, 2.055026, 2.072695, 2.119943, 2.311511",\
|
|
"2.048464, 2.055026, 2.072695, 2.119943, 2.311511",\
|
|
"2.048464, 2.055026, 2.072695, 2.119943, 2.311511",\
|
|
"2.048464, 2.055026, 2.072695, 2.119943, 2.311511");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.016671, 0.021009, 0.034103, 0.087560, 0.343986",\
|
|
"0.016671, 0.021009, 0.034103, 0.087560, 0.343986",\
|
|
"0.016671, 0.021009, 0.034103, 0.087560, 0.343986",\
|
|
"0.016671, 0.021009, 0.034103, 0.087560, 0.343986",\
|
|
"0.016671, 0.021009, 0.034103, 0.087560, 0.343986");
|
|
}
|
|
|
|
} /* 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.002983 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.015461, 0.019731, 0.032922, 0.086888, 0.347328",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.347328",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.347328",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.347328",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.347328");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237",\
|
|
"1.577001, 1.585082, 1.610955, 1.706149, 2.158237");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474",\
|
|
"0.016675, 0.024844, 0.055460, 0.192767, 0.861474");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546",\
|
|
"1.533266, 1.539437, 1.556601, 1.601764, 1.795546");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.015461, 0.019731, 0.032922, 0.086888, 0.345213",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.345213",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.345213",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.345213",\
|
|
"0.015461, 0.019731, 0.032922, 0.086888, 0.345213");
|
|
}
|
|
|
|
} /* 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.002336 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[33];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.015209, 0.019517, 0.032848, 0.086785, 0.344711",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.344711",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.344711",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.344711",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.344711");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676",\
|
|
"1.551895, 1.560113, 1.585919, 1.680719, 2.138676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939",\
|
|
"0.016593, 0.024744, 0.055222, 0.191585, 0.863939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002",\
|
|
"1.545573, 1.551842, 1.568979, 1.615811, 1.807002");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.015209, 0.019517, 0.032848, 0.086785, 0.342306",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.342306",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.342306",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.342306",\
|
|
"0.015209, 0.019517, 0.032848, 0.086785, 0.342306");
|
|
}
|
|
|
|
} /* 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.002090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[32];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.015082, 0.019437, 0.032755, 0.086648, 0.344593",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.344593",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.344593",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.344593",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.344593");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427",\
|
|
"1.579183, 1.587409, 1.613263, 1.708027, 2.165427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593",\
|
|
"0.016073, 0.024267, 0.054869, 0.191101, 0.862593");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967",\
|
|
"1.542444, 1.548774, 1.565973, 1.612754, 1.803967");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.015082, 0.019437, 0.032755, 0.086648, 0.342239",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.342239",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.342239",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.342239",\
|
|
"0.015082, 0.019437, 0.032755, 0.086648, 0.342239");
|
|
}
|
|
|
|
} /* 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.002593 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.015304, 0.019600, 0.032859, 0.086403, 0.346237",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.346237",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.346237",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.346237",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.346237");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802",\
|
|
"1.611506, 1.619656, 1.645519, 1.740551, 2.192802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395",\
|
|
"0.016464, 0.024638, 0.055224, 0.192113, 0.860395");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027",\
|
|
"1.575009, 1.581245, 1.598413, 1.643577, 1.837027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.015304, 0.019600, 0.032859, 0.086403, 0.344399",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.344399",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.344399",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.344399",\
|
|
"0.015304, 0.019600, 0.032859, 0.086403, 0.344399");
|
|
}
|
|
|
|
} /* 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.002048 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.015065, 0.019423, 0.032744, 0.086634, 0.344592",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.344592",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.344592",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.344592",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.344592");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928",\
|
|
"1.627612, 1.635848, 1.661703, 1.756468, 2.213928");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657",\
|
|
"0.016058, 0.024251, 0.054844, 0.191078, 0.862657");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685",\
|
|
"1.591134, 1.597472, 1.614676, 1.661459, 1.852685");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.015065, 0.019423, 0.032744, 0.086634, 0.342237",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.342237",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.342237",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.342237",\
|
|
"0.015065, 0.019423, 0.032744, 0.086634, 0.342237");
|
|
}
|
|
|
|
} /* 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.003317 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.015635, 0.019840, 0.033057, 0.087040, 0.347410",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.347410",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.347410",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.347410",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.347410");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197",\
|
|
"1.612941, 1.620977, 1.646813, 1.742032, 2.194197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071",\
|
|
"0.017074, 0.025220, 0.055792, 0.193182, 0.862071");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177",\
|
|
"1.584065, 1.590151, 1.607223, 1.652429, 1.846177");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.015635, 0.019840, 0.033057, 0.087040, 0.345267",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.345267",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.345267",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.345267",\
|
|
"0.015635, 0.019840, 0.033057, 0.087040, 0.345267");
|
|
}
|
|
|
|
} /* 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.002815 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.015402, 0.019687, 0.032957, 0.087018, 0.344922",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.344922",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.344922",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.344922",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.344922");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125",\
|
|
"1.606147, 1.614252, 1.640057, 1.734876, 2.192125");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244",\
|
|
"0.016680, 0.024852, 0.055460, 0.191856, 0.863244");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344",\
|
|
"1.563133, 1.569314, 1.586415, 1.633242, 1.824344");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.015402, 0.019687, 0.032957, 0.087018, 0.342446",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.342446",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.342446",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.342446",\
|
|
"0.015402, 0.019687, 0.032957, 0.087018, 0.342446");
|
|
}
|
|
|
|
} /* 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.001716 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.014910, 0.019294, 0.032594, 0.086231, 0.346570",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.346570",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.346570",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.346570",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.346570");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430",\
|
|
"1.630216, 1.638535, 1.664473, 1.759546, 2.212430");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903",\
|
|
"0.015769, 0.023964, 0.054510, 0.191510, 0.860903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192",\
|
|
"1.602425, 1.608857, 1.626166, 1.671347, 1.865192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.014910, 0.019294, 0.032594, 0.086231, 0.344648",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.344648",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.344648",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.344648",\
|
|
"0.014910, 0.019294, 0.032594, 0.086231, 0.344648");
|
|
}
|
|
|
|
} /* 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.003429 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.015685, 0.019874, 0.033078, 0.087249, 0.347931",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.347931",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.347931",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.347931",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.347931");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120",\
|
|
"1.608603, 1.616629, 1.642465, 1.737768, 2.190120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995",\
|
|
"0.017229, 0.025362, 0.055901, 0.193512, 0.862995");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371",\
|
|
"1.573084, 1.579149, 1.596216, 1.641440, 1.835371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.015685, 0.019874, 0.033078, 0.087249, 0.345645",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.345645",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.345645",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.345645",\
|
|
"0.015685, 0.019874, 0.033078, 0.087249, 0.345645");
|
|
}
|
|
|
|
} /* 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.002362 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.015188, 0.019537, 0.032818, 0.086686, 0.344105",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.344105",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.344105",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.344105",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.344105");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753",\
|
|
"1.580056, 1.588224, 1.614063, 1.708801, 2.165753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013",\
|
|
"0.016196, 0.024395, 0.055047, 0.191215, 0.862013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448",\
|
|
"1.538203, 1.544483, 1.561662, 1.608390, 1.799448");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.015188, 0.019537, 0.032818, 0.086686, 0.341805",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.341805",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.341805",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.341805",\
|
|
"0.015188, 0.019537, 0.032818, 0.086686, 0.341805");
|
|
}
|
|
|
|
} /* 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.001753 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024",\
|
|
"1.567748, 1.576026, 1.601875, 1.696433, 2.153024");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227",\
|
|
"0.015751, 0.023969, 0.054608, 0.190323, 0.860227");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841",\
|
|
"1.534925, 1.541326, 1.558548, 1.605114, 1.795841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545",\
|
|
"0.014925, 0.019331, 0.032684, 0.086063, 0.351545");
|
|
}
|
|
|
|
} /* 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.002954 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.015449, 0.019727, 0.032936, 0.086600, 0.346481",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.346481",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.346481",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.346481",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.346481");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732",\
|
|
"1.517765, 1.525849, 1.551697, 1.646760, 2.098732");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488",\
|
|
"0.016693, 0.024864, 0.055480, 0.192466, 0.860488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742",\
|
|
"1.473854, 1.480025, 1.497170, 1.542304, 1.735742");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.015449, 0.019727, 0.032936, 0.086600, 0.344590",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.344590",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.344590",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.344590",\
|
|
"0.015449, 0.019727, 0.032936, 0.086600, 0.344590");
|
|
}
|
|
|
|
} /* 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.002317 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923",\
|
|
"1.632310, 1.640489, 1.666320, 1.761023, 2.217923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775",\
|
|
"0.016207, 0.024404, 0.055040, 0.191125, 0.861775");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810",\
|
|
"1.597820, 1.604101, 1.621259, 1.667972, 1.858810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950",\
|
|
"0.015181, 0.019519, 0.032828, 0.086586, 0.352950");
|
|
}
|
|
|
|
} /* 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.002444 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.015234, 0.019560, 0.032847, 0.086833, 0.344789",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.344789",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.344789",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.344789",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.344789");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144",\
|
|
"1.624096, 1.632258, 1.658094, 1.752892, 2.210144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782",\
|
|
"0.016318, 0.024506, 0.055131, 0.191438, 0.862782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018",\
|
|
"1.585629, 1.591888, 1.609046, 1.655852, 1.847018");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.015234, 0.019560, 0.032847, 0.086833, 0.342359",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.342359",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.342359",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.342359",\
|
|
"0.015234, 0.019560, 0.032847, 0.086833, 0.342359");
|
|
}
|
|
|
|
} /* 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.001259 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274",\
|
|
"1.613529, 1.621945, 1.647757, 1.741939, 2.197274");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420",\
|
|
"0.015421, 0.023674, 0.054317, 0.189106, 0.856420");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599",\
|
|
"1.582784, 1.589315, 1.606533, 1.652728, 1.842599");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676",\
|
|
"0.014679, 0.019173, 0.032615, 0.085019, 0.347676");
|
|
}
|
|
|
|
} /* 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.000664 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "1.627790, 1.636351, 1.662064, 1.754848, 2.207689",\
|
|
"1.627790, 1.636351, 1.662064, 1.754848, 2.207689",\
|
|
"1.627790, 1.636351, 1.662064, 1.754848, 2.207689",\
|
|
"1.627790, 1.636351, 1.662064, 1.754848, 2.207689",\
|
|
"1.627790, 1.636351, 1.662064, 1.754848, 2.207689");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.014975, 0.023288, 0.054005, 0.184279, 0.848047",\
|
|
"0.014975, 0.023288, 0.054005, 0.184279, 0.848047",\
|
|
"0.014975, 0.023288, 0.054005, 0.184279, 0.848047",\
|
|
"0.014975, 0.023288, 0.054005, 0.184279, 0.848047",\
|
|
"0.014975, 0.023288, 0.054005, 0.184279, 0.848047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "1.625806, 1.634365, 1.660080, 1.752863, 2.205671",\
|
|
"1.625806, 1.634365, 1.660080, 1.752863, 2.205671",\
|
|
"1.625806, 1.634365, 1.660080, 1.752863, 2.205671",\
|
|
"1.625806, 1.634365, 1.660080, 1.752863, 2.205671",\
|
|
"1.625806, 1.634365, 1.660080, 1.752863, 2.205671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.014957, 0.023273, 0.053997, 0.184266, 0.847986",\
|
|
"0.014957, 0.023273, 0.053997, 0.184266, 0.847986",\
|
|
"0.014957, 0.023273, 0.053997, 0.184266, 0.847986",\
|
|
"0.014957, 0.023273, 0.053997, 0.184266, 0.847986",\
|
|
"0.014957, 0.023273, 0.053997, 0.184266, 0.847986");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306",\
|
|
"1.609958, 1.616626, 1.633772, 1.678789, 1.869306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988",\
|
|
"0.014367, 0.018995, 0.032601, 0.080880, 0.340988");
|
|
}
|
|
|
|
} /* 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.001108 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387",\
|
|
"1.630498, 1.638921, 1.664629, 1.757486, 2.210387");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848",\
|
|
"0.015243, 0.023539, 0.054297, 0.184483, 0.848848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706",\
|
|
"1.609056, 1.615603, 1.632727, 1.677791, 1.868706");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204",\
|
|
"0.014604, 0.019150, 0.032692, 0.080931, 0.342204");
|
|
}
|
|
|
|
} /* 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.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875",\
|
|
"1.582556, 1.591034, 1.616752, 1.709528, 2.161875");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354",\
|
|
"0.014939, 0.023269, 0.054075, 0.184303, 0.847354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155",\
|
|
"1.539955, 1.546588, 1.563771, 1.608718, 1.799155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018",\
|
|
"0.014481, 0.019079, 0.032606, 0.080936, 0.341018");
|
|
}
|
|
|
|
} /* 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.001254 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732",\
|
|
"1.551246, 1.559611, 1.585322, 1.678174, 2.130732");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375",\
|
|
"0.015226, 0.023532, 0.054350, 0.184505, 0.848375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913",\
|
|
"1.506372, 1.512895, 1.530051, 1.575058, 1.765913");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230",\
|
|
"0.014666, 0.019211, 0.032690, 0.080971, 0.342230");
|
|
}
|
|
|
|
} /* 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.000905 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457",\
|
|
"1.553043, 1.561503, 1.587234, 1.680043, 2.132457");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620",\
|
|
"0.014892, 0.023229, 0.054060, 0.184242, 0.847620");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243",\
|
|
"1.507785, 1.514417, 1.531626, 1.576584, 1.767243");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574",\
|
|
"0.014499, 0.019094, 0.032590, 0.080909, 0.341574");
|
|
}
|
|
|
|
} /* 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.000994 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112",\
|
|
"1.570444, 1.578888, 1.604611, 1.697446, 2.150112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246",\
|
|
"0.015046, 0.023365, 0.054162, 0.184341, 0.848246");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448",\
|
|
"1.526859, 1.533458, 1.550641, 1.595641, 1.786448");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946",\
|
|
"0.014542, 0.019120, 0.032624, 0.080911, 0.341946");
|
|
}
|
|
|
|
} /* 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.000825 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795",\
|
|
"1.611308, 1.619806, 1.645520, 1.738299, 2.190795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584",\
|
|
"0.014972, 0.023295, 0.054072, 0.184316, 0.847584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203",\
|
|
"1.573973, 1.580611, 1.597780, 1.642748, 1.833203");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009",\
|
|
"0.014458, 0.019060, 0.032610, 0.080925, 0.341009");
|
|
}
|
|
|
|
} /* 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.000979 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722",\
|
|
"1.595998, 1.604450, 1.630171, 1.723008, 2.175722");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318",\
|
|
"0.015054, 0.023371, 0.054160, 0.184343, 0.848318");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717",\
|
|
"1.553116, 1.559717, 1.576894, 1.621903, 1.812717");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942",\
|
|
"0.014535, 0.019113, 0.032627, 0.080907, 0.341942");
|
|
}
|
|
|
|
} /* 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.000837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074",\
|
|
"1.584627, 1.593120, 1.618835, 1.711613, 2.164074");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531",\
|
|
"0.014966, 0.023291, 0.054074, 0.184314, 0.847531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944",\
|
|
"1.542721, 1.549360, 1.566539, 1.611495, 1.801944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014",\
|
|
"0.014465, 0.019066, 0.032604, 0.080927, 0.341014");
|
|
}
|
|
|
|
} /* 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.000973 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598",\
|
|
"1.555906, 1.564357, 1.590081, 1.682916, 2.135598");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252",\
|
|
"0.015030, 0.023350, 0.054146, 0.184326, 0.848252");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104",\
|
|
"1.514499, 1.521103, 1.538286, 1.583290, 1.774104");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944",\
|
|
"0.014532, 0.019112, 0.032621, 0.080905, 0.341944");
|
|
}
|
|
|
|
} /* 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.000862 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323",\
|
|
"1.615883, 1.624370, 1.650082, 1.742860, 2.195323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561",\
|
|
"0.014996, 0.023318, 0.054099, 0.184341, 0.847561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182",\
|
|
"1.579979, 1.586605, 1.603768, 1.648736, 1.839182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009",\
|
|
"0.014477, 0.019073, 0.032622, 0.080936, 0.341009");
|
|
}
|
|
|
|
} /* 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.001013 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738",\
|
|
"1.636898, 1.645348, 1.671059, 1.763898, 2.216738");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585",\
|
|
"0.015164, 0.023467, 0.054225, 0.184426, 0.848585");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902",\
|
|
"1.600327, 1.606907, 1.624053, 1.669088, 1.859902");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930",\
|
|
"0.014553, 0.019120, 0.032658, 0.080920, 0.341930");
|
|
}
|
|
|
|
} /* 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.000855 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431",\
|
|
"1.596061, 1.604544, 1.630261, 1.723038, 2.175431");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427",\
|
|
"0.014950, 0.023278, 0.054075, 0.184308, 0.847427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544",\
|
|
"1.554335, 1.560968, 1.578145, 1.623100, 1.813544");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014",\
|
|
"0.014474, 0.019073, 0.032609, 0.080933, 0.341014");
|
|
}
|
|
|
|
} /* 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.000861 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091",\
|
|
"1.595513, 1.604000, 1.629718, 1.722516, 2.175091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823",\
|
|
"0.014984, 0.023307, 0.054088, 0.184311, 0.847823");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222",\
|
|
"1.556857, 1.563486, 1.580657, 1.625641, 1.816222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318",\
|
|
"0.014476, 0.019072, 0.032614, 0.080914, 0.341318");
|
|
}
|
|
|
|
} /* 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.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316",\
|
|
"1.647921, 1.656548, 1.682310, 1.775128, 2.228316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812",\
|
|
"0.015970, 0.024163, 0.054531, 0.184632, 0.848812");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712",\
|
|
"1.668874, 1.675601, 1.692966, 1.738175, 1.928712");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138",\
|
|
"0.015313, 0.019927, 0.033411, 0.081297, 0.341138");
|
|
}
|
|
|
|
} /* 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.000920 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547",\
|
|
"1.652920, 1.661456, 1.687157, 1.780015, 2.233547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740",\
|
|
"0.015550, 0.023796, 0.054360, 0.184593, 0.849740");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531",\
|
|
"1.609889, 1.616484, 1.633610, 1.678680, 1.869531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915",\
|
|
"0.014506, 0.019082, 0.032659, 0.080895, 0.341915");
|
|
}
|
|
|
|
} /* 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.000837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070",\
|
|
"1.666367, 1.674875, 1.700577, 1.793360, 2.246070");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989",\
|
|
"0.015103, 0.023409, 0.054138, 0.184407, 0.847989");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046",\
|
|
"1.652826, 1.659442, 1.676564, 1.721577, 1.912046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990",\
|
|
"0.014461, 0.019055, 0.032651, 0.080932, 0.340990");
|
|
}
|
|
|
|
} /* 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.001037 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960",\
|
|
"1.585245, 1.593682, 1.619397, 1.712234, 2.164960");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403",\
|
|
"0.015130, 0.023439, 0.054219, 0.184409, 0.848403");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201",\
|
|
"1.552645, 1.559220, 1.576368, 1.621397, 1.812201");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933",\
|
|
"0.014565, 0.019130, 0.032661, 0.080927, 0.341933");
|
|
}
|
|
|
|
} /* 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.000837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.793133, 0.802009, 0.827994, 0.920869, 1.342985",\
|
|
"0.793133, 0.802009, 0.827994, 0.920869, 1.342985",\
|
|
"0.793133, 0.802009, 0.827994, 0.920869, 1.342985",\
|
|
"0.781178, 0.790055, 0.816039, 0.908914, 1.342985",\
|
|
"0.718481, 0.727358, 0.753342, 0.846217, 1.299480");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.978485, 0.985246, 1.002667, 1.047900, 1.238457",\
|
|
"1.029959, 1.036720, 1.054141, 1.099374, 1.289931",\
|
|
"1.090516, 1.097277, 1.114698, 1.159931, 1.350488",\
|
|
"1.192780, 1.199541, 1.216963, 1.262195, 1.452752",\
|
|
"1.381979, 1.388740, 1.406161, 1.451394, 1.641951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.761766, 0.770625, 0.796593, 0.889464, 1.342723",\
|
|
"0.761766, 0.770625, 0.796593, 0.889464, 1.342723",\
|
|
"0.761766, 0.770625, 0.796593, 0.889464, 1.342723",\
|
|
"0.761766, 0.770625, 0.796593, 0.889464, 1.342723",\
|
|
"0.718261, 0.727120, 0.753088, 0.845959, 1.299218");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.975401, 0.982132, 0.999492, 1.044695, 1.235239",\
|
|
"1.026875, 1.033606, 1.050966, 1.096169, 1.286714",\
|
|
"1.087480, 1.094211, 1.111571, 1.156774, 1.347319",\
|
|
"1.190615, 1.197347, 1.214707, 1.259910, 1.450454",\
|
|
"1.379814, 1.386546, 1.403906, 1.449109, 1.639653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.848907, 0.855667, 0.873089, 0.918322, 1.077732",\
|
|
"0.848907, 0.855667, 0.873089, 0.918322, 1.077732",\
|
|
"0.848907, 0.855667, 0.873089, 0.918322, 1.077732",\
|
|
"0.836952, 0.843712, 0.861134, 0.906367, 1.077732",\
|
|
"0.774255, 0.781015, 0.798437, 0.843670, 1.034227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168",\
|
|
"0.015439, 0.020065, 0.033523, 0.081347, 0.341168");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.852409, 0.861286, 0.887270, 0.980145, 1.433408",\
|
|
"0.903883, 0.912760, 0.938744, 1.031619, 1.484883",\
|
|
"0.964440, 0.973317, 0.999301, 1.092176, 1.545440",\
|
|
"1.066704, 1.075581, 1.101566, 1.194441, 1.647704",\
|
|
"1.255903, 1.264780, 1.290764, 1.383639, 1.836903");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.815593, 0.822324, 0.839684, 0.884887, 1.075432",\
|
|
"0.815593, 0.822324, 0.839684, 0.884887, 1.075432",\
|
|
"0.815593, 0.822324, 0.839684, 0.884887, 1.075432",\
|
|
"0.815593, 0.822324, 0.839684, 0.884887, 1.075432",\
|
|
"0.772088, 0.778819, 0.796179, 0.841383, 1.031927");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.851272, 0.860131, 0.886099, 0.978970, 1.432229",\
|
|
"0.902746, 0.911605, 0.937573, 1.030444, 1.483703",\
|
|
"0.963351, 0.972210, 0.998178, 1.091049, 1.544308",\
|
|
"1.066486, 1.075345, 1.101314, 1.194184, 1.647443",\
|
|
"1.255685, 1.264544, 1.290513, 1.383383, 1.836642");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "2.295348, 2.304224, 2.330209, 2.423084, 2.876347",\
|
|
"2.295348, 2.304224, 2.330209, 2.423084, 2.876347",\
|
|
"2.295348, 2.304224, 2.330209, 2.423084, 2.876347",\
|
|
"2.295348, 2.304224, 2.330209, 2.423084, 2.876347",\
|
|
"2.295348, 2.304224, 2.330209, 2.423084, 2.876347");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701",\
|
|
"0.017355, 0.025373, 0.055108, 0.184661, 0.848701");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "2.422574, 2.429349, 2.446803, 2.492052, 2.682615",\
|
|
"2.422574, 2.429349, 2.446803, 2.492052, 2.682615",\
|
|
"2.422574, 2.429349, 2.446803, 2.492052, 2.682615",\
|
|
"2.422574, 2.429349, 2.446803, 2.492052, 2.682615",\
|
|
"2.422574, 2.429349, 2.446803, 2.492052, 2.682615");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015529, 0.020159, 0.033600, 0.081385, 0.341186",\
|
|
"0.015529, 0.020159, 0.033600, 0.081385, 0.341186",\
|
|
"0.015529, 0.020159, 0.033600, 0.081385, 0.341186",\
|
|
"0.015529, 0.020159, 0.033600, 0.081385, 0.341186",\
|
|
"0.015529, 0.020159, 0.033600, 0.081385, 0.341186");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.745944, 1.754803, 1.780771, 1.873642, 2.326901",\
|
|
"1.745944, 1.754803, 1.780771, 1.873642, 2.326901",\
|
|
"1.745944, 1.754803, 1.780771, 1.873642, 2.326901",\
|
|
"1.745944, 1.754803, 1.780771, 1.873642, 2.326901",\
|
|
"1.745944, 1.754803, 1.780771, 1.873642, 2.326901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709",\
|
|
"0.017251, 0.025282, 0.055063, 0.184657, 0.848709");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "1.773236, 1.779968, 1.797328, 1.842531, 2.033075",\
|
|
"1.773236, 1.779968, 1.797328, 1.842531, 2.033075",\
|
|
"1.773236, 1.779968, 1.797328, 1.842531, 2.033075",\
|
|
"1.773236, 1.779968, 1.797328, 1.842531, 2.033075",\
|
|
"1.773236, 1.779968, 1.797328, 1.842531, 2.033075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132",\
|
|
"0.015266, 0.019885, 0.033377, 0.081275, 0.341132");
|
|
}
|
|
|
|
} /* 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.000744 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.375271, 0.384078, 0.409982, 0.502852, 0.956275",\
|
|
"0.405741, 0.414549, 0.440452, 0.533322, 0.986745",\
|
|
"0.421523, 0.430330, 0.456234, 0.549104, 0.991665",\
|
|
"0.429386, 0.438193, 0.464096, 0.556967, 0.991665",\
|
|
"0.429386, 0.438193, 0.464096, 0.556967, 0.991665");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016677, 0.024775, 0.054771, 0.184541, 0.849046",\
|
|
"0.016677, 0.024775, 0.054771, 0.184541, 0.849046",\
|
|
"0.016677, 0.024775, 0.054771, 0.184541, 0.849046",\
|
|
"0.016678, 0.024776, 0.054771, 0.184541, 0.849046",\
|
|
"0.016680, 0.024778, 0.054772, 0.184541, 0.849046");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.464101, 0.470768, 0.487948, 0.533074, 0.723740",\
|
|
"0.513037, 0.519704, 0.536883, 0.582010, 0.772676",\
|
|
"0.561426, 0.568093, 0.585273, 0.630400, 0.821066",\
|
|
"0.639314, 0.645981, 0.663163, 0.708291, 0.898956",\
|
|
"0.774679, 0.781347, 0.798531, 0.843660, 1.034326");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014653, 0.019270, 0.032870, 0.080991, 0.341327",\
|
|
"0.014653, 0.019270, 0.032870, 0.080991, 0.341327",\
|
|
"0.014654, 0.019272, 0.032872, 0.080992, 0.341327",\
|
|
"0.014658, 0.019276, 0.032874, 0.080993, 0.341328",\
|
|
"0.014664, 0.019283, 0.032880, 0.080996, 0.341329");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.375260, 0.384066, 0.409969, 0.502839, 0.956262",\
|
|
"0.405730, 0.414536, 0.440439, 0.533309, 0.986732",\
|
|
"0.410643, 0.419449, 0.445352, 0.538222, 0.991645",\
|
|
"0.410643, 0.419449, 0.445352, 0.538222, 0.991645",\
|
|
"0.410643, 0.419449, 0.445352, 0.538222, 0.991645");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016672, 0.024770, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024770, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024771, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024771, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024771, 0.054769, 0.184541, 0.849047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.462744, 0.469392, 0.486533, 0.531641, 0.722299",\
|
|
"0.511680, 0.518328, 0.535469, 0.580577, 0.771235",\
|
|
"0.560039, 0.566687, 0.583828, 0.628936, 0.819594",\
|
|
"0.637883, 0.644531, 0.661672, 0.706780, 0.897438",\
|
|
"0.773160, 0.779808, 0.796948, 0.842056, 1.032714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014544, 0.019158, 0.032778, 0.080946, 0.341304",\
|
|
"0.014544, 0.019158, 0.032778, 0.080946, 0.341304",\
|
|
"0.014543, 0.019157, 0.032778, 0.080945, 0.341304",\
|
|
"0.014543, 0.019157, 0.032777, 0.080945, 0.341304",\
|
|
"0.014543, 0.019156, 0.032777, 0.080945, 0.341304");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.469124, 0.475790, 0.492970, 0.538097, 0.728762",\
|
|
"0.499594, 0.506260, 0.523440, 0.568567, 0.759232",\
|
|
"0.515150, 0.521816, 0.538997, 0.584124, 0.762171",\
|
|
"0.522527, 0.529194, 0.546376, 0.591504, 0.762171",\
|
|
"0.522527, 0.529194, 0.546376, 0.591504, 0.762171");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014653, 0.019270, 0.032870, 0.080991, 0.341327",\
|
|
"0.014653, 0.019270, 0.032870, 0.080991, 0.341327",\
|
|
"0.014654, 0.019272, 0.032872, 0.080992, 0.341327",\
|
|
"0.014658, 0.019276, 0.032874, 0.080993, 0.341328",\
|
|
"0.014664, 0.019283, 0.032880, 0.080996, 0.341329");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.388791, 0.397598, 0.423501, 0.516371, 0.969795",\
|
|
"0.437727, 0.446534, 0.472437, 0.565307, 1.018730",\
|
|
"0.486245, 0.495052, 0.520956, 0.613826, 1.067249",\
|
|
"0.564361, 0.573169, 0.599072, 0.691942, 1.145365",\
|
|
"0.700183, 0.708990, 0.734894, 0.827765, 1.281188");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016677, 0.024775, 0.054771, 0.184541, 0.849046",\
|
|
"0.016677, 0.024775, 0.054771, 0.184541, 0.849046",\
|
|
"0.016677, 0.024775, 0.054771, 0.184541, 0.849046",\
|
|
"0.016678, 0.024776, 0.054771, 0.184541, 0.849046",\
|
|
"0.016680, 0.024778, 0.054772, 0.184541, 0.849046");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.467766, 0.474414, 0.491555, 0.536664, 0.727321",\
|
|
"0.498236, 0.504885, 0.522025, 0.567134, 0.757791",\
|
|
"0.501005, 0.507653, 0.524793, 0.569901, 0.760558",\
|
|
"0.501005, 0.507653, 0.524793, 0.569901, 0.760558",\
|
|
"0.501005, 0.507653, 0.524793, 0.569901, 0.760558");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014544, 0.019158, 0.032778, 0.080946, 0.341304",\
|
|
"0.014544, 0.019158, 0.032778, 0.080946, 0.341304",\
|
|
"0.014543, 0.019157, 0.032778, 0.080945, 0.341304",\
|
|
"0.014543, 0.019157, 0.032777, 0.080945, 0.341304",\
|
|
"0.014543, 0.019156, 0.032777, 0.080945, 0.341304");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.388780, 0.397586, 0.423488, 0.516358, 0.969781",\
|
|
"0.437716, 0.446522, 0.472424, 0.565294, 1.018717",\
|
|
"0.486234, 0.495040, 0.520942, 0.613813, 1.067235",\
|
|
"0.564348, 0.573155, 0.599057, 0.691927, 1.145350",\
|
|
"0.700166, 0.708972, 0.734874, 0.827744, 1.281167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016672, 0.024770, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024770, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024771, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024771, 0.054769, 0.184541, 0.849047",\
|
|
"0.016672, 0.024771, 0.054769, 0.184541, 0.849047");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.385202, 0.394011, 0.419915, 0.512786, 0.948415",\
|
|
"0.385202, 0.394011, 0.419915, 0.512786, 0.948415",\
|
|
"0.383446, 0.392254, 0.418159, 0.511030, 0.948415",\
|
|
"0.363914, 0.372723, 0.398628, 0.491499, 0.944922",\
|
|
"0.296649, 0.305458, 0.331363, 0.424234, 0.877657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016687, 0.024783, 0.054775, 0.184541, 0.849045",\
|
|
"0.016687, 0.024783, 0.054775, 0.184541, 0.849045",\
|
|
"0.016687, 0.024783, 0.054775, 0.184541, 0.849045",\
|
|
"0.016687, 0.024784, 0.054775, 0.184541, 0.849045",\
|
|
"0.016689, 0.024785, 0.054776, 0.184542, 0.849045");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.398136, 0.404812, 0.422014, 0.467151, 0.657821",\
|
|
"0.443711, 0.450388, 0.467589, 0.512726, 0.703396",\
|
|
"0.486071, 0.492747, 0.509949, 0.555086, 0.745756",\
|
|
"0.560033, 0.566710, 0.583911, 0.629049, 0.819718",\
|
|
"0.704365, 0.711041, 0.728243, 0.773380, 0.964049");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014714, 0.019334, 0.032922, 0.081017, 0.341339",\
|
|
"0.014714, 0.019334, 0.032922, 0.081017, 0.341339",\
|
|
"0.014714, 0.019334, 0.032922, 0.081017, 0.341339",\
|
|
"0.014713, 0.019334, 0.032921, 0.081017, 0.341339",\
|
|
"0.014713, 0.019333, 0.032921, 0.081017, 0.341339");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.367408, 0.376217, 0.402121, 0.494992, 0.948415",\
|
|
"0.367408, 0.376217, 0.402121, 0.494992, 0.948415",\
|
|
"0.367408, 0.376217, 0.402121, 0.494992, 0.948415",\
|
|
"0.363914, 0.372723, 0.398628, 0.491499, 0.944922",\
|
|
"0.296649, 0.305458, 0.331363, 0.424234, 0.877657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016687, 0.024783, 0.054775, 0.184541, 0.849045",\
|
|
"0.016687, 0.024783, 0.054775, 0.184541, 0.849045",\
|
|
"0.016687, 0.024783, 0.054775, 0.184541, 0.849045",\
|
|
"0.016687, 0.024784, 0.054775, 0.184541, 0.849045",\
|
|
"0.016689, 0.024785, 0.054776, 0.184542, 0.849045");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.398136, 0.404812, 0.422014, 0.467151, 0.657821",\
|
|
"0.443711, 0.450388, 0.467589, 0.512726, 0.703396",\
|
|
"0.486071, 0.492747, 0.509949, 0.555086, 0.745756",\
|
|
"0.560033, 0.566710, 0.583911, 0.629049, 0.819718",\
|
|
"0.704365, 0.711041, 0.728243, 0.773380, 0.964049");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014714, 0.019334, 0.032922, 0.081017, 0.341339",\
|
|
"0.014714, 0.019334, 0.032922, 0.081017, 0.341339",\
|
|
"0.014714, 0.019334, 0.032922, 0.081017, 0.341339",\
|
|
"0.014713, 0.019334, 0.032921, 0.081017, 0.341339",\
|
|
"0.014713, 0.019333, 0.032921, 0.081017, 0.341339");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215",\
|
|
"1.751211, 1.760018, 1.785922, 1.878792, 2.332215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046",\
|
|
"0.016679, 0.024777, 0.054772, 0.184541, 0.849046");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900",\
|
|
"1.791110, 1.797810, 1.815060, 1.860221, 2.050900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367",\
|
|
"0.014850, 0.019475, 0.033037, 0.081074, 0.341367");
|
|
}
|
|
|
|
} /* 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.002641 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.447116, 0.455379, 0.481354, 0.576810, 0.998980",\
|
|
"0.447116, 0.455379, 0.481354, 0.576810, 0.998980",\
|
|
"0.447116, 0.455379, 0.481354, 0.576810, 0.998980",\
|
|
"0.435098, 0.443361, 0.469336, 0.564792, 0.998980",\
|
|
"0.373881, 0.382144, 0.408120, 0.503576, 0.957065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017375, 0.025424, 0.055590, 0.193288, 0.864789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.482556, 0.488776, 0.505934, 0.551258, 0.745731",\
|
|
"0.534841, 0.541061, 0.558219, 0.603543, 0.798016",\
|
|
"0.595904, 0.602123, 0.619282, 0.664606, 0.859079",\
|
|
"0.700584, 0.706804, 0.723962, 0.769286, 0.963759",\
|
|
"0.887189, 0.893409, 0.910567, 0.955891, 1.150364");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032871, 0.087232, 0.348673");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.414976, 0.423235, 0.449206, 0.544660, 0.998149",\
|
|
"0.414976, 0.423235, 0.449206, 0.544660, 0.998149",\
|
|
"0.414976, 0.423235, 0.449206, 0.544660, 0.998149",\
|
|
"0.414976, 0.423235, 0.449206, 0.544660, 0.998149",\
|
|
"0.373099, 0.381358, 0.407329, 0.502784, 0.956272");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.476347, 0.482570, 0.499738, 0.545053, 0.739521",\
|
|
"0.528632, 0.534855, 0.552023, 0.597337, 0.791806",\
|
|
"0.589982, 0.596205, 0.613373, 0.658687, 0.853156",\
|
|
"0.695161, 0.701384, 0.718553, 0.763867, 0.958336",\
|
|
"0.882224, 0.888447, 0.905616, 0.950930, 1.145399");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.533446, 0.539666, 0.556825, 0.602148, 0.765433",\
|
|
"0.533446, 0.539666, 0.556825, 0.602148, 0.765433",\
|
|
"0.533446, 0.539666, 0.556825, 0.602148, 0.765433",\
|
|
"0.521284, 0.527504, 0.544662, 0.589986, 0.765433",\
|
|
"0.459030, 0.465249, 0.482407, 0.527732, 0.722205");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032871, 0.087232, 0.348673");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.406203, 0.414465, 0.440441, 0.535896, 0.989386",\
|
|
"0.458488, 0.466750, 0.492725, 0.588181, 1.041671",\
|
|
"0.519724, 0.527987, 0.553962, 0.649418, 1.102907",\
|
|
"0.624797, 0.633060, 0.659035, 0.754491, 1.207981",\
|
|
"0.811163, 0.819426, 0.845401, 0.940857, 1.394347");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017372, 0.025422, 0.055589, 0.193288, 0.864789",\
|
|
"0.017375, 0.025424, 0.055590, 0.193288, 0.864789");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.500819, 0.507042, 0.524211, 0.569525, 0.763994",\
|
|
"0.500819, 0.507042, 0.524211, 0.569525, 0.763994",\
|
|
"0.500819, 0.507042, 0.524211, 0.569525, 0.763994",\
|
|
"0.500819, 0.507042, 0.524211, 0.569525, 0.763994",\
|
|
"0.457479, 0.463702, 0.480871, 0.526185, 0.720654");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160",\
|
|
"0.015360, 0.019591, 0.032861, 0.087230, 0.346160");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.400926, 0.409185, 0.435156, 0.530611, 0.984099",\
|
|
"0.453211, 0.461470, 0.487441, 0.582895, 1.036384",\
|
|
"0.514791, 0.523050, 0.549022, 0.644476, 1.097965",\
|
|
"0.620474, 0.628733, 0.654705, 0.750159, 1.203648",\
|
|
"0.808248, 0.816507, 0.842478, 0.937933, 1.391421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792",\
|
|
"0.017344, 0.025398, 0.055577, 0.193287, 0.864792");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.405146, 0.413410, 0.439386, 0.534842, 0.970051",\
|
|
"0.405146, 0.413410, 0.439386, 0.534842, 0.970051",\
|
|
"0.403125, 0.411388, 0.437364, 0.532820, 0.970051",\
|
|
"0.383582, 0.391845, 0.417822, 0.513278, 0.966768",\
|
|
"0.316003, 0.324267, 0.350243, 0.445699, 0.899189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017378, 0.025427, 0.055591, 0.193289, 0.864789",\
|
|
"0.017378, 0.025427, 0.055591, 0.193289, 0.864789",\
|
|
"0.017378, 0.025427, 0.055591, 0.193289, 0.864789",\
|
|
"0.017378, 0.025427, 0.055592, 0.193289, 0.864789",\
|
|
"0.017380, 0.025429, 0.055592, 0.193289, 0.864789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.401224, 0.407444, 0.424602, 0.469926, 0.664399",\
|
|
"0.446967, 0.453187, 0.470345, 0.515669, 0.710142",\
|
|
"0.489408, 0.495628, 0.512787, 0.558111, 0.752583",\
|
|
"0.563091, 0.569310, 0.586469, 0.631793, 0.826266",\
|
|
"0.708202, 0.714421, 0.731580, 0.776904, 0.971377");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.348673");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.386866, 0.395129, 0.421105, 0.516561, 0.970051",\
|
|
"0.386866, 0.395129, 0.421105, 0.516561, 0.970051",\
|
|
"0.386866, 0.395129, 0.421105, 0.516561, 0.970051",\
|
|
"0.383582, 0.391845, 0.417822, 0.513278, 0.966768",\
|
|
"0.316003, 0.324267, 0.350243, 0.445699, 0.899189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017378, 0.025427, 0.055591, 0.193289, 0.864789",\
|
|
"0.017378, 0.025427, 0.055591, 0.193289, 0.864789",\
|
|
"0.017378, 0.025427, 0.055591, 0.193289, 0.864789",\
|
|
"0.017378, 0.025427, 0.055592, 0.193289, 0.864789",\
|
|
"0.017380, 0.025429, 0.055592, 0.193289, 0.864789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.401224, 0.407444, 0.424602, 0.469926, 0.664399",\
|
|
"0.446967, 0.453187, 0.470345, 0.515669, 0.710142",\
|
|
"0.489408, 0.495628, 0.512787, 0.558111, 0.752583",\
|
|
"0.563091, 0.569310, 0.586469, 0.631793, 0.826266",\
|
|
"0.708202, 0.714421, 0.731580, 0.776904, 0.971377");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015366, 0.019590, 0.032870, 0.087232, 0.346155",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.346155",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.346155",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.346155",\
|
|
"0.015366, 0.019590, 0.032870, 0.087232, 0.346155");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015372, 0.019588, 0.032879, 0.087233, 0.348668",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.348668",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.348668",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.348668",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.348668");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216",\
|
|
"1.468041, 1.476301, 1.502273, 1.597728, 2.051216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791",\
|
|
"0.017350, 0.025403, 0.055579, 0.193288, 0.864791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781",\
|
|
"1.566605, 1.572822, 1.589970, 1.635303, 1.829781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.015372, 0.019588, 0.032879, 0.087233, 0.346150",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.346150",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.346150",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.346150",\
|
|
"0.015372, 0.019588, 0.032879, 0.087233, 0.346150");
|
|
}
|
|
|
|
} /* 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.001914 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.524521, 0.533258, 0.559570, 0.654354, 1.080669",\
|
|
"0.524521, 0.533258, 0.559570, 0.654354, 1.080669",\
|
|
"0.524521, 0.533258, 0.559570, 0.654354, 1.080669",\
|
|
"0.512788, 0.521524, 0.547837, 0.642621, 1.080669",\
|
|
"0.451742, 0.460479, 0.486792, 0.581576, 1.039241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019529, 0.027266, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027266, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027266, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056305, 0.191009, 0.862063",\
|
|
"0.019530, 0.027268, 0.056306, 0.191009, 0.862063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.513716, 0.520223, 0.537705, 0.584619, 0.775540",\
|
|
"0.566000, 0.572507, 0.589989, 0.636904, 0.827825",\
|
|
"0.627169, 0.633676, 0.651158, 0.698072, 0.888994",\
|
|
"0.732089, 0.738596, 0.756078, 0.802992, 0.993914",\
|
|
"0.919061, 0.925568, 0.943050, 0.989964, 1.180885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016090, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016090, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016091, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016091, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016091, 0.020438, 0.033667, 0.086732, 0.352453");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.492233, 0.500969, 0.527281, 0.622064, 1.079729",\
|
|
"0.492233, 0.500969, 0.527281, 0.622064, 1.079729",\
|
|
"0.492233, 0.500969, 0.527281, 0.622064, 1.079729",\
|
|
"0.492233, 0.500969, 0.527281, 0.622064, 1.079729",\
|
|
"0.450862, 0.459598, 0.485911, 0.580694, 1.038359");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019524, 0.027262, 0.056303, 0.191008, 0.862063",\
|
|
"0.019524, 0.027262, 0.056303, 0.191008, 0.862063",\
|
|
"0.019524, 0.027262, 0.056303, 0.191008, 0.862063",\
|
|
"0.019525, 0.027263, 0.056304, 0.191008, 0.862063",\
|
|
"0.019527, 0.027264, 0.056304, 0.191009, 0.862063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.507927, 0.514424, 0.531884, 0.578788, 0.769705",\
|
|
"0.560212, 0.566708, 0.584169, 0.631073, 0.821990",\
|
|
"0.621716, 0.628213, 0.645673, 0.692577, 0.883494",\
|
|
"0.727230, 0.733727, 0.751188, 0.798092, 0.989010",\
|
|
"0.914769, 0.921266, 0.938728, 0.985632, 1.176549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016030, 0.020375, 0.033615, 0.086707, 0.352440",\
|
|
"0.016030, 0.020375, 0.033615, 0.086707, 0.352440",\
|
|
"0.016030, 0.020375, 0.033615, 0.086707, 0.352440",\
|
|
"0.016030, 0.020376, 0.033616, 0.086707, 0.352440",\
|
|
"0.016031, 0.020377, 0.033616, 0.086707, 0.352440");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.612130, 0.618637, 0.636119, 0.683033, 0.842737",\
|
|
"0.612130, 0.618637, 0.636119, 0.683033, 0.842737",\
|
|
"0.612130, 0.618637, 0.636119, 0.683033, 0.842737",\
|
|
"0.600231, 0.606738, 0.624220, 0.671135, 0.842737",\
|
|
"0.538256, 0.544763, 0.562245, 0.609160, 0.800081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016090, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016090, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016091, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016091, 0.020438, 0.033667, 0.086732, 0.352453",\
|
|
"0.016091, 0.020438, 0.033667, 0.086732, 0.352453");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.494072, 0.502809, 0.529121, 0.623905, 1.081570",\
|
|
"0.546357, 0.555093, 0.581406, 0.676190, 1.133855",\
|
|
"0.607715, 0.616451, 0.642764, 0.737548, 1.195213",\
|
|
"0.713063, 0.721799, 0.748112, 0.842896, 1.300561",\
|
|
"0.899825, 0.908562, 0.934875, 1.029659, 1.487324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019529, 0.027266, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027266, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027266, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056305, 0.191009, 0.862063",\
|
|
"0.019530, 0.027268, 0.056306, 0.191009, 0.862063");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.579971, 0.586468, 0.603928, 0.650832, 0.841749",\
|
|
"0.579971, 0.586468, 0.603928, 0.650832, 0.841749",\
|
|
"0.579971, 0.586468, 0.603928, 0.650832, 0.841749",\
|
|
"0.579971, 0.586468, 0.603928, 0.650832, 0.841749",\
|
|
"0.537345, 0.543842, 0.561304, 0.608208, 0.799125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016030, 0.020375, 0.033615, 0.086707, 0.352440",\
|
|
"0.016030, 0.020375, 0.033615, 0.086707, 0.352440",\
|
|
"0.016030, 0.020375, 0.033615, 0.086707, 0.352440",\
|
|
"0.016030, 0.020376, 0.033616, 0.086707, 0.352440",\
|
|
"0.016031, 0.020377, 0.033616, 0.086707, 0.352440");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.488493, 0.497229, 0.523541, 0.618325, 1.075989",\
|
|
"0.540778, 0.549514, 0.575826, 0.670610, 1.128274",\
|
|
"0.602504, 0.611240, 0.637552, 0.732336, 1.190001",\
|
|
"0.708505, 0.717241, 0.743554, 0.838337, 1.296002",\
|
|
"0.896723, 0.905459, 0.931771, 1.026555, 1.484220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019524, 0.027262, 0.056303, 0.191008, 0.862063",\
|
|
"0.019524, 0.027262, 0.056303, 0.191008, 0.862063",\
|
|
"0.019524, 0.027262, 0.056303, 0.191008, 0.862063",\
|
|
"0.019525, 0.027263, 0.056304, 0.191008, 0.862063",\
|
|
"0.019527, 0.027264, 0.056304, 0.191009, 0.862063");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.501831, 0.510568, 0.536881, 0.631665, 1.055083",\
|
|
"0.501831, 0.510568, 0.536881, 0.631665, 1.055083",\
|
|
"0.501831, 0.510568, 0.536881, 0.631665, 1.055083",\
|
|
"0.495755, 0.504492, 0.530805, 0.625589, 1.055083",\
|
|
"0.447643, 0.456380, 0.482693, 0.577477, 1.035142");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019529, 0.027267, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056306, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056306, 0.191009, 0.862063",\
|
|
"0.019530, 0.027267, 0.056306, 0.191009, 0.862063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.487864, 0.494401, 0.511945, 0.558891, 0.749824",\
|
|
"0.534537, 0.541074, 0.558618, 0.605563, 0.796496",\
|
|
"0.588178, 0.594715, 0.612259, 0.659204, 0.850138",\
|
|
"0.675898, 0.682435, 0.699979, 0.746924, 0.937857",\
|
|
"0.831665, 0.838202, 0.855745, 0.902690, 1.093623");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016268, 0.020623, 0.033817, 0.086806, 0.352490",\
|
|
"0.016268, 0.020623, 0.033817, 0.086806, 0.352490",\
|
|
"0.016268, 0.020622, 0.033817, 0.086806, 0.352490",\
|
|
"0.016267, 0.020622, 0.033816, 0.086806, 0.352489",\
|
|
"0.016266, 0.020621, 0.033816, 0.086805, 0.352489");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.467585, 0.476321, 0.502634, 0.597418, 1.055083",\
|
|
"0.467585, 0.476321, 0.502634, 0.597418, 1.055083",\
|
|
"0.467585, 0.476321, 0.502634, 0.597418, 1.055083",\
|
|
"0.467585, 0.476321, 0.502634, 0.597418, 1.055083",\
|
|
"0.447643, 0.456380, 0.482693, 0.577477, 1.035142");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019529, 0.027267, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056305, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056306, 0.191009, 0.862063",\
|
|
"0.019529, 0.027267, 0.056306, 0.191009, 0.862063",\
|
|
"0.019530, 0.027267, 0.056306, 0.191009, 0.862063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.487864, 0.494401, 0.511945, 0.558891, 0.749824",\
|
|
"0.534537, 0.541074, 0.558618, 0.605563, 0.796496",\
|
|
"0.588178, 0.594715, 0.612259, 0.659204, 0.850138",\
|
|
"0.675898, 0.682435, 0.699979, 0.746924, 0.937857",\
|
|
"0.831665, 0.838202, 0.855745, 0.902690, 1.093623");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016268, 0.020623, 0.033817, 0.086806, 0.352490",\
|
|
"0.016268, 0.020623, 0.033817, 0.086806, 0.352490",\
|
|
"0.016268, 0.020622, 0.033817, 0.086806, 0.352490",\
|
|
"0.016267, 0.020622, 0.033816, 0.086806, 0.352489",\
|
|
"0.016266, 0.020621, 0.033816, 0.086805, 0.352489");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913",\
|
|
"1.537415, 1.546152, 1.572464, 1.667248, 2.124913");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063",\
|
|
"0.019526, 0.027264, 0.056304, 0.191009, 0.862063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741",\
|
|
"1.611790, 1.618325, 1.635865, 1.682808, 1.873741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487",\
|
|
"0.016257, 0.020611, 0.033807, 0.086801, 0.352487");
|
|
}
|
|
|
|
} /* 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.002977 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.458983, 0.467507, 0.493820, 0.589221, 1.042344",\
|
|
"0.493905, 0.502429, 0.528742, 0.624143, 1.077267",\
|
|
"0.521462, 0.529986, 0.556299, 0.651700, 1.104823",\
|
|
"0.545796, 0.554320, 0.580633, 0.676034, 1.129157",\
|
|
"0.546583, 0.555108, 0.581420, 0.676822, 1.129945");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020246, 0.027950, 0.057013, 0.193282, 0.863164");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.557541, 0.563967, 0.581648, 0.629334, 0.821349",\
|
|
"0.608132, 0.614558, 0.632239, 0.679925, 0.871940",\
|
|
"0.669395, 0.675821, 0.693502, 0.741189, 0.933204",\
|
|
"0.769134, 0.775560, 0.793242, 0.840928, 1.032943",\
|
|
"0.932752, 0.939178, 0.956861, 1.004547, 1.196563");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.017352, 0.021587, 0.034542, 0.088834, 0.347991",\
|
|
"0.017352, 0.021587, 0.034542, 0.088834, 0.347991",\
|
|
"0.017352, 0.021588, 0.034543, 0.088834, 0.347991",\
|
|
"0.017353, 0.021589, 0.034544, 0.088834, 0.347991",\
|
|
"0.017355, 0.021590, 0.034545, 0.088835, 0.347991");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.458344, 0.466832, 0.493101, 0.588490, 1.041603",\
|
|
"0.493267, 0.501754, 0.528023, 0.623412, 1.076525",\
|
|
"0.520824, 0.529312, 0.555581, 0.650970, 1.104083",\
|
|
"0.545160, 0.553647, 0.579916, 0.675306, 1.128418",\
|
|
"0.545946, 0.554434, 0.580703, 0.676092, 1.129205");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.019956, 0.027699, 0.056888, 0.193272, 0.863187",\
|
|
"0.019956, 0.027699, 0.056888, 0.193272, 0.863187",\
|
|
"0.019956, 0.027699, 0.056888, 0.193272, 0.863187",\
|
|
"0.019957, 0.027699, 0.056889, 0.193272, 0.863187",\
|
|
"0.019958, 0.027700, 0.056889, 0.193272, 0.863187");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.551287, 0.557634, 0.575146, 0.622747, 0.814724",\
|
|
"0.601878, 0.608225, 0.625737, 0.673338, 0.865314",\
|
|
"0.663131, 0.669477, 0.686989, 0.734590, 0.926566",\
|
|
"0.762839, 0.769186, 0.786697, 0.834298, 1.026274",\
|
|
"0.926427, 0.932774, 0.950285, 0.997885, 1.189862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.016852, 0.021075, 0.034124, 0.088628, 0.345672",\
|
|
"0.016852, 0.021075, 0.034124, 0.088628, 0.345672",\
|
|
"0.016851, 0.021074, 0.034123, 0.088628, 0.345671",\
|
|
"0.016850, 0.021073, 0.034122, 0.088628, 0.345671",\
|
|
"0.016850, 0.021072, 0.034122, 0.088627, 0.345671");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.587764, 0.594190, 0.611871, 0.659558, 0.851572",\
|
|
"0.622687, 0.629112, 0.646793, 0.694480, 0.886495",\
|
|
"0.649989, 0.656415, 0.674096, 0.721782, 0.913797",\
|
|
"0.673618, 0.680044, 0.697726, 0.745412, 0.936413",\
|
|
"0.673618, 0.680044, 0.697726, 0.745412, 0.936413");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.017352, 0.021587, 0.034542, 0.088834, 0.347991",\
|
|
"0.017352, 0.021587, 0.034542, 0.088834, 0.347991",\
|
|
"0.017352, 0.021588, 0.034543, 0.088834, 0.347991",\
|
|
"0.017353, 0.021589, 0.034544, 0.088834, 0.347991",\
|
|
"0.017355, 0.021590, 0.034545, 0.088835, 0.347991");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.501983, 0.510507, 0.536820, 0.632221, 1.085344",\
|
|
"0.552574, 0.561098, 0.587410, 0.682812, 1.135935",\
|
|
"0.614045, 0.622569, 0.648881, 0.744283, 1.197406",\
|
|
"0.714356, 0.722880, 0.749193, 0.844594, 1.297718",\
|
|
"0.879015, 0.887539, 0.913852, 1.009253, 1.462377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020244, 0.027949, 0.057013, 0.193282, 0.863164",\
|
|
"0.020246, 0.027950, 0.057013, 0.193282, 0.863164");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.581511, 0.587857, 0.605369, 0.652970, 0.844947",\
|
|
"0.616433, 0.622779, 0.640292, 0.687892, 0.879869",\
|
|
"0.643725, 0.650071, 0.667583, 0.715184, 0.907160",\
|
|
"0.666278, 0.672624, 0.690135, 0.737736, 0.929712",\
|
|
"0.666278, 0.672624, 0.690135, 0.737736, 0.929712");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.016852, 0.021075, 0.034124, 0.088628, 0.345672",\
|
|
"0.016852, 0.021075, 0.034124, 0.088628, 0.345672",\
|
|
"0.016851, 0.021074, 0.034123, 0.088628, 0.345671",\
|
|
"0.016850, 0.021073, 0.034122, 0.088628, 0.345671",\
|
|
"0.016850, 0.021072, 0.034122, 0.088627, 0.345671");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.501344, 0.509832, 0.536101, 0.631490, 1.084603",\
|
|
"0.551935, 0.560423, 0.586692, 0.682081, 1.135194",\
|
|
"0.613407, 0.621895, 0.648164, 0.743553, 1.196666",\
|
|
"0.713720, 0.722208, 0.748477, 0.843866, 1.296979",\
|
|
"0.878378, 0.886865, 0.913135, 1.008524, 1.461637");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.019956, 0.027699, 0.056888, 0.193272, 0.863187",\
|
|
"0.019956, 0.027699, 0.056888, 0.193272, 0.863187",\
|
|
"0.019956, 0.027699, 0.056888, 0.193272, 0.863187",\
|
|
"0.019957, 0.027699, 0.056889, 0.193272, 0.863187",\
|
|
"0.019958, 0.027700, 0.056889, 0.193272, 0.863187");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.484200, 0.492725, 0.519039, 0.614440, 1.033570",\
|
|
"0.484200, 0.492725, 0.519039, 0.614440, 1.033570",\
|
|
"0.484200, 0.492725, 0.519039, 0.614440, 1.033570",\
|
|
"0.478588, 0.487114, 0.513427, 0.608829, 1.033570",\
|
|
"0.431266, 0.439791, 0.466105, 0.561507, 1.014631");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.020252, 0.027956, 0.057016, 0.193282, 0.863163",\
|
|
"0.020252, 0.027956, 0.057016, 0.193282, 0.863163",\
|
|
"0.020252, 0.027956, 0.057016, 0.193282, 0.863163",\
|
|
"0.020253, 0.027956, 0.057016, 0.193282, 0.863163",\
|
|
"0.020254, 0.027958, 0.057017, 0.193282, 0.863163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.510875, 0.517314, 0.535023, 0.582724, 0.774745",\
|
|
"0.557537, 0.563976, 0.581685, 0.629386, 0.821407",\
|
|
"0.611046, 0.617484, 0.635194, 0.682895, 0.874916",\
|
|
"0.698242, 0.704680, 0.722390, 0.770091, 0.962112",\
|
|
"0.852161, 0.858600, 0.876309, 0.924010, 1.116031");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.017435, 0.021673, 0.034612, 0.088868, 0.348009",\
|
|
"0.017435, 0.021673, 0.034612, 0.088868, 0.348009",\
|
|
"0.017435, 0.021673, 0.034612, 0.088868, 0.348009",\
|
|
"0.017435, 0.021673, 0.034612, 0.088868, 0.348009",\
|
|
"0.017434, 0.021672, 0.034612, 0.088868, 0.348009");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.449576, 0.458065, 0.484335, 0.579725, 1.032838",\
|
|
"0.449576, 0.458065, 0.484335, 0.579725, 1.032838",\
|
|
"0.449576, 0.458065, 0.484335, 0.579725, 1.032838",\
|
|
"0.449576, 0.458065, 0.484335, 0.579725, 1.032838",\
|
|
"0.430636, 0.439125, 0.465396, 0.560786, 1.013899");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.019967, 0.027708, 0.056893, 0.193272, 0.863186",\
|
|
"0.019967, 0.027708, 0.056893, 0.193272, 0.863186",\
|
|
"0.019967, 0.027709, 0.056893, 0.193272, 0.863186",\
|
|
"0.019968, 0.027709, 0.056894, 0.193272, 0.863186",\
|
|
"0.019969, 0.027710, 0.056894, 0.193273, 0.863186");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.505013, 0.511378, 0.528929, 0.576549, 0.768534",\
|
|
"0.551675, 0.558040, 0.575591, 0.623211, 0.815197",\
|
|
"0.605184, 0.611548, 0.629099, 0.676719, 0.868705",\
|
|
"0.692380, 0.698744, 0.716295, 0.763915, 0.955900",\
|
|
"0.846298, 0.852663, 0.870214, 0.917834, 1.109819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.016966, 0.021192, 0.034220, 0.088675, 0.345697",\
|
|
"0.016966, 0.021192, 0.034220, 0.088675, 0.345697",\
|
|
"0.016966, 0.021192, 0.034219, 0.088675, 0.345697",\
|
|
"0.016966, 0.021192, 0.034219, 0.088675, 0.345697",\
|
|
"0.016966, 0.021191, 0.034219, 0.088675, 0.345697");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.612822, 1.621346, 1.647658, 1.743059, 2.196182",\
|
|
"1.612822, 1.621346, 1.647658, 1.743059, 2.196182",\
|
|
"1.612822, 1.621346, 1.647658, 1.743059, 2.196182",\
|
|
"1.612822, 1.621346, 1.647658, 1.743059, 2.196182",\
|
|
"1.612822, 1.621346, 1.647658, 1.743059, 2.196182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.020241, 0.027946, 0.057011, 0.193282, 0.863164",\
|
|
"0.020241, 0.027946, 0.057011, 0.193282, 0.863164",\
|
|
"0.020241, 0.027946, 0.057011, 0.193282, 0.863164",\
|
|
"0.020241, 0.027946, 0.057011, 0.193282, 0.863164",\
|
|
"0.020241, 0.027946, 0.057011, 0.193282, 0.863164");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.710495, 1.716939, 1.734660, 1.782367, 1.974390",\
|
|
"1.710495, 1.716939, 1.734660, 1.782367, 1.974390",\
|
|
"1.710495, 1.716939, 1.734660, 1.782367, 1.974390",\
|
|
"1.710495, 1.716939, 1.734660, 1.782367, 1.974390",\
|
|
"1.710495, 1.716939, 1.734660, 1.782367, 1.974390");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.017470, 0.021708, 0.034641, 0.088882, 0.348016",\
|
|
"0.017470, 0.021708, 0.034641, 0.088882, 0.348016",\
|
|
"0.017470, 0.021708, 0.034641, 0.088882, 0.348016",\
|
|
"0.017470, 0.021708, 0.034641, 0.088882, 0.348016",\
|
|
"0.017470, 0.021708, 0.034641, 0.088882, 0.348016");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.612190, 1.620678, 1.646947, 1.742336, 2.195449",\
|
|
"1.612190, 1.620678, 1.646947, 1.742336, 2.195449",\
|
|
"1.612190, 1.620678, 1.646947, 1.742336, 2.195449",\
|
|
"1.612190, 1.620678, 1.646947, 1.742336, 2.195449",\
|
|
"1.612190, 1.620678, 1.646947, 1.742336, 2.195449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.019955, 0.027698, 0.056888, 0.193272, 0.863187",\
|
|
"0.019955, 0.027698, 0.056888, 0.193272, 0.863187",\
|
|
"0.019955, 0.027698, 0.056888, 0.193272, 0.863187",\
|
|
"0.019955, 0.027698, 0.056888, 0.193272, 0.863187",\
|
|
"0.019955, 0.027698, 0.056888, 0.193272, 0.863187");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.704689, 1.711059, 1.728624, 1.776250, 1.968239",\
|
|
"1.704689, 1.711059, 1.728624, 1.776250, 1.968239",\
|
|
"1.704689, 1.711059, 1.728624, 1.776250, 1.968239",\
|
|
"1.704689, 1.711059, 1.728624, 1.776250, 1.968239",\
|
|
"1.704689, 1.711059, 1.728624, 1.776250, 1.968239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.017005, 0.021232, 0.034252, 0.088691, 0.345705",\
|
|
"0.017005, 0.021232, 0.034252, 0.088691, 0.345705",\
|
|
"0.017005, 0.021232, 0.034252, 0.088691, 0.345705",\
|
|
"0.017005, 0.021232, 0.034252, 0.088691, 0.345705",\
|
|
"0.017005, 0.021232, 0.034252, 0.088691, 0.345705");
|
|
}
|
|
|
|
} /* 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.002227 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.015222, 0.019497, 0.032882, 0.086814, 0.344800",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.344800",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.344800",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.344800",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.344800");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110",\
|
|
"1.419559, 1.428008, 1.454065, 1.548945, 2.007110");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011",\
|
|
"0.018076, 0.026023, 0.055803, 0.191595, 0.864011");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840",\
|
|
"1.451262, 1.457541, 1.474652, 1.521564, 1.712840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.015222, 0.019497, 0.032882, 0.086814, 0.342354",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.342354",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.342354",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.342354",\
|
|
"0.015222, 0.019497, 0.032882, 0.086814, 0.342354");
|
|
}
|
|
|
|
} /* 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.002429 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[33];
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.478741, 0.487413, 0.513763, 0.608800, 1.049281",\
|
|
"0.478741, 0.487413, 0.513763, 0.608800, 1.049281",\
|
|
"0.476882, 0.485555, 0.511905, 0.606942, 1.049281",\
|
|
"0.457418, 0.466090, 0.492440, 0.587478, 1.045930",\
|
|
"0.390371, 0.399044, 0.425394, 0.520431, 0.978884");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.020187, 0.027869, 0.056791, 0.191998, 0.864644",\
|
|
"0.020187, 0.027869, 0.056791, 0.191998, 0.864644",\
|
|
"0.020187, 0.027869, 0.056791, 0.191998, 0.864644",\
|
|
"0.020187, 0.027870, 0.056791, 0.191998, 0.864644",\
|
|
"0.020189, 0.027871, 0.056792, 0.191998, 0.864644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.496375, 0.502984, 0.520855, 0.568233, 0.759760",\
|
|
"0.542003, 0.548612, 0.566482, 0.613861, 0.805388",\
|
|
"0.584440, 0.591050, 0.608920, 0.656298, 0.847826",\
|
|
"0.658376, 0.664986, 0.682856, 0.730234, 0.921762",\
|
|
"0.803083, 0.809692, 0.827562, 0.874940, 1.066468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.017572, 0.021898, 0.034835, 0.087984, 0.345751",\
|
|
"0.017572, 0.021898, 0.034835, 0.087984, 0.345751",\
|
|
"0.017572, 0.021897, 0.034834, 0.087984, 0.345751",\
|
|
"0.017572, 0.021897, 0.034834, 0.087984, 0.345751",\
|
|
"0.017572, 0.021897, 0.034834, 0.087984, 0.345751");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.459904, 0.468524, 0.494814, 0.589835, 1.048272",\
|
|
"0.459904, 0.468524, 0.494814, 0.589835, 1.048272",\
|
|
"0.459904, 0.468524, 0.494814, 0.589835, 1.048272",\
|
|
"0.456553, 0.465173, 0.491463, 0.586484, 1.044921",\
|
|
"0.389507, 0.398127, 0.424418, 0.519438, 0.977875");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.019791, 0.027526, 0.056621, 0.191984, 0.864676",\
|
|
"0.019791, 0.027526, 0.056621, 0.191984, 0.864676",\
|
|
"0.019791, 0.027526, 0.056621, 0.191984, 0.864676",\
|
|
"0.019791, 0.027526, 0.056622, 0.191984, 0.864676",\
|
|
"0.019793, 0.027528, 0.056622, 0.191984, 0.864676");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.488081, 0.494582, 0.512225, 0.559489, 0.750966",\
|
|
"0.533708, 0.540210, 0.557852, 0.605117, 0.796594",\
|
|
"0.576146, 0.582647, 0.600290, 0.647554, 0.839031",\
|
|
"0.650081, 0.656583, 0.674225, 0.721489, 0.912967",\
|
|
"0.794787, 0.801288, 0.818931, 0.866195, 1.057672");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.016911, 0.021215, 0.034277, 0.087711, 0.344009",\
|
|
"0.016911, 0.021215, 0.034277, 0.087711, 0.344009",\
|
|
"0.016910, 0.021215, 0.034277, 0.087711, 0.344009",\
|
|
"0.016910, 0.021214, 0.034277, 0.087710, 0.344009",\
|
|
"0.016910, 0.021214, 0.034277, 0.087710, 0.344009");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.463814, 0.472485, 0.498834, 0.593870, 1.052323",\
|
|
"0.498736, 0.507407, 0.533756, 0.628793, 1.087245",\
|
|
"0.526293, 0.534964, 0.561312, 0.656349, 1.114801",\
|
|
"0.550626, 0.559297, 0.585646, 0.680682, 1.139134",\
|
|
"0.551414, 0.560086, 0.586434, 0.681471, 1.139923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020178, 0.027862, 0.056787, 0.191997, 0.864645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.566300, 0.572896, 0.590737, 0.638100, 0.829621",\
|
|
"0.616891, 0.623487, 0.641328, 0.688691, 0.880212",\
|
|
"0.678155, 0.684750, 0.702591, 0.749955, 0.941476",\
|
|
"0.777894, 0.784490, 0.802332, 0.849695, 1.041216",\
|
|
"0.941515, 0.948111, 0.965953, 1.013317, 1.204838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.017487, 0.021810, 0.034763, 0.087949, 0.345732",\
|
|
"0.017487, 0.021810, 0.034763, 0.087949, 0.345732",\
|
|
"0.017487, 0.021810, 0.034763, 0.087949, 0.345733",\
|
|
"0.017488, 0.021811, 0.034764, 0.087949, 0.345733",\
|
|
"0.017490, 0.021813, 0.034765, 0.087950, 0.345733");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.462939, 0.471557, 0.497845, 0.592865, 1.051301",\
|
|
"0.497861, 0.506479, 0.532767, 0.627787, 1.086223",\
|
|
"0.525418, 0.534036, 0.560324, 0.655344, 1.113780",\
|
|
"0.549753, 0.558371, 0.584659, 0.679679, 1.138115",\
|
|
"0.550541, 0.559159, 0.585447, 0.680467, 1.138904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.019777, 0.027514, 0.056615, 0.191983, 0.864677",\
|
|
"0.019777, 0.027514, 0.056615, 0.191983, 0.864677",\
|
|
"0.019777, 0.027514, 0.056615, 0.191983, 0.864677",\
|
|
"0.019778, 0.027514, 0.056616, 0.191983, 0.864677",\
|
|
"0.019779, 0.027515, 0.056616, 0.191983, 0.864677");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.557553, 0.564034, 0.581635, 0.628879, 0.820347",\
|
|
"0.608144, 0.614625, 0.632226, 0.679469, 0.870938",\
|
|
"0.669396, 0.675878, 0.693479, 0.740722, 0.932190",\
|
|
"0.769106, 0.775587, 0.793188, 0.840431, 1.031899",\
|
|
"0.932696, 0.939177, 0.956778, 1.004020, 1.195488");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.016789, 0.021090, 0.034175, 0.087661, 0.343982",\
|
|
"0.016789, 0.021090, 0.034175, 0.087661, 0.343982",\
|
|
"0.016789, 0.021089, 0.034175, 0.087660, 0.343982",\
|
|
"0.016787, 0.021088, 0.034173, 0.087660, 0.343982",\
|
|
"0.016787, 0.021087, 0.034173, 0.087659, 0.343982");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.596503, 0.603099, 0.620940, 0.668303, 0.859824",\
|
|
"0.631426, 0.638021, 0.655862, 0.703225, 0.894747",\
|
|
"0.658727, 0.665323, 0.683164, 0.730528, 0.922049",\
|
|
"0.682354, 0.688950, 0.706792, 0.754155, 0.944662",\
|
|
"0.682354, 0.688950, 0.706792, 0.754155, 0.944662");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.017487, 0.021810, 0.034763, 0.087949, 0.345732",\
|
|
"0.017487, 0.021810, 0.034763, 0.087949, 0.345732",\
|
|
"0.017487, 0.021810, 0.034763, 0.087949, 0.345733",\
|
|
"0.017488, 0.021811, 0.034764, 0.087949, 0.345733",\
|
|
"0.017490, 0.021813, 0.034765, 0.087950, 0.345733");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.506806, 0.515477, 0.541825, 0.636862, 1.095314",\
|
|
"0.557397, 0.566068, 0.592416, 0.687453, 1.145905",\
|
|
"0.618868, 0.627539, 0.653888, 0.748925, 1.207377",\
|
|
"0.719181, 0.727852, 0.754201, 0.849238, 1.307690",\
|
|
"0.883842, 0.892513, 0.918862, 1.013899, 1.472351");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020176, 0.027861, 0.056787, 0.191997, 0.864645",\
|
|
"0.020178, 0.027862, 0.056787, 0.191997, 0.864645");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.587756, 0.594238, 0.611839, 0.659082, 0.850550",\
|
|
"0.622678, 0.629160, 0.646761, 0.694004, 0.885472",\
|
|
"0.649969, 0.656451, 0.674051, 0.721295, 0.912763",\
|
|
"0.672520, 0.679001, 0.696601, 0.743844, 0.935312",\
|
|
"0.672520, 0.679001, 0.696601, 0.743844, 0.935312");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.016789, 0.021090, 0.034175, 0.087661, 0.343982",\
|
|
"0.016789, 0.021090, 0.034175, 0.087661, 0.343982",\
|
|
"0.016789, 0.021089, 0.034175, 0.087660, 0.343982",\
|
|
"0.016787, 0.021088, 0.034173, 0.087660, 0.343982",\
|
|
"0.016787, 0.021087, 0.034173, 0.087659, 0.343982");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.505931, 0.514549, 0.540837, 0.635857, 1.094293",\
|
|
"0.556522, 0.565140, 0.591428, 0.686447, 1.144884",\
|
|
"0.617994, 0.626612, 0.652900, 0.747920, 1.206356",\
|
|
"0.718308, 0.726926, 0.753214, 0.848234, 1.306671",\
|
|
"0.882969, 0.891587, 0.917875, 1.012895, 1.471331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.019777, 0.027514, 0.056615, 0.191983, 0.864677",\
|
|
"0.019777, 0.027514, 0.056615, 0.191983, 0.864677",\
|
|
"0.019777, 0.027514, 0.056615, 0.191983, 0.864677",\
|
|
"0.019778, 0.027514, 0.056616, 0.191983, 0.864677",\
|
|
"0.019779, 0.027515, 0.056616, 0.191983, 0.864677");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.626926, 1.635597, 1.661945, 1.756981, 2.215433",\
|
|
"1.626926, 1.635597, 1.661945, 1.756981, 2.215433",\
|
|
"1.626926, 1.635597, 1.661945, 1.756981, 2.215433",\
|
|
"1.626926, 1.635597, 1.661945, 1.756981, 2.215433",\
|
|
"1.626926, 1.635597, 1.661945, 1.756981, 2.215433");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.020173, 0.027858, 0.056785, 0.191997, 0.864645",\
|
|
"0.020173, 0.027858, 0.056785, 0.191997, 0.864645",\
|
|
"0.020173, 0.027858, 0.056785, 0.191997, 0.864645",\
|
|
"0.020173, 0.027858, 0.056785, 0.191997, 0.864645",\
|
|
"0.020173, 0.027858, 0.056785, 0.191997, 0.864645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.725959, 1.732574, 1.750456, 1.797840, 1.989371",\
|
|
"1.725959, 1.732574, 1.750456, 1.797840, 1.989371",\
|
|
"1.725959, 1.732574, 1.750456, 1.797840, 1.989371",\
|
|
"1.725959, 1.732574, 1.750456, 1.797840, 1.989371",\
|
|
"1.725959, 1.732574, 1.750456, 1.797840, 1.989371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.017608, 0.021934, 0.034864, 0.087999, 0.345759",\
|
|
"0.017608, 0.021934, 0.034864, 0.087999, 0.345759",\
|
|
"0.017608, 0.021934, 0.034864, 0.087999, 0.345759",\
|
|
"0.017608, 0.021934, 0.034864, 0.087999, 0.345759",\
|
|
"0.017608, 0.021934, 0.034864, 0.087999, 0.345759");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.626059, 1.634677, 1.660965, 1.755985, 2.214421",\
|
|
"1.626059, 1.634677, 1.660965, 1.755985, 2.214421",\
|
|
"1.626059, 1.634677, 1.660965, 1.755985, 2.214421",\
|
|
"1.626059, 1.634677, 1.660965, 1.755985, 2.214421",\
|
|
"1.626059, 1.634677, 1.660965, 1.755985, 2.214421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.019776, 0.027513, 0.056615, 0.191983, 0.864677",\
|
|
"0.019776, 0.027513, 0.056615, 0.191983, 0.864677",\
|
|
"0.019776, 0.027513, 0.056615, 0.191983, 0.864677",\
|
|
"0.019776, 0.027513, 0.056615, 0.191983, 0.864677",\
|
|
"0.019776, 0.027513, 0.056615, 0.191983, 0.864677");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.717742, 1.724250, 1.741907, 1.789179, 1.980659",\
|
|
"1.717742, 1.724250, 1.741907, 1.789179, 1.980659",\
|
|
"1.717742, 1.724250, 1.741907, 1.789179, 1.980659",\
|
|
"1.717742, 1.724250, 1.741907, 1.789179, 1.980659",\
|
|
"1.717742, 1.724250, 1.741907, 1.789179, 1.980659");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.016952, 0.021257, 0.034312, 0.087728, 0.344018",\
|
|
"0.016952, 0.021257, 0.034312, 0.087728, 0.344018",\
|
|
"0.016952, 0.021257, 0.034312, 0.087728, 0.344018",\
|
|
"0.016952, 0.021257, 0.034312, 0.087728, 0.344018",\
|
|
"0.016952, 0.021257, 0.034312, 0.087728, 0.344018");
|
|
}
|
|
|
|
} /* 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.003208 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[32];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.456555, 0.465035, 0.491328, 0.586675, 1.039578",\
|
|
"0.491477, 0.499958, 0.526250, 0.621598, 1.074500",\
|
|
"0.519033, 0.527513, 0.553805, 0.649153, 1.102055",\
|
|
"0.543363, 0.551843, 0.578136, 0.673483, 1.126386",\
|
|
"0.544152, 0.552632, 0.578924, 0.674272, 1.127174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020482, 0.028176, 0.057234, 0.193378, 0.862742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.560602, 0.567007, 0.584712, 0.632379, 0.824254",\
|
|
"0.611193, 0.617598, 0.635303, 0.682970, 0.874845",\
|
|
"0.672458, 0.678862, 0.696568, 0.744234, 0.936110",\
|
|
"0.772200, 0.778604, 0.796310, 0.843977, 1.035853",\
|
|
"0.935824, 0.942229, 0.959935, 1.007602, 1.199478");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.017671, 0.021888, 0.034799, 0.088896, 0.347720",\
|
|
"0.017671, 0.021888, 0.034799, 0.088896, 0.347720",\
|
|
"0.017672, 0.021888, 0.034799, 0.088896, 0.347720",\
|
|
"0.017673, 0.021889, 0.034800, 0.088897, 0.347721",\
|
|
"0.017674, 0.021891, 0.034802, 0.088898, 0.347721");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.455638, 0.464067, 0.490297, 0.585627, 1.038514",\
|
|
"0.490560, 0.498989, 0.525219, 0.620549, 1.073436",\
|
|
"0.518116, 0.526545, 0.552775, 0.648105, 1.100992",\
|
|
"0.542448, 0.550877, 0.577107, 0.672437, 1.125324",\
|
|
"0.543236, 0.551664, 0.577895, 0.673225, 1.126112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020068, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020068, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020068, 0.027817, 0.057055, 0.193364, 0.862775",\
|
|
"0.020069, 0.027817, 0.057055, 0.193364, 0.862775",\
|
|
"0.020070, 0.027818, 0.057056, 0.193364, 0.862775");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.552048, 0.558346, 0.575821, 0.623371, 0.815194",\
|
|
"0.602639, 0.608937, 0.626412, 0.673961, 0.865785",\
|
|
"0.663892, 0.670190, 0.687665, 0.735214, 0.927038",\
|
|
"0.763603, 0.769900, 0.787375, 0.834924, 1.026748",\
|
|
"0.927197, 0.933494, 0.950968, 0.998517, 1.190341");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.016987, 0.021188, 0.034227, 0.088616, 0.345458",\
|
|
"0.016987, 0.021188, 0.034227, 0.088616, 0.345458",\
|
|
"0.016986, 0.021187, 0.034226, 0.088616, 0.345458",\
|
|
"0.016985, 0.021186, 0.034225, 0.088615, 0.345457",\
|
|
"0.016984, 0.021185, 0.034225, 0.088615, 0.345457");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.590769, 0.597173, 0.614879, 0.662545, 0.854421",\
|
|
"0.625691, 0.632095, 0.649801, 0.697467, 0.889343",\
|
|
"0.652992, 0.659396, 0.677102, 0.724769, 0.916644",\
|
|
"0.676616, 0.683021, 0.700727, 0.748394, 0.939254",\
|
|
"0.676616, 0.683021, 0.700727, 0.748394, 0.939254");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.017671, 0.021888, 0.034799, 0.088896, 0.347720",\
|
|
"0.017671, 0.021888, 0.034799, 0.088896, 0.347720",\
|
|
"0.017672, 0.021888, 0.034799, 0.088896, 0.347720",\
|
|
"0.017673, 0.021889, 0.034800, 0.088897, 0.347721",\
|
|
"0.017674, 0.021891, 0.034802, 0.088898, 0.347721");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.499534, 0.508014, 0.534307, 0.629654, 1.082557",\
|
|
"0.550125, 0.558605, 0.584897, 0.680245, 1.133147",\
|
|
"0.611597, 0.620077, 0.646370, 0.741718, 1.194620",\
|
|
"0.711912, 0.720392, 0.746685, 0.842032, 1.294935",\
|
|
"0.876577, 0.885057, 0.911349, 1.006697, 1.459599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020480, 0.028174, 0.057233, 0.193378, 0.862742",\
|
|
"0.020482, 0.028176, 0.057234, 0.193378, 0.862742");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.582215, 0.588512, 0.605988, 0.653537, 0.845361",\
|
|
"0.617137, 0.623434, 0.640910, 0.688459, 0.880283",\
|
|
"0.644427, 0.650724, 0.668199, 0.715748, 0.907572",\
|
|
"0.666972, 0.673269, 0.690744, 0.738293, 0.930116",\
|
|
"0.666972, 0.673269, 0.690744, 0.738293, 0.930116");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.016987, 0.021188, 0.034227, 0.088616, 0.345458",\
|
|
"0.016987, 0.021188, 0.034227, 0.088616, 0.345458",\
|
|
"0.016986, 0.021187, 0.034226, 0.088616, 0.345458",\
|
|
"0.016985, 0.021186, 0.034225, 0.088615, 0.345457",\
|
|
"0.016984, 0.021185, 0.034225, 0.088615, 0.345457");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.498617, 0.507046, 0.533276, 0.628606, 1.081493",\
|
|
"0.549208, 0.557636, 0.583867, 0.679197, 1.132084",\
|
|
"0.610681, 0.619109, 0.645340, 0.740670, 1.193557",\
|
|
"0.710997, 0.719426, 0.745656, 0.840986, 1.293873",\
|
|
"0.875661, 0.884089, 0.910320, 1.005650, 1.458537");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020068, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020068, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020068, 0.027817, 0.057055, 0.193364, 0.862775",\
|
|
"0.020069, 0.027817, 0.057055, 0.193364, 0.862775",\
|
|
"0.020070, 0.027818, 0.057056, 0.193364, 0.862775");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.480634, 0.489116, 0.515410, 0.610759, 1.045592",\
|
|
"0.480634, 0.489116, 0.515410, 0.610759, 1.045592",\
|
|
"0.478717, 0.487199, 0.513493, 0.608841, 1.045592",\
|
|
"0.459247, 0.467729, 0.494023, 0.589371, 1.042274",\
|
|
"0.392142, 0.400624, 0.426919, 0.522268, 0.975171");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020493, 0.028186, 0.057239, 0.193379, 0.862741",\
|
|
"0.020493, 0.028186, 0.057239, 0.193379, 0.862741",\
|
|
"0.020493, 0.028186, 0.057239, 0.193379, 0.862741",\
|
|
"0.020494, 0.028186, 0.057239, 0.193379, 0.862741",\
|
|
"0.020498, 0.028190, 0.057241, 0.193379, 0.862741");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.495746, 0.502162, 0.519893, 0.567573, 0.759455",\
|
|
"0.541407, 0.547824, 0.565555, 0.613235, 0.805116",\
|
|
"0.583859, 0.590275, 0.608006, 0.655686, 0.847568",\
|
|
"0.657735, 0.664151, 0.681883, 0.729563, 0.921444",\
|
|
"0.802592, 0.809009, 0.826740, 0.874420, 1.066301");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.017749, 0.021967, 0.034864, 0.088928, 0.347737",\
|
|
"0.017749, 0.021967, 0.034864, 0.088928, 0.347737",\
|
|
"0.017748, 0.021967, 0.034864, 0.088928, 0.347737",\
|
|
"0.017748, 0.021967, 0.034864, 0.088928, 0.347737",\
|
|
"0.017748, 0.021967, 0.034863, 0.088928, 0.347737");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.461658, 0.470088, 0.496321, 0.591652, 1.044540",\
|
|
"0.461658, 0.470088, 0.496321, 0.591652, 1.044540",\
|
|
"0.461658, 0.470088, 0.496321, 0.591652, 1.044540",\
|
|
"0.458340, 0.466770, 0.493003, 0.588334, 1.041222",\
|
|
"0.391236, 0.399667, 0.425901, 0.521232, 0.974120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020085, 0.027831, 0.057062, 0.193365, 0.862774",\
|
|
"0.020085, 0.027831, 0.057062, 0.193365, 0.862774",\
|
|
"0.020085, 0.027831, 0.057062, 0.193365, 0.862774",\
|
|
"0.020085, 0.027831, 0.057063, 0.193365, 0.862774",\
|
|
"0.020090, 0.027836, 0.057065, 0.193365, 0.862774");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.487633, 0.493949, 0.511462, 0.559030, 0.750863",\
|
|
"0.533295, 0.539610, 0.557123, 0.604692, 0.796524",\
|
|
"0.575746, 0.582061, 0.599575, 0.647143, 0.838975",\
|
|
"0.649622, 0.655937, 0.673451, 0.721019, 0.912851",\
|
|
"0.794479, 0.800794, 0.818307, 0.865875, 1.057707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.017099, 0.021303, 0.034321, 0.088662, 0.345483",\
|
|
"0.017099, 0.021303, 0.034321, 0.088662, 0.345483",\
|
|
"0.017099, 0.021303, 0.034321, 0.088662, 0.345483",\
|
|
"0.017099, 0.021302, 0.034321, 0.088662, 0.345483",\
|
|
"0.017099, 0.021302, 0.034320, 0.088662, 0.345482");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.610079, 1.618559, 1.644851, 1.740198, 2.193100",\
|
|
"1.610079, 1.618559, 1.644851, 1.740198, 2.193100",\
|
|
"1.610079, 1.618559, 1.644851, 1.740198, 2.193100",\
|
|
"1.610079, 1.618559, 1.644851, 1.740198, 2.193100",\
|
|
"1.610079, 1.618559, 1.644851, 1.740198, 2.193100");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020477, 0.028172, 0.057232, 0.193378, 0.862742",\
|
|
"0.020477, 0.028172, 0.057232, 0.193378, 0.862742",\
|
|
"0.020477, 0.028172, 0.057232, 0.193378, 0.862742",\
|
|
"0.020477, 0.028172, 0.057232, 0.193378, 0.862742",\
|
|
"0.020477, 0.028172, 0.057232, 0.193378, 0.862742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.713084, 1.719506, 1.737249, 1.784935, 1.976819",\
|
|
"1.713084, 1.719506, 1.737249, 1.784935, 1.976819",\
|
|
"1.713084, 1.719506, 1.737249, 1.784935, 1.976819",\
|
|
"1.713084, 1.719506, 1.737249, 1.784935, 1.976819",\
|
|
"1.713084, 1.719506, 1.737249, 1.784935, 1.976819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.017783, 0.022002, 0.034893, 0.088942, 0.347745",\
|
|
"0.017783, 0.022002, 0.034893, 0.088942, 0.347745",\
|
|
"0.017783, 0.022002, 0.034893, 0.088942, 0.347745",\
|
|
"0.017783, 0.022002, 0.034893, 0.088942, 0.347745",\
|
|
"0.017783, 0.022002, 0.034893, 0.088942, 0.347745");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.609168, 1.617597, 1.643827, 1.739157, 2.192044",\
|
|
"1.609168, 1.617597, 1.643827, 1.739157, 2.192044",\
|
|
"1.609168, 1.617597, 1.643827, 1.739157, 2.192044",\
|
|
"1.609168, 1.617597, 1.643827, 1.739157, 2.192044",\
|
|
"1.609168, 1.617597, 1.643827, 1.739157, 2.192044");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.020067, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020067, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020067, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020067, 0.027816, 0.057055, 0.193364, 0.862775",\
|
|
"0.020067, 0.027816, 0.057055, 0.193364, 0.862775");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.705049, 1.711370, 1.728897, 1.776473, 1.968308",\
|
|
"1.705049, 1.711370, 1.728897, 1.776473, 1.968308",\
|
|
"1.705049, 1.711370, 1.728897, 1.776473, 1.968308",\
|
|
"1.705049, 1.711370, 1.728897, 1.776473, 1.968308",\
|
|
"1.705049, 1.711370, 1.728897, 1.776473, 1.968308");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.017140, 0.021344, 0.034355, 0.088679, 0.345492",\
|
|
"0.017140, 0.021344, 0.034355, 0.088679, 0.345492",\
|
|
"0.017140, 0.021344, 0.034355, 0.088679, 0.345492",\
|
|
"0.017140, 0.021344, 0.034355, 0.088679, 0.345492",\
|
|
"0.017140, 0.021344, 0.034355, 0.088679, 0.345492");
|
|
}
|
|
|
|
} /* 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.002421 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.015256, 0.019536, 0.032854, 0.087269, 0.345918",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.345918",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.345918",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.345918",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.345918");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323",\
|
|
"1.429161, 1.437494, 1.463468, 1.558502, 2.017323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971",\
|
|
"0.017579, 0.025600, 0.055650, 0.192131, 0.865971");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068",\
|
|
"1.454082, 1.460337, 1.477479, 1.524530, 1.716068");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.015256, 0.019536, 0.032854, 0.087269, 0.344156",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.344156",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.344156",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.344156",\
|
|
"0.015256, 0.019536, 0.032854, 0.087269, 0.344156");
|
|
}
|
|
|
|
} /* 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.005492 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.016614, 0.020578, 0.033709, 0.088453, 0.348504",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.348504",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.348504",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.348504",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.348504");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248",\
|
|
"1.434393, 1.442175, 1.467988, 1.563474, 2.015248");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514",\
|
|
"0.020088, 0.028012, 0.058102, 0.195644, 0.864514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416",\
|
|
"1.458189, 1.463810, 1.480534, 1.526048, 1.719416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.016614, 0.020578, 0.033709, 0.088453, 0.346031",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.346031",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.346031",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.346031",\
|
|
"0.016614, 0.020578, 0.033709, 0.088453, 0.346031");
|
|
}
|
|
|
|
} /* 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.003254 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.015636, 0.019799, 0.033047, 0.087539, 0.348972",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.348972",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.348972",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.348972",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.348972");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443",\
|
|
"1.446327, 1.454596, 1.480674, 1.576217, 2.029443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106",\
|
|
"0.018805, 0.026714, 0.056486, 0.193955, 0.865106");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777",\
|
|
"1.467868, 1.473959, 1.491028, 1.536352, 1.730777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.015636, 0.019799, 0.033047, 0.087539, 0.346371",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.346371",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.346371",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.346371",\
|
|
"0.015636, 0.019799, 0.033047, 0.087539, 0.346371");
|
|
}
|
|
|
|
} /* 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.002591 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.015344, 0.019569, 0.032847, 0.087352, 0.349092",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.349092",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.349092",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.349092",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.349092");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959",\
|
|
"1.453200, 1.461604, 1.487744, 1.583304, 2.036959");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259",\
|
|
"0.018318, 0.026236, 0.055960, 0.193430, 0.865259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105",\
|
|
"1.474702, 1.480935, 1.498110, 1.543448, 1.738105");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.015344, 0.019569, 0.032847, 0.087352, 0.346451",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.346451",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.346451",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.346451",\
|
|
"0.015344, 0.019569, 0.032847, 0.087352, 0.346451");
|
|
}
|
|
|
|
} /* 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.003759 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.015861, 0.019953, 0.033135, 0.086932, 0.352031",\
|
|
"0.015861, 0.019953, 0.033135, 0.086932, 0.352031",\
|
|
"0.015861, 0.019953, 0.033135, 0.086932, 0.352031",\
|
|
"0.015861, 0.019953, 0.033135, 0.086932, 0.352031",\
|
|
"0.015861, 0.019953, 0.033135, 0.086932, 0.352031");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449",\
|
|
"1.461395, 1.469620, 1.495780, 1.589936, 2.045449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007",\
|
|
"0.019475, 0.027318, 0.056933, 0.194036, 0.869007");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185",\
|
|
"1.481223, 1.487224, 1.504284, 1.550619, 1.745185");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.015861, 0.019953, 0.033135, 0.086251, 0.348455",\
|
|
"0.015861, 0.019953, 0.033135, 0.086251, 0.348455",\
|
|
"0.015861, 0.019953, 0.033135, 0.086251, 0.348455",\
|
|
"0.015861, 0.019953, 0.033135, 0.086251, 0.348455",\
|
|
"0.015861, 0.019953, 0.033135, 0.086251, 0.348455");
|
|
}
|
|
|
|
} /* 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.003311 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.015663, 0.019811, 0.033046, 0.087878, 0.349963",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.349963",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.349963",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.349963",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.349963");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263",\
|
|
"1.457718, 1.466004, 1.492129, 1.587832, 2.041263");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382",\
|
|
"0.019014, 0.026894, 0.056577, 0.194357, 0.866382");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637",\
|
|
"1.478307, 1.484391, 1.501471, 1.546833, 1.741637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.015663, 0.019811, 0.033046, 0.087878, 0.347062",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.347062",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.347062",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.347062",\
|
|
"0.015663, 0.019811, 0.033046, 0.087878, 0.347062");
|
|
}
|
|
|
|
} /* 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.002663 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.015569, 0.019802, 0.033113, 0.087438, 0.345949",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.345949",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.345949",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.345949",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.345949");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745",\
|
|
"1.477339, 1.485785, 1.511924, 1.607011, 2.065745");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896",\
|
|
"0.018984, 0.026840, 0.056368, 0.192385, 0.865896");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153",\
|
|
"1.495182, 1.501402, 1.518529, 1.565656, 1.757153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.015569, 0.019802, 0.033113, 0.087438, 0.344187",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.344187",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.344187",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.344187",\
|
|
"0.015569, 0.019802, 0.033113, 0.087438, 0.344187");
|
|
}
|
|
|
|
} /* 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.003017 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.015629, 0.019815, 0.033095, 0.087067, 0.347642",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.347642",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.347642",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.347642",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.347642");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205",\
|
|
"1.472304, 1.480668, 1.506796, 1.602147, 2.055205");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308",\
|
|
"0.019071, 0.026934, 0.056525, 0.193295, 0.863308");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748",\
|
|
"1.491249, 1.497391, 1.514478, 1.559780, 1.753748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.015629, 0.019815, 0.033095, 0.087067, 0.345428",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.345428",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.345428",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.345428",\
|
|
"0.015629, 0.019815, 0.033095, 0.087067, 0.345428");
|
|
}
|
|
|
|
} /* 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.002837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.015782, 0.019983, 0.033195, 0.087647, 0.349391",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.349391",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.349391",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.349391",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.349391");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114",\
|
|
"1.486153, 1.494625, 1.520885, 1.616519, 2.070114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492",\
|
|
"0.019396, 0.027191, 0.056534, 0.193753, 0.865492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723",\
|
|
"1.502132, 1.508362, 1.525603, 1.571006, 1.765723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.015782, 0.019983, 0.033195, 0.087647, 0.346682",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.346682",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.346682",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.346682",\
|
|
"0.015782, 0.019983, 0.033195, 0.087647, 0.346682");
|
|
}
|
|
|
|
} /* 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.002862 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.015498, 0.019689, 0.032961, 0.087458, 0.349083",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.349083",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.349083",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.349083",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.349083");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893",\
|
|
"1.407271, 1.415661, 1.441824, 1.537394, 1.990893");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225",\
|
|
"0.018829, 0.026702, 0.056308, 0.193672, 0.865225");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300",\
|
|
"1.427060, 1.433236, 1.450366, 1.495712, 1.690300");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.015498, 0.019689, 0.032961, 0.087458, 0.346449",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.346449",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.346449",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.346449",\
|
|
"0.015498, 0.019689, 0.032961, 0.087458, 0.346449");
|
|
}
|
|
|
|
} /* 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.003176 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.015597, 0.019775, 0.033021, 0.087455, 0.348788",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.348788",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.348788",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.348788",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.348788");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626",\
|
|
"1.392597, 1.400856, 1.426907, 1.522409, 1.975626");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877",\
|
|
"0.018553, 0.026490, 0.056346, 0.193821, 0.864877");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123",\
|
|
"1.415252, 1.421362, 1.438447, 1.483750, 1.678123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.015597, 0.019775, 0.033021, 0.087455, 0.346246",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.346246",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.346246",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.346246",\
|
|
"0.015597, 0.019775, 0.033021, 0.087455, 0.346246");
|
|
}
|
|
|
|
} /* 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.002485 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.015293, 0.019566, 0.032920, 0.086790, 0.344566",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.344566",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.344566",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.344566",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.344566");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989",\
|
|
"1.388024, 1.396370, 1.422339, 1.517167, 1.974989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618",\
|
|
"0.017885, 0.025879, 0.055850, 0.191705, 0.863618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865",\
|
|
"1.411599, 1.417827, 1.434909, 1.481750, 1.672865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.015293, 0.019566, 0.032920, 0.086790, 0.342213",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.342213",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.342213",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.342213",\
|
|
"0.015293, 0.019566, 0.032920, 0.086790, 0.342213");
|
|
}
|
|
|
|
} /* 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.005561 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.016641, 0.020592, 0.033691, 0.088562, 0.349879",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.349879",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.349879",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.349879",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.349879");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137",\
|
|
"1.420778, 1.428546, 1.454376, 1.550079, 2.002137");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303",\
|
|
"0.020037, 0.027965, 0.058074, 0.196174, 0.866303");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075",\
|
|
"1.445255, 1.450873, 1.467628, 1.512985, 1.707075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.016641, 0.020592, 0.033691, 0.088562, 0.346987",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.346987",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.346987",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.346987",\
|
|
"0.016641, 0.020592, 0.033691, 0.088562, 0.346987");
|
|
}
|
|
|
|
} /* 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.000720 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009",\
|
|
"1.419289, 1.428039, 1.453882, 1.546718, 2.000009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778",\
|
|
"0.016288, 0.024434, 0.054598, 0.184528, 0.848778");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533",\
|
|
"1.444227, 1.450873, 1.468001, 1.513027, 1.703533");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984",\
|
|
"0.014396, 0.019012, 0.032627, 0.080897, 0.340984");
|
|
}
|
|
|
|
} /* 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.000864 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651",\
|
|
"1.401859, 1.410459, 1.436207, 1.529076, 1.982651");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719",\
|
|
"0.015779, 0.023993, 0.054432, 0.184557, 0.849719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850",\
|
|
"1.430165, 1.436783, 1.453932, 1.498988, 1.689850");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921",\
|
|
"0.014476, 0.019065, 0.032630, 0.080876, 0.341921");
|
|
}
|
|
|
|
} /* 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.000733 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866",\
|
|
"1.422270, 1.430969, 1.456768, 1.549593, 2.002866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799",\
|
|
"0.016029, 0.024208, 0.054494, 0.184529, 0.848799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854",\
|
|
"1.448557, 1.455205, 1.472343, 1.517357, 1.707854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989",\
|
|
"0.014405, 0.019019, 0.032620, 0.080900, 0.340989");
|
|
}
|
|
|
|
} /* 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 : 0.173960 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002020 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[15];
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.206454, 0.258514, 0.348855, 0.589207, 1.406713",\
|
|
"0.206454, 0.258514, 0.348855, 0.589207, 1.406713",\
|
|
"0.206454, 0.258514, 0.348855, 0.589207, 1.406713",\
|
|
"0.203300, 0.255390, 0.345941, 0.586332, 1.406713",\
|
|
"0.143022, 0.195162, 0.285969, 0.526338, 1.392995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.031010, 0.106436, 0.238999, 0.588295, 1.839732",\
|
|
"0.031024, 0.106436, 0.239000, 0.588386, 1.839732",\
|
|
"0.031059, 0.106436, 0.239002, 0.588607, 1.839732",\
|
|
"0.031138, 0.106436, 0.239007, 0.589113, 1.839732",\
|
|
"0.031283, 0.106436, 0.239007, 0.589714, 1.839732");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.247365, 0.275225, 0.319791, 0.437321, 0.854419",\
|
|
"0.285931, 0.313792, 0.358358, 0.475886, 0.893003",\
|
|
"0.349314, 0.377175, 0.421744, 0.539262, 0.956520",\
|
|
"0.466117, 0.493981, 0.538563, 0.656032, 1.074056",\
|
|
"0.667776, 0.695819, 0.740442, 0.857864, 1.275291");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.018170, 0.049605, 0.106306, 0.258682, 0.801309",\
|
|
"0.018172, 0.049605, 0.106306, 0.258682, 0.801320",\
|
|
"0.018186, 0.049605, 0.106306, 0.258682, 0.801401",\
|
|
"0.018262, 0.049605, 0.106306, 0.258682, 0.801846",\
|
|
"0.018687, 0.049799, 0.106306, 0.258682, 0.802638");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.166617, 0.218657, 0.308870, 0.549196, 1.406713",\
|
|
"0.166617, 0.218657, 0.308870, 0.549196, 1.406713",\
|
|
"0.166617, 0.218657, 0.308870, 0.549196, 1.406713",\
|
|
"0.166617, 0.218657, 0.308870, 0.549196, 1.406713",\
|
|
"0.143022, 0.195162, 0.285969, 0.526338, 1.392995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.031010, 0.106382, 0.238991, 0.588295, 1.830533",\
|
|
"0.031024, 0.106382, 0.238991, 0.588386, 1.830533",\
|
|
"0.031059, 0.106382, 0.238991, 0.588607, 1.830533",\
|
|
"0.031138, 0.106382, 0.238991, 0.589113, 1.830533",\
|
|
"0.031283, 0.106382, 0.238991, 0.589714, 1.830533");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.247365, 0.275225, 0.319791, 0.437321, 0.854419",\
|
|
"0.285931, 0.313792, 0.358358, 0.475886, 0.893003",\
|
|
"0.349314, 0.377175, 0.421744, 0.539262, 0.956520",\
|
|
"0.466117, 0.493981, 0.538563, 0.656032, 1.074056",\
|
|
"0.667776, 0.695819, 0.740442, 0.857864, 1.275291");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.018170, 0.049566, 0.105756, 0.258336, 0.801309",\
|
|
"0.018172, 0.049566, 0.105756, 0.258336, 0.801320",\
|
|
"0.018186, 0.049566, 0.105756, 0.258336, 0.801401",\
|
|
"0.018262, 0.049566, 0.105756, 0.258336, 0.801846",\
|
|
"0.018687, 0.049799, 0.105756, 0.258376, 0.802638");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "1.703651, 1.755702, 1.845987, 2.086327, 2.944951",\
|
|
"1.703651, 1.755702, 1.845987, 2.086327, 2.944951",\
|
|
"1.703651, 1.755702, 1.845987, 2.086327, 2.944951",\
|
|
"1.703651, 1.755702, 1.845987, 2.086327, 2.944951",\
|
|
"1.703651, 1.755702, 1.845987, 2.086327, 2.944951");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.031037, 0.106429, 0.239001, 0.588469, 1.837636",\
|
|
"0.031037, 0.106429, 0.239001, 0.588469, 1.837636",\
|
|
"0.031037, 0.106429, 0.239001, 0.588469, 1.837636",\
|
|
"0.031037, 0.106429, 0.239001, 0.588469, 1.837636",\
|
|
"0.031037, 0.106429, 0.239001, 0.588469, 1.837636");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "1.758502, 1.786362, 1.830930, 1.948454, 2.365624",\
|
|
"1.758502, 1.786362, 1.830930, 1.948454, 2.365624",\
|
|
"1.758502, 1.786362, 1.830930, 1.948454, 2.365624",\
|
|
"1.758502, 1.786362, 1.830930, 1.948454, 2.365624",\
|
|
"1.758502, 1.786362, 1.830930, 1.948454, 2.365624");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.018177, 0.049602, 0.106265, 0.258655, 0.801350",\
|
|
"0.018177, 0.049602, 0.106265, 0.258655, 0.801350",\
|
|
"0.018177, 0.049602, 0.106265, 0.258655, 0.801350",\
|
|
"0.018177, 0.049602, 0.106265, 0.258655, 0.801350",\
|
|
"0.018177, 0.049602, 0.106265, 0.258655, 0.801350");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "1.500148, 1.552188, 1.642396, 1.882721, 2.740156",\
|
|
"1.500148, 1.552188, 1.642396, 1.882721, 2.740156",\
|
|
"1.500148, 1.552188, 1.642396, 1.882721, 2.740156",\
|
|
"1.500148, 1.552188, 1.642396, 1.882721, 2.740156",\
|
|
"1.500148, 1.552188, 1.642396, 1.882721, 2.740156");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.031008, 0.106436, 0.238999, 0.588283, 1.839803",\
|
|
"0.031008, 0.106436, 0.238999, 0.588283, 1.839803",\
|
|
"0.031008, 0.106436, 0.238999, 0.588283, 1.839803",\
|
|
"0.031008, 0.106436, 0.238999, 0.588283, 1.839803",\
|
|
"0.031008, 0.106436, 0.238999, 0.588283, 1.839803");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "1.576212, 1.604072, 1.648638, 1.766169, 2.183249",\
|
|
"1.576212, 1.604072, 1.648638, 1.766169, 2.183249",\
|
|
"1.576212, 1.604072, 1.648638, 1.766169, 2.183249",\
|
|
"1.576212, 1.604072, 1.648638, 1.766169, 2.183249",\
|
|
"1.576212, 1.604072, 1.648638, 1.766169, 2.183249");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002520, 0.011347, 0.026754, 0.067615, 0.212020");
|
|
values ( "0.018168, 0.049606, 0.106317, 0.258689, 0.801298",\
|
|
"0.018168, 0.049606, 0.106317, 0.258689, 0.801298",\
|
|
"0.018168, 0.049606, 0.106317, 0.258689, 0.801298",\
|
|
"0.018168, 0.049606, 0.106317, 0.258689, 0.801298",\
|
|
"0.018168, 0.049606, 0.106317, 0.258689, 0.801298");
|
|
}
|
|
|
|
} /* 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 : 0.173960 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000998 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.736096, 0.788490, 0.879271, 1.118563, 1.969825",\
|
|
"0.768735, 0.821129, 0.911911, 1.151203, 2.002465",\
|
|
"0.792292, 0.844686, 0.935468, 1.174760, 2.018216",\
|
|
"0.807338, 0.859733, 0.950514, 1.189806, 2.018216",\
|
|
"0.807338, 0.859733, 0.950514, 1.189806, 2.018216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.826665, 0.855960, 0.900639, 1.017921, 1.433560",\
|
|
"0.876384, 0.905679, 0.950359, 1.067640, 1.483279",\
|
|
"0.940796, 0.970091, 1.014771, 1.132052, 1.547691",\
|
|
"1.047321, 1.076616, 1.121296, 1.238577, 1.654216",\
|
|
"1.224712, 1.254007, 1.298687, 1.415968, 1.831607");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.736096, 0.788490, 0.879271, 1.118563, 1.969825",\
|
|
"0.768735, 0.821129, 0.911911, 1.151203, 2.002465",\
|
|
"0.784487, 0.836881, 0.927663, 1.166955, 2.018216",\
|
|
"0.784487, 0.836881, 0.927663, 1.166955, 2.018216",\
|
|
"0.784487, 0.836881, 0.927663, 1.166955, 2.018216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850",\
|
|
"0.023623, 0.097640, 0.229962, 0.580763, 1.812850");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.826665, 0.855960, 0.900639, 1.017921, 1.433560",\
|
|
"0.876384, 0.905679, 0.950359, 1.067640, 1.483279",\
|
|
"0.940796, 0.970091, 1.014771, 1.132052, 1.547691",\
|
|
"1.047321, 1.076616, 1.121296, 1.238577, 1.654216",\
|
|
"1.224712, 1.254007, 1.298687, 1.415968, 1.831607");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768",\
|
|
"0.015627, 0.046469, 0.102087, 0.254782, 0.798768");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "1.762805, 1.815199, 1.905981, 2.145268, 2.996480",\
|
|
"1.762805, 1.815199, 1.905981, 2.145268, 2.996480",\
|
|
"1.762805, 1.815199, 1.905981, 2.145268, 2.996480",\
|
|
"1.762805, 1.815199, 1.905981, 2.145268, 2.996480",\
|
|
"1.762805, 1.815199, 1.905981, 2.145268, 2.996480");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.023627, 0.097640, 0.229960, 0.580761, 1.812863",\
|
|
"0.023627, 0.097640, 0.229960, 0.580761, 1.812863",\
|
|
"0.023627, 0.097640, 0.229960, 0.580761, 1.812863",\
|
|
"0.023627, 0.097640, 0.229960, 0.580761, 1.812863",\
|
|
"0.023627, 0.097640, 0.229960, 0.580761, 1.812863");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "1.821344, 1.850621, 1.895297, 2.012581, 2.428279",\
|
|
"1.821344, 1.850621, 1.895297, 2.012581, 2.428279",\
|
|
"1.821344, 1.850621, 1.895297, 2.012581, 2.428279",\
|
|
"1.821344, 1.850621, 1.895297, 2.012581, 2.428279",\
|
|
"1.821344, 1.850621, 1.895297, 2.012581, 2.428279");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.015592, 0.046450, 0.102081, 0.254774, 0.798715",\
|
|
"0.015592, 0.046450, 0.102081, 0.254774, 0.798715",\
|
|
"0.015592, 0.046450, 0.102081, 0.254774, 0.798715",\
|
|
"0.015592, 0.046450, 0.102081, 0.254774, 0.798715",\
|
|
"0.015592, 0.046450, 0.102081, 0.254774, 0.798715");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "1.525767, 1.578158, 1.668940, 1.908246, 2.759651",\
|
|
"1.525767, 1.578158, 1.668940, 1.908246, 2.759651",\
|
|
"1.525767, 1.578158, 1.668940, 1.908246, 2.759651",\
|
|
"1.525767, 1.578158, 1.668940, 1.908246, 2.759651",\
|
|
"1.525767, 1.578158, 1.668940, 1.908246, 2.759651");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.023612, 0.097639, 0.229966, 0.580768, 1.812813",\
|
|
"0.023612, 0.097639, 0.229966, 0.580768, 1.812813",\
|
|
"0.023612, 0.097639, 0.229966, 0.580768, 1.812813",\
|
|
"0.023612, 0.097639, 0.229966, 0.580768, 1.812813",\
|
|
"0.023612, 0.097639, 0.229966, 0.580768, 1.812813");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "1.613804, 1.642999, 1.687660, 1.804955, 2.220912",\
|
|
"1.613804, 1.642999, 1.687660, 1.804955, 2.220912",\
|
|
"1.613804, 1.642999, 1.687660, 1.804955, 2.220912",\
|
|
"1.613804, 1.642999, 1.687660, 1.804955, 2.220912",\
|
|
"1.613804, 1.642999, 1.687660, 1.804955, 2.220912");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001498, 0.010324, 0.025732, 0.066593, 0.210998");
|
|
values ( "0.015440, 0.046364, 0.102055, 0.254741, 0.798483",\
|
|
"0.015440, 0.046364, 0.102055, 0.254741, 0.798483",\
|
|
"0.015440, 0.046364, 0.102055, 0.254741, 0.798483",\
|
|
"0.015440, 0.046364, 0.102055, 0.254741, 0.798483",\
|
|
"0.015440, 0.046364, 0.102055, 0.254741, 0.798483");
|
|
}
|
|
|
|
} /* 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.000982 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[13];
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.485147, 0.493809, 0.519641, 0.612534, 1.066066",\
|
|
"0.515500, 0.524162, 0.549994, 0.642887, 1.066104",\
|
|
"0.528852, 0.537514, 0.563345, 0.656239, 1.066104",\
|
|
"0.528852, 0.537514, 0.563345, 0.656239, 1.066104",\
|
|
"0.528852, 0.537514, 0.563345, 0.656239, 1.066104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.016472, 0.024605, 0.054782, 0.184675, 0.849672",\
|
|
"0.016472, 0.024605, 0.054782, 0.184675, 0.849672",\
|
|
"0.016472, 0.024605, 0.054782, 0.184675, 0.849672",\
|
|
"0.016473, 0.024605, 0.054783, 0.184675, 0.849672",\
|
|
"0.016474, 0.024607, 0.054783, 0.184675, 0.849671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.485049, 0.491605, 0.508672, 0.553793, 0.744644",\
|
|
"0.535599, 0.542155, 0.559221, 0.604342, 0.795194",\
|
|
"0.599492, 0.606048, 0.623114, 0.668235, 0.859087",\
|
|
"0.710279, 0.716835, 0.733901, 0.779023, 0.969874",\
|
|
"0.903134, 0.909689, 0.926755, 0.971877, 1.162729");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032720, 0.080917, 0.341893");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.485147, 0.493809, 0.519641, 0.612534, 1.066066",\
|
|
"0.485184, 0.493846, 0.519678, 0.612572, 1.066104",\
|
|
"0.485184, 0.493846, 0.519678, 0.612572, 1.066104",\
|
|
"0.485184, 0.493846, 0.519678, 0.612572, 1.066104",\
|
|
"0.485184, 0.493846, 0.519678, 0.612572, 1.066104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.016472, 0.024605, 0.054782, 0.184675, 0.849672",\
|
|
"0.016472, 0.024605, 0.054782, 0.184675, 0.849672",\
|
|
"0.016472, 0.024605, 0.054782, 0.184675, 0.849672",\
|
|
"0.016473, 0.024605, 0.054783, 0.184675, 0.849672",\
|
|
"0.016474, 0.024607, 0.054783, 0.184675, 0.849671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.483162, 0.489718, 0.506784, 0.551905, 0.742757",\
|
|
"0.533711, 0.540267, 0.557333, 0.602455, 0.793306",\
|
|
"0.597667, 0.604223, 0.621289, 0.666410, 0.857262",\
|
|
"0.708546, 0.715102, 0.732168, 0.777290, 0.968141",\
|
|
"0.901640, 0.908195, 0.925261, 0.970383, 1.161234");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032719, 0.080917, 0.341893",\
|
|
"0.014541, 0.019094, 0.032720, 0.080917, 0.341893");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "1.782423, 1.791080, 1.816907, 1.909800, 2.363330",\
|
|
"1.782423, 1.791080, 1.816907, 1.909800, 2.363330",\
|
|
"1.782423, 1.791080, 1.816907, 1.909800, 2.363330",\
|
|
"1.782423, 1.791080, 1.816907, 1.909800, 2.363330",\
|
|
"1.782423, 1.791080, 1.816907, 1.909800, 2.363330");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.016444, 0.024580, 0.054770, 0.184674, 0.849674",\
|
|
"0.016444, 0.024580, 0.054770, 0.184674, 0.849674",\
|
|
"0.016444, 0.024580, 0.054770, 0.184674, 0.849674",\
|
|
"0.016444, 0.024580, 0.054770, 0.184674, 0.849674",\
|
|
"0.016444, 0.024580, 0.054770, 0.184674, 0.849674");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "1.813727, 1.820284, 1.837352, 1.882471, 2.073322",\
|
|
"1.813727, 1.820284, 1.837352, 1.882471, 2.073322",\
|
|
"1.813727, 1.820284, 1.837352, 1.882471, 2.073322",\
|
|
"1.813727, 1.820284, 1.837352, 1.882471, 2.073322",\
|
|
"1.813727, 1.820284, 1.837352, 1.882471, 2.073322");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.014541, 0.019094, 0.032717, 0.080917, 0.341894",\
|
|
"0.014541, 0.019094, 0.032717, 0.080917, 0.341894",\
|
|
"0.014541, 0.019094, 0.032717, 0.080917, 0.341894",\
|
|
"0.014541, 0.019094, 0.032717, 0.080917, 0.341894",\
|
|
"0.014541, 0.019094, 0.032717, 0.080917, 0.341894");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "1.587110, 1.595766, 1.621592, 1.714484, 2.168015",\
|
|
"1.587110, 1.595766, 1.621592, 1.714484, 2.168015",\
|
|
"1.587110, 1.595766, 1.621592, 1.714484, 2.168015",\
|
|
"1.587110, 1.595766, 1.621592, 1.714484, 2.168015",\
|
|
"1.587110, 1.595766, 1.621592, 1.714484, 2.168015");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.016437, 0.024574, 0.054767, 0.184674, 0.849674",\
|
|
"0.016437, 0.024574, 0.054767, 0.184674, 0.849674",\
|
|
"0.016437, 0.024574, 0.054767, 0.184674, 0.849674",\
|
|
"0.016437, 0.024574, 0.054767, 0.184674, 0.849674",\
|
|
"0.016437, 0.024574, 0.054767, 0.184674, 0.849674");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "1.646256, 1.652818, 1.669898, 1.715005, 1.905852",\
|
|
"1.646256, 1.652818, 1.669898, 1.715005, 1.905852",\
|
|
"1.646256, 1.652818, 1.669898, 1.715005, 1.905852",\
|
|
"1.646256, 1.652818, 1.669898, 1.715005, 1.905852",\
|
|
"1.646256, 1.652818, 1.669898, 1.715005, 1.905852");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.014540, 0.019096, 0.032708, 0.080916, 0.341899",\
|
|
"0.014540, 0.019096, 0.032708, 0.080916, 0.341899",\
|
|
"0.014540, 0.019096, 0.032708, 0.080916, 0.341899",\
|
|
"0.014540, 0.019096, 0.032708, 0.080916, 0.341899",\
|
|
"0.014540, 0.019096, 0.032708, 0.080916, 0.341899");
|
|
}
|
|
|
|
} /* 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.000806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021",\
|
|
"1.416261, 1.425035, 1.450919, 1.543767, 1.997021");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754",\
|
|
"0.016667, 0.024770, 0.054800, 0.184611, 0.848754");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612",\
|
|
"1.439371, 1.445985, 1.463084, 1.508126, 1.698612");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032665, 0.080925, 0.340977");
|
|
}
|
|
|
|
} /* 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.000971 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214",\
|
|
"1.439811, 1.448672, 1.474688, 1.567629, 2.021214");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579",\
|
|
"0.017645, 0.025629, 0.055278, 0.184712, 0.849579");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770",\
|
|
"1.458031, 1.464619, 1.481748, 1.526902, 1.717770");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929",\
|
|
"0.014714, 0.019275, 0.032870, 0.080989, 0.341929");
|
|
}
|
|
|
|
} /* 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.000840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[10];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.412089, 0.420627, 0.446301, 0.539095, 0.963587",\
|
|
"0.412089, 0.420627, 0.446301, 0.539095, 0.963587",\
|
|
"0.399707, 0.408245, 0.433919, 0.526713, 0.963587",\
|
|
"0.301007, 0.309545, 0.335221, 0.428015, 0.881196",\
|
|
"-0.080747, -0.072207, -0.046530, 0.046265, 0.499447");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.015371, 0.023638, 0.054263, 0.184588, 0.848857",\
|
|
"0.015371, 0.023638, 0.054263, 0.184588, 0.848857",\
|
|
"0.015372, 0.023639, 0.054263, 0.184588, 0.848857",\
|
|
"0.015374, 0.023641, 0.054264, 0.184588, 0.848857",\
|
|
"0.015387, 0.023652, 0.054270, 0.184589, 0.848857");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.427844, 0.434454, 0.451564, 0.496589, 0.687060",\
|
|
"0.521667, 0.528277, 0.545387, 0.590412, 0.780884",\
|
|
"0.648511, 0.655121, 0.672231, 0.717256, 0.907727",\
|
|
"0.914378, 0.920988, 0.938097, 0.983123, 1.173595",\
|
|
"1.546183, 1.552792, 1.569900, 1.614927, 1.805400");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.014462, 0.019055, 0.032662, 0.080934, 0.340984",\
|
|
"0.014462, 0.019055, 0.032662, 0.080934, 0.340984",\
|
|
"0.014462, 0.019055, 0.032662, 0.080934, 0.340984",\
|
|
"0.014462, 0.019054, 0.032663, 0.080934, 0.340984",\
|
|
"0.014462, 0.019054, 0.032664, 0.080934, 0.340983");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.383049, 0.391587, 0.417261, 0.510055, 0.963236",\
|
|
"0.383049, 0.391587, 0.417261, 0.510055, 0.963236",\
|
|
"0.383049, 0.391587, 0.417261, 0.510055, 0.963236",\
|
|
"0.300709, 0.309247, 0.334922, 0.427716, 0.880897",\
|
|
"-0.080747, -0.072207, -0.046530, 0.046265, 0.499447");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.015370, 0.023637, 0.054262, 0.184588, 0.848856",\
|
|
"0.015370, 0.023637, 0.054262, 0.184588, 0.848856",\
|
|
"0.015371, 0.023638, 0.054263, 0.184588, 0.848856",\
|
|
"0.015373, 0.023640, 0.054264, 0.184588, 0.848856",\
|
|
"0.015387, 0.023652, 0.054270, 0.184589, 0.848856");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.424012, 0.430622, 0.447732, 0.492757, 0.683229",\
|
|
"0.517812, 0.524422, 0.541532, 0.586557, 0.777029",\
|
|
"0.645110, 0.651720, 0.668830, 0.713855, 0.904326",\
|
|
"0.911554, 0.918164, 0.935273, 0.980299, 1.170771",\
|
|
"1.544212, 1.550821, 1.567929, 1.612956, 1.803428");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.014462, 0.019055, 0.032662, 0.080934, 0.340984",\
|
|
"0.014462, 0.019055, 0.032662, 0.080934, 0.340984",\
|
|
"0.014462, 0.019055, 0.032662, 0.080934, 0.340984",\
|
|
"0.014462, 0.019055, 0.032662, 0.080934, 0.340984",\
|
|
"0.014462, 0.019054, 0.032664, 0.080934, 0.340983");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787",\
|
|
"1.476642, 1.485176, 1.510853, 1.603646, 2.056787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785",\
|
|
"0.015347, 0.023618, 0.054252, 0.184573, 0.848785");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410",\
|
|
"1.581193, 1.587804, 1.604916, 1.649939, 1.840410");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985",\
|
|
"0.014462, 0.019055, 0.032660, 0.080934, 0.340985");
|
|
}
|
|
|
|
} /* 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 : 0.173960 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002281 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "0.019122, 0.050555, 0.107249, 0.259614, 0.802557",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802557",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802557",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802557",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802557");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979",\
|
|
"1.529565, 1.581580, 1.671879, 1.912251, 2.770979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221",\
|
|
"0.033224, 0.108667, 0.241215, 0.590662, 1.840221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531",\
|
|
"1.591492, 1.619135, 1.663706, 1.781261, 2.198531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.011607, 0.027015, 0.067876, 0.212281");
|
|
values ( "0.019122, 0.050555, 0.107249, 0.259614, 0.802519",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802519",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802519",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802519",\
|
|
"0.019122, 0.050555, 0.107249, 0.259614, 0.802519");
|
|
}
|
|
|
|
} /* 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.000818 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[8];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.393850, 0.402394, 0.428070, 0.520864, 0.942878",\
|
|
"0.393850, 0.402394, 0.428070, 0.520864, 0.942878",\
|
|
"0.393850, 0.402394, 0.428070, 0.520864, 0.942878",\
|
|
"0.381942, 0.390486, 0.416162, 0.508956, 0.942878",\
|
|
"0.319490, 0.328033, 0.353710, 0.446504, 0.899698");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015350, 0.023618, 0.054243, 0.184569, 0.848855",\
|
|
"0.015350, 0.023618, 0.054243, 0.184569, 0.848855",\
|
|
"0.015350, 0.023619, 0.054243, 0.184569, 0.848856",\
|
|
"0.015350, 0.023619, 0.054244, 0.184570, 0.848857",\
|
|
"0.015352, 0.023620, 0.054244, 0.184570, 0.848858");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.403600, 0.410217, 0.427330, 0.472355, 0.662833",\
|
|
"0.455070, 0.461687, 0.478801, 0.523826, 0.714303",\
|
|
"0.515944, 0.522560, 0.539674, 0.584699, 0.775177",\
|
|
"0.617970, 0.624587, 0.641700, 0.686726, 0.877203",\
|
|
"0.808661, 0.815278, 0.832391, 0.877416, 1.067894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.362671, 0.371215, 0.396891, 0.489685, 0.942878",\
|
|
"0.362671, 0.371215, 0.396891, 0.489685, 0.942878",\
|
|
"0.362671, 0.371215, 0.396891, 0.489685, 0.942878",\
|
|
"0.362671, 0.371215, 0.396891, 0.489685, 0.942878",\
|
|
"0.319490, 0.328033, 0.353710, 0.446504, 0.899698");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015350, 0.023618, 0.054243, 0.184569, 0.848855",\
|
|
"0.015350, 0.023618, 0.054243, 0.184569, 0.848855",\
|
|
"0.015350, 0.023619, 0.054243, 0.184569, 0.848856",\
|
|
"0.015350, 0.023619, 0.054244, 0.184570, 0.848857",\
|
|
"0.015352, 0.023620, 0.054244, 0.184570, 0.848858");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.403543, 0.410160, 0.427273, 0.472298, 0.662776",\
|
|
"0.455013, 0.461630, 0.478744, 0.523769, 0.714246",\
|
|
"0.515889, 0.522506, 0.539619, 0.584644, 0.775122",\
|
|
"0.617970, 0.624587, 0.641700, 0.686726, 0.877203",\
|
|
"0.808661, 0.815278, 0.832391, 0.877416, 1.067894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984",\
|
|
"0.014450, 0.019047, 0.032655, 0.080927, 0.340984");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708",\
|
|
"1.600510, 1.609053, 1.634730, 1.727523, 2.180708");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841",\
|
|
"0.015345, 0.023615, 0.054241, 0.184566, 0.848841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962",\
|
|
"1.670729, 1.677346, 1.694462, 1.739485, 1.929962");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985",\
|
|
"0.014450, 0.019047, 0.032654, 0.080927, 0.340985");
|
|
}
|
|
|
|
} /* 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.001388 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300",\
|
|
"1.410478, 1.418949, 1.444703, 1.537638, 1.991300");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565",\
|
|
"0.016417, 0.024574, 0.054931, 0.184929, 0.850565");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517",\
|
|
"1.469753, 1.476190, 1.493209, 1.538385, 1.729517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790",\
|
|
"0.014773, 0.019233, 0.032825, 0.080980, 0.342790");
|
|
}
|
|
|
|
} /* 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.000818 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[6];
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.364498, 0.373612, 0.399809, 0.492740, 0.928942",\
|
|
"0.364498, 0.373612, 0.399809, 0.492740, 0.928942",\
|
|
"0.363468, 0.372583, 0.398780, 0.491710, 0.928942",\
|
|
"0.345018, 0.354133, 0.380330, 0.473260, 0.926588",\
|
|
"0.276629, 0.285744, 0.311941, 0.404871, 0.858199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018693, 0.026543, 0.055670, 0.184697, 0.848595",\
|
|
"0.018693, 0.026543, 0.055671, 0.184697, 0.848595",\
|
|
"0.018693, 0.026543, 0.055671, 0.184697, 0.848595",\
|
|
"0.018693, 0.026543, 0.055671, 0.184697, 0.848595",\
|
|
"0.018694, 0.026544, 0.055671, 0.184697, 0.848595");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.401231, 0.408043, 0.425563, 0.470842, 0.661423",\
|
|
"0.446852, 0.453664, 0.471184, 0.516463, 0.707044",\
|
|
"0.487497, 0.494309, 0.511829, 0.557108, 0.747690",\
|
|
"0.558823, 0.565635, 0.583156, 0.628435, 0.819016",\
|
|
"0.697528, 0.704340, 0.721861, 0.767140, 0.957722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015697, 0.020337, 0.033744, 0.081454, 0.341223",\
|
|
"0.015697, 0.020337, 0.033745, 0.081454, 0.341223",\
|
|
"0.015697, 0.020338, 0.033745, 0.081455, 0.341223",\
|
|
"0.015698, 0.020339, 0.033746, 0.081455, 0.341223",\
|
|
"0.015699, 0.020340, 0.033747, 0.081456, 0.341223");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.347372, 0.356486, 0.382683, 0.475614, 0.928942",\
|
|
"0.347372, 0.356486, 0.382683, 0.475614, 0.928942",\
|
|
"0.347372, 0.356486, 0.382683, 0.475614, 0.928942",\
|
|
"0.345018, 0.354133, 0.380330, 0.473260, 0.926588",\
|
|
"0.276629, 0.285744, 0.311941, 0.404871, 0.858199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018693, 0.026543, 0.055670, 0.184697, 0.848595",\
|
|
"0.018693, 0.026543, 0.055671, 0.184697, 0.848595",\
|
|
"0.018693, 0.026543, 0.055671, 0.184697, 0.848595",\
|
|
"0.018693, 0.026543, 0.055671, 0.184697, 0.848595",\
|
|
"0.018694, 0.026544, 0.055671, 0.184697, 0.848595");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.401231, 0.408043, 0.425563, 0.470842, 0.661423",\
|
|
"0.446852, 0.453664, 0.471184, 0.516463, 0.707044",\
|
|
"0.487497, 0.494309, 0.511829, 0.557108, 0.747690",\
|
|
"0.558823, 0.565635, 0.583156, 0.628435, 0.819016",\
|
|
"0.697528, 0.704340, 0.721861, 0.767140, 0.957722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015697, 0.020337, 0.033744, 0.081454, 0.341223",\
|
|
"0.015697, 0.020337, 0.033745, 0.081454, 0.341223",\
|
|
"0.015697, 0.020338, 0.033745, 0.081455, 0.341223",\
|
|
"0.015698, 0.020339, 0.033746, 0.081455, 0.341223",\
|
|
"0.015699, 0.020340, 0.033747, 0.081456, 0.341223");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.408510, 0.417624, 0.443820, 0.536750, 0.972617",\
|
|
"0.408510, 0.417624, 0.443820, 0.536750, 0.972617",\
|
|
"0.406973, 0.416086, 0.442282, 0.535212, 0.972617",\
|
|
"0.387606, 0.396719, 0.422915, 0.515845, 0.969172",\
|
|
"0.321339, 0.330452, 0.356648, 0.449578, 0.902906");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.460460, 0.467256, 0.484743, 0.530005, 0.720580",\
|
|
"0.505896, 0.512691, 0.530178, 0.575441, 0.766015",\
|
|
"0.547948, 0.554743, 0.572228, 0.617490, 0.808065",\
|
|
"0.621812, 0.628606, 0.646090, 0.691352, 0.881925",\
|
|
"0.765043, 0.771839, 0.789325, 0.834587, 1.025162");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015603, 0.020240, 0.033665, 0.081415, 0.341204",\
|
|
"0.015603, 0.020240, 0.033665, 0.081415, 0.341204",\
|
|
"0.015601, 0.020238, 0.033664, 0.081414, 0.341203",\
|
|
"0.015601, 0.020238, 0.033664, 0.081414, 0.341203",\
|
|
"0.015601, 0.020238, 0.033664, 0.081414, 0.341203");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.391046, 0.400159, 0.426355, 0.519285, 0.972613",\
|
|
"0.391046, 0.400159, 0.426355, 0.519285, 0.972613",\
|
|
"0.391046, 0.400159, 0.426355, 0.519285, 0.972613",\
|
|
"0.387605, 0.396718, 0.422914, 0.515844, 0.969172",\
|
|
"0.321338, 0.330451, 0.356647, 0.449577, 0.902905");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.459140, 0.465918, 0.483367, 0.528612, 0.719178",\
|
|
"0.504576, 0.511353, 0.528802, 0.574047, 0.764614",\
|
|
"0.546684, 0.553462, 0.570911, 0.616156, 0.806722",\
|
|
"0.620578, 0.627356, 0.644805, 0.690049, 0.880616",\
|
|
"0.763697, 0.770474, 0.787922, 0.833166, 1.023732");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015497, 0.020129, 0.033575, 0.081371, 0.341182",\
|
|
"0.015497, 0.020129, 0.033575, 0.081371, 0.341182",\
|
|
"0.015496, 0.020129, 0.033575, 0.081370, 0.341182",\
|
|
"0.015496, 0.020129, 0.033575, 0.081370, 0.341182",\
|
|
"0.015493, 0.020126, 0.033572, 0.081369, 0.341181");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.493197, 0.499993, 0.517479, 0.562742, 0.735856",\
|
|
"0.493197, 0.499993, 0.517479, 0.562742, 0.735856",\
|
|
"0.491525, 0.498320, 0.515805, 0.561067, 0.735856",\
|
|
"0.471839, 0.478633, 0.496117, 0.541378, 0.731952",\
|
|
"0.404232, 0.411028, 0.428514, 0.473776, 0.664351");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015603, 0.020240, 0.033665, 0.081415, 0.341204",\
|
|
"0.015603, 0.020240, 0.033665, 0.081415, 0.341204",\
|
|
"0.015601, 0.020238, 0.033664, 0.081414, 0.341203",\
|
|
"0.015601, 0.020238, 0.033664, 0.081414, 0.341203",\
|
|
"0.015601, 0.020238, 0.033664, 0.081414, 0.341203");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.396083, 0.405196, 0.431392, 0.524322, 0.977650",\
|
|
"0.441518, 0.450631, 0.476827, 0.569758, 1.023085",\
|
|
"0.484120, 0.493233, 0.519429, 0.612360, 1.065687",\
|
|
"0.558527, 0.567641, 0.593836, 0.686767, 1.140094",\
|
|
"0.702189, 0.711302, 0.737497, 0.830428, 1.283755");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596",\
|
|
"0.018687, 0.026538, 0.055668, 0.184697, 0.848596");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.474416, 0.481194, 0.498643, 0.543888, 0.734455",\
|
|
"0.474416, 0.481194, 0.498643, 0.543888, 0.734455",\
|
|
"0.474416, 0.481194, 0.498643, 0.543888, 0.734455",\
|
|
"0.470605, 0.477383, 0.494831, 0.540076, 0.730643",\
|
|
"0.402886, 0.409663, 0.427111, 0.472355, 0.662921");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015497, 0.020129, 0.033575, 0.081371, 0.341182",\
|
|
"0.015497, 0.020129, 0.033575, 0.081371, 0.341182",\
|
|
"0.015496, 0.020129, 0.033575, 0.081370, 0.341182",\
|
|
"0.015496, 0.020129, 0.033575, 0.081370, 0.341182",\
|
|
"0.015493, 0.020126, 0.033572, 0.081369, 0.341181");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.396079, 0.405192, 0.431388, 0.524318, 0.977646",\
|
|
"0.441514, 0.450627, 0.476823, 0.569753, 1.023081",\
|
|
"0.484119, 0.493232, 0.519428, 0.612358, 1.065686",\
|
|
"0.558527, 0.567640, 0.593836, 0.686766, 1.140094",\
|
|
"0.702188, 0.711301, 0.737497, 0.830427, 1.283755");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596",\
|
|
"0.018685, 0.026536, 0.055667, 0.184697, 0.848596");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078",\
|
|
"1.663507, 1.672622, 1.698819, 1.791749, 2.245078");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595",\
|
|
"0.018695, 0.026545, 0.055671, 0.184697, 0.848595");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870",\
|
|
"1.738558, 1.745396, 1.762972, 1.808278, 1.998870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255",\
|
|
"0.015853, 0.020499, 0.033877, 0.081520, 0.341255");
|
|
}
|
|
|
|
} /* 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.000840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947",\
|
|
"1.374297, 1.382964, 1.408760, 1.501605, 1.954947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095",\
|
|
"0.016124, 0.024295, 0.054579, 0.184595, 0.849095");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074",\
|
|
"1.400695, 1.407311, 1.424437, 1.469471, 1.660074");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297",\
|
|
"0.014463, 0.019055, 0.032648, 0.080912, 0.341297");
|
|
}
|
|
|
|
} /* 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.000806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063",\
|
|
"1.387296, 1.396073, 1.421959, 1.514808, 1.968063");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752",\
|
|
"0.016683, 0.024784, 0.054807, 0.184611, 0.848752");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600",\
|
|
"1.410359, 1.416973, 1.434071, 1.479114, 1.669600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977",\
|
|
"0.014442, 0.019040, 0.032666, 0.080925, 0.340977");
|
|
}
|
|
|
|
} /* 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.000972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044",\
|
|
"1.409961, 1.418817, 1.444820, 1.537722, 1.991044");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985",\
|
|
"0.017630, 0.025618, 0.055283, 0.184755, 0.848985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747",\
|
|
"1.428336, 1.434921, 1.452037, 1.497151, 1.687747");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310",\
|
|
"0.014708, 0.019271, 0.032875, 0.081028, 0.341310");
|
|
}
|
|
|
|
} /* 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.000872 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570",\
|
|
"1.380958, 1.389676, 1.415522, 1.508362, 1.961570");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769",\
|
|
"0.016518, 0.024643, 0.054767, 0.184657, 0.848769");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393",\
|
|
"1.405200, 1.411798, 1.428897, 1.473928, 1.664393");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981",\
|
|
"0.014479, 0.019065, 0.032677, 0.080944, 0.340981");
|
|
}
|
|
|
|
} /* 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.000966 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.634922, 0.643640, 0.669519, 0.762425, 1.215978",\
|
|
"0.669960, 0.678677, 0.704557, 0.797463, 1.251016",\
|
|
"0.697052, 0.705769, 0.731649, 0.824555, 1.278107",\
|
|
"0.720430, 0.729147, 0.755027, 0.847933, 1.301486",\
|
|
"0.722265, 0.730983, 0.756862, 0.849768, 1.303321");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.757331, 0.763964, 0.781186, 0.826385, 1.017273",\
|
|
"0.807960, 0.814593, 0.831815, 0.877014, 1.067902",\
|
|
"0.869340, 0.875974, 0.893195, 0.938394, 1.129283",\
|
|
"0.970472, 0.977105, 0.994327, 1.039526, 1.230415",\
|
|
"1.144474, 1.151108, 1.168330, 1.213529, 1.404417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.634922, 0.643640, 0.669519, 0.762425, 1.215978",\
|
|
"0.669960, 0.678677, 0.704557, 0.797463, 1.251016",\
|
|
"0.697052, 0.705769, 0.731649, 0.824555, 1.278107",\
|
|
"0.720430, 0.729147, 0.755027, 0.847933, 1.301486",\
|
|
"0.722265, 0.730983, 0.756862, 0.849768, 1.303321");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184675, 0.849648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.757331, 0.763964, 0.781186, 0.826385, 1.017273",\
|
|
"0.807960, 0.814593, 0.831815, 0.877014, 1.067902",\
|
|
"0.869340, 0.875974, 0.893195, 0.938394, 1.129283",\
|
|
"0.970472, 0.977105, 0.994327, 1.039526, 1.230415",\
|
|
"1.144474, 1.151108, 1.168330, 1.213529, 1.404417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.164319, 1.173036, 1.198916, 1.291822, 1.714228",\
|
|
"1.164319, 1.173036, 1.198916, 1.291822, 1.714228",\
|
|
"1.164319, 1.173036, 1.198916, 1.291822, 1.714228",\
|
|
"1.152364, 1.161081, 1.186961, 1.279867, 1.714228",\
|
|
"1.089667, 1.098384, 1.124264, 1.217170, 1.670723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.515050, 1.521683, 1.538905, 1.584104, 1.774992",\
|
|
"1.566524, 1.573157, 1.590379, 1.635578, 1.826466",\
|
|
"1.627081, 1.633714, 1.650936, 1.696135, 1.887023",\
|
|
"1.729345, 1.735978, 1.753200, 1.798399, 1.989287",\
|
|
"1.918544, 1.925177, 1.942399, 1.987598, 2.178487");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.132194, 1.140911, 1.166791, 1.259697, 1.713250",\
|
|
"1.132194, 1.140911, 1.166791, 1.259697, 1.713250",\
|
|
"1.132194, 1.140911, 1.166791, 1.259697, 1.713250",\
|
|
"1.132194, 1.140911, 1.166791, 1.259697, 1.713250",\
|
|
"1.088689, 1.097406, 1.123286, 1.216192, 1.669745");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.514080, 1.520713, 1.537935, 1.583134, 1.774022",\
|
|
"1.565554, 1.572188, 1.589409, 1.634608, 1.825497",\
|
|
"1.626159, 1.632793, 1.650014, 1.695213, 1.886102",\
|
|
"1.729295, 1.735928, 1.753150, 1.798349, 1.989237",\
|
|
"1.918494, 1.925127, 1.942349, 1.987548, 2.178436");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.356726, 1.363360, 1.380581, 1.425781, 1.585522",\
|
|
"1.356726, 1.363360, 1.380581, 1.425781, 1.585522",\
|
|
"1.356726, 1.363360, 1.380581, 1.425781, 1.585522",\
|
|
"1.344772, 1.351405, 1.368627, 1.413826, 1.585522",\
|
|
"1.282075, 1.288708, 1.305930, 1.351129, 1.542017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.285221, 1.293939, 1.319818, 1.412724, 1.866277",\
|
|
"1.336696, 1.345413, 1.371293, 1.464199, 1.917751",\
|
|
"1.397252, 1.405970, 1.431850, 1.524756, 1.978308",\
|
|
"1.499517, 1.508234, 1.534114, 1.627020, 2.080573",\
|
|
"1.688716, 1.697433, 1.723313, 1.816219, 2.269771");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.325528, 1.332161, 1.349383, 1.394582, 1.585470",\
|
|
"1.325528, 1.332161, 1.349383, 1.394582, 1.585470",\
|
|
"1.325528, 1.332161, 1.349383, 1.394582, 1.585470",\
|
|
"1.325528, 1.332161, 1.349383, 1.394582, 1.585470",\
|
|
"1.282023, 1.288656, 1.305878, 1.351077, 1.541965");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.283326, 1.292043, 1.317923, 1.410829, 1.864381",\
|
|
"1.334800, 1.343517, 1.369397, 1.462303, 1.915856",\
|
|
"1.395405, 1.404122, 1.430002, 1.522908, 1.976461",\
|
|
"1.498540, 1.507258, 1.533138, 1.626043, 2.079596",\
|
|
"1.687739, 1.696456, 1.722336, 1.815242, 2.268795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.417465, 0.426183, 0.452064, 0.544970, 0.964500",\
|
|
"0.417465, 0.426183, 0.452064, 0.544970, 0.964500",\
|
|
"0.417465, 0.426183, 0.452064, 0.544970, 0.964500",\
|
|
"0.411663, 0.420381, 0.446262, 0.539168, 0.964500",\
|
|
"0.363863, 0.372582, 0.398462, 0.491369, 0.944922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016768, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016768, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016768, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016769, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016770, 0.024864, 0.054903, 0.184675, 0.849647");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.432732, 0.439343, 0.456519, 0.501696, 0.692575",\
|
|
"0.479392, 0.486004, 0.503179, 0.548356, 0.739235",\
|
|
"0.532878, 0.539490, 0.556665, 0.601842, 0.792721",\
|
|
"0.620109, 0.626720, 0.643896, 0.689073, 0.879952",\
|
|
"0.774353, 0.780965, 0.798140, 0.843317, 1.034196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014841, 0.019409, 0.032978, 0.081042, 0.341956",\
|
|
"0.014841, 0.019409, 0.032978, 0.081042, 0.341956",\
|
|
"0.014841, 0.019409, 0.032978, 0.081042, 0.341956",\
|
|
"0.014841, 0.019408, 0.032978, 0.081042, 0.341955",\
|
|
"0.014840, 0.019408, 0.032978, 0.081042, 0.341955");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.383442, 0.392160, 0.418041, 0.510947, 0.964500",\
|
|
"0.383442, 0.392160, 0.418041, 0.510947, 0.964500",\
|
|
"0.383442, 0.392160, 0.418041, 0.510947, 0.964500",\
|
|
"0.383442, 0.392160, 0.418041, 0.510947, 0.964500",\
|
|
"0.363863, 0.372582, 0.398462, 0.491369, 0.944922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016768, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016768, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016768, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016769, 0.024863, 0.054902, 0.184675, 0.849647",\
|
|
"0.016770, 0.024864, 0.054903, 0.184675, 0.849647");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.432732, 0.439343, 0.456519, 0.501696, 0.692575",\
|
|
"0.479392, 0.486004, 0.503179, 0.548356, 0.739235",\
|
|
"0.532878, 0.539490, 0.556665, 0.601842, 0.792721",\
|
|
"0.620109, 0.626720, 0.643896, 0.689073, 0.879952",\
|
|
"0.774353, 0.780965, 0.798140, 0.843317, 1.034196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014841, 0.019409, 0.032978, 0.081042, 0.341956",\
|
|
"0.014841, 0.019409, 0.032978, 0.081042, 0.341956",\
|
|
"0.014841, 0.019409, 0.032978, 0.081042, 0.341956",\
|
|
"0.014841, 0.019408, 0.032978, 0.081042, 0.341955",\
|
|
"0.014840, 0.019408, 0.032978, 0.081042, 0.341955");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "2.728159, 2.736876, 2.762756, 2.855662, 3.309215",\
|
|
"2.728159, 2.736876, 2.762756, 2.855662, 3.309215",\
|
|
"2.728159, 2.736876, 2.762756, 2.855662, 3.309215",\
|
|
"2.728159, 2.736876, 2.762756, 2.855662, 3.309215",\
|
|
"2.728159, 2.736876, 2.762756, 2.855662, 3.309215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "2.957988, 2.964621, 2.981843, 3.027042, 3.217930",\
|
|
"2.957988, 2.964621, 2.981843, 3.027042, 3.217930",\
|
|
"2.957988, 2.964621, 2.981843, 3.027042, 3.217930",\
|
|
"2.957988, 2.964621, 2.981843, 3.027042, 3.217930",\
|
|
"2.957988, 2.964621, 2.981843, 3.027042, 3.217930");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.755432, 1.764150, 1.790030, 1.882935, 2.336488",\
|
|
"1.755432, 1.764150, 1.790030, 1.882935, 2.336488",\
|
|
"1.755432, 1.764150, 1.790030, 1.882935, 2.336488",\
|
|
"1.755432, 1.764150, 1.790030, 1.882935, 2.336488",\
|
|
"1.755432, 1.764150, 1.790030, 1.882935, 2.336488");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648",\
|
|
"0.016763, 0.024858, 0.054900, 0.184674, 0.849648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.982249, 1.988882, 2.006104, 2.051303, 2.242192",\
|
|
"1.982249, 1.988882, 2.006104, 2.051303, 2.242192",\
|
|
"1.982249, 1.988882, 2.006104, 2.051303, 2.242192",\
|
|
"1.982249, 1.988882, 2.006104, 2.051303, 2.242192",\
|
|
"1.982249, 1.988882, 2.006104, 2.051303, 2.242192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982",\
|
|
"0.014970, 0.019543, 0.033087, 0.081096, 0.341982");
|
|
}
|
|
|
|
} /* 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.000839 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.376685, 0.385472, 0.411375, 0.504228, 0.957469",\
|
|
"0.407155, 0.415942, 0.441845, 0.534699, 0.987939",\
|
|
"0.422936, 0.431723, 0.457626, 0.550480, 0.992858",\
|
|
"0.430799, 0.439586, 0.465489, 0.558343, 0.992858",\
|
|
"0.430799, 0.439586, 0.465489, 0.558343, 0.992858");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016835, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016835, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016835, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016836, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016838, 0.024921, 0.054888, 0.184643, 0.848742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.467822, 0.474484, 0.491699, 0.536832, 0.727346",\
|
|
"0.516758, 0.523420, 0.540634, 0.585768, 0.776282",\
|
|
"0.565145, 0.571807, 0.589022, 0.634156, 0.824670",\
|
|
"0.643030, 0.649692, 0.666909, 0.712043, 0.902557",\
|
|
"0.778388, 0.785052, 0.802270, 0.847405, 1.037920");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.014860, 0.019463, 0.033033, 0.081105, 0.341049",\
|
|
"0.014860, 0.019463, 0.033033, 0.081105, 0.341049",\
|
|
"0.014862, 0.019465, 0.033034, 0.081105, 0.341049",\
|
|
"0.014865, 0.019468, 0.033037, 0.081107, 0.341050",\
|
|
"0.014871, 0.019475, 0.033042, 0.081109, 0.341051");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.376674, 0.385461, 0.411363, 0.504216, 0.957457",\
|
|
"0.407145, 0.415931, 0.441833, 0.534687, 0.987927",\
|
|
"0.412056, 0.420842, 0.446745, 0.539598, 0.992839",\
|
|
"0.412056, 0.420842, 0.446745, 0.539598, 0.992839",\
|
|
"0.412056, 0.420842, 0.446745, 0.539598, 0.992839");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.466511, 0.473155, 0.490332, 0.535447, 0.725954",\
|
|
"0.515447, 0.522091, 0.539268, 0.584383, 0.774890",\
|
|
"0.563807, 0.570451, 0.587628, 0.632743, 0.823249",\
|
|
"0.641650, 0.648295, 0.665471, 0.710586, 0.901093",\
|
|
"0.776925, 0.783569, 0.800746, 0.845861, 1.036367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.014754, 0.019354, 0.032944, 0.081060, 0.341027",\
|
|
"0.014754, 0.019354, 0.032944, 0.081060, 0.341027",\
|
|
"0.014754, 0.019353, 0.032943, 0.081060, 0.341027",\
|
|
"0.014754, 0.019353, 0.032943, 0.081060, 0.341027",\
|
|
"0.014753, 0.019352, 0.032942, 0.081060, 0.341027");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.472902, 0.479564, 0.496778, 0.541912, 0.732426",\
|
|
"0.503372, 0.510034, 0.527248, 0.572382, 0.762896",\
|
|
"0.518926, 0.525589, 0.542804, 0.587937, 0.765824",\
|
|
"0.526301, 0.532964, 0.550180, 0.595314, 0.765824",\
|
|
"0.526301, 0.532964, 0.550180, 0.595314, 0.765824");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.014860, 0.019463, 0.033033, 0.081105, 0.341049",\
|
|
"0.014860, 0.019463, 0.033033, 0.081105, 0.341049",\
|
|
"0.014862, 0.019465, 0.033034, 0.081105, 0.341049",\
|
|
"0.014865, 0.019468, 0.033037, 0.081107, 0.341050",\
|
|
"0.014871, 0.019475, 0.033042, 0.081109, 0.341051");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.390181, 0.398968, 0.424871, 0.517725, 0.970966",\
|
|
"0.439117, 0.447904, 0.473807, 0.566661, 1.019902",\
|
|
"0.487636, 0.496423, 0.522326, 0.615179, 1.068420",\
|
|
"0.565752, 0.574539, 0.600442, 0.693296, 1.146537",\
|
|
"0.701573, 0.710361, 0.736264, 0.829118, 1.282359");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016835, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016835, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016835, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016836, 0.024919, 0.054887, 0.184643, 0.848742",\
|
|
"0.016838, 0.024921, 0.054888, 0.184643, 0.848742");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.471591, 0.478235, 0.495412, 0.540527, 0.731034",\
|
|
"0.502061, 0.508705, 0.525882, 0.570997, 0.761504",\
|
|
"0.504830, 0.511474, 0.528650, 0.573765, 0.764271",\
|
|
"0.504830, 0.511474, 0.528650, 0.573765, 0.764271",\
|
|
"0.504830, 0.511474, 0.528650, 0.573765, 0.764271");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.014754, 0.019354, 0.032944, 0.081060, 0.341027",\
|
|
"0.014754, 0.019354, 0.032944, 0.081060, 0.341027",\
|
|
"0.014754, 0.019353, 0.032943, 0.081060, 0.341027",\
|
|
"0.014754, 0.019353, 0.032943, 0.081060, 0.341027",\
|
|
"0.014753, 0.019352, 0.032942, 0.081060, 0.341027");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.390171, 0.398957, 0.424860, 0.517713, 0.970954",\
|
|
"0.439107, 0.447893, 0.473795, 0.566649, 1.019890",\
|
|
"0.487625, 0.496412, 0.522314, 0.615167, 1.068408",\
|
|
"0.565740, 0.574526, 0.600428, 0.693282, 1.146523",\
|
|
"0.701557, 0.710343, 0.736246, 0.829099, 1.282340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743",\
|
|
"0.016830, 0.024914, 0.054885, 0.184642, 0.848743");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.340681, 0.349464, 0.375363, 0.468216, 0.904125",\
|
|
"0.340681, 0.349464, 0.375363, 0.468216, 0.904125",\
|
|
"0.339307, 0.348090, 0.373989, 0.466842, 0.904125",\
|
|
"0.320149, 0.328932, 0.354831, 0.447684, 0.900923",\
|
|
"0.253932, 0.262714, 0.288614, 0.381467, 0.834706");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016811, 0.024897, 0.054877, 0.184642, 0.848744");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.378342, 0.385013, 0.402246, 0.447389, 0.637907",\
|
|
"0.423658, 0.430329, 0.447562, 0.492705, 0.683223",\
|
|
"0.465580, 0.472251, 0.489484, 0.534627, 0.725145",\
|
|
"0.538915, 0.545586, 0.562820, 0.607963, 0.798481",\
|
|
"0.681640, 0.688311, 0.705545, 0.750688, 0.941206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.014913, 0.019519, 0.033078, 0.081127, 0.341060",\
|
|
"0.014913, 0.019519, 0.033078, 0.081127, 0.341060",\
|
|
"0.014914, 0.019519, 0.033079, 0.081127, 0.341060",\
|
|
"0.014915, 0.019520, 0.033079, 0.081128, 0.341060",\
|
|
"0.014915, 0.019520, 0.033079, 0.081128, 0.341060");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.323351, 0.332133, 0.358032, 0.450885, 0.904125",\
|
|
"0.323351, 0.332133, 0.358032, 0.450885, 0.904125",\
|
|
"0.323351, 0.332133, 0.358032, 0.450885, 0.904125",\
|
|
"0.320149, 0.328932, 0.354831, 0.447684, 0.900923",\
|
|
"0.253932, 0.262714, 0.288614, 0.381467, 0.834706");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016810, 0.024897, 0.054876, 0.184642, 0.848744",\
|
|
"0.016811, 0.024897, 0.054877, 0.184642, 0.848744");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.378342, 0.385013, 0.402246, 0.447389, 0.637907",\
|
|
"0.423658, 0.430329, 0.447562, 0.492705, 0.683223",\
|
|
"0.465580, 0.472251, 0.489484, 0.534627, 0.725145",\
|
|
"0.538915, 0.545586, 0.562820, 0.607963, 0.798481",\
|
|
"0.681640, 0.688311, 0.705545, 0.750688, 0.941206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.014913, 0.019519, 0.033078, 0.081127, 0.341060",\
|
|
"0.014913, 0.019519, 0.033078, 0.081127, 0.341060",\
|
|
"0.014914, 0.019519, 0.033079, 0.081127, 0.341060",\
|
|
"0.014915, 0.019520, 0.033079, 0.081128, 0.341060",\
|
|
"0.014915, 0.019520, 0.033079, 0.081128, 0.341060");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404",\
|
|
"1.568630, 1.577412, 1.603311, 1.696164, 2.149404");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744",\
|
|
"0.016809, 0.024896, 0.054876, 0.184642, 0.848744");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833",\
|
|
"1.670164, 1.676858, 1.694140, 1.739305, 1.929833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088",\
|
|
"0.015049, 0.019659, 0.033193, 0.081184, 0.341088");
|
|
}
|
|
|
|
} /* 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.002891 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.017494, 0.021743, 0.034663, 0.088970, 0.348271",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.348271",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.348271",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.348271",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.348271");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390",\
|
|
"1.589329, 1.598129, 1.624826, 1.720281, 2.173390");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026",\
|
|
"0.021586, 0.029246, 0.057769, 0.193464, 0.863026");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653",\
|
|
"1.625536, 1.632012, 1.649776, 1.697530, 1.889653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.017494, 0.021743, 0.034663, 0.088970, 0.345997",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.345997",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.345997",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.345997",\
|
|
"0.017494, 0.021743, 0.034663, 0.088970, 0.345997");
|
|
}
|
|
|
|
} /* 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.003302 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.017425, 0.021614, 0.034540, 0.088331, 0.349498",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.349498",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.349498",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.349498",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.349498");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489",\
|
|
"1.662957, 1.671863, 1.698875, 1.794515, 2.247489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198",\
|
|
"0.022706, 0.030410, 0.058700, 0.194439, 0.864198");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621",\
|
|
"1.536372, 1.542723, 1.560367, 1.605984, 1.800621");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.017425, 0.021614, 0.034540, 0.088331, 0.346852",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.346852",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.346852",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.346852",\
|
|
"0.017425, 0.021614, 0.034540, 0.088331, 0.346852");
|
|
}
|
|
|
|
} /* 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.005432 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.017549, 0.021486, 0.034415, 0.087897, 0.352341",\
|
|
"0.017549, 0.021486, 0.034415, 0.087897, 0.352341",\
|
|
"0.017549, 0.021486, 0.034415, 0.087897, 0.352341",\
|
|
"0.017549, 0.021486, 0.034415, 0.087897, 0.352341",\
|
|
"0.017549, 0.021486, 0.034415, 0.087897, 0.352341");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956",\
|
|
"1.537033, 1.545007, 1.571145, 1.665358, 2.119956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066",\
|
|
"0.021559, 0.029261, 0.058624, 0.195490, 0.869066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349",\
|
|
"1.585768, 1.591546, 1.608645, 1.655160, 1.849349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.017549, 0.021486, 0.034415, 0.087196, 0.348722",\
|
|
"0.017549, 0.021486, 0.034415, 0.087196, 0.348722",\
|
|
"0.017549, 0.021486, 0.034415, 0.087196, 0.348722",\
|
|
"0.017549, 0.021486, 0.034415, 0.087196, 0.348722",\
|
|
"0.017549, 0.021486, 0.034415, 0.087196, 0.348722");
|
|
}
|
|
|
|
} /* 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.003394 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.016057, 0.020173, 0.033251, 0.087794, 0.355505",\
|
|
"0.016057, 0.020173, 0.033251, 0.087794, 0.355505",\
|
|
"0.016057, 0.020173, 0.033251, 0.087794, 0.355505",\
|
|
"0.016057, 0.020173, 0.033251, 0.087794, 0.355505",\
|
|
"0.016057, 0.020173, 0.033251, 0.087794, 0.355505");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111",\
|
|
"1.501544, 1.509821, 1.536043, 1.630360, 2.087111");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240",\
|
|
"0.018822, 0.026704, 0.056395, 0.194618, 0.873240");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039",\
|
|
"1.557133, 1.563291, 1.580615, 1.627226, 1.823039");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.016057, 0.020173, 0.033251, 0.086891, 0.350715",\
|
|
"0.016057, 0.020173, 0.033251, 0.086891, 0.350715",\
|
|
"0.016057, 0.020173, 0.033251, 0.086891, 0.350715",\
|
|
"0.016057, 0.020173, 0.033251, 0.086891, 0.350715",\
|
|
"0.016057, 0.020173, 0.033251, 0.086891, 0.350715");
|
|
}
|
|
|
|
} /* 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.003551 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.016592, 0.020735, 0.033825, 0.088034, 0.349333",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.349333",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.349333",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.349333",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.349333");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823",\
|
|
"1.528592, 1.536903, 1.563081, 1.658696, 2.111823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283",\
|
|
"0.019837, 0.027633, 0.057067, 0.194290, 0.865283");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570",\
|
|
"1.580163, 1.586314, 1.603602, 1.649077, 1.843570");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.016592, 0.020735, 0.033825, 0.088034, 0.346673",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.346673",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.346673",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.346673",\
|
|
"0.016592, 0.020735, 0.033825, 0.088034, 0.346673");
|
|
}
|
|
|
|
} /* 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.003624 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.017061, 0.021205, 0.034211, 0.088241, 0.349401",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.349401",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.349401",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.349401",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.349401");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940",\
|
|
"1.641961, 1.650629, 1.677340, 1.772995, 2.225940");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645",\
|
|
"0.022273, 0.029910, 0.058422, 0.194575, 0.864645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391",\
|
|
"1.518731, 1.524932, 1.542352, 1.587879, 1.782391");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.017061, 0.021205, 0.034211, 0.088241, 0.346758",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.346758",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.346758",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.346758",\
|
|
"0.017061, 0.021205, 0.034211, 0.088241, 0.346758");
|
|
}
|
|
|
|
} /* 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.005371 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.016853, 0.020788, 0.033816, 0.087932, 0.353696",\
|
|
"0.016853, 0.020788, 0.033816, 0.087932, 0.353696",\
|
|
"0.016853, 0.020788, 0.033816, 0.087932, 0.353696",\
|
|
"0.016853, 0.020788, 0.033816, 0.087932, 0.353696",\
|
|
"0.016853, 0.020788, 0.033816, 0.087932, 0.353696");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124",\
|
|
"1.494007, 1.501872, 1.527866, 1.622086, 2.077124");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051",\
|
|
"0.020228, 0.028094, 0.057973, 0.195818, 0.871051");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575",\
|
|
"1.549782, 1.555492, 1.572431, 1.618912, 1.813575");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.016853, 0.020788, 0.033816, 0.087146, 0.349570",\
|
|
"0.016853, 0.020788, 0.033816, 0.087146, 0.349570",\
|
|
"0.016853, 0.020788, 0.033816, 0.087146, 0.349570",\
|
|
"0.016853, 0.020788, 0.033816, 0.087146, 0.349570",\
|
|
"0.016853, 0.020788, 0.033816, 0.087146, 0.349570");
|
|
}
|
|
|
|
} /* 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.002378 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.015687, 0.019960, 0.033259, 0.087070, 0.345017",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.345017",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.345017",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.345017",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.345017");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926",\
|
|
"1.499397, 1.507812, 1.533854, 1.628758, 2.086926");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236",\
|
|
"0.018149, 0.026098, 0.055902, 0.191760, 0.864236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987",\
|
|
"1.555138, 1.561452, 1.578680, 1.625687, 1.816987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.015687, 0.019960, 0.033259, 0.087070, 0.342517",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.342517",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.342517",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.342517",\
|
|
"0.015687, 0.019960, 0.033259, 0.087070, 0.342517");
|
|
}
|
|
|
|
} /* 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.005726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.016818, 0.020705, 0.033701, 0.088745, 0.356571",\
|
|
"0.016818, 0.020705, 0.033701, 0.088745, 0.356571",\
|
|
"0.016818, 0.020705, 0.033701, 0.088745, 0.356571",\
|
|
"0.016818, 0.020705, 0.033701, 0.088745, 0.356571",\
|
|
"0.016818, 0.020705, 0.033701, 0.088745, 0.356571");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805",\
|
|
"1.478655, 1.486518, 1.512630, 1.607016, 2.062805");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857",\
|
|
"0.020959, 0.028740, 0.058382, 0.196973, 0.874857");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663",\
|
|
"1.508163, 1.513794, 1.530699, 1.577336, 1.772663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.016818, 0.020705, 0.033701, 0.087738, 0.351872",\
|
|
"0.016818, 0.020705, 0.033701, 0.087738, 0.351872",\
|
|
"0.016818, 0.020705, 0.033701, 0.087738, 0.351872",\
|
|
"0.016818, 0.020705, 0.033701, 0.087738, 0.351872",\
|
|
"0.016818, 0.020705, 0.033701, 0.087738, 0.351872");
|
|
}
|
|
|
|
} /* 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.003726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.016833, 0.020953, 0.033977, 0.088661, 0.350901",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.350901",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.350901",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.350901",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.350901");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249",\
|
|
"1.628852, 1.637417, 1.664009, 1.759912, 2.213249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895",\
|
|
"0.021961, 0.029558, 0.058160, 0.195121, 0.866895");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253",\
|
|
"1.508151, 1.514299, 1.531654, 1.577186, 1.772253");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.016833, 0.020953, 0.033977, 0.088661, 0.347777",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.347777",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.347777",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.347777",\
|
|
"0.016833, 0.020953, 0.033977, 0.088661, 0.347777");
|
|
}
|
|
|
|
} /* 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.004861 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.016332, 0.020310, 0.033373, 0.088048, 0.355511",\
|
|
"0.016332, 0.020310, 0.033373, 0.088048, 0.355511",\
|
|
"0.016332, 0.020310, 0.033373, 0.088048, 0.355511",\
|
|
"0.016332, 0.020310, 0.033373, 0.088048, 0.355511",\
|
|
"0.016332, 0.020310, 0.033373, 0.088048, 0.355511");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340",\
|
|
"1.463065, 1.471039, 1.497120, 1.591437, 2.047340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352",\
|
|
"0.019806, 0.027676, 0.057506, 0.195880, 0.873352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966",\
|
|
"1.495259, 1.501054, 1.518041, 1.564569, 1.759966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.016332, 0.020310, 0.033373, 0.087131, 0.350693",\
|
|
"0.016332, 0.020310, 0.033373, 0.087131, 0.350693",\
|
|
"0.016332, 0.020310, 0.033373, 0.087131, 0.350693",\
|
|
"0.016332, 0.020310, 0.033373, 0.087131, 0.350693",\
|
|
"0.016332, 0.020310, 0.033373, 0.087131, 0.350693");
|
|
}
|
|
|
|
} /* 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.003308 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.015667, 0.019804, 0.033018, 0.086651, 0.351393",\
|
|
"0.015667, 0.019804, 0.033018, 0.086651, 0.351393",\
|
|
"0.015667, 0.019804, 0.033018, 0.086651, 0.351393",\
|
|
"0.015667, 0.019804, 0.033018, 0.086651, 0.351393",\
|
|
"0.015667, 0.019804, 0.033018, 0.086651, 0.351393");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033",\
|
|
"1.573508, 1.581941, 1.608270, 1.702414, 2.158033");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123",\
|
|
"0.020115, 0.027841, 0.057013, 0.193525, 0.868123");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277",\
|
|
"1.462301, 1.468395, 1.485509, 1.531803, 1.726277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.015667, 0.019804, 0.033018, 0.086016, 0.348035",\
|
|
"0.015667, 0.019804, 0.033018, 0.086016, 0.348035",\
|
|
"0.015667, 0.019804, 0.033018, 0.086016, 0.348035",\
|
|
"0.015667, 0.019804, 0.033018, 0.086016, 0.348035",\
|
|
"0.015667, 0.019804, 0.033018, 0.086016, 0.348035");
|
|
}
|
|
|
|
} /* 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.004609 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.016416, 0.020429, 0.033532, 0.087368, 0.352420",\
|
|
"0.016416, 0.020429, 0.033532, 0.087368, 0.352420",\
|
|
"0.016416, 0.020429, 0.033532, 0.087368, 0.352420",\
|
|
"0.016416, 0.020429, 0.033532, 0.087368, 0.352420",\
|
|
"0.016416, 0.020429, 0.033532, 0.087368, 0.352420");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794",\
|
|
"1.570980, 1.579163, 1.605426, 1.699622, 2.154794");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359",\
|
|
"0.021251, 0.028927, 0.058096, 0.194898, 0.869359");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767",\
|
|
"1.460086, 1.465936, 1.482930, 1.529314, 1.723767");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.016416, 0.020429, 0.033532, 0.086672, 0.348737",\
|
|
"0.016416, 0.020429, 0.033532, 0.086672, 0.348737",\
|
|
"0.016416, 0.020429, 0.033532, 0.086672, 0.348737",\
|
|
"0.016416, 0.020429, 0.033532, 0.086672, 0.348737",\
|
|
"0.016416, 0.020429, 0.033532, 0.086672, 0.348737");
|
|
}
|
|
|
|
} /* 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.004802 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.016296, 0.020313, 0.033388, 0.087389, 0.352611",\
|
|
"0.016296, 0.020313, 0.033388, 0.087389, 0.352611",\
|
|
"0.016296, 0.020313, 0.033388, 0.087389, 0.352611",\
|
|
"0.016296, 0.020313, 0.033388, 0.087389, 0.352611",\
|
|
"0.016296, 0.020313, 0.033388, 0.087389, 0.352611");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688",\
|
|
"1.513379, 1.521384, 1.547448, 1.641624, 2.096688");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718",\
|
|
"0.020127, 0.027966, 0.057691, 0.195065, 0.869718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521",\
|
|
"1.411011, 1.416812, 1.433769, 1.480085, 1.674521");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.016296, 0.020313, 0.033388, 0.086673, 0.348852",\
|
|
"0.016296, 0.020313, 0.033388, 0.086673, 0.348852",\
|
|
"0.016296, 0.020313, 0.033388, 0.086673, 0.348852",\
|
|
"0.016296, 0.020313, 0.033388, 0.086673, 0.348852",\
|
|
"0.016296, 0.020313, 0.033388, 0.086673, 0.348852");
|
|
}
|
|
|
|
} /* 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.003626 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.015778, 0.019911, 0.033052, 0.086912, 0.352168",\
|
|
"0.015778, 0.019911, 0.033052, 0.086912, 0.352168",\
|
|
"0.015778, 0.019911, 0.033052, 0.086912, 0.352168",\
|
|
"0.015778, 0.019911, 0.033052, 0.086912, 0.352168",\
|
|
"0.015778, 0.019911, 0.033052, 0.086912, 0.352168");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669",\
|
|
"1.514488, 1.522733, 1.548898, 1.643046, 2.098669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157",\
|
|
"0.019309, 0.027164, 0.056796, 0.193958, 0.869157");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830",\
|
|
"1.411739, 1.417785, 1.434913, 1.481206, 1.675830");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.015778, 0.019911, 0.033052, 0.086230, 0.348560",\
|
|
"0.015778, 0.019911, 0.033052, 0.086230, 0.348560",\
|
|
"0.015778, 0.019911, 0.033052, 0.086230, 0.348560",\
|
|
"0.015778, 0.019911, 0.033052, 0.086230, 0.348560",\
|
|
"0.015778, 0.019911, 0.033052, 0.086230, 0.348560");
|
|
}
|
|
|
|
} /* 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.003639 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.015779, 0.019936, 0.033109, 0.087769, 0.349347",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.349347",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.349347",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.349347",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.349347");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232",\
|
|
"1.534369, 1.542541, 1.568566, 1.664160, 2.117232");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575",\
|
|
"0.018901, 0.026827, 0.056699, 0.194394, 0.865575");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047",\
|
|
"1.435231, 1.441261, 1.458328, 1.503615, 1.698047");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.015779, 0.019936, 0.033109, 0.087769, 0.346641",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.346641",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.346641",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.346641",\
|
|
"0.015779, 0.019936, 0.033109, 0.087769, 0.346641");
|
|
}
|
|
|
|
} /* 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.002016 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.015093, 0.019402, 0.032792, 0.086584, 0.344066",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.344066",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.344066",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.344066",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.344066");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499",\
|
|
"1.558864, 1.567442, 1.593605, 1.688453, 2.146499");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304",\
|
|
"0.018563, 0.026432, 0.055922, 0.191298, 0.863304");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942",\
|
|
"1.454461, 1.460783, 1.477925, 1.524754, 1.715942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.015093, 0.019402, 0.032792, 0.086584, 0.341760",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.341760",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.341760",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.341760",\
|
|
"0.015093, 0.019402, 0.032792, 0.086584, 0.341760");
|
|
}
|
|
|
|
} /* 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.001219 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540",\
|
|
"1.542740, 1.551466, 1.577506, 1.671734, 2.127540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891",\
|
|
"0.017373, 0.025376, 0.055151, 0.189257, 0.856891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389",\
|
|
"1.442646, 1.449176, 1.466364, 1.512554, 1.702389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321",\
|
|
"0.014665, 0.019155, 0.032635, 0.084927, 0.347321");
|
|
}
|
|
|
|
} /* 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.001838 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864",\
|
|
"1.565313, 1.573949, 1.600124, 1.694749, 2.151864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776",\
|
|
"0.018667, 0.026516, 0.055923, 0.190633, 0.860776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765",\
|
|
"1.459070, 1.465415, 1.482533, 1.529135, 1.719765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016",\
|
|
"0.015023, 0.019349, 0.032788, 0.085987, 0.351016");
|
|
}
|
|
|
|
} /* 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.000768 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935",\
|
|
"1.552714, 1.561717, 1.587869, 1.681893, 2.136935");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291",\
|
|
"0.017746, 0.025692, 0.055146, 0.188377, 0.854291");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738",\
|
|
"1.446408, 1.453053, 1.470237, 1.516222, 1.708738");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813",\
|
|
"0.014417, 0.019002, 0.032569, 0.084240, 0.346813");
|
|
}
|
|
|
|
} /* 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.001677 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767",\
|
|
"1.560467, 1.569134, 1.595285, 1.689842, 2.146767");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121",\
|
|
"0.018367, 0.026251, 0.055732, 0.190350, 0.860121");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173",\
|
|
"1.455555, 1.461948, 1.479088, 1.525619, 1.716173");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414",\
|
|
"0.014929, 0.019297, 0.032744, 0.085787, 0.350414");
|
|
}
|
|
|
|
} /* 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.003096 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.015741, 0.019927, 0.033202, 0.086893, 0.346943",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.346943",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.346943",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.346943",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.346943");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458",\
|
|
"1.628947, 1.637288, 1.663387, 1.758625, 2.211458");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359",\
|
|
"0.019116, 0.026983, 0.056601, 0.193106, 0.862359");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583",\
|
|
"1.536421, 1.542554, 1.559635, 1.604923, 1.798583");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.015741, 0.019927, 0.033202, 0.086893, 0.344925",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.344925",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.344925",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.344925",\
|
|
"0.015741, 0.019927, 0.033202, 0.086893, 0.344925");
|
|
}
|
|
|
|
} /* 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.001267 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641",\
|
|
"1.616347, 1.625531, 1.652105, 1.746500, 2.202641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336",\
|
|
"0.020106, 0.027857, 0.056476, 0.189658, 0.857336");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482",\
|
|
"1.490916, 1.497558, 1.515000, 1.561460, 1.751482");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248",\
|
|
"0.015525, 0.020016, 0.033368, 0.085480, 0.348248");
|
|
}
|
|
|
|
} /* 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.001925 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032",\
|
|
"1.625395, 1.634369, 1.661004, 1.755745, 2.213032");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012",\
|
|
"0.020781, 0.028491, 0.057063, 0.191032, 0.861012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206",\
|
|
"1.503535, 1.510046, 1.527536, 1.574400, 1.765206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876",\
|
|
"0.016154, 0.020505, 0.033730, 0.086620, 0.351876");
|
|
}
|
|
|
|
} /* 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.004499 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.016219, 0.020244, 0.033386, 0.087173, 0.351969",\
|
|
"0.016219, 0.020244, 0.033386, 0.087173, 0.351969",\
|
|
"0.016219, 0.020244, 0.033386, 0.087173, 0.351969",\
|
|
"0.016219, 0.020244, 0.033386, 0.087173, 0.351969",\
|
|
"0.016219, 0.020244, 0.033386, 0.087173, 0.351969");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610",\
|
|
"1.443201, 1.451290, 1.477400, 1.571551, 2.026610");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913",\
|
|
"0.020146, 0.027961, 0.057573, 0.194648, 0.868913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038",\
|
|
"1.461569, 1.467418, 1.484371, 1.530706, 1.725038");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.016219, 0.020244, 0.033386, 0.086498, 0.348421",\
|
|
"0.016219, 0.020244, 0.033386, 0.086498, 0.348421",\
|
|
"0.016219, 0.020244, 0.033386, 0.086498, 0.348421",\
|
|
"0.016219, 0.020244, 0.033386, 0.086498, 0.348421",\
|
|
"0.016219, 0.020244, 0.033386, 0.086498, 0.348421");
|
|
}
|
|
|
|
} /* 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.002943 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.015506, 0.019709, 0.033030, 0.087571, 0.346247",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.346247",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.346247",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.346247",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.346247");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896",\
|
|
"1.569245, 1.577700, 1.603899, 1.699068, 2.157896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427",\
|
|
"0.019691, 0.027474, 0.056795, 0.192750, 0.866427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387",\
|
|
"1.459568, 1.465703, 1.482741, 1.529891, 1.721387");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.015506, 0.019709, 0.033030, 0.087571, 0.344394",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.344394",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.344394",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.344394",\
|
|
"0.015506, 0.019709, 0.033030, 0.087571, 0.344394");
|
|
}
|
|
|
|
} /* 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.002764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.015403, 0.019648, 0.032923, 0.086721, 0.346990",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.346990",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.346990",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.346990",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.346990");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930",\
|
|
"1.548148, 1.556537, 1.582645, 1.677887, 2.130930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449",\
|
|
"0.018718, 0.026610, 0.056271, 0.192837, 0.862449");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636",\
|
|
"1.444352, 1.450544, 1.467667, 1.512896, 1.706636");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.015403, 0.019648, 0.032923, 0.086721, 0.344951",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.344951",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.344951",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.344951",\
|
|
"0.015403, 0.019648, 0.032923, 0.086721, 0.344951");
|
|
}
|
|
|
|
} /* 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.003150 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.016084, 0.020266, 0.033462, 0.087341, 0.347936",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.347936",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.347936",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.347936",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.347936");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737",\
|
|
"1.588276, 1.596819, 1.623188, 1.718644, 2.171737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450",\
|
|
"0.020808, 0.028451, 0.057331, 0.193533, 0.863450");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606",\
|
|
"1.470800, 1.476977, 1.494183, 1.539558, 1.733606");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.016084, 0.020266, 0.033462, 0.087341, 0.345663",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.345663",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.345663",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.345663",\
|
|
"0.016084, 0.020266, 0.033462, 0.087341, 0.345663");
|
|
}
|
|
|
|
} /* 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.002066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479",\
|
|
"1.592521, 1.601300, 1.627692, 1.722569, 2.180479");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777",\
|
|
"0.020171, 0.027834, 0.056640, 0.191313, 0.862777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114",\
|
|
"1.475484, 1.481892, 1.499216, 1.546131, 1.737114");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051",\
|
|
"0.015742, 0.020056, 0.033348, 0.086772, 0.353051");
|
|
}
|
|
|
|
} /* 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.002805 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.016197, 0.020434, 0.033639, 0.087598, 0.345748",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.345748",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.345748",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.345748",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.345748");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784",\
|
|
"1.615032, 1.623752, 1.650259, 1.745364, 2.203784");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010",\
|
|
"0.021188, 0.028832, 0.057497, 0.192515, 0.865010");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968",\
|
|
"1.489830, 1.496108, 1.513396, 1.560566, 1.751968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.016197, 0.020434, 0.033639, 0.087598, 0.344069",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.344069",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.344069",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.344069",\
|
|
"0.016197, 0.020434, 0.033639, 0.087598, 0.344069");
|
|
}
|
|
|
|
} /* 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.003453 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.015936, 0.020066, 0.033241, 0.088371, 0.351116",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.351116",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.351116",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.351116",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.351116");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088",\
|
|
"1.606639, 1.615106, 1.641495, 1.735635, 2.191088");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671",\
|
|
"0.020768, 0.028421, 0.057372, 0.193583, 0.867671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168",\
|
|
"1.488281, 1.494373, 1.511524, 1.556949, 1.752168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.015936, 0.020066, 0.033241, 0.088371, 0.347867",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.347867",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.347867",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.347867",\
|
|
"0.015936, 0.020066, 0.033241, 0.088371, 0.347867");
|
|
}
|
|
|
|
} /* 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.003634 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.016237, 0.020361, 0.033508, 0.088120, 0.349919",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.349919",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.349919",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.349919",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.349919");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880",\
|
|
"1.614966, 1.623430, 1.649825, 1.745598, 2.198880");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043",\
|
|
"0.021275, 0.028884, 0.057710, 0.194647, 0.866043");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614",\
|
|
"1.494242, 1.500320, 1.517483, 1.562913, 1.757614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.016237, 0.020361, 0.033508, 0.088120, 0.347058",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.347058",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.347058",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.347058",\
|
|
"0.016237, 0.020361, 0.033508, 0.088120, 0.347058");
|
|
}
|
|
|
|
} /* 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.002961 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.017606, 0.021857, 0.034789, 0.088468, 0.346776",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.346776",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.346776",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.346776",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.346776");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763",\
|
|
"1.675946, 1.685033, 1.712194, 1.807383, 2.259763");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211",\
|
|
"0.022916, 0.030697, 0.058879, 0.193268, 0.860211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608",\
|
|
"1.546212, 1.552673, 1.570410, 1.617934, 1.809608");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.017606, 0.021857, 0.034789, 0.088468, 0.344910",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.344910",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.344910",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.344910",\
|
|
"0.017606, 0.021857, 0.034789, 0.088468, 0.344910");
|
|
}
|
|
|
|
} /* 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.003116 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.017253, 0.021466, 0.034436, 0.088992, 0.348436",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.348436",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.348436",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.348436",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.348436");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247",\
|
|
"1.657026, 1.665945, 1.692907, 1.788385, 2.241247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902",\
|
|
"0.022458, 0.030170, 0.058497, 0.193895, 0.862902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383",\
|
|
"1.530561, 1.536934, 1.554550, 1.602286, 1.794383");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.017253, 0.021466, 0.034436, 0.088992, 0.346094",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.346094",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.346094",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.346094",\
|
|
"0.017253, 0.021466, 0.034436, 0.088992, 0.346094");
|
|
}
|
|
|
|
} /* 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.004176 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.018562, 0.022663, 0.035408, 0.089036, 0.349964",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.349964",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.349964",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.349964",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.349964");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099",\
|
|
"1.691943, 1.700852, 1.728159, 1.823823, 2.276099");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978",\
|
|
"0.024376, 0.032094, 0.060159, 0.195506, 0.863978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727",\
|
|
"1.560406, 1.566671, 1.584416, 1.630138, 1.824727");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.018562, 0.022663, 0.035408, 0.089036, 0.347239",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.347239",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.347239",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.347239",\
|
|
"0.018562, 0.022663, 0.035408, 0.089036, 0.347239");
|
|
}
|
|
|
|
} /* 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.002669 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.015386, 0.019612, 0.032940, 0.087620, 0.346607",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.346607",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.346607",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.346607",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.346607");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874",\
|
|
"1.586838, 1.595363, 1.621607, 1.716830, 2.169874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893",\
|
|
"0.019562, 0.027338, 0.056599, 0.192659, 0.861893");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557",\
|
|
"1.476384, 1.482580, 1.499667, 1.546873, 1.738557");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.015386, 0.019612, 0.032940, 0.087620, 0.344664",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.344664",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.344664",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.344664",\
|
|
"0.015386, 0.019612, 0.032940, 0.087620, 0.344664");
|
|
}
|
|
|
|
} /* 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.004766 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.016505, 0.020503, 0.033592, 0.087460, 0.352586",\
|
|
"0.016505, 0.020503, 0.033592, 0.087460, 0.352586",\
|
|
"0.016505, 0.020503, 0.033592, 0.087460, 0.352586",\
|
|
"0.016505, 0.020503, 0.033592, 0.087460, 0.352586",\
|
|
"0.016505, 0.020503, 0.033592, 0.087460, 0.352586");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059",\
|
|
"1.607187, 1.615377, 1.641684, 1.735911, 2.191059");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529",\
|
|
"0.021732, 0.029355, 0.058376, 0.195081, 0.869529");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764",\
|
|
"1.489098, 1.494919, 1.511899, 1.558300, 1.752764");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.016505, 0.020503, 0.033592, 0.086748, 0.348842",\
|
|
"0.016505, 0.020503, 0.033592, 0.086748, 0.348842",\
|
|
"0.016505, 0.020503, 0.033592, 0.086748, 0.348842",\
|
|
"0.016505, 0.020503, 0.033592, 0.086748, 0.348842",\
|
|
"0.016505, 0.020503, 0.033592, 0.086748, 0.348842");
|
|
}
|
|
|
|
} /* 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.001756 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213",\
|
|
"1.451314, 1.459918, 1.486043, 1.580725, 2.038213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636",\
|
|
"0.018144, 0.026054, 0.055648, 0.190719, 0.861636");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293",\
|
|
"1.506748, 1.513240, 1.530631, 1.577440, 1.768293");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910",\
|
|
"0.015700, 0.020062, 0.033364, 0.086437, 0.351910");
|
|
}
|
|
|
|
} /* 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.001471 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215",\
|
|
"1.423218, 1.431771, 1.457742, 1.552240, 2.009215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167",\
|
|
"0.016923, 0.024985, 0.055022, 0.190119, 0.860167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416",\
|
|
"1.480541, 1.487018, 1.504231, 1.550797, 1.741416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392",\
|
|
"0.014974, 0.019384, 0.032826, 0.085774, 0.350392");
|
|
}
|
|
|
|
} /* 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.001425 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010",\
|
|
"1.435400, 1.444030, 1.470055, 1.564466, 2.021010");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994",\
|
|
"0.017327, 0.025338, 0.055191, 0.189858, 0.858994");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501",\
|
|
"1.492050, 1.498580, 1.515872, 1.562375, 1.752501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232",\
|
|
"0.015205, 0.019640, 0.033048, 0.085622, 0.349232");
|
|
}
|
|
|
|
} /* 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.001109 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525",\
|
|
"1.474173, 1.483117, 1.509338, 1.603611, 2.059525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803",\
|
|
"0.018388, 0.026257, 0.055534, 0.189207, 0.856803");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124",\
|
|
"1.525447, 1.532182, 1.549741, 1.596168, 1.786124");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.044825, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534",\
|
|
"0.015729, 0.020269, 0.033583, 0.085363, 0.347534");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[0]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[0] */
|
|
} /* end of bus pwr_ctrl_out */
|
|
bus ( wb_adr_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_adr_i[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003257 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.356670, 0.324031, 0.300474, 0.285428, 0.308279",\
|
|
"0.373788, 0.341148, 0.317591, 0.302545, 0.325396",\
|
|
"0.373142, 0.340503, 0.316946, 0.301899, 0.324751",\
|
|
"0.354571, 0.321931, 0.298374, 0.283328, 0.306179",\
|
|
"0.283275, 0.250636, 0.227079, 0.212032, 0.234884");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.887859, 0.855219, 0.831663, 0.816616, 0.839468",\
|
|
"0.932179, 0.899540, 0.875983, 0.860936, 0.883788",\
|
|
"0.970549, 0.937909, 0.914353, 0.899306, 0.922157",\
|
|
"1.039163, 1.006523, 0.982966, 0.967920, 0.990771",\
|
|
"1.173791, 1.141152, 1.117595, 1.102549, 1.125400");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.041031, 0.073671, 0.097228, 0.112274, 0.089423",\
|
|
"0.023914, 0.056554, 0.080110, 0.095157, 0.072306",\
|
|
"0.024560, 0.057199, 0.080756, 0.095802, 0.072951",\
|
|
"0.043131, 0.075771, 0.099327, 0.114374, 0.091523",\
|
|
"0.114427, 0.147066, 0.170623, 0.185669, 0.162818");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.534294, -0.501655, -0.478098, -0.463052, -0.485903",\
|
|
"-0.578614, -0.545975, -0.522418, -0.507372, -0.530223",\
|
|
"-0.616984, -0.584344, -0.560788, -0.545741, -0.568592",\
|
|
"-0.685598, -0.652958, -0.629402, -0.614355, -0.637206",\
|
|
"-0.820227, -0.787587, -0.764030, -0.748984, -0.771835");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[31] */
|
|
|
|
pin("wb_adr_i[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003127 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.355519, 0.322880, 0.299323, 0.284277, 0.307128",\
|
|
"0.372619, 0.339980, 0.316423, 0.301376, 0.324228",\
|
|
"0.371946, 0.339306, 0.315749, 0.300703, 0.323554",\
|
|
"0.353062, 0.320422, 0.296865, 0.281819, 0.304670",\
|
|
"0.281020, 0.248380, 0.224824, 0.209777, 0.232628");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.871837, 0.839198, 0.815641, 0.800595, 0.823446",\
|
|
"0.916197, 0.883558, 0.860001, 0.844954, 0.867806",\
|
|
"0.954475, 0.921835, 0.898279, 0.883232, 0.906083",\
|
|
"1.023023, 0.990383, 0.966827, 0.951780, 0.974631",\
|
|
"1.157633, 1.124994, 1.101437, 1.086390, 1.109242");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.042183, 0.074822, 0.098379, 0.113425, 0.090574",\
|
|
"0.025083, 0.057722, 0.081279, 0.096325, 0.073474",\
|
|
"0.025756, 0.058396, 0.081952, 0.096999, 0.074148",\
|
|
"0.044640, 0.077280, 0.100837, 0.115883, 0.093032",\
|
|
"0.116682, 0.149321, 0.172878, 0.187925, 0.165073");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.518273, -0.485633, -0.462076, -0.447030, -0.469881",\
|
|
"-0.562632, -0.529993, -0.506436, -0.491390, -0.514241",\
|
|
"-0.600910, -0.568271, -0.544714, -0.529667, -0.552519",\
|
|
"-0.669458, -0.636818, -0.613262, -0.598215, -0.621067",\
|
|
"-0.804068, -0.771429, -0.747872, -0.732826, -0.755677");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[30] */
|
|
|
|
pin("wb_adr_i[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.828285, 0.795645, 0.772088, 0.757042, 0.779893",\
|
|
"0.845214, 0.812574, 0.789017, 0.773971, 0.796822",\
|
|
"0.844196, 0.811557, 0.788000, 0.772954, 0.795805",\
|
|
"0.824750, 0.792110, 0.768553, 0.753507, 0.776358",\
|
|
"0.751549, 0.718909, 0.695352, 0.680306, 0.703157");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.395536, 0.362896, 0.339339, 0.324293, 0.347144",\
|
|
"0.440685, 0.408045, 0.384489, 0.369442, 0.392293",\
|
|
"0.480479, 0.447840, 0.424283, 0.409237, 0.432088",\
|
|
"0.550497, 0.517858, 0.494301, 0.479255, 0.502106",\
|
|
"0.687402, 0.654763, 0.631206, 0.616159, 0.639011");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.474720, -0.442080, -0.418524, -0.403477, -0.426328",\
|
|
"-0.491649, -0.459009, -0.435453, -0.420406, -0.443257",\
|
|
"-0.490632, -0.457992, -0.434435, -0.419389, -0.442240",\
|
|
"-0.471185, -0.438545, -0.414989, -0.399942, -0.422793",\
|
|
"-0.397984, -0.365344, -0.341787, -0.326741, -0.349592");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.002166, 0.034806, 0.058362, 0.073409, 0.050558",\
|
|
"-0.042983, -0.010343, 0.013213, 0.028260, 0.005409",\
|
|
"-0.082778, -0.050138, -0.026581, -0.011535, -0.034386",\
|
|
"-0.152795, -0.120156, -0.096599, -0.081553, -0.104404",\
|
|
"-0.289700, -0.257061, -0.233504, -0.218457, -0.241309");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[29] */
|
|
|
|
pin("wb_adr_i[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003313 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.355500, 0.322860, 0.299304, 0.284257, 0.307108",\
|
|
"0.372577, 0.339937, 0.316380, 0.301334, 0.324185",\
|
|
"0.371836, 0.339196, 0.315640, 0.300593, 0.323444",\
|
|
"0.353590, 0.320950, 0.297394, 0.282347, 0.305198",\
|
|
"0.283183, 0.250543, 0.226986, 0.211940, 0.234791");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.829328, 0.796688, 0.773132, 0.758085, 0.780936",\
|
|
"0.873976, 0.841336, 0.817780, 0.802733, 0.825584",\
|
|
"0.913262, 0.880623, 0.857066, 0.842019, 0.864871",\
|
|
"0.982637, 0.949997, 0.926440, 0.911394, 0.934245",\
|
|
"1.118293, 1.085653, 1.062096, 1.047050, 1.069901");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.042202, 0.074842, 0.098398, 0.113445, 0.090593",\
|
|
"0.025125, 0.057765, 0.081322, 0.096368, 0.073517",\
|
|
"0.025866, 0.058506, 0.082062, 0.097109, 0.074258",\
|
|
"0.044112, 0.076752, 0.100308, 0.115355, 0.092504",\
|
|
"0.114519, 0.147159, 0.170716, 0.185762, 0.162911");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.475763, -0.443124, -0.419567, -0.404521, -0.427372",\
|
|
"-0.520411, -0.487772, -0.464215, -0.449169, -0.472020",\
|
|
"-0.559697, -0.527058, -0.503501, -0.488455, -0.511306",\
|
|
"-0.629072, -0.596432, -0.572876, -0.557829, -0.580680",\
|
|
"-0.764728, -0.732088, -0.708532, -0.693485, -0.716336");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[28] */
|
|
|
|
pin("wb_adr_i[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003111 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.350657, 0.318017, 0.294460, 0.279414, 0.302265",\
|
|
"0.367772, 0.335132, 0.311576, 0.296529, 0.319380",\
|
|
"0.367121, 0.334481, 0.310924, 0.295878, 0.318729",\
|
|
"0.348598, 0.315959, 0.292402, 0.277356, 0.300207",\
|
|
"0.277432, 0.244792, 0.221235, 0.206189, 0.229040");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.842421, 0.809781, 0.786225, 0.771178, 0.794029",\
|
|
"0.886764, 0.854124, 0.830568, 0.815521, 0.838372",\
|
|
"0.925214, 0.892574, 0.869017, 0.853971, 0.876822",\
|
|
"0.993889, 0.961249, 0.937693, 0.922646, 0.945497",\
|
|
"1.128594, 1.095954, 1.072398, 1.057351, 1.080202");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.047045, 0.079685, 0.103242, 0.118288, 0.095437",\
|
|
"0.029930, 0.062569, 0.086126, 0.101173, 0.078321",\
|
|
"0.030581, 0.063221, 0.086778, 0.101824, 0.078973",\
|
|
"0.049103, 0.081743, 0.105300, 0.120346, 0.097495",\
|
|
"0.120270, 0.152910, 0.176466, 0.191513, 0.168662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.488856, -0.456217, -0.432660, -0.417613, -0.440465",\
|
|
"-0.533199, -0.500560, -0.477003, -0.461957, -0.484808",\
|
|
"-0.571649, -0.539009, -0.515453, -0.500406, -0.523257",\
|
|
"-0.640324, -0.607685, -0.584128, -0.569081, -0.591933",\
|
|
"-0.775029, -0.742390, -0.718833, -0.703786, -0.726638");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[27] */
|
|
|
|
pin("wb_adr_i[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004222 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.790397, 0.757757, 0.734201, 0.719154, 0.742005",\
|
|
"0.807384, 0.774744, 0.751188, 0.736141, 0.758992",\
|
|
"0.806265, 0.773625, 0.750068, 0.735022, 0.757873",\
|
|
"0.787254, 0.754614, 0.731058, 0.716011, 0.738863",\
|
|
"0.715654, 0.683015, 0.659458, 0.644412, 0.667263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.394930, 0.362290, 0.338733, 0.323687, 0.346538",\
|
|
"0.440658, 0.408019, 0.384462, 0.369416, 0.392267",\
|
|
"0.481554, 0.448914, 0.425358, 0.410311, 0.433162",\
|
|
"0.553073, 0.520433, 0.496876, 0.481830, 0.504681",\
|
|
"0.692126, 0.659486, 0.635930, 0.620883, 0.643734");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.436832, -0.404193, -0.380636, -0.365589, -0.388441",\
|
|
"-0.453819, -0.421180, -0.397623, -0.382576, -0.405428",\
|
|
"-0.452700, -0.420060, -0.396503, -0.381457, -0.404308",\
|
|
"-0.433689, -0.401050, -0.377493, -0.362446, -0.385298",\
|
|
"-0.362089, -0.329450, -0.305893, -0.290847, -0.313698");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.002772, 0.035412, 0.058969, 0.074015, 0.051164",\
|
|
"-0.042957, -0.010317, 0.013240, 0.028286, 0.005435",\
|
|
"-0.083852, -0.051212, -0.027656, -0.012609, -0.035460",\
|
|
"-0.155371, -0.122731, -0.099174, -0.084128, -0.106979",\
|
|
"-0.294424, -0.261784, -0.238228, -0.223181, -0.246032");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[26] */
|
|
|
|
pin("wb_adr_i[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004822 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.643015, 0.610375, 0.586819, 0.571772, 0.594623",\
|
|
"0.660140, 0.627501, 0.603944, 0.588898, 0.611749",\
|
|
"0.658776, 0.626137, 0.602580, 0.587534, 0.610385",\
|
|
"0.639345, 0.606706, 0.583149, 0.568103, 0.590954",\
|
|
"0.569482, 0.536842, 0.513286, 0.498239, 0.521090");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.331800, 0.299161, 0.275604, 0.260558, 0.283409",\
|
|
"0.377698, 0.345059, 0.321502, 0.306456, 0.329307",\
|
|
"0.418927, 0.386287, 0.362731, 0.347684, 0.370535",\
|
|
"0.491588, 0.458948, 0.435391, 0.420345, 0.443196",\
|
|
"0.632499, 0.599859, 0.576303, 0.561256, 0.584108");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.289450, -0.256810, -0.233254, -0.218207, -0.241059",\
|
|
"-0.306575, -0.273936, -0.250379, -0.235333, -0.258184",\
|
|
"-0.305212, -0.272572, -0.249015, -0.233969, -0.256820",\
|
|
"-0.285781, -0.253141, -0.229584, -0.214538, -0.237389",\
|
|
"-0.215917, -0.183277, -0.159721, -0.144674, -0.167526");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.065902, 0.098541, 0.122098, 0.137145, 0.114293",\
|
|
"0.020004, 0.052643, 0.076200, 0.091246, 0.068395",\
|
|
"-0.021225, 0.011415, 0.034971, 0.050018, 0.027167",\
|
|
"-0.093886, -0.061246, -0.037689, -0.022643, -0.045494",\
|
|
"-0.234797, -0.202157, -0.178601, -0.163554, -0.186405");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[25] */
|
|
|
|
pin("wb_adr_i[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003955 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.298987, 0.266348, 0.242791, 0.227745, 0.250596",\
|
|
"0.316138, 0.283498, 0.259942, 0.244895, 0.267747",\
|
|
"0.315070, 0.282430, 0.258873, 0.243827, 0.266678",\
|
|
"0.296362, 0.263722, 0.240166, 0.225119, 0.247971",\
|
|
"0.227225, 0.194586, 0.171029, 0.155983, 0.178834");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.647589, 0.614950, 0.591393, 0.576347, 0.599198",\
|
|
"0.692946, 0.660306, 0.636749, 0.621703, 0.644554",\
|
|
"0.733076, 0.700436, 0.676880, 0.661833, 0.684684",\
|
|
"0.803691, 0.771051, 0.747495, 0.732448, 0.755299",\
|
|
"0.941124, 0.908485, 0.884928, 0.869881, 0.892733");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.098715, 0.131354, 0.154911, 0.169958, 0.147106",\
|
|
"0.081564, 0.114204, 0.137760, 0.152807, 0.129956",\
|
|
"0.082633, 0.115272, 0.138829, 0.153875, 0.131024",\
|
|
"0.101340, 0.133980, 0.157536, 0.172583, 0.149732",\
|
|
"0.170477, 0.203116, 0.226673, 0.241720, 0.218868");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.294025, -0.261385, -0.237828, -0.222782, -0.245633",\
|
|
"-0.339381, -0.306741, -0.283185, -0.268138, -0.290989",\
|
|
"-0.379511, -0.346871, -0.323315, -0.308268, -0.331119",\
|
|
"-0.450126, -0.417487, -0.393930, -0.378883, -0.401735",\
|
|
"-0.587559, -0.554920, -0.531363, -0.516317, -0.539168");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[24] */
|
|
|
|
pin("wb_adr_i[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002388 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.023008, 2.990369, 2.966812, 2.951766, 2.974617",\
|
|
"3.049387, 3.016748, 2.993191, 2.978145, 3.000996",\
|
|
"3.057085, 3.024445, 3.000889, 2.985842, 3.008693",\
|
|
"3.051148, 3.018508, 2.994951, 2.979905, 3.002756",\
|
|
"3.003072, 2.970433, 2.946876, 2.931829, 2.954680");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.801807, 2.769168, 2.745611, 2.730565, 2.753416",\
|
|
"2.848472, 2.815833, 2.792276, 2.777230, 2.800081",\
|
|
"2.902037, 2.869397, 2.845841, 2.830794, 2.853645",\
|
|
"2.989446, 2.956807, 2.933250, 2.918204, 2.941055",\
|
|
"3.144109, 3.111470, 3.087913, 3.072867, 3.095718");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.098821, -0.066181, -0.042624, -0.027578, -0.050429",\
|
|
"-0.125200, -0.092560, -0.069003, -0.053957, -0.076808",\
|
|
"-0.132850, -0.100211, -0.076654, -0.061608, -0.084459",\
|
|
"-0.126849, -0.094209, -0.070652, -0.055606, -0.078457",\
|
|
"-0.078489, -0.045849, -0.022293, -0.007246, -0.030097");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.459016, -0.426377, -0.402820, -0.387774, -0.410625",\
|
|
"-0.505681, -0.473042, -0.449485, -0.434439, -0.457290",\
|
|
"-0.559026, -0.526387, -0.502830, -0.487784, -0.510635",\
|
|
"-0.646036, -0.613396, -0.589839, -0.574793, -0.597644",\
|
|
"-0.800058, -0.767418, -0.743861, -0.728815, -0.751666");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[23] */
|
|
|
|
pin("wb_adr_i[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.020920, 2.988280, 2.964723, 2.949677, 2.972528",\
|
|
"3.047294, 3.014655, 2.991098, 2.976052, 2.998903",\
|
|
"3.054981, 3.022342, 2.998785, 2.983739, 3.006590",\
|
|
"3.049059, 3.016420, 2.992863, 2.977817, 3.000668",\
|
|
"3.000995, 2.968355, 2.944799, 2.929752, 2.952603");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.824510, 2.791870, 2.768314, 2.753267, 2.776118",\
|
|
"2.871173, 2.838534, 2.814977, 2.799931, 2.822782",\
|
|
"2.924706, 2.892066, 2.868510, 2.853463, 2.876314",\
|
|
"3.012031, 2.979392, 2.955835, 2.940789, 2.963640",\
|
|
"3.166466, 3.133826, 3.110270, 3.095223, 3.118074");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.094594, -0.061954, -0.038397, -0.023351, -0.046202",\
|
|
"-0.120968, -0.088329, -0.064772, -0.049726, -0.072577",\
|
|
"-0.128603, -0.095964, -0.072407, -0.057360, -0.080212",\
|
|
"-0.122608, -0.089968, -0.066412, -0.051365, -0.074216",\
|
|
"-0.074224, -0.041585, -0.018028, -0.002982, -0.025833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.415846, -0.383206, -0.359650, -0.344603, -0.367454",\
|
|
"-0.462510, -0.429870, -0.406313, -0.391267, -0.414118",\
|
|
"-0.515831, -0.483192, -0.459635, -0.444589, -0.467440",\
|
|
"-0.602776, -0.570137, -0.546580, -0.531534, -0.554385",\
|
|
"-0.756605, -0.723965, -0.700409, -0.685362, -0.708214");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[22] */
|
|
|
|
pin("wb_adr_i[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003621 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.002234, 2.969594, 2.946038, 2.930991, 2.953842",\
|
|
"3.020094, 2.987455, 2.963898, 2.948852, 2.971703",\
|
|
"3.018299, 2.985660, 2.962103, 2.947057, 2.969908",\
|
|
"2.998735, 2.966096, 2.942539, 2.927493, 2.950344",\
|
|
"2.931275, 2.898635, 2.875078, 2.860032, 2.882883");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.920889, 2.888250, 2.864693, 2.849647, 2.872498",\
|
|
"2.966463, 2.933823, 2.910267, 2.895220, 2.918071",\
|
|
"3.008992, 2.976353, 2.952796, 2.937750, 2.960601",\
|
|
"3.083149, 3.050510, 3.026953, 3.011907, 3.034758",\
|
|
"3.227922, 3.195283, 3.171726, 3.156680, 3.179531");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.124957, -0.092318, -0.068761, -0.053715, -0.076566",\
|
|
"-0.142818, -0.110178, -0.086622, -0.071575, -0.094426",\
|
|
"-0.141022, -0.108382, -0.084826, -0.069779, -0.092630",\
|
|
"-0.121395, -0.088755, -0.065199, -0.050152, -0.073003",\
|
|
"-0.053635, -0.020996, 0.002561, 0.017607, -0.005244");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.436933, -0.404294, -0.380737, -0.365691, -0.388542",\
|
|
"-0.482507, -0.449868, -0.426311, -0.411264, -0.434116",\
|
|
"-0.525037, -0.492397, -0.468841, -0.453794, -0.476645",\
|
|
"-0.599193, -0.566554, -0.542997, -0.527951, -0.550802",\
|
|
"-0.743233, -0.710594, -0.687037, -0.671991, -0.694842");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[21] */
|
|
|
|
pin("wb_adr_i[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002827 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.899431, 2.866792, 2.843235, 2.828189, 2.851040",\
|
|
"2.934301, 2.901661, 2.878104, 2.863058, 2.885909",\
|
|
"2.961653, 2.929013, 2.905457, 2.890410, 2.913261",\
|
|
"2.985579, 2.952939, 2.929383, 2.914336, 2.937187",\
|
|
"2.988777, 2.956137, 2.932581, 2.917534, 2.940385");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.987686, 2.955047, 2.931490, 2.916444, 2.939295",\
|
|
"3.038306, 3.005666, 2.982109, 2.967063, 2.989914",\
|
|
"3.099762, 3.067123, 3.043566, 3.028520, 3.051371",\
|
|
"3.200506, 3.167867, 3.144310, 3.129264, 3.152115",\
|
|
"3.366513, 3.333874, 3.310317, 3.295270, 3.318121");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.153003, -0.120364, -0.096807, -0.081761, -0.104612",\
|
|
"-0.187873, -0.155233, -0.131677, -0.116630, -0.139481",\
|
|
"-0.215051, -0.182411, -0.158855, -0.143808, -0.166659",\
|
|
"-0.238415, -0.205776, -0.182219, -0.167172, -0.190024",\
|
|
"-0.238669, -0.206029, -0.182472, -0.167426, -0.190277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.170979, -0.138340, -0.114783, -0.099737, -0.122588",\
|
|
"-0.221598, -0.188959, -0.165402, -0.150356, -0.173207",\
|
|
"-0.283011, -0.250372, -0.226815, -0.211769, -0.234620",\
|
|
"-0.383624, -0.350984, -0.327427, -0.312381, -0.335232",\
|
|
"-0.550395, -0.517756, -0.494199, -0.479152, -0.502004");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[20] */
|
|
|
|
pin("wb_adr_i[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004151 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.041751, 3.009111, 2.985554, 2.970508, 2.993359",\
|
|
"3.058976, 3.026337, 3.002780, 2.987734, 3.010585",\
|
|
"3.057658, 3.025019, 3.001462, 2.986416, 3.009267",\
|
|
"3.038539, 3.005899, 2.982342, 2.967296, 2.990147",\
|
|
"2.970401, 2.937761, 2.914204, 2.899158, 2.922009");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.015301, 2.982662, 2.959105, 2.944059, 2.966910",\
|
|
"3.061231, 3.028592, 3.005035, 2.989989, 3.012840",\
|
|
"3.102516, 3.069876, 3.046320, 3.031273, 3.054124",\
|
|
"3.175412, 3.142772, 3.119216, 3.104169, 3.127020",\
|
|
"3.317137, 3.284498, 3.260941, 3.245895, 3.268746");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.081242, 0.113882, 0.137439, 0.152485, 0.129634",\
|
|
"0.063994, 0.096633, 0.120190, 0.135236, 0.112385",\
|
|
"0.065256, 0.097895, 0.121452, 0.136499, 0.113647",\
|
|
"0.084165, 0.116805, 0.140362, 0.155408, 0.132557",\
|
|
"0.151586, 0.184225, 0.207782, 0.222829, 0.199977");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.335106, -0.302467, -0.278910, -0.263864, -0.286715",\
|
|
"-0.380696, -0.348057, -0.324500, -0.309454, -0.332305",\
|
|
"-0.421299, -0.388660, -0.365103, -0.350057, -0.372908",\
|
|
"-0.493114, -0.460475, -0.436918, -0.421871, -0.444723",\
|
|
"-0.632849, -0.600209, -0.576652, -0.561606, -0.584457");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[19] */
|
|
|
|
pin("wb_adr_i[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006223 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.054114, 3.021474, 2.997917, 2.982871, 3.005722",\
|
|
"3.071410, 3.038770, 3.015214, 3.000167, 3.023018",\
|
|
"3.069962, 3.037322, 3.013766, 2.998719, 3.021570",\
|
|
"3.050545, 3.017905, 2.994349, 2.979302, 3.002153",\
|
|
"2.982944, 2.950304, 2.926748, 2.911701, 2.934552");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.029322, 2.996682, 2.973126, 2.958079, 2.980930",\
|
|
"3.074575, 3.041936, 3.018379, 3.003333, 3.026184",\
|
|
"3.116907, 3.084267, 3.060711, 3.045664, 3.068515",\
|
|
"3.190615, 3.157976, 3.134419, 3.119373, 3.142224",\
|
|
"3.333794, 3.301154, 3.277598, 3.262551, 3.285402");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.069824, 0.102463, 0.126020, 0.141066, 0.118215",\
|
|
"0.052527, 0.085167, 0.108723, 0.123770, 0.100919",\
|
|
"0.053902, 0.086541, 0.110098, 0.125144, 0.102293",\
|
|
"0.073106, 0.105746, 0.129303, 0.144349, 0.121498",\
|
|
"0.139822, 0.172462, 0.196018, 0.211065, 0.188214");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.329291, -0.296651, -0.273094, -0.258048, -0.280899",\
|
|
"-0.374544, -0.341905, -0.318348, -0.303301, -0.326153",\
|
|
"-0.415928, -0.383288, -0.359732, -0.344685, -0.367536",\
|
|
"-0.488541, -0.455902, -0.432345, -0.417299, -0.440150",\
|
|
"-0.629924, -0.597284, -0.573728, -0.558681, -0.581532");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[18] */
|
|
|
|
pin("wb_adr_i[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005154 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.027998, 2.995358, 2.971802, 2.956755, 2.979606",\
|
|
"3.045193, 3.012553, 2.988997, 2.973950, 2.996801",\
|
|
"3.044019, 3.011379, 2.987822, 2.972776, 2.995627",\
|
|
"3.025279, 2.992640, 2.969083, 2.954037, 2.976888",\
|
|
"2.957479, 2.924840, 2.901283, 2.886237, 2.909088");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.984092, 2.951453, 2.927896, 2.912850, 2.935701",\
|
|
"3.029924, 2.997284, 2.973727, 2.958681, 2.981532",\
|
|
"3.071025, 3.038386, 3.014829, 2.999783, 3.022634",\
|
|
"3.143396, 3.110757, 3.087200, 3.072154, 3.095005",\
|
|
"3.284055, 3.251416, 3.227859, 3.212813, 3.235664");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.093233, 0.125872, 0.149429, 0.164476, 0.141624",\
|
|
"0.076057, 0.108697, 0.132254, 0.147300, 0.124449",\
|
|
"0.077275, 0.109915, 0.133471, 0.148518, 0.125667",\
|
|
"0.096178, 0.128818, 0.152375, 0.167421, 0.144570",\
|
|
"0.164496, 0.197135, 0.220692, 0.235738, 0.212887");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.276527, -0.243888, -0.220331, -0.205285, -0.228136",\
|
|
"-0.322015, -0.289375, -0.265818, -0.250772, -0.273623",\
|
|
"-0.362424, -0.329785, -0.306228, -0.291182, -0.314033",\
|
|
"-0.433750, -0.401110, -0.377554, -0.362507, -0.385358",\
|
|
"-0.572684, -0.540045, -0.516488, -0.501442, -0.524293");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[17] */
|
|
|
|
pin("wb_adr_i[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006181 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.042096, 3.009456, 2.985900, 2.970853, 2.993704",\
|
|
"3.059352, 3.026713, 3.003156, 2.988110, 3.010961",\
|
|
"3.058046, 3.025406, 3.001849, 2.986803, 3.009654",\
|
|
"3.039025, 3.006386, 2.982829, 2.967782, 2.990633",\
|
|
"2.971555, 2.938916, 2.915359, 2.900313, 2.923164");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.005786, 2.973147, 2.949590, 2.934544, 2.957395",\
|
|
"3.051703, 3.019064, 2.995507, 2.980461, 3.003312",\
|
|
"3.092989, 3.060350, 3.036793, 3.021747, 3.044598",\
|
|
"3.165962, 3.133322, 3.109765, 3.094719, 3.117570",\
|
|
"3.307841, 3.275201, 3.251644, 3.236598, 3.259449");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.088276, 0.120915, 0.144472, 0.159518, 0.136667",\
|
|
"0.071027, 0.103667, 0.127224, 0.142270, 0.119419",\
|
|
"0.072353, 0.104993, 0.128550, 0.143596, 0.120745",\
|
|
"0.091448, 0.124087, 0.147644, 0.162691, 0.139839",\
|
|
"0.159178, 0.191817, 0.215374, 0.230421, 0.207569");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.238378, -0.205739, -0.182182, -0.167136, -0.189987",\
|
|
"-0.283973, -0.251333, -0.227777, -0.212730, -0.235581",\
|
|
"-0.324612, -0.291972, -0.268416, -0.253369, -0.276221",\
|
|
"-0.396542, -0.363902, -0.340346, -0.325299, -0.348150",\
|
|
"-0.536921, -0.504281, -0.480725, -0.465678, -0.488529");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[16] */
|
|
|
|
pin("wb_adr_i[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006742 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.046730, 3.014090, 2.990534, 2.975487, 2.998338",\
|
|
"3.064013, 3.031373, 3.007817, 2.992770, 3.015621",\
|
|
"3.062623, 3.029983, 3.006427, 2.991380, 3.014231",\
|
|
"3.043393, 3.010754, 2.987197, 2.972151, 2.995002",\
|
|
"2.975785, 2.943146, 2.919589, 2.904543, 2.927394");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.030951, 2.998311, 2.974755, 2.959708, 2.982559",\
|
|
"3.076934, 3.044295, 3.020738, 3.005692, 3.028543",\
|
|
"3.118345, 3.085706, 3.062149, 3.047102, 3.069953",\
|
|
"3.191676, 3.159036, 3.135480, 3.120433, 3.143284",\
|
|
"3.334261, 3.301622, 3.278065, 3.263019, 3.285870");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.079168, 0.111808, 0.135365, 0.150411, 0.127560",\
|
|
"0.061869, 0.094508, 0.118065, 0.133111, 0.110260",\
|
|
"0.063212, 0.095852, 0.119408, 0.134455, 0.111604",\
|
|
"0.082265, 0.114905, 0.138462, 0.153508, 0.130657",\
|
|
"0.149210, 0.181850, 0.205406, 0.220453, 0.197602");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.315627, -0.282987, -0.259430, -0.244384, -0.267235",\
|
|
"-0.361290, -0.328650, -0.305094, -0.290047, -0.312898",\
|
|
"-0.402061, -0.369421, -0.345865, -0.330818, -0.353669",\
|
|
"-0.474324, -0.441684, -0.418127, -0.403081, -0.425932",\
|
|
"-0.614928, -0.582289, -0.558732, -0.543686, -0.566537");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[15] */
|
|
|
|
pin("wb_adr_i[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010406 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.072514, 3.039874, 3.016318, 3.001271, 3.024122",\
|
|
"3.090026, 3.057386, 3.033829, 3.018783, 3.041634",\
|
|
"3.088407, 3.055768, 3.032211, 3.017165, 3.040016",\
|
|
"3.068888, 3.036249, 3.012692, 2.997646, 3.020497",\
|
|
"3.001817, 2.969177, 2.945621, 2.930574, 2.953425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.053656, 3.021016, 2.997460, 2.982413, 3.005264",\
|
|
"3.099069, 3.066430, 3.042873, 3.027827, 3.050678",\
|
|
"3.141531, 3.108891, 3.085335, 3.070288, 3.093139",\
|
|
"3.215959, 3.183320, 3.159763, 3.144717, 3.167568",\
|
|
"3.360541, 3.327902, 3.304345, 3.289299, 3.312150");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.052844, 0.085483, 0.109040, 0.124086, 0.101235",\
|
|
"0.035332, 0.067971, 0.091528, 0.106574, 0.083723",\
|
|
"0.036915, 0.069555, 0.093112, 0.108158, 0.085307",\
|
|
"0.056284, 0.088923, 0.112480, 0.127526, 0.104675",\
|
|
"0.122609, 0.155249, 0.178806, 0.193852, 0.171001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.317455, -0.284815, -0.261258, -0.246212, -0.269063",\
|
|
"-0.362868, -0.330228, -0.306672, -0.291625, -0.314476",\
|
|
"-0.404474, -0.371835, -0.348278, -0.333232, -0.356083",\
|
|
"-0.478042, -0.445402, -0.421846, -0.406799, -0.429650",\
|
|
"-0.620944, -0.588304, -0.564748, -0.549701, -0.572553");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[14] */
|
|
|
|
pin("wb_adr_i[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006468 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.046983, 3.014343, 2.990786, 2.975740, 2.998591",\
|
|
"3.064310, 3.031671, 3.008114, 2.993068, 3.015919",\
|
|
"3.062913, 3.030273, 3.006716, 2.991670, 3.014521",\
|
|
"3.043707, 3.011068, 2.987511, 2.972465, 2.995316",\
|
|
"2.977435, 2.944796, 2.921239, 2.906193, 2.929044");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.007469, 2.974830, 2.951273, 2.936227, 2.959078",\
|
|
"3.052770, 3.020130, 2.996574, 2.981527, 3.004378",\
|
|
"3.095010, 3.062371, 3.038814, 3.023767, 3.046618",\
|
|
"3.168769, 3.136129, 3.112572, 3.097526, 3.120377",\
|
|
"3.312085, 3.279446, 3.255889, 3.240843, 3.263694");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.004611, 0.037250, 0.060807, 0.075853, 0.053002",\
|
|
"-0.012717, 0.019922, 0.043479, 0.058525, 0.035674",\
|
|
"-0.011287, 0.021353, 0.044909, 0.059956, 0.037105",\
|
|
"0.008015, 0.040655, 0.064212, 0.079258, 0.056407",\
|
|
"0.074716, 0.107356, 0.130912, 0.145959, 0.123108");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.333057, -0.300417, -0.276860, -0.261814, -0.284665",\
|
|
"-0.378357, -0.345718, -0.322161, -0.307114, -0.329966",\
|
|
"-0.420597, -0.387958, -0.364401, -0.349355, -0.372206",\
|
|
"-0.494356, -0.461716, -0.438159, -0.423113, -0.445964",\
|
|
"-0.637673, -0.605033, -0.581476, -0.566430, -0.589281");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[13] */
|
|
|
|
pin("wb_adr_i[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005432 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.046401, 3.013761, 2.990205, 2.975158, 2.998009",\
|
|
"3.063709, 3.031069, 3.007512, 2.992466, 3.015317",\
|
|
"3.062335, 3.029696, 3.006139, 2.991093, 3.013944",\
|
|
"3.043201, 3.010562, 2.987005, 2.971959, 2.994810",\
|
|
"2.976158, 2.943518, 2.919962, 2.904915, 2.927766");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.020869, 2.988230, 2.964673, 2.949626, 2.972477",\
|
|
"3.066849, 3.034209, 3.010652, 2.995606, 3.018457",\
|
|
"3.108245, 3.075606, 3.052049, 3.037003, 3.059854",\
|
|
"3.181591, 3.148952, 3.125395, 3.110349, 3.133200",\
|
|
"3.324204, 3.291565, 3.268008, 3.252962, 3.275813");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.013642, 0.046282, 0.069838, 0.084885, 0.062034",\
|
|
"-0.003659, 0.028980, 0.052537, 0.067583, 0.044732",\
|
|
"-0.002268, 0.030372, 0.053929, 0.068975, 0.046124",\
|
|
"0.016935, 0.049574, 0.073131, 0.088177, 0.065326",\
|
|
"0.084242, 0.116881, 0.140438, 0.155485, 0.132633");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.346455, -0.313815, -0.290259, -0.275212, -0.298064",\
|
|
"-0.392435, -0.359795, -0.336238, -0.321192, -0.344043",\
|
|
"-0.433831, -0.401192, -0.377635, -0.362589, -0.385440",\
|
|
"-0.507178, -0.474538, -0.450981, -0.435935, -0.458786",\
|
|
"-0.649790, -0.617151, -0.593594, -0.578548, -0.601399");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[12] */
|
|
|
|
pin("wb_adr_i[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005768 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.060141, 3.027502, 3.003945, 2.988899, 3.011750",\
|
|
"3.077396, 3.044757, 3.021200, 3.006154, 3.029005",\
|
|
"3.076040, 3.043400, 3.019843, 3.004797, 3.027648",\
|
|
"3.056862, 3.024223, 3.000666, 2.985620, 3.008471",\
|
|
"2.989011, 2.956372, 2.932815, 2.917768, 2.940619");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.049331, 3.016692, 2.993135, 2.978089, 3.000940",\
|
|
"3.095283, 3.062644, 3.039087, 3.024041, 3.046892",\
|
|
"3.136632, 3.103992, 3.080436, 3.065389, 3.088240",\
|
|
"3.209754, 3.177115, 3.153558, 3.138512, 3.161363",\
|
|
"3.351935, 3.319296, 3.295739, 3.280693, 3.303544");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.012467, 0.045106, 0.068663, 0.083709, 0.060858",\
|
|
"-0.004807, 0.027833, 0.051389, 0.066436, 0.043585",\
|
|
"-0.003500, 0.029140, 0.052696, 0.067743, 0.044892",\
|
|
"0.015492, 0.048131, 0.071688, 0.086734, 0.063883",\
|
|
"0.082675, 0.115315, 0.138872, 0.153918, 0.131067");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.375015, -0.342375, -0.318819, -0.303772, -0.326623",\
|
|
"-0.420967, -0.388327, -0.364771, -0.349724, -0.372575",\
|
|
"-0.462315, -0.429676, -0.406119, -0.391073, -0.413924",\
|
|
"-0.535438, -0.502798, -0.479242, -0.464195, -0.487046",\
|
|
"-0.677619, -0.644979, -0.621422, -0.606376, -0.629227");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[11] */
|
|
|
|
pin("wb_adr_i[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005614 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.065528, 3.032889, 3.009332, 2.994286, 3.017137",\
|
|
"3.082807, 3.050168, 3.026611, 3.011565, 3.034416",\
|
|
"3.081380, 3.048740, 3.025183, 3.010137, 3.032988",\
|
|
"3.062024, 3.029385, 3.005828, 2.990782, 3.013633",\
|
|
"2.994033, 2.961393, 2.937836, 2.922790, 2.945641");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.058918, 3.026279, 3.002722, 2.987676, 3.010527",\
|
|
"3.104925, 3.072286, 3.048729, 3.033683, 3.056534",\
|
|
"3.146382, 3.113742, 3.090185, 3.075139, 3.097990",\
|
|
"3.219791, 3.187151, 3.163594, 3.148548, 3.171399",\
|
|
"3.362396, 3.329756, 3.306200, 3.291153, 3.314004");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.008774, 0.041413, 0.064970, 0.080017, 0.057165",\
|
|
"-0.008528, 0.024112, 0.047669, 0.062715, 0.039864",\
|
|
"-0.007164, 0.025476, 0.049033, 0.064079, 0.041228",\
|
|
"0.011952, 0.044591, 0.068148, 0.083194, 0.060343",\
|
|
"0.079029, 0.111668, 0.135225, 0.150271, 0.127420");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.384602, -0.351962, -0.328405, -0.313359, -0.336210",\
|
|
"-0.430609, -0.397969, -0.374413, -0.359366, -0.382218",\
|
|
"-0.472065, -0.439426, -0.415869, -0.400823, -0.423674",\
|
|
"-0.545474, -0.512835, -0.489278, -0.474232, -0.497083",\
|
|
"-0.688080, -0.655440, -0.631883, -0.616837, -0.639688");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[10] */
|
|
|
|
pin("wb_adr_i[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005959 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.065807, 3.033167, 3.009610, 2.994564, 3.017415",\
|
|
"3.083170, 3.050531, 3.026974, 3.011928, 3.034779",\
|
|
"3.081724, 3.049085, 3.025528, 3.010482, 3.033333",\
|
|
"3.062452, 3.029812, 3.006255, 2.991209, 3.014060",\
|
|
"2.996379, 2.963739, 2.940182, 2.925136, 2.947987");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.028652, 2.996013, 2.972456, 2.957410, 2.980261",\
|
|
"3.074006, 3.041367, 3.017810, 3.002764, 3.025615",\
|
|
"3.116277, 3.083638, 3.060081, 3.045035, 3.067886",\
|
|
"3.190233, 3.157594, 3.134037, 3.118991, 3.141842",\
|
|
"3.333959, 3.301320, 3.277763, 3.262717, 3.285568");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.058678, 0.091318, 0.114874, 0.129921, 0.107069",\
|
|
"0.041314, 0.073954, 0.097511, 0.112557, 0.089706",\
|
|
"0.042778, 0.075418, 0.098975, 0.114021, 0.091170",\
|
|
"0.062108, 0.094748, 0.118305, 0.133351, 0.110500",\
|
|
"0.128454, 0.161094, 0.184650, 0.199697, 0.176846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.274108, -0.241468, -0.217911, -0.202865, -0.225716",\
|
|
"-0.319461, -0.286822, -0.263265, -0.248219, -0.271070",\
|
|
"-0.361101, -0.328462, -0.304905, -0.289858, -0.312710",\
|
|
"-0.434287, -0.401648, -0.378091, -0.363044, -0.385896",\
|
|
"-0.576471, -0.543832, -0.520275, -0.505229, -0.528080");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[9] */
|
|
|
|
pin("wb_adr_i[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005397 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.063709, 3.031070, 3.007513, 2.992467, 3.015318",\
|
|
"3.081030, 3.048390, 3.024833, 3.009787, 3.032638",\
|
|
"3.079640, 3.047001, 3.023444, 3.008398, 3.031249",\
|
|
"3.060479, 3.027840, 3.004283, 2.989237, 3.012088",\
|
|
"2.993543, 2.960903, 2.937347, 2.922300, 2.945151");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.041505, 3.008865, 2.985308, 2.970262, 2.993113",\
|
|
"3.087498, 3.054858, 3.031302, 3.016255, 3.039106",\
|
|
"3.128920, 3.096281, 3.072724, 3.057678, 3.080529",\
|
|
"3.202361, 3.169722, 3.146165, 3.131119, 3.153970",\
|
|
"3.345177, 3.312538, 3.288981, 3.273935, 3.296786");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.067740, 0.100380, 0.123937, 0.138983, 0.116132",\
|
|
"0.050426, 0.083066, 0.106622, 0.121669, 0.098818",\
|
|
"0.051834, 0.084474, 0.108030, 0.123077, 0.100226",\
|
|
"0.071064, 0.103704, 0.127260, 0.142307, 0.119456",\
|
|
"0.138276, 0.170915, 0.194472, 0.209518, 0.186667");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.255317, -0.222678, -0.199121, -0.184075, -0.206926",\
|
|
"-0.301121, -0.268481, -0.244924, -0.229878, -0.252729",\
|
|
"-0.342163, -0.309524, -0.285967, -0.270921, -0.293772",\
|
|
"-0.414957, -0.382318, -0.358761, -0.343715, -0.366566",\
|
|
"-0.556522, -0.523883, -0.500326, -0.485279, -0.508131");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[8] */
|
|
|
|
pin("wb_adr_i[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006094 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.975989, 2.943349, 2.919792, 2.904746, 2.927597",\
|
|
"3.000690, 2.968051, 2.944494, 2.929448, 2.952299",\
|
|
"3.007147, 2.974507, 2.950950, 2.935904, 2.958755",\
|
|
"2.995201, 2.962562, 2.939005, 2.923959, 2.946810",\
|
|
"2.933213, 2.900574, 2.877017, 2.861971, 2.884822");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.928890, 2.896250, 2.872694, 2.857647, 2.880498",\
|
|
"2.979054, 2.946414, 2.922858, 2.907811, 2.930662",\
|
|
"3.042444, 3.009804, 2.986248, 2.971201, 2.994052",\
|
|
"3.146189, 3.113549, 3.089993, 3.074946, 3.097797",\
|
|
"3.331670, 3.299031, 3.275474, 3.260427, 3.283278");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.076890, -0.044250, -0.020694, -0.005647, -0.028499",\
|
|
"-0.101592, -0.068952, -0.045395, -0.030349, -0.053200",\
|
|
"-0.108023, -0.075384, -0.051827, -0.036781, -0.059632",\
|
|
"-0.096042, -0.063402, -0.039845, -0.024799, -0.047650",\
|
|
"-0.034604, -0.001964, 0.021592, 0.036639, 0.013788");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.059580, 0.092220, 0.115776, 0.130823, 0.107972",\
|
|
"0.009426, 0.042065, 0.065622, 0.080668, 0.057817",\
|
|
"-0.054393, -0.021753, 0.001804, 0.016850, -0.006001",\
|
|
"-0.158464, -0.125825, -0.102268, -0.087221, -0.110073",\
|
|
"-0.345101, -0.312462, -0.288905, -0.273858, -0.296710");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[7] */
|
|
|
|
pin("wb_adr_i[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005127 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.226044, 3.193404, 3.169848, 3.154801, 3.177652",\
|
|
"3.256146, 3.223507, 3.199950, 3.184904, 3.207755",\
|
|
"3.269924, 3.237284, 3.213728, 3.198681, 3.221532",\
|
|
"3.269771, 3.237132, 3.213575, 3.198529, 3.221380",\
|
|
"3.227604, 3.194965, 3.171408, 3.156362, 3.179213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.159224, 3.126585, 3.103028, 3.087982, 3.110833",\
|
|
"3.209791, 3.177152, 3.153595, 3.138549, 3.161400",\
|
|
"3.273443, 3.240803, 3.217246, 3.202200, 3.225051",\
|
|
"3.382349, 3.349710, 3.326153, 3.311107, 3.333958",\
|
|
"3.568669, 3.536029, 3.512473, 3.497426, 3.520278");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.224213, -0.191574, -0.168017, -0.152971, -0.175822",\
|
|
"-0.254316, -0.221676, -0.198119, -0.183073, -0.205924",\
|
|
"-0.267994, -0.235354, -0.211797, -0.196751, -0.219602",\
|
|
"-0.267621, -0.234982, -0.211425, -0.196379, -0.219230",\
|
|
"-0.225432, -0.192793, -0.169236, -0.154190, -0.177041");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.278614, -0.245974, -0.222418, -0.207371, -0.230222",\
|
|
"-0.329182, -0.296542, -0.272985, -0.257939, -0.280790",\
|
|
"-0.392832, -0.360193, -0.336636, -0.321590, -0.344441",\
|
|
"-0.501739, -0.469100, -0.445543, -0.430496, -0.453348",\
|
|
"-0.688059, -0.655419, -0.631863, -0.616816, -0.639667");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[6] */
|
|
|
|
pin("wb_adr_i[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006691 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.224908, 3.192268, 3.168711, 3.153665, 3.176516",\
|
|
"3.249612, 3.216973, 3.193416, 3.178370, 3.201221",\
|
|
"3.256122, 3.223483, 3.199926, 3.184880, 3.207731",\
|
|
"3.244261, 3.211621, 3.188064, 3.173018, 3.195869",\
|
|
"3.182725, 3.150085, 3.126529, 3.111482, 3.134333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.161730, 3.129090, 3.105533, 3.090487, 3.113338",\
|
|
"3.213152, 3.180513, 3.156956, 3.141910, 3.164761",\
|
|
"3.275490, 3.242850, 3.219293, 3.204247, 3.227098",\
|
|
"3.379616, 3.346977, 3.323420, 3.308373, 3.331224",\
|
|
"3.565473, 3.532834, 3.509277, 3.494231, 3.517082");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.182945, -0.150306, -0.126749, -0.111702, -0.134554",\
|
|
"-0.207650, -0.175010, -0.151453, -0.136407, -0.159258",\
|
|
"-0.214080, -0.181440, -0.157884, -0.142837, -0.165688",\
|
|
"-0.202103, -0.169463, -0.145907, -0.130860, -0.153711",\
|
|
"-0.139952, -0.107313, -0.083756, -0.068710, -0.091561");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.239876, -0.207237, -0.183680, -0.168634, -0.191485",\
|
|
"-0.291299, -0.258659, -0.235103, -0.220056, -0.242907",\
|
|
"-0.353218, -0.320579, -0.297022, -0.281976, -0.304827",\
|
|
"-0.456510, -0.423870, -0.400314, -0.385267, -0.408118",\
|
|
"-0.641108, -0.608468, -0.584912, -0.569865, -0.592716");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[5] */
|
|
|
|
pin("wb_adr_i[4]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006891 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.217236, 3.184596, 3.161040, 3.145993, 3.168844",\
|
|
"3.241931, 3.209292, 3.185735, 3.170689, 3.193540",\
|
|
"3.248413, 3.215773, 3.192217, 3.177170, 3.200021",\
|
|
"3.236499, 3.203859, 3.180302, 3.165256, 3.188107",\
|
|
"3.174617, 3.141978, 3.118421, 3.103374, 3.126225");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.168993, 3.136354, 3.112797, 3.097751, 3.120602",\
|
|
"3.220403, 3.187764, 3.164207, 3.149161, 3.172012",\
|
|
"3.283012, 3.250372, 3.226815, 3.211769, 3.234620",\
|
|
"3.386906, 3.354266, 3.330710, 3.315663, 3.338514",\
|
|
"3.572758, 3.540118, 3.516562, 3.501515, 3.524366");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.165215, -0.132576, -0.109019, -0.093973, -0.116824",\
|
|
"-0.189911, -0.157271, -0.133715, -0.118668, -0.141519",\
|
|
"-0.196350, -0.163711, -0.140154, -0.125108, -0.147959",\
|
|
"-0.184376, -0.151736, -0.128180, -0.113133, -0.135984",\
|
|
"-0.122176, -0.089536, -0.065980, -0.050933, -0.073784");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.181551, -0.148912, -0.125355, -0.110308, -0.133160",\
|
|
"-0.232963, -0.200324, -0.176767, -0.161721, -0.184572",\
|
|
"-0.295601, -0.262962, -0.239405, -0.224359, -0.247210",\
|
|
"-0.400057, -0.367417, -0.343860, -0.328814, -0.351665",\
|
|
"-0.585800, -0.553161, -0.529604, -0.514558, -0.537409");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[4] */
|
|
|
|
pin("wb_adr_i[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008688 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.216884, 3.184244, 3.160688, 3.145641, 3.168492",\
|
|
"3.250374, 3.217734, 3.194177, 3.179131, 3.201982",\
|
|
"3.273022, 3.240383, 3.216826, 3.201780, 3.224631",\
|
|
"3.288566, 3.255927, 3.232370, 3.217324, 3.240175",\
|
|
"3.271699, 3.239060, 3.215503, 3.200457, 3.223308");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.165438, 3.132799, 3.109242, 3.094196, 3.117047",\
|
|
"3.217173, 3.184534, 3.160977, 3.145931, 3.168782",\
|
|
"3.281568, 3.248928, 3.225372, 3.210325, 3.233176",\
|
|
"3.396939, 3.364300, 3.340743, 3.325696, 3.348547",\
|
|
"3.586733, 3.554093, 3.530537, 3.515490, 3.538342");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.089132, -0.056492, -0.032935, -0.017889, -0.040740",\
|
|
"-0.122622, -0.089982, -0.066426, -0.051379, -0.074230",\
|
|
"-0.145259, -0.112619, -0.089063, -0.074016, -0.096867",\
|
|
"-0.160775, -0.128136, -0.104579, -0.089533, -0.112384",\
|
|
"-0.143824, -0.111184, -0.087628, -0.072581, -0.095432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.166686, -0.134047, -0.110490, -0.095444, -0.118295",\
|
|
"-0.218421, -0.185782, -0.162225, -0.147178, -0.170030",\
|
|
"-0.282730, -0.250091, -0.226534, -0.211488, -0.234339",\
|
|
"-0.396587, -0.363948, -0.340391, -0.325345, -0.348196",\
|
|
"-0.584328, -0.551689, -0.528132, -0.513086, -0.535937");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[3] */
|
|
|
|
pin("wb_adr_i[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003538 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.409217, 3.376578, 3.353021, 3.337975, 3.360826",\
|
|
"3.439847, 3.407208, 3.383651, 3.368605, 3.391456",\
|
|
"3.455333, 3.422693, 3.399137, 3.384090, 3.406941",\
|
|
"3.462749, 3.430110, 3.406553, 3.391507, 3.414358",\
|
|
"3.444149, 3.411510, 3.387953, 3.372907, 3.395758");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.322507, 3.289868, 3.266311, 3.251265, 3.274116",\
|
|
"3.371485, 3.338845, 3.315289, 3.300242, 3.323093",\
|
|
"3.420157, 3.387517, 3.363961, 3.348914, 3.371765",\
|
|
"3.498888, 3.466249, 3.442692, 3.427646, 3.450497",\
|
|
"3.637003, 3.604364, 3.580807, 3.565761, 3.588612");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.125589, -0.092950, -0.069393, -0.054347, -0.077198",\
|
|
"-0.156220, -0.123580, -0.100023, -0.084977, -0.107828",\
|
|
"-0.171705, -0.139066, -0.115509, -0.100463, -0.123314",\
|
|
"-0.179122, -0.146482, -0.122925, -0.107879, -0.130730",\
|
|
"-0.160521, -0.127882, -0.104325, -0.089279, -0.112130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.272229, -0.239590, -0.216033, -0.200987, -0.223838",\
|
|
"-0.321207, -0.288568, -0.265011, -0.249965, -0.272816",\
|
|
"-0.369876, -0.337236, -0.313679, -0.298633, -0.321484",\
|
|
"-0.448601, -0.415962, -0.392405, -0.377359, -0.400210",\
|
|
"-0.586702, -0.554063, -0.530506, -0.515460, -0.538311");
|
|
}
|
|
|
|
} /* 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 : 1.500000 ;
|
|
capacitance : 0.005658 ;
|
|
|
|
/* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.213871, 3.181231, 3.157675, 3.142628, 3.165479",\
|
|
"3.238571, 3.205932, 3.182375, 3.167329, 3.190180",\
|
|
"3.245106, 3.212467, 3.188910, 3.173864, 3.196715",\
|
|
"3.233276, 3.200637, 3.177080, 3.162034, 3.184885",\
|
|
"3.170640, 3.138000, 3.114444, 3.099397, 3.122248");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.115876, 3.083237, 3.059680, 3.044634, 3.067485",\
|
|
"3.168324, 3.135684, 3.112128, 3.097081, 3.119932",\
|
|
"3.229260, 3.196621, 3.173064, 3.158018, 3.180869",\
|
|
"3.333287, 3.300647, 3.277090, 3.262044, 3.284895",\
|
|
"3.519311, 3.486672, 3.463115, 3.448069, 3.470920");
|
|
}
|
|
|
|
} /* 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.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.015019, 0.017621, 0.041178, 0.056224, 0.033373",\
|
|
"-0.039719, -0.007080, 0.016477, 0.031524, 0.008672",\
|
|
"-0.046143, -0.013504, 0.010053, 0.025099, 0.002248",\
|
|
"-0.034152, -0.001513, 0.022044, 0.037091, 0.014239",\
|
|
"0.029262, 0.061902, 0.085458, 0.100505, 0.077654");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.060359, -0.027719, -0.004162, 0.010884, -0.011967",\
|
|
"-0.112807, -0.080167, -0.056610, -0.041564, -0.064415",\
|
|
"-0.173664, -0.141025, -0.117468, -0.102421, -0.125273",\
|
|
"-0.277517, -0.244878, -0.221321, -0.206275, -0.229126",\
|
|
"-0.463764, -0.431124, -0.407567, -0.392521, -0.415372");
|
|
}
|
|
|
|
} /* 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.010191 ;
|
|
|
|
/* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.214742, 3.182103, 3.158546, 3.143500, 3.166351",\
|
|
"3.243295, 3.210656, 3.187099, 3.172053, 3.194904",\
|
|
"3.231048, 3.198408, 3.174852, 3.159805, 3.182656",\
|
|
"3.129993, 3.097354, 3.073797, 3.058751, 3.081602",\
|
|
"2.742823, 2.710183, 2.686627, 2.671580, 2.694431");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.094705, 3.062066, 3.038509, 3.023463, 3.046314",\
|
|
"3.188687, 3.156047, 3.132490, 3.117444, 3.140295",\
|
|
"3.315748, 3.283108, 3.259552, 3.244505, 3.267356",\
|
|
"3.576069, 3.543429, 3.519873, 3.504826, 3.527678",\
|
|
"4.190829, 4.158190, 4.134633, 4.119586, 4.142438");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.019998, 0.012641, 0.036198, 0.051244, 0.028393",\
|
|
"-0.048480, -0.015840, 0.007716, 0.022763, -0.000089",\
|
|
"-0.035946, -0.003306, 0.020250, 0.035297, 0.012446",\
|
|
"0.066076, 0.098715, 0.122272, 0.137318, 0.114467",\
|
|
"0.456598, 0.489237, 0.512794, 0.527840, 0.504989");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.148039, -0.115400, -0.091843, -0.076797, -0.099648",\
|
|
"-0.242071, -0.209431, -0.185874, -0.170828, -0.193679",\
|
|
"-0.369289, -0.336650, -0.313093, -0.298047, -0.320898",\
|
|
"-0.628081, -0.595441, -0.571884, -0.556838, -0.579689",\
|
|
"-1.238964, -1.206325, -1.182768, -1.167722, -1.190573");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[0] */
|
|
} /* end of bus wb_adr_i */
|
|
bus ( wb_dat_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_dat_i[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002919 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.218718, -0.251358, -0.274914, -0.289961, -0.267110",\
|
|
"-0.201524, -0.234163, -0.257720, -0.272766, -0.249915",\
|
|
"-0.202795, -0.235435, -0.258992, -0.274038, -0.251187",\
|
|
"-0.221837, -0.254477, -0.278033, -0.293080, -0.270229",\
|
|
"-0.290247, -0.322887, -0.346444, -0.361490, -0.338639");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.065329, -0.097968, -0.121525, -0.136572, -0.113720",\
|
|
"-0.019405, -0.052045, -0.075602, -0.090648, -0.067797",\
|
|
"0.021848, -0.010791, -0.034348, -0.049395, -0.026543",\
|
|
"0.094549, 0.061909, 0.038352, 0.023306, 0.046157",\
|
|
"0.235667, 0.203027, 0.179470, 0.164424, 0.187275");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.231717, 0.264356, 0.287913, 0.302959, 0.280108",\
|
|
"0.214522, 0.247162, 0.270718, 0.285765, 0.262914",\
|
|
"0.215794, 0.248433, 0.271990, 0.287036, 0.264185",\
|
|
"0.234836, 0.267475, 0.291032, 0.306078, 0.283227",\
|
|
"0.303246, 0.335885, 0.359442, 0.374489, 0.351637");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.105848, 0.138488, 0.162044, 0.177091, 0.154240",\
|
|
"0.059925, 0.092564, 0.116121, 0.131167, 0.108316",\
|
|
"0.018671, 0.051311, 0.074867, 0.089914, 0.067063",\
|
|
"-0.054029, -0.021390, 0.002167, 0.017213, -0.005638",\
|
|
"-0.195148, -0.162508, -0.138951, -0.123905, -0.146756");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[31] */
|
|
|
|
pin("wb_dat_i[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002768 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.211515, -0.244154, -0.267711, -0.282757, -0.259906",\
|
|
"-0.194324, -0.226964, -0.250520, -0.265567, -0.242716",\
|
|
"-0.195589, -0.228228, -0.251785, -0.266831, -0.243980",\
|
|
"-0.214617, -0.247257, -0.270814, -0.285860, -0.263009",\
|
|
"-0.283056, -0.315696, -0.339252, -0.354299, -0.331448");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.058580, -0.091219, -0.114776, -0.129823, -0.106971",\
|
|
"-0.012660, -0.045300, -0.068856, -0.083903, -0.061052",\
|
|
"0.028584, -0.004055, -0.027612, -0.042659, -0.019807",\
|
|
"0.101251, 0.068611, 0.045055, 0.030008, 0.052859",\
|
|
"0.242312, 0.209672, 0.186115, 0.171069, 0.193920");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.224535, 0.257174, 0.280731, 0.295778, 0.272926",\
|
|
"0.207345, 0.239984, 0.263541, 0.278587, 0.255736",\
|
|
"0.208609, 0.241249, 0.264805, 0.279852, 0.257001",\
|
|
"0.227638, 0.260277, 0.283834, 0.298880, 0.276029",\
|
|
"0.296076, 0.328716, 0.352273, 0.367319, 0.344468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.099134, 0.131773, 0.155330, 0.170377, 0.147525",\
|
|
"0.053214, 0.085854, 0.109410, 0.124457, 0.101606",\
|
|
"0.011970, 0.044609, 0.068166, 0.083212, 0.060361",\
|
|
"-0.060697, -0.028057, -0.004501, 0.010546, -0.012305",\
|
|
"-0.201758, -0.169118, -0.145561, -0.130515, -0.153366");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[30] */
|
|
|
|
pin("wb_dat_i[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003155 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.264212, -0.296852, -0.320408, -0.335455, -0.312604",\
|
|
"-0.246936, -0.279576, -0.303132, -0.318179, -0.295328",\
|
|
"-0.248271, -0.280911, -0.304468, -0.319514, -0.296663",\
|
|
"-0.267360, -0.300000, -0.323557, -0.338603, -0.315752",\
|
|
"-0.334839, -0.367478, -0.391035, -0.406081, -0.383230");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.085392, -0.118032, -0.141588, -0.156635, -0.133784",\
|
|
"-0.039449, -0.072088, -0.095645, -0.110692, -0.087840",\
|
|
"0.001841, -0.030798, -0.054355, -0.069401, -0.046550",\
|
|
"0.074872, 0.042233, 0.018676, 0.003630, 0.026481",\
|
|
"0.216578, 0.183939, 0.160382, 0.145336, 0.168187");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.277266, 0.309905, 0.333462, 0.348508, 0.325657",\
|
|
"0.259989, 0.292629, 0.316186, 0.331232, 0.308381",\
|
|
"0.261325, 0.293964, 0.317521, 0.332567, 0.309716",\
|
|
"0.280414, 0.313053, 0.336610, 0.351656, 0.328805",\
|
|
"0.347892, 0.380532, 0.404088, 0.419135, 0.396284");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.125998, 0.158638, 0.182195, 0.197241, 0.174390",\
|
|
"0.080055, 0.112695, 0.136252, 0.151298, 0.128447",\
|
|
"0.038765, 0.071405, 0.094961, 0.110008, 0.087157",\
|
|
"-0.034266, -0.001626, 0.021930, 0.036977, 0.014125",\
|
|
"-0.175972, -0.143332, -0.119776, -0.104729, -0.127581");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[29] */
|
|
|
|
pin("wb_dat_i[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003249 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.257836, -0.290475, -0.314032, -0.329078, -0.306227",\
|
|
"-0.240494, -0.273133, -0.296690, -0.311736, -0.288885",\
|
|
"-0.241924, -0.274564, -0.298120, -0.313167, -0.290316",\
|
|
"-0.261221, -0.293861, -0.317417, -0.332464, -0.309613",\
|
|
"-0.327861, -0.360500, -0.384057, -0.399103, -0.376252");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.083763, -0.116403, -0.139960, -0.155006, -0.132155",\
|
|
"-0.038433, -0.071073, -0.094629, -0.109676, -0.086825",\
|
|
"0.003790, -0.028849, -0.052406, -0.067453, -0.044601",\
|
|
"0.077538, 0.044899, 0.021342, 0.006295, 0.029147",\
|
|
"0.220501, 0.187861, 0.164304, 0.149258, 0.172109");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.270853, 0.303492, 0.327049, 0.342095, 0.319244",\
|
|
"0.253510, 0.286150, 0.309707, 0.324753, 0.301902",\
|
|
"0.254941, 0.287580, 0.311137, 0.326184, 0.303332",\
|
|
"0.274238, 0.306877, 0.330434, 0.345481, 0.322629",\
|
|
"0.340877, 0.373517, 0.397074, 0.412120, 0.389269");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.124312, 0.156951, 0.180508, 0.195554, 0.172703",\
|
|
"0.078982, 0.111621, 0.135178, 0.150224, 0.127373",\
|
|
"0.036758, 0.069398, 0.092955, 0.108001, 0.085150",\
|
|
"-0.036990, -0.004350, 0.019207, 0.034253, 0.011402",\
|
|
"-0.179952, -0.147312, -0.123756, -0.108709, -0.131560");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[28] */
|
|
|
|
pin("wb_dat_i[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002866 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.225435, -0.258075, -0.281631, -0.296678, -0.273827",\
|
|
"-0.208106, -0.240746, -0.264302, -0.279349, -0.256498",\
|
|
"-0.209519, -0.242159, -0.265715, -0.280762, -0.257911",\
|
|
"-0.228793, -0.261433, -0.284990, -0.300036, -0.277185",\
|
|
"-0.295524, -0.328164, -0.351721, -0.366767, -0.343916");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.047283, -0.079923, -0.103480, -0.118526, -0.095675",\
|
|
"-0.001970, -0.034609, -0.058166, -0.073213, -0.050361",\
|
|
"0.040237, 0.007598, -0.015959, -0.031005, -0.008154",\
|
|
"0.113907, 0.081267, 0.057710, 0.042664, 0.065515",\
|
|
"0.256732, 0.224092, 0.200535, 0.185489, 0.208340");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.238848, 0.271487, 0.295044, 0.310090, 0.287239",\
|
|
"0.221519, 0.254158, 0.277715, 0.292761, 0.269910",\
|
|
"0.222932, 0.255571, 0.279128, 0.294174, 0.271323",\
|
|
"0.242206, 0.274845, 0.298402, 0.313449, 0.290597",\
|
|
"0.308937, 0.341576, 0.365133, 0.380180, 0.357328");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.087820, 0.120459, 0.144016, 0.159063, 0.136211",\
|
|
"0.042506, 0.075146, 0.098702, 0.113749, 0.090898",\
|
|
"0.000299, 0.032939, 0.056495, 0.071542, 0.048691",\
|
|
"-0.073370, -0.040731, -0.017174, -0.002128, -0.024979",\
|
|
"-0.216195, -0.183556, -0.159999, -0.144952, -0.167804");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[27] */
|
|
|
|
pin("wb_dat_i[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003486 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.227462, -0.260101, -0.283658, -0.298704, -0.275853",\
|
|
"-0.210112, -0.242751, -0.266308, -0.281355, -0.258503",\
|
|
"-0.211552, -0.244192, -0.267748, -0.282795, -0.259944",\
|
|
"-0.230862, -0.263501, -0.287058, -0.302104, -0.279253",\
|
|
"-0.297455, -0.330094, -0.353651, -0.368697, -0.345846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.050120, -0.082759, -0.106316, -0.121362, -0.098511",\
|
|
"-0.004779, -0.037419, -0.060976, -0.076022, -0.053171",\
|
|
"0.037454, 0.004814, -0.018743, -0.033789, -0.010938",\
|
|
"0.111245, 0.078606, 0.055049, 0.040003, 0.062854",\
|
|
"0.254283, 0.221644, 0.198087, 0.183041, 0.205892");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.240859, 0.273499, 0.297056, 0.312102, 0.289251",\
|
|
"0.223510, 0.256149, 0.279706, 0.294752, 0.271901",\
|
|
"0.224950, 0.257589, 0.281146, 0.296192, 0.273341",\
|
|
"0.244259, 0.276899, 0.300456, 0.315502, 0.292651",\
|
|
"0.310852, 0.343492, 0.367049, 0.382095, 0.359244");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.090634, 0.123273, 0.146830, 0.161877, 0.139025",\
|
|
"0.045294, 0.077933, 0.101490, 0.116536, 0.093685",\
|
|
"0.003061, 0.035700, 0.059257, 0.074303, 0.051452",\
|
|
"-0.070731, -0.038091, -0.014535, 0.000512, -0.022340",\
|
|
"-0.213769, -0.181130, -0.157573, -0.142527, -0.165378");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[26] */
|
|
|
|
pin("wb_dat_i[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002938 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.156363, -0.189003, -0.212559, -0.227606, -0.204755",\
|
|
"-0.138890, -0.171529, -0.195086, -0.210132, -0.187281",\
|
|
"-0.140447, -0.173087, -0.196643, -0.211690, -0.188839",\
|
|
"-0.159881, -0.192521, -0.216077, -0.231124, -0.208273",\
|
|
"-0.226493, -0.259133, -0.282689, -0.297736, -0.274885");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.009426, -0.042066, -0.065623, -0.080669, -0.057818",\
|
|
"0.036036, 0.003397, -0.020160, -0.035206, -0.012355",\
|
|
"0.078492, 0.045852, 0.022295, 0.007249, 0.030100",\
|
|
"0.152804, 0.120165, 0.096608, 0.081562, 0.104413",\
|
|
"0.296915, 0.264276, 0.240719, 0.225673, 0.248524");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.169771, 0.202410, 0.225967, 0.241013, 0.218162",\
|
|
"0.152297, 0.184937, 0.208494, 0.223540, 0.200689",\
|
|
"0.153855, 0.186494, 0.210051, 0.225097, 0.202246",\
|
|
"0.173289, 0.205928, 0.229485, 0.244531, 0.221680",\
|
|
"0.239901, 0.272540, 0.296097, 0.311144, 0.288292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.049955, 0.082595, 0.106151, 0.121198, 0.098347",\
|
|
"0.004493, 0.037132, 0.060689, 0.075735, 0.052884",\
|
|
"-0.037963, -0.005323, 0.018233, 0.033280, 0.010429",\
|
|
"-0.112275, -0.079636, -0.056079, -0.041033, -0.063884",\
|
|
"-0.256387, -0.223747, -0.200190, -0.185144, -0.207995");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[25] */
|
|
|
|
pin("wb_dat_i[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002829 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.241590, -0.274230, -0.297787, -0.312833, -0.289982",\
|
|
"-0.224294, -0.256934, -0.280490, -0.295537, -0.272685",\
|
|
"-0.225655, -0.258295, -0.281852, -0.296898, -0.274047",\
|
|
"-0.244789, -0.277428, -0.300985, -0.316031, -0.293180",\
|
|
"-0.312104, -0.344744, -0.368300, -0.383347, -0.360496");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.061512, -0.094152, -0.117709, -0.132755, -0.109904",\
|
|
"-0.015544, -0.048183, -0.071740, -0.086787, -0.063935",\
|
|
"0.025793, -0.006847, -0.030404, -0.045450, -0.022599",\
|
|
"0.098975, 0.066335, 0.042778, 0.027732, 0.050583",\
|
|
"0.240943, 0.208304, 0.184747, 0.169701, 0.192552");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.254943, 0.287583, 0.311139, 0.326186, 0.303335",\
|
|
"0.237647, 0.270286, 0.293843, 0.308889, 0.286038",\
|
|
"0.239008, 0.271648, 0.295204, 0.310251, 0.287400",\
|
|
"0.258141, 0.290781, 0.314338, 0.329384, 0.306533",\
|
|
"0.325457, 0.358096, 0.381653, 0.396699, 0.373848");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.101959, 0.134599, 0.158155, 0.173202, 0.150351",\
|
|
"0.055991, 0.088630, 0.112187, 0.127233, 0.104382",\
|
|
"0.014654, 0.047294, 0.070851, 0.085897, 0.063046",\
|
|
"-0.058528, -0.025888, -0.002332, 0.012715, -0.010136",\
|
|
"-0.200497, -0.167857, -0.144300, -0.129254, -0.152105");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[24] */
|
|
|
|
pin("wb_dat_i[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003105 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.288121, -0.320761, -0.344318, -0.359364, -0.336513",\
|
|
"-0.271031, -0.303670, -0.327227, -0.342273, -0.319422",\
|
|
"-0.272008, -0.304648, -0.328204, -0.343251, -0.320400",\
|
|
"-0.290487, -0.323127, -0.346684, -0.361730, -0.338879",\
|
|
"-0.359869, -0.392509, -0.416066, -0.431112, -0.408261");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.101662, -0.134302, -0.157858, -0.172905, -0.150054",\
|
|
"-0.055966, -0.088606, -0.112162, -0.127209, -0.104357",\
|
|
"-0.015157, -0.047796, -0.071353, -0.086399, -0.063548",\
|
|
"0.056251, 0.023611, 0.000054, -0.014992, 0.007859",\
|
|
"0.195106, 0.162467, 0.138910, 0.123864, 0.146715");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.301120, 0.333759, 0.357316, 0.372362, 0.349511",\
|
|
"0.284029, 0.316668, 0.340225, 0.355272, 0.332420",\
|
|
"0.285006, 0.317646, 0.341203, 0.356249, 0.333398",\
|
|
"0.303486, 0.336125, 0.359682, 0.374728, 0.351877",\
|
|
"0.372868, 0.405507, 0.429064, 0.444110, 0.421259");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.142182, 0.174821, 0.198378, 0.213424, 0.190573",\
|
|
"0.096485, 0.129125, 0.152682, 0.167728, 0.144877",\
|
|
"0.055676, 0.088316, 0.111872, 0.126919, 0.104068",\
|
|
"-0.015731, 0.016908, 0.040465, 0.055512, 0.032660",\
|
|
"-0.154587, -0.121947, -0.098391, -0.083344, -0.106196");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[23] */
|
|
|
|
pin("wb_dat_i[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.284747, -0.317386, -0.340943, -0.355989, -0.333138",\
|
|
"-0.267652, -0.300291, -0.323848, -0.338894, -0.316043",\
|
|
"-0.268634, -0.301274, -0.324830, -0.339877, -0.317026",\
|
|
"-0.287140, -0.319780, -0.343337, -0.358383, -0.335532",\
|
|
"-0.356493, -0.389132, -0.412689, -0.427736, -0.404884");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.098428, -0.131067, -0.154624, -0.169670, -0.146819",\
|
|
"-0.052725, -0.085365, -0.108921, -0.123968, -0.101117",\
|
|
"-0.011908, -0.044547, -0.068104, -0.083150, -0.060299",\
|
|
"0.059526, 0.026886, 0.003330, -0.011717, 0.011134",\
|
|
"0.198428, 0.165789, 0.142232, 0.127186, 0.150037");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.297767, 0.330406, 0.353963, 0.369010, 0.346158",\
|
|
"0.280672, 0.313312, 0.336868, 0.351915, 0.329064",\
|
|
"0.281654, 0.314294, 0.337851, 0.352897, 0.330046",\
|
|
"0.300161, 0.332800, 0.356357, 0.371403, 0.348552",\
|
|
"0.369513, 0.402153, 0.425710, 0.440756, 0.417905");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.138982, 0.171621, 0.195178, 0.210224, 0.187373",\
|
|
"0.093279, 0.125919, 0.149476, 0.164522, 0.141671",\
|
|
"0.052462, 0.085101, 0.108658, 0.123705, 0.100853",\
|
|
"-0.018972, 0.013668, 0.037224, 0.052271, 0.029420",\
|
|
"-0.157874, -0.125235, -0.101678, -0.086631, -0.109483");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[22] */
|
|
|
|
pin("wb_dat_i[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002820 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.229153, -0.261792, -0.285349, -0.300395, -0.277544",\
|
|
"-0.212071, -0.244711, -0.268268, -0.283314, -0.260463",\
|
|
"-0.213209, -0.245849, -0.269405, -0.284452, -0.261601",\
|
|
"-0.232047, -0.264687, -0.288243, -0.303290, -0.280439",\
|
|
"-0.301439, -0.334079, -0.357635, -0.372682, -0.349831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.069667, -0.102306, -0.125863, -0.140909, -0.118058",\
|
|
"-0.023859, -0.056499, -0.080055, -0.095102, -0.072250",\
|
|
"0.017168, -0.015471, -0.039028, -0.054074, -0.031223",\
|
|
"0.089070, 0.056430, 0.032874, 0.017827, 0.040679",\
|
|
"0.228801, 0.196161, 0.172604, 0.157558, 0.180409");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.242206, 0.274845, 0.298402, 0.313449, 0.290597",\
|
|
"0.225125, 0.257764, 0.281321, 0.296367, 0.273516",\
|
|
"0.226262, 0.258902, 0.282459, 0.297505, 0.274654",\
|
|
"0.245100, 0.277740, 0.301297, 0.316343, 0.293492",\
|
|
"0.314492, 0.347132, 0.370689, 0.385735, 0.362884");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.110273, 0.142912, 0.166469, 0.181516, 0.158664",\
|
|
"0.064465, 0.097105, 0.120661, 0.135708, 0.112857",\
|
|
"0.023438, 0.056077, 0.079634, 0.094680, 0.071829",\
|
|
"-0.048464, -0.015824, 0.007732, 0.022779, -0.000072",\
|
|
"-0.188195, -0.155555, -0.131998, -0.116952, -0.139803");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[21] */
|
|
|
|
pin("wb_dat_i[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002845 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.230116, -0.262756, -0.286312, -0.301359, -0.278508",\
|
|
"-0.213008, -0.245647, -0.269204, -0.284250, -0.261399",\
|
|
"-0.214094, -0.246734, -0.270290, -0.285337, -0.262486",\
|
|
"-0.232906, -0.265546, -0.289102, -0.304149, -0.281298",\
|
|
"-0.302383, -0.335023, -0.358580, -0.373626, -0.350775");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.071173, -0.103813, -0.127369, -0.142416, -0.119564",\
|
|
"-0.025377, -0.058017, -0.081573, -0.096620, -0.073769",\
|
|
"0.015628, -0.017012, -0.040569, -0.055615, -0.032764",\
|
|
"0.087448, 0.054809, 0.031252, 0.016206, 0.039057",\
|
|
"0.227036, 0.194396, 0.170840, 0.155793, 0.178645");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.243133, 0.275772, 0.299329, 0.314376, 0.291524",\
|
|
"0.226025, 0.258664, 0.282221, 0.297267, 0.274416",\
|
|
"0.227111, 0.259751, 0.283307, 0.298354, 0.275503",\
|
|
"0.245923, 0.278563, 0.302119, 0.317166, 0.294314",\
|
|
"0.315400, 0.348040, 0.371596, 0.386643, 0.363792");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.111721, 0.144361, 0.167918, 0.182964, 0.160113",\
|
|
"0.065925, 0.098565, 0.122122, 0.137168, 0.114317",\
|
|
"0.024921, 0.057560, 0.081117, 0.096163, 0.073312",\
|
|
"-0.046900, -0.014260, 0.009296, 0.024343, 0.001492",\
|
|
"-0.186488, -0.153848, -0.130291, -0.115245, -0.138096");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[20] */
|
|
|
|
pin("wb_dat_i[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003589 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.181871, -0.214511, -0.238068, -0.253114, -0.230263",\
|
|
"-0.164710, -0.197350, -0.220906, -0.235953, -0.213102",\
|
|
"-0.165942, -0.198581, -0.222138, -0.237185, -0.214333",\
|
|
"-0.184920, -0.217559, -0.241116, -0.256162, -0.233311",\
|
|
"-0.253591, -0.286230, -0.309787, -0.324833, -0.301982");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.023911, -0.056551, -0.080107, -0.095154, -0.072303",\
|
|
"0.021976, -0.010663, -0.034220, -0.049266, -0.026415",\
|
|
"0.063166, 0.030527, 0.006970, -0.008076, 0.014775",\
|
|
"0.135640, 0.103001, 0.079444, 0.064397, 0.087249",\
|
|
"0.276366, 0.243726, 0.220170, 0.205123, 0.227974");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.195284, 0.227924, 0.251480, 0.266527, 0.243676",\
|
|
"0.178123, 0.210762, 0.234319, 0.249365, 0.226514",\
|
|
"0.179354, 0.211994, 0.235551, 0.250597, 0.227746",\
|
|
"0.198332, 0.230972, 0.254528, 0.269575, 0.246724",\
|
|
"0.267003, 0.299643, 0.323199, 0.338246, 0.315395");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.064447, 0.097087, 0.120643, 0.135690, 0.112839",\
|
|
"0.018560, 0.051199, 0.074756, 0.089802, 0.066951",\
|
|
"-0.022630, 0.010009, 0.033566, 0.048613, 0.025761",\
|
|
"-0.095104, -0.062464, -0.038908, -0.023861, -0.046712",\
|
|
"-0.235830, -0.203190, -0.179633, -0.164587, -0.187438");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[19] */
|
|
|
|
pin("wb_dat_i[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004358 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.221344, -0.253984, -0.277541, -0.292587, -0.269736",\
|
|
"-0.204342, -0.236982, -0.260539, -0.275585, -0.252734",\
|
|
"-0.205218, -0.237858, -0.261414, -0.276461, -0.253610",\
|
|
"-0.223907, -0.256546, -0.280103, -0.295149, -0.272298",\
|
|
"-0.295216, -0.327856, -0.351412, -0.366459, -0.343608");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.051799, -0.084439, -0.107996, -0.123042, -0.100191",\
|
|
"-0.006483, -0.039122, -0.062679, -0.077725, -0.054874",\
|
|
"0.033619, 0.000979, -0.022577, -0.037624, -0.014773",\
|
|
"0.103904, 0.071264, 0.047707, 0.032661, 0.055512",\
|
|
"0.241172, 0.208533, 0.184976, 0.169930, 0.192781");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.234742, 0.267382, 0.290938, 0.305985, 0.283134",\
|
|
"0.217740, 0.250380, 0.273936, 0.288983, 0.266131",\
|
|
"0.218616, 0.251256, 0.274812, 0.289859, 0.267007",\
|
|
"0.237304, 0.269944, 0.293500, 0.308547, 0.285696",\
|
|
"0.308614, 0.341253, 0.364810, 0.379857, 0.357005");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.092313, 0.124953, 0.148510, 0.163556, 0.140705",\
|
|
"0.046997, 0.079636, 0.103193, 0.118239, 0.095388",\
|
|
"0.006895, 0.039535, 0.063091, 0.078138, 0.055287",\
|
|
"-0.063390, -0.030750, -0.007193, 0.007853, -0.014998",\
|
|
"-0.200658, -0.168019, -0.144462, -0.129416, -0.152267");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[18] */
|
|
|
|
pin("wb_dat_i[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003710 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.236293, -0.268933, -0.292489, -0.307536, -0.284685",\
|
|
"-0.219007, -0.251646, -0.275203, -0.290250, -0.267398",\
|
|
"-0.220359, -0.252998, -0.276555, -0.291602, -0.268750",\
|
|
"-0.239476, -0.272115, -0.295672, -0.310718, -0.287867",\
|
|
"-0.306848, -0.339488, -0.363044, -0.378091, -0.355239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.054994, -0.087634, -0.111190, -0.126237, -0.103386",\
|
|
"-0.009042, -0.041682, -0.065238, -0.080285, -0.057434",\
|
|
"0.032277, -0.000362, -0.023919, -0.038965, -0.016114",\
|
|
"0.105404, 0.072765, 0.049208, 0.034162, 0.057013",\
|
|
"0.247278, 0.214638, 0.191082, 0.176035, 0.198886");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.249701, 0.282340, 0.305897, 0.320943, 0.298092",\
|
|
"0.232415, 0.265054, 0.288611, 0.303657, 0.280806",\
|
|
"0.233766, 0.266406, 0.289963, 0.305009, 0.282158",\
|
|
"0.252883, 0.285523, 0.309080, 0.324126, 0.301275",\
|
|
"0.320256, 0.352895, 0.376452, 0.391498, 0.368647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.095523, 0.128163, 0.151719, 0.166766, 0.143915",\
|
|
"0.049571, 0.082211, 0.105767, 0.120814, 0.097963",\
|
|
"0.008252, 0.040891, 0.064448, 0.079494, 0.056643",\
|
|
"-0.064875, -0.032236, -0.008679, 0.006367, -0.016484",\
|
|
"-0.206749, -0.174109, -0.150552, -0.135506, -0.158357");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[17] */
|
|
|
|
pin("wb_dat_i[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.011290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.220502, -0.253142, -0.276698, -0.291745, -0.268893",\
|
|
"-0.203515, -0.236155, -0.259712, -0.274758, -0.251907",\
|
|
"-0.204425, -0.237065, -0.260622, -0.275668, -0.252817",\
|
|
"-0.222699, -0.255338, -0.278895, -0.293941, -0.271090",\
|
|
"-0.292827, -0.325466, -0.349023, -0.364069, -0.341218");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.053402, -0.086042, -0.109599, -0.124645, -0.101794",\
|
|
"-0.007904, -0.040543, -0.064100, -0.079146, -0.056295",\
|
|
"0.032831, 0.000192, -0.023365, -0.038411, -0.015560",\
|
|
"0.103882, 0.071243, 0.047686, 0.032640, 0.055491",\
|
|
"0.242157, 0.209518, 0.185961, 0.170914, 0.193766");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.233855, 0.266494, 0.290051, 0.305097, 0.282246",\
|
|
"0.216868, 0.249508, 0.273064, 0.288111, 0.265260",\
|
|
"0.217778, 0.250418, 0.273974, 0.289021, 0.266170",\
|
|
"0.236051, 0.268691, 0.292248, 0.307294, 0.284443",\
|
|
"0.306179, 0.338819, 0.362376, 0.377422, 0.354571");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.093849, 0.126489, 0.150045, 0.165092, 0.142240",\
|
|
"0.048350, 0.080990, 0.104547, 0.119593, 0.096742",\
|
|
"0.007616, 0.040255, 0.063812, 0.078858, 0.056007",\
|
|
"-0.063436, -0.030796, -0.007239, 0.007807, -0.015044",\
|
|
"-0.201710, -0.169071, -0.145514, -0.130468, -0.153319");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[16] */
|
|
|
|
pin("wb_dat_i[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006023 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.203423, -0.236062, -0.259619, -0.274666, -0.251814",\
|
|
"-0.185967, -0.218606, -0.242163, -0.257210, -0.234358",\
|
|
"-0.187542, -0.220181, -0.243738, -0.258784, -0.235933",\
|
|
"-0.207049, -0.239688, -0.263245, -0.278292, -0.255440",\
|
|
"-0.274024, -0.306664, -0.330220, -0.345267, -0.322416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.082851, -0.115491, -0.139048, -0.154094, -0.131243",\
|
|
"-0.037417, -0.070057, -0.093614, -0.108660, -0.085809",\
|
|
"0.004856, -0.027784, -0.051341, -0.066387, -0.043536",\
|
|
"0.079067, 0.046428, 0.022871, 0.007825, 0.030676",\
|
|
"0.223228, 0.190588, 0.167032, 0.151985, 0.174836");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.216421, 0.249061, 0.272618, 0.287664, 0.264813",\
|
|
"0.198965, 0.231605, 0.255162, 0.270208, 0.247357",\
|
|
"0.200540, 0.233180, 0.256736, 0.271783, 0.248932",\
|
|
"0.220047, 0.252687, 0.276244, 0.291290, 0.268439",\
|
|
"0.287022, 0.319662, 0.343219, 0.358265, 0.335414");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.123371, 0.156010, 0.179567, 0.194613, 0.171762",\
|
|
"0.077937, 0.110576, 0.134133, 0.149179, 0.126328",\
|
|
"0.035664, 0.068303, 0.091860, 0.106906, 0.084055",\
|
|
"-0.038548, -0.005909, 0.017648, 0.032694, 0.009843",\
|
|
"-0.182709, -0.150069, -0.126512, -0.111466, -0.134317");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[15] */
|
|
|
|
pin("wb_dat_i[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005521 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.218416, -0.251055, -0.274612, -0.289659, -0.266807",\
|
|
"-0.201209, -0.233849, -0.257405, -0.272452, -0.249600",\
|
|
"-0.202555, -0.235195, -0.258751, -0.273798, -0.250947",\
|
|
"-0.221789, -0.254429, -0.277985, -0.293032, -0.270181",\
|
|
"-0.290356, -0.322996, -0.346552, -0.361599, -0.338748");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.090228, -0.122867, -0.146424, -0.161470, -0.138619",\
|
|
"-0.044362, -0.077001, -0.100558, -0.115605, -0.092753",\
|
|
"-0.003191, -0.035830, -0.059387, -0.074433, -0.051582",\
|
|
"0.069519, 0.036879, 0.013323, -0.001724, 0.021127",\
|
|
"0.210876, 0.178236, 0.154680, 0.139633, 0.162484");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.231436, 0.264076, 0.287632, 0.302679, 0.279828",\
|
|
"0.214229, 0.246869, 0.270426, 0.285472, 0.262621",\
|
|
"0.215575, 0.248215, 0.271772, 0.286818, 0.263967",\
|
|
"0.234810, 0.267449, 0.291006, 0.306052, 0.283201",\
|
|
"0.303377, 0.336016, 0.359573, 0.374619, 0.351768");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.130782, 0.163421, 0.186978, 0.202024, 0.179173",\
|
|
"0.084916, 0.117555, 0.141112, 0.156159, 0.133307",\
|
|
"0.043745, 0.076384, 0.099941, 0.114987, 0.092136",\
|
|
"-0.028965, 0.003675, 0.027231, 0.042278, 0.019427",\
|
|
"-0.170322, -0.137682, -0.114126, -0.099079, -0.121930");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[14] */
|
|
|
|
pin("wb_dat_i[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008302 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.256738, -0.289377, -0.312934, -0.327980, -0.305129",\
|
|
"-0.239371, -0.272011, -0.295568, -0.310614, -0.287763",\
|
|
"-0.240864, -0.273503, -0.297060, -0.312107, -0.289255",\
|
|
"-0.260253, -0.292892, -0.316449, -0.331495, -0.308644",\
|
|
"-0.326705, -0.359345, -0.382902, -0.397948, -0.375097");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.115259, -0.147898, -0.171455, -0.186501, -0.163650",\
|
|
"-0.069913, -0.102553, -0.126110, -0.141156, -0.118305",\
|
|
"-0.027888, -0.060527, -0.084084, -0.099130, -0.076279",\
|
|
"0.045814, 0.013175, -0.010382, -0.025428, -0.002577",\
|
|
"0.188745, 0.156106, 0.132549, 0.117502, 0.140354");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.269791, 0.302431, 0.325987, 0.341034, 0.318182",\
|
|
"0.252425, 0.285064, 0.308621, 0.323667, 0.300816",\
|
|
"0.253917, 0.286557, 0.310113, 0.325160, 0.302309",\
|
|
"0.273306, 0.305945, 0.329502, 0.344549, 0.321697",\
|
|
"0.339759, 0.372398, 0.395955, 0.411001, 0.388150");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.155865, 0.188504, 0.212061, 0.227108, 0.204256",\
|
|
"0.110520, 0.143159, 0.166716, 0.181762, 0.158911",\
|
|
"0.068494, 0.101134, 0.124690, 0.139737, 0.116885",\
|
|
"-0.005208, 0.027432, 0.050988, 0.066035, 0.043184",\
|
|
"-0.148139, -0.115499, -0.091943, -0.076896, -0.099747");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[13] */
|
|
|
|
pin("wb_dat_i[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006967 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.289933, -0.322573, -0.346129, -0.361176, -0.338325",\
|
|
"-0.272845, -0.305485, -0.329042, -0.344088, -0.321237",\
|
|
"-0.273976, -0.306616, -0.330173, -0.345219, -0.322368",\
|
|
"-0.292757, -0.325397, -0.348953, -0.364000, -0.341149",\
|
|
"-0.361820, -0.394459, -0.418016, -0.433062, -0.410211");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.136392, -0.169032, -0.192589, -0.207635, -0.184784",\
|
|
"-0.090781, -0.123421, -0.146977, -0.162024, -0.139172",\
|
|
"-0.050070, -0.082710, -0.106266, -0.121313, -0.098462",\
|
|
"0.021432, -0.011208, -0.034765, -0.049811, -0.026960",\
|
|
"0.160448, 0.127809, 0.104252, 0.089206, 0.112057");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.302950, 0.335589, 0.359146, 0.374193, 0.351341",\
|
|
"0.285862, 0.318502, 0.342059, 0.357105, 0.334254",\
|
|
"0.286993, 0.319633, 0.343190, 0.358236, 0.335385",\
|
|
"0.305774, 0.338414, 0.361970, 0.377017, 0.354166",\
|
|
"0.374836, 0.407476, 0.431033, 0.446079, 0.423228");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.176941, 0.209580, 0.233137, 0.248183, 0.225332",\
|
|
"0.131329, 0.163969, 0.187526, 0.202572, 0.179721",\
|
|
"0.090619, 0.123258, 0.146815, 0.161861, 0.139010",\
|
|
"0.019117, 0.051756, 0.075313, 0.090360, 0.067508",\
|
|
"-0.119900, -0.087260, -0.063704, -0.048657, -0.071508");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[12] */
|
|
|
|
pin("wb_dat_i[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005610 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.173271, -0.205910, -0.229467, -0.244514, -0.221662",\
|
|
"-0.155936, -0.188576, -0.212132, -0.227179, -0.204328",\
|
|
"-0.157418, -0.190058, -0.213614, -0.228661, -0.205809",\
|
|
"-0.176863, -0.209502, -0.233059, -0.248105, -0.225254",\
|
|
"-0.244129, -0.276768, -0.300325, -0.315371, -0.292520");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.046144, -0.078783, -0.102340, -0.117387, -0.094535",\
|
|
"-0.000827, -0.033467, -0.057024, -0.072070, -0.049219",\
|
|
"0.041345, 0.008705, -0.014852, -0.029898, -0.007047",\
|
|
"0.115062, 0.082422, 0.058865, 0.043819, 0.066670",\
|
|
"0.258390, 0.225750, 0.202194, 0.187147, 0.209998");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.186683, 0.219323, 0.242880, 0.257926, 0.235075",\
|
|
"0.169349, 0.201988, 0.225545, 0.240591, 0.217740",\
|
|
"0.170830, 0.203470, 0.227027, 0.242073, 0.219222",\
|
|
"0.190275, 0.222915, 0.246472, 0.261518, 0.238667",\
|
|
"0.257541, 0.290181, 0.313738, 0.328784, 0.305933");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.086680, 0.119320, 0.142876, 0.157923, 0.135072",\
|
|
"0.041364, 0.074003, 0.097560, 0.112606, 0.089755",\
|
|
"-0.000809, 0.031831, 0.055388, 0.070434, 0.047583",\
|
|
"-0.074525, -0.041886, -0.018329, -0.003283, -0.026134",\
|
|
"-0.217854, -0.185214, -0.161657, -0.146611, -0.169462");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[11] */
|
|
|
|
pin("wb_dat_i[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004475 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.197596, -0.230236, -0.253792, -0.268839, -0.245988",\
|
|
"-0.180342, -0.212982, -0.236538, -0.251585, -0.228734",\
|
|
"-0.181738, -0.214378, -0.237934, -0.252981, -0.230130",\
|
|
"-0.201044, -0.233683, -0.257240, -0.272286, -0.249435",\
|
|
"-0.269234, -0.301873, -0.325430, -0.340477, -0.317625");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.064252, -0.096892, -0.120448, -0.135495, -0.112644",\
|
|
"-0.018332, -0.050971, -0.074528, -0.089574, -0.066723",\
|
|
"0.022941, -0.009698, -0.033255, -0.048302, -0.025450",\
|
|
"0.095974, 0.063335, 0.039778, 0.024731, 0.047583",\
|
|
"0.237938, 0.205299, 0.181742, 0.166696, 0.189547");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.210994, 0.243634, 0.267190, 0.282237, 0.259385",\
|
|
"0.193740, 0.226379, 0.249936, 0.264983, 0.242131",\
|
|
"0.195136, 0.227776, 0.251332, 0.266379, 0.243527",\
|
|
"0.214441, 0.247081, 0.270638, 0.285684, 0.262833",\
|
|
"0.282632, 0.315271, 0.338828, 0.353874, 0.331023");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.104766, 0.137406, 0.160962, 0.176009, 0.153158",\
|
|
"0.058846, 0.091485, 0.115042, 0.130089, 0.107237",\
|
|
"0.017573, 0.050212, 0.073769, 0.088816, 0.065964",\
|
|
"-0.055460, -0.022820, 0.000736, 0.015783, -0.007069",\
|
|
"-0.197424, -0.164785, -0.141228, -0.126182, -0.149033");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[10] */
|
|
|
|
pin("wb_dat_i[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004866 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.218167, -0.250806, -0.274363, -0.289409, -0.266558",\
|
|
"-0.201159, -0.233798, -0.257355, -0.272402, -0.249550",\
|
|
"-0.202032, -0.234671, -0.258228, -0.273275, -0.250423",\
|
|
"-0.220334, -0.252974, -0.276531, -0.291577, -0.268726",\
|
|
"-0.291081, -0.323721, -0.347278, -0.362324, -0.339473");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.074177, -0.106817, -0.130373, -0.145420, -0.122568",\
|
|
"-0.028942, -0.061581, -0.085138, -0.100184, -0.077333",\
|
|
"0.011359, -0.021280, -0.044837, -0.059883, -0.037032",\
|
|
"0.081856, 0.049216, 0.025659, 0.010613, 0.033464",\
|
|
"0.219300, 0.186661, 0.163104, 0.148058, 0.170909");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.231574, 0.264214, 0.287771, 0.302817, 0.279966",\
|
|
"0.214567, 0.247206, 0.270763, 0.285809, 0.262958",\
|
|
"0.215440, 0.248079, 0.271636, 0.286682, 0.263831",\
|
|
"0.233742, 0.266382, 0.289938, 0.304985, 0.282134",\
|
|
"0.304489, 0.337129, 0.360685, 0.375732, 0.352881");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.114706, 0.147345, 0.170902, 0.185949, 0.163097",\
|
|
"0.069471, 0.102110, 0.125667, 0.140713, 0.117862",\
|
|
"0.029170, 0.061809, 0.085366, 0.100412, 0.077561",\
|
|
"-0.041327, -0.008687, 0.014869, 0.029916, 0.007065",\
|
|
"-0.178771, -0.146132, -0.122575, -0.107529, -0.130380");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[9] */
|
|
|
|
pin("wb_dat_i[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006029 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.257994, -0.290634, -0.314191, -0.329237, -0.306386",\
|
|
"-0.240816, -0.273456, -0.297013, -0.312059, -0.289208",\
|
|
"-0.242051, -0.274690, -0.298247, -0.313294, -0.290442",\
|
|
"-0.261000, -0.293640, -0.317196, -0.332243, -0.309392",\
|
|
"-0.329372, -0.362012, -0.385568, -0.400615, -0.377764");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.104929, -0.137569, -0.161125, -0.176172, -0.153321",\
|
|
"-0.059197, -0.091836, -0.115393, -0.130439, -0.107588",\
|
|
"-0.018296, -0.050935, -0.074492, -0.089538, -0.066687",\
|
|
"0.053800, 0.021161, -0.002396, -0.017443, 0.005409",\
|
|
"0.193873, 0.161233, 0.137676, 0.122630, 0.145481");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.271347, 0.303986, 0.327543, 0.342590, 0.319738",\
|
|
"0.254169, 0.286809, 0.310365, 0.325412, 0.302561",\
|
|
"0.255404, 0.288043, 0.311600, 0.326646, 0.303795",\
|
|
"0.274353, 0.306992, 0.330549, 0.345595, 0.322744",\
|
|
"0.342725, 0.375364, 0.398921, 0.413968, 0.391116");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.145376, 0.178015, 0.201572, 0.216618, 0.193767",\
|
|
"0.099643, 0.132283, 0.155840, 0.170886, 0.148035",\
|
|
"0.058742, 0.091382, 0.114939, 0.129985, 0.107134",\
|
|
"-0.013353, 0.019286, 0.042843, 0.057889, 0.035038",\
|
|
"-0.153426, -0.120786, -0.097230, -0.082183, -0.105034");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[8] */
|
|
|
|
pin("wb_dat_i[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004931 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.265396, -0.298036, -0.321592, -0.336639, -0.313788",\
|
|
"-0.248067, -0.280706, -0.304263, -0.319309, -0.296458",\
|
|
"-0.249488, -0.282127, -0.305684, -0.320730, -0.297879",\
|
|
"-0.268733, -0.301373, -0.324929, -0.339976, -0.317125",\
|
|
"-0.335801, -0.368440, -0.391997, -0.407043, -0.384192");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.122688, -0.155328, -0.178885, -0.193931, -0.171080",\
|
|
"-0.076777, -0.109417, -0.132973, -0.148020, -0.125169",\
|
|
"-0.035529, -0.068169, -0.091725, -0.106772, -0.083921",\
|
|
"0.037653, 0.005014, -0.018543, -0.033589, -0.010738",\
|
|
"0.179661, 0.147022, 0.123465, 0.108419, 0.131270");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.278395, 0.311034, 0.334591, 0.349637, 0.326786",\
|
|
"0.261065, 0.293705, 0.317261, 0.332308, 0.309457",\
|
|
"0.262486, 0.295126, 0.318682, 0.333729, 0.310878",\
|
|
"0.281731, 0.314371, 0.337928, 0.352974, 0.330123",\
|
|
"0.348799, 0.381439, 0.404995, 0.420042, 0.397191");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.163208, 0.195847, 0.219404, 0.234450, 0.211599",\
|
|
"0.117296, 0.149936, 0.173493, 0.188539, 0.165688",\
|
|
"0.076048, 0.108688, 0.132245, 0.147291, 0.124440",\
|
|
"0.002866, 0.035506, 0.059062, 0.074109, 0.051258",\
|
|
"-0.139142, -0.106502, -0.082946, -0.067899, -0.090750");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[7] */
|
|
|
|
pin("wb_dat_i[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004576 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.254557, -0.287197, -0.310754, -0.325800, -0.302949",\
|
|
"-0.237163, -0.269802, -0.293359, -0.308406, -0.285554",\
|
|
"-0.238667, -0.271306, -0.294863, -0.309909, -0.287058",\
|
|
"-0.258067, -0.290707, -0.314264, -0.329310, -0.306459",\
|
|
"-0.324471, -0.357110, -0.380667, -0.395714, -0.372862");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.115209, -0.147848, -0.171405, -0.186451, -0.163600",\
|
|
"-0.069808, -0.102447, -0.126004, -0.141050, -0.118199",\
|
|
"-0.027767, -0.060406, -0.083963, -0.099009, -0.076158",\
|
|
"0.046002, 0.013362, -0.010194, -0.025241, -0.002390",\
|
|
"0.189045, 0.156406, 0.132849, 0.117802, 0.140654");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.267578, 0.300217, 0.323774, 0.338820, 0.315969",\
|
|
"0.250183, 0.282823, 0.306379, 0.321426, 0.298575",\
|
|
"0.251687, 0.284326, 0.307883, 0.322930, 0.300078",\
|
|
"0.271088, 0.303727, 0.327284, 0.342330, 0.319479",\
|
|
"0.337491, 0.370131, 0.393687, 0.408734, 0.385883");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.155763, 0.188402, 0.211959, 0.227005, 0.204154",\
|
|
"0.110362, 0.143001, 0.166558, 0.181605, 0.158753",\
|
|
"0.068321, 0.100960, 0.124517, 0.139563, 0.116712",\
|
|
"-0.005448, 0.027192, 0.050748, 0.065795, 0.042944",\
|
|
"-0.148491, -0.115851, -0.092295, -0.077248, -0.100100");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[6] */
|
|
|
|
pin("wb_dat_i[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004099 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.218008, -0.250648, -0.274204, -0.289251, -0.266399",\
|
|
"-0.200701, -0.233341, -0.256898, -0.271944, -0.249093",\
|
|
"-0.202147, -0.234786, -0.258343, -0.273389, -0.250538",\
|
|
"-0.221517, -0.254156, -0.277713, -0.292760, -0.269908",\
|
|
"-0.289289, -0.321928, -0.345485, -0.360531, -0.337680");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.089711, -0.122350, -0.145907, -0.160953, -0.138102",\
|
|
"-0.043733, -0.076373, -0.099929, -0.114976, -0.092124",\
|
|
"-0.002366, -0.035006, -0.058562, -0.073609, -0.050758",\
|
|
"0.070983, 0.038343, 0.014787, -0.000260, 0.022591",\
|
|
"0.213567, 0.180928, 0.157371, 0.142325, 0.165176");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.231061, 0.263701, 0.287258, 0.302304, 0.279453",\
|
|
"0.213755, 0.246394, 0.269951, 0.284997, 0.262146",\
|
|
"0.215200, 0.247840, 0.271396, 0.286443, 0.263591",\
|
|
"0.234570, 0.267210, 0.290766, 0.305813, 0.282962",\
|
|
"0.302342, 0.334981, 0.358538, 0.373585, 0.350733");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.130317, 0.162957, 0.186513, 0.201560, 0.178708",\
|
|
"0.084339, 0.116979, 0.140535, 0.155582, 0.132731",\
|
|
"0.042972, 0.075612, 0.099168, 0.114215, 0.091364",\
|
|
"-0.030377, 0.002263, 0.025820, 0.040866, 0.018015",\
|
|
"-0.172961, -0.140322, -0.116765, -0.101718, -0.124570");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[5] */
|
|
|
|
pin("wb_dat_i[4]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004422 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.214349, -0.246989, -0.270546, -0.285592, -0.262741",\
|
|
"-0.197028, -0.229667, -0.253224, -0.268270, -0.245419",\
|
|
"-0.198489, -0.231129, -0.254685, -0.269732, -0.246880",\
|
|
"-0.217912, -0.250552, -0.274108, -0.289155, -0.266304",\
|
|
"-0.285329, -0.317969, -0.341526, -0.356572, -0.333721");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.088655, -0.121295, -0.144852, -0.159898, -0.137047",\
|
|
"-0.043349, -0.075989, -0.099545, -0.114592, -0.091741",\
|
|
"-0.001197, -0.033836, -0.057393, -0.072439, -0.049588",\
|
|
"0.072413, 0.039773, 0.016216, 0.001170, 0.024021",\
|
|
"0.215519, 0.182879, 0.159322, 0.144276, 0.167127");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.227366, 0.260006, 0.283562, 0.298609, 0.275758",\
|
|
"0.210044, 0.242684, 0.266241, 0.281287, 0.258436",\
|
|
"0.211506, 0.244145, 0.267702, 0.282749, 0.259897",\
|
|
"0.230929, 0.263569, 0.287125, 0.302172, 0.279321",\
|
|
"0.298346, 0.330986, 0.354543, 0.369589, 0.346738");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.129204, 0.161843, 0.185400, 0.200446, 0.177595",\
|
|
"0.083898, 0.116537, 0.140094, 0.155140, 0.132289",\
|
|
"0.041745, 0.074385, 0.097941, 0.112988, 0.090137",\
|
|
"-0.031864, 0.000775, 0.024332, 0.039378, 0.016527",\
|
|
"-0.174970, -0.142331, -0.118774, -0.103728, -0.126579");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[4] */
|
|
|
|
pin("wb_dat_i[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004539 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.230340, -0.262980, -0.286536, -0.301583, -0.278731",\
|
|
"-0.213003, -0.245642, -0.269199, -0.284245, -0.261394",\
|
|
"-0.214439, -0.247079, -0.270636, -0.285682, -0.262831",\
|
|
"-0.233757, -0.266397, -0.289954, -0.305000, -0.282149",\
|
|
"-0.300513, -0.333153, -0.356710, -0.371756, -0.348905");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.084479, -0.117118, -0.140675, -0.155721, -0.132870",\
|
|
"-0.039155, -0.071795, -0.095352, -0.110398, -0.087547",\
|
|
"0.002811, -0.029829, -0.053385, -0.068432, -0.045581",\
|
|
"0.076257, 0.043617, 0.020060, 0.005014, 0.027865",\
|
|
"0.218734, 0.186094, 0.162537, 0.147491, 0.170342");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.243752, 0.276392, 0.299949, 0.314995, 0.292144",\
|
|
"0.226415, 0.259055, 0.282612, 0.297658, 0.274807",\
|
|
"0.227852, 0.260491, 0.284048, 0.299094, 0.276243",\
|
|
"0.247170, 0.279810, 0.303366, 0.318413, 0.295562",\
|
|
"0.313926, 0.346565, 0.370122, 0.385168, 0.362317");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.125015, 0.157655, 0.181211, 0.196258, 0.173407",\
|
|
"0.079692, 0.112331, 0.135888, 0.150934, 0.128083",\
|
|
"0.037726, 0.070365, 0.093922, 0.108968, 0.086117",\
|
|
"-0.035720, -0.003081, 0.020476, 0.035522, 0.012671",\
|
|
"-0.178197, -0.145558, -0.122001, -0.106955, -0.129806");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[3] */
|
|
|
|
pin("wb_dat_i[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003882 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.248952, -0.281591, -0.305148, -0.320194, -0.297343",\
|
|
"-0.231735, -0.264375, -0.287931, -0.302978, -0.280127",\
|
|
"-0.233012, -0.265651, -0.289208, -0.304254, -0.281403",\
|
|
"-0.252026, -0.284666, -0.308223, -0.323269, -0.300418",\
|
|
"-0.320096, -0.352735, -0.376292, -0.391339, -0.368487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.096732, -0.129371, -0.152928, -0.167974, -0.145123",\
|
|
"-0.050949, -0.083589, -0.107145, -0.122192, -0.099340",\
|
|
"-0.009969, -0.042609, -0.066166, -0.081212, -0.058361",\
|
|
"0.062374, 0.029734, 0.006177, -0.008869, 0.013982",\
|
|
"0.202887, 0.170247, 0.146690, 0.131644, 0.154495");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.262349, 0.294989, 0.318546, 0.333592, 0.310741",\
|
|
"0.245133, 0.277772, 0.301329, 0.316376, 0.293524",\
|
|
"0.246409, 0.279049, 0.302606, 0.317652, 0.294801",\
|
|
"0.265424, 0.298064, 0.321620, 0.336667, 0.313816",\
|
|
"0.333494, 0.366133, 0.389690, 0.404736, 0.381885");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.137246, 0.169885, 0.193442, 0.208489, 0.185637",\
|
|
"0.091463, 0.124103, 0.147659, 0.162706, 0.139855",\
|
|
"0.050483, 0.083123, 0.106680, 0.121726, 0.098875",\
|
|
"-0.021860, 0.010780, 0.034337, 0.049383, 0.026532",\
|
|
"-0.162372, -0.129733, -0.106176, -0.091130, -0.113981");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[2] */
|
|
|
|
pin("wb_dat_i[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.269407, -0.302047, -0.325604, -0.340650, -0.317799",\
|
|
"-0.252345, -0.284984, -0.308541, -0.323588, -0.300736",\
|
|
"-0.253264, -0.285904, -0.309461, -0.324507, -0.301656",\
|
|
"-0.271486, -0.304126, -0.327682, -0.342729, -0.319878",\
|
|
"-0.341271, -0.373910, -0.397467, -0.412513, -0.389662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.107737, -0.140377, -0.163933, -0.178980, -0.156129",\
|
|
"-0.062241, -0.094881, -0.118438, -0.133484, -0.110633",\
|
|
"-0.021738, -0.054378, -0.077934, -0.092981, -0.070130",\
|
|
"0.049114, 0.016475, -0.007082, -0.022128, 0.000723",\
|
|
"0.186996, 0.154356, 0.130800, 0.115753, 0.138604");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.282815, 0.315454, 0.339011, 0.354058, 0.331206",\
|
|
"0.265753, 0.298392, 0.321949, 0.336995, 0.314144",\
|
|
"0.266672, 0.299312, 0.322868, 0.337915, 0.315064",\
|
|
"0.284894, 0.317533, 0.341090, 0.356137, 0.333285",\
|
|
"0.354678, 0.387318, 0.410875, 0.425921, 0.403070");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.148266, 0.180906, 0.204462, 0.219509, 0.196658",\
|
|
"0.102770, 0.135410, 0.158967, 0.174013, 0.151162",\
|
|
"0.062267, 0.094907, 0.118463, 0.133510, 0.110659",\
|
|
"-0.008585, 0.024054, 0.047611, 0.062657, 0.039806",\
|
|
"-0.146467, -0.113827, -0.090271, -0.075224, -0.098075");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[1] */
|
|
|
|
pin("wb_dat_i[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003504 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.217151, -0.249791, -0.273347, -0.288394, -0.265543",\
|
|
"-0.200065, -0.232705, -0.256261, -0.271308, -0.248457",\
|
|
"-0.201284, -0.233924, -0.257481, -0.272527, -0.249676",\
|
|
"-0.220353, -0.252992, -0.276549, -0.291596, -0.268744",\
|
|
"-0.290012, -0.322651, -0.346208, -0.361254, -0.338403");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.079011, -0.111651, -0.135207, -0.150254, -0.127403",\
|
|
"-0.033254, -0.065894, -0.089450, -0.104497, -0.081646",\
|
|
"0.007676, -0.024964, -0.048520, -0.063567, -0.040716",\
|
|
"0.079569, 0.046930, 0.023373, 0.008327, 0.031178",\
|
|
"0.219325, 0.186686, 0.163129, 0.148082, 0.170934");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.230504, 0.263143, 0.286700, 0.301746, 0.278895",\
|
|
"0.213418, 0.246057, 0.269614, 0.284660, 0.261809",\
|
|
"0.214637, 0.247277, 0.270833, 0.285880, 0.263029",\
|
|
"0.233706, 0.266345, 0.289902, 0.304948, 0.282097",\
|
|
"0.303364, 0.336004, 0.359561, 0.374607, 0.351756");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.119458, 0.152097, 0.175654, 0.190700, 0.167849",\
|
|
"0.073701, 0.106340, 0.129897, 0.144943, 0.122092",\
|
|
"0.032771, 0.065410, 0.088967, 0.104013, 0.081162",\
|
|
"-0.039123, -0.006483, 0.017074, 0.032120, 0.009269",\
|
|
"-0.178878, -0.146239, -0.122682, -0.107636, -0.130487");
|
|
}
|
|
|
|
} /* 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.001018 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "1.714310, 1.722707, 1.748468, 1.841198, 2.292844",\
|
|
"1.746949, 1.755346, 1.781108, 1.873838, 2.325483",\
|
|
"1.770506, 1.778903, 1.804664, 1.897394, 2.341235",\
|
|
"1.785552, 1.793949, 1.819711, 1.912441, 2.341235",\
|
|
"1.785552, 1.793949, 1.819711, 1.912441, 2.341235");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "1.681075, 1.687671, 1.704855, 1.749761, 1.940102",\
|
|
"1.713714, 1.720311, 1.737494, 1.782401, 1.972742",\
|
|
"1.737271, 1.743867, 1.761051, 1.805957, 1.988494",\
|
|
"1.752317, 1.758914, 1.776097, 1.821004, 1.988494",\
|
|
"1.752317, 1.758914, 1.776097, 1.821004, 1.988494");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "1.714310, 1.722707, 1.748468, 1.841198, 2.292844",\
|
|
"1.746949, 1.755346, 1.781108, 1.873838, 2.325483",\
|
|
"1.762701, 1.771098, 1.796860, 1.889590, 2.341235",\
|
|
"1.762701, 1.771098, 1.796860, 1.889590, 2.341235",\
|
|
"1.762701, 1.771098, 1.796860, 1.889590, 2.341235");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901",\
|
|
"0.014705, 0.023072, 0.054017, 0.184260, 0.845901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "1.681075, 1.687671, 1.704855, 1.749761, 1.940102",\
|
|
"1.713714, 1.720311, 1.737494, 1.782401, 1.972742",\
|
|
"1.729466, 1.736063, 1.753246, 1.798153, 1.988494",\
|
|
"1.729466, 1.736063, 1.753246, 1.798153, 1.988494",\
|
|
"1.729466, 1.736063, 1.753246, 1.798153, 1.988494");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339",\
|
|
"0.014559, 0.019155, 0.032546, 0.080972, 0.341339");
|
|
}
|
|
|
|
} /* 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.001093 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "1.613470, 1.621848, 1.647613, 1.740355, 2.192104",\
|
|
"1.646109, 1.654487, 1.680253, 1.772994, 2.224744",\
|
|
"1.669666, 1.678044, 1.703809, 1.796551, 2.240496",\
|
|
"1.684713, 1.693090, 1.718856, 1.811597, 2.240496",\
|
|
"1.684713, 1.693090, 1.718856, 1.811597, 2.240496");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "1.600350, 1.606924, 1.624100, 1.669026, 1.859481",\
|
|
"1.632990, 1.639564, 1.656740, 1.701666, 1.892121",\
|
|
"1.656547, 1.663120, 1.680296, 1.725223, 1.907872",\
|
|
"1.671593, 1.678167, 1.695343, 1.740269, 1.907872",\
|
|
"1.671593, 1.678167, 1.695343, 1.740269, 1.907872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "1.613470, 1.621848, 1.647613, 1.740355, 2.192104",\
|
|
"1.646109, 1.654487, 1.680253, 1.772994, 2.224744",\
|
|
"1.661861, 1.670239, 1.696005, 1.788746, 2.240496",\
|
|
"1.661861, 1.670239, 1.696005, 1.788746, 2.240496",\
|
|
"1.661861, 1.670239, 1.696005, 1.788746, 2.240496");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140",\
|
|
"0.014770, 0.023129, 0.054070, 0.184321, 0.846140");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "1.600350, 1.606924, 1.624100, 1.669026, 1.859481",\
|
|
"1.632990, 1.639564, 1.656740, 1.701666, 1.892121",\
|
|
"1.648742, 1.655315, 1.672491, 1.717418, 1.907872",\
|
|
"1.648742, 1.655315, 1.672491, 1.717418, 1.907872",\
|
|
"1.648742, 1.655315, 1.672491, 1.717418, 1.907872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660",\
|
|
"0.014598, 0.019181, 0.032561, 0.080973, 0.341660");
|
|
}
|
|
|
|
} /* 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.002236 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "1.681526, 1.689641, 1.715385, 1.808391, 2.261272",\
|
|
"1.714165, 1.722281, 1.748024, 1.841030, 2.293911",\
|
|
"1.737722, 1.745837, 1.771581, 1.864587, 2.309663",\
|
|
"1.752768, 1.760884, 1.786628, 1.879633, 2.309663",\
|
|
"1.752768, 1.760884, 1.786628, 1.879633, 2.309663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "1.676427, 1.682696, 1.699753, 1.744948, 1.936933",\
|
|
"1.709067, 1.715335, 1.732393, 1.777588, 1.969573",\
|
|
"1.732623, 1.738892, 1.755949, 1.801145, 1.985325",\
|
|
"1.747670, 1.753938, 1.770996, 1.816191, 1.985325",\
|
|
"1.747670, 1.753938, 1.770996, 1.816191, 1.985325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "1.681526, 1.689641, 1.715385, 1.808391, 2.261272",\
|
|
"1.714165, 1.722281, 1.748024, 1.841030, 2.293911",\
|
|
"1.729917, 1.738032, 1.763776, 1.856782, 2.309663",\
|
|
"1.729917, 1.738032, 1.763776, 1.856782, 2.309663",\
|
|
"1.729917, 1.738032, 1.763776, 1.856782, 2.309663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146",\
|
|
"0.015740, 0.024013, 0.054928, 0.184974, 0.850146");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "1.676427, 1.682696, 1.699753, 1.744948, 1.936933",\
|
|
"1.709067, 1.715335, 1.732393, 1.777588, 1.969573",\
|
|
"1.724818, 1.731087, 1.748145, 1.793340, 1.985325",\
|
|
"1.724818, 1.731087, 1.748145, 1.793340, 1.985325",\
|
|
"1.724818, 1.731087, 1.748145, 1.793340, 1.985325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855",\
|
|
"0.015166, 0.019556, 0.032838, 0.081043, 0.345855");
|
|
}
|
|
|
|
} /* 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.001057 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "1.744114, 1.752500, 1.778261, 1.871009, 2.322728",\
|
|
"1.776754, 1.785140, 1.810900, 1.903649, 2.355367",\
|
|
"1.800311, 1.808697, 1.834457, 1.927205, 2.371119",\
|
|
"1.815357, 1.823743, 1.849503, 1.942252, 2.371119",\
|
|
"1.815357, 1.823743, 1.849503, 1.942252, 2.371119");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "1.715782, 1.722367, 1.739548, 1.784470, 1.974905",\
|
|
"1.748422, 1.755006, 1.772188, 1.817110, 2.007545",\
|
|
"1.771978, 1.778563, 1.795745, 1.840666, 2.023297",\
|
|
"1.787025, 1.793610, 1.810791, 1.855713, 2.023297",\
|
|
"1.787025, 1.793610, 1.810791, 1.855713, 2.023297");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "1.744114, 1.752500, 1.778261, 1.871009, 2.322728",\
|
|
"1.776754, 1.785140, 1.810900, 1.903649, 2.355367",\
|
|
"1.792506, 1.800892, 1.826652, 1.919401, 2.371119",\
|
|
"1.792506, 1.800892, 1.826652, 1.919401, 2.371119",\
|
|
"1.792506, 1.800892, 1.826652, 1.919401, 2.371119");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151",\
|
|
"0.014739, 0.023102, 0.054046, 0.184267, 0.846151");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "1.715782, 1.722367, 1.739548, 1.784470, 1.974905",\
|
|
"1.748422, 1.755006, 1.772188, 1.817110, 2.007545",\
|
|
"1.764174, 1.770758, 1.787940, 1.832862, 2.023297",\
|
|
"1.764174, 1.770758, 1.787940, 1.832862, 2.023297",\
|
|
"1.764174, 1.770758, 1.787940, 1.832862, 2.023297");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571",\
|
|
"0.014579, 0.019167, 0.032555, 0.080968, 0.341571");
|
|
}
|
|
|
|
} /* 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.002208 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "1.649168, 1.657286, 1.683024, 1.776042, 2.228916",\
|
|
"1.681807, 1.689925, 1.715664, 1.808682, 2.261555",\
|
|
"1.705364, 1.713482, 1.739220, 1.832239, 2.277308",\
|
|
"1.720410, 1.728528, 1.754267, 1.847285, 2.277308",\
|
|
"1.720410, 1.728528, 1.754267, 1.847285, 2.277308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "1.628212, 1.634487, 1.651549, 1.696744, 1.888738",\
|
|
"1.660851, 1.667126, 1.684188, 1.729384, 1.921378",\
|
|
"1.684408, 1.690683, 1.707745, 1.752941, 1.937130",\
|
|
"1.699454, 1.705729, 1.722791, 1.767987, 1.937130",\
|
|
"1.699454, 1.705729, 1.722791, 1.767987, 1.937130");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "1.649168, 1.657286, 1.683024, 1.776042, 2.228916",\
|
|
"1.681807, 1.689925, 1.715664, 1.808682, 2.261555",\
|
|
"1.697559, 1.705677, 1.731416, 1.824434, 2.277308",\
|
|
"1.697559, 1.705677, 1.731416, 1.824434, 2.277308",\
|
|
"1.697559, 1.705677, 1.731416, 1.824434, 2.277308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234",\
|
|
"0.015717, 0.023992, 0.054910, 0.184918, 0.850234");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "1.628212, 1.634487, 1.651549, 1.696744, 1.888738",\
|
|
"1.660851, 1.667126, 1.684188, 1.729384, 1.921378",\
|
|
"1.676603, 1.682878, 1.699940, 1.745136, 1.937130",\
|
|
"1.676603, 1.682878, 1.699940, 1.745136, 1.937130",\
|
|
"1.676603, 1.682878, 1.699940, 1.745136, 1.937130");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845",\
|
|
"0.015151, 0.019546, 0.032832, 0.081034, 0.345845");
|
|
}
|
|
|
|
} /* 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.001082 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "1.765624, 1.774003, 1.799763, 1.892515, 2.344251",\
|
|
"1.798263, 1.806643, 1.832403, 1.925155, 2.376891",\
|
|
"1.821820, 1.830199, 1.855960, 1.948711, 2.392643",\
|
|
"1.836866, 1.845246, 1.871006, 1.963758, 2.392643",\
|
|
"1.836866, 1.845246, 1.871006, 1.963758, 2.392643");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "1.732128, 1.738705, 1.755883, 1.800810, 1.991269",\
|
|
"1.764767, 1.771344, 1.788523, 1.833449, 2.023908",\
|
|
"1.788324, 1.794901, 1.812079, 1.857006, 2.039660",\
|
|
"1.803370, 1.809947, 1.827126, 1.872052, 2.039660",\
|
|
"1.803370, 1.809947, 1.827126, 1.872052, 2.039660");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "1.765624, 1.774003, 1.799763, 1.892515, 2.344251",\
|
|
"1.798263, 1.806643, 1.832403, 1.925155, 2.376891",\
|
|
"1.814015, 1.822395, 1.848155, 1.940907, 2.392643",\
|
|
"1.814015, 1.822395, 1.848155, 1.940907, 2.392643",\
|
|
"1.814015, 1.822395, 1.848155, 1.940907, 2.392643");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211",\
|
|
"0.014760, 0.023121, 0.054064, 0.184285, 0.846211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "1.732128, 1.738705, 1.755883, 1.800810, 1.991269",\
|
|
"1.764767, 1.771344, 1.788523, 1.833449, 2.023908",\
|
|
"1.780519, 1.787096, 1.804275, 1.849201, 2.039660",\
|
|
"1.780519, 1.787096, 1.804275, 1.849201, 2.039660",\
|
|
"1.780519, 1.787096, 1.804275, 1.849201, 2.039660");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644",\
|
|
"0.014592, 0.019176, 0.032561, 0.080970, 0.341644");
|
|
}
|
|
|
|
} /* 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.001026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "1.689747, 1.698142, 1.723905, 1.816626, 2.268246",\
|
|
"1.722386, 1.730782, 1.756544, 1.849265, 2.300886",\
|
|
"1.745943, 1.754338, 1.780101, 1.872822, 2.316638",\
|
|
"1.760989, 1.769385, 1.795148, 1.887868, 2.316638",\
|
|
"1.760989, 1.769385, 1.795148, 1.887868, 2.316638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "1.668066, 1.674660, 1.691841, 1.736743, 1.927050",\
|
|
"1.700706, 1.707300, 1.724481, 1.769382, 1.959690",\
|
|
"1.724262, 1.730856, 1.748037, 1.792939, 1.975442",\
|
|
"1.739309, 1.745903, 1.763084, 1.807986, 1.975442",\
|
|
"1.739309, 1.745903, 1.763084, 1.807986, 1.975442");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "1.689747, 1.698142, 1.723905, 1.816626, 2.268246",\
|
|
"1.722386, 1.730782, 1.756544, 1.849265, 2.300886",\
|
|
"1.738138, 1.746534, 1.772296, 1.865017, 2.316638",\
|
|
"1.738138, 1.746534, 1.772296, 1.865017, 2.316638",\
|
|
"1.738138, 1.746534, 1.772296, 1.865017, 2.316638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799",\
|
|
"0.014711, 0.023077, 0.054022, 0.184284, 0.845799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "1.668066, 1.674660, 1.691841, 1.736743, 1.927050",\
|
|
"1.700706, 1.707300, 1.724481, 1.769382, 1.959690",\
|
|
"1.716458, 1.723051, 1.740232, 1.785134, 1.975442",\
|
|
"1.716458, 1.723051, 1.740232, 1.785134, 1.975442",\
|
|
"1.716458, 1.723051, 1.740232, 1.785134, 1.975442");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278",\
|
|
"0.014563, 0.019159, 0.032547, 0.080978, 0.341278");
|
|
}
|
|
|
|
} /* 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.001076 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "1.741634, 1.750016, 1.775777, 1.868521, 2.320237",\
|
|
"1.774274, 1.782655, 1.808417, 1.901161, 2.352877",\
|
|
"1.797830, 1.806212, 1.831973, 1.924718, 2.368629",\
|
|
"1.812877, 1.821258, 1.847020, 1.939764, 2.368629",\
|
|
"1.812877, 1.821258, 1.847020, 1.939764, 2.368629");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "1.705074, 1.711653, 1.728831, 1.773753, 1.964182",\
|
|
"1.737714, 1.744293, 1.761471, 1.806392, 1.996822",\
|
|
"1.761270, 1.767849, 1.785027, 1.829949, 2.012574",\
|
|
"1.776317, 1.782896, 1.800074, 1.844996, 2.012574",\
|
|
"1.776317, 1.782896, 1.800074, 1.844996, 2.012574");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "1.741634, 1.750016, 1.775777, 1.868521, 2.320237",\
|
|
"1.774274, 1.782655, 1.808417, 1.901161, 2.352877",\
|
|
"1.790026, 1.798407, 1.824169, 1.916913, 2.368629",\
|
|
"1.790026, 1.798407, 1.824169, 1.916913, 2.368629",\
|
|
"1.790026, 1.798407, 1.824169, 1.916913, 2.368629");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122",\
|
|
"0.014755, 0.023116, 0.054059, 0.184293, 0.846122");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "1.705074, 1.711653, 1.728831, 1.773753, 1.964182",\
|
|
"1.737714, 1.744293, 1.761471, 1.806392, 1.996822",\
|
|
"1.753466, 1.760045, 1.777223, 1.822144, 2.012574",\
|
|
"1.753466, 1.760045, 1.777223, 1.822144, 2.012574",\
|
|
"1.753466, 1.760045, 1.777223, 1.822144, 2.012574");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579",\
|
|
"0.014589, 0.019174, 0.032559, 0.080973, 0.341579");
|
|
}
|
|
|
|
} /* 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.001039 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.615215, 1.623607, 1.649370, 1.742088, 2.193706",\
|
|
"1.647855, 1.656246, 1.682010, 1.774728, 2.226346",\
|
|
"1.671411, 1.679803, 1.705567, 1.798285, 2.242098",\
|
|
"1.686458, 1.694849, 1.720613, 1.813331, 2.242098",\
|
|
"1.686458, 1.694849, 1.720613, 1.813331, 2.242098");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.602972, 1.609562, 1.626741, 1.671643, 1.861946",\
|
|
"1.635612, 1.642201, 1.659380, 1.704282, 1.894585",\
|
|
"1.659169, 1.665758, 1.682937, 1.727839, 1.910337",\
|
|
"1.674215, 1.680804, 1.697983, 1.742885, 1.910337",\
|
|
"1.674215, 1.680804, 1.697983, 1.742885, 1.910337");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.615215, 1.623607, 1.649370, 1.742088, 2.193706",\
|
|
"1.647855, 1.656246, 1.682010, 1.774728, 2.226346",\
|
|
"1.663607, 1.671998, 1.697762, 1.790480, 2.242098",\
|
|
"1.663607, 1.671998, 1.697762, 1.790480, 2.242098",\
|
|
"1.663607, 1.671998, 1.697762, 1.790480, 2.242098");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782",\
|
|
"0.014723, 0.023087, 0.054032, 0.184301, 0.845782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.602972, 1.609562, 1.626741, 1.671643, 1.861946",\
|
|
"1.635612, 1.642201, 1.659380, 1.704282, 1.894585",\
|
|
"1.651364, 1.657953, 1.675132, 1.720034, 1.910337",\
|
|
"1.651364, 1.657953, 1.675132, 1.720034, 1.910337",\
|
|
"1.651364, 1.657953, 1.675132, 1.720034, 1.910337");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279",\
|
|
"0.014570, 0.019163, 0.032551, 0.080983, 0.341279");
|
|
}
|
|
|
|
} /* 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.002307 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "1.579350, 1.587454, 1.613197, 1.706223, 2.159194",\
|
|
"1.611989, 1.620094, 1.645837, 1.738863, 2.191833",\
|
|
"1.635546, 1.643651, 1.669393, 1.762420, 2.207585",\
|
|
"1.650592, 1.658697, 1.684440, 1.777466, 2.207585",\
|
|
"1.650592, 1.658697, 1.684440, 1.777466, 2.207585");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "1.572550, 1.578805, 1.595856, 1.641071, 1.833173",\
|
|
"1.605190, 1.611445, 1.628495, 1.673711, 1.865812",\
|
|
"1.628747, 1.635001, 1.652052, 1.697268, 1.881564",\
|
|
"1.643793, 1.650048, 1.667099, 1.712314, 1.881564",\
|
|
"1.643793, 1.650048, 1.667099, 1.712314, 1.881564");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "1.579350, 1.587454, 1.613197, 1.706223, 2.159194",\
|
|
"1.611989, 1.620094, 1.645837, 1.738863, 2.191833",\
|
|
"1.627741, 1.635846, 1.661589, 1.754615, 2.207585",\
|
|
"1.627741, 1.635846, 1.661589, 1.754615, 2.207585",\
|
|
"1.627741, 1.635846, 1.661589, 1.754615, 2.207585");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446",\
|
|
"0.015798, 0.024068, 0.054981, 0.185009, 0.850446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "1.572550, 1.578805, 1.595856, 1.641071, 1.833173",\
|
|
"1.605190, 1.611445, 1.628495, 1.673711, 1.865812",\
|
|
"1.620942, 1.627197, 1.644247, 1.689463, 1.881564",\
|
|
"1.620942, 1.627197, 1.644247, 1.689463, 1.881564",\
|
|
"1.620942, 1.627197, 1.644247, 1.689463, 1.881564");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163",\
|
|
"0.015198, 0.019579, 0.032855, 0.081044, 0.346163");
|
|
}
|
|
|
|
} /* 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.001004 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "1.578889, 1.587291, 1.613060, 1.705774, 2.157421",\
|
|
"1.611528, 1.619931, 1.645700, 1.738414, 2.190061",\
|
|
"1.635085, 1.643487, 1.669257, 1.761970, 2.205813",\
|
|
"1.650131, 1.658534, 1.684303, 1.777017, 2.205813",\
|
|
"1.650131, 1.658534, 1.684303, 1.777017, 2.205813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "1.573758, 1.580358, 1.597543, 1.642445, 1.832758",\
|
|
"1.606397, 1.612998, 1.630183, 1.675084, 1.865398",\
|
|
"1.629954, 1.636555, 1.653739, 1.698641, 1.881150",\
|
|
"1.645000, 1.651601, 1.668786, 1.713688, 1.881150",\
|
|
"1.645000, 1.651601, 1.668786, 1.713688, 1.881150");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "1.578889, 1.587291, 1.613060, 1.705774, 2.157421",\
|
|
"1.611528, 1.619931, 1.645700, 1.738414, 2.190061",\
|
|
"1.627280, 1.635683, 1.661452, 1.754166, 2.205813",\
|
|
"1.627280, 1.635683, 1.661452, 1.754166, 2.205813",\
|
|
"1.627280, 1.635683, 1.661452, 1.754166, 2.205813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747",\
|
|
"0.014692, 0.023059, 0.054002, 0.184285, 0.845747");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "1.573758, 1.580358, 1.597543, 1.642445, 1.832758",\
|
|
"1.606397, 1.612998, 1.630183, 1.675084, 1.865398",\
|
|
"1.622149, 1.628750, 1.645934, 1.690836, 1.881150",\
|
|
"1.622149, 1.628750, 1.645934, 1.690836, 1.881150",\
|
|
"1.622149, 1.628750, 1.645934, 1.690836, 1.881150");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278",\
|
|
"0.014551, 0.019151, 0.032541, 0.080972, 0.341278");
|
|
}
|
|
|
|
} /* 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.002196 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "1.687960, 1.696082, 1.721829, 1.814862, 2.267883",\
|
|
"1.720599, 1.728721, 1.754469, 1.847502, 2.300523",\
|
|
"1.744156, 1.752278, 1.778025, 1.871059, 2.316275",\
|
|
"1.759202, 1.767324, 1.793072, 1.886105, 2.316275",\
|
|
"1.759202, 1.767324, 1.793072, 1.886105, 2.316275");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "1.667732, 1.674010, 1.691079, 1.736295, 1.928427",\
|
|
"1.700371, 1.706650, 1.723719, 1.768934, 1.961067",\
|
|
"1.723928, 1.730207, 1.747275, 1.792491, 1.976819",\
|
|
"1.738975, 1.745253, 1.762322, 1.807537, 1.976819",\
|
|
"1.738975, 1.745253, 1.762322, 1.807537, 1.976819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "1.687960, 1.696082, 1.721829, 1.814862, 2.267883",\
|
|
"1.720599, 1.728721, 1.754469, 1.847502, 2.300523",\
|
|
"1.736351, 1.744473, 1.770221, 1.863254, 2.316275",\
|
|
"1.736351, 1.744473, 1.770221, 1.863254, 2.316275",\
|
|
"1.736351, 1.744473, 1.770221, 1.863254, 2.316275");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497",\
|
|
"0.015707, 0.023981, 0.054893, 0.184899, 0.850497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "1.667732, 1.674010, 1.691079, 1.736295, 1.928427",\
|
|
"1.700371, 1.706650, 1.723719, 1.768934, 1.961067",\
|
|
"1.716123, 1.722402, 1.739471, 1.784686, 1.976819",\
|
|
"1.716123, 1.722402, 1.739471, 1.784686, 1.976819",\
|
|
"1.716123, 1.722402, 1.739471, 1.784686, 1.976819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163",\
|
|
"0.015147, 0.019541, 0.032821, 0.081011, 0.346163");
|
|
}
|
|
|
|
} /* 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.001897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "1.599652, 1.607823, 1.633592, 1.726601, 2.179673",\
|
|
"1.632292, 1.640463, 1.666232, 1.759241, 2.212313",\
|
|
"1.655849, 1.664020, 1.689789, 1.782797, 2.228065",\
|
|
"1.670895, 1.679066, 1.704835, 1.797844, 2.228065",\
|
|
"1.670895, 1.679066, 1.704835, 1.797844, 2.228065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "1.588540, 1.594881, 1.611993, 1.657189, 1.849269",\
|
|
"1.621180, 1.627521, 1.644633, 1.689828, 1.881909",\
|
|
"1.644736, 1.651077, 1.668190, 1.713385, 1.897660",\
|
|
"1.659783, 1.666124, 1.683236, 1.728431, 1.897660",\
|
|
"1.659783, 1.666124, 1.683236, 1.728431, 1.897660");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "1.599652, 1.607823, 1.633592, 1.726601, 2.179673",\
|
|
"1.632292, 1.640463, 1.666232, 1.759241, 2.212313",\
|
|
"1.648044, 1.656215, 1.681984, 1.774993, 2.228065",\
|
|
"1.648044, 1.656215, 1.681984, 1.774993, 2.228065",\
|
|
"1.648044, 1.656215, 1.681984, 1.774993, 2.228065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166",\
|
|
"0.015464, 0.023746, 0.054653, 0.184689, 0.850166");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "1.588540, 1.594881, 1.611993, 1.657189, 1.849269",\
|
|
"1.621180, 1.627521, 1.644633, 1.689828, 1.881909",\
|
|
"1.636932, 1.643273, 1.660385, 1.705580, 1.897660",\
|
|
"1.636932, 1.643273, 1.660385, 1.705580, 1.897660",\
|
|
"1.636932, 1.643273, 1.660385, 1.705580, 1.897660");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854",\
|
|
"0.015012, 0.019440, 0.032736, 0.080940, 0.345854");
|
|
}
|
|
|
|
} /* 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.002132 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "1.720402, 1.728544, 1.754331, 1.848298, 2.301479",\
|
|
"1.753042, 1.761184, 1.786970, 1.880937, 2.334119",\
|
|
"1.776599, 1.784740, 1.810527, 1.904494, 2.349871",\
|
|
"1.791645, 1.799787, 1.825573, 1.919540, 2.349871",\
|
|
"1.791645, 1.799787, 1.825573, 1.919540, 2.349871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "1.690073, 1.696374, 1.713487, 1.759435, 1.948730",\
|
|
"1.722712, 1.729013, 1.746126, 1.792075, 1.981369",\
|
|
"1.746269, 1.752570, 1.769683, 1.815631, 1.997121",\
|
|
"1.761315, 1.767616, 1.784729, 1.830678, 1.997121",\
|
|
"1.761315, 1.767616, 1.784729, 1.830678, 1.997121");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "1.720402, 1.728544, 1.754331, 1.848298, 2.301479",\
|
|
"1.753042, 1.761184, 1.786970, 1.880937, 2.334119",\
|
|
"1.768794, 1.776935, 1.802722, 1.896689, 2.349871",\
|
|
"1.768794, 1.776935, 1.802722, 1.896689, 2.349871",\
|
|
"1.768794, 1.776935, 1.802722, 1.896689, 2.349871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579",\
|
|
"0.015655, 0.023922, 0.054805, 0.189182, 0.852579");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "1.690073, 1.696374, 1.713487, 1.759435, 1.948730",\
|
|
"1.722712, 1.729013, 1.746126, 1.792075, 1.981369",\
|
|
"1.738464, 1.744765, 1.761878, 1.807827, 1.997121",\
|
|
"1.738464, 1.744765, 1.761878, 1.807827, 1.997121",\
|
|
"1.738464, 1.744765, 1.761878, 1.807827, 1.997121");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409",\
|
|
"0.015117, 0.019511, 0.032767, 0.084874, 0.346409");
|
|
}
|
|
|
|
} /* 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.001812 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "1.613020, 1.621206, 1.646980, 1.739991, 2.193108",\
|
|
"1.645660, 1.653846, 1.679620, 1.772631, 2.225748",\
|
|
"1.669217, 1.677402, 1.703177, 1.796188, 2.241500",\
|
|
"1.684263, 1.692449, 1.718223, 1.811234, 2.241500",\
|
|
"1.684263, 1.692449, 1.718223, 1.811234, 2.241500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "1.600151, 1.606511, 1.623637, 1.668832, 1.860936",\
|
|
"1.632790, 1.639150, 1.656276, 1.701472, 1.893576",\
|
|
"1.656347, 1.662707, 1.679833, 1.725028, 1.909328",\
|
|
"1.671393, 1.677753, 1.694879, 1.740075, 1.909328",\
|
|
"1.671393, 1.677753, 1.694879, 1.740075, 1.909328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "1.613020, 1.621206, 1.646980, 1.739991, 2.193108",\
|
|
"1.645660, 1.653846, 1.679620, 1.772631, 2.225748",\
|
|
"1.661412, 1.669598, 1.695372, 1.788383, 2.241500",\
|
|
"1.661412, 1.669598, 1.695372, 1.788383, 2.241500",\
|
|
"1.661412, 1.669598, 1.695372, 1.788383, 2.241500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183",\
|
|
"0.015395, 0.023679, 0.054584, 0.184614, 0.850183");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "1.600151, 1.606511, 1.623637, 1.668832, 1.860936",\
|
|
"1.632790, 1.639150, 1.656276, 1.701472, 1.893576",\
|
|
"1.648542, 1.654902, 1.672028, 1.717224, 1.909328",\
|
|
"1.648542, 1.654902, 1.672028, 1.717224, 1.909328",\
|
|
"1.648542, 1.654902, 1.672028, 1.717224, 1.909328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852",\
|
|
"0.014972, 0.019411, 0.032710, 0.080914, 0.345852");
|
|
}
|
|
|
|
} /* 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.002290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "1.714000, 1.722116, 1.747890, 1.841857, 2.294948",\
|
|
"1.746640, 1.754755, 1.780530, 1.874497, 2.327587",\
|
|
"1.770196, 1.778312, 1.804086, 1.898054, 2.343339",\
|
|
"1.785243, 1.793358, 1.819133, 1.913100, 2.343339",\
|
|
"1.785243, 1.793358, 1.819133, 1.913100, 2.343339");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "1.684536, 1.690804, 1.707891, 1.753840, 1.943090",\
|
|
"1.717176, 1.723444, 1.740531, 1.786480, 1.975729",\
|
|
"1.740733, 1.747000, 1.764088, 1.810037, 1.991481",\
|
|
"1.755779, 1.762047, 1.779134, 1.825083, 1.991481",\
|
|
"1.755779, 1.762047, 1.779134, 1.825083, 1.991481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "1.714000, 1.722116, 1.747890, 1.841857, 2.294948",\
|
|
"1.746640, 1.754755, 1.780530, 1.874497, 2.327587",\
|
|
"1.762392, 1.770507, 1.796282, 1.890249, 2.343339",\
|
|
"1.762392, 1.770507, 1.796282, 1.890249, 2.343339",\
|
|
"1.762392, 1.770507, 1.796282, 1.890249, 2.343339");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576",\
|
|
"0.015782, 0.024046, 0.054933, 0.189315, 0.852576");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "1.684536, 1.690804, 1.707891, 1.753840, 1.943090",\
|
|
"1.717176, 1.723444, 1.740531, 1.786480, 1.975729",\
|
|
"1.732928, 1.739195, 1.756283, 1.802232, 1.991481",\
|
|
"1.732928, 1.739195, 1.756283, 1.802232, 1.991481",\
|
|
"1.732928, 1.739195, 1.756283, 1.802232, 1.991481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408",\
|
|
"0.015188, 0.019564, 0.032815, 0.084925, 0.346408");
|
|
}
|
|
|
|
} /* 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.001054 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "1.602803, 1.611203, 1.637015, 1.729920, 2.182798",\
|
|
"1.635442, 1.643843, 1.669654, 1.762559, 2.215438",\
|
|
"1.658999, 1.667400, 1.693211, 1.786116, 2.231190",\
|
|
"1.674045, 1.682446, 1.708257, 1.801162, 2.231190",\
|
|
"1.674045, 1.682446, 1.708257, 1.801162, 2.231190");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "1.592406, 1.599003, 1.616226, 1.661319, 1.852927",\
|
|
"1.625046, 1.631643, 1.648866, 1.693959, 1.885567",\
|
|
"1.648602, 1.655199, 1.672423, 1.717515, 1.901319",\
|
|
"1.663649, 1.670246, 1.687469, 1.732562, 1.901319",\
|
|
"1.663649, 1.670246, 1.687469, 1.732562, 1.901319");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "1.602803, 1.611203, 1.637015, 1.729920, 2.182798",\
|
|
"1.635442, 1.643843, 1.669654, 1.762559, 2.215438",\
|
|
"1.651194, 1.659595, 1.685406, 1.778311, 2.231190",\
|
|
"1.651194, 1.659595, 1.685406, 1.778311, 2.231190",\
|
|
"1.651194, 1.659595, 1.685406, 1.778311, 2.231190");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619",\
|
|
"0.014735, 0.023087, 0.053993, 0.184115, 0.848619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "1.592406, 1.599003, 1.616226, 1.661319, 1.852927",\
|
|
"1.625046, 1.631643, 1.648866, 1.693959, 1.885567",\
|
|
"1.640798, 1.647395, 1.664618, 1.709711, 1.901319",\
|
|
"1.640798, 1.647395, 1.664618, 1.709711, 1.901319",\
|
|
"1.640798, 1.647395, 1.664618, 1.709711, 1.901319");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252",\
|
|
"0.014576, 0.019157, 0.032507, 0.080789, 0.344252");
|
|
}
|
|
|
|
} /* 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.001811 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "1.597965, 1.606152, 1.631934, 1.724961, 2.178216",\
|
|
"1.630604, 1.638792, 1.664573, 1.757601, 2.210855",\
|
|
"1.654161, 1.662349, 1.688130, 1.781157, 2.226608",\
|
|
"1.669207, 1.677395, 1.703177, 1.796204, 2.226608",\
|
|
"1.669207, 1.677395, 1.703177, 1.796204, 2.226608");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "1.586460, 1.592822, 1.609953, 1.655168, 1.847409",\
|
|
"1.619100, 1.625461, 1.642592, 1.687808, 1.880048",\
|
|
"1.642657, 1.649018, 1.666149, 1.711364, 1.895800",\
|
|
"1.657703, 1.664065, 1.681195, 1.726411, 1.895800",\
|
|
"1.657703, 1.664065, 1.681195, 1.726411, 1.895800");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "1.597965, 1.606152, 1.631934, 1.724961, 2.178216",\
|
|
"1.630604, 1.638792, 1.664573, 1.757601, 2.210855",\
|
|
"1.646356, 1.654544, 1.680325, 1.773353, 2.226608",\
|
|
"1.646356, 1.654544, 1.680325, 1.773353, 2.226608",\
|
|
"1.646356, 1.654544, 1.680325, 1.773353, 2.226608");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456",\
|
|
"0.015394, 0.023677, 0.054577, 0.184601, 0.850456");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "1.586460, 1.592822, 1.609953, 1.655168, 1.847409",\
|
|
"1.619100, 1.625461, 1.642592, 1.687808, 1.880048",\
|
|
"1.634852, 1.641213, 1.658344, 1.703560, 1.895800",\
|
|
"1.634852, 1.641213, 1.658344, 1.703560, 1.895800",\
|
|
"1.634852, 1.641213, 1.658344, 1.703560, 1.895800");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163",\
|
|
"0.014972, 0.019409, 0.032705, 0.080894, 0.346163");
|
|
}
|
|
|
|
} /* 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.001644 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "1.644198, 1.652425, 1.678185, 1.771075, 2.223506",\
|
|
"1.676837, 1.685065, 1.710825, 1.803715, 2.256146",\
|
|
"1.700394, 1.708622, 1.734381, 1.827272, 2.271898",\
|
|
"1.715441, 1.723668, 1.749428, 1.842318, 2.271898",\
|
|
"1.715441, 1.723668, 1.749428, 1.842318, 2.271898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "1.625566, 1.631972, 1.649096, 1.694173, 1.885507",\
|
|
"1.658206, 1.664612, 1.681736, 1.726812, 1.918147",\
|
|
"1.681762, 1.688168, 1.705292, 1.750369, 1.933899",\
|
|
"1.696809, 1.703215, 1.720339, 1.765416, 1.933899",\
|
|
"1.696809, 1.703215, 1.720339, 1.765416, 1.933899");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "1.644198, 1.652425, 1.678185, 1.771075, 2.223506",\
|
|
"1.676837, 1.685065, 1.710825, 1.803715, 2.256146",\
|
|
"1.692589, 1.700817, 1.726577, 1.819467, 2.271898",\
|
|
"1.692589, 1.700817, 1.726577, 1.819467, 2.271898",\
|
|
"1.692589, 1.700817, 1.726577, 1.819467, 2.271898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384",\
|
|
"0.015250, 0.023554, 0.054478, 0.184611, 0.848384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "1.625566, 1.631972, 1.649096, 1.694173, 1.885507",\
|
|
"1.658206, 1.664612, 1.681736, 1.726812, 1.918147",\
|
|
"1.673958, 1.680364, 1.697488, 1.742564, 1.933899",\
|
|
"1.673958, 1.680364, 1.697488, 1.742564, 1.933899",\
|
|
"1.673958, 1.680364, 1.697488, 1.742564, 1.933899");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002",\
|
|
"0.014886, 0.019360, 0.032689, 0.080984, 0.344002");
|
|
}
|
|
|
|
} /* 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.001673 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.626364, 1.634584, 1.660346, 1.753257, 2.205800",\
|
|
"1.659004, 1.667224, 1.692985, 1.785897, 2.238439",\
|
|
"1.682560, 1.690780, 1.716542, 1.809453, 2.254191",\
|
|
"1.697607, 1.705827, 1.731588, 1.824500, 2.254191",\
|
|
"1.697607, 1.705827, 1.731588, 1.824500, 2.254191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.614120, 1.620518, 1.637642, 1.682738, 1.874200",\
|
|
"1.646759, 1.653157, 1.670282, 1.715378, 1.906840",\
|
|
"1.670316, 1.676714, 1.693838, 1.738935, 1.922592",\
|
|
"1.685363, 1.691761, 1.708885, 1.753981, 1.922592",\
|
|
"1.685363, 1.691761, 1.708885, 1.753981, 1.922592");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.626364, 1.634584, 1.660346, 1.753257, 2.205800",\
|
|
"1.659004, 1.667224, 1.692985, 1.785897, 2.238439",\
|
|
"1.674756, 1.682976, 1.708737, 1.801648, 2.254191",\
|
|
"1.674756, 1.682976, 1.708737, 1.801648, 2.254191",\
|
|
"1.674756, 1.682976, 1.708737, 1.801648, 2.254191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690",\
|
|
"0.015275, 0.023576, 0.054497, 0.184610, 0.848690");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "1.614120, 1.620518, 1.637642, 1.682738, 1.874200",\
|
|
"1.646759, 1.653157, 1.670282, 1.715378, 1.906840",\
|
|
"1.662511, 1.668909, 1.686033, 1.731130, 1.922592",\
|
|
"1.662511, 1.668909, 1.686033, 1.731130, 1.922592",\
|
|
"1.662511, 1.668909, 1.686033, 1.731130, 1.922592");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311",\
|
|
"0.014901, 0.019369, 0.032693, 0.080973, 0.344311");
|
|
}
|
|
|
|
} /* 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.002385 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "1.720936, 1.729038, 1.754811, 1.848840, 2.302111",\
|
|
"1.753576, 1.761677, 1.787451, 1.881480, 2.334751",\
|
|
"1.777132, 1.785234, 1.811007, 1.905036, 2.350503",\
|
|
"1.792179, 1.800280, 1.826054, 1.920083, 2.350503",\
|
|
"1.792179, 1.800280, 1.826054, 1.920083, 2.350503");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "1.688494, 1.694745, 1.711827, 1.757833, 1.947150",\
|
|
"1.721134, 1.727384, 1.744466, 1.790473, 1.979790",\
|
|
"1.744691, 1.750941, 1.768023, 1.814029, 1.995542",\
|
|
"1.759737, 1.765987, 1.783070, 1.829076, 1.995542",\
|
|
"1.759737, 1.765987, 1.783070, 1.829076, 1.995542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "1.720936, 1.729038, 1.754811, 1.848840, 2.302111",\
|
|
"1.753576, 1.761677, 1.787451, 1.881480, 2.334751",\
|
|
"1.769328, 1.777429, 1.803203, 1.897231, 2.350503",\
|
|
"1.769328, 1.777429, 1.803203, 1.897231, 2.350503",\
|
|
"1.769328, 1.777429, 1.803203, 1.897231, 2.350503");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209",\
|
|
"0.015859, 0.024120, 0.055002, 0.189504, 0.853209");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "1.688494, 1.694745, 1.711827, 1.757833, 1.947150",\
|
|
"1.721134, 1.727384, 1.744466, 1.790473, 1.979790",\
|
|
"1.736886, 1.743136, 1.760218, 1.806225, 1.995542",\
|
|
"1.736886, 1.743136, 1.760218, 1.806225, 1.995542",\
|
|
"1.736886, 1.743136, 1.760218, 1.806225, 1.995542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920",\
|
|
"0.015229, 0.019594, 0.032837, 0.085083, 0.346920");
|
|
}
|
|
|
|
} /* 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.002247 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "1.728128, 1.736227, 1.761913, 1.854756, 2.306379",\
|
|
"1.760768, 1.768867, 1.794552, 1.887396, 2.339019",\
|
|
"1.784325, 1.792423, 1.818109, 1.910952, 2.354771",\
|
|
"1.799371, 1.807470, 1.833156, 1.925999, 2.354771",\
|
|
"1.799371, 1.807470, 1.833156, 1.925999, 2.354771");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "1.683909, 1.690164, 1.707176, 1.752188, 1.942915",\
|
|
"1.716548, 1.722804, 1.739815, 1.784828, 1.975555",\
|
|
"1.740105, 1.746361, 1.763372, 1.808384, 1.991307",\
|
|
"1.755152, 1.761407, 1.778418, 1.823431, 1.991307",\
|
|
"1.755152, 1.761407, 1.778418, 1.823431, 1.991307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "1.728128, 1.736227, 1.761913, 1.854756, 2.306379",\
|
|
"1.760768, 1.768867, 1.794552, 1.887396, 2.339019",\
|
|
"1.776520, 1.784619, 1.810304, 1.903147, 2.354771",\
|
|
"1.776520, 1.784619, 1.810304, 1.903147, 2.354771",\
|
|
"1.776520, 1.784619, 1.810304, 1.903147, 2.354771");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535",\
|
|
"0.015750, 0.024036, 0.054993, 0.185126, 0.847535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "1.683909, 1.690164, 1.707176, 1.752188, 1.942915",\
|
|
"1.716548, 1.722804, 1.739815, 1.784828, 1.975555",\
|
|
"1.732300, 1.738556, 1.755567, 1.800580, 1.991307",\
|
|
"1.732300, 1.738556, 1.755567, 1.800580, 1.991307",\
|
|
"1.732300, 1.738556, 1.755567, 1.800580, 1.991307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963",\
|
|
"0.015168, 0.019570, 0.032896, 0.081234, 0.342963");
|
|
}
|
|
|
|
} /* 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.002699 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "1.736566, 1.744601, 1.770293, 1.863307, 2.315805",\
|
|
"1.769206, 1.777241, 1.802933, 1.895947, 2.348444",\
|
|
"1.792762, 1.800797, 1.826490, 1.919503, 2.364197",\
|
|
"1.807809, 1.815844, 1.841536, 1.934550, 2.364197",\
|
|
"1.807809, 1.815844, 1.841536, 1.934550, 2.364197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "1.692240, 1.698410, 1.715391, 1.760575, 1.952352",\
|
|
"1.724880, 1.731050, 1.748031, 1.793214, 1.984992",\
|
|
"1.748437, 1.754607, 1.771587, 1.816771, 2.000744",\
|
|
"1.763483, 1.769653, 1.786634, 1.831817, 2.000744",\
|
|
"1.763483, 1.769653, 1.786634, 1.831817, 2.000744");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "1.736566, 1.744601, 1.770293, 1.863307, 2.315805",\
|
|
"1.769206, 1.777241, 1.802933, 1.895947, 2.348444",\
|
|
"1.784958, 1.792993, 1.818685, 1.911699, 2.364197",\
|
|
"1.784958, 1.792993, 1.818685, 1.911699, 2.364197",\
|
|
"1.784958, 1.792993, 1.818685, 1.911699, 2.364197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103",\
|
|
"0.016116, 0.024381, 0.055316, 0.185310, 0.850103");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "1.692240, 1.698410, 1.715391, 1.760575, 1.952352",\
|
|
"1.724880, 1.731050, 1.748031, 1.793214, 1.984992",\
|
|
"1.740632, 1.746802, 1.763783, 1.808966, 2.000744",\
|
|
"1.740632, 1.746802, 1.763783, 1.808966, 2.000744",\
|
|
"1.740632, 1.746802, 1.763783, 1.808966, 2.000744");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637",\
|
|
"0.015372, 0.019714, 0.032988, 0.081196, 0.345637");
|
|
}
|
|
|
|
} /* 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.001984 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "1.761002, 1.769159, 1.794923, 1.888735, 2.341244",\
|
|
"1.793641, 1.801799, 1.827563, 1.921374, 2.373883",\
|
|
"1.817198, 1.825355, 1.851119, 1.944931, 2.389635",\
|
|
"1.832244, 1.840402, 1.866166, 1.959977, 2.389635",\
|
|
"1.832244, 1.840402, 1.866166, 1.959977, 2.389635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "1.706314, 1.712639, 1.729748, 1.775528, 1.967313",\
|
|
"1.738954, 1.745279, 1.762387, 1.808168, 1.999952",\
|
|
"1.762510, 1.768836, 1.785944, 1.831724, 2.015704",\
|
|
"1.777557, 1.783882, 1.800990, 1.846771, 2.015704",\
|
|
"1.777557, 1.783882, 1.800990, 1.846771, 2.015704");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "1.761002, 1.769159, 1.794923, 1.888735, 2.341244",\
|
|
"1.793641, 1.801799, 1.827563, 1.921374, 2.373883",\
|
|
"1.809393, 1.817551, 1.843315, 1.937126, 2.389635",\
|
|
"1.809393, 1.817551, 1.843315, 1.937126, 2.389635",\
|
|
"1.809393, 1.817551, 1.843315, 1.937126, 2.389635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854",\
|
|
"0.015535, 0.023813, 0.054718, 0.188659, 0.850854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "1.706314, 1.712639, 1.729748, 1.775528, 1.967313",\
|
|
"1.738954, 1.745279, 1.762387, 1.808168, 1.999952",\
|
|
"1.754706, 1.761031, 1.778139, 1.823920, 2.015704",\
|
|
"1.754706, 1.761031, 1.778139, 1.823920, 2.015704",\
|
|
"1.754706, 1.761031, 1.778139, 1.823920, 2.015704");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456",\
|
|
"0.015048, 0.019466, 0.032756, 0.084440, 0.346456");
|
|
}
|
|
|
|
} /* 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.002422 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "1.732784, 1.740861, 1.766558, 1.859498, 2.311680",\
|
|
"1.765424, 1.773500, 1.799198, 1.892138, 2.344319",\
|
|
"1.788981, 1.797057, 1.822755, 1.915694, 2.360071",\
|
|
"1.804027, 1.812104, 1.837801, 1.930741, 2.360071",\
|
|
"1.804027, 1.812104, 1.837801, 1.930741, 2.360071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "1.688109, 1.694333, 1.711341, 1.756452, 1.947809",\
|
|
"1.720749, 1.726973, 1.743980, 1.789092, 1.980449",\
|
|
"1.744305, 1.750530, 1.767537, 1.812648, 1.996200",\
|
|
"1.759352, 1.765576, 1.782583, 1.827695, 1.996200",\
|
|
"1.759352, 1.765576, 1.782583, 1.827695, 1.996200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "1.732784, 1.740861, 1.766558, 1.859498, 2.311680",\
|
|
"1.765424, 1.773500, 1.799198, 1.892138, 2.344319",\
|
|
"1.781176, 1.789252, 1.814950, 1.907889, 2.360071",\
|
|
"1.781176, 1.789252, 1.814950, 1.907889, 2.360071",\
|
|
"1.781176, 1.789252, 1.814950, 1.907889, 2.360071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005",\
|
|
"0.015892, 0.024167, 0.055109, 0.185168, 0.849005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "1.688109, 1.694333, 1.711341, 1.756452, 1.947809",\
|
|
"1.720749, 1.726973, 1.743980, 1.789092, 1.980449",\
|
|
"1.736501, 1.742725, 1.759732, 1.804843, 1.996200",\
|
|
"1.736501, 1.742725, 1.759732, 1.804843, 1.996200",\
|
|
"1.736501, 1.742725, 1.759732, 1.804843, 1.996200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513",\
|
|
"0.015247, 0.019624, 0.032922, 0.081185, 0.344513");
|
|
}
|
|
|
|
} /* 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.001795 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "1.723511, 1.731694, 1.757441, 1.850361, 2.302816",\
|
|
"1.756151, 1.764334, 1.790081, 1.883000, 2.335456",\
|
|
"1.779707, 1.787891, 1.813637, 1.906557, 2.351208",\
|
|
"1.794754, 1.802937, 1.828684, 1.921604, 2.351208",\
|
|
"1.794754, 1.802937, 1.828684, 1.921604, 2.351208");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "1.682195, 1.688554, 1.705658, 1.750755, 1.942184",\
|
|
"1.714834, 1.721193, 1.738298, 1.783394, 1.974823",\
|
|
"1.738391, 1.744750, 1.761855, 1.806951, 1.990575",\
|
|
"1.753437, 1.759796, 1.776901, 1.821998, 1.990575",\
|
|
"1.753437, 1.759796, 1.776901, 1.821998, 1.990575");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "1.723511, 1.731694, 1.757441, 1.850361, 2.302816",\
|
|
"1.756151, 1.764334, 1.790081, 1.883000, 2.335456",\
|
|
"1.771903, 1.780086, 1.805833, 1.898752, 2.351208",\
|
|
"1.771903, 1.780086, 1.805833, 1.898752, 2.351208",\
|
|
"1.771903, 1.780086, 1.805833, 1.898752, 2.351208");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750",\
|
|
"0.015381, 0.023673, 0.054600, 0.184687, 0.848750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "1.682195, 1.688554, 1.705658, 1.750755, 1.942184",\
|
|
"1.714834, 1.721193, 1.738298, 1.783394, 1.974823",\
|
|
"1.730586, 1.736945, 1.754050, 1.799146, 1.990575",\
|
|
"1.730586, 1.736945, 1.754050, 1.799146, 1.990575",\
|
|
"1.730586, 1.736945, 1.754050, 1.799146, 1.990575");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299",\
|
|
"0.014963, 0.019411, 0.032733, 0.081010, 0.344299");
|
|
}
|
|
|
|
} /* 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.002569 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "1.700415, 1.708474, 1.734187, 1.827218, 2.279969",\
|
|
"1.733054, 1.741113, 1.766826, 1.859858, 2.312608",\
|
|
"1.756611, 1.764670, 1.790383, 1.883415, 2.328360",\
|
|
"1.771657, 1.779716, 1.805429, 1.898461, 2.328360",\
|
|
"1.771657, 1.779716, 1.805429, 1.898461, 2.328360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "1.666086, 1.672285, 1.689292, 1.734500, 1.926484",\
|
|
"1.698725, 1.704924, 1.721931, 1.767140, 1.959123",\
|
|
"1.722282, 1.728481, 1.745488, 1.790697, 1.974875",\
|
|
"1.737328, 1.743528, 1.760535, 1.805743, 1.974875",\
|
|
"1.737328, 1.743528, 1.760535, 1.805743, 1.974875");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "1.700415, 1.708474, 1.734187, 1.827218, 2.279969",\
|
|
"1.733054, 1.741113, 1.766826, 1.859858, 2.312608",\
|
|
"1.748806, 1.756865, 1.782578, 1.875610, 2.328360",\
|
|
"1.748806, 1.756865, 1.782578, 1.875610, 2.328360",\
|
|
"1.748806, 1.756865, 1.782578, 1.875610, 2.328360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429",\
|
|
"0.016011, 0.024276, 0.055201, 0.185196, 0.850429");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "1.666086, 1.672285, 1.689292, 1.734500, 1.926484",\
|
|
"1.698725, 1.704924, 1.721931, 1.767140, 1.959123",\
|
|
"1.714477, 1.720676, 1.737684, 1.782892, 1.974875",\
|
|
"1.714477, 1.720676, 1.737684, 1.782892, 1.974875",\
|
|
"1.714477, 1.720676, 1.737684, 1.782892, 1.974875");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041",\
|
|
"0.015315, 0.019669, 0.032939, 0.081131, 0.346041");
|
|
}
|
|
|
|
} /* 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.000918 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "1.748396, 1.756824, 1.782598, 1.875329, 2.327085",\
|
|
"1.781036, 1.789463, 1.815238, 1.907968, 2.359724",\
|
|
"1.804592, 1.813020, 1.838795, 1.931525, 2.375476",\
|
|
"1.819639, 1.828066, 1.853841, 1.946571, 2.375476",\
|
|
"1.819639, 1.828066, 1.853841, 1.946571, 2.375476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "1.709267, 1.715896, 1.733097, 1.778010, 1.968420",\
|
|
"1.741907, 1.748536, 1.765737, 1.810649, 2.001060",\
|
|
"1.765464, 1.772092, 1.789293, 1.834206, 2.016812",\
|
|
"1.780510, 1.787139, 1.804340, 1.849253, 2.016812",\
|
|
"1.780510, 1.787139, 1.804340, 1.849253, 2.016812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "1.748396, 1.756824, 1.782598, 1.875329, 2.327085",\
|
|
"1.781036, 1.789463, 1.815238, 1.907968, 2.359724",\
|
|
"1.796788, 1.805215, 1.830990, 1.923720, 2.375476",\
|
|
"1.796788, 1.805215, 1.830990, 1.923720, 2.375476",\
|
|
"1.796788, 1.805215, 1.830990, 1.923720, 2.375476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952",\
|
|
"0.014618, 0.022992, 0.053932, 0.184188, 0.845952");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "1.709267, 1.715896, 1.733097, 1.778010, 1.968420",\
|
|
"1.741907, 1.748536, 1.765737, 1.810649, 2.001060",\
|
|
"1.757659, 1.764288, 1.781489, 1.826401, 2.016812",\
|
|
"1.757659, 1.764288, 1.781489, 1.826401, 2.016812",\
|
|
"1.757659, 1.764288, 1.781489, 1.826401, 2.016812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447",\
|
|
"0.014507, 0.019121, 0.032512, 0.080935, 0.341447");
|
|
}
|
|
|
|
} /* 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.002052 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "1.771920, 1.780057, 1.805783, 1.898703, 2.351010",\
|
|
"1.804559, 1.812696, 1.838423, 1.931343, 2.383649",\
|
|
"1.828117, 1.836254, 1.861980, 1.954900, 2.399400",\
|
|
"1.843163, 1.851300, 1.877027, 1.969947, 2.399400",\
|
|
"1.843163, 1.851300, 1.877027, 1.969947, 2.399400");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "1.739155, 1.745457, 1.762520, 1.807616, 1.998973",\
|
|
"1.771794, 1.778096, 1.795159, 1.840256, 2.031613",\
|
|
"1.795352, 1.801653, 1.818717, 1.863813, 2.047364",\
|
|
"1.810398, 1.816700, 1.833763, 1.878860, 2.047364",\
|
|
"1.810398, 1.816700, 1.833763, 1.878860, 2.047364");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "1.771920, 1.780057, 1.805783, 1.898703, 2.351010",\
|
|
"1.804559, 1.812696, 1.838423, 1.931343, 2.383649",\
|
|
"1.820310, 1.828448, 1.854174, 1.947094, 2.399400",\
|
|
"1.820310, 1.828448, 1.854174, 1.947094, 2.399400",\
|
|
"1.820310, 1.828448, 1.854174, 1.947094, 2.399400");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752",\
|
|
"0.015591, 0.023876, 0.054809, 0.184896, 0.848752");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "1.739155, 1.745457, 1.762520, 1.807616, 1.998973",\
|
|
"1.771794, 1.778096, 1.795159, 1.840256, 2.031613",\
|
|
"1.787546, 1.793847, 1.810911, 1.856007, 2.047364",\
|
|
"1.787546, 1.793847, 1.810911, 1.856007, 2.047364",\
|
|
"1.787546, 1.793847, 1.810911, 1.856007, 2.047364");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300",\
|
|
"0.015081, 0.019499, 0.032810, 0.081088, 0.344300");
|
|
}
|
|
|
|
} /* 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.001977 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "1.765775, 1.773926, 1.799666, 1.892601, 2.345091",\
|
|
"1.798414, 1.806566, 1.832306, 1.925241, 2.377731",\
|
|
"1.821972, 1.830123, 1.855863, 1.948798, 2.393482",\
|
|
"1.837018, 1.845170, 1.870909, 1.963845, 2.393482",\
|
|
"1.837018, 1.845170, 1.870909, 1.963845, 2.393482");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "1.733316, 1.739635, 1.756715, 1.801831, 1.993345",\
|
|
"1.765956, 1.772275, 1.789355, 1.834471, 2.025984",\
|
|
"1.789513, 1.795832, 1.812912, 1.858028, 2.041736",\
|
|
"1.804560, 1.810879, 1.827959, 1.873075, 2.041736",\
|
|
"1.804560, 1.810879, 1.827959, 1.873075, 2.041736");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "1.765775, 1.773926, 1.799666, 1.892601, 2.345091",\
|
|
"1.798414, 1.806566, 1.832306, 1.925241, 2.377731",\
|
|
"1.814166, 1.822317, 1.848057, 1.940993, 2.393482",\
|
|
"1.814166, 1.822317, 1.848057, 1.940993, 2.393482",\
|
|
"1.814166, 1.822317, 1.848057, 1.940993, 2.393482");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019",\
|
|
"0.015530, 0.023815, 0.054741, 0.184824, 0.849019");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "1.733316, 1.739635, 1.756715, 1.801831, 1.993345",\
|
|
"1.765956, 1.772275, 1.789355, 1.834471, 2.025984",\
|
|
"1.781707, 1.788026, 1.805106, 1.850222, 2.041736",\
|
|
"1.781707, 1.788026, 1.805106, 1.850222, 2.041736",\
|
|
"1.781707, 1.788026, 1.805106, 1.850222, 2.041736");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616",\
|
|
"0.015048, 0.019472, 0.032781, 0.081045, 0.344616");
|
|
}
|
|
|
|
} /* 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.002457 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.736776, 1.744859, 1.770596, 1.864427, 2.316803",\
|
|
"1.769416, 1.777498, 1.803236, 1.897067, 2.349443",\
|
|
"1.792973, 1.801055, 1.826793, 1.920624, 2.365194",\
|
|
"1.808020, 1.816102, 1.841840, 1.935671, 2.365194",\
|
|
"1.808020, 1.816102, 1.841840, 1.935671, 2.365194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.712554, 1.718780, 1.735816, 1.781627, 1.973403",\
|
|
"1.745194, 1.751419, 1.768456, 1.814266, 2.006042",\
|
|
"1.768751, 1.774977, 1.792013, 1.837824, 2.021794",\
|
|
"1.783798, 1.790023, 1.807060, 1.852870, 2.021794",\
|
|
"1.783798, 1.790023, 1.807060, 1.852870, 2.021794");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.736776, 1.744859, 1.770596, 1.864427, 2.316803",\
|
|
"1.769416, 1.777498, 1.803236, 1.897067, 2.349443",\
|
|
"1.785167, 1.793249, 1.818987, 1.912818, 2.365194",\
|
|
"1.785167, 1.793249, 1.818987, 1.912818, 2.365194",\
|
|
"1.785167, 1.793249, 1.818987, 1.912818, 2.365194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077",\
|
|
"0.015919, 0.024184, 0.055094, 0.189143, 0.851077");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.712554, 1.718780, 1.735816, 1.781627, 1.973403",\
|
|
"1.745194, 1.751419, 1.768456, 1.814266, 2.006042",\
|
|
"1.760945, 1.767171, 1.784207, 1.830018, 2.021794",\
|
|
"1.760945, 1.767171, 1.784207, 1.830018, 2.021794",\
|
|
"1.760945, 1.767171, 1.784207, 1.830018, 2.021794");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782",\
|
|
"0.015265, 0.019628, 0.032890, 0.084656, 0.346782");
|
|
}
|
|
|
|
} /* 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.002074 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "1.734785, 1.742920, 1.768647, 1.861562, 2.313865",\
|
|
"1.767425, 1.775559, 1.801287, 1.894202, 2.346504",\
|
|
"1.790982, 1.799116, 1.824844, 1.917759, 2.362256",\
|
|
"1.806029, 1.814163, 1.839891, 1.932806, 2.362256",\
|
|
"1.806029, 1.814163, 1.839891, 1.932806, 2.362256");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "1.712087, 1.718384, 1.735443, 1.780540, 1.971889",\
|
|
"1.744726, 1.751023, 1.768083, 1.813179, 2.004529",\
|
|
"1.768284, 1.774581, 1.791640, 1.836736, 2.020280",\
|
|
"1.783330, 1.789627, 1.806687, 1.851783, 2.020280",\
|
|
"1.783330, 1.789627, 1.806687, 1.851783, 2.020280");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "1.734785, 1.742920, 1.768647, 1.861562, 2.313865",\
|
|
"1.767425, 1.775559, 1.801287, 1.894202, 2.346504",\
|
|
"1.783176, 1.791311, 1.817038, 1.909953, 2.362256",\
|
|
"1.783176, 1.791311, 1.817038, 1.909953, 2.362256",\
|
|
"1.783176, 1.791311, 1.817038, 1.909953, 2.362256");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719",\
|
|
"0.015610, 0.023893, 0.054826, 0.184927, 0.848719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "1.712087, 1.718384, 1.735443, 1.780540, 1.971889",\
|
|
"1.744726, 1.751023, 1.768083, 1.813179, 2.004529",\
|
|
"1.760478, 1.766775, 1.783834, 1.828930, 2.020280",\
|
|
"1.760478, 1.766775, 1.783834, 1.828930, 2.020280",\
|
|
"1.760478, 1.766775, 1.783834, 1.828930, 2.020280");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308",\
|
|
"0.015093, 0.019507, 0.032815, 0.081094, 0.344308");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[0] */
|
|
} /* end of bus wb_dat_o */
|
|
bus ( wb_sel_i ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : input ;
|
|
|
|
pin("wb_sel_i[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003259 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.350066, 0.317427, 0.293870, 0.278824, 0.301675",\
|
|
"0.367696, 0.335056, 0.311500, 0.296453, 0.319304",\
|
|
"0.366004, 0.333364, 0.309808, 0.294761, 0.317612",\
|
|
"0.346493, 0.313854, 0.290297, 0.275251, 0.298102",\
|
|
"0.279047, 0.246407, 0.222851, 0.207804, 0.230655");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.318137, 0.285498, 0.261941, 0.246895, 0.269746",\
|
|
"0.363649, 0.331010, 0.307453, 0.292406, 0.315258",\
|
|
"0.406103, 0.373464, 0.349907, 0.334861, 0.357712",\
|
|
"0.480302, 0.447662, 0.424106, 0.409059, 0.431910",\
|
|
"0.624634, 0.591995, 0.568438, 0.553392, 0.576243");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.215969, -0.183329, -0.159773, -0.144726, -0.167578",\
|
|
"-0.233599, -0.200959, -0.177402, -0.162356, -0.185207",\
|
|
"-0.231907, -0.199267, -0.175710, -0.160664, -0.183515",\
|
|
"-0.212396, -0.179757, -0.156200, -0.141153, -0.164005",\
|
|
"-0.144950, -0.112310, -0.088753, -0.073707, -0.096558");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.102397, 0.135036, 0.158593, 0.173640, 0.150788",\
|
|
"0.056885, 0.089525, 0.113082, 0.128128, 0.105277",\
|
|
"0.014576, 0.047215, 0.070772, 0.085818, 0.062967",\
|
|
"-0.059818, -0.027179, -0.003622, 0.011424, -0.011427",\
|
|
"-0.204123, -0.171483, -0.147926, -0.132880, -0.155731");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[3] */
|
|
|
|
pin("wb_sel_i[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003799 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.324725, 0.292085, 0.268528, 0.253482, 0.276333",\
|
|
"0.342327, 0.309687, 0.286130, 0.271084, 0.293935",\
|
|
"0.340662, 0.308022, 0.284466, 0.269419, 0.292270",\
|
|
"0.321076, 0.288437, 0.264880, 0.249833, 0.272685",\
|
|
"0.254350, 0.221711, 0.198154, 0.183108, 0.205959");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.281579, 0.248940, 0.225383, 0.210337, 0.233188",\
|
|
"0.327078, 0.294439, 0.270882, 0.255835, 0.278687",\
|
|
"0.369426, 0.336787, 0.313230, 0.298183, 0.321035",\
|
|
"0.443675, 0.411035, 0.387478, 0.372432, 0.395283",\
|
|
"0.588024, 0.555384, 0.531827, 0.516781, 0.539632");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.190629, -0.157989, -0.134433, -0.119386, -0.142237",\
|
|
"-0.208231, -0.175591, -0.152035, -0.136988, -0.159840",\
|
|
"-0.206566, -0.173927, -0.150370, -0.135323, -0.158175",\
|
|
"-0.186980, -0.154341, -0.130784, -0.115738, -0.138589",\
|
|
"-0.120255, -0.087615, -0.064058, -0.049012, -0.071863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.100993, 0.133632, 0.157189, 0.172235, 0.149384",\
|
|
"0.055494, 0.088134, 0.111690, 0.126737, 0.103885",\
|
|
"0.012954, 0.045593, 0.069150, 0.084196, 0.061345",\
|
|
"-0.061321, -0.028681, -0.005124, 0.009922, -0.012929",\
|
|
"-0.206679, -0.174040, -0.150483, -0.135437, -0.158288");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[2] */
|
|
|
|
pin("wb_sel_i[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002962 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.267859, 0.235219, 0.211662, 0.196616, 0.219467",\
|
|
"0.285425, 0.252785, 0.229228, 0.214182, 0.237033",\
|
|
"0.283799, 0.251160, 0.227603, 0.212557, 0.235408",\
|
|
"0.264306, 0.231666, 0.208109, 0.193063, 0.215914",\
|
|
"0.197345, 0.164706, 0.141149, 0.126103, 0.148954");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.239695, 0.207056, 0.183499, 0.168453, 0.191304",\
|
|
"0.285187, 0.252548, 0.228991, 0.213944, 0.236796",\
|
|
"0.327519, 0.294880, 0.271323, 0.256277, 0.279128",\
|
|
"0.401473, 0.368833, 0.345276, 0.330230, 0.353081",\
|
|
"0.545139, 0.512499, 0.488942, 0.473896, 0.496747");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.133727, -0.101087, -0.077531, -0.062484, -0.085335",\
|
|
"-0.151293, -0.118653, -0.095097, -0.080050, -0.102901",\
|
|
"-0.149668, -0.117028, -0.093471, -0.078425, -0.101276",\
|
|
"-0.130174, -0.097534, -0.073978, -0.058931, -0.081782",\
|
|
"-0.063213, -0.030574, -0.007017, 0.008029, -0.014822");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.100958, 0.133597, 0.157154, 0.172201, 0.149349",\
|
|
"0.055466, 0.088106, 0.111662, 0.126709, 0.103858",\
|
|
"0.013148, 0.045788, 0.069344, 0.084391, 0.061540",\
|
|
"-0.060772, -0.028132, -0.004575, 0.010471, -0.012380",\
|
|
"-0.204371, -0.171731, -0.148175, -0.133128, -0.155979");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[1] */
|
|
|
|
pin("wb_sel_i[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.238459, 0.205819, 0.182263, 0.167216, 0.190067",\
|
|
"0.255676, 0.223037, 0.199480, 0.184434, 0.207285",\
|
|
"0.254337, 0.221698, 0.198141, 0.183094, 0.205946",\
|
|
"0.235130, 0.202491, 0.178934, 0.163888, 0.186739",\
|
|
"0.166661, 0.134021, 0.110465, 0.095418, 0.118269");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.305215, 0.272576, 0.249019, 0.233973, 0.256824",\
|
|
"0.351098, 0.318459, 0.294902, 0.279856, 0.302707",\
|
|
"0.392269, 0.359629, 0.336072, 0.321026, 0.343877",\
|
|
"0.464973, 0.432334, 0.408777, 0.393730, 0.416582",\
|
|
"0.605990, 0.573351, 0.549794, 0.534748, 0.557599");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.104346, -0.071706, -0.048149, -0.033103, -0.055954",\
|
|
"-0.121563, -0.088923, -0.065367, -0.050320, -0.073171",\
|
|
"-0.120224, -0.087584, -0.064028, -0.048981, -0.071832",\
|
|
"-0.101017, -0.068377, -0.044821, -0.029774, -0.052625",\
|
|
"-0.032548, 0.000092, 0.023649, 0.038695, 0.015844");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.060201, 0.092840, 0.116397, 0.131444, 0.108592",\
|
|
"0.014318, 0.046958, 0.070514, 0.085561, 0.062710",\
|
|
"-0.026852, 0.005787, 0.029344, 0.044390, 0.021539",\
|
|
"-0.099557, -0.066917, -0.043360, -0.028314, -0.051165",\
|
|
"-0.240574, -0.207934, -0.184378, -0.169331, -0.192182");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[0] */
|
|
} /* end of bus wb_sel_i */
|
|
|
|
pin("wbbd_sck") {
|
|
direction : internal ;
|
|
clock : true ;
|
|
max_transition : 1.506345 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.425730 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : _7205_/Q;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.253384");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.381341");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwh*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.785951, 0.818591, 0.834343, 0.834343, 0.834343");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.044825, 0.044825, 0.044825, 0.044825, 0.044825");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.809894, 0.842534, 0.858286, 0.858286, 0.858286");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.037548, 0.037548, 0.037548, 0.037548, 0.037548");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.785951, 0.818591, 0.834343, 0.834343, 0.834343");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.044825, 0.044825, 0.044825, 0.044825, 0.044825");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.809894, 0.842534, 0.858286, 0.858286, 0.858286");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.037548, 0.037548, 0.037548, 0.037548, 0.037548");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|