mirror of https://github.com/efabless/caravel.git
30779 lines
1.3 MiB
30779 lines
1.3 MiB
|
|
library("housekeeping.ss") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Sat Oct 15 13:48:30 2022" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.4000 ;
|
|
nom_temperature : 100.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ss_1.40v_100C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.4000 ;
|
|
temperature : 100.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ss_1.40v_100C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 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.001252 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_in;
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.202446, 1.226716, 1.301991, 1.578962, 2.921521",\
|
|
"1.251225, 1.275495, 1.350770, 1.627741, 2.970300",\
|
|
"1.363529, 1.387799, 1.463073, 1.740045, 3.082604",\
|
|
"1.672618, 1.696888, 1.772163, 2.049134, 3.391693",\
|
|
"2.751642, 2.775912, 2.851187, 3.128157, 4.470716");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.045190, 0.068538, 0.156167, 0.535056, 2.381409",\
|
|
"0.045190, 0.068538, 0.156167, 0.535056, 2.381409",\
|
|
"0.045190, 0.068538, 0.156167, 0.535056, 2.381409",\
|
|
"0.045190, 0.068538, 0.156167, 0.535056, 2.381410",\
|
|
"0.045191, 0.068539, 0.156167, 0.535055, 2.381424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.319180, 1.338385, 1.388051, 1.522593, 2.101358",\
|
|
"1.369963, 1.389168, 1.438835, 1.573376, 2.152141",\
|
|
"1.481422, 1.500627, 1.550293, 1.684835, 2.263600",\
|
|
"1.797058, 1.816264, 1.865930, 2.000472, 2.579237",\
|
|
"2.787635, 2.806840, 2.856506, 2.991048, 3.569813");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.043825, 0.056736, 0.096144, 0.248760, 1.029092",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029092",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029092",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029093",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029094");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.202446, 1.226716, 1.301991, 1.578962, 2.921521",\
|
|
"1.251225, 1.275495, 1.350770, 1.627741, 2.970300",\
|
|
"1.363529, 1.387799, 1.463073, 1.740045, 3.082604",\
|
|
"1.672618, 1.696888, 1.772163, 2.049134, 3.391693",\
|
|
"2.751642, 2.775912, 2.851187, 3.128157, 4.470716");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.045190, 0.068538, 0.156167, 0.535056, 2.381409",\
|
|
"0.045190, 0.068538, 0.156167, 0.535056, 2.381409",\
|
|
"0.045190, 0.068538, 0.156167, 0.535056, 2.381409",\
|
|
"0.045190, 0.068538, 0.156167, 0.535056, 2.381410",\
|
|
"0.045191, 0.068539, 0.156167, 0.535055, 2.381424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.319180, 1.338385, 1.388051, 1.522593, 2.101358",\
|
|
"1.369963, 1.389168, 1.438835, 1.573376, 2.152141",\
|
|
"1.481422, 1.500627, 1.550293, 1.684835, 2.263600",\
|
|
"1.797058, 1.816264, 1.865930, 2.000472, 2.579237",\
|
|
"2.787635, 2.806840, 2.856506, 2.991048, 3.569813");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.043825, 0.056736, 0.096144, 0.248760, 1.029092",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029092",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029092",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029093",\
|
|
"0.043825, 0.056736, 0.096144, 0.248760, 1.029094");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.657906, 1.682175, 1.757448, 2.034417, 3.376978",\
|
|
"1.708118, 1.732387, 1.807660, 2.084628, 3.427190",\
|
|
"1.820646, 1.844916, 1.920188, 2.197157, 3.539718",\
|
|
"2.162600, 2.186869, 2.262141, 2.539110, 3.881671",\
|
|
"3.431999, 3.456268, 3.531540, 3.808509, 5.151070");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.045201, 0.068547, 0.156170, 0.535050, 2.381524",\
|
|
"0.045201, 0.068547, 0.156170, 0.535050, 2.381525",\
|
|
"0.045201, 0.068547, 0.156170, 0.535050, 2.381525",\
|
|
"0.045201, 0.068547, 0.156170, 0.535050, 2.381525",\
|
|
"0.045203, 0.068548, 0.156170, 0.535049, 2.381535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.619946, 1.639154, 1.688821, 1.823359, 2.402093",\
|
|
"1.679723, 1.698930, 1.748598, 1.883136, 2.461869",\
|
|
"1.793253, 1.812460, 1.862127, 1.996666, 2.575399",\
|
|
"2.143842, 2.163049, 2.212716, 2.347254, 2.925988",\
|
|
"3.414938, 3.434145, 3.483812, 3.618351, 4.197086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.043817, 0.056740, 0.096139, 0.248759, 1.029161",\
|
|
"0.043817, 0.056740, 0.096139, 0.248759, 1.029160",\
|
|
"0.043817, 0.056740, 0.096139, 0.248759, 1.029160",\
|
|
"0.043817, 0.056740, 0.096139, 0.248759, 1.029160",\
|
|
"0.043818, 0.056740, 0.096139, 0.248759, 1.029155");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.657906, 1.682175, 1.757448, 2.034417, 3.376978",\
|
|
"1.708118, 1.732387, 1.807660, 2.084628, 3.427190",\
|
|
"1.820646, 1.844916, 1.920188, 2.197157, 3.539718",\
|
|
"2.162600, 2.186869, 2.262141, 2.539110, 3.881671",\
|
|
"3.431999, 3.456268, 3.531540, 3.808509, 5.151070");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.045201, 0.068547, 0.156170, 0.535050, 2.381524",\
|
|
"0.045201, 0.068547, 0.156170, 0.535050, 2.381525",\
|
|
"0.045201, 0.068547, 0.156170, 0.535050, 2.381525",\
|
|
"0.045201, 0.068547, 0.156170, 0.535050, 2.381525",\
|
|
"0.045203, 0.068548, 0.156170, 0.535049, 2.381535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "1.619946, 1.639154, 1.688821, 1.823359, 2.402093",\
|
|
"1.679723, 1.698930, 1.748598, 1.883136, 2.461869",\
|
|
"1.793253, 1.812460, 1.862127, 1.996666, 2.575399",\
|
|
"2.143842, 2.163049, 2.212716, 2.347254, 2.925988",\
|
|
"3.414938, 3.434145, 3.483812, 3.618351, 4.197086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001752, 0.012024, 0.051252, 0.211252, 1.000000");
|
|
values ( "0.043817, 0.056740, 0.096139, 0.248759, 1.029161",\
|
|
"0.043817, 0.056740, 0.096139, 0.248759, 1.029160",\
|
|
"0.043817, 0.056740, 0.096139, 0.248759, 1.029160",\
|
|
"0.043817, 0.056740, 0.096139, 0.248759, 1.029160",\
|
|
"0.043818, 0.056740, 0.096139, 0.248759, 1.029155");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una_min*/
|
|
|
|
} /* end of pin debug_in */
|
|
|
|
pin("debug_mode") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002792 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_mode;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002535 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_oeb;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002524 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_out;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 0.396738 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004459 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk;
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "1.663025, 2.439431, 4.055803, 5.521119, 8.876226",\
|
|
"1.711337, 2.487742, 4.104115, 5.569431, 8.924540",\
|
|
"1.824258, 2.600663, 4.217036, 5.682352, 9.037460",\
|
|
"2.138722, 2.915128, 4.531501, 5.996817, 9.351925",\
|
|
"3.229139, 4.005547, 5.621916, 7.087230, 10.442333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "0.158444, 1.220957, 3.437285, 5.451691, 10.064042",\
|
|
"0.158444, 1.220957, 3.437285, 5.451691, 10.064042",\
|
|
"0.158444, 1.220957, 3.437285, 5.451691, 10.064042",\
|
|
"0.158444, 1.220957, 3.437286, 5.451691, 10.064042",\
|
|
"0.158446, 1.220958, 3.437290, 5.451691, 10.064042");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "2.195312, 2.650290, 3.589632, 4.439471, 6.386523",\
|
|
"2.243769, 2.698747, 3.638089, 4.487928, 6.434980",\
|
|
"2.356181, 2.811159, 3.750501, 4.600340, 6.547392",\
|
|
"2.709661, 3.164639, 4.103981, 4.953820, 6.900872",\
|
|
"3.984803, 4.439782, 5.379123, 6.228962, 8.176015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "0.100052, 0.702503, 1.975644, 3.123480, 5.746475",\
|
|
"0.100052, 0.702503, 1.975644, 3.123480, 5.746475",\
|
|
"0.100052, 0.702503, 1.975644, 3.123480, 5.746475",\
|
|
"0.100052, 0.702503, 1.975644, 3.123482, 5.746475",\
|
|
"0.100052, 0.702504, 1.975644, 3.123482, 5.746475");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "1.663025, 2.439431, 4.055803, 5.521119, 8.876226",\
|
|
"1.711337, 2.487742, 4.104115, 5.569431, 8.924540",\
|
|
"1.824258, 2.600663, 4.217036, 5.682352, 9.037460",\
|
|
"2.138722, 2.915128, 4.531501, 5.996817, 9.351925",\
|
|
"3.229139, 4.005547, 5.621916, 7.087230, 10.442333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "0.158444, 1.220956, 3.437285, 5.451691, 10.064035",\
|
|
"0.158444, 1.220956, 3.437285, 5.451691, 10.064035",\
|
|
"0.158444, 1.220956, 3.437285, 5.451691, 10.064035",\
|
|
"0.158444, 1.220956, 3.437286, 5.451691, 10.064035",\
|
|
"0.158446, 1.220958, 3.437290, 5.451691, 10.064035");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "2.195312, 2.650290, 3.589632, 4.439471, 6.386523",\
|
|
"2.243769, 2.698747, 3.638089, 4.487928, 6.434980",\
|
|
"2.356181, 2.811159, 3.750501, 4.600340, 6.547392",\
|
|
"2.709661, 3.164639, 4.103981, 4.953820, 6.900872",\
|
|
"3.984803, 4.439782, 5.379123, 6.228962, 8.176015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004959, 0.047313, 0.134850, 0.214459, 0.396738");
|
|
values ( "0.100052, 0.702503, 1.975644, 3.123478, 5.746473",\
|
|
"0.100052, 0.702503, 1.975644, 3.123478, 5.746473",\
|
|
"0.100052, 0.702503, 1.975644, 3.123478, 5.746473",\
|
|
"0.100052, 0.702503, 1.975644, 3.123478, 5.746473",\
|
|
"0.100052, 0.702504, 1.975644, 3.123478, 5.746473");
|
|
}
|
|
|
|
} /* 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.001571 ;
|
|
|
|
/* 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.000911 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "1.779844, 1.804489, 1.879928, 2.156961, 3.500690",\
|
|
"1.831451, 1.856096, 1.931535, 2.208568, 3.552296",\
|
|
"1.941953, 1.966599, 2.042037, 2.319071, 3.662799",\
|
|
"2.228375, 2.253021, 2.328460, 2.605493, 3.949221",\
|
|
"3.177027, 3.201673, 3.277112, 3.554146, 4.897874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.045090, 0.068435, 0.155682, 0.534260, 2.386536",\
|
|
"0.045090, 0.068435, 0.155682, 0.534260, 2.386536",\
|
|
"0.045090, 0.068435, 0.155682, 0.534260, 2.386536",\
|
|
"0.045090, 0.068436, 0.155683, 0.534260, 2.386536",\
|
|
"0.045092, 0.068437, 0.155683, 0.534260, 2.386536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "1.970504, 1.989966, 2.039787, 2.174532, 2.755098",\
|
|
"2.019173, 2.038635, 2.088456, 2.223200, 2.803767",\
|
|
"2.141563, 2.161026, 2.210847, 2.345591, 2.926157",\
|
|
"2.493040, 2.512501, 2.562323, 2.697067, 3.277634",\
|
|
"3.769985, 3.789447, 3.839268, 3.974013, 4.554580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.043565, 0.056245, 0.095995, 0.248691, 1.027060",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027060",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027060",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027060",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027060");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "1.779844, 1.804489, 1.879928, 2.156961, 3.500690",\
|
|
"1.831451, 1.856096, 1.931535, 2.208568, 3.552296",\
|
|
"1.941953, 1.966599, 2.042037, 2.319071, 3.662799",\
|
|
"2.228375, 2.253021, 2.328460, 2.605493, 3.949221",\
|
|
"3.177027, 3.201673, 3.277112, 3.554146, 4.897874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.045090, 0.068435, 0.155682, 0.534259, 2.386535",\
|
|
"0.045090, 0.068435, 0.155682, 0.534259, 2.386535",\
|
|
"0.045090, 0.068435, 0.155682, 0.534259, 2.386535",\
|
|
"0.045090, 0.068436, 0.155683, 0.534259, 2.386536",\
|
|
"0.045092, 0.068437, 0.155683, 0.534259, 2.386536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "1.970504, 1.989966, 2.039787, 2.174532, 2.755098",\
|
|
"2.019173, 2.038635, 2.088456, 2.223200, 2.803767",\
|
|
"2.141563, 2.161026, 2.210847, 2.345591, 2.926157",\
|
|
"2.493040, 2.512501, 2.562323, 2.697067, 3.277634",\
|
|
"3.768995, 3.788457, 3.838278, 3.973022, 4.553589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.043565, 0.056245, 0.095995, 0.248691, 1.027059",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027059",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027059",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027059",\
|
|
"0.043565, 0.056245, 0.095995, 0.248691, 1.027059");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "1.853343, 1.877990, 1.953430, 2.230464, 3.574194",\
|
|
"1.900389, 1.925035, 2.000475, 2.277509, 3.621239",\
|
|
"2.013331, 2.037978, 2.113418, 2.390452, 3.734182",\
|
|
"2.327410, 2.352057, 2.427497, 2.704531, 4.048261",\
|
|
"3.415983, 3.440630, 3.516071, 3.793105, 5.136836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.045096, 0.068441, 0.155686, 0.534259, 2.386536",\
|
|
"0.045096, 0.068441, 0.155686, 0.534259, 2.386536",\
|
|
"0.045096, 0.068441, 0.155686, 0.534259, 2.386536",\
|
|
"0.045096, 0.068441, 0.155686, 0.534259, 2.386536",\
|
|
"0.045097, 0.068442, 0.155686, 0.534259, 2.386536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "2.090709, 2.110175, 2.159997, 2.294736, 2.875254",\
|
|
"2.139032, 2.158499, 2.208320, 2.343060, 2.923577",\
|
|
"2.251697, 2.271163, 2.320985, 2.455724, 3.036242",\
|
|
"2.604209, 2.623675, 2.673497, 2.808236, 3.388754",\
|
|
"3.884493, 3.903959, 3.953781, 4.088521, 4.669041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.043555, 0.056252, 0.095987, 0.248690, 1.027169",\
|
|
"0.043555, 0.056252, 0.095987, 0.248690, 1.027168",\
|
|
"0.043555, 0.056252, 0.095987, 0.248690, 1.027168",\
|
|
"0.043555, 0.056252, 0.095987, 0.248690, 1.027168",\
|
|
"0.043555, 0.056251, 0.095987, 0.248690, 1.027162");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "1.853343, 1.877990, 1.953430, 2.230464, 3.574194",\
|
|
"1.900389, 1.925035, 2.000475, 2.277509, 3.621239",\
|
|
"2.013331, 2.037978, 2.113418, 2.390452, 3.734182",\
|
|
"2.327410, 2.352057, 2.427497, 2.704531, 4.048261",\
|
|
"3.415983, 3.440630, 3.516071, 3.793105, 5.136836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.045096, 0.068441, 0.155685, 0.534259, 2.386534",\
|
|
"0.045096, 0.068441, 0.155685, 0.534259, 2.386534",\
|
|
"0.045096, 0.068441, 0.155685, 0.534259, 2.386534",\
|
|
"0.045096, 0.068441, 0.155685, 0.534259, 2.386534",\
|
|
"0.045097, 0.068442, 0.155686, 0.534259, 2.386536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "2.090709, 2.110175, 2.159997, 2.294736, 2.875254",\
|
|
"2.139032, 2.158499, 2.208320, 2.343060, 2.923577",\
|
|
"2.251697, 2.271163, 2.320985, 2.455724, 3.036242",\
|
|
"2.604209, 2.623675, 2.673497, 2.808236, 3.388754",\
|
|
"3.884493, 3.903959, 3.953781, 4.088521, 4.669041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001411, 0.011683, 0.050911, 0.210911, 1.000000");
|
|
values ( "0.043555, 0.056252, 0.095987, 0.248690, 1.027169",\
|
|
"0.043555, 0.056252, 0.095987, 0.248690, 1.027168",\
|
|
"0.043555, 0.056252, 0.095987, 0.248690, 1.027168",\
|
|
"0.043555, 0.056252, 0.095987, 0.248690, 1.027168",\
|
|
"0.043555, 0.056251, 0.095987, 0.248690, 1.027162");
|
|
}
|
|
|
|
} /* 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.001994 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb_oeb;
|
|
} /* end of pin pad_flash_csb_oeb */
|
|
|
|
pin("pad_flash_io0_di") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.008974 ;
|
|
|
|
/* 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.001145 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_do;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "1.717985, 1.742338, 1.817629, 2.094712, 3.438149",\
|
|
"1.768414, 1.792767, 1.868058, 2.145140, 3.488578",\
|
|
"1.877479, 1.901832, 1.977123, 2.254206, 3.597643",\
|
|
"2.157719, 2.182072, 2.257364, 2.534446, 3.877883",\
|
|
"3.076370, 3.100723, 3.176014, 3.453096, 4.796534");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.045084, 0.068421, 0.155930, 0.535073, 2.385984",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385984",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385984",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385984",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "1.938591, 1.957851, 2.007582, 2.142355, 2.722680",\
|
|
"1.988526, 2.007786, 2.057517, 2.192291, 2.772616",\
|
|
"2.102654, 2.121914, 2.171645, 2.306418, 2.886743",\
|
|
"2.463538, 2.482799, 2.532530, 2.667303, 3.247628",\
|
|
"3.847794, 3.867054, 3.916785, 4.051559, 4.631885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.043846, 0.056521, 0.096146, 0.249039, 1.028390",\
|
|
"0.043846, 0.056521, 0.096146, 0.249039, 1.028390",\
|
|
"0.043846, 0.056521, 0.096146, 0.249039, 1.028390",\
|
|
"0.043846, 0.056521, 0.096146, 0.249039, 1.028390",\
|
|
"0.043846, 0.056521, 0.096147, 0.249039, 1.028390");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "1.717985, 1.742338, 1.817629, 2.094712, 3.438149",\
|
|
"1.768414, 1.792767, 1.868058, 2.145140, 3.488578",\
|
|
"1.877479, 1.901832, 1.977123, 2.254206, 3.597643",\
|
|
"2.157739, 2.182092, 2.257383, 2.534466, 3.877903",\
|
|
"3.076370, 3.100723, 3.176014, 3.453096, 4.796534");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.045084, 0.068421, 0.155930, 0.535073, 2.385983",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385983",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385983",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385984",\
|
|
"0.045084, 0.068421, 0.155930, 0.535073, 2.385988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "1.936408, 1.955668, 2.005399, 2.140173, 2.720498",\
|
|
"1.986350, 2.005610, 2.055341, 2.190115, 2.770440",\
|
|
"2.100478, 2.119738, 2.169469, 2.304243, 2.884567",\
|
|
"2.462289, 2.481550, 2.531281, 2.666054, 3.246379",\
|
|
"3.847794, 3.867054, 3.916785, 4.051559, 4.631885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.043846, 0.056521, 0.096146, 0.249039, 1.028387",\
|
|
"0.043846, 0.056521, 0.096146, 0.249039, 1.028387",\
|
|
"0.043846, 0.056521, 0.096146, 0.249039, 1.028387",\
|
|
"0.043846, 0.056521, 0.096146, 0.249039, 1.028387",\
|
|
"0.043846, 0.056521, 0.096147, 0.249039, 1.028387");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "1.827743, 1.852096, 1.927387, 2.204469, 3.547907",\
|
|
"1.874464, 1.898817, 1.974108, 2.251191, 3.594628",\
|
|
"1.987413, 2.011766, 2.087057, 2.364139, 3.707577",\
|
|
"2.301852, 2.326205, 2.401496, 2.678579, 4.022016",\
|
|
"3.389081, 3.413434, 3.488725, 3.765807, 5.109245");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.045085, 0.068422, 0.155931, 0.535072, 2.385995",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385995",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385995",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385995",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385998");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "2.069011, 2.088275, 2.138007, 2.272776, 2.853055",\
|
|
"2.114763, 2.134027, 2.183758, 2.318527, 2.898806",\
|
|
"2.232842, 2.252106, 2.301837, 2.436606, 3.016885",\
|
|
"2.586906, 2.606170, 2.655901, 2.790670, 3.370949",\
|
|
"3.868220, 3.887484, 3.937215, 4.071984, 4.652266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.043836, 0.056527, 0.096139, 0.249038, 1.028492",\
|
|
"0.043836, 0.056527, 0.096139, 0.249038, 1.028492",\
|
|
"0.043836, 0.056527, 0.096139, 0.249038, 1.028492",\
|
|
"0.043836, 0.056527, 0.096139, 0.249038, 1.028492",\
|
|
"0.043837, 0.056527, 0.096139, 0.249038, 1.028492");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "1.827743, 1.852096, 1.927387, 2.204469, 3.547907",\
|
|
"1.874464, 1.898817, 1.974108, 2.251191, 3.594628",\
|
|
"1.987413, 2.011766, 2.087057, 2.364139, 3.707577",\
|
|
"2.301852, 2.326205, 2.401496, 2.678579, 4.022016",\
|
|
"3.389081, 3.413434, 3.488725, 3.765807, 5.109245");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.045085, 0.068422, 0.155931, 0.535072, 2.385993",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385993",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385993",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385993",\
|
|
"0.045085, 0.068422, 0.155931, 0.535072, 2.385998");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "2.069011, 2.088275, 2.138007, 2.272776, 2.853055",\
|
|
"2.114763, 2.134027, 2.183758, 2.318527, 2.898806",\
|
|
"2.232842, 2.252106, 2.301837, 2.436606, 3.016885",\
|
|
"2.586906, 2.606170, 2.655901, 2.790670, 3.370949",\
|
|
"3.868220, 3.887484, 3.937215, 4.071984, 4.652266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011917, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.043836, 0.056527, 0.096139, 0.249038, 1.028485",\
|
|
"0.043836, 0.056527, 0.096139, 0.249038, 1.028485",\
|
|
"0.043836, 0.056527, 0.096139, 0.249038, 1.028485",\
|
|
"0.043836, 0.056527, 0.096139, 0.249038, 1.028485",\
|
|
"0.043837, 0.056527, 0.096139, 0.249038, 1.028485");
|
|
}
|
|
|
|
} /* 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.001428 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "1.764032, 1.783114, 1.833300, 1.968758, 2.550736",\
|
|
"1.814003, 1.833085, 1.883271, 2.018728, 2.600707",\
|
|
"1.926443, 1.945525, 1.995711, 2.131168, 2.713147",\
|
|
"2.268516, 2.287598, 2.337785, 2.473242, 3.055221",\
|
|
"3.539544, 3.558628, 3.608825, 3.744288, 4.326269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046195, 0.058611, 0.097507, 0.250293, 1.029023");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "1.507658, 1.532286, 1.608152, 1.885609, 3.230245",\
|
|
"1.556752, 1.581380, 1.657246, 1.934703, 3.279339",\
|
|
"1.670099, 1.694727, 1.770592, 2.048050, 3.392686",\
|
|
"2.020556, 2.045184, 2.121050, 2.398507, 3.743144",\
|
|
"3.292821, 3.317471, 3.393364, 3.670830, 5.015492");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048215, 0.071230, 0.157784, 0.535610, 2.389585");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "1.764032, 1.783114, 1.833300, 1.968758, 2.550736",\
|
|
"1.814003, 1.833085, 1.883271, 2.018728, 2.600707",\
|
|
"1.926443, 1.945525, 1.995711, 2.131168, 2.713147",\
|
|
"2.268516, 2.287598, 2.337785, 2.473242, 3.055221",\
|
|
"3.539544, 3.558628, 3.608825, 3.744288, 4.326269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046163, 0.058577, 0.097488, 0.250286, 1.029028",\
|
|
"0.046195, 0.058611, 0.097507, 0.250293, 1.029023");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "1.507658, 1.532286, 1.608152, 1.885609, 3.230245",\
|
|
"1.556752, 1.581380, 1.657246, 1.934703, 3.279339",\
|
|
"1.670099, 1.694727, 1.770592, 2.048050, 3.392686",\
|
|
"2.020556, 2.045184, 2.121050, 2.398507, 3.743144",\
|
|
"3.292821, 3.317471, 3.393364, 3.670830, 5.015492");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001928, 0.012200, 0.051428, 0.211428, 1.000000");
|
|
values ( "0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048118, 0.071141, 0.157732, 0.535623, 2.389592",\
|
|
"0.048215, 0.071230, 0.157784, 0.535610, 2.389585");
|
|
}
|
|
|
|
} /* 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.003496 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "1.837739, 1.860866, 1.936786, 2.215607, 3.565201",\
|
|
"1.887709, 1.910837, 1.986757, 2.265577, 3.615172",\
|
|
"2.000149, 2.023277, 2.099197, 2.378017, 3.727612",\
|
|
"2.342223, 2.365350, 2.441270, 2.720091, 4.069685",\
|
|
"3.613125, 3.636252, 3.712172, 3.990991, 5.340586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050105, 0.073253, 0.164763, 0.545724, 2.405352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "1.703619, 1.721290, 1.770783, 1.907352, 2.481276",\
|
|
"1.752713, 1.770384, 1.819877, 1.956446, 2.530370",\
|
|
"1.866059, 1.883731, 1.933224, 2.069793, 2.643717",\
|
|
"2.216517, 2.234188, 2.283681, 2.420251, 2.994174",\
|
|
"3.488912, 3.506583, 3.556076, 3.692646, 4.266577");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046696, 0.058941, 0.101163, 0.256495, 1.048607");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "1.837739, 1.860866, 1.936786, 2.215607, 3.565201",\
|
|
"1.887709, 1.910837, 1.986757, 2.265577, 3.615172",\
|
|
"2.000149, 2.023277, 2.099197, 2.378017, 3.727612",\
|
|
"2.342223, 2.365350, 2.441270, 2.720091, 4.069685",\
|
|
"3.613125, 3.636252, 3.712172, 3.990991, 5.340586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050104, 0.073252, 0.164763, 0.545725, 2.405337",\
|
|
"0.050105, 0.073253, 0.164763, 0.545724, 2.405352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "1.703619, 1.721290, 1.770783, 1.907352, 2.481276",\
|
|
"1.752713, 1.770384, 1.819877, 1.956446, 2.530370",\
|
|
"1.866059, 1.883731, 1.933224, 2.069793, 2.643717",\
|
|
"2.216517, 2.234188, 2.283681, 2.420251, 2.994174",\
|
|
"3.488912, 3.506583, 3.556076, 3.692646, 4.266577");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046695, 0.058942, 0.101162, 0.256495, 1.048625",\
|
|
"0.046696, 0.058941, 0.101163, 0.256495, 1.048607");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_oeb */
|
|
|
|
pin("pad_flash_io1_di") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003624 ;
|
|
|
|
/* 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.001391 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_do;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "1.484083, 1.508259, 1.583579, 1.860947, 3.205078",\
|
|
"1.534142, 1.558318, 1.633638, 1.911006, 3.255137",\
|
|
"1.646461, 1.670637, 1.745957, 2.023325, 3.367456",\
|
|
"1.999013, 2.023189, 2.098509, 2.375877, 3.720008",\
|
|
"3.269475, 3.293651, 3.368971, 3.646339, 4.990469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "0.045506, 0.068813, 0.156408, 0.536296, 2.385541",\
|
|
"0.045506, 0.068813, 0.156408, 0.536296, 2.385542",\
|
|
"0.045506, 0.068813, 0.156408, 0.536296, 2.385542",\
|
|
"0.045506, 0.068813, 0.156408, 0.536296, 2.385543",\
|
|
"0.045507, 0.068814, 0.156409, 0.536296, 2.385556");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "1.408333, 1.427402, 1.477074, 1.612036, 2.192704",\
|
|
"1.459599, 1.478668, 1.528340, 1.663302, 2.243970",\
|
|
"1.570667, 1.589737, 1.639408, 1.774370, 2.355038",\
|
|
"1.932789, 1.951858, 2.001530, 2.136492, 2.717160",\
|
|
"3.196442, 3.215511, 3.265183, 3.400145, 3.980820");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "0.044066, 0.056836, 0.096228, 0.249817, 1.033092",\
|
|
"0.044066, 0.056836, 0.096228, 0.249817, 1.033092",\
|
|
"0.044066, 0.056836, 0.096228, 0.249817, 1.033092",\
|
|
"0.044066, 0.056836, 0.096228, 0.249817, 1.033092",\
|
|
"0.044068, 0.056836, 0.096229, 0.249817, 1.033092");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "1.484083, 1.508259, 1.583579, 1.860947, 3.205078",\
|
|
"1.534142, 1.558318, 1.633638, 1.911006, 3.255137",\
|
|
"1.646461, 1.670637, 1.745957, 2.023325, 3.367456",\
|
|
"1.999013, 2.023189, 2.098509, 2.375877, 3.720008",\
|
|
"3.269475, 3.293651, 3.368971, 3.646339, 4.990469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "0.045506, 0.068813, 0.156408, 0.536295, 2.385541",\
|
|
"0.045506, 0.068813, 0.156408, 0.536295, 2.385541",\
|
|
"0.045506, 0.068813, 0.156408, 0.536295, 2.385541",\
|
|
"0.045506, 0.068813, 0.156408, 0.536295, 2.385543",\
|
|
"0.045507, 0.068814, 0.156409, 0.536295, 2.385556");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "1.408333, 1.427402, 1.477074, 1.612036, 2.192704",\
|
|
"1.459599, 1.478668, 1.528340, 1.663302, 2.243970",\
|
|
"1.570667, 1.589737, 1.639408, 1.774370, 2.355038",\
|
|
"1.932789, 1.951858, 2.001530, 2.136492, 2.717160",\
|
|
"3.196442, 3.215511, 3.265183, 3.400145, 3.980820");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001891, 0.012163, 0.051391, 0.211391, 1.000000");
|
|
values ( "0.044066, 0.056835, 0.096228, 0.249817, 1.033077",\
|
|
"0.044066, 0.056835, 0.096228, 0.249817, 1.033077",\
|
|
"0.044066, 0.056835, 0.096228, 0.249817, 1.033077",\
|
|
"0.044066, 0.056835, 0.096228, 0.249817, 1.033077",\
|
|
"0.044068, 0.056835, 0.096229, 0.249817, 1.033077");
|
|
}
|
|
|
|
} /* 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.001807 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "1.955216, 1.973915, 2.023455, 2.158615, 2.739437",\
|
|
"2.005397, 2.024096, 2.073636, 2.208795, 2.789617",\
|
|
"2.117974, 2.136673, 2.186213, 2.321372, 2.902194",\
|
|
"2.470904, 2.489603, 2.539143, 2.674302, 3.255125",\
|
|
"3.740017, 3.758716, 3.808256, 3.943415, 4.524238");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "2.181036, 2.204895, 2.280239, 2.557940, 3.902480",\
|
|
"2.237039, 2.260897, 2.336241, 2.613942, 3.958482",\
|
|
"2.347812, 2.371670, 2.447015, 2.724715, 4.069255",\
|
|
"2.711269, 2.735127, 2.810472, 3.088172, 4.432712",\
|
|
"3.978956, 4.002814, 4.078159, 4.355860, 5.700399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "0.046158, 0.069479, 0.157243, 0.538036, 2.385253",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385253",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385253",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385253",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385253");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "1.955216, 1.973915, 2.023455, 2.158615, 2.739437",\
|
|
"2.005397, 2.024096, 2.073636, 2.208795, 2.789617",\
|
|
"2.117974, 2.136673, 2.186213, 2.321372, 2.902194",\
|
|
"2.470904, 2.489603, 2.539143, 2.674302, 3.255125",\
|
|
"3.740017, 3.758716, 3.808256, 3.943415, 4.524238");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508",\
|
|
"0.044481, 0.057331, 0.096444, 0.250800, 1.037508");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "2.179237, 2.203096, 2.278440, 2.556141, 3.900681",\
|
|
"2.237038, 2.260897, 2.336241, 2.613942, 3.958482",\
|
|
"2.347811, 2.371670, 2.447014, 2.724715, 4.069255",\
|
|
"2.711268, 2.735126, 2.810471, 3.088171, 4.432712",\
|
|
"3.978955, 4.002814, 4.078158, 4.355859, 5.700399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002307, 0.012579, 0.051807, 0.211807, 1.000000");
|
|
values ( "0.046158, 0.069479, 0.157243, 0.538036, 2.385252",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385252",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385252",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385252",\
|
|
"0.046158, 0.069479, 0.157243, 0.538036, 2.385252");
|
|
}
|
|
|
|
} /* 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.003612 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "1.771248, 1.794555, 1.870744, 2.149720, 3.500401",\
|
|
"1.821428, 1.844735, 1.920923, 2.199900, 3.550581",\
|
|
"1.934005, 1.957312, 2.033501, 2.312477, 3.663158",\
|
|
"2.286930, 2.310236, 2.386425, 2.665401, 4.016083",\
|
|
"3.556002, 3.579309, 3.655497, 3.934473, 5.285154");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "0.052250, 0.075095, 0.165947, 0.545915, 2.413865",\
|
|
"0.052250, 0.075095, 0.165947, 0.545915, 2.413865",\
|
|
"0.052250, 0.075095, 0.165947, 0.545915, 2.413865",\
|
|
"0.052250, 0.075094, 0.165947, 0.545915, 2.413865",\
|
|
"0.052248, 0.075093, 0.165946, 0.545915, 2.413864");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "2.112202, 2.129730, 2.179196, 2.316118, 2.892213",\
|
|
"2.168207, 2.185735, 2.235201, 2.372123, 2.948219",\
|
|
"2.278980, 2.296507, 2.345973, 2.482896, 3.058991",\
|
|
"2.642438, 2.659965, 2.709431, 2.846354, 3.422449",\
|
|
"3.910132, 3.927659, 3.977125, 4.114048, 4.690144");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "1.771248, 1.794555, 1.870744, 2.149720, 3.500401",\
|
|
"1.821428, 1.844735, 1.920923, 2.199900, 3.550581",\
|
|
"1.934005, 1.957312, 2.033501, 2.312477, 3.663158",\
|
|
"2.286930, 2.310236, 2.386425, 2.665401, 4.016083",\
|
|
"3.556002, 3.579309, 3.655497, 3.934473, 5.285154");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "0.052250, 0.075095, 0.165947, 0.545915, 2.413865",\
|
|
"0.052250, 0.075095, 0.165947, 0.545915, 2.413865",\
|
|
"0.052250, 0.075095, 0.165947, 0.545915, 2.413863",\
|
|
"0.052250, 0.075094, 0.165947, 0.545915, 2.413863",\
|
|
"0.052248, 0.075093, 0.165946, 0.545915, 2.413863");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "2.110404, 2.127931, 2.177397, 2.314320, 2.890415",\
|
|
"2.168207, 2.185735, 2.235201, 2.372123, 2.948219",\
|
|
"2.278980, 2.296507, 2.345973, 2.482896, 3.058991",\
|
|
"2.642438, 2.659965, 2.709431, 2.846354, 3.422449",\
|
|
"3.910132, 3.927659, 3.977125, 4.114048, 4.690144");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004112, 0.014384, 0.053612, 0.213612, 1.000000");
|
|
values ( "0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332",\
|
|
"0.047172, 0.058851, 0.101667, 0.257052, 1.045332");
|
|
}
|
|
|
|
} /* 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.006675 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_bypass;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "6.729153, 6.751158, 6.827497, 7.108081, 8.461134",\
|
|
"6.729153, 6.751158, 6.827497, 7.108081, 8.461134",\
|
|
"6.729153, 6.751158, 6.827497, 7.108081, 8.461134",\
|
|
"6.729153, 6.751158, 6.827497, 7.108081, 8.461134",\
|
|
"6.729153, 6.751158, 6.827497, 7.108081, 8.461134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "0.060160, 0.082742, 0.174700, 0.556809, 2.430273",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430273",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430273",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430273",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "5.859273, 5.874932, 5.923553, 6.061965, 6.634888",\
|
|
"5.859273, 5.874932, 5.923553, 6.061965, 6.634888",\
|
|
"5.859273, 5.874932, 5.923553, 6.061965, 6.634888",\
|
|
"5.859273, 5.874932, 5.923553, 6.061965, 6.634888",\
|
|
"5.859273, 5.874932, 5.923553, 6.061965, 6.634888");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "0.050849, 0.061942, 0.105435, 0.263891, 1.058064",\
|
|
"0.050849, 0.061942, 0.105435, 0.263891, 1.058064",\
|
|
"0.050849, 0.061942, 0.105435, 0.263891, 1.058064",\
|
|
"0.050849, 0.061942, 0.105435, 0.263891, 1.058064",\
|
|
"0.050849, 0.061942, 0.105435, 0.263891, 1.058064");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_bypass_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "6.729153, 6.751158, 6.827500, 7.108081, 8.461132",\
|
|
"6.729153, 6.751158, 6.827500, 7.108081, 8.461132",\
|
|
"6.729153, 6.751158, 6.827500, 7.108081, 8.461132",\
|
|
"6.729153, 6.751158, 6.827500, 7.108081, 8.461132",\
|
|
"6.729153, 6.751158, 6.827500, 7.108081, 8.461132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "0.060160, 0.082742, 0.174700, 0.556809, 2.430269",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430269",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430269",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430269",\
|
|
"0.060160, 0.082742, 0.174700, 0.556809, 2.430269");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "5.859273, 5.874932, 5.923557, 6.061965, 6.634886",\
|
|
"5.859273, 5.874932, 5.923557, 6.061965, 6.634886",\
|
|
"5.859273, 5.874932, 5.923557, 6.061965, 6.634886",\
|
|
"5.859273, 5.874932, 5.923557, 6.061965, 6.634886",\
|
|
"5.859273, 5.874932, 5.923557, 6.061965, 6.634886");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.007175, 0.017447, 0.056675, 0.216675, 1.000000");
|
|
values ( "0.050849, 0.061942, 0.105436, 0.263891, 1.058060",\
|
|
"0.050849, 0.061942, 0.105436, 0.263891, 1.058060",\
|
|
"0.050849, 0.061942, 0.105436, 0.263891, 1.058060",\
|
|
"0.050849, 0.061942, 0.105436, 0.263891, 1.058060",\
|
|
"0.050849, 0.061942, 0.105436, 0.263891, 1.058060");
|
|
}
|
|
|
|
} /* 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.003209 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_dco_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_dco_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360",\
|
|
"6.909580, 6.934057, 7.010888, 7.289615, 8.636360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409",\
|
|
"0.056634, 0.079041, 0.164005, 0.541140, 2.397409");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718",\
|
|
"6.119767, 6.137589, 6.187006, 6.323303, 6.907718");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003709, 0.013981, 0.053209, 0.213209, 1.000000");
|
|
values ( "0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627",\
|
|
"0.048117, 0.059957, 0.098739, 0.253899, 1.038627");
|
|
}
|
|
|
|
} /* 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.004252 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280",\
|
|
"6.218769, 6.242398, 6.318661, 6.597722, 7.944280");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417",\
|
|
"0.057498, 0.079988, 0.165547, 0.544849, 2.402417");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199",\
|
|
"6.319911, 6.337068, 6.386001, 6.522693, 7.096199");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004752, 0.015024, 0.054252, 0.214252, 1.000000");
|
|
values ( "0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242",\
|
|
"0.049101, 0.060682, 0.099433, 0.255900, 1.036242");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003930 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : porb;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005354 ;
|
|
|
|
/* 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.002776 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : reset;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_reset_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207",\
|
|
"6.208666, 6.232070, 6.307241, 6.585336, 7.930207");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300",\
|
|
"0.048632, 0.071813, 0.159461, 0.541177, 2.392300");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399",\
|
|
"7.134126, 7.152144, 7.201308, 7.337066, 7.920399");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003276, 0.013548, 0.052776, 0.212776, 1.000000");
|
|
values ( "0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439",\
|
|
"0.046055, 0.058126, 0.097472, 0.252760, 1.038439");
|
|
}
|
|
|
|
} /* 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.001936 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_rx;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.710299, 1.734045, 1.809154, 2.086115, 3.427516",\
|
|
"1.762037, 1.785783, 1.860892, 2.137853, 3.479253",\
|
|
"1.873785, 1.897531, 1.972640, 2.249600, 3.591001",\
|
|
"2.196487, 2.220233, 2.295342, 2.572303, 3.913704",\
|
|
"3.308566, 3.332311, 3.407420, 3.684381, 5.025782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.046985, 0.070161, 0.157778, 0.536598, 2.382571",\
|
|
"0.046985, 0.070161, 0.157778, 0.536598, 2.382573",\
|
|
"0.046985, 0.070161, 0.157778, 0.536598, 2.382573",\
|
|
"0.046985, 0.070161, 0.157778, 0.536598, 2.382573",\
|
|
"0.046985, 0.070161, 0.157779, 0.536598, 2.382579");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.537362, 1.555909, 1.605267, 1.739833, 2.318146",\
|
|
"1.585951, 1.604498, 1.653856, 1.788423, 2.366736",\
|
|
"1.698138, 1.716685, 1.766043, 1.900610, 2.478923",\
|
|
"2.052052, 2.070599, 2.119957, 2.254524, 2.832836",\
|
|
"3.384245, 3.402792, 3.452150, 3.586717, 4.165032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.044818, 0.057414, 0.096785, 0.249406, 1.028819",\
|
|
"0.044818, 0.057414, 0.096785, 0.249406, 1.028819",\
|
|
"0.044818, 0.057414, 0.096785, 0.249406, 1.028819",\
|
|
"0.044818, 0.057414, 0.096785, 0.249406, 1.028819",\
|
|
"0.044819, 0.057414, 0.096786, 0.249406, 1.028819");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.710299, 1.734045, 1.809154, 2.086115, 3.427516",\
|
|
"1.762037, 1.785783, 1.860892, 2.137853, 3.479253",\
|
|
"1.873785, 1.897531, 1.972640, 2.249600, 3.591001",\
|
|
"2.196487, 2.220233, 2.295342, 2.572303, 3.913704",\
|
|
"3.308566, 3.332311, 3.407420, 3.684381, 5.025782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.046985, 0.070161, 0.157778, 0.536597, 2.382571",\
|
|
"0.046985, 0.070161, 0.157778, 0.536597, 2.382571",\
|
|
"0.046985, 0.070161, 0.157778, 0.536597, 2.382571",\
|
|
"0.046985, 0.070161, 0.157778, 0.536597, 2.382572",\
|
|
"0.046985, 0.070161, 0.157779, 0.536597, 2.382579");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.537362, 1.555909, 1.605267, 1.739833, 2.318146",\
|
|
"1.585951, 1.604498, 1.653856, 1.788423, 2.366736",\
|
|
"1.698138, 1.716685, 1.766043, 1.900610, 2.478923",\
|
|
"2.052052, 2.070599, 2.119957, 2.254524, 2.832836",\
|
|
"3.384245, 3.402792, 3.452150, 3.586717, 4.165032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.044818, 0.057414, 0.096785, 0.249406, 1.028814",\
|
|
"0.044818, 0.057414, 0.096785, 0.249406, 1.028814",\
|
|
"0.044818, 0.057414, 0.096785, 0.249406, 1.028814",\
|
|
"0.044818, 0.057414, 0.096785, 0.249406, 1.028814",\
|
|
"0.044819, 0.057414, 0.096786, 0.249406, 1.028814");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.119179, 1.142925, 1.218036, 1.495000, 2.836398",\
|
|
"1.170059, 1.193806, 1.268917, 1.545881, 2.887279",\
|
|
"1.274477, 1.298223, 1.373335, 1.650298, 2.991696",\
|
|
"1.518523, 1.542269, 1.617380, 1.894344, 3.235742",\
|
|
"2.306901, 2.330647, 2.405759, 2.682722, 4.024120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382455");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.176213, 1.194758, 1.244116, 1.378686, 1.957036",\
|
|
"1.224415, 1.242960, 1.292318, 1.426889, 2.005239",\
|
|
"1.336675, 1.355220, 1.404578, 1.539148, 2.117499",\
|
|
"1.623486, 1.642031, 1.691389, 1.825959, 2.404309",\
|
|
"2.483448, 2.501993, 2.551351, 2.685921, 3.264271");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.044828, 0.057410, 0.096791, 0.249407, 1.028739",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028739",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028739",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028739",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028740");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.119179, 1.142925, 1.218036, 1.495000, 2.836398",\
|
|
"1.170059, 1.193806, 1.268917, 1.545881, 2.887279",\
|
|
"1.274477, 1.298223, 1.373335, 1.650298, 2.991696",\
|
|
"1.518523, 1.542269, 1.617380, 1.894344, 3.235742",\
|
|
"2.306901, 2.330647, 2.405759, 2.682722, 4.024120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382452",\
|
|
"0.046971, 0.070151, 0.157775, 0.536604, 2.382455");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "1.176213, 1.194758, 1.244116, 1.378686, 1.957036",\
|
|
"1.224415, 1.242960, 1.292318, 1.426889, 2.005239",\
|
|
"1.336675, 1.355220, 1.404578, 1.539148, 2.117499",\
|
|
"1.623486, 1.642031, 1.691389, 1.825959, 2.404309",\
|
|
"2.483448, 2.501993, 2.551351, 2.685921, 3.264271");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002436, 0.012708, 0.051936, 0.211936, 1.000000");
|
|
values ( "0.044828, 0.057410, 0.096791, 0.249407, 1.028738",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028738",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028739",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028739",\
|
|
"0.044828, 0.057410, 0.096791, 0.249407, 1.028740");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002857 ;
|
|
|
|
/* 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.001236 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_clock;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "7.682207, 7.706489, 7.781776, 8.059029, 9.403195",\
|
|
"7.727762, 7.752044, 7.827332, 8.104584, 9.448750",\
|
|
"7.838112, 7.862394, 7.937682, 8.214933, 9.559100",\
|
|
"8.165177, 8.189461, 8.264747, 8.542000, 9.886167",\
|
|
"9.317252, 9.341536, 9.416821, 9.694075, 11.038241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "7.918494, 7.937685, 7.987412, 8.122359, 8.703297",\
|
|
"7.964049, 7.983241, 8.032967, 8.167914, 8.748852",\
|
|
"8.074398, 8.093592, 8.143316, 8.278265, 8.859201",\
|
|
"8.401464, 8.420657, 8.470382, 8.605330, 9.186267",\
|
|
"9.553538, 9.572732, 9.622457, 9.757405, 10.338342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "7.162446, 7.186730, 7.262023, 7.539281, 8.883442",\
|
|
"7.208001, 7.232285, 7.307578, 7.584836, 8.928997",\
|
|
"7.318351, 7.342636, 7.417928, 7.695187, 9.039348",\
|
|
"7.645417, 7.669702, 7.744994, 8.022252, 9.366413",\
|
|
"8.797492, 8.821777, 8.897069, 9.174328, 10.518489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "7.441772, 7.460967, 7.510694, 7.645637, 8.226525",\
|
|
"7.487327, 7.506522, 7.556249, 7.691192, 8.272080",\
|
|
"7.597677, 7.616872, 7.666599, 7.801542, 8.382430",\
|
|
"7.924743, 7.943938, 7.993665, 8.128608, 8.709496",\
|
|
"9.076817, 9.096013, 9.145740, 9.280683, 9.861571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "3.784365, 3.808648, 3.883935, 4.161189, 5.505354",\
|
|
"3.829845, 3.854128, 3.929415, 4.206668, 5.550834",\
|
|
"3.939954, 3.964237, 4.039525, 4.316778, 5.660944",\
|
|
"4.267043, 4.291326, 4.366613, 4.643867, 5.988032",\
|
|
"5.406748, 5.431031, 5.506319, 5.783571, 7.127737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "4.223446, 4.242637, 4.292362, 4.427313, 5.008276",\
|
|
"4.268926, 4.288116, 4.337842, 4.472793, 5.053756",\
|
|
"4.379036, 4.398226, 4.447952, 4.582902, 5.163866",\
|
|
"4.706125, 4.725315, 4.775041, 4.909991, 5.490954",\
|
|
"5.845829, 5.865019, 5.914745, 6.049695, 6.630659");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "3.784365, 3.808648, 3.883935, 4.161189, 5.505354",\
|
|
"3.829845, 3.854128, 3.929415, 4.206668, 5.550834",\
|
|
"3.939954, 3.964237, 4.039525, 4.316778, 5.660944",\
|
|
"4.267043, 4.291326, 4.366613, 4.643867, 5.988032",\
|
|
"5.406748, 5.431031, 5.506319, 5.783571, 7.127737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913",\
|
|
"0.045396, 0.068685, 0.156126, 0.535660, 2.388913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "4.223446, 4.242637, 4.292362, 4.427313, 5.008276",\
|
|
"4.268926, 4.288116, 4.337842, 4.472793, 5.053756",\
|
|
"4.379036, 4.398226, 4.447952, 4.582902, 5.163866",\
|
|
"4.706125, 4.725315, 4.775041, 4.909991, 5.490954",\
|
|
"5.845829, 5.865019, 5.914745, 6.049695, 6.630659");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781",\
|
|
"0.043946, 0.056623, 0.096170, 0.249552, 1.030781");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "7.143931, 7.168213, 7.243501, 7.520753, 8.864920",\
|
|
"7.143931, 7.168213, 7.243501, 7.520753, 8.864920",\
|
|
"7.143931, 7.168213, 7.243501, 7.520753, 8.864920",\
|
|
"7.143931, 7.168213, 7.243501, 7.520753, 8.864920",\
|
|
"7.143931, 7.168213, 7.243501, 7.520753, 8.864920");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951",\
|
|
"0.045400, 0.068688, 0.156126, 0.535658, 2.388951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "7.380218, 7.399410, 7.449136, 7.584084, 8.165021",\
|
|
"7.380218, 7.399410, 7.449136, 7.584084, 8.165021",\
|
|
"7.380218, 7.399410, 7.449136, 7.584084, 8.165021",\
|
|
"7.380218, 7.399410, 7.449136, 7.584084, 8.165021",\
|
|
"7.380218, 7.399410, 7.449136, 7.584084, 8.165021");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840",\
|
|
"0.043940, 0.056627, 0.096166, 0.249552, 1.030840");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "6.624170, 6.648455, 6.723747, 7.001006, 8.345166",\
|
|
"6.624170, 6.648455, 6.723747, 7.001006, 8.345166",\
|
|
"6.624170, 6.648455, 6.723747, 7.001006, 8.345166",\
|
|
"6.624170, 6.648455, 6.723747, 7.001006, 8.345166",\
|
|
"6.624170, 6.648455, 6.723747, 7.001006, 8.345166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677",\
|
|
"0.045372, 0.068665, 0.156120, 0.535673, 2.388677");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "6.903496, 6.922691, 6.972418, 7.107361, 7.688249",\
|
|
"6.903496, 6.922691, 6.972418, 7.107361, 7.688249",\
|
|
"6.903496, 6.922691, 6.972418, 7.107361, 7.688249",\
|
|
"6.903496, 6.922691, 6.972418, 7.107361, 7.688249",\
|
|
"6.903496, 6.922691, 6.972418, 7.107361, 7.688249");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001736, 0.012008, 0.051236, 0.211236, 1.000000");
|
|
values ( "0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947",\
|
|
"0.043929, 0.056633, 0.096158, 0.249550, 1.030947");
|
|
}
|
|
|
|
} /* 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.000706 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_1;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "3.865990, 3.890706, 3.966038, 4.242736, 5.585287",\
|
|
"3.911470, 3.936186, 4.011518, 4.288216, 5.630766",\
|
|
"4.021580, 4.046296, 4.121627, 4.398325, 5.740876",\
|
|
"4.348668, 4.373384, 4.448715, 4.725413, 6.067964",\
|
|
"5.488373, 5.513089, 5.588420, 5.865118, 7.207670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "4.467498, 4.487166, 4.537027, 4.671434, 5.250531",\
|
|
"4.512978, 4.532646, 4.582507, 4.716914, 5.296011",\
|
|
"4.623088, 4.642756, 4.692617, 4.827024, 5.406121",\
|
|
"4.950176, 4.969844, 5.019705, 5.154112, 5.733209",\
|
|
"6.089881, 6.109549, 6.159410, 6.293817, 6.872914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "3.865990, 3.890706, 3.966038, 4.242736, 5.585287",\
|
|
"3.911470, 3.936186, 4.011518, 4.288216, 5.630766",\
|
|
"4.021580, 4.046296, 4.121627, 4.398325, 5.740876",\
|
|
"4.348668, 4.373384, 4.448715, 4.725413, 6.067964",\
|
|
"5.488373, 5.513089, 5.588420, 5.865118, 7.207670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101",\
|
|
"0.044237, 0.067686, 0.155089, 0.533112, 2.383101");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "4.467498, 4.487166, 4.537027, 4.671434, 5.250531",\
|
|
"4.512978, 4.532646, 4.582507, 4.716914, 5.296011",\
|
|
"4.623088, 4.642756, 4.692617, 4.827024, 5.406121",\
|
|
"4.950176, 4.969844, 5.019705, 5.154112, 5.733209",\
|
|
"6.089881, 6.109549, 6.159410, 6.293817, 6.872914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083",\
|
|
"0.043217, 0.056076, 0.095831, 0.247766, 1.024083");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "7.235674, 7.260393, 7.335727, 7.612426, 8.954980",\
|
|
"7.235674, 7.260393, 7.335727, 7.612426, 8.954980",\
|
|
"7.235674, 7.260393, 7.335727, 7.612426, 8.954980",\
|
|
"7.235674, 7.260393, 7.335727, 7.612426, 8.954980",\
|
|
"7.235674, 7.260393, 7.335727, 7.612426, 8.954980");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.044248, 0.067695, 0.155095, 0.533111, 2.383100",\
|
|
"0.044248, 0.067695, 0.155095, 0.533111, 2.383100",\
|
|
"0.044248, 0.067695, 0.155095, 0.533111, 2.383100",\
|
|
"0.044248, 0.067695, 0.155095, 0.533111, 2.383100",\
|
|
"0.044248, 0.067695, 0.155095, 0.533111, 2.383100");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "7.559496, 7.579164, 7.629025, 7.763432, 8.342526",\
|
|
"7.559496, 7.579164, 7.629025, 7.763432, 8.342526",\
|
|
"7.559496, 7.579164, 7.629025, 7.763432, 8.342526",\
|
|
"7.559496, 7.579164, 7.629025, 7.763432, 8.342526",\
|
|
"7.559496, 7.579164, 7.629025, 7.763432, 8.342526");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.043216, 0.056077, 0.095831, 0.247766, 1.024088",\
|
|
"0.043216, 0.056077, 0.095831, 0.247766, 1.024088",\
|
|
"0.043216, 0.056077, 0.095831, 0.247766, 1.024088",\
|
|
"0.043216, 0.056077, 0.095831, 0.247766, 1.024088",\
|
|
"0.043216, 0.056077, 0.095831, 0.247766, 1.024088");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "6.270644, 6.295336, 6.370640, 6.647331, 7.989856",\
|
|
"6.270644, 6.295336, 6.370640, 6.647331, 7.989856",\
|
|
"6.270644, 6.295336, 6.370640, 6.647331, 7.989856",\
|
|
"6.270644, 6.295336, 6.370640, 6.647331, 7.989856",\
|
|
"6.270644, 6.295336, 6.370640, 6.647331, 7.989856");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.044142, 0.067599, 0.155039, 0.533125, 2.383108",\
|
|
"0.044142, 0.067599, 0.155039, 0.533125, 2.383108",\
|
|
"0.044142, 0.067599, 0.155039, 0.533125, 2.383108",\
|
|
"0.044142, 0.067599, 0.155039, 0.533125, 2.383108",\
|
|
"0.044142, 0.067599, 0.155039, 0.533125, 2.383108");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "6.830989, 6.850660, 6.900521, 7.034925, 7.613988",\
|
|
"6.830989, 6.850660, 6.900521, 7.034925, 7.613988",\
|
|
"6.830989, 6.850660, 6.900521, 7.034925, 7.613988",\
|
|
"6.830989, 6.850660, 6.900521, 7.034925, 7.613988",\
|
|
"6.830989, 6.850660, 6.900521, 7.034925, 7.613988");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.043210, 0.056081, 0.095826, 0.247765, 1.024156",\
|
|
"0.043210, 0.056081, 0.095826, 0.247765, 1.024156",\
|
|
"0.043210, 0.056081, 0.095826, 0.247765, 1.024156",\
|
|
"0.043210, 0.056081, 0.095826, 0.247765, 1.024156",\
|
|
"0.043210, 0.056081, 0.095826, 0.247765, 1.024156");
|
|
}
|
|
|
|
} /* 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.000874 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_2;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "4.424036, 4.448960, 4.524669, 4.801566, 6.144667",\
|
|
"4.469516, 4.494440, 4.570148, 4.847046, 6.190146",\
|
|
"4.579625, 4.604549, 4.680258, 4.957155, 6.300256",\
|
|
"4.906713, 4.931637, 5.007346, 5.284244, 6.627344",\
|
|
"6.046418, 6.071342, 6.147051, 6.423948, 7.767049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "4.709934, 4.729427, 4.779228, 4.913752, 5.493307",\
|
|
"4.755414, 4.774907, 4.824708, 4.959231, 5.538786",\
|
|
"4.865523, 4.885016, 4.934817, 5.069341, 5.648896",\
|
|
"5.192612, 5.212106, 5.261907, 5.396430, 5.975985",\
|
|
"6.332317, 6.351810, 6.401611, 6.536135, 7.115690");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "4.424036, 4.448960, 4.524669, 4.801566, 6.144667",\
|
|
"4.469516, 4.494440, 4.570148, 4.847046, 6.190146",\
|
|
"4.579625, 4.604549, 4.680258, 4.957155, 6.300256",\
|
|
"4.906713, 4.931637, 5.007346, 5.284244, 6.627344",\
|
|
"6.046418, 6.071342, 6.147051, 6.423948, 7.767049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089",\
|
|
"0.046055, 0.069327, 0.156197, 0.533268, 2.384089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "4.709934, 4.729427, 4.779228, 4.913752, 5.493307",\
|
|
"4.755414, 4.774907, 4.824708, 4.959231, 5.538786",\
|
|
"4.865523, 4.885016, 4.934817, 5.069341, 5.648896",\
|
|
"5.192612, 5.212106, 5.261907, 5.396430, 5.975985",\
|
|
"6.332317, 6.351810, 6.401611, 6.536135, 7.115690");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837",\
|
|
"0.043498, 0.056225, 0.095991, 0.248158, 1.024837");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "7.250174, 7.275094, 7.350798, 7.627694, 8.970791",\
|
|
"7.250174, 7.275094, 7.350798, 7.627694, 8.970791",\
|
|
"7.250174, 7.275094, 7.350798, 7.627694, 8.970791",\
|
|
"7.250174, 7.275094, 7.350798, 7.627694, 8.970791",\
|
|
"7.250174, 7.275094, 7.350798, 7.627694, 8.970791");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.046039, 0.069312, 0.156188, 0.533270, 2.384090",\
|
|
"0.046039, 0.069312, 0.156188, 0.533270, 2.384090",\
|
|
"0.046039, 0.069312, 0.156188, 0.533270, 2.384090",\
|
|
"0.046039, 0.069312, 0.156188, 0.533270, 2.384090",\
|
|
"0.046039, 0.069312, 0.156188, 0.533270, 2.384090");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "7.449677, 7.469169, 7.518970, 7.653494, 8.233057",\
|
|
"7.449677, 7.469169, 7.518970, 7.653494, 8.233057",\
|
|
"7.449677, 7.469169, 7.518970, 7.653494, 8.233057",\
|
|
"7.449677, 7.469169, 7.518970, 7.653494, 8.233057",\
|
|
"7.449677, 7.469169, 7.518970, 7.653494, 8.233057");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.043499, 0.056224, 0.095992, 0.248158, 1.024820",\
|
|
"0.043499, 0.056224, 0.095992, 0.248158, 1.024820",\
|
|
"0.043499, 0.056224, 0.095992, 0.248158, 1.024820",\
|
|
"0.043499, 0.056224, 0.095992, 0.248158, 1.024820",\
|
|
"0.043499, 0.056224, 0.095992, 0.248158, 1.024820");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "6.229794, 6.254688, 6.330363, 6.607251, 7.950320",\
|
|
"6.229794, 6.254688, 6.330363, 6.607251, 7.950320",\
|
|
"6.229794, 6.254688, 6.330363, 6.607251, 7.950320",\
|
|
"6.229794, 6.254688, 6.330363, 6.607251, 7.950320",\
|
|
"6.229794, 6.254688, 6.330363, 6.607251, 7.950320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.045937, 0.069219, 0.156134, 0.533284, 2.384099",\
|
|
"0.045937, 0.069219, 0.156134, 0.533284, 2.384099",\
|
|
"0.045937, 0.069219, 0.156134, 0.533284, 2.384099",\
|
|
"0.045937, 0.069219, 0.156134, 0.533284, 2.384099",\
|
|
"0.045937, 0.069219, 0.156134, 0.533284, 2.384099");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "6.606882, 6.626378, 6.676178, 6.810699, 7.390222",\
|
|
"6.606882, 6.626378, 6.676178, 6.810699, 7.390222",\
|
|
"6.606882, 6.626378, 6.676178, 6.810699, 7.390222",\
|
|
"6.606882, 6.626378, 6.676178, 6.810699, 7.390222",\
|
|
"6.606882, 6.626378, 6.676178, 6.810699, 7.390222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001374, 0.011647, 0.050874, 0.210874, 1.000000");
|
|
values ( "0.043491, 0.056229, 0.095986, 0.248157, 1.024909",\
|
|
"0.043491, 0.056229, 0.095986, 0.248157, 1.024909",\
|
|
"0.043491, 0.056229, 0.095986, 0.248157, 1.024909",\
|
|
"0.043491, 0.056229, 0.095986, 0.248157, 1.024909",\
|
|
"0.043491, 0.056229, 0.095986, 0.248157, 1.024909");
|
|
}
|
|
|
|
} /* 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.000775 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_load;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "3.953628, 3.978374, 4.053795, 4.330554, 5.673229",\
|
|
"3.999108, 4.023854, 4.099275, 4.376034, 5.718709",\
|
|
"4.109218, 4.133964, 4.209384, 4.486144, 5.828818",\
|
|
"4.436306, 4.461052, 4.536472, 4.813232, 6.155907",\
|
|
"5.576011, 5.600757, 5.676177, 5.952937, 7.295611");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "4.523945, 4.543530, 4.593363, 4.727823, 5.307188",\
|
|
"4.569425, 4.589010, 4.638843, 4.773303, 5.352668",\
|
|
"4.679535, 4.699120, 4.748952, 4.883412, 5.462778",\
|
|
"5.006623, 5.026208, 5.076041, 5.210501, 5.789866",\
|
|
"6.146328, 6.165913, 6.215745, 6.350205, 6.929571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "3.953628, 3.978374, 4.053795, 4.330554, 5.673229",\
|
|
"3.999108, 4.023854, 4.099275, 4.376034, 5.718709",\
|
|
"4.109218, 4.133964, 4.209384, 4.486144, 5.828818",\
|
|
"4.436306, 4.461052, 4.536472, 4.813232, 6.155907",\
|
|
"5.576011, 5.600757, 5.676177, 5.952937, 7.295611");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439",\
|
|
"0.044758, 0.068154, 0.155427, 0.533304, 2.383439");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "4.523945, 4.543530, 4.593363, 4.727823, 5.307188",\
|
|
"4.569425, 4.589010, 4.638843, 4.773303, 5.352668",\
|
|
"4.679535, 4.699120, 4.748952, 4.883412, 5.462778",\
|
|
"5.006623, 5.026208, 5.076041, 5.210501, 5.789866",\
|
|
"6.146328, 6.165913, 6.215745, 6.350205, 6.929571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051",\
|
|
"0.043356, 0.056123, 0.095917, 0.247911, 1.024051");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "7.252142, 7.276888, 7.352308, 7.629068, 8.971742",\
|
|
"7.252142, 7.276888, 7.352308, 7.629068, 8.971742",\
|
|
"7.252142, 7.276888, 7.352308, 7.629068, 8.971742",\
|
|
"7.252142, 7.276888, 7.352308, 7.629068, 8.971742",\
|
|
"7.252142, 7.276888, 7.352308, 7.629068, 8.971742");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.044757, 0.068154, 0.155426, 0.533304, 2.383439",\
|
|
"0.044757, 0.068154, 0.155426, 0.533304, 2.383439",\
|
|
"0.044757, 0.068154, 0.155426, 0.533304, 2.383439",\
|
|
"0.044757, 0.068154, 0.155426, 0.533304, 2.383439",\
|
|
"0.044757, 0.068154, 0.155426, 0.533304, 2.383439");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "7.567730, 7.587310, 7.637142, 7.771608, 8.351028",\
|
|
"7.567730, 7.587310, 7.637142, 7.771608, 8.351028",\
|
|
"7.567730, 7.587310, 7.637142, 7.771608, 8.351028",\
|
|
"7.567730, 7.587310, 7.637142, 7.771608, 8.351028",\
|
|
"7.567730, 7.587310, 7.637142, 7.771608, 8.351028");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.043367, 0.056116, 0.095926, 0.247913, 1.023928",\
|
|
"0.043367, 0.056116, 0.095926, 0.247913, 1.023928",\
|
|
"0.043367, 0.056116, 0.095926, 0.247913, 1.023928",\
|
|
"0.043367, 0.056116, 0.095926, 0.247913, 1.023928",\
|
|
"0.043367, 0.056116, 0.095926, 0.247913, 1.023928");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "6.523511, 6.548239, 6.623639, 6.900393, 8.243048",\
|
|
"6.523511, 6.548239, 6.623639, 6.900393, 8.243048",\
|
|
"6.523511, 6.548239, 6.623639, 6.900393, 8.243048",\
|
|
"6.523511, 6.548239, 6.623639, 6.900393, 8.243048",\
|
|
"6.523511, 6.548239, 6.623639, 6.900393, 8.243048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.044686, 0.068088, 0.155388, 0.533314, 2.383444",\
|
|
"0.044686, 0.068088, 0.155388, 0.533314, 2.383444",\
|
|
"0.044686, 0.068088, 0.155388, 0.533314, 2.383444",\
|
|
"0.044686, 0.068088, 0.155388, 0.533314, 2.383444",\
|
|
"0.044686, 0.068088, 0.155388, 0.533314, 2.383444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "7.077971, 7.097555, 7.147388, 7.281848, 7.861222",\
|
|
"7.077971, 7.097555, 7.147388, 7.281848, 7.861222",\
|
|
"7.077971, 7.097555, 7.147388, 7.281848, 7.861222",\
|
|
"7.077971, 7.097555, 7.147388, 7.281848, 7.861222",\
|
|
"7.077971, 7.097555, 7.147388, 7.281848, 7.861222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001275, 0.011548, 0.050775, 0.210775, 1.000000");
|
|
values ( "0.043357, 0.056122, 0.095919, 0.247912, 1.024032",\
|
|
"0.043357, 0.056122, 0.095919, 0.247912, 1.024032",\
|
|
"0.043357, 0.056122, 0.095919, 0.247912, 1.024032",\
|
|
"0.043357, 0.056122, 0.095919, 0.247912, 1.024032",\
|
|
"0.043357, 0.056122, 0.095919, 0.247912, 1.024032");
|
|
}
|
|
|
|
} /* 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.000679 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_resetn;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "3.760761, 3.785670, 3.861203, 4.137956, 5.480738",\
|
|
"3.806241, 3.831150, 3.906683, 4.183436, 5.526218",\
|
|
"3.916350, 3.941260, 4.016792, 4.293546, 5.636328",\
|
|
"4.243439, 4.268348, 4.343881, 4.620635, 5.963417",\
|
|
"5.383144, 5.408053, 5.483586, 5.760339, 7.103121");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "4.345450, 4.365118, 4.414988, 4.549422, 5.128809",\
|
|
"4.390930, 4.410598, 4.460467, 4.594903, 5.174289",\
|
|
"4.501040, 4.520708, 4.570577, 4.705012, 5.284399",\
|
|
"4.828128, 4.847796, 4.897666, 5.032101, 5.611487",\
|
|
"5.967833, 5.987501, 6.037370, 6.171805, 6.751192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "3.760761, 3.785670, 3.861203, 4.137956, 5.480738",\
|
|
"3.806241, 3.831150, 3.906683, 4.183436, 5.526218",\
|
|
"3.916350, 3.941260, 4.016792, 4.293546, 5.636328",\
|
|
"4.243439, 4.268348, 4.343881, 4.620635, 5.963417",\
|
|
"5.383144, 5.408053, 5.483586, 5.760339, 7.103121");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052",\
|
|
"0.044859, 0.068255, 0.155392, 0.532957, 2.383052");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "4.345450, 4.365118, 4.414988, 4.549422, 5.128809",\
|
|
"4.390930, 4.410598, 4.460467, 4.594903, 5.174289",\
|
|
"4.501040, 4.520708, 4.570577, 4.705012, 5.284399",\
|
|
"4.828128, 4.847796, 4.897666, 5.032101, 5.611487",\
|
|
"5.967833, 5.987501, 6.037370, 6.171805, 6.751192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487",\
|
|
"0.043229, 0.056014, 0.095851, 0.247748, 1.023487");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "7.272628, 7.297539, 7.373074, 7.649827, 8.992610",\
|
|
"7.272628, 7.297539, 7.373074, 7.649827, 8.992610",\
|
|
"7.272628, 7.297539, 7.373074, 7.649827, 8.992610",\
|
|
"7.272628, 7.297539, 7.373074, 7.649827, 8.992610",\
|
|
"7.272628, 7.297539, 7.373074, 7.649827, 8.992610");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.044865, 0.068261, 0.155396, 0.532956, 2.383051",\
|
|
"0.044865, 0.068261, 0.155396, 0.532956, 2.383051",\
|
|
"0.044865, 0.068261, 0.155396, 0.532956, 2.383051",\
|
|
"0.044865, 0.068261, 0.155396, 0.532956, 2.383051",\
|
|
"0.044865, 0.068261, 0.155396, 0.532956, 2.383051");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "7.580540, 7.600204, 7.650072, 7.784512, 8.363948",\
|
|
"7.580540, 7.600204, 7.650072, 7.784512, 8.363948",\
|
|
"7.580540, 7.600204, 7.650072, 7.784512, 8.363948",\
|
|
"7.580540, 7.600204, 7.650072, 7.784512, 8.363948",\
|
|
"7.580540, 7.600204, 7.650072, 7.784512, 8.363948");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.043239, 0.056008, 0.095859, 0.247749, 1.023378",\
|
|
"0.043239, 0.056008, 0.095859, 0.247749, 1.023378",\
|
|
"0.043239, 0.056008, 0.095859, 0.247749, 1.023378",\
|
|
"0.043239, 0.056008, 0.095859, 0.247749, 1.023378",\
|
|
"0.043239, 0.056008, 0.095859, 0.247749, 1.023378");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "6.571133, 6.596025, 6.671538, 6.948286, 8.291049",\
|
|
"6.571133, 6.596025, 6.671538, 6.948286, 8.291049",\
|
|
"6.571133, 6.596025, 6.671538, 6.948286, 8.291049",\
|
|
"6.571133, 6.596025, 6.671538, 6.948286, 8.291049",\
|
|
"6.571133, 6.596025, 6.671538, 6.948286, 8.291049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.044790, 0.068192, 0.155356, 0.532967, 2.383057",\
|
|
"0.044790, 0.068192, 0.155356, 0.532967, 2.383057",\
|
|
"0.044790, 0.068192, 0.155356, 0.532967, 2.383057",\
|
|
"0.044790, 0.068192, 0.155356, 0.532967, 2.383057",\
|
|
"0.044790, 0.068192, 0.155356, 0.532967, 2.383057");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "7.059164, 7.078832, 7.128701, 7.263136, 7.842525",\
|
|
"7.059164, 7.078832, 7.128701, 7.263136, 7.842525",\
|
|
"7.059164, 7.078832, 7.128701, 7.263136, 7.842525",\
|
|
"7.059164, 7.078832, 7.128701, 7.263136, 7.842525",\
|
|
"7.059164, 7.078832, 7.128701, 7.263136, 7.842525");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001179, 0.011451, 0.050679, 0.210679, 1.000000");
|
|
values ( "0.043230, 0.056014, 0.095851, 0.247748, 1.023482",\
|
|
"0.043230, 0.056014, 0.095851, 0.247748, 1.023482",\
|
|
"0.043230, 0.056014, 0.095851, 0.247748, 1.023482",\
|
|
"0.043230, 0.056014, 0.095851, 0.247748, 1.023482",\
|
|
"0.043230, 0.056014, 0.095851, 0.247748, 1.023482");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg_min*/
|
|
|
|
} /* end of pin serial_resetn */
|
|
|
|
pin("spi_csb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002584 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_csb;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005478 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_enabled;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002509 ;
|
|
|
|
/* 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.001560 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdi;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.566253, 1.590268, 1.665465, 1.942428, 3.284470",\
|
|
"1.617370, 1.641385, 1.716582, 1.993545, 3.335586",\
|
|
"1.731534, 1.755549, 1.830746, 2.107709, 3.449750",\
|
|
"2.061754, 2.085769, 2.160966, 2.437929, 3.779970",\
|
|
"3.271723, 3.295738, 3.370935, 3.647898, 4.989939");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.046019, 0.069280, 0.156895, 0.535742, 2.382081",\
|
|
"0.046019, 0.069280, 0.156895, 0.535742, 2.382082",\
|
|
"0.046020, 0.069280, 0.156895, 0.535742, 2.382083",\
|
|
"0.046020, 0.069280, 0.156895, 0.535742, 2.382083",\
|
|
"0.046021, 0.069281, 0.156896, 0.535741, 2.382097");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.531816, 1.550706, 1.600234, 1.734786, 2.313347",\
|
|
"1.583517, 1.602407, 1.651935, 1.786487, 2.365048",\
|
|
"1.698089, 1.716979, 1.766507, 1.901059, 2.479620",\
|
|
"2.054436, 2.073326, 2.122854, 2.257406, 2.835966",\
|
|
"3.428131, 3.447021, 3.496548, 3.631101, 4.209665");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.044278, 0.057041, 0.096432, 0.249051, 1.028973",\
|
|
"0.044278, 0.057041, 0.096432, 0.249051, 1.028973",\
|
|
"0.044278, 0.057041, 0.096432, 0.249051, 1.028973",\
|
|
"0.044278, 0.057041, 0.096432, 0.249051, 1.028973",\
|
|
"0.044279, 0.057041, 0.096433, 0.249051, 1.028973");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.566253, 1.590268, 1.665465, 1.942428, 3.284470",\
|
|
"1.617370, 1.641385, 1.716582, 1.993545, 3.335586",\
|
|
"1.731534, 1.755549, 1.830746, 2.107709, 3.449750",\
|
|
"2.061754, 2.085769, 2.160966, 2.437929, 3.779970",\
|
|
"3.271723, 3.295738, 3.370935, 3.647898, 4.989939");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.046019, 0.069280, 0.156895, 0.535742, 2.382081",\
|
|
"0.046019, 0.069280, 0.156895, 0.535742, 2.382082",\
|
|
"0.046020, 0.069280, 0.156895, 0.535742, 2.382083",\
|
|
"0.046020, 0.069280, 0.156895, 0.535742, 2.382083",\
|
|
"0.046021, 0.069281, 0.156896, 0.535741, 2.382097");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.526852, 1.545742, 1.595270, 1.729822, 2.308382",\
|
|
"1.578560, 1.597449, 1.646977, 1.781529, 2.360090",\
|
|
"1.693128, 1.712017, 1.761545, 1.896097, 2.474658",\
|
|
"2.049474, 2.068364, 2.117892, 2.252444, 2.831004",\
|
|
"3.428131, 3.447021, 3.496548, 3.631101, 4.209665");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.044278, 0.057041, 0.096432, 0.249051, 1.028965",\
|
|
"0.044278, 0.057041, 0.096432, 0.249051, 1.028965",\
|
|
"0.044278, 0.057041, 0.096432, 0.249051, 1.028965",\
|
|
"0.044278, 0.057041, 0.096432, 0.249051, 1.028965",\
|
|
"0.044279, 0.057041, 0.096433, 0.249051, 1.028965");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.287414, 1.311429, 1.386628, 1.663593, 3.005632",\
|
|
"1.337027, 1.361042, 1.436241, 1.713206, 3.055245",\
|
|
"1.449036, 1.473052, 1.548251, 1.825215, 3.167255",\
|
|
"1.792972, 1.816987, 1.892186, 2.169151, 3.511190",\
|
|
"3.059599, 3.083614, 3.158813, 3.435777, 4.777817");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.046010, 0.069273, 0.156893, 0.535746, 2.381997",\
|
|
"0.046010, 0.069273, 0.156893, 0.535746, 2.381997",\
|
|
"0.046010, 0.069273, 0.156893, 0.535746, 2.381997",\
|
|
"0.046010, 0.069273, 0.156893, 0.535747, 2.381998",\
|
|
"0.046012, 0.069274, 0.156894, 0.535747, 2.382015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.380440, 1.399327, 1.448854, 1.583411, 2.162007",\
|
|
"1.429650, 1.448538, 1.498065, 1.632621, 2.211218",\
|
|
"1.542090, 1.560978, 1.610505, 1.745061, 2.323658",\
|
|
"1.893934, 1.912822, 1.962350, 2.096905, 2.675502",\
|
|
"3.157268, 3.176155, 3.225683, 3.360239, 3.938834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028898");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.287414, 1.311429, 1.386628, 1.663593, 3.005632",\
|
|
"1.337027, 1.361042, 1.436241, 1.713206, 3.055245",\
|
|
"1.449036, 1.473052, 1.548251, 1.825215, 3.167255",\
|
|
"1.792972, 1.816987, 1.892186, 2.169151, 3.511190",\
|
|
"3.059599, 3.083614, 3.158813, 3.435777, 4.777817");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.046010, 0.069273, 0.156893, 0.535746, 2.381997",\
|
|
"0.046010, 0.069273, 0.156893, 0.535746, 2.381997",\
|
|
"0.046010, 0.069273, 0.156893, 0.535746, 2.381997",\
|
|
"0.046010, 0.069273, 0.156893, 0.535746, 2.381998",\
|
|
"0.046012, 0.069274, 0.156894, 0.535746, 2.382015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "1.380440, 1.399327, 1.448854, 1.583411, 2.162007",\
|
|
"1.429650, 1.448538, 1.498065, 1.632621, 2.211218",\
|
|
"1.542090, 1.560978, 1.610505, 1.745061, 2.323658",\
|
|
"1.893934, 1.912822, 1.962350, 2.096905, 2.675502",\
|
|
"3.157268, 3.176155, 3.225683, 3.360239, 3.938834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002060, 0.012332, 0.051560, 0.211560, 1.000000");
|
|
values ( "0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028895",\
|
|
"0.044287, 0.057037, 0.096438, 0.249052, 1.028898");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una_min*/
|
|
|
|
} /* end of pin spi_sdi */
|
|
|
|
pin("spi_sdo") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.001990 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdo;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.001990 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdoenb;
|
|
} /* end of pin spi_sdoenb */
|
|
|
|
pin("spimemio_flash_clk") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_clk;
|
|
} /* end of pin spimemio_flash_clk */
|
|
|
|
pin("spimemio_flash_csb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002264 ;
|
|
|
|
/* 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.001764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "1.512467, 1.537382, 1.613876, 1.891186, 3.234267",\
|
|
"1.562041, 1.586956, 1.663449, 1.940759, 3.283841",\
|
|
"1.667099, 1.692014, 1.768507, 2.045817, 3.388899",\
|
|
"1.911750, 1.936666, 2.013158, 2.290468, 3.633550",\
|
|
"2.700063, 2.724978, 2.801470, 3.078780, 4.421861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "0.051717, 0.074400, 0.160031, 0.535148, 2.383841",\
|
|
"0.051717, 0.074400, 0.160031, 0.535148, 2.383841",\
|
|
"0.051717, 0.074400, 0.160031, 0.535148, 2.383841",\
|
|
"0.051717, 0.074400, 0.160030, 0.535148, 2.383841",\
|
|
"0.051714, 0.074397, 0.160029, 0.535149, 2.383842");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "1.238332, 1.256957, 1.306380, 1.441048, 2.020489",\
|
|
"1.286592, 1.305217, 1.354640, 1.489308, 2.068749",\
|
|
"1.398440, 1.417065, 1.466488, 1.601156, 2.180598",\
|
|
"1.685210, 1.703835, 1.753258, 1.887926, 2.467367",\
|
|
"2.536806, 2.555431, 2.604854, 2.739522, 3.318964");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "0.044849, 0.057116, 0.096791, 0.249270, 1.025934",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025934",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025934",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025933",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025932");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "1.512467, 1.537382, 1.613876, 1.891186, 3.234267",\
|
|
"1.562041, 1.586956, 1.663449, 1.940759, 3.283841",\
|
|
"1.667099, 1.692014, 1.768507, 2.045817, 3.388899",\
|
|
"1.911750, 1.936666, 2.013158, 2.290468, 3.633550",\
|
|
"2.700063, 2.724978, 2.801470, 3.078780, 4.421861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "0.051717, 0.074400, 0.160031, 0.535148, 2.383841",\
|
|
"0.051717, 0.074400, 0.160031, 0.535148, 2.383841",\
|
|
"0.051717, 0.074400, 0.160031, 0.535148, 2.383841",\
|
|
"0.051717, 0.074400, 0.160030, 0.535148, 2.383841",\
|
|
"0.051714, 0.074397, 0.160029, 0.535149, 2.383842");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "1.238332, 1.256957, 1.306380, 1.441048, 2.020489",\
|
|
"1.286592, 1.305217, 1.354640, 1.489308, 2.068749",\
|
|
"1.398440, 1.417065, 1.466488, 1.601156, 2.180598",\
|
|
"1.685210, 1.703835, 1.753258, 1.887926, 2.467367",\
|
|
"2.536806, 2.555431, 2.604854, 2.739522, 3.318964");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002264, 0.012536, 0.051764, 0.211764, 1.000000");
|
|
values ( "0.044849, 0.057116, 0.096791, 0.249270, 1.025934",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025934",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025934",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025933",\
|
|
"0.044849, 0.057116, 0.096791, 0.249270, 1.025932");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io0_di */
|
|
|
|
pin("spimemio_flash_io0_do") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002253 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_do;
|
|
} /* end of pin spimemio_flash_io0_do */
|
|
|
|
pin("spimemio_flash_io0_oeb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002653 ;
|
|
|
|
/* 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.001846 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "1.762974, 1.787733, 1.864096, 2.141406, 3.484384",\
|
|
"1.814344, 1.839103, 1.915466, 2.192776, 3.535755",\
|
|
"1.926487, 1.951246, 2.027609, 2.304920, 3.647898",\
|
|
"2.200754, 2.225513, 2.301876, 2.579186, 3.922164",\
|
|
"3.135520, 3.160279, 3.236642, 3.513952, 4.856931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051498, 0.074199, 0.159992, 0.535471, 2.384236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "1.610016, 1.628576, 1.677970, 1.812661, 2.392082",\
|
|
"1.655413, 1.673973, 1.723367, 1.858058, 2.437479",\
|
|
"1.768720, 1.787281, 1.836674, 1.971365, 2.550786",\
|
|
"2.135532, 2.154093, 2.203486, 2.338177, 2.917598",\
|
|
"3.547306, 3.565866, 3.615260, 3.749951, 4.329372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026522");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "1.762974, 1.787733, 1.864096, 2.141406, 3.484384",\
|
|
"1.814344, 1.839103, 1.915466, 2.192776, 3.535755",\
|
|
"1.926487, 1.951246, 2.027609, 2.304920, 3.647898",\
|
|
"2.200754, 2.225513, 2.301876, 2.579186, 3.922164",\
|
|
"3.135520, 3.160279, 3.236642, 3.513952, 4.856931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051497, 0.074199, 0.159991, 0.535471, 2.384236",\
|
|
"0.051498, 0.074199, 0.159992, 0.535471, 2.384236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "1.610016, 1.628576, 1.677970, 1.812661, 2.392082",\
|
|
"1.655413, 1.673973, 1.723367, 1.858058, 2.437479",\
|
|
"1.768720, 1.787281, 1.836674, 1.971365, 2.550786",\
|
|
"2.135532, 2.154093, 2.203486, 2.338177, 2.917598",\
|
|
"3.547306, 3.565866, 3.615260, 3.749951, 4.329372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002346, 0.012618, 0.051846, 0.211846, 1.000000");
|
|
values ( "0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026523",\
|
|
"0.044938, 0.057210, 0.096843, 0.249421, 1.026522");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io1_di */
|
|
|
|
pin("spimemio_flash_io1_do") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002540 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_do;
|
|
} /* end of pin spimemio_flash_io1_do */
|
|
|
|
pin("spimemio_flash_io1_oeb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002626 ;
|
|
|
|
/* 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.001650 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "1.439038, 1.462978, 1.538150, 1.815107, 3.156999",\
|
|
"1.488919, 1.512859, 1.588031, 1.864989, 3.206880",\
|
|
"1.601256, 1.625196, 1.700368, 1.977325, 3.319217",\
|
|
"1.943733, 1.967673, 2.042845, 2.319802, 3.661694",\
|
|
"3.209659, 3.233599, 3.308770, 3.585728, 4.927619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "0.046279, 0.069508, 0.157112, 0.535937, 2.382405",\
|
|
"0.046279, 0.069508, 0.157112, 0.535937, 2.382405",\
|
|
"0.046279, 0.069508, 0.157112, 0.535937, 2.382405",\
|
|
"0.046279, 0.069508, 0.157112, 0.535937, 2.382406",\
|
|
"0.046280, 0.069509, 0.157113, 0.535937, 2.382415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "1.327526, 1.346333, 1.395822, 1.530360, 2.108693",\
|
|
"1.376637, 1.395444, 1.444933, 1.579471, 2.157804",\
|
|
"1.489774, 1.508581, 1.558070, 1.692608, 2.270941",\
|
|
"1.841195, 1.860002, 1.909491, 2.044029, 2.622363",\
|
|
"3.102387, 3.121194, 3.170683, 3.305222, 3.883564");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044372, 0.057150, 0.096491, 0.249134, 1.029281");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "1.439038, 1.462978, 1.538150, 1.815107, 3.156999",\
|
|
"1.488919, 1.512859, 1.588031, 1.864989, 3.206880",\
|
|
"1.601256, 1.625196, 1.700368, 1.977325, 3.319217",\
|
|
"1.943733, 1.967673, 2.042845, 2.319802, 3.661694",\
|
|
"3.209659, 3.233599, 3.308770, 3.585728, 4.927619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "0.046279, 0.069508, 0.157112, 0.535937, 2.382405",\
|
|
"0.046279, 0.069508, 0.157112, 0.535937, 2.382405",\
|
|
"0.046279, 0.069508, 0.157112, 0.535937, 2.382405",\
|
|
"0.046279, 0.069508, 0.157112, 0.535937, 2.382406",\
|
|
"0.046280, 0.069509, 0.157113, 0.535937, 2.382415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "1.327526, 1.346333, 1.395822, 1.530360, 2.108693",\
|
|
"1.376637, 1.395444, 1.444933, 1.579471, 2.157804",\
|
|
"1.489774, 1.508581, 1.558070, 1.692608, 2.270941",\
|
|
"1.841195, 1.860002, 1.909491, 2.044029, 2.622363",\
|
|
"3.102387, 3.121194, 3.170683, 3.305222, 3.883564");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002150, 0.012422, 0.051650, 0.211650, 1.000000");
|
|
values ( "0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044370, 0.057151, 0.096490, 0.249133, 1.029301",\
|
|
"0.044372, 0.057150, 0.096491, 0.249134, 1.029281");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io2_di */
|
|
|
|
pin("spimemio_flash_io2_do") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.001975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_do;
|
|
} /* end of pin spimemio_flash_io2_do */
|
|
|
|
pin("spimemio_flash_io2_oeb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002576 ;
|
|
|
|
/* 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.001369 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "1.908402, 1.934464, 2.011997, 2.289600, 3.634417",\
|
|
"1.959749, 1.985810, 2.063344, 2.340947, 3.685764",\
|
|
"2.071956, 2.098018, 2.175551, 2.453154, 3.797971",\
|
|
"2.345451, 2.371513, 2.449046, 2.726649, 4.071467",\
|
|
"3.281089, 3.307150, 3.384684, 3.662287, 5.007105");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "1.779815, 1.798921, 1.848997, 1.984052, 2.564462",\
|
|
"1.825263, 1.844370, 1.894446, 2.029501, 2.609910",\
|
|
"1.938560, 1.957666, 2.007742, 2.142797, 2.723207",\
|
|
"2.304870, 2.323976, 2.374052, 2.509107, 3.089517",\
|
|
"3.716768, 3.735874, 3.785951, 3.921007, 4.501417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045842, 0.058279, 0.097363, 0.249355, 1.025194");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "1.908402, 1.934464, 2.011997, 2.289600, 3.634417",\
|
|
"1.959749, 1.985810, 2.063344, 2.340947, 3.685764",\
|
|
"2.071956, 2.098018, 2.175551, 2.453154, 3.797971",\
|
|
"2.345451, 2.371513, 2.449046, 2.726649, 4.071467",\
|
|
"3.281089, 3.307150, 3.384684, 3.662287, 5.007105");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938",\
|
|
"0.054066, 0.076572, 0.160881, 0.533852, 2.383938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "1.779815, 1.798921, 1.848997, 1.984052, 2.564462",\
|
|
"1.825263, 1.844370, 1.894446, 2.029501, 2.609910",\
|
|
"1.938560, 1.957666, 2.007742, 2.142797, 2.723207",\
|
|
"2.304870, 2.323976, 2.374052, 2.509107, 3.089517",\
|
|
"3.716768, 3.735874, 3.785951, 3.921007, 4.501417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001869, 0.012141, 0.051369, 0.211369, 1.000000");
|
|
values ( "0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045839, 0.058276, 0.097361, 0.249354, 1.025194",\
|
|
"0.045842, 0.058279, 0.097363, 0.249355, 1.025194");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io3_di */
|
|
|
|
pin("spimemio_flash_io3_do") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002484 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_do;
|
|
} /* end of pin spimemio_flash_io3_do */
|
|
|
|
pin("spimemio_flash_io3_oeb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003185 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_oeb;
|
|
} /* end of pin spimemio_flash_io3_oeb */
|
|
|
|
pin("trap") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002826 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : trap;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.291740, 2.246260, 2.136150, 1.809062, 0.669613",\
|
|
"2.343572, 2.298092, 2.187982, 1.860894, 0.721445",\
|
|
"2.465274, 2.419795, 2.309685, 1.982597, 0.843147",\
|
|
"2.788174, 2.742694, 2.632585, 2.305497, 1.166047",\
|
|
"3.899493, 3.854013, 3.743904, 3.416816, 2.277366");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.486750, 7.441270, 7.331160, 7.004072, 5.864623",\
|
|
"7.535343, 7.489863, 7.379754, 7.052666, 5.913216",\
|
|
"7.647387, 7.601907, 7.491797, 7.164709, 6.025259",\
|
|
"8.011740, 7.966260, 7.856150, 7.529062, 6.389613",\
|
|
"9.340266, 9.294786, 9.184677, 8.857589, 7.718139");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.987661, -1.942181, -1.832071, -1.504982, -0.365278",\
|
|
"-2.039492, -1.994012, -1.883903, -1.556814, -0.417109",\
|
|
"-2.161195, -2.115715, -2.005605, -1.678517, -0.538812",\
|
|
"-2.484095, -2.438615, -2.328505, -2.001416, -0.861712",\
|
|
"-3.595414, -3.549934, -3.439824, -3.112736, -1.973031");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.941854, -6.896375, -6.786265, -6.459176, -5.319471",\
|
|
"-6.990448, -6.944968, -6.834858, -6.507770, -5.368065",\
|
|
"-7.102491, -7.057012, -6.946902, -6.619813, -5.480108",\
|
|
"-7.466845, -7.421365, -7.311255, -6.984166, -5.844461",\
|
|
"-8.795371, -8.749891, -8.639782, -8.312693, -7.172988");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005309 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : uart_enabled;
|
|
} /* end of pin uart_enabled */
|
|
|
|
pin("user_clock") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.151199 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : user_clock;
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.289396, 1.243917, 1.133807, 0.806719, -0.332731",\
|
|
"1.336630, 1.291150, 1.181040, 0.853952, -0.285497",\
|
|
"1.449576, 1.404096, 1.293986, 0.966898, -0.172552",\
|
|
"1.763694, 1.718215, 1.608105, 1.281017, 0.141567",\
|
|
"2.850288, 2.804809, 2.694699, 2.367611, 1.228161");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.519763, 5.474283, 5.364173, 5.037086, 3.897636",\
|
|
"5.567915, 5.522435, 5.412325, 5.085238, 3.945788",\
|
|
"5.680621, 5.635141, 5.525032, 5.197944, 4.058494",\
|
|
"6.033235, 5.987755, 5.877645, 5.550557, 4.411107",\
|
|
"7.311045, 7.265565, 7.155455, 6.828367, 5.688917");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.957924, -0.912445, -0.802335, -0.475246, 0.664458",\
|
|
"-1.005158, -0.959678, -0.849569, -0.522480, 0.617225",\
|
|
"-1.118104, -1.072624, -0.962514, -0.635426, 0.504279",\
|
|
"-1.432222, -1.386743, -1.276633, -0.949544, 0.190160",\
|
|
"-2.518816, -2.473336, -2.363226, -2.036138, -0.896433");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.936534, -4.891055, -4.780945, -4.453856, -3.314152",\
|
|
"-4.984686, -4.939207, -4.829097, -4.502008, -3.362304",\
|
|
"-5.097393, -5.051913, -4.941803, -4.614715, -3.475010",\
|
|
"-5.450006, -5.404526, -5.294416, -4.967328, -3.827623",\
|
|
"-6.727814, -6.682334, -6.572225, -6.245136, -5.105432");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vcc_pwrgood */
|
|
|
|
pin("usr1_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004646 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.187560, 2.142081, 2.031971, 1.704883, 0.565433",\
|
|
"2.234403, 2.188923, 2.078814, 1.751726, 0.612276",\
|
|
"2.347350, 2.301870, 2.191760, 1.864672, 0.725223",\
|
|
"2.661480, 2.616000, 2.505890, 2.178802, 1.039353",\
|
|
"3.749156, 3.703676, 3.593566, 3.266478, 2.127029");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.238255, 7.192775, 7.082664, 6.755577, 5.616127",\
|
|
"7.286575, 7.241096, 7.130985, 6.803898, 5.664448",\
|
|
"7.399291, 7.353811, 7.243701, 6.916614, 5.777164",\
|
|
"7.751905, 7.706426, 7.596315, 7.269228, 6.129778",\
|
|
"9.029359, 8.983879, 8.873769, 8.546681, 7.407231");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.917033, -1.871553, -1.761443, -1.434355, -0.294650",\
|
|
"-1.963875, -1.918396, -1.808286, -1.481197, -0.341493",\
|
|
"-2.076822, -2.031343, -1.921233, -1.594144, -0.454439",\
|
|
"-2.390953, -2.345473, -2.235363, -1.908275, -0.768570",\
|
|
"-3.478628, -3.433148, -3.323038, -2.995950, -1.856245");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.736302, -6.690823, -6.580713, -6.253624, -5.113920",\
|
|
"-6.784622, -6.739142, -6.629033, -6.301944, -5.162240",\
|
|
"-6.897339, -6.851859, -6.741750, -6.414661, -5.274956",\
|
|
"-7.249952, -7.204473, -7.094363, -6.767274, -5.627570",\
|
|
"-8.527407, -8.481927, -8.371818, -8.044729, -6.905024");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vdd_pwrgood */
|
|
|
|
pin("usr2_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006427 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.705966, 2.660486, 2.550376, 2.223288, 1.083839",\
|
|
"2.752029, 2.706549, 2.596440, 2.269352, 1.129902",\
|
|
"2.864967, 2.819487, 2.709378, 2.382290, 1.242840",\
|
|
"3.179355, 3.133876, 3.023766, 2.696678, 1.557228",\
|
|
"4.262656, 4.217176, 4.107066, 3.779979, 2.640529");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.662316, 7.616837, 7.506726, 7.179639, 6.040189",\
|
|
"7.710543, 7.665063, 7.554953, 7.227865, 6.088415",\
|
|
"7.823479, 7.777999, 7.667889, 7.340801, 6.201351",\
|
|
"8.176425, 8.130945, 8.020835, 7.693748, 6.554297",\
|
|
"9.459264, 9.413784, 9.303674, 8.976586, 7.837136");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.401989, -2.356509, -2.246399, -1.919311, -0.779606",\
|
|
"-2.448052, -2.402573, -2.292463, -1.965374, -0.825670",\
|
|
"-2.560990, -2.515510, -2.405400, -2.078312, -0.938607",\
|
|
"-2.875379, -2.829899, -2.719789, -2.392700, -1.252996",\
|
|
"-3.958679, -3.913199, -3.803089, -3.476001, -2.336296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.132156, -7.086677, -6.976567, -6.649478, -5.509773",\
|
|
"-7.180384, -7.134904, -7.024794, -6.697705, -5.558001",\
|
|
"-7.293320, -7.247840, -7.137730, -6.810641, -5.670937",\
|
|
"-7.646265, -7.600785, -7.490675, -7.163587, -6.023882",\
|
|
"-8.929104, -8.883624, -8.773514, -8.446425, -7.306721");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vcc_pwrgood */
|
|
|
|
pin("usr2_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005101 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.901983, 1.856503, 1.746393, 1.419305, 0.279855",\
|
|
"1.951771, 1.906291, 1.796181, 1.469093, 0.329643",\
|
|
"2.064009, 2.018529, 1.908419, 1.581331, 0.441882",\
|
|
"2.406964, 2.361484, 2.251374, 1.924286, 0.784837",\
|
|
"3.675132, 3.629653, 3.519543, 3.192455, 2.053005");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.831250, 6.785770, 6.675661, 6.348573, 5.209123",\
|
|
"6.880378, 6.834898, 6.724788, 6.397700, 5.258251",\
|
|
"6.993320, 6.947840, 6.837730, 6.510642, 5.371192",\
|
|
"7.344835, 7.299356, 7.189246, 6.862158, 5.722708",\
|
|
"8.606385, 8.560905, 8.450796, 8.123708, 6.984258");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.597903, -1.552424, -1.442314, -1.115225, 0.024479",\
|
|
"-1.647691, -1.602212, -1.492102, -1.165013, -0.025309",\
|
|
"-1.759930, -1.714450, -1.604340, -1.277251, -0.137547",\
|
|
"-2.102885, -2.057405, -1.947295, -1.620207, -0.480502",\
|
|
"-3.371053, -3.325573, -3.215463, -2.888375, -1.748670");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.286355, -6.240875, -6.130765, -5.803677, -4.663972",\
|
|
"-6.335483, -6.290003, -6.179893, -5.852804, -4.713099",\
|
|
"-6.448424, -6.402945, -6.292835, -5.965746, -4.826041",\
|
|
"-6.799940, -6.754460, -6.644351, -6.317262, -5.177557",\
|
|
"-8.061490, -8.016010, -7.905900, -7.578812, -6.439107");
|
|
}
|
|
|
|
} /* 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.001894 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_ack_o;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "8.393916, 8.420244, 8.498672, 8.776586, 10.121494",\
|
|
"8.439396, 8.465724, 8.544151, 8.822065, 10.166974",\
|
|
"8.549505, 8.575833, 8.654261, 8.932175, 10.277083",\
|
|
"8.876594, 8.902923, 8.981349, 9.259263, 10.604172",\
|
|
"10.016043, 10.042372, 10.120798, 10.398712, 11.743621");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "8.667135, 8.685963, 8.736758, 8.872477, 9.452631",\
|
|
"8.712615, 8.731442, 8.782238, 8.917956, 9.498110",\
|
|
"8.822725, 8.841553, 8.892348, 9.028067, 9.608221",\
|
|
"9.149813, 9.168640, 9.219436, 9.355154, 9.935308",\
|
|
"10.289263, 10.308090, 10.358886, 10.494604, 11.074759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "8.393916, 8.420244, 8.498672, 8.776586, 10.121494",\
|
|
"8.439396, 8.465724, 8.544151, 8.822065, 10.166974",\
|
|
"8.549505, 8.575833, 8.654261, 8.932175, 10.277083",\
|
|
"8.876594, 8.902923, 8.981349, 9.259263, 10.604172",\
|
|
"10.016043, 10.042372, 10.120798, 10.398712, 11.743621");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633",\
|
|
"0.059043, 0.081058, 0.164028, 0.534553, 2.383633");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "8.667135, 8.685963, 8.736758, 8.872477, 9.452631",\
|
|
"8.712615, 8.731442, 8.782238, 8.917956, 9.498110",\
|
|
"8.822725, 8.841553, 8.892348, 9.028067, 9.608221",\
|
|
"9.149813, 9.168640, 9.219436, 9.355154, 9.935308",\
|
|
"10.289263, 10.308090, 10.358886, 10.494604, 11.074759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002394, 0.012666, 0.051894, 0.211894, 1.000000");
|
|
values ( "0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714",\
|
|
"0.049638, 0.062075, 0.099610, 0.250596, 1.024714");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg_min*/
|
|
|
|
} /* end of pin wb_ack_o */
|
|
|
|
pin("wb_clk_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.066675 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_clk_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "1.163313");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.754647");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwh*/
|
|
|
|
} /* end of pin wb_clk_i */
|
|
|
|
pin("wb_cyc_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003820 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_cyc_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.565753, 6.520273, 6.410163, 6.083076, 4.943625",\
|
|
"6.618481, 6.573001, 6.462891, 6.135803, 4.996353",\
|
|
"6.723358, 6.677878, 6.567769, 6.240681, 5.101231",\
|
|
"6.969038, 6.923558, 6.813448, 6.486361, 5.346910",\
|
|
"7.748323, 7.702844, 7.592734, 7.265646, 6.126196");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.321815, 2.276335, 2.166225, 1.839137, 0.699687",\
|
|
"2.369988, 2.324508, 2.214398, 1.887311, 0.747861",\
|
|
"2.482098, 2.436618, 2.326509, 1.999421, 0.859971",\
|
|
"2.768531, 2.723052, 2.612942, 2.285854, 1.146404",\
|
|
"3.633834, 3.588355, 3.478245, 3.151157, 2.011707");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.883405, -4.837925, -4.727815, -4.400727, -3.261277",\
|
|
"-4.936132, -4.890652, -4.780542, -4.453455, -3.314005",\
|
|
"-5.041010, -4.995530, -4.885420, -4.558332, -3.418883",\
|
|
"-5.286690, -5.241210, -5.131101, -4.804013, -3.664563",\
|
|
"-6.065976, -6.020496, -5.910386, -5.583299, -4.443849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.782872, -0.737392, -0.627283, -0.300195, 0.839255",\
|
|
"-0.831046, -0.785566, -0.675456, -0.348368, 0.791082",\
|
|
"-0.943156, -0.897676, -0.787566, -0.460478, 0.678972",\
|
|
"-1.229589, -1.184109, -1.073999, -0.746912, 0.392539",\
|
|
"-2.094892, -2.049412, -1.939302, -1.612215, -0.472764");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_hldr*/
|
|
|
|
} /* end of pin wb_cyc_i */
|
|
|
|
pin("wb_rstn_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.010209 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_rstn_i;
|
|
} /* end of pin wb_rstn_i */
|
|
|
|
pin("wb_stb_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.007298 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_stb_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.392382, 6.346902, 6.236792, 5.909704, 4.770254",\
|
|
"6.442230, 6.396750, 6.286641, 5.959553, 4.820103",\
|
|
"6.554749, 6.509270, 6.399160, 6.072072, 4.932622",\
|
|
"6.896875, 6.851396, 6.741286, 6.414198, 5.274748",\
|
|
"8.161479, 8.115999, 8.005890, 7.678802, 6.539351");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.484318, 2.438838, 2.328729, 2.001641, 0.862191",\
|
|
"2.533397, 2.487917, 2.377808, 2.050720, 0.911270",\
|
|
"2.654695, 2.609215, 2.499105, 2.172018, 1.032568",\
|
|
"3.006124, 2.960644, 2.850534, 2.523447, 1.383997",\
|
|
"4.271487, 4.226007, 4.115897, 3.788810, 2.649359");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.710034, -4.664555, -4.554445, -4.227357, -3.087907",\
|
|
"-4.759881, -4.714402, -4.604292, -4.277205, -3.137754",\
|
|
"-4.872401, -4.826921, -4.716812, -4.389724, -3.250274",\
|
|
"-5.214528, -5.169048, -5.058938, -4.731851, -3.592400",\
|
|
"-6.479130, -6.433650, -6.323541, -5.996453, -4.857003");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.945376, -0.899897, -0.789787, -0.462699, 0.676751",\
|
|
"-0.994455, -0.948975, -0.838866, -0.511778, 0.627672",\
|
|
"-1.115753, -1.070273, -0.960163, -0.633075, 0.506375",\
|
|
"-1.467182, -1.421702, -1.311592, -0.984505, 0.154945",\
|
|
"-2.732545, -2.687065, -2.576955, -2.249868, -1.110418");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_hldr*/
|
|
|
|
} /* end of pin wb_stb_i */
|
|
|
|
pin("wb_we_i") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002474 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_we_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.949156, 2.903676, 2.793566, 2.466479, 1.327029",\
|
|
"3.000492, 2.955012, 2.844903, 2.517815, 1.378365",\
|
|
"3.112735, 3.067255, 2.957145, 2.630058, 1.490608",\
|
|
"3.386266, 3.340786, 3.230677, 2.903589, 1.764139",\
|
|
"4.319207, 4.273727, 4.163618, 3.836530, 2.697080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.443480, 2.398001, 2.287891, 1.960803, 0.821353",\
|
|
"2.488954, 2.443474, 2.333365, 2.006277, 0.866827",\
|
|
"2.602246, 2.556766, 2.446656, 2.119569, 0.980119",\
|
|
"2.968578, 2.923098, 2.812989, 2.485901, 1.346451",\
|
|
"4.376544, 4.331065, 4.220955, 3.893867, 2.754417");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.310445, -1.264966, -1.154856, -0.827768, 0.311682",\
|
|
"-1.361782, -1.316302, -1.206192, -0.879105, 0.260345",\
|
|
"-1.474024, -1.428544, -1.318435, -0.991347, 0.148103",\
|
|
"-1.747556, -1.702076, -1.591967, -1.264879, -0.125429",\
|
|
"-2.680527, -2.635047, -2.524938, -2.197850, -1.058400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.088638, -0.043159, 0.066951, 0.394039, 1.533489",\
|
|
"-0.134112, -0.088632, 0.021478, 0.348566, 1.488015",\
|
|
"-0.247404, -0.201924, -0.091814, 0.235274, 1.374724",\
|
|
"-0.613736, -0.568256, -0.458146, -0.131058, 1.008392",\
|
|
"-2.023455, -1.977975, -1.867865, -1.540777, -0.401327");
|
|
}
|
|
|
|
} /* 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.001347 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[2];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "1.971873, 1.996700, 2.072698, 2.349861, 3.693238",\
|
|
"2.021830, 2.046657, 2.122654, 2.399817, 3.743195",\
|
|
"2.131761, 2.156587, 2.232585, 2.509748, 3.853125",\
|
|
"2.483778, 2.508604, 2.584602, 2.861765, 4.205142",\
|
|
"3.753186, 3.778013, 3.854012, 4.131176, 5.474553");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.048543, 0.071549, 0.157943, 0.534542, 2.384376",\
|
|
"0.048543, 0.071549, 0.157943, 0.534542, 2.384376",\
|
|
"0.048543, 0.071549, 0.157943, 0.534542, 2.384376",\
|
|
"0.048543, 0.071549, 0.157943, 0.534542, 2.384376",\
|
|
"0.048546, 0.071552, 0.157945, 0.534542, 2.384376");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "2.002026, 2.021049, 2.070662, 2.205370, 2.785434",\
|
|
"2.049442, 2.068466, 2.118079, 2.252787, 2.832850",\
|
|
"2.159896, 2.178920, 2.228533, 2.363240, 2.943304",\
|
|
"2.521179, 2.540203, 2.589816, 2.724524, 3.304588",\
|
|
"3.792148, 3.811172, 3.860785, 3.995492, 4.575556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "1.971873, 1.996700, 2.072698, 2.349861, 3.693238",\
|
|
"2.021830, 2.046657, 2.122654, 2.399817, 3.743195",\
|
|
"2.131761, 2.156587, 2.232585, 2.509748, 3.853125",\
|
|
"2.483778, 2.508604, 2.584602, 2.861765, 4.205142",\
|
|
"3.753186, 3.778013, 3.854012, 4.131176, 5.474553");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.048543, 0.071548, 0.157943, 0.534542, 2.384376",\
|
|
"0.048543, 0.071548, 0.157943, 0.534542, 2.384376",\
|
|
"0.048543, 0.071548, 0.157943, 0.534542, 2.384376",\
|
|
"0.048543, 0.071549, 0.157943, 0.534542, 2.384376",\
|
|
"0.048546, 0.071552, 0.157945, 0.534542, 2.384376");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "2.002026, 2.021049, 2.070662, 2.205370, 2.785434",\
|
|
"2.049442, 2.068466, 2.118079, 2.252787, 2.832850",\
|
|
"2.159896, 2.178920, 2.228533, 2.363240, 2.943304",\
|
|
"2.521179, 2.540203, 2.589816, 2.724524, 3.304588",\
|
|
"3.792148, 3.811172, 3.860785, 3.995492, 4.575556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025",\
|
|
"0.044253, 0.056674, 0.096427, 0.248955, 1.026025");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410",\
|
|
"6.486047, 6.510873, 6.586871, 6.864033, 8.207410");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375",\
|
|
"0.048541, 0.071546, 0.157942, 0.534542, 2.384375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422",\
|
|
"6.673079, 6.692106, 6.741721, 6.876421, 7.456422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001847, 0.012120, 0.051347, 0.211347, 1.000000");
|
|
values ( "0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167",\
|
|
"0.044238, 0.056682, 0.096416, 0.248954, 1.026167");
|
|
}
|
|
|
|
} /* 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.001424 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "2.015737, 2.040785, 2.117120, 2.394356, 3.737796",\
|
|
"2.063197, 2.088245, 2.164580, 2.441815, 3.785255",\
|
|
"2.176137, 2.201185, 2.277520, 2.554755, 3.898196",\
|
|
"2.490189, 2.515237, 2.591572, 2.868807, 4.212248",\
|
|
"3.577865, 3.602913, 3.679249, 3.956484, 5.299926");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.050014, 0.072882, 0.158801, 0.534470, 2.383911",\
|
|
"0.050014, 0.072882, 0.158801, 0.534471, 2.383911",\
|
|
"0.050014, 0.072882, 0.158801, 0.534471, 2.383911",\
|
|
"0.050014, 0.072882, 0.158801, 0.534471, 2.383911",\
|
|
"0.050016, 0.072884, 0.158802, 0.534471, 2.383911");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "1.955475, 1.974412, 2.024005, 2.158725, 2.738850",\
|
|
"2.003864, 2.022800, 2.072394, 2.207114, 2.787239",\
|
|
"2.116486, 2.135422, 2.185015, 2.319736, 2.899860",\
|
|
"2.468980, 2.487916, 2.537510, 2.672230, 3.252355",\
|
|
"3.753424, 3.772360, 3.821954, 3.956674, 4.536798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096588, 0.248975, 1.025049");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "2.015737, 2.040785, 2.117120, 2.394356, 3.737796",\
|
|
"2.063197, 2.088245, 2.164580, 2.441815, 3.785255",\
|
|
"2.176137, 2.201185, 2.277520, 2.554755, 3.898196",\
|
|
"2.490189, 2.515237, 2.591572, 2.868807, 4.212248",\
|
|
"3.577865, 3.602913, 3.679249, 3.956484, 5.299926");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.050014, 0.072882, 0.158800, 0.534470, 2.383910",\
|
|
"0.050014, 0.072882, 0.158800, 0.534470, 2.383910",\
|
|
"0.050014, 0.072882, 0.158800, 0.534470, 2.383910",\
|
|
"0.050014, 0.072882, 0.158800, 0.534470, 2.383910",\
|
|
"0.050016, 0.072884, 0.158802, 0.534470, 2.383910");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "1.955475, 1.974412, 2.024005, 2.158725, 2.738850",\
|
|
"2.003864, 2.022800, 2.072394, 2.207114, 2.787239",\
|
|
"2.116486, 2.135422, 2.185015, 2.319736, 2.899860",\
|
|
"2.468980, 2.487916, 2.537510, 2.672230, 3.252355",\
|
|
"3.753424, 3.772360, 3.821954, 3.956674, 4.536798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096589, 0.248975, 1.025049",\
|
|
"0.044506, 0.056799, 0.096588, 0.248975, 1.025049");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276",\
|
|
"6.568214, 6.593263, 6.669599, 6.946835, 8.290276");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911",\
|
|
"0.050018, 0.072885, 0.158803, 0.534470, 2.383911");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468",\
|
|
"6.724155, 6.743087, 6.792657, 6.927360, 7.507468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087",\
|
|
"0.044430, 0.056721, 0.096544, 0.248957, 1.025087");
|
|
}
|
|
|
|
} /* 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.001375 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281",\
|
|
"6.183797, 6.208651, 6.284708, 6.561890, 7.905281");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357",\
|
|
"0.048842, 0.071818, 0.158128, 0.534575, 2.384357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017",\
|
|
"6.439034, 6.458055, 6.507822, 6.642673, 7.223017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001875, 0.012147, 0.051375, 0.211375, 1.000000");
|
|
values ( "0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341",\
|
|
"0.044888, 0.057242, 0.096805, 0.249119, 1.025341");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[0]_redg_min*/
|
|
|
|
} /* end of pin irq[0] */
|
|
} /* end of bus irq */
|
|
bus ( mask_rev_in ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("mask_rev_in[31]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003401 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.148695, 2.103215, 1.993106, 1.666018, 0.526568",\
|
|
"2.200731, 2.155251, 2.045141, 1.718053, 0.578604",\
|
|
"2.305059, 2.259579, 2.149469, 1.822381, 0.682932",\
|
|
"2.549091, 2.503611, 2.393502, 2.066414, 0.926964",\
|
|
"3.334465, 3.288985, 3.178875, 2.851787, 1.712338");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.131361, 5.085881, 4.975771, 4.648684, 3.509234",\
|
|
"5.179529, 5.134049, 5.023939, 4.696852, 3.557402",\
|
|
"5.291935, 5.246455, 5.136345, 4.809258, 3.669808",\
|
|
"5.578181, 5.532701, 5.422591, 5.095504, 3.956054",\
|
|
"6.442841, 6.397361, 6.287251, 5.960163, 4.820713");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.015517, -1.970038, -1.859928, -1.532840, -0.393390",\
|
|
"-2.067553, -2.022073, -1.911963, -1.584875, -0.445426",\
|
|
"-2.171881, -2.126401, -2.016291, -1.689203, -0.549754",\
|
|
"-2.415913, -2.370433, -2.260323, -1.933235, -0.793786",\
|
|
"-3.201287, -3.155807, -3.045697, -2.718610, -1.579160");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.763874, -4.718394, -4.608285, -4.281197, -3.141747",\
|
|
"-4.812042, -4.766562, -4.656453, -4.329365, -3.189915",\
|
|
"-4.924448, -4.878968, -4.768859, -4.441771, -3.302321",\
|
|
"-5.210694, -5.165215, -5.055105, -4.728017, -3.588567",\
|
|
"-6.075354, -6.029874, -5.919765, -5.592676, -4.453227");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[31] */
|
|
|
|
pin("mask_rev_in[30]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002045 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.308798, 2.263319, 2.153209, 1.826121, 0.686671",\
|
|
"2.360093, 2.314613, 2.204504, 1.877415, 0.737966",\
|
|
"2.472438, 2.426959, 2.316849, 1.989761, 0.850311",\
|
|
"2.746072, 2.700593, 2.590483, 2.263395, 1.123945",\
|
|
"3.678502, 3.633022, 3.522912, 3.195824, 2.056374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.569088, 6.523609, 6.413499, 6.086411, 4.946961",\
|
|
"6.614650, 6.569170, 6.459061, 6.131972, 4.992523",\
|
|
"6.727924, 6.682444, 6.572334, 6.245246, 5.105797",\
|
|
"7.094337, 7.048857, 6.938747, 6.611659, 5.472210",\
|
|
"8.502592, 8.457112, 8.347003, 8.019915, 6.880466");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.170247, -2.124767, -2.014657, -1.687569, -0.548120",\
|
|
"-2.221542, -2.176062, -2.065952, -1.738864, -0.599415",\
|
|
"-2.333887, -2.288408, -2.178298, -1.851210, -0.711760",\
|
|
"-2.607522, -2.562042, -2.451932, -2.124844, -0.985395",\
|
|
"-3.539951, -3.494471, -3.384361, -3.057273, -1.917824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.193140, -6.147660, -6.037550, -5.710463, -4.571012",\
|
|
"-6.238702, -6.193222, -6.083112, -5.756024, -4.616574",\
|
|
"-6.351974, -6.306495, -6.196384, -5.869297, -4.729847",\
|
|
"-6.718388, -6.672908, -6.562798, -6.235710, -5.096260",\
|
|
"-8.126643, -8.081163, -7.971053, -7.643966, -6.504516");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[30] */
|
|
|
|
pin("mask_rev_in[29]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004283 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.074381, 2.028901, 1.918792, 1.591704, 0.452254",\
|
|
"2.124110, 2.078630, 1.968520, 1.641433, 0.501983",\
|
|
"2.229337, 2.183857, 2.073747, 1.746659, 0.607209",\
|
|
"2.473867, 2.428387, 2.318277, 1.991189, 0.851740",\
|
|
"3.263717, 3.218237, 3.108127, 2.781039, 1.641590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.991013, 5.945533, 5.835423, 5.508335, 4.368885",\
|
|
"6.039360, 5.993880, 5.883770, 5.556683, 4.417233",\
|
|
"6.151292, 6.105812, 5.995702, 5.668614, 4.529164",\
|
|
"6.437070, 6.391590, 6.281480, 5.954392, 4.814942",\
|
|
"7.286111, 7.240631, 7.130521, 6.803433, 5.663983");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.691055, -1.645576, -1.535466, -1.208378, -0.068928",\
|
|
"-1.740784, -1.695304, -1.585195, -1.258107, -0.118657",\
|
|
"-1.846011, -1.800531, -1.690421, -1.363333, -0.223884",\
|
|
"-2.090541, -2.045061, -1.934952, -1.607864, -0.468414",\
|
|
"-2.880391, -2.834911, -2.724801, -2.397713, -1.258264");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.356497, -5.311017, -5.200907, -4.873819, -3.734369",\
|
|
"-5.404844, -5.359365, -5.249254, -4.922167, -3.782717",\
|
|
"-5.516776, -5.471296, -5.361186, -5.034099, -3.894649",\
|
|
"-5.802554, -5.757074, -5.646964, -5.319877, -4.180427",\
|
|
"-6.651595, -6.606115, -6.496005, -6.168918, -5.029468");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[29] */
|
|
|
|
pin("mask_rev_in[28]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003296 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.111306, 2.065826, 1.955716, 1.628628, 0.489179",\
|
|
"2.160323, 2.114844, 2.004734, 1.677646, 0.538196",\
|
|
"2.272456, 2.226976, 2.116866, 1.789778, 0.650329",\
|
|
"2.581520, 2.536040, 2.425930, 2.098842, 0.959393",\
|
|
"3.656057, 3.610577, 3.500467, 3.173379, 2.033930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "9.361149, 9.315669, 9.205559, 8.878471, 7.739022",\
|
|
"9.412520, 9.367041, 9.256931, 8.929843, 7.790393",\
|
|
"9.524226, 9.478746, 9.368637, 9.041549, 7.902099",\
|
|
"9.837258, 9.791779, 9.681669, 9.354581, 8.215132",\
|
|
"10.823208, 10.777728, 10.667618, 10.340530, 9.201080");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.979484, -1.934005, -1.823895, -1.496807, -0.357358",\
|
|
"-2.028502, -1.983022, -1.872912, -1.545825, -0.406375",\
|
|
"-2.140635, -2.095155, -1.985045, -1.657957, -0.518507",\
|
|
"-2.449698, -2.404218, -2.294108, -1.967021, -0.827571",\
|
|
"-3.524235, -3.478755, -3.368646, -3.041558, -1.902108");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-8.995235, -8.949756, -8.839645, -8.512558, -7.373108",\
|
|
"-9.046607, -9.001127, -8.891017, -8.563930, -7.424479",\
|
|
"-9.158313, -9.112833, -9.002723, -8.675635, -7.536185",\
|
|
"-9.471345, -9.425865, -9.315755, -8.988667, -7.849217",\
|
|
"-10.457294, -10.411815, -10.301704, -9.974617, -8.835167");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[28] */
|
|
|
|
pin("mask_rev_in[27]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.283386, 1.237907, 1.127797, 0.800709, -0.338741",\
|
|
"1.332452, 1.286972, 1.176862, 0.849774, -0.289675",\
|
|
"1.444555, 1.399075, 1.288965, 0.961877, -0.177572",\
|
|
"1.753577, 1.708097, 1.597987, 1.270899, 0.131450",\
|
|
"2.826742, 2.781262, 2.671153, 2.344064, 1.204615");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.642568, 5.597088, 5.486978, 5.159890, 4.020440",\
|
|
"5.694044, 5.648564, 5.538455, 5.211367, 4.071917",\
|
|
"5.805788, 5.760308, 5.650198, 5.323111, 4.183661",\
|
|
"6.118670, 6.073191, 5.963081, 5.635993, 4.496543",\
|
|
"7.104819, 7.059340, 6.949230, 6.622142, 5.482692");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.951914, -0.906435, -0.796325, -0.469236, 0.670468",\
|
|
"-1.000980, -0.955500, -0.845390, -0.518302, 0.621403",\
|
|
"-1.113083, -1.067603, -0.957493, -0.630405, 0.509300",\
|
|
"-1.422105, -1.376625, -1.266515, -0.939427, 0.200278",\
|
|
"-2.495270, -2.449790, -2.339680, -2.012592, -0.872887");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.059339, -5.013859, -4.903749, -4.576661, -3.436956",\
|
|
"-5.110816, -5.065336, -4.955226, -4.628138, -3.488433",\
|
|
"-5.222559, -5.177080, -5.066970, -4.739882, -3.600177",\
|
|
"-5.535442, -5.489962, -5.379852, -5.052764, -3.913059",\
|
|
"-6.521589, -6.476109, -6.365999, -6.038911, -4.899206");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[27] */
|
|
|
|
pin("mask_rev_in[26]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002098 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.001314, 1.955834, 1.845724, 1.518636, 0.379187",\
|
|
"2.052647, 2.007167, 1.897057, 1.569969, 0.430520",\
|
|
"2.164909, 2.119429, 2.009319, 1.682231, 0.542782",\
|
|
"2.438453, 2.392974, 2.282864, 1.955776, 0.816326",\
|
|
"3.372246, 3.326766, 3.216656, 2.889568, 1.750118");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.977809, 5.932329, 5.822220, 5.495131, 4.355682",\
|
|
"6.023310, 5.977830, 5.867720, 5.540632, 4.401182",\
|
|
"6.136598, 6.091118, 5.981008, 5.653920, 4.514470",\
|
|
"6.502945, 6.457465, 6.347355, 6.020267, 4.880817",\
|
|
"7.909864, 7.864385, 7.754274, 7.427187, 6.287737");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.697333, -1.651853, -1.541743, -1.214654, -0.074950",\
|
|
"-1.748666, -1.703186, -1.593076, -1.265988, -0.126283",\
|
|
"-1.860928, -1.815448, -1.705338, -1.378249, -0.238545",\
|
|
"-2.134472, -2.088993, -1.978883, -1.651794, -0.512089",\
|
|
"-3.068264, -3.022784, -2.912674, -2.585586, -1.445881");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.447649, -5.402169, -5.292059, -4.964971, -3.825266",\
|
|
"-5.493149, -5.447670, -5.337560, -5.010471, -3.870766",\
|
|
"-5.606437, -5.560957, -5.450848, -5.123759, -3.984054",\
|
|
"-5.972785, -5.927305, -5.817195, -5.490107, -4.350402",\
|
|
"-7.379705, -7.334226, -7.224116, -6.897027, -5.757322");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[26] */
|
|
|
|
pin("mask_rev_in[25]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.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.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.440515, 2.395035, 2.284925, 1.957837, 0.818388",\
|
|
"2.490208, 2.444728, 2.334618, 2.007530, 0.868081",\
|
|
"2.595370, 2.549890, 2.439780, 2.112693, 0.973243",\
|
|
"2.840017, 2.794537, 2.684427, 2.357340, 1.217890",\
|
|
"3.630028, 3.584548, 3.474438, 3.147350, 2.007900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.478795, 6.433315, 6.323205, 5.996118, 4.856668",\
|
|
"6.527132, 6.481652, 6.371542, 6.044455, 4.905005",\
|
|
"6.639030, 6.593551, 6.483440, 6.156353, 5.016903",\
|
|
"6.924767, 6.879287, 6.769176, 6.442089, 5.302639",\
|
|
"7.772343, 7.726863, 7.616753, 7.289665, 6.150215");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.169988, -2.124508, -2.014398, -1.687310, -0.547605",\
|
|
"-2.219681, -2.174201, -2.064091, -1.737003, -0.597298",\
|
|
"-2.324843, -2.279363, -2.169254, -1.842165, -0.702460",\
|
|
"-2.569490, -2.524010, -2.413901, -2.086812, -0.947107",\
|
|
"-3.359500, -3.314021, -3.203911, -2.876822, -1.737118");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.976843, -5.931363, -5.821254, -5.494165, -4.354460",\
|
|
"-6.025180, -5.979700, -5.869591, -5.542502, -4.402797",\
|
|
"-6.137078, -6.091599, -5.981489, -5.654400, -4.514696",\
|
|
"-6.422813, -6.377334, -6.267224, -5.940135, -4.800431",\
|
|
"-7.270391, -7.224911, -7.114801, -6.787713, -5.648008");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[25] */
|
|
|
|
pin("mask_rev_in[24]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.008484 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.414539, 2.369060, 2.258950, 1.931862, 0.792412",\
|
|
"2.466944, 2.421464, 2.311354, 1.984266, 0.844817",\
|
|
"2.571436, 2.525957, 2.415847, 2.088759, 0.949309",\
|
|
"2.816344, 2.770864, 2.660754, 2.333666, 1.194217",\
|
|
"3.599544, 3.554064, 3.443954, 3.116867, 1.977417");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.030030, 7.984550, 7.874441, 7.547353, 6.407903",\
|
|
"8.078119, 8.032640, 7.922530, 7.595442, 6.455992",\
|
|
"8.190424, 8.144944, 8.034834, 7.707747, 6.568297",\
|
|
"8.476600, 8.431120, 8.321011, 7.993922, 6.854473",\
|
|
"9.341244, 9.295764, 9.185654, 8.858566, 7.719117");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.110460, -2.064980, -1.954870, -1.627782, -0.488077",\
|
|
"-2.162864, -2.117384, -2.007275, -1.680186, -0.540481",\
|
|
"-2.267357, -2.221877, -2.111767, -1.784679, -0.644974",\
|
|
"-2.512264, -2.466784, -2.356675, -2.029586, -0.889881",\
|
|
"-3.295465, -3.249985, -3.139875, -2.812787, -1.673082");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.485135, -7.439655, -7.329545, -7.002457, -5.862752",\
|
|
"-7.533224, -7.487744, -7.377635, -7.050546, -5.910841",\
|
|
"-7.645529, -7.600049, -7.489939, -7.162850, -6.023146",\
|
|
"-7.931705, -7.886225, -7.776115, -7.449026, -6.309321",\
|
|
"-8.796349, -8.750869, -8.640759, -8.313670, -7.173965");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[24] */
|
|
|
|
pin("mask_rev_in[23]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.010835 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.415417, 1.369937, 1.259827, 0.932739, -0.206710",\
|
|
"1.467534, 1.422055, 1.311945, 0.984857, -0.154593",\
|
|
"1.571750, 1.526270, 1.416160, 1.089072, -0.050377",\
|
|
"1.816003, 1.770523, 1.660414, 1.333326, 0.193876",\
|
|
"2.601936, 2.556456, 2.446347, 2.119259, 0.979809");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.286387, 5.240908, 5.130798, 4.803710, 3.664261",\
|
|
"5.334434, 5.288954, 5.178843, 4.851756, 3.712306",\
|
|
"5.446816, 5.401337, 5.291227, 4.964139, 3.824690",\
|
|
"5.733310, 5.687830, 5.577721, 5.250632, 4.111183",\
|
|
"6.599073, 6.553594, 6.443483, 6.116396, 4.976946");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.282240, -1.236761, -1.126651, -0.799563, 0.339887",\
|
|
"-1.334358, -1.288878, -1.178768, -0.851680, 0.287769",\
|
|
"-1.438573, -1.393094, -1.282984, -0.955896, 0.183554",\
|
|
"-1.682827, -1.637347, -1.527237, -1.200149, -0.060699",\
|
|
"-2.468759, -2.423280, -2.313170, -1.986082, -0.846632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.918902, -4.873423, -4.763312, -4.436225, -3.296775",\
|
|
"-4.966948, -4.921468, -4.811357, -4.484270, -3.344820",\
|
|
"-5.079331, -5.033852, -4.923741, -4.596654, -3.457204",\
|
|
"-5.365825, -5.320345, -5.210235, -4.883147, -3.743697",\
|
|
"-6.231587, -6.186108, -6.075997, -5.748910, -4.609460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[23] */
|
|
|
|
pin("mask_rev_in[22]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004838 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.661430, 1.615950, 1.505841, 1.178753, 0.039303",\
|
|
"1.710276, 1.664797, 1.554687, 1.227599, 0.088149",\
|
|
"1.822513, 1.777033, 1.666923, 1.339835, 0.200385",\
|
|
"2.131741, 2.086261, 1.976151, 1.649063, 0.509614",\
|
|
"3.211637, 3.166157, 3.056047, 2.728959, 1.589510");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.787181, 5.741702, 5.631592, 5.304503, 4.165054",\
|
|
"5.838186, 5.792706, 5.682596, 5.355508, 4.216059",\
|
|
"5.949747, 5.904267, 5.794158, 5.467070, 4.327620",\
|
|
"6.263922, 6.218442, 6.108333, 5.781244, 4.641795",\
|
|
"7.248072, 7.202592, 7.092483, 6.765394, 5.625945");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.522879, -1.477399, -1.367290, -1.040202, 0.099248",\
|
|
"-1.571725, -1.526246, -1.416136, -1.089048, 0.050402",\
|
|
"-1.683961, -1.638482, -1.528372, -1.201284, -0.061834",\
|
|
"-1.993190, -1.947710, -1.837600, -1.510512, -0.371063",\
|
|
"-3.073086, -3.027606, -2.917496, -2.590408, -1.450958");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.411233, -5.365753, -5.255643, -4.928555, -3.789106",\
|
|
"-5.462237, -5.416758, -5.306647, -4.979560, -3.840110",\
|
|
"-5.573799, -5.528319, -5.418209, -5.091122, -3.951672",\
|
|
"-5.887974, -5.842494, -5.732384, -5.405296, -4.265846",\
|
|
"-6.872123, -6.826643, -6.716533, -6.389445, -5.249995");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[22] */
|
|
|
|
pin("mask_rev_in[21]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.008678 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.136314, 2.090834, 1.980724, 1.653636, 0.514187",\
|
|
"2.185844, 2.140364, 2.030254, 1.703166, 0.563717",\
|
|
"2.290782, 2.245302, 2.135192, 1.808104, 0.668655",\
|
|
"2.535957, 2.490477, 2.380368, 2.053280, 0.913830",\
|
|
"3.327665, 3.282185, 3.172075, 2.844987, 1.705538");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.105812, 6.060332, 5.950222, 5.623135, 4.483685",\
|
|
"6.154077, 6.108597, 5.998487, 5.671399, 4.531949",\
|
|
"6.265868, 6.220388, 6.110278, 5.783191, 4.643741",\
|
|
"6.552006, 6.506526, 6.396416, 6.069328, 4.929878",\
|
|
"7.400996, 7.355516, 7.245406, 6.918319, 5.778869");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.752988, -1.707508, -1.597399, -1.270311, -0.130861",\
|
|
"-1.802518, -1.757038, -1.646929, -1.319841, -0.180391",\
|
|
"-1.907456, -1.861976, -1.751866, -1.424778, -0.285328",\
|
|
"-2.152631, -2.107151, -1.997041, -1.669954, -0.530504",\
|
|
"-2.944339, -2.898859, -2.788749, -2.461661, -1.322211");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.470860, -5.425380, -5.315269, -4.988182, -3.848732",\
|
|
"-5.519125, -5.473645, -5.363535, -5.036448, -3.896997",\
|
|
"-5.630916, -5.585436, -5.475326, -5.148238, -4.008788",\
|
|
"-5.917053, -5.871573, -5.761463, -5.434376, -4.294926",\
|
|
"-6.766481, -6.721002, -6.610891, -6.283804, -5.144354");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[21] */
|
|
|
|
pin("mask_rev_in[20]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.007575 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.885890, 1.840410, 1.730300, 1.403212, 0.263762",\
|
|
"1.934722, 1.889242, 1.779132, 1.452044, 0.312595",\
|
|
"2.046927, 2.001447, 1.891337, 1.564250, 0.424800",\
|
|
"2.356151, 2.310671, 2.200561, 1.873473, 0.734024",\
|
|
"3.435268, 3.389788, 3.279678, 2.952590, 1.813141");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.580429, 6.534949, 6.424839, 6.097752, 4.958302",\
|
|
"6.631479, 6.585999, 6.475890, 6.148802, 5.009352",\
|
|
"6.743085, 6.697605, 6.587495, 6.260407, 5.120958",\
|
|
"7.056846, 7.011366, 6.901256, 6.574168, 5.434719",\
|
|
"8.040960, 7.995481, 7.885371, 7.558283, 6.418833");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.754068, -1.708588, -1.598478, -1.271391, -0.131941",\
|
|
"-1.802900, -1.757420, -1.647311, -1.320223, -0.180773",\
|
|
"-1.915105, -1.869626, -1.759516, -1.432428, -0.292979",\
|
|
"-2.224329, -2.178849, -2.068739, -1.741652, -0.602202",\
|
|
"-3.303447, -3.257967, -3.147857, -2.820770, -1.681320");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.214517, -6.169037, -6.058927, -5.731839, -4.592390",\
|
|
"-6.265567, -6.220088, -6.109978, -5.782890, -4.643440",\
|
|
"-6.377171, -6.331691, -6.221581, -5.894494, -4.755044",\
|
|
"-6.690932, -6.645452, -6.535342, -6.208255, -5.068805",\
|
|
"-7.675046, -7.629567, -7.519457, -7.192369, -6.052919");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[20] */
|
|
|
|
pin("mask_rev_in[19]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.013532 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.739864, 1.694384, 1.584275, 1.257187, 0.117737",\
|
|
"1.792868, 1.747388, 1.637278, 1.310190, 0.170741",\
|
|
"1.897367, 1.851887, 1.741777, 1.414689, 0.275240",\
|
|
"2.143286, 2.097806, 1.987697, 1.660609, 0.521159",\
|
|
"2.925512, 2.880032, 2.769922, 2.442834, 1.303385");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.591589, 5.546110, 5.436000, 5.108912, 3.969462",\
|
|
"5.639616, 5.594136, 5.484026, 5.156938, 4.017488",\
|
|
"5.751851, 5.706371, 5.596261, 5.269173, 4.129724",\
|
|
"6.037798, 5.992319, 5.882209, 5.555120, 4.415671",\
|
|
"6.899656, 6.854177, 6.744067, 6.416979, 5.277529");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.408399, -1.362919, -1.252810, -0.925721, 0.213984",\
|
|
"-1.461403, -1.415923, -1.305814, -0.978725, 0.160980",\
|
|
"-1.565902, -1.520422, -1.410312, -1.083224, 0.056481",\
|
|
"-1.811821, -1.766341, -1.656232, -1.329143, -0.189438",\
|
|
"-2.594046, -2.548566, -2.438457, -2.111368, -0.971663");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.008361, -4.962882, -4.852772, -4.525683, -3.385979",\
|
|
"-5.056388, -5.010909, -4.900799, -4.573710, -3.434006",\
|
|
"-5.168622, -5.123143, -5.013033, -4.685945, -3.546240",\
|
|
"-5.454570, -5.409091, -5.298981, -4.971892, -3.832188",\
|
|
"-6.316428, -6.270948, -6.160838, -5.833750, -4.694045");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[19] */
|
|
|
|
pin("mask_rev_in[18]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.013351 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.562251, 2.516771, 2.406661, 2.079573, 0.940124",\
|
|
"2.615070, 2.569590, 2.459480, 2.132392, 0.992943",\
|
|
"2.719596, 2.674116, 2.564006, 2.236918, 1.097469",\
|
|
"2.965296, 2.919816, 2.809706, 2.482618, 1.343168",\
|
|
"3.747483, 3.702003, 3.591893, 3.264806, 2.125356");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.713683, 7.668203, 7.558093, 7.231006, 6.091556",\
|
|
"7.761710, 7.716230, 7.606120, 7.279033, 6.139583",\
|
|
"7.873937, 7.828457, 7.718347, 7.391259, 6.251809",\
|
|
"8.160033, 8.114553, 8.004443, 7.677356, 6.537906",\
|
|
"9.023023, 8.977543, 8.867433, 8.540345, 7.400895");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.258274, -2.212794, -2.102684, -1.775596, -0.635891",\
|
|
"-2.311092, -2.265613, -2.155503, -1.828414, -0.688709",\
|
|
"-2.415619, -2.370139, -2.260029, -1.932941, -0.793236",\
|
|
"-2.661319, -2.615839, -2.505729, -2.178641, -1.038936",\
|
|
"-3.443505, -3.398026, -3.287916, -2.960827, -1.821122");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.183523, -7.138043, -7.027934, -6.700845, -5.561140",\
|
|
"-7.231551, -7.186071, -7.075962, -6.748873, -5.609168",\
|
|
"-7.343777, -7.298297, -7.188187, -6.861098, -5.721394",\
|
|
"-7.629873, -7.584394, -7.474284, -7.147195, -6.007490",\
|
|
"-8.492863, -8.447383, -8.337273, -8.010184, -6.870480");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[18] */
|
|
|
|
pin("mask_rev_in[17]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.011148 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.488602, 2.443122, 2.333012, 2.005924, 0.866475",\
|
|
"2.538256, 2.492777, 2.382667, 2.055579, 0.916129",\
|
|
"2.643549, 2.598069, 2.487960, 2.160872, 1.021422",\
|
|
"2.888055, 2.842575, 2.732466, 2.405378, 1.265928",\
|
|
"3.678821, 3.633341, 3.523231, 3.196143, 2.056694");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.509055, 6.463575, 6.353465, 6.026378, 4.886928",\
|
|
"6.557302, 6.511822, 6.401711, 6.074624, 4.935174",\
|
|
"6.669273, 6.623794, 6.513683, 6.186596, 5.047146",\
|
|
"6.955570, 6.910090, 6.799980, 6.472893, 5.333443",\
|
|
"7.809147, 7.763667, 7.653557, 7.326469, 6.187019");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.218075, -2.172595, -2.062485, -1.735397, -0.595692",\
|
|
"-2.267729, -2.222250, -2.112140, -1.785051, -0.645347",\
|
|
"-2.373022, -2.327542, -2.217433, -1.890344, -0.750639",\
|
|
"-2.617528, -2.572048, -2.461939, -2.134850, -0.995145",\
|
|
"-3.408294, -3.362814, -3.252704, -2.925616, -1.785911");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.007103, -5.961623, -5.851514, -5.524425, -4.384720",\
|
|
"-6.055349, -6.009870, -5.899760, -5.572671, -4.432967",\
|
|
"-6.167321, -6.121841, -6.011732, -5.684643, -4.544939",\
|
|
"-6.453617, -6.408137, -6.298028, -5.970939, -4.831234",\
|
|
"-7.307194, -7.261714, -7.151605, -6.824516, -5.684811");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[17] */
|
|
|
|
pin("mask_rev_in[16]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003116 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.111689, 2.066210, 1.956100, 1.629012, 0.489562",\
|
|
"2.162933, 2.117453, 2.007344, 1.680256, 0.540806",\
|
|
"2.275359, 2.229879, 2.119770, 1.792682, 0.653232",\
|
|
"2.549082, 2.503603, 2.393493, 2.066405, 0.926955",\
|
|
"3.478778, 3.433299, 3.323189, 2.996101, 1.856651");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.531402, 7.485922, 7.375812, 7.048724, 5.909275",\
|
|
"7.577008, 7.531528, 7.421419, 7.094331, 5.954881",\
|
|
"7.690269, 7.644789, 7.534679, 7.207591, 6.068141",\
|
|
"8.056746, 8.011266, 7.901156, 7.574068, 6.434618",\
|
|
"9.465014, 9.419534, 9.309423, 8.982336, 7.842886");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.807610, -1.762130, -1.652021, -1.324932, -0.185227",\
|
|
"-1.858854, -1.813374, -1.703264, -1.376176, -0.236471",\
|
|
"-1.971280, -1.925800, -1.815690, -1.488602, -0.348897",\
|
|
"-2.245003, -2.199523, -2.089413, -1.762325, -0.622620",\
|
|
"-3.174699, -3.129220, -3.019110, -2.692021, -1.552316");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.986506, -6.941026, -6.830916, -6.503827, -5.364122",\
|
|
"-7.032113, -6.986633, -6.876523, -6.549435, -5.409730",\
|
|
"-7.145372, -7.099893, -6.989783, -6.662694, -5.522989",\
|
|
"-7.511850, -7.466371, -7.356261, -7.029172, -5.889467",\
|
|
"-8.920118, -8.874639, -8.764528, -8.437440, -7.297735");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[16] */
|
|
|
|
pin("mask_rev_in[15]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.013434 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.079282, 1.033802, 0.923692, 0.596605, -0.542845",\
|
|
"1.128701, 1.083221, 0.973112, 0.646024, -0.493426",\
|
|
"1.233575, 1.188095, 1.077985, 0.750897, -0.388552",\
|
|
"1.478899, 1.433419, 1.323310, 0.996222, -0.143228",\
|
|
"2.269871, 2.224391, 2.114281, 1.787194, 0.647744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.813870, 4.768391, 4.658281, 4.331193, 3.191744",\
|
|
"4.861991, 4.816511, 4.706402, 4.379313, 3.239864",\
|
|
"4.973749, 4.928269, 4.818160, 4.491072, 3.351622",\
|
|
"5.259037, 5.213557, 5.103448, 4.776360, 3.636910",\
|
|
"6.099032, 6.053553, 5.943443, 5.616355, 4.476906");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.946105, -0.900625, -0.790516, -0.463428, 0.676022",\
|
|
"-0.995524, -0.950045, -0.839935, -0.512847, 0.626603",\
|
|
"-1.100398, -1.054918, -0.944808, -0.617720, 0.521729",\
|
|
"-1.345723, -1.300243, -1.190133, -0.863045, 0.276404",\
|
|
"-2.136694, -2.091215, -1.981105, -1.654017, -0.514567");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.446385, -4.400906, -4.290796, -3.963708, -2.824259",\
|
|
"-4.494506, -4.449026, -4.338916, -4.011828, -2.872379",\
|
|
"-4.606264, -4.560784, -4.450675, -4.123587, -2.984137",\
|
|
"-4.891552, -4.846072, -4.735963, -4.408875, -3.269425",\
|
|
"-5.731547, -5.686068, -5.575957, -5.248870, -4.109420");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[15] */
|
|
|
|
pin("mask_rev_in[14]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.016124 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.609576, 1.564096, 1.453987, 1.126899, -0.012551",\
|
|
"1.660760, 1.615280, 1.505170, 1.178082, 0.038633",\
|
|
"1.764930, 1.719450, 1.609341, 1.282253, 0.142803",\
|
|
"2.008830, 1.963350, 1.853240, 1.526152, 0.386702",\
|
|
"2.798592, 2.753112, 2.643003, 2.315914, 1.176465");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.342443, 4.296963, 4.186853, 3.859765, 2.720316",\
|
|
"4.390489, 4.345009, 4.234899, 3.907811, 2.768361",\
|
|
"4.502826, 4.457346, 4.347236, 4.020148, 2.880698",\
|
|
"4.789025, 4.743545, 4.633435, 4.306347, 3.166898",\
|
|
"5.648733, 5.603253, 5.493143, 5.166055, 4.026606");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.471017, -1.425537, -1.315427, -0.988339, 0.151110",\
|
|
"-1.522201, -1.476721, -1.366611, -1.039523, 0.099926",\
|
|
"-1.626371, -1.580891, -1.470781, -1.143693, -0.004244",\
|
|
"-1.870270, -1.824790, -1.714681, -1.387593, -0.248143",\
|
|
"-2.660033, -2.614553, -2.504443, -2.177356, -1.037906");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.966494, -3.921014, -3.810904, -3.483816, -2.344367",\
|
|
"-4.014540, -3.969060, -3.858950, -3.531862, -2.392412",\
|
|
"-4.126877, -4.081397, -3.971287, -3.644199, -2.504750",\
|
|
"-4.413075, -4.367596, -4.257486, -3.930398, -2.790949",\
|
|
"-5.272783, -5.227304, -5.117194, -4.790106, -3.650656");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[14] */
|
|
|
|
pin("mask_rev_in[13]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.016849 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.016673, 1.971193, 1.861083, 1.533995, 0.394546",\
|
|
"2.066092, 2.020612, 1.910502, 1.583414, 0.443965",\
|
|
"2.171063, 2.125583, 2.015474, 1.688386, 0.548936",\
|
|
"2.416176, 2.370696, 2.260586, 1.933498, 0.794049",\
|
|
"3.207989, 3.162509, 3.052399, 2.725312, 1.585862");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.960057, 5.914577, 5.804468, 5.477380, 4.337931",\
|
|
"6.008202, 5.962722, 5.852612, 5.525524, 4.386075",\
|
|
"6.120010, 6.074531, 5.964421, 5.637333, 4.497884",\
|
|
"6.406163, 6.360683, 6.250573, 5.923486, 4.784036",\
|
|
"7.252737, 7.207257, 7.097147, 6.770060, 5.630610");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.633347, -1.587867, -1.477757, -1.150670, -0.011220",\
|
|
"-1.682766, -1.637286, -1.527176, -1.200089, -0.060639",\
|
|
"-1.787738, -1.742258, -1.632148, -1.305060, -0.165610",\
|
|
"-2.032850, -1.987370, -1.877260, -1.550173, -0.410723",\
|
|
"-2.824663, -2.779183, -2.669073, -2.341985, -1.202536");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.325541, -5.280062, -5.169952, -4.842864, -3.703414",\
|
|
"-5.373686, -5.328206, -5.218097, -4.891008, -3.751559",\
|
|
"-5.485495, -5.440015, -5.329906, -5.002817, -3.863368",\
|
|
"-5.771647, -5.726168, -5.616058, -5.288970, -4.149520",\
|
|
"-6.618222, -6.572742, -6.462632, -6.135545, -4.996095");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[13] */
|
|
|
|
pin("mask_rev_in[12]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004591 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.588345, 2.542865, 2.432755, 2.105667, 0.966218",\
|
|
"2.640508, 2.595028, 2.484918, 2.157830, 1.018381",\
|
|
"2.744686, 2.699206, 2.589097, 2.262009, 1.122559",\
|
|
"2.988787, 2.943307, 2.833197, 2.506109, 1.366660",\
|
|
"3.775147, 3.729668, 3.619558, 3.292470, 2.153020");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "9.546460, 9.500980, 9.390871, 9.063783, 7.924333",\
|
|
"9.594604, 9.549124, 9.439014, 9.111926, 7.972476",\
|
|
"9.707008, 9.661529, 9.551418, 9.224331, 8.084881",\
|
|
"9.993515, 9.948035, 9.837925, 9.510838, 8.371387",\
|
|
"10.859744, 10.814264, 10.704155, 10.377067, 9.237617");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.456523, -2.411044, -2.300934, -1.973846, -0.834397",\
|
|
"-2.508687, -2.463207, -2.353097, -2.026009, -0.886560",\
|
|
"-2.612865, -2.567385, -2.457275, -2.130188, -0.990738",\
|
|
"-2.856966, -2.811486, -2.701376, -2.374288, -1.234839",\
|
|
"-3.643326, -3.597846, -3.487736, -3.160649, -2.021199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-9.180547, -9.135067, -9.024957, -8.697869, -7.558419",\
|
|
"-9.228690, -9.183210, -9.073100, -8.746013, -7.606563",\
|
|
"-9.341095, -9.295615, -9.185505, -8.858418, -7.718967",\
|
|
"-9.627602, -9.582122, -9.472012, -9.144924, -8.005474",\
|
|
"-10.493831, -10.448351, -10.338241, -10.011153, -8.871703");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[12] */
|
|
|
|
pin("mask_rev_in[11]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.018113 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.544752, 1.499272, 1.389162, 1.062074, -0.077376",\
|
|
"1.597271, 1.551791, 1.441681, 1.114593, -0.024856",\
|
|
"1.701581, 1.656101, 1.545991, 1.218903, 0.079454",\
|
|
"1.946710, 1.901230, 1.791120, 1.464032, 0.324583",\
|
|
"2.731083, 2.685603, 2.575493, 2.248405, 1.108956");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.320184, 5.274704, 5.164594, 4.837506, 3.698056",\
|
|
"5.368155, 5.322676, 5.212566, 4.885478, 3.746028",\
|
|
"5.480438, 5.434958, 5.324848, 4.997760, 3.858310",\
|
|
"5.766521, 5.721041, 5.610931, 5.283843, 4.144394",\
|
|
"6.628950, 6.583470, 6.473361, 6.146273, 5.006823");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.213287, -1.167807, -1.057697, -0.730609, 0.409096",\
|
|
"-1.265806, -1.220326, -1.110216, -0.783128, 0.356577",\
|
|
"-1.370116, -1.324636, -1.214526, -0.887438, 0.252267",\
|
|
"-1.615245, -1.569765, -1.459655, -1.132567, 0.007138",\
|
|
"-2.399617, -2.354137, -2.244028, -1.916939, -0.777235");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.736955, -4.691475, -4.581366, -4.254277, -3.114573",\
|
|
"-4.784927, -4.739447, -4.629337, -4.302249, -3.162544",\
|
|
"-4.897209, -4.851729, -4.741620, -4.414531, -3.274827",\
|
|
"-5.183292, -5.137813, -5.027703, -4.700614, -3.560910",\
|
|
"-6.045722, -6.000242, -5.890132, -5.563044, -4.423339");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[11] */
|
|
|
|
pin("mask_rev_in[10]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.018095 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.037736, 1.992257, 1.882147, 1.555059, 0.415609",\
|
|
"2.091416, 2.045936, 1.935826, 1.608738, 0.469289",\
|
|
"2.196430, 2.150950, 2.040840, 1.713753, 0.574303",\
|
|
"2.444435, 2.398956, 2.288846, 1.961758, 0.822308",\
|
|
"3.220806, 3.175326, 3.065216, 2.738128, 1.598679");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.477007, 5.431527, 5.321417, 4.994329, 3.854880",\
|
|
"5.524880, 5.479401, 5.369290, 5.042203, 3.902753",\
|
|
"5.636919, 5.591439, 5.481329, 5.154242, 4.014791",\
|
|
"5.922748, 5.877268, 5.767158, 5.440070, 4.300620",\
|
|
"6.782959, 6.737479, 6.627369, 6.300282, 5.160831");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.733755, -1.688276, -1.578166, -1.251077, -0.111372",\
|
|
"-1.787434, -1.741955, -1.631845, -1.304756, -0.165051",\
|
|
"-1.892449, -1.846969, -1.736859, -1.409770, -0.270066",\
|
|
"-2.140454, -2.094975, -1.984865, -1.657776, -0.518071",\
|
|
"-2.916825, -2.871345, -2.761235, -2.434147, -1.294442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.946847, -4.901367, -4.791257, -4.464169, -3.324464",\
|
|
"-4.994720, -4.949241, -4.839131, -4.512042, -3.372338",\
|
|
"-5.106759, -5.061279, -4.951169, -4.624081, -3.484376",\
|
|
"-5.392588, -5.347108, -5.236998, -4.909909, -3.770205",\
|
|
"-6.252800, -6.207320, -6.097210, -5.770122, -4.630417");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[10] */
|
|
|
|
pin("mask_rev_in[9]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004399 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.664450, 1.618970, 1.508861, 1.181773, 0.042323",\
|
|
"1.713454, 1.667974, 1.557864, 1.230776, 0.091327",\
|
|
"1.825584, 1.780104, 1.669994, 1.342906, 0.203457",\
|
|
"2.134743, 2.089264, 1.979154, 1.652066, 0.512616",\
|
|
"3.210759, 3.165279, 3.055169, 2.728081, 1.588632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.522481, 5.477001, 5.366892, 5.039804, 3.900354",\
|
|
"5.573848, 5.528368, 5.418259, 5.091170, 3.951721",\
|
|
"5.685556, 5.640077, 5.529967, 5.202879, 4.063430",\
|
|
"5.998470, 5.952991, 5.842881, 5.515793, 4.376344",\
|
|
"6.983187, 6.937707, 6.827597, 6.500509, 5.361059");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.393923, -1.348444, -1.238334, -0.911245, 0.228459",\
|
|
"-1.442927, -1.397447, -1.287338, -0.960249, 0.179456",\
|
|
"-1.555057, -1.509577, -1.399468, -1.072379, 0.067326",\
|
|
"-1.864217, -1.818737, -1.708627, -1.381539, -0.241834",\
|
|
"-2.940231, -2.894752, -2.784642, -2.457553, -1.317849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.020530, -4.975050, -4.864941, -4.537852, -3.398147",\
|
|
"-5.071896, -5.026416, -4.916306, -4.589218, -3.449513",\
|
|
"-5.183605, -5.138125, -5.028016, -4.700927, -3.561223",\
|
|
"-5.496519, -5.451039, -5.340930, -5.013841, -3.874136",\
|
|
"-6.481235, -6.435755, -6.325645, -5.998557, -4.858852");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[9] */
|
|
|
|
pin("mask_rev_in[8]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.022977 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.476995, 2.431515, 2.321405, 1.994318, 0.854868",\
|
|
"2.529109, 2.483629, 2.373519, 2.046432, 0.906982",\
|
|
"2.633541, 2.588061, 2.477951, 2.150863, 1.011414",\
|
|
"2.878827, 2.833347, 2.723237, 2.396149, 1.256700",\
|
|
"3.662124, 3.616644, 3.506535, 3.179447, 2.039997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.072900, 8.027420, 7.917310, 7.590222, 6.450773",\
|
|
"8.120618, 8.075138, 7.965028, 7.637940, 6.498491",\
|
|
"8.232890, 8.187410, 8.077301, 7.750213, 6.610763",\
|
|
"8.519013, 8.473534, 8.363424, 8.036336, 6.896886",\
|
|
"9.382332, 9.336852, 9.226742, 8.899654, 7.760205");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.172915, -2.127436, -2.017326, -1.690237, -0.550533",\
|
|
"-2.225029, -2.179550, -2.069440, -1.742351, -0.602647",\
|
|
"-2.329461, -2.283981, -2.173872, -1.846783, -0.707078",\
|
|
"-2.574747, -2.529267, -2.419158, -2.092069, -0.952364",\
|
|
"-3.358045, -3.312565, -3.202456, -2.875367, -1.735662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.528005, -7.482525, -7.372415, -7.045326, -5.905622",\
|
|
"-7.575723, -7.530243, -7.420133, -7.093044, -5.953340",\
|
|
"-7.687995, -7.642515, -7.532405, -7.205317, -6.065612",\
|
|
"-7.974118, -7.928638, -7.818529, -7.491440, -6.351735",\
|
|
"-8.837437, -8.791957, -8.681847, -8.354758, -7.215054");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[8] */
|
|
|
|
pin("mask_rev_in[7]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.019535 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.270489, 1.225009, 1.114899, 0.787812, -0.351638",\
|
|
"1.319540, 1.274060, 1.163950, 0.836862, -0.302587",\
|
|
"1.424411, 1.378931, 1.268821, 0.941733, -0.197716",\
|
|
"1.669579, 1.624099, 1.513989, 1.186901, 0.047452",\
|
|
"2.456078, 2.410598, 2.300488, 1.973400, 0.833951");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.204971, 5.159492, 5.049382, 4.722294, 3.582844",\
|
|
"5.252667, 5.207188, 5.097078, 4.769990, 3.630541",\
|
|
"5.364413, 5.318933, 5.208824, 4.881736, 3.742286",\
|
|
"5.648533, 5.603053, 5.492944, 5.165855, 4.026406",\
|
|
"6.483015, 6.437535, 6.327425, 6.000338, 4.860888");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.137312, -1.091833, -0.981723, -0.654635, 0.484815",\
|
|
"-1.186363, -1.140883, -1.030774, -0.703686, 0.435764",\
|
|
"-1.291234, -1.245754, -1.135644, -0.808556, 0.330893",\
|
|
"-1.536402, -1.490922, -1.380812, -1.053725, 0.085725",\
|
|
"-2.322901, -2.277422, -2.167312, -1.840224, -0.700774");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.837486, -4.792006, -4.681896, -4.354809, -3.215359",\
|
|
"-4.885182, -4.839703, -4.729592, -4.402505, -3.263055",\
|
|
"-4.996928, -4.951448, -4.841339, -4.514251, -3.374801",\
|
|
"-5.281048, -5.235568, -5.125458, -4.798370, -3.658921",\
|
|
"-6.115529, -6.070049, -5.959939, -5.632852, -4.493402");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[7] */
|
|
|
|
pin("mask_rev_in[6]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.007555 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.726314, 2.680834, 2.570724, 2.243636, 1.104187",\
|
|
"2.779190, 2.733710, 2.623600, 2.296512, 1.157063",\
|
|
"2.883604, 2.838124, 2.728014, 2.400926, 1.261477",\
|
|
"3.129036, 3.083556, 2.973446, 2.646358, 1.506909",\
|
|
"3.912341, 3.866861, 3.756751, 3.429663, 2.290213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.378391, 6.332911, 6.222801, 5.895713, 4.756264",\
|
|
"6.426508, 6.381029, 6.270919, 5.943830, 4.804381",\
|
|
"6.538791, 6.493311, 6.383202, 6.056113, 4.916664",\
|
|
"6.824739, 6.779259, 6.669149, 6.342061, 5.202612",\
|
|
"7.686759, 7.641280, 7.531170, 7.204082, 6.064632");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.587763, -2.542283, -2.432173, -2.105086, -0.965636",\
|
|
"-2.640639, -2.595159, -2.485049, -2.157962, -1.018512",\
|
|
"-2.745053, -2.699573, -2.589463, -2.262376, -1.122926",\
|
|
"-2.990485, -2.945005, -2.834895, -2.507807, -1.368358",\
|
|
"-3.773789, -3.728309, -3.618200, -3.291112, -2.151662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.002442, -5.956963, -5.846852, -5.519765, -4.380315",\
|
|
"-6.050560, -6.005080, -5.894970, -5.567883, -4.428432",\
|
|
"-6.162843, -6.117363, -6.007253, -5.680165, -4.540715",\
|
|
"-6.448790, -6.403310, -6.293200, -5.966112, -4.826662",\
|
|
"-7.310811, -7.265331, -7.155221, -6.828134, -5.688684");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[6] */
|
|
|
|
pin("mask_rev_in[5]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004241 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.735671, 2.690192, 2.580082, 2.252994, 1.113544",\
|
|
"2.787420, 2.741940, 2.631830, 2.304743, 1.165293",\
|
|
"2.891412, 2.845933, 2.735823, 2.408735, 1.269285",\
|
|
"3.134977, 3.089497, 2.979387, 2.652299, 1.512850",\
|
|
"3.923910, 3.878430, 3.768320, 3.441232, 2.301783");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.087131, 8.041651, 7.931540, 7.604453, 6.465003",\
|
|
"8.135281, 8.089801, 7.979691, 7.652603, 6.513153",\
|
|
"8.247740, 8.202260, 8.092150, 7.765062, 6.625612",\
|
|
"8.534305, 8.488825, 8.378715, 8.051627, 6.912177",\
|
|
"9.400016, 9.354536, 9.244426, 8.917338, 7.777888");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.352345, -2.306865, -2.196756, -1.869668, -0.730218",\
|
|
"-2.404094, -2.358614, -2.248504, -1.921417, -0.781967",\
|
|
"-2.508086, -2.462607, -2.352497, -2.025409, -0.885959",\
|
|
"-2.751651, -2.706171, -2.596061, -2.268973, -1.129523",\
|
|
"-3.540584, -3.495104, -3.384994, -3.057906, -1.918457");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.452615, -7.407135, -7.297025, -6.969937, -5.830487",\
|
|
"-7.500765, -7.455285, -7.345175, -7.018087, -5.878637",\
|
|
"-7.613224, -7.567744, -7.457634, -7.130547, -5.991096",\
|
|
"-7.899789, -7.854309, -7.744199, -7.417111, -6.277661",\
|
|
"-8.765500, -8.720020, -8.609910, -8.282823, -7.143373");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[5] */
|
|
|
|
pin("mask_rev_in[4]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004255 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.151648, 2.106168, 1.996058, 1.668970, 0.529521",\
|
|
"2.204123, 2.158643, 2.048533, 1.721445, 0.581996",\
|
|
"2.308289, 2.262809, 2.152699, 1.825612, 0.686162",\
|
|
"2.552812, 2.507332, 2.397223, 2.070135, 0.930685",\
|
|
"3.338822, 3.293343, 3.183233, 2.856145, 1.716695");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.131841, 8.086361, 7.976251, 7.649163, 6.509714",\
|
|
"8.179998, 8.134519, 8.024408, 7.697321, 6.557871",\
|
|
"8.292357, 8.246878, 8.136768, 7.809680, 6.670230",\
|
|
"8.578704, 8.533224, 8.423115, 8.096026, 6.956577",\
|
|
"9.442857, 9.397377, 9.287268, 8.960179, 7.820730");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.019826, -1.974346, -1.864236, -1.537149, -0.397699",\
|
|
"-2.072301, -2.026821, -1.916711, -1.589624, -0.450174",\
|
|
"-2.176467, -2.130988, -2.020878, -1.693790, -0.554341",\
|
|
"-2.420990, -2.375511, -2.265401, -1.938313, -0.798864",\
|
|
"-3.207001, -3.161521, -3.051411, -2.724324, -1.584874");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.765927, -7.720447, -7.610337, -7.283250, -6.143800",\
|
|
"-7.814085, -7.768605, -7.658495, -7.331408, -6.191957",\
|
|
"-7.926444, -7.880964, -7.770854, -7.443767, -6.304317",\
|
|
"-8.212790, -8.167311, -8.057200, -7.730113, -6.590663",\
|
|
"-9.076943, -9.031464, -8.921353, -8.594266, -7.454816");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[4] */
|
|
|
|
pin("mask_rev_in[3]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002595 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.067950, 1.022470, 0.912361, 0.585273, -0.554177",\
|
|
"1.117571, 1.072091, 0.961982, 0.634894, -0.504556",\
|
|
"1.222494, 1.177014, 1.066904, 0.739816, -0.399634",\
|
|
"1.467543, 1.422064, 1.311954, 0.984866, -0.154584",\
|
|
"2.257825, 2.212345, 2.102235, 1.775147, 0.635698");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.083581, 5.038102, 4.927992, 4.600904, 3.461454",\
|
|
"5.131938, 5.086459, 4.976349, 4.649261, 3.509811",\
|
|
"5.243716, 5.198236, 5.088126, 4.761038, 3.621588",\
|
|
"5.529459, 5.483979, 5.373869, 5.046781, 3.907331",\
|
|
"6.373353, 6.327873, 6.217763, 5.890676, 4.751225");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.736485, -0.691006, -0.580896, -0.253807, 0.885897",\
|
|
"-0.786106, -0.740627, -0.630517, -0.303428, 0.836276",\
|
|
"-0.891029, -0.845549, -0.735439, -0.408351, 0.731354",\
|
|
"-1.136079, -1.090599, -0.980489, -0.653401, 0.486304",\
|
|
"-1.926360, -1.880880, -1.770770, -1.443682, -0.303977");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.500353, -4.454873, -4.344764, -4.017675, -2.877970",\
|
|
"-4.548710, -4.503230, -4.393121, -4.066032, -2.926327",\
|
|
"-4.660487, -4.615007, -4.504897, -4.177809, -3.038104",\
|
|
"-4.946230, -4.900750, -4.790641, -4.463552, -3.323847",\
|
|
"-5.790125, -5.744645, -5.634536, -5.307447, -4.167742");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[3] */
|
|
|
|
pin("mask_rev_in[2]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003556 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.272730, 1.227251, 1.117141, 0.790053, -0.349397",\
|
|
"1.324038, 1.278558, 1.168448, 0.841360, -0.298090",\
|
|
"1.436315, 1.390835, 1.280725, 0.953637, -0.185812",\
|
|
"1.709882, 1.664402, 1.554292, 1.227204, 0.087755",\
|
|
"2.643844, 2.598364, 2.488254, 2.161166, 1.021717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.879575, 4.834095, 4.723985, 4.396897, 3.257447",\
|
|
"4.925070, 4.879590, 4.769481, 4.442392, 3.302943",\
|
|
"5.038354, 4.992874, 4.882765, 4.555676, 3.416227",\
|
|
"5.404718, 5.359239, 5.249129, 4.922041, 3.782592",\
|
|
"6.810548, 6.765068, 6.654958, 6.327870, 5.188420");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.968749, -0.923270, -0.813160, -0.486071, 0.653634",\
|
|
"-1.020056, -0.974577, -0.864467, -0.537378, 0.602326",\
|
|
"-1.132333, -1.086854, -0.976744, -0.649655, 0.490050",\
|
|
"-1.405901, -1.360421, -1.250311, -0.923223, 0.216482",\
|
|
"-2.339863, -2.294383, -2.184273, -1.857185, -0.717480");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.349415, -4.303935, -4.193825, -3.866737, -2.727032",\
|
|
"-4.394910, -4.349430, -4.239320, -3.912232, -2.772527",\
|
|
"-4.508194, -4.462714, -4.352604, -4.025516, -2.885811",\
|
|
"-4.874558, -4.829079, -4.718969, -4.391880, -3.252176",\
|
|
"-6.280388, -6.234908, -6.124798, -5.797709, -4.658005");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[2] */
|
|
|
|
pin("mask_rev_in[1]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003072 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.734009, 2.688529, 2.578419, 2.251331, 1.111881",\
|
|
"2.785341, 2.739861, 2.629751, 2.302663, 1.163213",\
|
|
"2.897579, 2.852099, 2.741989, 2.414901, 1.275452",\
|
|
"3.171099, 3.125619, 3.015509, 2.688421, 1.548972",\
|
|
"4.105541, 4.060061, 3.949952, 3.622864, 2.483414");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.896257, 7.850778, 7.740667, 7.413580, 6.274130",\
|
|
"7.941731, 7.896252, 7.786141, 7.459054, 6.319604",\
|
|
"8.055024, 8.009544, 7.899434, 7.572347, 6.432897",\
|
|
"8.421353, 8.375874, 8.265763, 7.938676, 6.799226",\
|
|
"9.827983, 9.782503, 9.672393, 9.345305, 8.205855");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.463480, -2.418001, -2.307891, -1.980803, -0.841098",\
|
|
"-2.514813, -2.469333, -2.359224, -2.032135, -0.892430",\
|
|
"-2.627051, -2.581572, -2.471462, -2.144373, -1.004669",\
|
|
"-2.900571, -2.855091, -2.744982, -2.417893, -1.278188",\
|
|
"-3.835013, -3.789534, -3.679424, -3.352335, -2.212631");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.394305, -7.348825, -7.238716, -6.911627, -5.771923",\
|
|
"-7.439779, -7.394300, -7.284190, -6.957101, -5.817397",\
|
|
"-7.553072, -7.507592, -7.397483, -7.070394, -5.930689",\
|
|
"-7.919401, -7.873921, -7.763812, -7.436723, -6.297019",\
|
|
"-9.326031, -9.280551, -9.170442, -8.843353, -7.703648");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[1] */
|
|
|
|
pin("mask_rev_in[0]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002905 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.476927, 1.431448, 1.321338, 0.994250, -0.145200",\
|
|
"1.528711, 1.483231, 1.373121, 1.046033, -0.093416",\
|
|
"1.632704, 1.587224, 1.477114, 1.150026, 0.010576",\
|
|
"1.876233, 1.830753, 1.720643, 1.393555, 0.254106",\
|
|
"2.665006, 2.619526, 2.509416, 2.182328, 1.042879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.182476, 5.136996, 5.026886, 4.699798, 3.560349",\
|
|
"5.230653, 5.185174, 5.075064, 4.747976, 3.608526",\
|
|
"5.343107, 5.297627, 5.187517, 4.860429, 3.720980",\
|
|
"5.629438, 5.583958, 5.473848, 5.146760, 4.007311",\
|
|
"6.493829, 6.448349, 6.338239, 6.011151, 4.871702");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.172850, -1.127370, -1.017261, -0.690172, 0.449533",\
|
|
"-1.224634, -1.179154, -1.069044, -0.741956, 0.397749",\
|
|
"-1.328627, -1.283147, -1.173037, -0.845948, 0.293756",\
|
|
"-1.572156, -1.526676, -1.416566, -1.089478, 0.050227",\
|
|
"-2.360929, -2.315449, -2.205339, -1.878250, -0.738546");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.637578, -4.592098, -4.481988, -4.154900, -3.015195",\
|
|
"-4.685756, -4.640276, -4.530166, -4.203077, -3.063373",\
|
|
"-4.798209, -4.752729, -4.642620, -4.315531, -3.175826",\
|
|
"-5.084540, -5.039061, -4.928951, -4.601862, -3.462157",\
|
|
"-5.948932, -5.903452, -5.793342, -5.466253, -4.326549");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[0] */
|
|
} /* end of bus mask_rev_in */
|
|
bus ( mgmt_gpio_in ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : input ;
|
|
|
|
pin("mgmt_gpio_in[37]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003006 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[37];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.288349, 1.242870, 1.132760, 0.805672, -0.333778",\
|
|
"1.339696, 1.294216, 1.184107, 0.857019, -0.282431",\
|
|
"1.451904, 1.406424, 1.296314, 0.969226, -0.170223",\
|
|
"1.725399, 1.679919, 1.569809, 1.242721, 0.103271",\
|
|
"2.659492, 2.614012, 2.503902, 2.176814, 1.037365");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.834861, 5.789381, 5.679271, 5.352183, 4.212733",\
|
|
"5.880309, 5.834829, 5.724719, 5.397632, 4.258182",\
|
|
"5.993607, 5.948127, 5.838017, 5.510929, 4.371479",\
|
|
"6.359916, 6.314436, 6.204326, 5.877238, 4.737788",\
|
|
"7.766829, 7.721349, 7.611238, 7.284151, 6.144701");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.905034, -0.859554, -0.749444, -0.422356, 0.717094",\
|
|
"-0.956380, -0.910901, -0.800791, -0.473703, 0.665747",\
|
|
"-1.068588, -1.023108, -0.912998, -0.585911, 0.553539",\
|
|
"-1.342083, -1.296603, -1.186493, -0.859405, 0.280045",\
|
|
"-2.276176, -2.230696, -2.120586, -1.793498, -0.654048");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.200346, -5.154866, -5.044756, -4.717669, -3.578218",\
|
|
"-5.245794, -5.200315, -5.090204, -4.763117, -3.623667",\
|
|
"-5.359091, -5.313611, -5.203502, -4.876413, -3.736964",\
|
|
"-5.725400, -5.679920, -5.569811, -5.242723, -4.103273",\
|
|
"-7.132314, -7.086834, -6.976724, -6.649636, -5.510186");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[37] */
|
|
|
|
pin("mgmt_gpio_in[36]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004063 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[36];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.743919, 2.698439, 2.588329, 2.261241, 1.121792",\
|
|
"2.793800, 2.748320, 2.638210, 2.311122, 1.171673",\
|
|
"2.906137, 2.860657, 2.750547, 2.423459, 1.284009",\
|
|
"3.248658, 3.203178, 3.093069, 2.765981, 1.626531",\
|
|
"4.517502, 4.472023, 4.361913, 4.034825, 2.895375");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "9.950166, 9.904686, 9.794577, 9.467488, 8.328039",\
|
|
"9.999276, 9.953796, 9.843687, 9.516599, 8.377150",\
|
|
"10.112413, 10.066934, 9.956823, 9.629736, 8.490286",\
|
|
"10.463929, 10.418449, 10.308340, 9.981252, 8.841803",\
|
|
"11.727199, 11.681719, 11.571609, 11.244521, 10.105072");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.612097, -2.566617, -2.456508, -2.129420, -0.989970",\
|
|
"-2.661979, -2.616499, -2.506389, -2.179302, -1.039852",\
|
|
"-2.774315, -2.728835, -2.618725, -2.291638, -1.152188",\
|
|
"-3.116837, -3.071357, -2.961247, -2.634159, -1.494710",\
|
|
"-4.385681, -4.340201, -4.230091, -3.903003, -2.763554");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-9.584252, -9.538773, -9.428662, -9.101575, -7.962125",\
|
|
"-9.633363, -9.587883, -9.477773, -9.150685, -8.011235",\
|
|
"-9.746500, -9.701020, -9.590910, -9.263823, -8.124372",\
|
|
"-10.098016, -10.052536, -9.942426, -9.615338, -8.475888",\
|
|
"-11.361285, -11.315805, -11.205695, -10.878608, -9.739158");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[36] */
|
|
|
|
pin("mgmt_gpio_in[35]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005296 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[35];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.892555, 1.847075, 1.736965, 1.409877, 0.270428",\
|
|
"1.941334, 1.895855, 1.785745, 1.458657, 0.319207",\
|
|
"2.053608, 2.008128, 1.898018, 1.570930, 0.431481",\
|
|
"2.362703, 2.317223, 2.207113, 1.880025, 0.740576",\
|
|
"3.441175, 3.395695, 3.285585, 2.958497, 1.819047");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.156268, 8.110788, 8.000678, 7.673591, 6.534141",\
|
|
"8.207126, 8.161646, 8.051536, 7.724448, 6.584998",\
|
|
"8.318635, 8.273155, 8.163045, 7.835958, 6.696507",\
|
|
"8.633407, 8.587927, 8.477817, 8.150729, 7.011279",\
|
|
"9.619006, 9.573526, 9.463416, 9.136329, 7.996879");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.561064, -1.515584, -1.405475, -1.078386, 0.061319",\
|
|
"-1.609844, -1.564364, -1.454254, -1.127166, 0.012539",\
|
|
"-1.722117, -1.676638, -1.566528, -1.239439, -0.099735",\
|
|
"-2.031212, -1.985733, -1.875623, -1.548534, -0.408830",\
|
|
"-3.109684, -3.064204, -2.954095, -2.627006, -1.487301");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.573040, -7.527560, -7.417450, -7.090362, -5.950657",\
|
|
"-7.623897, -7.578417, -7.468307, -7.141219, -6.001514",\
|
|
"-7.735405, -7.689926, -7.579816, -7.252728, -6.113023",\
|
|
"-8.050178, -8.004698, -7.894588, -7.567499, -6.427794",\
|
|
"-9.035777, -8.990297, -8.880187, -8.553099, -7.413394");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[35] */
|
|
|
|
pin("mgmt_gpio_in[34]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005169 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[34];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.940531, 1.895052, 1.784942, 1.457854, 0.318404",\
|
|
"1.991779, 1.946299, 1.836190, 1.509102, 0.369652",\
|
|
"2.106110, 2.060630, 1.950520, 1.623432, 0.483983",\
|
|
"2.436330, 2.390850, 2.280740, 1.953652, 0.814203",\
|
|
"3.648363, 3.602884, 3.492774, 3.165686, 2.026236");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.996535, 7.951056, 7.840945, 7.513858, 6.374408",\
|
|
"8.047894, 8.002415, 7.892304, 7.565217, 6.425767",\
|
|
"8.162551, 8.117071, 8.006961, 7.679873, 6.540423",\
|
|
"8.519059, 8.473579, 8.363469, 8.036382, 6.896932",\
|
|
"9.882352, 9.836872, 9.726762, 9.399674, 8.260224");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.636549, -1.591069, -1.480959, -1.153870, -0.014166",\
|
|
"-1.687796, -1.642316, -1.532207, -1.205118, -0.065413",\
|
|
"-1.802126, -1.756647, -1.646537, -1.319448, -0.179744",\
|
|
"-2.132347, -2.086867, -1.976757, -1.649668, -0.509964",\
|
|
"-3.344380, -3.298900, -3.188790, -2.861702, -1.721997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.462866, -7.417386, -7.307276, -6.980187, -5.840483",\
|
|
"-7.514232, -7.468752, -7.358642, -7.031553, -5.891849",\
|
|
"-7.628885, -7.583405, -7.473296, -7.146207, -6.006502",\
|
|
"-7.985394, -7.939914, -7.829804, -7.502715, -6.363010",\
|
|
"-9.352191, -9.306711, -9.196602, -8.869513, -7.729808");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[34] */
|
|
|
|
pin("mgmt_gpio_in[33]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.009353 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[33];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.920223, 2.874743, 2.764633, 2.437546, 1.298096",\
|
|
"2.969002, 2.923522, 2.813412, 2.486324, 1.346874",\
|
|
"3.081224, 3.035744, 2.925635, 2.598547, 1.459097",\
|
|
"3.390298, 3.344818, 3.234709, 2.907621, 1.768171",\
|
|
"4.467292, 4.421812, 4.311702, 3.984614, 2.845165");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.372184, 7.326704, 7.216594, 6.889506, 5.750056",\
|
|
"7.423144, 7.377665, 7.267554, 6.940467, 5.801017",\
|
|
"7.534723, 7.489244, 7.379133, 7.052046, 5.912596",\
|
|
"7.848902, 7.803422, 7.693312, 7.366224, 6.226774",\
|
|
"8.834912, 8.789433, 8.679322, 8.352235, 7.212785");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.649696, -2.604216, -2.494107, -2.167018, -1.027313",\
|
|
"-2.698474, -2.652994, -2.542885, -2.215796, -1.076091",\
|
|
"-2.810697, -2.765217, -2.655107, -2.328019, -1.188314",\
|
|
"-3.119771, -3.074291, -2.964181, -2.637093, -1.497388",\
|
|
"-4.196764, -4.151284, -4.041175, -3.714086, -2.574381");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.870232, -6.824752, -6.714643, -6.387554, -5.247849",\
|
|
"-6.921192, -6.875712, -6.765603, -6.438514, -5.298810",\
|
|
"-7.032771, -6.987291, -6.877182, -6.550093, -5.410388",\
|
|
"-7.346950, -7.301470, -7.191360, -6.864272, -5.724567",\
|
|
"-8.332960, -8.287480, -8.177371, -7.850282, -6.710577");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[33] */
|
|
|
|
pin("mgmt_gpio_in[32]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003934 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[32];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.401436, 2.355957, 2.245847, 1.918759, 0.779309",\
|
|
"2.452672, 2.407192, 2.297082, 1.969994, 0.830544",\
|
|
"2.565085, 2.519605, 2.409495, 2.082407, 0.942958",\
|
|
"2.838791, 2.793311, 2.683201, 2.356113, 1.216664",\
|
|
"3.767603, 3.722123, 3.612013, 3.284925, 2.145476");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.196843, 7.151363, 7.041254, 6.714166, 5.574716",\
|
|
"7.242433, 7.196953, 7.086843, 6.759755, 5.620306",\
|
|
"7.355693, 7.310213, 7.200103, 6.873015, 5.733566",\
|
|
"7.722157, 7.676678, 7.566568, 7.239480, 6.100030",\
|
|
"9.131927, 9.086447, 8.976337, 8.649249, 7.509799");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.097359, -2.051879, -1.941770, -1.614681, -0.474976",\
|
|
"-2.148594, -2.103115, -1.993005, -1.665916, -0.526212",\
|
|
"-2.261008, -2.215528, -2.105418, -1.778330, -0.638625",\
|
|
"-2.534714, -2.489234, -2.379124, -2.052036, -0.912331",\
|
|
"-3.463527, -3.418047, -3.307937, -2.980849, -1.841144");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.651947, -6.606467, -6.496357, -6.169269, -5.029564",\
|
|
"-6.697536, -6.652057, -6.541947, -6.214858, -5.075153",\
|
|
"-6.810797, -6.765317, -6.655207, -6.328118, -5.188414",\
|
|
"-7.177261, -7.131782, -7.021672, -6.694583, -5.554878",\
|
|
"-8.587030, -8.541551, -8.431440, -8.104352, -6.964647");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[32] */
|
|
|
|
pin("mgmt_gpio_in[31]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.009876 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.838247, 1.792767, 1.682657, 1.355570, 0.216120",\
|
|
"1.890689, 1.845209, 1.735099, 1.408011, 0.268562",\
|
|
"1.994950, 1.949470, 1.839360, 1.512273, 0.372823",\
|
|
"2.239694, 2.194214, 2.084104, 1.757016, 0.617567",\
|
|
"3.024791, 2.979311, 2.869201, 2.542114, 1.402664");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.317809, 5.272329, 5.162220, 4.835132, 3.695682",\
|
|
"5.365878, 5.320398, 5.210289, 4.883201, 3.743751",\
|
|
"5.478205, 5.432725, 5.322616, 4.995527, 3.856078",\
|
|
"5.764619, 5.719139, 5.609030, 5.281941, 4.142492",\
|
|
"6.628796, 6.583316, 6.473206, 6.146118, 5.006668");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.705070, -1.659590, -1.549481, -1.222393, -0.082943",\
|
|
"-1.757512, -1.712032, -1.601922, -1.274834, -0.135385",\
|
|
"-1.861773, -1.816294, -1.706184, -1.379096, -0.239646",\
|
|
"-2.106517, -2.061038, -1.950928, -1.623840, -0.484390",\
|
|
"-2.891615, -2.846135, -2.736025, -2.408937, -1.269488");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.950324, -4.904844, -4.794735, -4.467647, -3.328197",\
|
|
"-4.998393, -4.952913, -4.842803, -4.515716, -3.376266",\
|
|
"-5.110720, -5.065240, -4.955131, -4.628042, -3.488593",\
|
|
"-5.397134, -5.351654, -5.241544, -4.914456, -3.775007",\
|
|
"-6.261310, -6.215830, -6.105720, -5.778632, -4.639182");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[31] */
|
|
|
|
pin("mgmt_gpio_in[30]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.010679 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.012169, 1.966689, 1.856579, 1.529491, 0.390042",\
|
|
"2.058744, 2.013265, 1.903155, 1.576067, 0.436617",\
|
|
"2.171701, 2.126222, 2.016112, 1.689024, 0.549574",\
|
|
"2.485962, 2.440483, 2.330373, 2.003285, 0.863835",\
|
|
"3.570834, 3.525354, 3.415244, 3.088156, 1.948706");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.015462, 5.969983, 5.859873, 5.532784, 4.393335",\
|
|
"6.063696, 6.018217, 5.908107, 5.581018, 4.441569",\
|
|
"6.176487, 6.131008, 6.020898, 5.693810, 4.554360",\
|
|
"6.529255, 6.483776, 6.373666, 6.046577, 4.907128",\
|
|
"7.809106, 7.763627, 7.653517, 7.326428, 6.186979");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.873618, -1.828138, -1.718028, -1.390940, -0.251491",\
|
|
"-1.920193, -1.874714, -1.764604, -1.437516, -0.298066",\
|
|
"-2.033150, -1.987671, -1.877561, -1.550473, -0.411023",\
|
|
"-2.347411, -2.301932, -2.191822, -1.864734, -0.725284",\
|
|
"-3.432282, -3.386802, -3.276693, -2.949605, -1.810155");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.639514, -5.594034, -5.483924, -5.156837, -4.017386",\
|
|
"-5.687748, -5.642268, -5.532158, -5.205070, -4.065620",\
|
|
"-5.800539, -5.755059, -5.644949, -5.317862, -4.178411",\
|
|
"-6.153307, -6.107827, -5.997717, -5.670630, -4.531179",\
|
|
"-7.433157, -7.387677, -7.277567, -6.950480, -5.811029");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[30] */
|
|
|
|
pin("mgmt_gpio_in[29]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.012338 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.400375, 1.354895, 1.244785, 0.917697, -0.221752",\
|
|
"1.453214, 1.407734, 1.297625, 0.970537, -0.168913",\
|
|
"1.557661, 1.512182, 1.402072, 1.074984, -0.064466",\
|
|
"1.803241, 1.757761, 1.647651, 1.320564, 0.181114",\
|
|
"2.586158, 2.540678, 2.430568, 2.103481, 0.964031");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.297730, 5.252251, 5.142140, 4.815053, 3.675603",\
|
|
"5.345779, 5.300300, 5.190189, 4.863102, 3.723652",\
|
|
"5.458047, 5.412567, 5.302457, 4.975369, 3.835920",\
|
|
"5.743997, 5.698517, 5.588407, 5.261319, 4.121869",\
|
|
"6.605982, 6.560502, 6.450392, 6.123304, 4.983854");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.017059, -0.971579, -0.861469, -0.534381, 0.605068",\
|
|
"-1.069898, -1.024419, -0.914309, -0.587221, 0.552229",\
|
|
"-1.174345, -1.128866, -1.018756, -0.691668, 0.447782",\
|
|
"-1.419925, -1.374445, -1.264336, -0.937248, 0.202202",\
|
|
"-2.202842, -2.157362, -2.047252, -1.720165, -0.580715");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.663215, -4.617735, -4.507626, -4.180537, -3.041088",\
|
|
"-4.711264, -4.665784, -4.555675, -4.228586, -3.089137",\
|
|
"-4.823532, -4.778052, -4.667942, -4.340855, -3.201405",\
|
|
"-5.109481, -5.064001, -4.953892, -4.626803, -3.487354",\
|
|
"-5.971467, -5.925987, -5.815877, -5.488790, -4.349339");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[29] */
|
|
|
|
pin("mgmt_gpio_in[28]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.008594 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.186433, 2.140953, 2.030843, 1.703755, 0.564306",\
|
|
"2.233921, 2.188441, 2.078331, 1.751244, 0.611794",\
|
|
"2.346850, 2.301371, 2.191261, 1.864173, 0.724723",\
|
|
"2.661359, 2.615879, 2.505769, 2.178681, 1.039232",\
|
|
"3.752236, 3.706756, 3.596646, 3.269558, 2.130109");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "9.302279, 9.256799, 9.146688, 8.819601, 7.680151",\
|
|
"9.350584, 9.305104, 9.194994, 8.867907, 7.728457",\
|
|
"9.463104, 9.417624, 9.307514, 8.980427, 7.840977",\
|
|
"9.816313, 9.770833, 9.660723, 9.333635, 8.194185",\
|
|
"11.087967, 11.042487, 10.932377, 10.605289, 9.465839");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.054611, -2.009131, -1.899022, -1.571934, -0.432484",\
|
|
"-2.102099, -2.056620, -1.946510, -1.619422, -0.479973",\
|
|
"-2.215029, -2.169549, -2.059439, -1.732352, -0.592902",\
|
|
"-2.529538, -2.484058, -2.373948, -2.046860, -0.907411",\
|
|
"-3.620414, -3.574934, -3.464825, -3.137737, -1.998287");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-8.936365, -8.890885, -8.780775, -8.453688, -7.314238",\
|
|
"-8.984671, -8.939191, -8.829081, -8.501993, -7.362543",\
|
|
"-9.097191, -9.051711, -8.941601, -8.614513, -7.475063",\
|
|
"-9.450399, -9.404920, -9.294809, -8.967722, -7.828272",\
|
|
"-10.722054, -10.676574, -10.566463, -10.239376, -9.099926");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[28] */
|
|
|
|
pin("mgmt_gpio_in[27]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.011620 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.979450, 1.933970, 1.823860, 1.496772, 0.357323",\
|
|
"2.028083, 1.982604, 1.872494, 1.545406, 0.405956",\
|
|
"2.140382, 2.094903, 1.984793, 1.657705, 0.518255",\
|
|
"2.449648, 2.404168, 2.294058, 1.966970, 0.827521",\
|
|
"3.531833, 3.486353, 3.376244, 3.049155, 1.909706");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.386991, 8.341511, 8.231400, 7.904313, 6.764863",\
|
|
"8.437655, 8.392176, 8.282065, 7.954978, 6.815528",\
|
|
"8.549130, 8.503651, 8.393540, 8.066453, 6.927003",\
|
|
"8.864169, 8.818689, 8.708579, 8.381492, 7.242042",\
|
|
"9.848468, 9.802988, 9.692878, 9.365790, 8.226340");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.647959, -1.602480, -1.492370, -1.165281, -0.025577",\
|
|
"-1.696593, -1.651113, -1.541003, -1.213915, -0.074210",\
|
|
"-1.808892, -1.763412, -1.653302, -1.326214, -0.186509",\
|
|
"-2.118157, -2.072678, -1.962568, -1.635479, -0.495775",\
|
|
"-3.200343, -3.154863, -3.044753, -2.717665, -1.577960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.803762, -7.758282, -7.648172, -7.321084, -6.181379",\
|
|
"-7.854426, -7.808946, -7.698836, -7.371748, -6.232043",\
|
|
"-7.965902, -7.920422, -7.810312, -7.483224, -6.343519",\
|
|
"-8.280941, -8.235461, -8.125351, -7.798263, -6.658558",\
|
|
"-9.265240, -9.219760, -9.109650, -8.782561, -7.642857");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[27] */
|
|
|
|
pin("mgmt_gpio_in[26]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.011637 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.710006, 1.664526, 1.554417, 1.227329, 0.087879",\
|
|
"1.758725, 1.713245, 1.603136, 1.276048, 0.136598",\
|
|
"1.870955, 1.825475, 1.715365, 1.388278, 0.248828",\
|
|
"2.180170, 2.134690, 2.024580, 1.697492, 0.558043",\
|
|
"3.259833, 3.214353, 3.104243, 2.777155, 1.637706");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.498731, 7.453251, 7.343141, 7.016053, 5.876603",\
|
|
"7.549621, 7.504141, 7.394031, 7.066943, 5.927493",\
|
|
"7.661191, 7.615711, 7.505601, 7.178514, 6.039063",\
|
|
"7.975301, 7.929821, 7.819711, 7.492623, 6.353173",\
|
|
"8.959002, 8.913523, 8.803412, 8.476325, 7.336875");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.406023, -1.360543, -1.250433, -0.923345, 0.216360",\
|
|
"-1.454742, -1.409262, -1.299152, -0.972064, 0.167641",\
|
|
"-1.566972, -1.521492, -1.411382, -1.084294, 0.055411",\
|
|
"-1.876186, -1.830707, -1.720597, -1.393508, -0.253803",\
|
|
"-2.955849, -2.910369, -2.800260, -2.473171, -1.333466");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.968572, -6.923092, -6.812982, -6.485893, -5.346189",\
|
|
"-7.019462, -6.973982, -6.863872, -6.536783, -5.397079",\
|
|
"-7.131032, -7.085552, -6.975442, -6.648354, -5.508649",\
|
|
"-7.445142, -7.399662, -7.289552, -6.962463, -5.822759",\
|
|
"-8.428843, -8.383364, -8.273254, -7.946165, -6.806460");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[26] */
|
|
|
|
pin("mgmt_gpio_in[25]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.008877 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.411788, 1.366308, 1.256198, 0.929110, -0.210339",\
|
|
"1.460652, 1.415172, 1.305063, 0.977975, -0.161475",\
|
|
"1.572814, 1.527335, 1.417225, 1.090137, -0.049313",\
|
|
"1.881982, 1.836503, 1.726393, 1.399305, 0.259855",\
|
|
"2.959129, 2.913649, 2.803539, 2.476451, 1.337002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.901827, 6.856347, 6.746237, 6.419149, 5.279699",\
|
|
"6.952996, 6.907516, 6.797406, 6.470319, 5.330869",\
|
|
"7.064659, 7.019179, 6.909069, 6.581982, 5.442532",\
|
|
"7.377937, 7.332458, 7.222347, 6.895260, 5.755810",\
|
|
"8.362303, 8.316823, 8.206713, 7.879625, 6.740175");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.141260, -1.095780, -0.985671, -0.658582, 0.481123",\
|
|
"-1.190124, -1.144645, -1.034535, -0.707446, 0.432258",\
|
|
"-1.302287, -1.256807, -1.146697, -0.819609, 0.320096",\
|
|
"-1.611455, -1.565975, -1.455865, -1.128777, 0.010928",\
|
|
"-2.688601, -2.643121, -2.533011, -2.205923, -1.066218");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.399875, -6.354395, -6.244286, -5.917197, -4.777492",\
|
|
"-6.451044, -6.405564, -6.295455, -5.968366, -4.828661",\
|
|
"-6.562707, -6.517227, -6.407118, -6.080029, -4.940324",\
|
|
"-6.875985, -6.830505, -6.720396, -6.393307, -5.253603",\
|
|
"-7.860351, -7.814871, -7.704762, -7.377673, -6.237968");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[25] */
|
|
|
|
pin("mgmt_gpio_in[24]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005200 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.198910, 2.153430, 2.043320, 1.716233, 0.576783",\
|
|
"2.251490, 2.206010, 2.095901, 1.768813, 0.629363",\
|
|
"2.355739, 2.310259, 2.200149, 1.873061, 0.733612",\
|
|
"2.600519, 2.555039, 2.444929, 2.117841, 0.978392",\
|
|
"3.385679, 3.340199, 3.230090, 2.903002, 1.763552");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.294894, 6.249414, 6.139305, 5.812217, 4.672767",\
|
|
"6.343033, 6.297553, 6.187443, 5.860355, 4.720906",\
|
|
"6.455348, 6.409868, 6.299758, 5.972671, 4.833221",\
|
|
"6.741838, 6.696359, 6.586249, 6.259161, 5.119711",\
|
|
"7.606487, 7.561007, 7.450898, 7.123810, 5.984360");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.894827, -1.849347, -1.739238, -1.412149, -0.272444",\
|
|
"-1.947407, -1.901928, -1.791818, -1.464729, -0.325025",\
|
|
"-2.051656, -2.006176, -1.896066, -1.568978, -0.429273",\
|
|
"-2.296436, -2.250956, -2.140846, -1.813758, -0.674053",\
|
|
"-3.081596, -3.036117, -2.926007, -2.598918, -1.459213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.749997, -5.704517, -5.594408, -5.267319, -4.127614",\
|
|
"-5.798136, -5.752656, -5.642546, -5.315457, -4.175753",\
|
|
"-5.910451, -5.864971, -5.754861, -5.427773, -4.288068",\
|
|
"-6.196941, -6.151462, -6.041352, -5.714263, -4.574558",\
|
|
"-7.061590, -7.016110, -6.906001, -6.578912, -5.439207");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[24] */
|
|
|
|
pin("mgmt_gpio_in[23]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003089 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.648988, 2.603508, 2.493398, 2.166310, 1.026860",\
|
|
"2.696968, 2.651489, 2.541379, 2.214291, 1.074841",\
|
|
"2.809890, 2.764410, 2.654300, 2.327213, 1.187763",\
|
|
"3.124416, 3.078936, 2.968826, 2.641738, 1.502289",\
|
|
"4.216373, 4.170894, 4.060784, 3.733696, 2.594247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.439295, 5.393815, 5.283705, 4.956617, 3.817168",\
|
|
"5.487711, 5.442231, 5.332121, 5.005033, 3.865584",\
|
|
"5.600130, 5.554650, 5.444540, 5.117453, 3.978003",\
|
|
"5.953944, 5.908464, 5.798354, 5.471267, 4.331817",\
|
|
"7.225985, 7.180505, 7.070395, 6.743307, 5.603857");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.515809, -2.470330, -2.360220, -2.033132, -0.893682",\
|
|
"-2.563791, -2.518311, -2.408201, -2.081113, -0.941664",\
|
|
"-2.676712, -2.631233, -2.521123, -2.194035, -1.054585",\
|
|
"-2.991238, -2.945758, -2.835648, -2.508560, -1.369111",\
|
|
"-4.083196, -4.037716, -3.927606, -3.600518, -2.461069");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.071808, -5.026328, -4.916219, -4.589130, -3.449681",\
|
|
"-5.120224, -5.074744, -4.964635, -4.637547, -3.498097",\
|
|
"-5.232643, -5.187163, -5.077054, -4.749966, -3.610516",\
|
|
"-5.586457, -5.540977, -5.430868, -5.103780, -3.964330",\
|
|
"-6.858499, -6.813019, -6.702909, -6.375821, -5.236371");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[23] */
|
|
|
|
pin("mgmt_gpio_in[22]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004741 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.272142, 2.226662, 2.116552, 1.789464, 0.650015",\
|
|
"2.319246, 2.273766, 2.163656, 1.836568, 0.697119",\
|
|
"2.432194, 2.386714, 2.276604, 1.949516, 0.810066",\
|
|
"2.746338, 2.700859, 2.590749, 2.263661, 1.124211",\
|
|
"3.832633, 3.787153, 3.677043, 3.349955, 2.210505");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.559335, 6.513855, 6.403746, 6.076657, 4.937208",\
|
|
"6.607605, 6.562126, 6.452016, 6.124928, 4.985478",\
|
|
"6.720382, 6.674902, 6.564793, 6.237704, 5.098255",\
|
|
"7.072988, 7.027508, 6.917398, 6.590310, 5.450861",\
|
|
"8.351164, 8.305684, 8.195575, 7.868486, 6.729037");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.133591, -2.088111, -1.978001, -1.650913, -0.511464",\
|
|
"-2.180695, -2.135215, -2.025105, -1.698017, -0.558568",\
|
|
"-2.293643, -2.248163, -2.138053, -1.810965, -0.671516",\
|
|
"-2.607788, -2.562308, -2.452198, -2.125110, -0.985661",\
|
|
"-3.694081, -3.648601, -3.538491, -3.211404, -2.071954");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.183387, -6.137907, -6.027797, -5.700709, -4.561259",\
|
|
"-6.231657, -6.186177, -6.076067, -5.748980, -4.609529",\
|
|
"-6.344433, -6.298953, -6.188843, -5.861755, -4.722305",\
|
|
"-6.697040, -6.651560, -6.541450, -6.214362, -5.074912",\
|
|
"-7.975215, -7.929735, -7.819625, -7.492537, -6.353087");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[22] */
|
|
|
|
pin("mgmt_gpio_in[21]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003846 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.492556, 2.447076, 2.336966, 2.009878, 0.870429",\
|
|
"2.543903, 2.498423, 2.388314, 2.061226, 0.921776",\
|
|
"2.656078, 2.610598, 2.500488, 2.173400, 1.033951",\
|
|
"2.929538, 2.884058, 2.773948, 2.446861, 1.307411",\
|
|
"3.866430, 3.820950, 3.710840, 3.383753, 2.244303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.525203, 7.479723, 7.369613, 7.042525, 5.903075",\
|
|
"7.570619, 7.525139, 7.415029, 7.087941, 5.948491",\
|
|
"7.683920, 7.638440, 7.528330, 7.201242, 6.061792",\
|
|
"8.050207, 8.004727, 7.894617, 7.567530, 6.428080",\
|
|
"9.455184, 9.409704, 9.299594, 8.972507, 7.833056");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.109230, -2.063750, -1.953640, -1.626552, -0.487103",\
|
|
"-2.160577, -2.115097, -2.004987, -1.677899, -0.538449",\
|
|
"-2.272751, -2.227271, -2.117162, -1.790074, -0.650624",\
|
|
"-2.546211, -2.500732, -2.390622, -2.063534, -0.924084",\
|
|
"-3.483104, -3.437624, -3.327514, -3.000427, -1.860977");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.890687, -6.845207, -6.735097, -6.408010, -5.268559",\
|
|
"-6.936103, -6.890623, -6.780513, -6.453425, -5.313975",\
|
|
"-7.049404, -7.003924, -6.893814, -6.566727, -5.427277",\
|
|
"-7.415691, -7.370212, -7.260101, -6.933014, -5.793564",\
|
|
"-8.820668, -8.775188, -8.665078, -8.337991, -7.198541");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[21] */
|
|
|
|
pin("mgmt_gpio_in[20]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002521 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.985766, 1.940286, 1.830177, 1.503089, 0.363639",\
|
|
"2.037095, 1.991615, 1.881505, 1.554417, 0.414968",\
|
|
"2.149355, 2.103875, 1.993766, 1.666678, 0.527228",\
|
|
"2.422898, 2.377419, 2.267309, 1.940221, 0.800771",\
|
|
"3.357976, 3.312496, 3.202386, 2.875299, 1.735849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.534230, 6.488750, 6.378641, 6.051553, 4.912103",\
|
|
"6.579725, 6.534245, 6.424136, 6.097048, 4.957598",\
|
|
"6.693013, 6.647533, 6.537424, 6.210336, 5.070886",\
|
|
"7.059361, 7.013881, 6.903771, 6.576683, 5.437233",\
|
|
"8.464662, 8.419182, 8.309072, 7.981984, 6.842535");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.853945, -1.808465, -1.698355, -1.371267, -0.231818",\
|
|
"-1.905273, -1.859794, -1.749684, -1.422596, -0.283146",\
|
|
"-2.017533, -1.972054, -1.861944, -1.534856, -0.395406",\
|
|
"-2.291077, -2.245597, -2.135487, -1.808399, -0.668950",\
|
|
"-3.226155, -3.180675, -3.070565, -2.743478, -1.604028");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.168318, -6.122838, -6.012729, -5.685641, -4.546191",\
|
|
"-6.213813, -6.168334, -6.058224, -5.731136, -4.591686",\
|
|
"-6.327101, -6.281621, -6.171512, -5.844424, -4.704974",\
|
|
"-6.693447, -6.647967, -6.537857, -6.210770, -5.071320",\
|
|
"-8.098748, -8.053268, -7.943158, -7.616071, -6.476621");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[20] */
|
|
|
|
pin("mgmt_gpio_in[19]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.983780, 1.938300, 1.828190, 1.501102, 0.361652",\
|
|
"2.032719, 1.987239, 1.877130, 1.550042, 0.410592",\
|
|
"2.144904, 2.099424, 1.989314, 1.662226, 0.522777",\
|
|
"2.454099, 2.408619, 2.298510, 1.971421, 0.831972",\
|
|
"3.532095, 3.486615, 3.376505, 3.049417, 1.909968");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.605599, 8.560120, 8.450009, 8.122922, 6.983472",\
|
|
"8.656793, 8.611313, 8.501203, 8.174115, 7.034665",\
|
|
"8.768426, 8.722946, 8.612836, 8.285748, 7.146298",\
|
|
"9.081944, 9.036464, 8.926353, 8.599266, 7.459816",\
|
|
"10.066615, 10.021135, 9.911025, 9.583938, 8.444488");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.652289, -1.606809, -1.496700, -1.169611, -0.029906",\
|
|
"-1.701229, -1.655749, -1.545639, -1.218551, -0.078846",\
|
|
"-1.813413, -1.767933, -1.657824, -1.330735, -0.191031",\
|
|
"-2.122609, -2.077129, -1.967019, -1.639930, -0.500226",\
|
|
"-3.200604, -3.155125, -3.045015, -2.717927, -1.578222");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-8.022370, -7.976890, -7.866780, -7.539692, -6.399987",\
|
|
"-8.073564, -8.028084, -7.917974, -7.590885, -6.451180",\
|
|
"-8.185197, -8.139717, -8.029607, -7.702518, -6.562814",\
|
|
"-8.498714, -8.453235, -8.343124, -8.016036, -6.876331",\
|
|
"-9.483386, -9.437906, -9.327796, -9.000708, -7.861003");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[19] */
|
|
|
|
pin("mgmt_gpio_in[18]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004218 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.881271, 1.835792, 1.725682, 1.398594, 0.259144",\
|
|
"1.930258, 1.884778, 1.774668, 1.447580, 0.308131",\
|
|
"2.042402, 1.996922, 1.886812, 1.559725, 0.420275",\
|
|
"2.351570, 2.306090, 2.195980, 1.868892, 0.729443",\
|
|
"3.428081, 3.382601, 3.272492, 2.945404, 1.805954");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.333194, 6.287714, 6.177604, 5.850516, 4.711066",\
|
|
"6.384521, 6.339041, 6.228930, 5.901843, 4.762393",\
|
|
"6.496208, 6.450728, 6.340618, 6.013531, 4.874081",\
|
|
"6.809266, 6.763786, 6.653676, 6.326589, 5.187139",\
|
|
"7.793757, 7.748278, 7.638167, 7.311080, 6.171630");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.577288, -1.531808, -1.421699, -1.094610, 0.045095",\
|
|
"-1.626275, -1.580795, -1.470685, -1.143596, -0.003892",\
|
|
"-1.738419, -1.692939, -1.582829, -1.255741, -0.116036",\
|
|
"-2.047586, -2.002107, -1.891997, -1.564908, -0.425204",\
|
|
"-3.124098, -3.078619, -2.968509, -2.641420, -1.501715");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.803033, -5.757553, -5.647443, -5.320354, -4.180650",\
|
|
"-5.854361, -5.808881, -5.698771, -5.371682, -4.231977",\
|
|
"-5.966048, -5.920568, -5.810458, -5.483370, -4.343665",\
|
|
"-6.279107, -6.233627, -6.123518, -5.796429, -4.656724",\
|
|
"-7.263599, -7.218120, -7.108010, -6.780921, -5.641216");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[18] */
|
|
|
|
pin("mgmt_gpio_in[17]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003804 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.900341, 1.854861, 1.744752, 1.417664, 0.278214",\
|
|
"1.949204, 1.903724, 1.793615, 1.466527, 0.327077",\
|
|
"2.061449, 2.015970, 1.905860, 1.578772, 0.439322",\
|
|
"2.370682, 2.325203, 2.215093, 1.888005, 0.748555",\
|
|
"3.450866, 3.405387, 3.295277, 2.968189, 1.828739");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.179596, 7.134116, 7.024006, 6.696918, 5.557468",\
|
|
"7.230599, 7.185120, 7.075009, 6.747922, 5.608472",\
|
|
"7.342149, 7.296669, 7.186559, 6.859471, 5.720021",\
|
|
"7.656875, 7.611395, 7.501285, 7.174197, 6.034747",\
|
|
"8.640348, 8.594869, 8.484758, 8.157671, 7.018221");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.629814, -1.584334, -1.474224, -1.147136, -0.007431",\
|
|
"-1.678677, -1.633197, -1.523087, -1.195999, -0.056294",\
|
|
"-1.790922, -1.745442, -1.635332, -1.308244, -0.168539",\
|
|
"-2.100155, -2.054675, -1.944566, -1.617477, -0.477772",\
|
|
"-3.180338, -3.134859, -3.024749, -2.697660, -1.557956");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.677644, -6.632164, -6.522055, -6.194966, -5.055261",\
|
|
"-6.728647, -6.683167, -6.573058, -6.245969, -5.106265",\
|
|
"-6.840197, -6.794717, -6.684608, -6.357519, -5.217814",\
|
|
"-7.154922, -7.109443, -6.999333, -6.672245, -5.532540",\
|
|
"-8.138396, -8.092916, -7.982807, -7.655718, -6.516014");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[17] */
|
|
|
|
pin("mgmt_gpio_in[16]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002611 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.050172, 2.004692, 1.894582, 1.567494, 0.428045",\
|
|
"2.099925, 2.054445, 1.944335, 1.617247, 0.477798",\
|
|
"2.205149, 2.159669, 2.049560, 1.722472, 0.583022",\
|
|
"2.449802, 2.404323, 2.294213, 1.967125, 0.827675",\
|
|
"3.240959, 3.195479, 3.085370, 2.758282, 1.618832");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.819229, 6.773749, 6.663640, 6.336552, 5.197102",\
|
|
"6.867600, 6.822121, 6.712011, 6.384923, 5.245473",\
|
|
"6.979537, 6.934057, 6.823947, 6.496860, 5.357410",\
|
|
"7.265519, 7.220039, 7.109930, 6.782842, 5.643392",\
|
|
"8.115945, 8.070465, 7.960355, 7.633267, 6.493818");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.746095, -1.700615, -1.590505, -1.263417, -0.123712",\
|
|
"-1.795847, -1.750368, -1.640258, -1.313169, -0.173465",\
|
|
"-1.901072, -1.855592, -1.745482, -1.418394, -0.278689",\
|
|
"-2.145725, -2.100245, -1.990136, -1.663047, -0.523342",\
|
|
"-2.936883, -2.891403, -2.781293, -2.454205, -1.314500");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.274333, -6.228853, -6.118743, -5.791655, -4.651950",\
|
|
"-6.322704, -6.277225, -6.167115, -5.840026, -4.700321",\
|
|
"-6.434641, -6.389161, -6.279051, -5.951962, -4.812258",\
|
|
"-6.720623, -6.675143, -6.565033, -6.237945, -5.098240",\
|
|
"-7.571049, -7.525569, -7.415459, -7.088370, -5.948666");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[16] */
|
|
|
|
pin("mgmt_gpio_in[15]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004223 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.637713, 1.592233, 1.482123, 1.155035, 0.015586",\
|
|
"1.687572, 1.642092, 1.531983, 1.204895, 0.065445",\
|
|
"1.799865, 1.754386, 1.644276, 1.317188, 0.177738",\
|
|
"2.142579, 2.097099, 1.986989, 1.659901, 0.520452",\
|
|
"3.411072, 3.365593, 3.255483, 2.928395, 1.788945");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.318993, 5.273513, 5.163404, 4.836315, 3.696866",\
|
|
"5.368128, 5.322648, 5.212538, 4.885450, 3.746001",\
|
|
"5.481181, 5.435701, 5.325591, 4.998504, 3.859054",\
|
|
"5.832660, 5.787180, 5.677070, 5.349982, 4.210532",\
|
|
"7.094366, 7.048886, 6.938776, 6.611689, 5.472239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.504536, -1.459056, -1.348946, -1.021858, 0.117591",\
|
|
"-1.554396, -1.508916, -1.398806, -1.071718, 0.067731",\
|
|
"-1.666689, -1.621209, -1.511099, -1.184011, -0.044562",\
|
|
"-2.009402, -1.963923, -1.853813, -1.526725, -0.387275",\
|
|
"-3.277896, -3.232416, -3.122306, -2.795218, -1.655769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.951508, -4.906028, -4.795918, -4.468830, -3.329380",\
|
|
"-5.000643, -4.955163, -4.845053, -4.517965, -3.378515",\
|
|
"-5.113696, -5.068216, -4.958106, -4.631019, -3.491569",\
|
|
"-5.465175, -5.419695, -5.309585, -4.982497, -3.843047",\
|
|
"-6.726881, -6.681401, -6.571291, -6.244204, -5.104753");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[15] */
|
|
|
|
pin("mgmt_gpio_in[14]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002324 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.486071, 1.440591, 1.330481, 1.003393, -0.136056",\
|
|
"1.537416, 1.491937, 1.381827, 1.054739, -0.084711",\
|
|
"1.649656, 1.604177, 1.494067, 1.166979, 0.027529",\
|
|
"1.923178, 1.877698, 1.767588, 1.440500, 0.301051",\
|
|
"2.856378, 2.810898, 2.700788, 2.373700, 1.234251");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.603746, 4.558266, 4.448156, 4.121068, 2.981619",\
|
|
"4.649230, 4.603751, 4.493641, 4.166553, 3.027103",\
|
|
"4.762522, 4.717042, 4.606933, 4.279844, 3.140395",\
|
|
"5.128852, 5.083373, 4.973263, 4.646174, 3.506725",\
|
|
"6.536004, 6.490524, 6.380414, 6.053326, 4.913877");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.347512, -1.302032, -1.191922, -0.864835, 0.274615",\
|
|
"-1.398857, -1.353378, -1.243268, -0.916180, 0.223270",\
|
|
"-1.511097, -1.465618, -1.355508, -1.028420, 0.111030",\
|
|
"-1.784619, -1.739139, -1.629029, -1.301941, -0.162492",\
|
|
"-2.717819, -2.672339, -2.562229, -2.235142, -1.095692");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.227797, -4.182317, -4.072207, -3.745119, -2.605670",\
|
|
"-4.273281, -4.227801, -4.117692, -3.790604, -2.651154",\
|
|
"-4.386573, -4.341093, -4.230984, -3.903896, -2.764446",\
|
|
"-4.752903, -4.707423, -4.597314, -4.270226, -3.130776",\
|
|
"-6.160054, -6.114574, -6.004465, -5.677377, -4.537928");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[14] */
|
|
|
|
pin("mgmt_gpio_in[13]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002470 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.544446, 1.498966, 1.388857, 1.061769, -0.077681",\
|
|
"1.595797, 1.550318, 1.440208, 1.113120, -0.026330",\
|
|
"1.708021, 1.662541, 1.552431, 1.225343, 0.085894",\
|
|
"1.981533, 1.936053, 1.825943, 1.498855, 0.359406",\
|
|
"2.916449, 2.870970, 2.760860, 2.433772, 1.294322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.087997, 6.042518, 5.932407, 5.605320, 4.465870",\
|
|
"6.133469, 6.087989, 5.977879, 5.650791, 4.511341",\
|
|
"6.246762, 6.201283, 6.091172, 5.764085, 4.624635",\
|
|
"6.613087, 6.567607, 6.457497, 6.130409, 4.990959",\
|
|
"8.019666, 7.974186, 7.864076, 7.536988, 6.397538");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.161130, -1.115651, -1.005541, -0.678453, 0.460997",\
|
|
"-1.212481, -1.167002, -1.056892, -0.729804, 0.409646",\
|
|
"-1.324705, -1.279225, -1.169116, -0.842028, 0.297422",\
|
|
"-1.598217, -1.552737, -1.442627, -1.115540, 0.023910",\
|
|
"-2.533133, -2.487653, -2.377544, -2.050456, -0.911006");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.453483, -5.408003, -5.297893, -4.970805, -3.831355",\
|
|
"-5.498954, -5.453474, -5.343364, -5.016276, -3.876826",\
|
|
"-5.612247, -5.566767, -5.456657, -5.129569, -3.990119",\
|
|
"-5.978572, -5.933092, -5.822982, -5.495894, -4.356444",\
|
|
"-7.385150, -7.339670, -7.229560, -6.902472, -5.763022");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[13] */
|
|
|
|
pin("mgmt_gpio_in[12]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004476 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.428627, 2.383147, 2.273037, 1.945949, 0.806499",\
|
|
"2.478583, 2.433104, 2.322994, 1.995906, 0.856456",\
|
|
"2.588501, 2.543022, 2.432912, 2.105824, 0.966374",\
|
|
"2.940540, 2.895061, 2.784951, 2.457863, 1.318413",\
|
|
"4.210141, 4.164661, 4.054551, 3.727463, 2.588014");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.502951, 8.457471, 8.347361, 8.020273, 6.880824",\
|
|
"8.550367, 8.504888, 8.394777, 8.067690, 6.928240",\
|
|
"8.661276, 8.615796, 8.505686, 8.178598, 7.039149",\
|
|
"9.021931, 8.976451, 8.866341, 8.539253, 7.399804",\
|
|
"10.286593, 10.241114, 10.131004, 9.803916, 8.664467");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.296805, -2.251325, -2.141215, -1.814128, -0.674678",\
|
|
"-2.346762, -2.301282, -2.191172, -1.864084, -0.724635",\
|
|
"-2.456680, -2.411200, -2.301090, -1.974003, -0.834553",\
|
|
"-2.808719, -2.763239, -2.653130, -2.326042, -1.186592",\
|
|
"-4.078319, -4.032839, -3.922729, -3.595642, -2.456192");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-8.137037, -8.091558, -7.981447, -7.654360, -6.514910",\
|
|
"-8.184454, -8.138974, -8.028864, -7.701777, -6.562326",\
|
|
"-8.295362, -8.249883, -8.139772, -7.812685, -6.673235",\
|
|
"-8.656017, -8.610538, -8.500427, -8.173340, -7.033890",\
|
|
"-9.920680, -9.875200, -9.765090, -9.438003, -8.298553");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[12] */
|
|
|
|
pin("mgmt_gpio_in[11]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003843 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.765948, 2.720468, 2.610358, 2.283270, 1.143821",\
|
|
"2.816141, 2.770661, 2.660552, 2.333463, 1.194014",\
|
|
"2.928650, 2.883170, 2.773060, 2.445972, 1.306523",\
|
|
"3.270630, 3.225150, 3.115040, 2.787952, 1.648503",\
|
|
"4.540999, 4.495520, 4.385410, 4.058322, 2.918872");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "8.330251, 8.284771, 8.174661, 7.847573, 6.708123",\
|
|
"8.389306, 8.343826, 8.233716, 7.906629, 6.767179",\
|
|
"8.502757, 8.457277, 8.347167, 8.020080, 6.880630",\
|
|
"8.853314, 8.807835, 8.697724, 8.370637, 7.231187",\
|
|
"10.118831, 10.073351, 9.963241, 9.636153, 8.496703");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.434457, -2.388977, -2.278867, -1.951779, -0.812074",\
|
|
"-2.484650, -2.439170, -2.329061, -2.001972, -0.862267",\
|
|
"-2.597159, -2.551679, -2.441570, -2.114481, -0.974776",\
|
|
"-2.939139, -2.893660, -2.783550, -2.456461, -1.316757",\
|
|
"-4.209509, -4.164029, -4.053920, -3.726831, -2.587126");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-7.747022, -7.701542, -7.591433, -7.264344, -6.124640",\
|
|
"-7.806077, -7.760597, -7.650487, -7.323399, -6.183694",\
|
|
"-7.919528, -7.874049, -7.763939, -7.436851, -6.297146",\
|
|
"-8.270086, -8.224607, -8.114496, -7.787408, -6.647703",\
|
|
"-9.535603, -9.490123, -9.380013, -9.052924, -7.913219");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[11] */
|
|
|
|
pin("mgmt_gpio_in[10]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002684 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.554803, 1.509323, 1.399213, 1.072125, -0.067324",\
|
|
"1.603688, 1.558208, 1.448098, 1.121010, -0.018440",\
|
|
"1.715922, 1.670442, 1.560332, 1.233244, 0.093795",\
|
|
"2.025150, 1.979670, 1.869560, 1.542473, 0.403023",\
|
|
"3.104962, 3.059482, 2.949372, 2.622284, 1.482835");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.427821, 7.382341, 7.272231, 6.945144, 5.805694",\
|
|
"7.478866, 7.433386, 7.323276, 6.996188, 5.856738",\
|
|
"7.590430, 7.544950, 7.434840, 7.107753, 5.968303",\
|
|
"7.904586, 7.859106, 7.748996, 7.421908, 6.282458",\
|
|
"8.888236, 8.842756, 8.732646, 8.405559, 7.266109");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.250820, -1.205340, -1.095230, -0.768142, 0.371563",\
|
|
"-1.299705, -1.254225, -1.144115, -0.817026, 0.322678",\
|
|
"-1.411939, -1.366459, -1.256349, -0.929261, 0.210444",\
|
|
"-1.721167, -1.675687, -1.565578, -1.238489, -0.098784",\
|
|
"-2.800978, -2.755498, -2.645389, -2.318300, -1.178595");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.897662, -6.852182, -6.742073, -6.414984, -5.275279",\
|
|
"-6.948708, -6.903228, -6.793118, -6.466029, -5.326324",\
|
|
"-7.060272, -7.014792, -6.904683, -6.577594, -5.437889",\
|
|
"-7.374428, -7.328948, -7.218838, -6.891749, -5.752045",\
|
|
"-8.358076, -8.312596, -8.202486, -7.875398, -6.735693");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[10] */
|
|
|
|
pin("mgmt_gpio_in[9]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002564 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.479382, 1.433903, 1.323793, 0.996705, -0.142745",\
|
|
"1.528918, 1.483438, 1.373328, 1.046240, -0.093209",\
|
|
"1.633789, 1.588309, 1.478199, 1.151111, 0.011662",\
|
|
"1.878919, 1.833439, 1.723330, 1.396242, 0.256792",\
|
|
"2.665369, 2.619889, 2.509779, 2.182691, 1.043242");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.861076, 6.815597, 6.705486, 6.378399, 5.238949",\
|
|
"6.909227, 6.863748, 6.753637, 6.426550, 5.287100",\
|
|
"7.020974, 6.975494, 6.865384, 6.538297, 5.398847",\
|
|
"7.305264, 7.259784, 7.149673, 6.822586, 5.683136",\
|
|
"8.141317, 8.095838, 7.985727, 7.658640, 6.519190");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.208855, -1.163375, -1.053265, -0.726177, 0.413528",\
|
|
"-1.258390, -1.212911, -1.102801, -0.775712, 0.363992",\
|
|
"-1.363261, -1.317781, -1.207672, -0.880583, 0.259122",\
|
|
"-1.608392, -1.562912, -1.452802, -1.125714, 0.013991",\
|
|
"-2.394841, -2.349361, -2.239251, -1.912163, -0.772458");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.359124, -6.313644, -6.203535, -5.876446, -4.736742",\
|
|
"-6.407275, -6.361795, -6.251686, -5.924597, -4.784893",\
|
|
"-6.519022, -6.473542, -6.363433, -6.036344, -4.896639",\
|
|
"-6.803311, -6.757832, -6.647722, -6.320633, -5.180929",\
|
|
"-7.639365, -7.593885, -7.483776, -7.156687, -6.016983");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[9] */
|
|
|
|
pin("mgmt_gpio_in[8]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002281 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.931943, 1.886463, 1.776353, 1.449265, 0.309816",\
|
|
"1.979668, 1.934188, 1.824079, 1.496991, 0.357541",\
|
|
"2.092595, 2.047115, 1.937006, 1.609918, 0.470468",\
|
|
"2.407099, 2.361619, 2.251509, 1.924421, 0.784972",\
|
|
"3.497995, 3.452515, 3.342405, 3.015317, 1.875868");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.012128, 5.966648, 5.856538, 5.529450, 4.390001",\
|
|
"6.060538, 6.015059, 5.904949, 5.577861, 4.438411",\
|
|
"6.173030, 6.127551, 6.017441, 5.690353, 4.550903",\
|
|
"6.526227, 6.480747, 6.370637, 6.043550, 4.904100",\
|
|
"7.797187, 7.751707, 7.641597, 7.314509, 6.175060");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.627860, -1.582380, -1.472270, -1.145182, -0.005477",\
|
|
"-1.675585, -1.630105, -1.519996, -1.192907, -0.053202",\
|
|
"-1.788512, -1.743032, -1.632923, -1.305834, -0.166129",\
|
|
"-2.103016, -2.057536, -1.947426, -1.620338, -0.480633",\
|
|
"-3.193912, -3.148432, -3.038322, -2.711234, -1.571529");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.467231, -5.421751, -5.311641, -4.984552, -3.844848",\
|
|
"-5.515641, -5.470161, -5.360052, -5.032963, -3.893258",\
|
|
"-5.628133, -5.582654, -5.472544, -5.145455, -4.005751",\
|
|
"-5.981330, -5.935850, -5.825740, -5.498652, -4.358947",\
|
|
"-7.252290, -7.206810, -7.096700, -6.769611, -5.629907");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[8] */
|
|
|
|
pin("mgmt_gpio_in[7]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002296 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.837885, 1.792405, 1.682295, 1.355207, 0.215758",\
|
|
"1.885415, 1.839935, 1.729825, 1.402737, 0.263288",\
|
|
"1.998355, 1.952875, 1.842765, 1.515677, 0.376228",\
|
|
"2.312407, 2.266927, 2.156817, 1.829729, 0.690280",\
|
|
"3.399775, 3.354295, 3.244186, 2.917098, 1.777648");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.643434, 4.597954, 4.487844, 4.160756, 3.021306",\
|
|
"4.691723, 4.646243, 4.536133, 4.209045, 3.069596",\
|
|
"4.804344, 4.758864, 4.648754, 4.321667, 3.182217",\
|
|
"5.156838, 5.111359, 5.001248, 4.674161, 3.534711",\
|
|
"6.433641, 6.388162, 6.278051, 5.950964, 4.811514");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.704707, -1.659227, -1.549117, -1.222029, -0.082580",\
|
|
"-1.752237, -1.706757, -1.596648, -1.269560, -0.130110",\
|
|
"-1.865177, -1.819697, -1.709588, -1.382500, -0.243050",\
|
|
"-2.179229, -2.133749, -2.023639, -1.696551, -0.557102",\
|
|
"-3.266598, -3.221118, -3.111008, -2.783920, -1.644470");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.275947, -4.230467, -4.120358, -3.793269, -2.653820",\
|
|
"-4.324236, -4.278756, -4.168647, -3.841559, -2.702109",\
|
|
"-4.436857, -4.391377, -4.281268, -3.954180, -2.814730",\
|
|
"-4.789351, -4.743872, -4.633762, -4.306674, -3.167225",\
|
|
"-6.066154, -6.020675, -5.910565, -5.583477, -4.444028");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[7] */
|
|
|
|
pin("mgmt_gpio_in[6]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002507 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.208814, 1.163334, 1.053224, 0.726136, -0.413313",\
|
|
"1.258586, 1.213106, 1.102996, 0.775908, -0.363541",\
|
|
"1.363851, 1.318371, 1.208262, 0.881174, -0.258276",\
|
|
"1.608278, 1.562798, 1.452688, 1.125600, -0.013849",\
|
|
"2.397655, 2.352175, 2.242065, 1.914977, 0.775527");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.626453, 5.580974, 5.470864, 5.143776, 4.004326",\
|
|
"5.674828, 5.629348, 5.519238, 5.192150, 4.052700",\
|
|
"5.786779, 5.741300, 5.631190, 5.304102, 4.164652",\
|
|
"6.072740, 6.027260, 5.917150, 5.590062, 4.450612",\
|
|
"6.923584, 6.878105, 6.767995, 6.440907, 5.301457");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.070263, -1.024783, -0.914673, -0.587585, 0.551864",\
|
|
"-1.120035, -1.074555, -0.964445, -0.637357, 0.502092",\
|
|
"-1.225300, -1.179820, -1.069710, -0.742623, 0.396827",\
|
|
"-1.469727, -1.424247, -1.314137, -0.987049, 0.152400",\
|
|
"-2.259103, -2.213624, -2.103514, -1.776426, -0.636976");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.250505, -5.205026, -5.094915, -4.767828, -3.628378",\
|
|
"-5.298880, -5.253400, -5.143290, -4.816202, -3.676752",\
|
|
"-5.410831, -5.365352, -5.255241, -4.928154, -3.788704",\
|
|
"-5.696792, -5.651312, -5.541202, -5.214114, -4.074664",\
|
|
"-6.547635, -6.502155, -6.392045, -6.064958, -4.925508");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[6] */
|
|
|
|
pin("mgmt_gpio_in[5]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.783912, 1.738433, 1.628323, 1.301235, 0.161785",\
|
|
"1.835599, 1.790119, 1.680010, 1.352922, 0.213472",\
|
|
"1.947403, 1.901923, 1.791814, 1.464726, 0.325276",\
|
|
"2.270046, 2.224566, 2.114456, 1.787368, 0.647918",\
|
|
"3.381904, 3.336424, 3.226314, 2.899226, 1.759777");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.721458, 5.675979, 5.565868, 5.238781, 4.099331",\
|
|
"5.770028, 5.724548, 5.614438, 5.287351, 4.147901",\
|
|
"5.882189, 5.836709, 5.726599, 5.399511, 4.260061",\
|
|
"6.236009, 6.190529, 6.080420, 5.753331, 4.613882",\
|
|
"7.561666, 7.516187, 7.406076, 7.078989, 5.939539");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.400587, -1.355107, -1.244998, -0.917910, 0.221540",\
|
|
"-1.452274, -1.406794, -1.296684, -0.969596, 0.169853",\
|
|
"-1.564078, -1.518598, -1.408488, -1.081400, 0.058049",\
|
|
"-1.886720, -1.841240, -1.731131, -1.404043, -0.264593",\
|
|
"-2.998578, -2.953098, -2.842988, -2.515900, -1.376451");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.086943, -5.041463, -4.931353, -4.604265, -3.464815",\
|
|
"-5.135512, -5.090033, -4.979922, -4.652835, -3.513385",\
|
|
"-5.247673, -5.202193, -5.092083, -4.764996, -3.625546",\
|
|
"-5.601493, -5.556013, -5.445904, -5.118815, -3.979366",\
|
|
"-6.927152, -6.881672, -6.771562, -6.444474, -5.305024");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[5] */
|
|
|
|
pin("mgmt_gpio_in[4]") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.073376 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[4];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "1.255591");
|
|
}
|
|
|
|
} /* 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 ( "2.012783");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwh*/
|
|
|
|
} /* end of pin mgmt_gpio_in[4] */
|
|
|
|
pin("mgmt_gpio_in[3]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005386 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.399702, 1.354222, 1.244112, 0.917024, -0.222425",\
|
|
"1.451293, 1.405814, 1.295704, 0.968616, -0.170834",\
|
|
"1.561803, 1.516324, 1.406214, 1.079126, -0.060324",\
|
|
"1.848253, 1.802774, 1.692664, 1.365576, 0.226126",\
|
|
"2.797066, 2.751586, 2.641476, 2.314388, 1.174938");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.483739, 5.438260, 5.328150, 5.001061, 3.861612",\
|
|
"5.532432, 5.486952, 5.376842, 5.049754, 3.910304",\
|
|
"5.654773, 5.609293, 5.499183, 5.172095, 4.032645",\
|
|
"6.006223, 5.960743, 5.850634, 5.523545, 4.384096",\
|
|
"7.278196, 7.232717, 7.122607, 6.795519, 5.656069");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.800313, -0.754834, -0.644724, -0.317636, 0.821814",\
|
|
"-0.851986, -0.806507, -0.696397, -0.369309, 0.770141",\
|
|
"-0.962458, -0.916978, -0.806868, -0.479781, 0.659669",\
|
|
"-1.248755, -1.203275, -1.093165, -0.766078, 0.373372",\
|
|
"-2.198980, -2.153501, -2.043391, -1.716303, -0.576853");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.509702, -1.464223, -1.354113, -1.027025, 0.112425",\
|
|
"-1.558547, -1.513067, -1.402958, -1.075870, 0.063580",\
|
|
"-1.680559, -1.635079, -1.524969, -1.197882, -0.058432",\
|
|
"-2.031851, -1.986371, -1.876261, -1.549174, -0.409724",\
|
|
"-3.303427, -3.257947, -3.147837, -2.820750, -1.681300");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.116301, 7.116301, 7.116301, 7.116301, 7.116301",\
|
|
"7.167974, 7.167974, 7.167974, 7.167974, 7.167974",\
|
|
"7.278445, 7.278445, 7.278445, 7.278445, 7.278445",\
|
|
"7.564742, 7.564742, 7.564742, 7.564742, 7.564742",\
|
|
"8.514969, 8.514969, 8.514969, 8.514969, 8.514969");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.710300, 6.710300, 6.710300, 6.710300, 6.710300",\
|
|
"6.759145, 6.759145, 6.759145, 6.759145, 6.759145",\
|
|
"6.881157, 6.881157, 6.881157, 6.881157, 6.881157",\
|
|
"7.232449, 7.232449, 7.232449, 7.232449, 7.232449",\
|
|
"8.504915, 8.504915, 8.504915, 8.504915, 8.504915");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.612606, -0.612606, -0.612606, -0.612606, -0.612606",\
|
|
"-0.664279, -0.664279, -0.664279, -0.664279, -0.664279",\
|
|
"-0.774750, -0.774750, -0.774750, -0.774750, -0.774750",\
|
|
"-1.061047, -1.061047, -1.061047, -1.061047, -1.061047",\
|
|
"-2.011273, -2.011273, -2.011273, -2.011273, -2.011273");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.096009, -1.096009, -1.096009, -1.096009, -1.096009",\
|
|
"-1.144854, -1.144854, -1.144854, -1.144854, -1.144854",\
|
|
"-1.266865, -1.266865, -1.266865, -1.266865, -1.266865",\
|
|
"-1.618158, -1.618158, -1.618158, -1.618158, -1.618158",\
|
|
"-2.889734, -2.889734, -2.889734, -2.889734, -2.889734");
|
|
}
|
|
|
|
} /* 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.009883 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.306683, 19.261202, 19.151093, 18.824005, 17.684555",\
|
|
"19.357193, 19.311712, 19.201603, 18.874516, 17.735065",\
|
|
"19.466255, 19.420774, 19.310665, 18.983578, 17.844128",\
|
|
"19.746498, 19.701017, 19.590908, 19.263821, 18.124371",\
|
|
"20.664131, 20.618650, 20.508541, 20.181454, 19.042004");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "17.870789, 17.825308, 17.715199, 17.388111, 16.248661",\
|
|
"17.920692, 17.875212, 17.765102, 17.438015, 16.298565",\
|
|
"18.034821, 17.989340, 17.879230, 17.552143, 16.412693",\
|
|
"18.395702, 18.350222, 18.240112, 17.913025, 16.773575",\
|
|
"19.779167, 19.733686, 19.623577, 19.296490, 18.157040");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.884655, -1.839176, -1.729066, -1.401977, -0.262273",\
|
|
"-1.935106, -1.889626, -1.779516, -1.452427, -0.312723",\
|
|
"-2.044171, -1.998692, -1.888582, -1.561493, -0.421788",\
|
|
"-2.324434, -2.278955, -2.168845, -1.841756, -0.702051",\
|
|
"-3.242757, -3.197277, -3.087167, -2.760079, -1.620374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.519906, -6.474426, -6.364316, -6.037228, -4.897523",\
|
|
"-6.569858, -6.524378, -6.414268, -6.087179, -4.947474",\
|
|
"-6.683985, -6.638505, -6.528395, -6.201306, -5.061602",\
|
|
"-7.045821, -7.000341, -6.890232, -6.563143, -5.423438",\
|
|
"-8.429157, -8.383677, -8.273567, -7.946479, -6.806774");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.987137, 13.987137, 13.987137, 13.987137, 13.987137",\
|
|
"14.037645, 14.037645, 14.037645, 14.037645, 14.037645",\
|
|
"14.146709, 14.146709, 14.146709, 14.146709, 14.146709",\
|
|
"14.426952, 14.426952, 14.426952, 14.426952, 14.426952",\
|
|
"15.344585, 15.344585, 15.344585, 15.344585, 15.344585");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "15.748152, 15.748152, 15.748152, 15.748152, 15.748152",\
|
|
"15.798054, 15.798054, 15.798054, 15.798054, 15.798054",\
|
|
"15.912182, 15.912182, 15.912182, 15.912182, 15.912182",\
|
|
"16.273064, 16.273064, 16.273064, 16.273064, 16.273064",\
|
|
"17.656525, 17.656525, 17.656525, 17.656525, 17.656525");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.671974, -2.671974, -2.671974, -2.671974, -2.671974",\
|
|
"-2.722454, -2.722454, -2.722454, -2.722454, -2.722454",\
|
|
"-2.831520, -2.831520, -2.831520, -2.831520, -2.831520",\
|
|
"-3.111784, -3.111784, -3.111784, -3.111784, -3.111784",\
|
|
"-4.029718, -4.029718, -4.029718, -4.029718, -4.029718");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.240701, -3.240701, -3.240701, -3.240701, -3.240701",\
|
|
"-3.290643, -3.290643, -3.290643, -3.290643, -3.290643",\
|
|
"-3.404770, -3.404770, -3.404770, -3.404770, -3.404770",\
|
|
"-3.766580, -3.766580, -3.766580, -3.766580, -3.766580",\
|
|
"-5.153097, -5.153097, -5.153097, -5.153097, -5.153097");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[2] */
|
|
|
|
pin("mgmt_gpio_in[1]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004701 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.790918, 1.745438, 1.635328, 1.308240, 0.168791",\
|
|
"1.839984, 1.794504, 1.684394, 1.357306, 0.217857",\
|
|
"1.952064, 1.906584, 1.796474, 1.469387, 0.329937",\
|
|
"2.261074, 2.215594, 2.105484, 1.778396, 0.638947",\
|
|
"3.333554, 3.288074, 3.177964, 2.850876, 1.711426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.723670, 6.678190, 6.568080, 6.240993, 5.101542",\
|
|
"6.775191, 6.729712, 6.619601, 6.292514, 5.153064",\
|
|
"6.886966, 6.841486, 6.731376, 6.404288, 5.264838",\
|
|
"7.199574, 7.154095, 7.043984, 6.716897, 5.577447",\
|
|
"8.185870, 8.140390, 8.030280, 7.703193, 6.563743");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.520390, -1.474910, -1.364801, -1.037712, 0.101993",\
|
|
"-1.569456, -1.523976, -1.413867, -1.086778, 0.052927",\
|
|
"-1.681536, -1.636057, -1.525947, -1.198858, -0.059154",\
|
|
"-1.990546, -1.945066, -1.834956, -1.507868, -0.368163",\
|
|
"-3.063026, -3.017546, -2.907437, -2.580348, -1.440643");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-6.221719, -6.176239, -6.066130, -5.739041, -4.599336",\
|
|
"-6.273239, -6.227759, -6.117650, -5.790561, -4.650856",\
|
|
"-6.385014, -6.339534, -6.229424, -5.902336, -4.762631",\
|
|
"-6.697622, -6.652143, -6.542033, -6.214944, -5.075240",\
|
|
"-7.683918, -7.638438, -7.528329, -7.201240, -6.061535");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[1] */
|
|
|
|
pin("mgmt_gpio_in[0]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002808 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.056401, 2.010921, 1.900812, 1.573724, 0.434274",\
|
|
"2.106609, 2.061129, 1.951019, 1.623931, 0.484482",\
|
|
"2.219137, 2.173657, 2.063548, 1.736460, 0.597010",\
|
|
"2.561090, 2.515611, 2.405501, 2.078413, 0.938963",\
|
|
"3.830138, 3.784658, 3.674548, 3.347460, 2.208011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.190439, 6.144959, 6.034850, 5.707762, 4.568312",\
|
|
"6.249616, 6.204136, 6.094026, 5.766938, 4.627489",\
|
|
"6.363146, 6.317666, 6.207556, 5.880468, 4.741019",\
|
|
"6.713735, 6.668255, 6.558145, 6.231057, 5.091608",\
|
|
"7.980021, 7.934542, 7.824432, 7.497344, 6.357894");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.752318, -1.706838, -1.596729, -1.269640, -0.129935",\
|
|
"-1.802526, -1.757046, -1.646936, -1.319848, -0.180143",\
|
|
"-1.915054, -1.869574, -1.759465, -1.432376, -0.292671",\
|
|
"-2.257008, -2.211528, -2.101418, -1.774329, -0.634625",\
|
|
"-3.526055, -3.480575, -3.370465, -3.043377, -1.903672");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-5.645542, -5.600062, -5.489953, -5.162864, -4.023159",\
|
|
"-5.704719, -5.659239, -5.549129, -5.222040, -4.082335",\
|
|
"-5.818249, -5.772769, -5.662659, -5.335570, -4.195866",\
|
|
"-6.168837, -6.123357, -6.013247, -5.686158, -4.546453",\
|
|
"-7.435125, -7.389646, -7.279536, -6.952447, -5.812742");
|
|
}
|
|
|
|
} /* 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.002550 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "1.943390, 1.967761, 2.044142, 2.323071, 3.672198",\
|
|
"1.995355, 2.019725, 2.096106, 2.375035, 3.724162",\
|
|
"2.105640, 2.130010, 2.206391, 2.485320, 3.834447",\
|
|
"2.391574, 2.415944, 2.492326, 2.771254, 4.120381",\
|
|
"3.354073, 3.378444, 3.454825, 3.733754, 5.082881");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052683, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052683, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052683, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052684, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052685, 0.075333, 0.161105, 0.540918, 2.402224");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "2.104033, 2.122246, 2.171836, 2.308407, 2.883329",\
|
|
"2.154451, 2.172665, 2.222254, 2.358825, 2.933747",\
|
|
"2.267900, 2.286113, 2.335703, 2.472274, 3.047196",\
|
|
"2.619998, 2.638211, 2.687801, 2.824372, 3.399293",\
|
|
"3.910238, 3.928451, 3.978040, 4.114611, 4.689533");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046652, 0.058584, 0.097691, 0.254088, 1.036068",\
|
|
"0.046652, 0.058584, 0.097691, 0.254088, 1.036068",\
|
|
"0.046652, 0.058584, 0.097691, 0.254088, 1.036068",\
|
|
"0.046652, 0.058584, 0.097691, 0.254087, 1.036068",\
|
|
"0.046651, 0.058584, 0.097691, 0.254087, 1.036068");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "1.943149, 1.967517, 2.043895, 2.322823, 3.671947",\
|
|
"1.995113, 2.019481, 2.095859, 2.374787, 3.723911",\
|
|
"2.105398, 2.129766, 2.206144, 2.485072, 3.834196",\
|
|
"2.391328, 2.415696, 2.492074, 2.771002, 4.120126",\
|
|
"3.353812, 3.378180, 3.454558, 3.733486, 5.082609");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052672, 0.075322, 0.161099, 0.540920, 2.402225",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402225",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402225",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402224",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402224");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "2.097930, 2.116138, 2.165706, 2.302263, 2.877181",\
|
|
"2.148348, 2.166556, 2.216125, 2.352681, 2.927599",\
|
|
"2.261797, 2.280005, 2.329573, 2.466130, 3.041048",\
|
|
"2.613948, 2.632156, 2.681724, 2.818280, 3.393199",\
|
|
"3.907651, 3.925860, 3.975427, 4.111983, 4.686901");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046583, 0.058511, 0.097651, 0.254071, 1.036078",\
|
|
"0.046583, 0.058511, 0.097651, 0.254071, 1.036078",\
|
|
"0.046583, 0.058511, 0.097651, 0.254071, 1.036078",\
|
|
"0.046583, 0.058511, 0.097651, 0.254071, 1.036079",\
|
|
"0.046581, 0.058509, 0.097650, 0.254070, 1.036079");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "2.507186, 2.525400, 2.574989, 2.711560, 3.286482",\
|
|
"2.559151, 2.577364, 2.626953, 2.763525, 3.338446",\
|
|
"2.669436, 2.687649, 2.737238, 2.873810, 3.448731",\
|
|
"2.955183, 2.973396, 3.022985, 3.159557, 3.734478",\
|
|
"3.915741, 3.933955, 3.983544, 4.120114, 4.695036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046652, 0.058584, 0.097691, 0.254088, 1.036068",\
|
|
"0.046652, 0.058584, 0.097691, 0.254088, 1.036068",\
|
|
"0.046652, 0.058584, 0.097691, 0.254088, 1.036068",\
|
|
"0.046652, 0.058584, 0.097691, 0.254087, 1.036068",\
|
|
"0.046651, 0.058584, 0.097691, 0.254087, 1.036068");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "1.926203, 1.950573, 2.026955, 2.305883, 3.655010",\
|
|
"1.976621, 2.000992, 2.077373, 2.356301, 3.705429",\
|
|
"2.090070, 2.114440, 2.190822, 2.469750, 3.818877",\
|
|
"2.442299, 2.466669, 2.543051, 2.821979, 4.171106",\
|
|
"3.734434, 3.758805, 3.835186, 4.114115, 5.463242");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052683, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052683, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052683, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052684, 0.075332, 0.161105, 0.540918, 2.402224",\
|
|
"0.052685, 0.075333, 0.161105, 0.540918, 2.402224");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "2.504652, 2.522861, 2.572429, 2.708985, 3.283904",\
|
|
"2.556617, 2.574825, 2.624393, 2.760949, 3.335868",\
|
|
"2.666902, 2.685110, 2.734678, 2.871235, 3.446153",\
|
|
"2.952648, 2.970857, 3.020425, 3.156981, 3.731900",\
|
|
"3.913155, 3.931363, 3.980931, 4.117486, 4.692405");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046583, 0.058511, 0.097651, 0.254071, 1.036078",\
|
|
"0.046583, 0.058511, 0.097651, 0.254071, 1.036078",\
|
|
"0.046583, 0.058511, 0.097651, 0.254071, 1.036078",\
|
|
"0.046583, 0.058511, 0.097651, 0.254071, 1.036079",\
|
|
"0.046581, 0.058509, 0.097650, 0.254070, 1.036079");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "1.922150, 1.946518, 2.022897, 2.301824, 3.650948",\
|
|
"1.972569, 1.996936, 2.073314, 2.352242, 3.701366",\
|
|
"2.086017, 2.110385, 2.186763, 2.465691, 3.814815",\
|
|
"2.438298, 2.462666, 2.539044, 2.817972, 4.167096",\
|
|
"3.734173, 3.758541, 3.834919, 4.113846, 5.462970");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052672, 0.075322, 0.161099, 0.540920, 2.402225",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402225",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402225",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402224",\
|
|
"0.052672, 0.075322, 0.161099, 0.540920, 2.402224");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "1.861479, 1.885856, 1.962247, 2.241178, 3.590314",\
|
|
"1.910414, 1.934791, 2.011182, 2.290113, 3.639249",\
|
|
"2.022606, 2.046983, 2.123374, 2.402305, 3.751441",\
|
|
"2.331785, 2.356163, 2.432553, 2.711485, 4.060621",\
|
|
"3.410465, 3.434842, 3.511233, 3.790164, 5.139301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052717, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052717, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052717, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052718, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052718, 0.075364, 0.161123, 0.540913, 2.402220");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "2.173604, 2.191817, 2.241402, 2.377970, 2.952892",\
|
|
"2.224780, 2.242992, 2.292578, 2.429146, 3.004067",\
|
|
"2.336402, 2.354614, 2.404200, 2.540768, 3.115690",\
|
|
"2.650291, 2.668504, 2.718089, 2.854658, 3.429579",\
|
|
"3.638067, 3.656280, 3.705866, 3.842434, 4.417356");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046639, 0.058571, 0.097684, 0.254084, 1.036070",\
|
|
"0.046639, 0.058571, 0.097684, 0.254084, 1.036070",\
|
|
"0.046639, 0.058571, 0.097684, 0.254084, 1.036070",\
|
|
"0.046639, 0.058571, 0.097684, 0.254084, 1.036070",\
|
|
"0.046641, 0.058572, 0.097684, 0.254084, 1.036070");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "1.861479, 1.885856, 1.962247, 2.241178, 3.590314",\
|
|
"1.910414, 1.934791, 2.011182, 2.290113, 3.639249",\
|
|
"2.022606, 2.046983, 2.123374, 2.402305, 3.751441",\
|
|
"2.331785, 2.356163, 2.432553, 2.711485, 4.060621",\
|
|
"3.410465, 3.434842, 3.511233, 3.790164, 5.139301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052717, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052717, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052717, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052718, 0.075363, 0.161123, 0.540913, 2.402220",\
|
|
"0.052718, 0.075364, 0.161123, 0.540913, 2.402220");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "2.173604, 2.191817, 2.241402, 2.377970, 2.952892",\
|
|
"2.224780, 2.242992, 2.292578, 2.429146, 3.004067",\
|
|
"2.336402, 2.354614, 2.404200, 2.540768, 3.115690",\
|
|
"2.650291, 2.668504, 2.718089, 2.854658, 3.429579",\
|
|
"3.638067, 3.656280, 3.705866, 3.842434, 4.417356");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046639, 0.058571, 0.097684, 0.254084, 1.036069",\
|
|
"0.046639, 0.058571, 0.097684, 0.254084, 1.036069",\
|
|
"0.046639, 0.058571, 0.097684, 0.254084, 1.036069",\
|
|
"0.046639, 0.058571, 0.097684, 0.254084, 1.036069",\
|
|
"0.046641, 0.058572, 0.097684, 0.254084, 1.036070");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776",\
|
|
"7.340943, 7.365320, 7.441710, 7.720641, 9.069776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221",\
|
|
"0.052714, 0.075360, 0.161121, 0.540914, 2.402221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879",\
|
|
"7.512631, 7.530839, 7.580406, 7.716960, 8.291879");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003050, 0.013323, 0.052550, 0.212550, 1.000000");
|
|
values ( "0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079",\
|
|
"0.046578, 0.058506, 0.097648, 0.254069, 1.036079");
|
|
}
|
|
|
|
} /* 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.002279 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "1.918540, 1.942955, 2.019216, 2.297679, 3.645236",\
|
|
"1.970504, 1.994920, 2.071180, 2.349644, 3.697201",\
|
|
"2.080789, 2.105205, 2.181465, 2.459929, 3.807486",\
|
|
"2.366723, 2.391139, 2.467399, 2.745863, 4.093421",\
|
|
"3.329224, 3.353640, 3.429900, 3.708364, 5.055922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051685, 0.074396, 0.160351, 0.539369, 2.397610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "2.087762, 2.106119, 2.155713, 2.291816, 2.876955",\
|
|
"2.138180, 2.156537, 2.206131, 2.342234, 2.927373",\
|
|
"2.251629, 2.269986, 2.319580, 2.455683, 3.040822",\
|
|
"2.603727, 2.622084, 2.671678, 2.807781, 3.392920",\
|
|
"3.893959, 3.912316, 3.961909, 4.098012, 4.683151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046182, 0.058177, 0.097440, 0.252811, 1.038717",\
|
|
"0.046182, 0.058177, 0.097440, 0.252811, 1.038717",\
|
|
"0.046182, 0.058177, 0.097440, 0.252811, 1.038717",\
|
|
"0.046182, 0.058177, 0.097440, 0.252811, 1.038716",\
|
|
"0.046181, 0.058176, 0.097439, 0.252810, 1.038716");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "1.918321, 1.942734, 2.018992, 2.297455, 3.645009",\
|
|
"1.970285, 1.994699, 2.070956, 2.349419, 3.696974",\
|
|
"2.080570, 2.104984, 2.181241, 2.459704, 3.807259",\
|
|
"2.366501, 2.390914, 2.467172, 2.745635, 4.093189",\
|
|
"3.328988, 3.353401, 3.429659, 3.708122, 5.055676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397611");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "2.081677, 2.100029, 2.149601, 2.285690, 2.870825",\
|
|
"2.132095, 2.150447, 2.200020, 2.336108, 2.921243",\
|
|
"2.245543, 2.263896, 2.313468, 2.449557, 3.034692",\
|
|
"2.597695, 2.616047, 2.665619, 2.801708, 3.386842",\
|
|
"3.891396, 3.909748, 3.959320, 4.095407, 4.680542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "2.490766, 2.509123, 2.558717, 2.694820, 3.279958",\
|
|
"2.542730, 2.561087, 2.610681, 2.746784, 3.331923",\
|
|
"2.653015, 2.671372, 2.720966, 2.857069, 3.442208",\
|
|
"2.938761, 2.957119, 3.006712, 3.142815, 3.727954",\
|
|
"3.899315, 3.917672, 3.967266, 4.103369, 4.688508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046182, 0.058177, 0.097440, 0.252811, 1.038717",\
|
|
"0.046182, 0.058177, 0.097440, 0.252811, 1.038717",\
|
|
"0.046182, 0.058177, 0.097440, 0.252811, 1.038717",\
|
|
"0.046182, 0.058177, 0.097440, 0.252811, 1.038716",\
|
|
"0.046181, 0.058176, 0.097439, 0.252810, 1.038716");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "1.901368, 1.925784, 2.002044, 2.280508, 3.628065",\
|
|
"1.951786, 1.976202, 2.052463, 2.330926, 3.678483",\
|
|
"2.065235, 2.089651, 2.165911, 2.444375, 3.791932",\
|
|
"2.417464, 2.441880, 2.518141, 2.796604, 4.144161",\
|
|
"3.709595, 3.734011, 3.810272, 4.088736, 5.436293");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051684, 0.074395, 0.160350, 0.539369, 2.397610",\
|
|
"0.051685, 0.074396, 0.160351, 0.539369, 2.397610");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "2.488253, 2.506605, 2.556178, 2.692266, 3.277401",\
|
|
"2.540218, 2.558570, 2.608142, 2.744231, 3.329365",\
|
|
"2.650502, 2.668855, 2.718427, 2.854516, 3.439650",\
|
|
"2.936249, 2.954602, 3.004174, 3.140263, 3.725397",\
|
|
"3.896752, 3.915104, 3.964676, 4.100764, 4.685898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046114, 0.058105, 0.097400, 0.252794, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "1.897335, 1.921749, 1.998006, 2.276469, 3.624023",\
|
|
"1.947753, 1.972167, 2.048424, 2.326887, 3.674442",\
|
|
"2.061202, 2.085615, 2.161873, 2.440336, 3.787890",\
|
|
"2.413484, 2.437897, 2.514155, 2.792618, 4.140172",\
|
|
"3.709359, 3.733772, 3.810030, 4.088493, 5.436048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397610",\
|
|
"0.051673, 0.074385, 0.160345, 0.539371, 2.397611");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "1.801252, 1.825676, 1.901947, 2.180414, 3.527981",\
|
|
"1.850166, 1.874589, 1.950860, 2.229327, 3.576895",\
|
|
"1.962380, 1.986803, 2.063074, 2.341541, 3.689109",\
|
|
"2.271574, 2.295997, 2.372268, 2.650735, 3.998302",\
|
|
"3.350266, 3.374690, 3.450961, 3.729428, 5.076996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051721, 0.074429, 0.160370, 0.539364, 2.397607",\
|
|
"0.051721, 0.074429, 0.160370, 0.539364, 2.397607",\
|
|
"0.051721, 0.074429, 0.160370, 0.539364, 2.397607",\
|
|
"0.051721, 0.074429, 0.160370, 0.539364, 2.397608",\
|
|
"0.051723, 0.074430, 0.160371, 0.539364, 2.397608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "2.126814, 2.145170, 2.194759, 2.330859, 2.915997",\
|
|
"2.177928, 2.196284, 2.245873, 2.381974, 2.967112",\
|
|
"2.289511, 2.307867, 2.357456, 2.493556, 3.078694",\
|
|
"2.603776, 2.622132, 2.671722, 2.807822, 3.392960",\
|
|
"3.592071, 3.610427, 3.660017, 3.796117, 4.381255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046167, 0.058162, 0.097431, 0.252807, 1.038719",\
|
|
"0.046167, 0.058162, 0.097431, 0.252807, 1.038719",\
|
|
"0.046167, 0.058162, 0.097431, 0.252807, 1.038719",\
|
|
"0.046167, 0.058162, 0.097432, 0.252807, 1.038719",\
|
|
"0.046169, 0.058164, 0.097432, 0.252808, 1.038719");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "1.801252, 1.825676, 1.901947, 2.180414, 3.527981",\
|
|
"1.850166, 1.874589, 1.950860, 2.229327, 3.576895",\
|
|
"1.962380, 1.986803, 2.063074, 2.341541, 3.689109",\
|
|
"2.271574, 2.295997, 2.372268, 2.650735, 3.998302",\
|
|
"3.350266, 3.374690, 3.450961, 3.729428, 5.076996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051721, 0.074429, 0.160370, 0.539364, 2.397607",\
|
|
"0.051721, 0.074429, 0.160370, 0.539364, 2.397607",\
|
|
"0.051721, 0.074429, 0.160370, 0.539364, 2.397607",\
|
|
"0.051721, 0.074429, 0.160370, 0.539364, 2.397608",\
|
|
"0.051723, 0.074430, 0.160371, 0.539364, 2.397608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "2.126814, 2.145170, 2.194759, 2.330859, 2.915997",\
|
|
"2.177928, 2.196284, 2.245873, 2.381974, 2.967112",\
|
|
"2.289511, 2.307867, 2.357456, 2.493556, 3.078694",\
|
|
"2.603776, 2.622132, 2.671722, 2.807822, 3.392960",\
|
|
"3.592071, 3.610427, 3.660017, 3.796117, 4.381255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046167, 0.058162, 0.097431, 0.252807, 1.038718",\
|
|
"0.046167, 0.058162, 0.097431, 0.252807, 1.038718",\
|
|
"0.046167, 0.058162, 0.097431, 0.252807, 1.038718",\
|
|
"0.046167, 0.058162, 0.097432, 0.252807, 1.038718",\
|
|
"0.046169, 0.058164, 0.097432, 0.252808, 1.038718");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107",\
|
|
"7.318387, 7.342808, 7.419076, 7.697542, 9.045107");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608",\
|
|
"0.051711, 0.074420, 0.160365, 0.539365, 2.397608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831",\
|
|
"7.624684, 7.643036, 7.692608, 7.828696, 8.413831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002779, 0.013051, 0.052279, 0.212279, 1.000000");
|
|
values ( "0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727",\
|
|
"0.046111, 0.058102, 0.097399, 0.252793, 1.038727");
|
|
}
|
|
|
|
} /* 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.002269 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "1.781036, 1.805708, 1.882305, 2.160865, 3.508766",\
|
|
"1.830649, 1.855322, 1.931918, 2.210478, 3.558379",\
|
|
"1.942658, 1.967331, 2.043928, 2.322488, 3.670388",\
|
|
"2.286645, 2.311318, 2.387915, 2.666475, 4.014375",\
|
|
"3.554390, 3.579063, 3.655659, 3.934219, 5.282120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "2.181858, 2.200248, 2.249959, 2.386139, 2.971308",\
|
|
"2.231069, 2.249458, 2.299170, 2.435350, 3.020519",\
|
|
"2.343509, 2.361898, 2.411610, 2.547790, 3.132959",\
|
|
"2.695276, 2.713666, 2.763377, 2.899557, 3.484726",\
|
|
"3.957111, 3.975500, 4.025210, 4.161388, 4.746557");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046535, 0.058558, 0.097644, 0.252895, 1.038663",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038663",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038663",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038664",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038664");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "1.781036, 1.805709, 1.882305, 2.160865, 3.508766",\
|
|
"1.830649, 1.855322, 1.931919, 2.210478, 3.558379",\
|
|
"1.942659, 1.967331, 2.043928, 2.322488, 3.670388",\
|
|
"2.286646, 2.311319, 2.387915, 2.666475, 4.014376",\
|
|
"3.554390, 3.579063, 3.655659, 3.934219, 5.282120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052868, 0.075468, 0.160965, 0.539182, 2.397517");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "2.174414, 2.192789, 2.242438, 2.378575, 2.963731",\
|
|
"2.223624, 2.241999, 2.291649, 2.427785, 3.012942",\
|
|
"2.336065, 2.354440, 2.404089, 2.540225, 3.125382",\
|
|
"2.687841, 2.706216, 2.755865, 2.892001, 3.477158",\
|
|
"3.949847, 3.968222, 4.017871, 4.154007, 4.739164");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058344, 0.097527, 0.252846, 1.038695");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "2.336422, 2.354811, 2.404523, 2.540703, 3.125871",\
|
|
"2.386035, 2.404424, 2.454136, 2.590316, 3.175485",\
|
|
"2.498044, 2.516434, 2.566146, 2.702325, 3.287494",\
|
|
"2.842001, 2.860390, 2.910102, 3.046282, 3.631450",\
|
|
"4.109102, 4.127491, 4.177201, 4.313380, 4.898548");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046535, 0.058558, 0.097644, 0.252895, 1.038663",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038663",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038663",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038664",\
|
|
"0.046535, 0.058558, 0.097644, 0.252895, 1.038664");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "1.936323, 1.960996, 2.037593, 2.316152, 3.664053",\
|
|
"1.985534, 2.010206, 2.086803, 2.365363, 3.713264",\
|
|
"2.097974, 2.122647, 2.199243, 2.477803, 3.825704",\
|
|
"2.449780, 2.474453, 2.551050, 2.829609, 4.177510",\
|
|
"3.712383, 3.737056, 3.813652, 4.092212, 5.440112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "2.328977, 2.347352, 2.397001, 2.533138, 3.118295",\
|
|
"2.378590, 2.396966, 2.446615, 2.582751, 3.167908",\
|
|
"2.490600, 2.508975, 2.558624, 2.694761, 3.279917",\
|
|
"2.834565, 2.852940, 2.902589, 3.038726, 3.623883",\
|
|
"4.101838, 4.120213, 4.169862, 4.305998, 4.891155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058343, 0.097527, 0.252846, 1.038695",\
|
|
"0.046334, 0.058344, 0.097527, 0.252846, 1.038695");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "1.936323, 1.960996, 2.037593, 2.316152, 3.664053",\
|
|
"1.985534, 2.010206, 2.086803, 2.365363, 3.713264",\
|
|
"2.097974, 2.122647, 2.199244, 2.477803, 3.825704",\
|
|
"2.449781, 2.474453, 2.551050, 2.829610, 4.177510",\
|
|
"3.712383, 3.737056, 3.813652, 4.092212, 5.440113");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052869, 0.075468, 0.160965, 0.539182, 2.397517",\
|
|
"0.052868, 0.075468, 0.160965, 0.539182, 2.397517");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "1.853731, 1.878415, 1.955028, 2.233592, 3.581508",\
|
|
"1.905092, 1.929776, 2.006388, 2.284953, 3.632869",\
|
|
"2.017298, 2.041982, 2.118595, 2.397159, 3.745075",\
|
|
"2.290792, 2.315476, 2.392088, 2.670653, 4.018569",\
|
|
"3.225933, 3.250618, 3.327230, 3.605794, 4.953711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052926, 0.075520, 0.160995, 0.539174, 2.397512");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "2.249300, 2.267687, 2.317389, 2.453562, 3.038729",\
|
|
"2.294755, 2.313143, 2.362844, 2.499017, 3.084184",\
|
|
"2.408053, 2.426440, 2.476141, 2.612314, 3.197481",\
|
|
"2.774360, 2.792747, 2.842449, 2.978622, 3.563789",\
|
|
"4.183425, 4.201812, 4.251514, 4.387686, 4.972853");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046503, 0.058524, 0.097625, 0.252887, 1.038669",\
|
|
"0.046503, 0.058524, 0.097625, 0.252887, 1.038669",\
|
|
"0.046503, 0.058524, 0.097625, 0.252887, 1.038669",\
|
|
"0.046503, 0.058524, 0.097625, 0.252887, 1.038669",\
|
|
"0.046501, 0.058522, 0.097624, 0.252887, 1.038668");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "1.853731, 1.878415, 1.955028, 2.233592, 3.581508",\
|
|
"1.905092, 1.929776, 2.006388, 2.284953, 3.632869",\
|
|
"2.017298, 2.041982, 2.118595, 2.397159, 3.745075",\
|
|
"2.290792, 2.315476, 2.392088, 2.670653, 4.018569",\
|
|
"3.225933, 3.250618, 3.327230, 3.605794, 4.953711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052924, 0.075519, 0.160995, 0.539175, 2.397512",\
|
|
"0.052926, 0.075520, 0.160995, 0.539174, 2.397512");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "2.243597, 2.261973, 2.311627, 2.447766, 3.032924",\
|
|
"2.289052, 2.307429, 2.357082, 2.493222, 3.078379",\
|
|
"2.402350, 2.420726, 2.470379, 2.606519, 3.191677",\
|
|
"2.768657, 2.787033, 2.836687, 2.972826, 3.557984",\
|
|
"4.177721, 4.196096, 4.245749, 4.381888, 4.967046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046349, 0.058359, 0.097535, 0.252850, 1.038692",\
|
|
"0.046349, 0.058359, 0.097535, 0.252850, 1.038692",\
|
|
"0.046349, 0.058359, 0.097535, 0.252850, 1.038692",\
|
|
"0.046349, 0.058359, 0.097535, 0.252850, 1.038692",\
|
|
"0.046347, 0.058357, 0.097534, 0.252849, 1.038692");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "8.447629, 8.466019, 8.515732, 8.651912, 9.237081",\
|
|
"8.447629, 8.466019, 8.515732, 8.651912, 9.237081",\
|
|
"8.447629, 8.466019, 8.515732, 8.651912, 9.237081",\
|
|
"8.447629, 8.466019, 8.515732, 8.651912, 9.237081",\
|
|
"8.447629, 8.466019, 8.515732, 8.651912, 9.237081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046538, 0.058562, 0.097646, 0.252896, 1.038662",\
|
|
"0.046538, 0.058562, 0.097646, 0.252896, 1.038662",\
|
|
"0.046538, 0.058562, 0.097646, 0.252896, 1.038662",\
|
|
"0.046538, 0.058562, 0.097646, 0.252896, 1.038662",\
|
|
"0.046538, 0.058562, 0.097646, 0.252896, 1.038662");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799",\
|
|
"8.002039, 8.026719, 8.103327, 8.381889, 9.729799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513",\
|
|
"0.052905, 0.075501, 0.160985, 0.539177, 2.397513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "8.441974, 8.460353, 8.510018, 8.646166, 9.231325",\
|
|
"8.441974, 8.460353, 8.510018, 8.646166, 9.231325",\
|
|
"8.441974, 8.460353, 8.510018, 8.646166, 9.231325",\
|
|
"8.441974, 8.460353, 8.510018, 8.646166, 9.231325",\
|
|
"8.441974, 8.460353, 8.510018, 8.646166, 9.231325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002769, 0.013041, 0.052269, 0.212269, 1.000000");
|
|
values ( "0.046385, 0.058398, 0.097557, 0.252858, 1.038686",\
|
|
"0.046385, 0.058398, 0.097557, 0.252858, 1.038686",\
|
|
"0.046385, 0.058398, 0.097557, 0.252858, 1.038686",\
|
|
"0.046385, 0.058398, 0.097557, 0.252858, 1.038686",\
|
|
"0.046385, 0.058398, 0.097557, 0.252858, 1.038686");
|
|
}
|
|
|
|
} /* 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.003327 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989",\
|
|
"6.547606, 6.570780, 6.645975, 6.924654, 8.270989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057",\
|
|
"0.049639, 0.072850, 0.160581, 0.543848, 2.396057");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461",\
|
|
"6.385565, 6.403312, 6.452340, 6.588506, 7.161461");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003827, 0.014099, 0.053327, 0.213327, 1.000000");
|
|
values ( "0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465",\
|
|
"0.046477, 0.058810, 0.097657, 0.254538, 1.041465");
|
|
}
|
|
|
|
} /* 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.002603 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[33];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103",\
|
|
"6.356886, 6.380371, 6.455565, 6.733679, 8.079103");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926",\
|
|
"0.048358, 0.071508, 0.159077, 0.540830, 2.393926");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163",\
|
|
"6.317037, 6.335206, 6.384466, 6.520184, 7.103163");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003103, 0.013375, 0.052603, 0.212603, 1.000000");
|
|
values ( "0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508",\
|
|
"0.045661, 0.058039, 0.097179, 0.252700, 1.041508");
|
|
}
|
|
|
|
} /* 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.002287 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[32];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173",\
|
|
"6.537284, 6.560927, 6.636230, 6.914365, 8.260173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286",\
|
|
"0.047372, 0.070616, 0.158294, 0.540150, 2.391286");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823",\
|
|
"6.451467, 6.469850, 6.519250, 6.654916, 7.237823");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002787, 0.013059, 0.052287, 0.212287, 1.000000");
|
|
values ( "0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708",\
|
|
"0.045203, 0.057748, 0.096861, 0.252328, 1.041708");
|
|
}
|
|
|
|
} /* 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.002853 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020",\
|
|
"6.690673, 6.714061, 6.789301, 7.067762, 8.414020");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699",\
|
|
"0.048658, 0.071868, 0.159545, 0.542199, 2.394699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307",\
|
|
"6.604714, 6.622745, 6.671946, 6.807943, 7.381307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003353, 0.013625, 0.052853, 0.212853, 1.000000");
|
|
values ( "0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862",\
|
|
"0.045930, 0.058306, 0.097317, 0.253597, 1.038862");
|
|
}
|
|
|
|
} /* 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.002265 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669",\
|
|
"6.746734, 6.770385, 6.845688, 7.123819, 8.469669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514",\
|
|
"0.047349, 0.070586, 0.158249, 0.540084, 2.391514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504",\
|
|
"6.661065, 6.679459, 6.728868, 6.864540, 7.447504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002765, 0.013037, 0.052265, 0.212265, 1.000000");
|
|
values ( "0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622",\
|
|
"0.045184, 0.057721, 0.096847, 0.252307, 1.041622");
|
|
}
|
|
|
|
} /* 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.003692 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "6.660302, 6.683300, 6.758400, 7.037087, 8.382895",\
|
|
"6.660302, 6.683300, 6.758400, 7.037087, 8.382895",\
|
|
"6.660302, 6.683300, 6.758400, 7.037087, 8.382895",\
|
|
"6.660302, 6.683300, 6.758400, 7.037087, 8.382895",\
|
|
"6.660302, 6.683300, 6.758400, 7.037087, 8.382895");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "0.050582, 0.073744, 0.161445, 0.544459, 2.397293",\
|
|
"0.050582, 0.073744, 0.161445, 0.544459, 2.397293",\
|
|
"0.050582, 0.073744, 0.161445, 0.544459, 2.397293",\
|
|
"0.050582, 0.073744, 0.161445, 0.544459, 2.397293",\
|
|
"0.050582, 0.073744, 0.161445, 0.544459, 2.397293");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "6.659799, 6.682796, 6.757898, 7.036585, 8.382393",\
|
|
"6.659799, 6.682796, 6.757898, 7.036585, 8.382393",\
|
|
"6.659799, 6.682796, 6.757898, 7.036585, 8.382393",\
|
|
"6.659799, 6.682796, 6.757898, 7.036585, 8.382393",\
|
|
"6.659799, 6.682796, 6.757898, 7.036585, 8.382393");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "0.050582, 0.073743, 0.161445, 0.544459, 2.397285",\
|
|
"0.050582, 0.073743, 0.161445, 0.544459, 2.397285",\
|
|
"0.050582, 0.073743, 0.161445, 0.544459, 2.397285",\
|
|
"0.050582, 0.073743, 0.161445, 0.544459, 2.397285",\
|
|
"0.050582, 0.073743, 0.161445, 0.544459, 2.397285");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683",\
|
|
"6.620008, 6.637499, 6.686362, 6.822602, 7.395683");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004192, 0.014464, 0.053692, 0.213692, 1.000000");
|
|
values ( "0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648",\
|
|
"0.047032, 0.059127, 0.098058, 0.254948, 1.040648");
|
|
}
|
|
|
|
} /* 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.003149 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549",\
|
|
"6.648392, 6.671626, 6.746749, 7.024943, 8.369549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490",\
|
|
"0.049393, 0.072582, 0.160289, 0.542322, 2.392490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608",\
|
|
"6.500618, 6.518448, 6.567473, 6.703201, 7.285608");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003649, 0.013921, 0.053149, 0.213149, 1.000000");
|
|
values ( "0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537",\
|
|
"0.046304, 0.058621, 0.097623, 0.253319, 1.042537");
|
|
}
|
|
|
|
} /* 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.001876 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501",\
|
|
"6.778796, 6.802671, 6.878204, 7.157153, 8.507501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581",\
|
|
"0.046444, 0.069670, 0.157192, 0.541072, 2.400581");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808",\
|
|
"6.721867, 6.740551, 6.790280, 6.926791, 7.501808");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002376, 0.012648, 0.051876, 0.211876, 1.000000");
|
|
values ( "0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550",\
|
|
"0.044690, 0.057287, 0.096352, 0.253883, 1.043550");
|
|
}
|
|
|
|
} /* 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.003806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599",\
|
|
"6.706740, 6.729685, 6.804763, 7.083530, 8.429599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194",\
|
|
"0.050932, 0.074059, 0.161710, 0.544910, 2.399194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091",\
|
|
"6.621335, 6.638754, 6.687582, 6.823926, 7.397091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004306, 0.014578, 0.053806, 0.213806, 1.000000");
|
|
values ( "0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444",\
|
|
"0.047187, 0.059232, 0.098152, 0.255290, 1.041444");
|
|
}
|
|
|
|
} /* 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.002623 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345",\
|
|
"6.560408, 6.583892, 6.659134, 6.937259, 8.282345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279",\
|
|
"0.048058, 0.071314, 0.159060, 0.540935, 2.390279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897",\
|
|
"6.416634, 6.434810, 6.484057, 6.619669, 7.201897");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003123, 0.013395, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001",\
|
|
"0.045577, 0.058120, 0.097128, 0.252594, 1.042001");
|
|
}
|
|
|
|
} /* 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.001917 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560",\
|
|
"6.515180, 6.538988, 6.614331, 6.892224, 8.237560");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343",\
|
|
"0.046498, 0.069778, 0.157478, 0.538747, 2.388343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302",\
|
|
"6.444676, 6.463289, 6.512813, 6.648223, 7.230302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078",\
|
|
"0.044722, 0.057389, 0.096566, 0.251415, 1.039078");
|
|
}
|
|
|
|
} /* 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.003278 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694",\
|
|
"6.336126, 6.359314, 6.434478, 6.712988, 8.058694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903",\
|
|
"0.049595, 0.072795, 0.160513, 0.543089, 2.394903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938",\
|
|
"6.150348, 6.168118, 6.217139, 6.353147, 6.925938");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003778, 0.014051, 0.053278, 0.213278, 1.000000");
|
|
values ( "0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919",\
|
|
"0.046421, 0.058766, 0.097647, 0.254119, 1.039919");
|
|
}
|
|
|
|
} /* 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.002567 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927",\
|
|
"6.755123, 6.778630, 6.853868, 7.131939, 8.476927");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195",\
|
|
"0.047976, 0.071222, 0.158948, 0.540678, 2.390195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507",\
|
|
"6.681150, 6.699350, 6.748612, 6.884201, 7.466507");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003067, 0.013339, 0.052567, 0.212567, 1.000000");
|
|
values ( "0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997",\
|
|
"0.045558, 0.058038, 0.097123, 0.252442, 1.040997");
|
|
}
|
|
|
|
} /* 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.002724 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523",\
|
|
"6.725463, 6.748899, 6.824123, 7.102311, 8.447523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446",\
|
|
"0.048341, 0.071574, 0.159292, 0.541276, 2.391446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215",\
|
|
"6.628559, 6.646664, 6.695875, 6.831581, 7.414215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003224, 0.013496, 0.052724, 0.212724, 1.000000");
|
|
values ( "0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269",\
|
|
"0.045751, 0.058195, 0.097239, 0.252828, 1.042269");
|
|
}
|
|
|
|
} /* 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.001374 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768",\
|
|
"6.665559, 6.689761, 6.765124, 7.042546, 8.386768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044",\
|
|
"0.045281, 0.068633, 0.156321, 0.536404, 2.384044");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836",\
|
|
"6.603496, 6.622597, 6.672282, 6.807242, 7.387836");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001874, 0.012146, 0.051374, 0.211374, 1.000000");
|
|
values ( "0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742",\
|
|
"0.043997, 0.056841, 0.096178, 0.249852, 1.033742");
|
|
}
|
|
|
|
} /* 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.000707 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207",\
|
|
"6.714854, 6.739573, 6.814954, 7.091731, 8.434207");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578",\
|
|
"0.043724, 0.067209, 0.154910, 0.533365, 2.377578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715",\
|
|
"6.792200, 6.811914, 6.861782, 6.996135, 7.574715");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231",\
|
|
"0.043118, 0.056145, 0.095749, 0.247755, 1.025231");
|
|
}
|
|
|
|
} /* 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.001187 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624",\
|
|
"6.802813, 6.827147, 6.902468, 7.179400, 8.521624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155",\
|
|
"0.044801, 0.068211, 0.155976, 0.534830, 2.378155");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709",\
|
|
"6.781861, 6.801126, 6.850807, 6.985262, 7.563709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001687, 0.011959, 0.051187, 0.211187, 1.000000");
|
|
values ( "0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058",\
|
|
"0.043739, 0.056670, 0.096106, 0.248497, 1.028058");
|
|
}
|
|
|
|
} /* 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.000921 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684",\
|
|
"6.561867, 6.586423, 6.661795, 6.938614, 8.280684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818",\
|
|
"0.044079, 0.067546, 0.155362, 0.533962, 2.375818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187",\
|
|
"6.413945, 6.433512, 6.483294, 6.617569, 7.195187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011693, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602",\
|
|
"0.043264, 0.056465, 0.095815, 0.248085, 1.027602");
|
|
}
|
|
|
|
} /* 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.001364 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788",\
|
|
"6.457435, 6.481629, 6.556935, 6.833893, 8.175788");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053",\
|
|
"0.045111, 0.068518, 0.156358, 0.535308, 2.377053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939",\
|
|
"6.273099, 6.292226, 6.341834, 6.476229, 7.053939");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001864, 0.012136, 0.051364, 0.211364, 1.000000");
|
|
values ( "0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338",\
|
|
"0.043854, 0.056924, 0.096171, 0.248653, 1.029338");
|
|
}
|
|
|
|
} /* 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.000994 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230",\
|
|
"6.454268, 6.478769, 6.554146, 6.831031, 8.173230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004",\
|
|
"0.044210, 0.067671, 0.155509, 0.534290, 2.376004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260",\
|
|
"6.263931, 6.283446, 6.333200, 6.467535, 7.045260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326",\
|
|
"0.043336, 0.056556, 0.095860, 0.248299, 1.028326");
|
|
}
|
|
|
|
} /* 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.001094 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139",\
|
|
"6.524231, 6.548647, 6.624000, 6.900917, 8.243139");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935",\
|
|
"0.044493, 0.067933, 0.155745, 0.534592, 2.376935");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424",\
|
|
"6.352064, 6.371462, 6.421185, 6.555555, 7.133424");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001594, 0.011866, 0.051094, 0.211094, 1.000000");
|
|
values ( "0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822",\
|
|
"0.043494, 0.056643, 0.095944, 0.248479, 1.028822");
|
|
}
|
|
|
|
} /* 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.000909 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262",\
|
|
"6.672429, 6.696990, 6.772353, 7.049160, 8.391262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390",\
|
|
"0.044103, 0.067565, 0.155348, 0.533903, 2.376390");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903",\
|
|
"6.573416, 6.592978, 6.642763, 6.777060, 7.354903");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001409, 0.011681, 0.050909, 0.210909, 1.000000");
|
|
values ( "0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136",\
|
|
"0.043291, 0.056425, 0.095838, 0.248078, 1.027136");
|
|
}
|
|
|
|
} /* 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.001076 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459",\
|
|
"6.591504, 6.615934, 6.691289, 6.968203, 8.310459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028",\
|
|
"0.044459, 0.067899, 0.155705, 0.534544, 2.377028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844",\
|
|
"6.439371, 6.458782, 6.508512, 6.642889, 7.220844");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667",\
|
|
"0.043484, 0.056615, 0.095939, 0.248463, 1.028667");
|
|
}
|
|
|
|
} /* 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.000921 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389",\
|
|
"6.563585, 6.588138, 6.663502, 6.940312, 8.282389");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199",\
|
|
"0.044116, 0.067578, 0.155373, 0.533943, 2.376199");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008",\
|
|
"6.419689, 6.439250, 6.489031, 6.623314, 7.201008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001421, 0.011694, 0.050921, 0.210921, 1.000000");
|
|
values ( "0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436",\
|
|
"0.043281, 0.056456, 0.095827, 0.248087, 1.027436");
|
|
}
|
|
|
|
} /* 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.001068 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666",\
|
|
"6.451685, 6.476124, 6.551481, 6.828397, 8.170666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984",\
|
|
"0.044435, 0.067877, 0.155685, 0.534526, 2.376984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353",\
|
|
"6.290888, 6.310310, 6.360044, 6.494419, 7.072353");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001568, 0.011840, 0.051068, 0.211068, 1.000000");
|
|
values ( "0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726",\
|
|
"0.043467, 0.056611, 0.095927, 0.248454, 1.028726");
|
|
}
|
|
|
|
} /* 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.000948 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210",\
|
|
"6.682482, 6.707012, 6.782368, 7.059176, 8.401210");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343",\
|
|
"0.044192, 0.067649, 0.155437, 0.533997, 2.376343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762",\
|
|
"6.590358, 6.609879, 6.659647, 6.793945, 7.371762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001448, 0.011720, 0.050948, 0.210948, 1.000000");
|
|
values ( "0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121",\
|
|
"0.043348, 0.056464, 0.095875, 0.248115, 1.027121");
|
|
}
|
|
|
|
} /* 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.001117 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896",\
|
|
"6.737070, 6.761462, 6.836795, 7.113698, 8.455896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650",\
|
|
"0.044617, 0.068041, 0.155815, 0.534606, 2.377650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216",\
|
|
"6.651567, 6.670915, 6.720623, 6.855027, 7.433216");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001617, 0.011889, 0.051117, 0.211117, 1.000000");
|
|
values ( "0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090",\
|
|
"0.043600, 0.056623, 0.096020, 0.248357, 1.028090");
|
|
}
|
|
|
|
} /* 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.000941 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844",\
|
|
"6.597086, 6.621625, 6.696989, 6.973804, 8.315844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001",\
|
|
"0.044143, 0.067605, 0.155412, 0.533998, 2.376001");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751",\
|
|
"6.473463, 6.493002, 6.542775, 6.677060, 7.254751");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407",\
|
|
"0.043310, 0.056473, 0.095847, 0.248106, 1.027407");
|
|
}
|
|
|
|
} /* 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.000949 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780",\
|
|
"6.578860, 6.603392, 6.678756, 6.955599, 8.297780");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582",\
|
|
"0.044182, 0.067639, 0.155430, 0.534079, 2.376582");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253",\
|
|
"6.482688, 6.502213, 6.551985, 6.686315, 7.264253");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001449, 0.011721, 0.050949, 0.210948, 1.000000");
|
|
values ( "0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547",\
|
|
"0.043343, 0.056467, 0.095865, 0.248192, 1.027547");
|
|
}
|
|
|
|
} /* 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.000950 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641",\
|
|
"6.811099, 6.835593, 6.910859, 7.187576, 8.529641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909",\
|
|
"0.044599, 0.068002, 0.155548, 0.533769, 2.381909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651",\
|
|
"6.873193, 6.892612, 6.942513, 7.077096, 7.656651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001450, 0.011722, 0.050950, 0.210950, 1.000000");
|
|
values ( "0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596",\
|
|
"0.044202, 0.056775, 0.096441, 0.248132, 1.022596");
|
|
}
|
|
|
|
} /* 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.001008 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376",\
|
|
"6.814332, 6.838793, 6.914090, 7.190930, 8.533376");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480",\
|
|
"0.044626, 0.068028, 0.155634, 0.534199, 2.380480");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535",\
|
|
"6.672277, 6.691705, 6.741457, 6.875898, 7.454535");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001508, 0.011780, 0.051008, 0.211008, 1.000000");
|
|
values ( "0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628",\
|
|
"0.043526, 0.056465, 0.095982, 0.248264, 1.026628");
|
|
}
|
|
|
|
} /* 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.000919 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240",\
|
|
"6.895465, 6.920011, 6.995349, 7.272134, 8.614240");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415",\
|
|
"0.044224, 0.067673, 0.155398, 0.533873, 2.377415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877",\
|
|
"6.955915, 6.975422, 7.025196, 7.159545, 7.737877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001419, 0.011692, 0.050919, 0.210919, 1.000000");
|
|
values ( "0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383",\
|
|
"0.043413, 0.056370, 0.095931, 0.247953, 1.025383");
|
|
}
|
|
|
|
} /* 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.001145 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088",\
|
|
"6.576334, 6.600704, 6.676035, 6.952944, 8.295088");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411",\
|
|
"0.044662, 0.068086, 0.155876, 0.534686, 2.377411");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058",\
|
|
"6.510476, 6.529795, 6.579491, 6.713894, 7.292058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001645, 0.011918, 0.051145, 0.211145, 1.000000");
|
|
values ( "0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093",\
|
|
"0.043640, 0.056652, 0.096045, 0.248384, 1.028093");
|
|
}
|
|
|
|
} /* 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.000910 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "2.981466, 3.006678, 3.082740, 3.359649, 4.702648",\
|
|
"3.033139, 3.058351, 3.134413, 3.411322, 4.754321",\
|
|
"3.143610, 3.168823, 3.244885, 3.521794, 4.864792",\
|
|
"3.429907, 3.455120, 3.531182, 3.808090, 5.151089",\
|
|
"4.380133, 4.405345, 4.481407, 4.758316, 6.101315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "4.021673, 4.041102, 4.090920, 4.225436, 4.805005",\
|
|
"4.070518, 4.089947, 4.139765, 4.274281, 4.853850",\
|
|
"4.192530, 4.211958, 4.261777, 4.396292, 4.975861",\
|
|
"4.543822, 4.563251, 4.613070, 4.747584, 5.327154",\
|
|
"5.816288, 5.835717, 5.885535, 6.020050, 6.599619");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "2.979451, 3.004639, 3.080673, 3.357573, 4.700545",\
|
|
"3.031123, 3.056312, 3.132345, 3.409246, 4.752218",\
|
|
"3.141595, 3.166783, 3.242817, 3.519718, 4.862690",\
|
|
"3.427892, 3.453080, 3.529114, 3.806015, 5.148987",\
|
|
"4.378118, 4.403306, 4.479339, 4.756240, 6.099212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "4.020214, 4.039639, 4.089445, 4.223951, 4.803518",\
|
|
"4.069059, 4.088484, 4.138290, 4.272796, 4.852363",\
|
|
"4.191071, 4.210495, 4.260302, 4.394808, 4.974374",\
|
|
"4.542363, 4.561788, 4.611594, 4.746100, 5.325667",\
|
|
"5.813939, 5.833364, 5.883170, 6.017676, 6.597243");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "3.261788, 3.281217, 3.331035, 3.465550, 4.045120",\
|
|
"3.313461, 3.332890, 3.382708, 3.517223, 4.096792",\
|
|
"3.423932, 3.443361, 3.493180, 3.627695, 4.207264",\
|
|
"3.710229, 3.729658, 3.779476, 3.913992, 4.493561",\
|
|
"4.660455, 4.679883, 4.729702, 4.864217, 5.443787");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645",\
|
|
"0.043831, 0.056397, 0.096224, 0.248018, 1.022645");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "3.422823, 3.448035, 3.524097, 3.801006, 5.144005",\
|
|
"3.471668, 3.496880, 3.572942, 3.849851, 5.192850",\
|
|
"3.593679, 3.618892, 3.694954, 3.971863, 5.314861",\
|
|
"3.944971, 3.970184, 4.046246, 4.323154, 5.666153",\
|
|
"5.217437, 5.242649, 5.318711, 5.595620, 6.938619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "3.260329, 3.279754, 3.329560, 3.464066, 4.043633",\
|
|
"3.312002, 3.331427, 3.381232, 3.515739, 4.095305",\
|
|
"3.422473, 3.441899, 3.491704, 3.626210, 4.205777",\
|
|
"3.708770, 3.728195, 3.778001, 3.912507, 4.492074",\
|
|
"4.658996, 4.678421, 4.728227, 4.862733, 5.442299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "3.420808, 3.445996, 3.522029, 3.798930, 5.141902",\
|
|
"3.469652, 3.494841, 3.570874, 3.847775, 5.190747",\
|
|
"3.591664, 3.616852, 3.692886, 3.969787, 5.312758",\
|
|
"3.942956, 3.968144, 4.044178, 4.321079, 5.664051",\
|
|
"5.214532, 5.239720, 5.315753, 5.592654, 6.935626");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "9.495914, 9.521127, 9.597188, 9.874098, 11.217096",\
|
|
"9.495914, 9.521127, 9.597188, 9.874098, 11.217096",\
|
|
"9.495914, 9.521127, 9.597188, 9.874098, 11.217096",\
|
|
"9.495914, 9.521127, 9.597188, 9.874098, 11.217096",\
|
|
"9.495914, 9.521127, 9.597188, 9.874098, 11.217096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634",\
|
|
"0.047478, 0.070626, 0.157002, 0.532948, 2.381634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "10.095034, 10.114464, 10.164284, 10.298801, 10.878370",\
|
|
"10.095034, 10.114464, 10.164284, 10.298801, 10.878370",\
|
|
"10.095034, 10.114464, 10.164284, 10.298801, 10.878370",\
|
|
"10.095034, 10.114464, 10.164284, 10.298801, 10.878370",\
|
|
"10.095034, 10.114464, 10.164284, 10.298801, 10.878370");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043838, 0.056405, 0.096228, 0.248020, 1.022643",\
|
|
"0.043838, 0.056405, 0.096228, 0.248020, 1.022643",\
|
|
"0.043838, 0.056405, 0.096228, 0.248020, 1.022643",\
|
|
"0.043838, 0.056405, 0.096228, 0.248020, 1.022643",\
|
|
"0.043838, 0.056405, 0.096228, 0.248020, 1.022643");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "7.273962, 7.299150, 7.375184, 7.652084, 8.995056",\
|
|
"7.273962, 7.299150, 7.375184, 7.652084, 8.995056",\
|
|
"7.273962, 7.299150, 7.375184, 7.652084, 8.995056",\
|
|
"7.273962, 7.299150, 7.375184, 7.652084, 8.995056",\
|
|
"7.273962, 7.299150, 7.375184, 7.652084, 8.995056");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642",\
|
|
"0.047379, 0.070535, 0.156950, 0.532961, 2.381642");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "7.493557, 7.512982, 7.562788, 7.697295, 8.276861",\
|
|
"7.493557, 7.512982, 7.562788, 7.697295, 8.276861",\
|
|
"7.493557, 7.512982, 7.562788, 7.697295, 8.276861",\
|
|
"7.493557, 7.512982, 7.562788, 7.697295, 8.276861",\
|
|
"7.493557, 7.512982, 7.562788, 7.697295, 8.276861");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001410, 0.011683, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651",\
|
|
"0.043790, 0.056354, 0.096201, 0.248008, 1.022651");
|
|
}
|
|
|
|
} /* 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.000802 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.647950, 1.673339, 1.749522, 2.026486, 3.369908",\
|
|
"1.696729, 1.722118, 1.798300, 2.075264, 3.418686",\
|
|
"1.809033, 1.834422, 1.910604, 2.187568, 3.530990",\
|
|
"2.118197, 2.143586, 2.219769, 2.496732, 3.840155",\
|
|
"3.198636, 3.224025, 3.300206, 3.577170, 4.920592");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047520, 0.070672, 0.156912, 0.532728, 2.381972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.879267, 1.898790, 1.948606, 2.083108, 2.662857",\
|
|
"1.930050, 1.949573, 1.999389, 2.133891, 2.713640",\
|
|
"2.041509, 2.061032, 2.110848, 2.245350, 2.825099",\
|
|
"2.356783, 2.376306, 2.426122, 2.560624, 3.140372",\
|
|
"3.342781, 3.362304, 3.412120, 3.546622, 4.126369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056098, 0.096007, 0.247947, 1.023152");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.647605, 1.672990, 1.749167, 2.026130, 3.369547",\
|
|
"1.696383, 1.721768, 1.797946, 2.074908, 3.418326",\
|
|
"1.808687, 1.834072, 1.910250, 2.187212, 3.530630",\
|
|
"2.117858, 2.143243, 2.219420, 2.496383, 3.839801",\
|
|
"3.198368, 3.223754, 3.299932, 3.576895, 4.920313");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047505, 0.070658, 0.156904, 0.532730, 2.381972",\
|
|
"0.047505, 0.070658, 0.156904, 0.532730, 2.381972",\
|
|
"0.047505, 0.070658, 0.156904, 0.532730, 2.381972",\
|
|
"0.047505, 0.070658, 0.156904, 0.532730, 2.381973",\
|
|
"0.047507, 0.070660, 0.156905, 0.532730, 2.381973");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.877282, 1.896808, 1.946624, 2.081123, 2.660835",\
|
|
"1.928065, 1.947591, 1.997407, 2.131906, 2.711618",\
|
|
"2.039524, 2.059050, 2.108866, 2.243365, 2.823076",\
|
|
"2.354803, 2.374329, 2.424145, 2.558644, 3.138355",\
|
|
"3.340819, 3.360346, 3.410162, 3.544661, 4.124372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043469, 0.056102, 0.096001, 0.247946, 1.023231",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023231",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023231",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023232",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023232");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.955588, 1.975111, 2.024927, 2.159430, 2.739178",\
|
|
"2.004367, 2.023890, 2.073706, 2.208208, 2.787956",\
|
|
"2.116671, 2.136194, 2.186010, 2.320512, 2.900260",\
|
|
"2.425586, 2.445109, 2.494925, 2.629428, 3.209176",\
|
|
"3.501520, 3.521043, 3.570859, 3.705361, 4.285108");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056097, 0.096007, 0.247947, 1.023150",\
|
|
"0.043476, 0.056098, 0.096007, 0.247947, 1.023152");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.716181, 1.741570, 1.817752, 2.094716, 3.438138",\
|
|
"1.766964, 1.792353, 1.868535, 2.145499, 3.488921",\
|
|
"1.878423, 1.903812, 1.979994, 2.256958, 3.600380",\
|
|
"2.193971, 2.219360, 2.295542, 2.572506, 3.915928",\
|
|
"3.181786, 3.207174, 3.283356, 3.560320, 4.903742");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047521, 0.070673, 0.156913, 0.532728, 2.381972",\
|
|
"0.047520, 0.070672, 0.156912, 0.532728, 2.381972");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.953603, 1.973129, 2.022946, 2.157444, 2.737156",\
|
|
"2.002382, 2.021908, 2.071724, 2.206223, 2.785934",\
|
|
"2.114686, 2.134212, 2.184028, 2.318527, 2.898238",\
|
|
"2.423606, 2.443132, 2.492949, 2.627447, 3.207159",\
|
|
"3.499558, 3.519085, 3.568901, 3.703400, 4.283111");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043469, 0.056102, 0.096001, 0.247946, 1.023231",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023231",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023231",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023232",\
|
|
"0.043469, 0.056102, 0.096001, 0.247946, 1.023232");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.715835, 1.741220, 1.817397, 2.094360, 3.437778",\
|
|
"1.766618, 1.792003, 1.868181, 2.145143, 3.488561",\
|
|
"1.878077, 1.903462, 1.979639, 2.256602, 3.600019",\
|
|
"2.193632, 2.219017, 2.295194, 2.572157, 3.915575",\
|
|
"3.181518, 3.206903, 3.283082, 3.560045, 4.903462");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047505, 0.070658, 0.156904, 0.532730, 2.381972",\
|
|
"0.047505, 0.070658, 0.156904, 0.532730, 2.381972",\
|
|
"0.047505, 0.070658, 0.156904, 0.532730, 2.381972",\
|
|
"0.047505, 0.070658, 0.156904, 0.532730, 2.381973",\
|
|
"0.047507, 0.070660, 0.156905, 0.532730, 2.381973");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.640924, 1.666332, 1.742536, 2.019507, 3.362950",\
|
|
"1.692826, 1.718235, 1.794439, 2.071409, 3.414852",\
|
|
"1.796867, 1.822276, 1.898480, 2.175450, 3.518893",\
|
|
"2.040437, 2.065845, 2.142049, 2.419019, 3.762462",\
|
|
"2.828341, 2.853749, 2.929953, 3.206924, 4.550367");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047600, 0.070745, 0.156955, 0.532718, 2.381965");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.704549, 1.724077, 1.773893, 1.908390, 2.488086",\
|
|
"1.752725, 1.772252, 1.822069, 1.956566, 2.536262",\
|
|
"1.865195, 1.884723, 1.934539, 2.069036, 2.648732",\
|
|
"2.151472, 2.171000, 2.220817, 2.355314, 2.935009",\
|
|
"3.016483, 3.036011, 3.085827, 3.220324, 3.800015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043465, 0.056104, 0.095998, 0.247945, 1.023266",\
|
|
"0.043466, 0.056104, 0.095998, 0.247946, 1.023266",\
|
|
"0.043466, 0.056104, 0.095998, 0.247946, 1.023266",\
|
|
"0.043466, 0.056104, 0.095998, 0.247946, 1.023267",\
|
|
"0.043466, 0.056105, 0.095998, 0.247946, 1.023277");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.640924, 1.666332, 1.742536, 2.019507, 3.362950",\
|
|
"1.692826, 1.718235, 1.794439, 2.071409, 3.414852",\
|
|
"1.796867, 1.822276, 1.898480, 2.175450, 3.518893",\
|
|
"2.040437, 2.065845, 2.142049, 2.419019, 3.762462",\
|
|
"2.828341, 2.853749, 2.929953, 3.206924, 4.550367");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047599, 0.070744, 0.156954, 0.532718, 2.381965",\
|
|
"0.047600, 0.070745, 0.156955, 0.532718, 2.381965");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "1.704549, 1.724077, 1.773893, 1.908390, 2.488086",\
|
|
"1.752725, 1.772252, 1.822069, 1.956566, 2.536262",\
|
|
"1.865195, 1.884723, 1.934539, 2.069036, 2.648732",\
|
|
"2.151472, 2.171000, 2.220817, 2.355314, 2.935009",\
|
|
"3.016483, 3.036011, 3.085827, 3.220324, 3.800015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043465, 0.056104, 0.095998, 0.247945, 1.023266",\
|
|
"0.043465, 0.056104, 0.095998, 0.247945, 1.023266",\
|
|
"0.043465, 0.056104, 0.095998, 0.247945, 1.023266",\
|
|
"0.043465, 0.056104, 0.095998, 0.247945, 1.023267",\
|
|
"0.043465, 0.056105, 0.095998, 0.247945, 1.023277");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751",\
|
|
"7.461744, 7.487147, 7.563345, 7.840314, 9.183751");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966",\
|
|
"0.047578, 0.070725, 0.156943, 0.532721, 2.381966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266",\
|
|
"7.599662, 7.619183, 7.668999, 7.803503, 8.383266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001302, 0.011574, 0.050802, 0.210802, 1.000000");
|
|
values ( "0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116",\
|
|
"0.043479, 0.056095, 0.096009, 0.247948, 1.023116");
|
|
}
|
|
|
|
} /* 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.002868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.794451, 1.818073, 1.893616, 2.172533, 3.521318",\
|
|
"1.846416, 1.870038, 1.945581, 2.224498, 3.573283",\
|
|
"1.956701, 1.980323, 2.055865, 2.334782, 3.683568",\
|
|
"2.242613, 2.266234, 2.341777, 2.620694, 3.969479",\
|
|
"3.204924, 3.228546, 3.304089, 3.583006, 4.931791");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073370, 0.160249, 0.542577, 2.406261");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.895716, 1.913706, 1.962969, 2.099557, 2.673988",\
|
|
"1.946132, 1.964122, 2.013385, 2.149973, 2.724404",\
|
|
"2.059584, 2.077574, 2.126837, 2.263425, 2.837856",\
|
|
"2.411794, 2.429784, 2.479047, 2.615635, 3.190066",\
|
|
"3.699457, 3.717447, 3.766710, 3.903298, 4.477728");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046187, 0.058171, 0.097429, 0.254701, 1.039283",\
|
|
"0.046187, 0.058171, 0.097429, 0.254701, 1.039283",\
|
|
"0.046187, 0.058171, 0.097429, 0.254701, 1.039283",\
|
|
"0.046187, 0.058171, 0.097429, 0.254702, 1.039284",\
|
|
"0.046187, 0.058171, 0.097429, 0.254702, 1.039284");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.794286, 1.817906, 1.893447, 2.172363, 3.521147",\
|
|
"1.846251, 1.869871, 1.945411, 2.224328, 3.573111",\
|
|
"1.956535, 1.980156, 2.055696, 2.334613, 3.683396",\
|
|
"2.242451, 2.266071, 2.341612, 2.620528, 3.969311",\
|
|
"3.204789, 3.228410, 3.303951, 3.582867, 4.931650");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050459, 0.073364, 0.160245, 0.542578, 2.406262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.890493, 1.908485, 1.957747, 2.094333, 2.668736",\
|
|
"1.940909, 1.958901, 2.008164, 2.144749, 2.719152",\
|
|
"2.054361, 2.072353, 2.121616, 2.258201, 2.832604",\
|
|
"2.406627, 2.424618, 2.473881, 2.610467, 3.184870",\
|
|
"3.697773, 3.715764, 3.765027, 3.901613, 4.476016");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046180, 0.058174, 0.097424, 0.254700, 1.039351",\
|
|
"0.046180, 0.058174, 0.097424, 0.254700, 1.039351",\
|
|
"0.046180, 0.058174, 0.097424, 0.254700, 1.039351",\
|
|
"0.046180, 0.058174, 0.097424, 0.254701, 1.039352",\
|
|
"0.046180, 0.058174, 0.097424, 0.254701, 1.039352");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "2.124699, 2.142689, 2.191951, 2.328540, 2.902971",\
|
|
"2.176663, 2.194654, 2.243916, 2.380505, 2.954936",\
|
|
"2.286948, 2.304938, 2.354201, 2.490789, 3.065220",\
|
|
"2.572567, 2.590558, 2.639820, 2.776409, 3.350839",\
|
|
"3.531853, 3.549843, 3.599106, 3.735694, 4.310125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046187, 0.058171, 0.097429, 0.254701, 1.039283",\
|
|
"0.046187, 0.058171, 0.097429, 0.254701, 1.039283",\
|
|
"0.046187, 0.058171, 0.097429, 0.254701, 1.039283",\
|
|
"0.046187, 0.058171, 0.097429, 0.254702, 1.039284",\
|
|
"0.046187, 0.058171, 0.097429, 0.254702, 1.039284");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.690755, 1.714377, 1.789919, 2.068836, 3.417622",\
|
|
"1.741171, 1.764793, 1.840336, 2.119253, 3.468038",\
|
|
"1.854623, 1.878245, 1.953787, 2.232704, 3.581490",\
|
|
"2.207032, 2.230654, 2.306196, 2.585114, 3.933899",\
|
|
"3.494114, 3.517736, 3.593279, 3.872196, 5.220981");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073369, 0.160249, 0.542577, 2.406261",\
|
|
"0.050465, 0.073370, 0.160249, 0.542577, 2.406261");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "2.123024, 2.141016, 2.190279, 2.326864, 2.901268",\
|
|
"2.174989, 2.192981, 2.242244, 2.378829, 2.953233",\
|
|
"2.285274, 2.303266, 2.352529, 2.489114, 3.063517",\
|
|
"2.570898, 2.588889, 2.638152, 2.774738, 3.349141",\
|
|
"3.530169, 3.548161, 3.597424, 3.734009, 4.308412");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046180, 0.058174, 0.097424, 0.254700, 1.039351",\
|
|
"0.046180, 0.058174, 0.097424, 0.254700, 1.039351",\
|
|
"0.046180, 0.058174, 0.097424, 0.254700, 1.039351",\
|
|
"0.046180, 0.058174, 0.097424, 0.254701, 1.039352",\
|
|
"0.046180, 0.058174, 0.097424, 0.254701, 1.039352");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.686645, 1.710265, 1.785806, 2.064722, 3.413505",\
|
|
"1.737061, 1.760682, 1.836222, 2.115138, 3.463922",\
|
|
"1.850513, 1.874133, 1.949674, 2.228590, 3.577374",\
|
|
"2.202983, 2.226603, 2.302144, 2.581060, 3.929844",\
|
|
"3.493979, 3.517599, 3.593140, 3.872057, 5.220840");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050457, 0.073362, 0.160245, 0.542578, 2.406262",\
|
|
"0.050459, 0.073364, 0.160245, 0.542578, 2.406262");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.831153, 1.854799, 1.930375, 2.209301, 3.558120",\
|
|
"1.884575, 1.908221, 1.983797, 2.262724, 3.611542",\
|
|
"1.989224, 2.012870, 2.088445, 2.367372, 3.716191",\
|
|
"2.235485, 2.259130, 2.334707, 2.613633, 3.962452",\
|
|
"3.016210, 3.039857, 3.115433, 3.394360, 4.743178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050585, 0.073479, 0.160312, 0.542560, 2.406253",\
|
|
"0.050586, 0.073479, 0.160313, 0.542560, 2.406253",\
|
|
"0.050586, 0.073479, 0.160313, 0.542560, 2.406253",\
|
|
"0.050586, 0.073479, 0.160313, 0.542560, 2.406253",\
|
|
"0.050587, 0.073480, 0.160313, 0.542560, 2.406253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.810230, 1.828222, 1.877485, 2.014068, 2.588454",\
|
|
"1.858426, 1.876419, 1.925682, 2.062265, 2.636650",\
|
|
"1.970549, 1.988541, 2.037805, 2.174388, 2.748772",\
|
|
"2.256781, 2.274774, 2.324037, 2.460620, 3.035005",\
|
|
"3.120569, 3.138561, 3.187824, 3.324407, 3.898793");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046176, 0.058177, 0.097420, 0.254700, 1.039400",\
|
|
"0.046176, 0.058177, 0.097420, 0.254700, 1.039400",\
|
|
"0.046176, 0.058177, 0.097420, 0.254700, 1.039400",\
|
|
"0.046176, 0.058177, 0.097420, 0.254700, 1.039400",\
|
|
"0.046176, 0.058177, 0.097421, 0.254700, 1.039400");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.831153, 1.854799, 1.930375, 2.209301, 3.558120",\
|
|
"1.884575, 1.908221, 1.983797, 2.262724, 3.611542",\
|
|
"1.989224, 2.012870, 2.088445, 2.367372, 3.716191",\
|
|
"2.235485, 2.259130, 2.334707, 2.613633, 3.962452",\
|
|
"3.016210, 3.039857, 3.115433, 3.394360, 4.743178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050585, 0.073479, 0.160312, 0.542560, 2.406251",\
|
|
"0.050586, 0.073479, 0.160313, 0.542560, 2.406251",\
|
|
"0.050586, 0.073479, 0.160313, 0.542560, 2.406251",\
|
|
"0.050586, 0.073479, 0.160313, 0.542560, 2.406251",\
|
|
"0.050587, 0.073480, 0.160313, 0.542560, 2.406253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.810230, 1.828222, 1.877485, 2.014068, 2.588454",\
|
|
"1.858426, 1.876419, 1.925682, 2.062265, 2.636650",\
|
|
"1.970549, 1.988541, 2.037805, 2.174388, 2.748772",\
|
|
"2.256781, 2.274774, 2.324037, 2.460620, 3.035005",\
|
|
"3.120569, 3.138561, 3.187824, 3.324407, 3.898793");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046176, 0.058177, 0.097420, 0.254700, 1.039397",\
|
|
"0.046176, 0.058177, 0.097420, 0.254700, 1.039397",\
|
|
"0.046176, 0.058177, 0.097420, 0.254700, 1.039397",\
|
|
"0.046176, 0.058177, 0.097420, 0.254700, 1.039397",\
|
|
"0.046176, 0.058177, 0.097421, 0.254700, 1.039397");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163",\
|
|
"6.169217, 6.192858, 6.268427, 6.547351, 7.896163");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253",\
|
|
"0.050561, 0.073456, 0.160300, 0.542563, 2.406253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412",\
|
|
"6.567124, 6.585114, 6.634377, 6.770967, 7.345412");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245",\
|
|
"0.046190, 0.058169, 0.097432, 0.254701, 1.039245");
|
|
}
|
|
|
|
} /* 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.002102 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.033933, 2.058835, 2.135617, 2.413943, 3.761017",\
|
|
"2.085898, 2.110800, 2.187582, 2.465907, 3.812982",\
|
|
"2.196182, 2.221084, 2.297866, 2.576192, 3.923266",\
|
|
"2.482116, 2.507018, 2.583800, 2.862125, 4.209200",\
|
|
"3.444603, 3.469505, 3.546287, 3.824613, 5.171688");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053205, 0.075756, 0.161008, 0.538042, 2.394322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.164150, 2.182657, 2.232502, 2.368460, 2.952481",\
|
|
"2.214565, 2.233073, 2.282917, 2.418876, 3.002897",\
|
|
"2.328018, 2.346525, 2.396370, 2.532328, 3.116349",\
|
|
"2.680417, 2.698924, 2.748769, 2.884727, 3.468748",\
|
|
"3.970224, 3.988731, 4.038576, 4.174535, 4.758555");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046674, 0.058770, 0.097745, 0.252159, 1.035452");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.033606, 2.058505, 2.135283, 2.413607, 3.760677",\
|
|
"2.085571, 2.110470, 2.187247, 2.465572, 3.812642",\
|
|
"2.195856, 2.220754, 2.297532, 2.575856, 3.922926",\
|
|
"2.481784, 2.506682, 2.583460, 2.861784, 4.208855",\
|
|
"3.444247, 3.469146, 3.545923, 3.824248, 5.171318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053188, 0.075740, 0.160999, 0.538044, 2.394322",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394322",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394322",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394324",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.157844, 2.176346, 2.226168, 2.362112, 2.946128",\
|
|
"2.208259, 2.226761, 2.276584, 2.412528, 2.996544",\
|
|
"2.321712, 2.340214, 2.390037, 2.525980, 3.109996",\
|
|
"2.674162, 2.692665, 2.742487, 2.878431, 3.462447",\
|
|
"3.967555, 3.986057, 4.035880, 4.171823, 4.755838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046604, 0.058695, 0.097703, 0.252142, 1.035462",\
|
|
"0.046604, 0.058695, 0.097703, 0.252142, 1.035462",\
|
|
"0.046604, 0.058695, 0.097703, 0.252142, 1.035462",\
|
|
"0.046604, 0.058695, 0.097703, 0.252141, 1.035463",\
|
|
"0.046602, 0.058693, 0.097702, 0.252141, 1.035463");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.568167, 2.586674, 2.636519, 2.772478, 3.356498",\
|
|
"2.620132, 2.638639, 2.688484, 2.824442, 3.408463",\
|
|
"2.730417, 2.748924, 2.798769, 2.934727, 3.518748",\
|
|
"3.016164, 3.034671, 3.084516, 3.220474, 3.804495",\
|
|
"3.976734, 3.995241, 4.045086, 4.181045, 4.765065");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046675, 0.058771, 0.097745, 0.252159, 1.035452",\
|
|
"0.046674, 0.058770, 0.097745, 0.252159, 1.035452");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.016383, 2.041285, 2.118067, 2.396393, 3.743467",\
|
|
"2.066799, 2.091701, 2.168483, 2.446809, 3.793883",\
|
|
"2.180252, 2.205153, 2.281935, 2.560261, 3.907335",\
|
|
"2.532781, 2.557683, 2.634465, 2.912791, 4.259866",\
|
|
"3.824467, 3.849369, 3.926152, 4.204477, 5.551552");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053204, 0.075755, 0.161008, 0.538042, 2.394322",\
|
|
"0.053205, 0.075756, 0.161008, 0.538042, 2.394322");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.565554, 2.584056, 2.633879, 2.769822, 3.353838",\
|
|
"2.617519, 2.636021, 2.685844, 2.821787, 3.405803",\
|
|
"2.727803, 2.746306, 2.796129, 2.932072, 3.516088",\
|
|
"3.013549, 3.032051, 3.081874, 3.217817, 3.801833",\
|
|
"3.974065, 3.992567, 4.042390, 4.178333, 4.762349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046604, 0.058695, 0.097703, 0.252142, 1.035462",\
|
|
"0.046604, 0.058695, 0.097703, 0.252142, 1.035462",\
|
|
"0.046604, 0.058695, 0.097703, 0.252142, 1.035462",\
|
|
"0.046604, 0.058695, 0.097703, 0.252141, 1.035463",\
|
|
"0.046602, 0.058693, 0.097702, 0.252141, 1.035463");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.012110, 2.037009, 2.113786, 2.392111, 3.739181",\
|
|
"2.062526, 2.087425, 2.164202, 2.442527, 3.789597",\
|
|
"2.175978, 2.200877, 2.277654, 2.555979, 3.903049",\
|
|
"2.528560, 2.553458, 2.630236, 2.908561, 4.255631",\
|
|
"3.824112, 3.849010, 3.925788, 4.204112, 5.551182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053188, 0.075740, 0.160999, 0.538044, 2.394322",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394322",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394322",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394324",\
|
|
"0.053188, 0.075740, 0.160999, 0.538044, 2.394324");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "1.928956, 1.953861, 2.030648, 2.308975, 3.656054",\
|
|
"1.980313, 2.005218, 2.082005, 2.360332, 3.707411",\
|
|
"2.092529, 2.117435, 2.194221, 2.472548, 3.819627",\
|
|
"2.366026, 2.390931, 2.467718, 2.746045, 4.093124",\
|
|
"3.301306, 3.326211, 3.402998, 3.681325, 5.028404");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075771, 0.161017, 0.538039, 2.394320");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.298078, 2.316584, 2.366425, 2.502381, 3.086400",\
|
|
"2.343546, 2.362053, 2.411894, 2.547849, 3.131869",\
|
|
"2.456842, 2.475349, 2.525190, 2.661145, 3.245165",\
|
|
"2.823155, 2.841661, 2.891502, 3.027458, 3.611477",\
|
|
"4.232793, 4.251299, 4.301141, 4.437097, 5.021117");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046663, 0.058758, 0.097738, 0.252156, 1.035454");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "1.928956, 1.953861, 2.030648, 2.308975, 3.656054",\
|
|
"1.980313, 2.005218, 2.082005, 2.360332, 3.707411",\
|
|
"2.092529, 2.117435, 2.194221, 2.472548, 3.819627",\
|
|
"2.366026, 2.390931, 2.467718, 2.746045, 4.093124",\
|
|
"3.301306, 3.326211, 3.402998, 3.681325, 5.028404");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075770, 0.161017, 0.538039, 2.394320",\
|
|
"0.053221, 0.075771, 0.161017, 0.538039, 2.394320");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "2.298078, 2.316584, 2.366425, 2.502381, 3.086400",\
|
|
"2.343546, 2.362053, 2.411894, 2.547849, 3.131869",\
|
|
"2.456842, 2.475349, 2.525190, 2.661145, 3.245165",\
|
|
"2.823155, 2.841661, 2.891502, 3.027458, 3.611477",\
|
|
"4.232793, 4.251299, 4.301141, 4.437097, 5.021117");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046662, 0.058757, 0.097737, 0.252156, 1.035453",\
|
|
"0.046663, 0.058758, 0.097738, 0.252156, 1.035454");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344",\
|
|
"6.408252, 6.433155, 6.509940, 6.788266, 8.135344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321",\
|
|
"0.053213, 0.075763, 0.161013, 0.538041, 2.394321");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818",\
|
|
"6.878534, 6.897036, 6.946859, 7.082802, 7.666818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002602, 0.012875, 0.052102, 0.212102, 1.000000");
|
|
values ( "0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463",\
|
|
"0.046603, 0.058694, 0.097703, 0.252141, 1.035463");
|
|
}
|
|
|
|
} /* 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.003260 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "1.790383, 1.814513, 1.890937, 2.169961, 3.518140",\
|
|
"1.839996, 1.864127, 1.940551, 2.219574, 3.567753",\
|
|
"1.952005, 1.976136, 2.052560, 2.331584, 3.679763",\
|
|
"2.295992, 2.320123, 2.396547, 2.675571, 4.023749",\
|
|
"3.563740, 3.587870, 3.664294, 3.943318, 5.291496");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055015, 0.077568, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077568, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077568, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077568, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "2.196928, 2.214701, 2.264020, 2.400656, 2.975003",\
|
|
"2.246139, 2.263911, 2.313231, 2.449866, 3.024213",\
|
|
"2.358579, 2.376352, 2.425671, 2.562307, 3.136653",\
|
|
"2.710348, 2.728120, 2.777439, 2.914075, 3.488422",\
|
|
"3.972205, 3.989977, 4.039295, 4.175930, 4.750277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047675, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047675, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047675, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047674, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047670, 0.059459, 0.098415, 0.254849, 1.036202");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "1.790368, 1.814499, 1.890923, 2.169947, 3.518125",\
|
|
"1.839981, 1.864112, 1.940536, 2.219560, 3.567738",\
|
|
"1.951991, 1.976122, 2.052545, 2.331569, 3.679748",\
|
|
"2.295978, 2.320108, 2.396532, 2.675556, 4.023734",\
|
|
"3.563730, 3.587861, 3.664284, 3.943308, 5.291486");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055015, 0.077567, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "2.191409, 2.209171, 2.258445, 2.395048, 2.969388",\
|
|
"2.240619, 2.258381, 2.307655, 2.444259, 3.018598",\
|
|
"2.353060, 2.370821, 2.420095, 2.556699, 3.131038",\
|
|
"2.704838, 2.722599, 2.771873, 2.908477, 3.482816",\
|
|
"3.966876, 3.984637, 4.033911, 4.170515, 4.744854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "2.351516, 2.369288, 2.418608, 2.555243, 3.129590",\
|
|
"2.401129, 2.418902, 2.468221, 2.604856, 3.179203",\
|
|
"2.513138, 2.530911, 2.580230, 2.716866, 3.291213",\
|
|
"2.857095, 2.874867, 2.924186, 3.060822, 3.635169",\
|
|
"4.124191, 4.141964, 4.191281, 4.327916, 4.902263");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047675, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047675, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047675, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047674, 0.059464, 0.098418, 0.254850, 1.036201",\
|
|
"0.047670, 0.059459, 0.098415, 0.254849, 1.036202");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "1.945761, 1.969892, 2.046315, 2.325339, 3.673518",\
|
|
"1.994971, 2.019102, 2.095526, 2.374550, 3.722728",\
|
|
"2.107411, 2.131542, 2.207966, 2.486990, 3.835169",\
|
|
"2.459218, 2.483349, 2.559773, 2.838797, 4.186975",\
|
|
"3.721827, 3.745958, 3.822381, 4.101405, 5.449584");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055015, 0.077568, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077568, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077568, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077568, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402351");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "2.345996, 2.363758, 2.413032, 2.549636, 3.123975",\
|
|
"2.395610, 2.413371, 2.462645, 2.599249, 3.173588",\
|
|
"2.507619, 2.525381, 2.574655, 2.711258, 3.285598",\
|
|
"2.851584, 2.869346, 2.918620, 3.055224, 3.629563",\
|
|
"4.118862, 4.136624, 4.185898, 4.322502, 4.896842");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224",\
|
|
"0.047524, 0.059307, 0.098332, 0.254814, 1.036224");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "1.945746, 1.969877, 2.046301, 2.325325, 3.673503",\
|
|
"1.994957, 2.019088, 2.095511, 2.374535, 3.722713",\
|
|
"2.107397, 2.131528, 2.207951, 2.486975, 3.835154",\
|
|
"2.459204, 2.483335, 2.559758, 2.838782, 4.186960",\
|
|
"3.721817, 3.745948, 3.822372, 4.101396, 5.449574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055015, 0.077567, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402351",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402352",\
|
|
"0.055015, 0.077567, 0.163127, 0.542519, 2.402352");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "1.736710, 1.760841, 1.837266, 2.116290, 3.464469",\
|
|
"1.788110, 1.812241, 1.888666, 2.167690, 3.515869",\
|
|
"1.900232, 1.924363, 2.000788, 2.279812, 3.627991",\
|
|
"2.174585, 2.198716, 2.275141, 2.554165, 3.902345",\
|
|
"3.111084, 3.135216, 3.211641, 3.490665, 4.838845");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055018, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055018, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055018, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055019, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055020, 0.077571, 0.163129, 0.542518, 2.402350");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "2.173908, 2.191677, 2.240980, 2.377604, 2.951948",\
|
|
"2.219303, 2.237072, 2.286375, 2.422998, 2.997343",\
|
|
"2.332614, 2.350383, 2.399686, 2.536309, 3.110654",\
|
|
"2.699368, 2.717137, 2.766439, 2.903063, 3.477407",\
|
|
"4.118797, 4.136569, 4.185883, 4.322515, 4.896862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047620, 0.059407, 0.098387, 0.254837, 1.036210",\
|
|
"0.047620, 0.059407, 0.098387, 0.254837, 1.036210",\
|
|
"0.047620, 0.059407, 0.098387, 0.254837, 1.036210",\
|
|
"0.047620, 0.059407, 0.098387, 0.254837, 1.036210",\
|
|
"0.047659, 0.059448, 0.098409, 0.254846, 1.036210");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "1.736710, 1.760841, 1.837266, 2.116290, 3.464469",\
|
|
"1.788110, 1.812241, 1.888666, 2.167690, 3.515869",\
|
|
"1.900232, 1.924363, 2.000788, 2.279812, 3.627991",\
|
|
"2.174585, 2.198716, 2.275141, 2.554165, 3.902345",\
|
|
"3.111084, 3.135216, 3.211641, 3.490665, 4.838845");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055018, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055018, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055018, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055019, 0.077570, 0.163129, 0.542518, 2.402351",\
|
|
"0.055020, 0.077571, 0.163129, 0.542518, 2.402350");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "2.169236, 2.186996, 2.236260, 2.372857, 2.947195",\
|
|
"2.214631, 2.232391, 2.281655, 2.418252, 2.992590",\
|
|
"2.327942, 2.345702, 2.394966, 2.531563, 3.105901",\
|
|
"2.694696, 2.712456, 2.761719, 2.898317, 3.472655",\
|
|
"4.114157, 4.131919, 4.181195, 4.317801, 4.892141");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047492, 0.059273, 0.098314, 0.254806, 1.036229",\
|
|
"0.047492, 0.059273, 0.098314, 0.254806, 1.036229",\
|
|
"0.047492, 0.059273, 0.098314, 0.254806, 1.036229",\
|
|
"0.047492, 0.059273, 0.098314, 0.254806, 1.036229",\
|
|
"0.047532, 0.059315, 0.098337, 0.254816, 1.036223");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "7.032579, 7.050350, 7.099661, 7.236291, 7.810637",\
|
|
"7.032579, 7.050350, 7.099661, 7.236291, 7.810637",\
|
|
"7.032579, 7.050350, 7.099661, 7.236291, 7.810637",\
|
|
"7.032579, 7.050350, 7.099661, 7.236291, 7.810637",\
|
|
"7.032579, 7.050350, 7.099661, 7.236291, 7.810637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047648, 0.059436, 0.098403, 0.254844, 1.036205",\
|
|
"0.047648, 0.059436, 0.098403, 0.254844, 1.036205",\
|
|
"0.047648, 0.059436, 0.098403, 0.254844, 1.036205",\
|
|
"0.047648, 0.059436, 0.098403, 0.254844, 1.036205",\
|
|
"0.047648, 0.059436, 0.098403, 0.254844, 1.036205");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141",\
|
|
"6.517397, 6.541525, 6.617945, 6.896967, 8.245141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352",\
|
|
"0.055000, 0.077553, 0.163119, 0.542521, 2.402352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "7.028526, 7.046289, 7.095567, 7.232173, 7.806513",\
|
|
"7.028526, 7.046289, 7.095567, 7.232173, 7.806513",\
|
|
"7.028526, 7.046289, 7.095567, 7.232173, 7.806513",\
|
|
"7.028526, 7.046289, 7.095567, 7.232173, 7.806513",\
|
|
"7.028526, 7.046289, 7.095567, 7.232173, 7.806513");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003760, 0.014032, 0.053260, 0.213260, 1.000000");
|
|
values ( "0.047537, 0.059320, 0.098340, 0.254817, 1.036222",\
|
|
"0.047537, 0.059320, 0.098340, 0.254817, 1.036222",\
|
|
"0.047537, 0.059320, 0.098340, 0.254817, 1.036222",\
|
|
"0.047537, 0.059320, 0.098340, 0.254817, 1.036222",\
|
|
"0.047537, 0.059320, 0.098340, 0.254817, 1.036222");
|
|
}
|
|
|
|
} /* 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.002421 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052",\
|
|
"5.861490, 5.885513, 5.961308, 6.239556, 7.586052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168",\
|
|
"0.050489, 0.073340, 0.159895, 0.539733, 2.398168");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812",\
|
|
"6.020871, 6.039093, 6.088423, 6.224298, 6.808812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016",\
|
|
"0.045742, 0.057696, 0.097226, 0.252612, 1.038016");
|
|
}
|
|
|
|
} /* 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.002679 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[33];
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "1.826114, 1.850633, 1.927233, 2.205828, 3.553118",\
|
|
"1.878372, 1.902891, 1.979492, 2.258086, 3.605376",\
|
|
"1.982624, 2.007143, 2.083744, 2.362338, 3.709628",\
|
|
"2.226889, 2.251408, 2.328008, 2.606603, 3.953892",\
|
|
"3.012550, 3.037069, 3.113669, 3.392264, 4.739554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054148, 0.076698, 0.162100, 0.540098, 2.397493");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "2.025535, 2.043669, 2.093224, 2.229427, 2.814254",\
|
|
"2.073707, 2.091841, 2.141396, 2.277599, 2.862426",\
|
|
"2.186100, 2.204234, 2.253789, 2.389992, 2.974819",\
|
|
"2.472483, 2.490618, 2.540173, 2.676376, 3.261203",\
|
|
"3.337596, 3.355731, 3.405287, 3.541491, 4.126318");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.047129, 0.059070, 0.098067, 0.253319, 1.038656",\
|
|
"0.047129, 0.059070, 0.098067, 0.253319, 1.038656",\
|
|
"0.047129, 0.059070, 0.098067, 0.253319, 1.038656",\
|
|
"0.047130, 0.059070, 0.098068, 0.253319, 1.038656",\
|
|
"0.047133, 0.059073, 0.098069, 0.253320, 1.038656");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "1.826114, 1.850633, 1.927233, 2.205828, 3.553118",\
|
|
"1.878372, 1.902891, 1.979492, 2.258086, 3.605376",\
|
|
"1.982624, 2.007143, 2.083744, 2.362338, 3.709628",\
|
|
"2.226889, 2.251408, 2.328008, 2.606603, 3.953892",\
|
|
"3.012550, 3.037069, 3.113669, 3.392264, 4.739554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054147, 0.076697, 0.162099, 0.540098, 2.397493",\
|
|
"0.054148, 0.076698, 0.162100, 0.540098, 2.397493");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "2.019282, 2.037405, 2.086907, 2.223074, 2.807890",\
|
|
"2.067454, 2.085577, 2.135079, 2.271246, 2.856062",\
|
|
"2.179847, 2.197970, 2.247472, 2.383639, 2.968455",\
|
|
"2.466232, 2.484355, 2.533857, 2.670024, 3.254840",\
|
|
"3.331349, 3.349472, 3.398975, 3.535142, 4.119959");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.046960, 0.058890, 0.097969, 0.253277, 1.038681",\
|
|
"0.046960, 0.058890, 0.097969, 0.253277, 1.038681",\
|
|
"0.046960, 0.058890, 0.097969, 0.253277, 1.038681",\
|
|
"0.046960, 0.058890, 0.097969, 0.253277, 1.038681",\
|
|
"0.046963, 0.058893, 0.097971, 0.253278, 1.038681");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "1.800742, 1.825251, 1.901838, 2.180428, 3.527704",\
|
|
"1.850355, 1.874864, 1.951451, 2.230042, 3.577317",\
|
|
"1.962365, 1.986874, 2.063460, 2.342051, 3.689327",\
|
|
"2.306351, 2.330860, 2.407447, 2.686038, 4.033313",\
|
|
"3.574090, 3.598599, 3.675186, 3.953776, 5.301052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054097, 0.076652, 0.162073, 0.540106, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540106, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540106, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540105, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540105, 2.397496");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "2.195638, 2.213775, 2.263341, 2.399551, 2.984380",\
|
|
"2.244848, 2.262986, 2.312551, 2.448762, 3.033590",\
|
|
"2.357288, 2.375426, 2.424991, 2.561202, 3.146030",\
|
|
"2.709055, 2.727193, 2.776758, 2.912969, 3.497797",\
|
|
"3.970881, 3.989017, 4.038581, 4.174791, 4.759620");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.047165, 0.059107, 0.098088, 0.253328, 1.038650",\
|
|
"0.047165, 0.059107, 0.098088, 0.253328, 1.038650",\
|
|
"0.047165, 0.059107, 0.098088, 0.253328, 1.038650",\
|
|
"0.047165, 0.059107, 0.098088, 0.253327, 1.038650",\
|
|
"0.047160, 0.059102, 0.098085, 0.253326, 1.038651");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "1.800726, 1.825235, 1.901821, 2.180412, 3.527688",\
|
|
"1.850339, 1.874848, 1.951435, 2.230025, 3.577301",\
|
|
"1.962349, 1.986858, 2.063444, 2.342035, 3.689310",\
|
|
"2.306336, 2.330845, 2.407431, 2.686022, 4.033297",\
|
|
"3.574080, 3.598589, 3.675175, 3.953766, 5.301041");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054096, 0.076652, 0.162072, 0.540105, 2.397496",\
|
|
"0.054096, 0.076652, 0.162072, 0.540105, 2.397496",\
|
|
"0.054096, 0.076652, 0.162072, 0.540105, 2.397496",\
|
|
"0.054096, 0.076652, 0.162072, 0.540105, 2.397498",\
|
|
"0.054096, 0.076652, 0.162072, 0.540106, 2.397498");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "2.188188, 2.206311, 2.255811, 2.391976, 2.976792",\
|
|
"2.237399, 2.255521, 2.305021, 2.441187, 3.026003",\
|
|
"2.349839, 2.367961, 2.417461, 2.553627, 3.138443",\
|
|
"2.701615, 2.719737, 2.769238, 2.905403, 3.490219",\
|
|
"3.963621, 3.981743, 4.031244, 4.167409, 4.752225");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046954, 0.058883, 0.097966, 0.253276, 1.038683");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "2.350188, 2.368326, 2.417892, 2.554102, 3.138931",\
|
|
"2.399802, 2.417939, 2.467505, 2.603715, 3.188544",\
|
|
"2.511811, 2.529948, 2.579514, 2.715725, 3.300553",\
|
|
"2.855767, 2.873904, 2.923470, 3.059680, 3.644509",\
|
|
"4.122862, 4.140998, 4.190563, 4.326773, 4.911601");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.047165, 0.059107, 0.098088, 0.253328, 1.038650",\
|
|
"0.047165, 0.059107, 0.098088, 0.253328, 1.038650",\
|
|
"0.047165, 0.059107, 0.098088, 0.253328, 1.038650",\
|
|
"0.047165, 0.059107, 0.098088, 0.253327, 1.038650",\
|
|
"0.047160, 0.059102, 0.098085, 0.253326, 1.038651");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "1.956059, 1.980568, 2.057155, 2.335745, 3.683021",\
|
|
"2.005270, 2.029779, 2.106365, 2.384956, 3.732232",\
|
|
"2.117710, 2.142219, 2.218806, 2.497396, 3.844672",\
|
|
"2.469517, 2.494026, 2.570612, 2.849203, 4.196479",\
|
|
"3.732120, 3.756629, 3.833215, 4.111806, 5.459082");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054097, 0.076652, 0.162073, 0.540106, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540106, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540106, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540105, 2.397496",\
|
|
"0.054097, 0.076652, 0.162073, 0.540105, 2.397496");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "2.342739, 2.360861, 2.410362, 2.546527, 3.131343",\
|
|
"2.392352, 2.410474, 2.459975, 2.596140, 3.180956",\
|
|
"2.504362, 2.522484, 2.571984, 2.708150, 3.292966",\
|
|
"2.848327, 2.866449, 2.915950, 3.052115, 3.636931",\
|
|
"4.115602, 4.133724, 4.183225, 4.319390, 4.904206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046953, 0.058883, 0.097966, 0.253276, 1.038683",\
|
|
"0.046954, 0.058883, 0.097966, 0.253276, 1.038683");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "1.956043, 1.980552, 2.057138, 2.335729, 3.683005",\
|
|
"2.005254, 2.029763, 2.106349, 2.384940, 3.732215",\
|
|
"2.117694, 2.142203, 2.218789, 2.497380, 3.844656",\
|
|
"2.469501, 2.494010, 2.570596, 2.849187, 4.196462",\
|
|
"3.732110, 3.756618, 3.833205, 4.111795, 5.459071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054096, 0.076652, 0.162072, 0.540105, 2.397496",\
|
|
"0.054096, 0.076652, 0.162072, 0.540105, 2.397496",\
|
|
"0.054096, 0.076652, 0.162072, 0.540105, 2.397496",\
|
|
"0.054096, 0.076652, 0.162072, 0.540105, 2.397498",\
|
|
"0.054096, 0.076652, 0.162072, 0.540106, 2.397498");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "7.071874, 7.090012, 7.139580, 7.275792, 7.860621",\
|
|
"7.071874, 7.090012, 7.139580, 7.275792, 7.860621",\
|
|
"7.071874, 7.090012, 7.139580, 7.275792, 7.860621",\
|
|
"7.071874, 7.090012, 7.139580, 7.275792, 7.860621",\
|
|
"7.071874, 7.090012, 7.139580, 7.275792, 7.860621");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.047173, 0.059116, 0.098092, 0.253329, 1.038649",\
|
|
"0.047173, 0.059116, 0.098092, 0.253329, 1.038649",\
|
|
"0.047173, 0.059116, 0.098092, 0.253329, 1.038649",\
|
|
"0.047173, 0.059116, 0.098092, 0.253329, 1.038649",\
|
|
"0.047173, 0.059116, 0.098092, 0.253329, 1.038649");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686",\
|
|
"6.564700, 6.589214, 6.665809, 6.944402, 8.291686");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495",\
|
|
"0.054125, 0.076678, 0.162088, 0.540101, 2.397495");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "7.065685, 7.083811, 7.133327, 7.269504, 7.854322",\
|
|
"7.065685, 7.083811, 7.133327, 7.269504, 7.854322",\
|
|
"7.065685, 7.083811, 7.133327, 7.269504, 7.854322",\
|
|
"7.065685, 7.083811, 7.133327, 7.269504, 7.854322",\
|
|
"7.065685, 7.083811, 7.133327, 7.269504, 7.854322");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003179, 0.013451, 0.052679, 0.212679, 1.000000");
|
|
values ( "0.047005, 0.058937, 0.097995, 0.253288, 1.038675",\
|
|
"0.047005, 0.058937, 0.097995, 0.253288, 1.038675",\
|
|
"0.047005, 0.058937, 0.097995, 0.253288, 1.038675",\
|
|
"0.047005, 0.058937, 0.097995, 0.253288, 1.038675",\
|
|
"0.047005, 0.058937, 0.097995, 0.253288, 1.038675");
|
|
}
|
|
|
|
} /* 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.003564 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[32];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "1.766349, 1.790263, 1.866540, 2.145475, 3.492788",\
|
|
"1.815962, 1.839876, 1.916153, 2.195089, 3.542401",\
|
|
"1.927972, 1.951886, 2.028162, 2.307098, 3.654410",\
|
|
"2.271958, 2.295872, 2.372149, 2.651085, 3.998397",\
|
|
"3.539701, 3.563615, 3.639891, 3.918827, 5.266140");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "2.174482, 2.192059, 2.241230, 2.377797, 2.951799",\
|
|
"2.223693, 2.241269, 2.290441, 2.427008, 3.001010",\
|
|
"2.336133, 2.353709, 2.402881, 2.539448, 3.113450",\
|
|
"2.687901, 2.705477, 2.754649, 2.891215, 3.465217",\
|
|
"3.949744, 3.967320, 4.016490, 4.153056, 4.727057");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.048049, 0.059776, 0.098705, 0.255033, 1.035676",\
|
|
"0.048049, 0.059776, 0.098705, 0.255033, 1.035676",\
|
|
"0.048049, 0.059776, 0.098705, 0.255033, 1.035676",\
|
|
"0.048049, 0.059775, 0.098704, 0.255033, 1.035676",\
|
|
"0.048044, 0.059771, 0.098702, 0.255032, 1.035677");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "1.765317, 1.789222, 1.865485, 2.144417, 3.491716",\
|
|
"1.814930, 1.838835, 1.915099, 2.194030, 3.541329",\
|
|
"1.926940, 1.950845, 2.027108, 2.306040, 3.653338",\
|
|
"2.270927, 2.294832, 2.371095, 2.650027, 3.997325",\
|
|
"3.538674, 3.562579, 3.638842, 3.917774, 5.265073");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055404, 0.077975, 0.163683, 0.543165, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543165, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543165, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543166, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543166, 2.401745");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "2.166399, 2.183960, 2.233065, 2.369585, 2.943577",\
|
|
"2.215610, 2.233170, 2.282276, 2.418796, 2.992787",\
|
|
"2.328050, 2.345610, 2.394716, 2.531236, 3.105227",\
|
|
"2.679826, 2.697387, 2.746492, 2.883012, 3.457003",\
|
|
"3.941832, 3.959393, 4.008499, 4.145018, 4.719010");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047828, 0.059546, 0.098578, 0.254980, 1.035709");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "2.329146, 2.346723, 2.395895, 2.532461, 3.106464",\
|
|
"2.378760, 2.396336, 2.445508, 2.582075, 3.156077",\
|
|
"2.490769, 2.508346, 2.557518, 2.694084, 3.268086",\
|
|
"2.834726, 2.852303, 2.901474, 3.038041, 3.612043",\
|
|
"4.101834, 4.119410, 4.168581, 4.305146, 4.879148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.048049, 0.059776, 0.098705, 0.255033, 1.035676",\
|
|
"0.048049, 0.059776, 0.098705, 0.255033, 1.035676",\
|
|
"0.048049, 0.059776, 0.098705, 0.255033, 1.035676",\
|
|
"0.048049, 0.059775, 0.098704, 0.255033, 1.035676",\
|
|
"0.048044, 0.059771, 0.098702, 0.255032, 1.035677");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "1.922807, 1.946721, 2.022998, 2.301933, 3.649246",\
|
|
"1.972017, 1.995932, 2.072208, 2.351144, 3.698456",\
|
|
"2.084458, 2.108372, 2.184648, 2.463584, 3.810896",\
|
|
"2.436264, 2.460178, 2.536455, 2.815391, 4.162703",\
|
|
"3.698858, 3.722772, 3.799048, 4.077984, 5.425297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741",\
|
|
"0.055453, 0.078019, 0.163709, 0.543158, 2.401741");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "2.321063, 2.338624, 2.387729, 2.524249, 3.098241",\
|
|
"2.370677, 2.388237, 2.437343, 2.573863, 3.147854",\
|
|
"2.482686, 2.500247, 2.549352, 2.685872, 3.259864",\
|
|
"2.826651, 2.844212, 2.893317, 3.029837, 3.603829",\
|
|
"4.093923, 4.111483, 4.160589, 4.297108, 4.871100");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047827, 0.059546, 0.098578, 0.254980, 1.035710",\
|
|
"0.047828, 0.059546, 0.098578, 0.254980, 1.035709");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "1.921775, 1.945680, 2.021943, 2.300875, 3.648174",\
|
|
"1.970986, 1.994891, 2.071154, 2.350085, 3.697384",\
|
|
"2.083426, 2.107331, 2.183594, 2.462526, 3.809824",\
|
|
"2.435232, 2.459137, 2.535400, 2.814332, 4.161631",\
|
|
"3.697831, 3.721736, 3.797999, 4.076931, 5.424230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055404, 0.077975, 0.163683, 0.543165, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543165, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543165, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543166, 2.401745",\
|
|
"0.055404, 0.077975, 0.163683, 0.543166, 2.401745");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "1.857313, 1.881239, 1.957532, 2.236473, 3.583802",\
|
|
"1.909895, 1.933821, 2.010114, 2.289055, 3.636384",\
|
|
"2.014272, 2.038198, 2.114491, 2.393432, 3.740761",\
|
|
"2.259110, 2.283036, 2.359329, 2.638270, 3.985599",\
|
|
"3.043258, 3.067184, 3.143478, 3.422419, 4.769748");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055515, 0.078075, 0.163741, 0.543149, 2.401736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "2.042041, 2.059616, 2.108777, 2.245337, 2.819337",\
|
|
"2.090221, 2.107795, 2.156957, 2.293516, 2.867517",\
|
|
"2.202539, 2.220114, 2.269275, 2.405835, 2.979835",\
|
|
"2.488867, 2.506441, 2.555603, 2.692163, 3.266162",\
|
|
"3.354459, 3.372033, 3.421195, 3.557755, 4.131755");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.048016, 0.059741, 0.098686, 0.255025, 1.035681",\
|
|
"0.048016, 0.059741, 0.098686, 0.255025, 1.035681",\
|
|
"0.048016, 0.059741, 0.098686, 0.255025, 1.035681",\
|
|
"0.048016, 0.059742, 0.098686, 0.255025, 1.035681",\
|
|
"0.048016, 0.059742, 0.098686, 0.255025, 1.035681");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "1.857313, 1.881239, 1.957532, 2.236473, 3.583802",\
|
|
"1.909895, 1.933821, 2.010114, 2.289055, 3.636384",\
|
|
"2.014272, 2.038198, 2.114491, 2.393432, 3.740761",\
|
|
"2.259110, 2.283036, 2.359329, 2.638270, 3.985599",\
|
|
"3.043258, 3.067184, 3.143478, 3.422419, 4.769748");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055514, 0.078075, 0.163741, 0.543149, 2.401736",\
|
|
"0.055515, 0.078075, 0.163741, 0.543149, 2.401736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "2.035531, 2.053092, 2.102201, 2.238723, 2.812715",\
|
|
"2.083711, 2.101272, 2.150380, 2.286902, 2.860894",\
|
|
"2.196029, 2.213590, 2.262699, 2.399221, 2.973213",\
|
|
"2.482357, 2.499919, 2.549027, 2.685549, 3.259541",\
|
|
"3.347949, 3.365510, 3.414619, 3.551141, 4.125133");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.047837, 0.059556, 0.098584, 0.254982, 1.035708",\
|
|
"0.047837, 0.059556, 0.098584, 0.254982, 1.035708",\
|
|
"0.047837, 0.059556, 0.098584, 0.254982, 1.035708",\
|
|
"0.047837, 0.059556, 0.098584, 0.254982, 1.035708",\
|
|
"0.047837, 0.059556, 0.098584, 0.254982, 1.035708");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "7.021497, 7.039074, 7.088248, 7.224816, 7.798820",\
|
|
"7.021497, 7.039074, 7.088248, 7.224816, 7.798820",\
|
|
"7.021497, 7.039074, 7.088248, 7.224816, 7.798820",\
|
|
"7.021497, 7.039074, 7.088248, 7.224816, 7.798820",\
|
|
"7.021497, 7.039074, 7.088248, 7.224816, 7.798820");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.048056, 0.059783, 0.098709, 0.255034, 1.035675",\
|
|
"0.048056, 0.059783, 0.098709, 0.255034, 1.035675",\
|
|
"0.048056, 0.059783, 0.098709, 0.255034, 1.035675",\
|
|
"0.048056, 0.059783, 0.098709, 0.255034, 1.035675",\
|
|
"0.048056, 0.059783, 0.098709, 0.255034, 1.035675");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921",\
|
|
"6.494451, 6.518372, 6.594659, 6.873598, 8.220921");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737",\
|
|
"0.055490, 0.078053, 0.163728, 0.543153, 2.401737");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "7.015049, 7.032612, 7.081734, 7.218264, 7.792258",\
|
|
"7.015049, 7.032612, 7.081734, 7.218264, 7.792258",\
|
|
"7.015049, 7.032612, 7.081734, 7.218264, 7.792258",\
|
|
"7.015049, 7.032612, 7.081734, 7.218264, 7.792258",\
|
|
"7.015049, 7.032612, 7.081734, 7.218264, 7.792258");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004064, 0.014336, 0.053564, 0.213564, 1.000000");
|
|
values ( "0.047879, 0.059600, 0.098608, 0.254992, 1.035701",\
|
|
"0.047879, 0.059600, 0.098608, 0.254992, 1.035701",\
|
|
"0.047879, 0.059600, 0.098608, 0.254992, 1.035701",\
|
|
"0.047879, 0.059600, 0.098608, 0.254992, 1.035701",\
|
|
"0.047879, 0.059600, 0.098608, 0.254992, 1.035701");
|
|
}
|
|
|
|
} /* 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.002681 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669",\
|
|
"5.819358, 5.842806, 5.917969, 6.196261, 7.542669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614",\
|
|
"0.048848, 0.071891, 0.159281, 0.541384, 2.400614");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070",\
|
|
"5.981066, 5.999163, 6.048420, 6.184453, 6.769070");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003181, 0.013454, 0.052681, 0.212681, 1.000000");
|
|
values ( "0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759",\
|
|
"0.045916, 0.058027, 0.097321, 0.253323, 1.041759");
|
|
}
|
|
|
|
} /* 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.006143 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189",\
|
|
"5.839623, 5.861494, 5.936898, 6.215687, 7.561189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824",\
|
|
"0.056805, 0.079691, 0.171283, 0.551853, 2.412824");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411",\
|
|
"5.998020, 6.013938, 6.062309, 6.199093, 6.772411");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006643, 0.016915, 0.056143, 0.216143, 1.000000");
|
|
values ( "0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587",\
|
|
"0.050217, 0.061481, 0.103934, 0.259252, 1.045587");
|
|
}
|
|
|
|
} /* 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.003558 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141",\
|
|
"5.920330, 5.943684, 6.019786, 6.298202, 7.646141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850",\
|
|
"0.052399, 0.075244, 0.165614, 0.544297, 2.406850");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104",\
|
|
"6.063730, 6.081265, 6.130587, 6.266910, 6.841104");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004058, 0.014330, 0.053558, 0.213558, 1.000000");
|
|
values ( "0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040",\
|
|
"0.047100, 0.058833, 0.101259, 0.255523, 1.039040");
|
|
}
|
|
|
|
} /* 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.002879 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044",\
|
|
"5.924020, 5.947677, 6.023957, 6.302790, 7.654044");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194",\
|
|
"0.050560, 0.073437, 0.164093, 0.543827, 2.412194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808",\
|
|
"6.071966, 6.089964, 6.139710, 6.276470, 6.852808");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003379, 0.013651, 0.052879, 0.212879, 1.000000");
|
|
values ( "0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297",\
|
|
"0.046245, 0.058131, 0.100845, 0.255973, 1.044297");
|
|
}
|
|
|
|
} /* 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.004185 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460",\
|
|
"5.960090, 5.983217, 6.059533, 6.338901, 7.690460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016",\
|
|
"0.054024, 0.076790, 0.167768, 0.548068, 2.418016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940",\
|
|
"6.099951, 6.117128, 6.166453, 6.303735, 6.879940");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004685, 0.014958, 0.054185, 0.214185, 1.000000");
|
|
values ( "0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861",\
|
|
"0.047866, 0.059416, 0.102422, 0.258493, 1.048861");
|
|
}
|
|
|
|
} /* 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.003686 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241",\
|
|
"5.946984, 5.970311, 6.046564, 6.325572, 7.676241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937",\
|
|
"0.052717, 0.075530, 0.166294, 0.546074, 2.413937");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611",\
|
|
"6.089781, 6.107264, 6.156696, 6.293620, 6.869611");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004186, 0.014459, 0.053686, 0.213686, 1.000000");
|
|
values ( "0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538",\
|
|
"0.047252, 0.058932, 0.101743, 0.257151, 1.045538");
|
|
}
|
|
|
|
} /* 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.002956 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933",\
|
|
"6.052754, 6.076677, 6.152617, 6.431162, 7.777933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051",\
|
|
"0.052516, 0.075263, 0.161524, 0.541356, 2.399051");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726",\
|
|
"6.176200, 6.194120, 6.243387, 6.379595, 6.964726");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003456, 0.013728, 0.052956, 0.212956, 1.000000");
|
|
values ( "0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135",\
|
|
"0.046863, 0.058707, 0.097946, 0.253727, 1.040135");
|
|
}
|
|
|
|
} /* 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.003328 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873",\
|
|
"6.005407, 6.028993, 6.104686, 6.383493, 7.730873");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067",\
|
|
"0.052541, 0.075340, 0.161895, 0.543093, 2.404067");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237",\
|
|
"6.139828, 6.157497, 6.206533, 6.342990, 6.917237");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003828, 0.014101, 0.053328, 0.213328, 1.000000");
|
|
values ( "0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393",\
|
|
"0.046920, 0.058659, 0.097999, 0.254746, 1.036393");
|
|
}
|
|
|
|
} /* 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.003181 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199",\
|
|
"6.076936, 6.100863, 6.177677, 6.456729, 7.808199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017",\
|
|
"0.053384, 0.076047, 0.165963, 0.544334, 2.411017");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992",\
|
|
"6.194952, 6.212793, 6.262610, 6.399576, 6.975992");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003681, 0.013953, 0.053181, 0.213181, 1.000000");
|
|
values ( "0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986",\
|
|
"0.047311, 0.059076, 0.101575, 0.256532, 1.043986");
|
|
}
|
|
|
|
} /* 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.003195 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293",\
|
|
"5.769314, 5.792989, 5.869447, 6.148354, 7.499293");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117",\
|
|
"0.052173, 0.074955, 0.165330, 0.544456, 2.412117");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368",\
|
|
"5.904876, 5.922661, 5.972271, 6.109067, 6.685368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003695, 0.013968, 0.053195, 0.213195, 1.000000");
|
|
values ( "0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668",\
|
|
"0.046720, 0.058456, 0.101224, 0.256305, 1.043668");
|
|
}
|
|
|
|
} /* 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.003496 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191",\
|
|
"5.725555, 5.748911, 5.824388, 6.103344, 7.451191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485",\
|
|
"0.052114, 0.074976, 0.161818, 0.544101, 2.406485");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382",\
|
|
"5.871029, 5.888605, 5.937587, 6.074224, 6.648382");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003996, 0.014268, 0.053496, 0.213496, 1.000000");
|
|
values ( "0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839",\
|
|
"0.047015, 0.058777, 0.098040, 0.255390, 1.038839");
|
|
}
|
|
|
|
} /* 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.002771 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712",\
|
|
"5.665723, 5.689212, 5.764442, 6.042512, 7.387712");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779",\
|
|
"0.049532, 0.072537, 0.159789, 0.540696, 2.397779");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780",\
|
|
"5.823273, 5.841291, 5.890462, 6.026248, 6.609780");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003271, 0.013543, 0.052771, 0.212771, 1.000000");
|
|
values ( "0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550",\
|
|
"0.046065, 0.058110, 0.097476, 0.252825, 1.038550");
|
|
}
|
|
|
|
} /* 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.006090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232",\
|
|
"5.788954, 5.810825, 5.886201, 6.164932, 7.510232");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064",\
|
|
"0.056517, 0.079426, 0.171012, 0.551605, 2.412064");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324",\
|
|
"5.950033, 5.965984, 6.014378, 6.151103, 6.724324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006590, 0.016862, 0.056090, 0.216090, 1.000000");
|
|
values ( "0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241",\
|
|
"0.050147, 0.061437, 0.103810, 0.259040, 1.045241");
|
|
}
|
|
|
|
} /* 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.000774 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678",\
|
|
"5.789580, 5.814238, 5.889551, 6.166249, 7.508678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102",\
|
|
"0.044396, 0.067825, 0.155240, 0.533276, 2.383102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828",\
|
|
"5.950979, 5.970582, 6.020413, 6.154818, 6.733828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001274, 0.011546, 0.050774, 0.210774, 1.000000");
|
|
values ( "0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149",\
|
|
"0.043313, 0.056150, 0.095889, 0.247831, 1.024149");
|
|
}
|
|
|
|
} /* 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.000936 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016",\
|
|
"5.701788, 5.726305, 5.801608, 6.078439, 7.421016");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871",\
|
|
"0.044485, 0.067899, 0.155478, 0.534009, 2.380871");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015",\
|
|
"5.880396, 5.899880, 5.949661, 6.084122, 6.663015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001436, 0.011709, 0.050936, 0.210936, 1.000000");
|
|
values ( "0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192",\
|
|
"0.043463, 0.056367, 0.095948, 0.248201, 1.026192");
|
|
}
|
|
|
|
} /* 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.000793 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935",\
|
|
"5.789981, 5.814598, 5.889886, 6.166591, 7.508935");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362",\
|
|
"0.044250, 0.067691, 0.155199, 0.533379, 2.382362");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823",\
|
|
"5.958202, 5.977803, 6.027627, 6.162014, 6.740823");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001293, 0.011566, 0.050793, 0.210793, 1.000000");
|
|
values ( "0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559",\
|
|
"0.043305, 0.056194, 0.095877, 0.247843, 1.024559");
|
|
}
|
|
|
|
} /* 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.396738 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002224 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[15];
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.582401, 1.358795, 2.967244, 4.431425, 7.825030",\
|
|
"0.613241, 1.389635, 2.998087, 4.462268, 7.855874",\
|
|
"0.713351, 1.489746, 3.098206, 4.562387, 7.955994",\
|
|
"1.006041, 1.782485, 3.391396, 4.855605, 8.249274",\
|
|
"1.927796, 2.704638, 4.317280, 5.781713, 9.175902");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.102338, 1.164508, 3.375198, 5.380391, 10.027920",\
|
|
"0.102338, 1.164508, 3.375199, 5.380395, 10.027930",\
|
|
"0.102339, 1.164508, 3.375201, 5.380405, 10.027961",\
|
|
"0.102386, 1.164545, 3.375338, 5.381048, 10.029778",\
|
|
"0.102776, 1.164852, 3.376470, 5.386359, 10.044793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "1.308010, 1.765180, 2.703123, 3.550140, 5.514638",\
|
|
"1.335021, 1.792189, 2.730133, 3.577149, 5.541646",\
|
|
"1.423555, 1.880721, 2.818664, 3.665675, 5.630162",\
|
|
"1.756446, 2.213606, 3.151549, 3.998553, 5.963023",\
|
|
"3.545660, 4.003241, 4.941222, 5.788809, 7.754629");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.068844, 0.674130, 1.946442, 3.090643, 5.739054",\
|
|
"0.068844, 0.674131, 1.946445, 3.090645, 5.739054",\
|
|
"0.068844, 0.674139, 1.946459, 3.090654, 5.739054",\
|
|
"0.068844, 0.674152, 1.946482, 3.090672, 5.739054",\
|
|
"0.068948, 0.674152, 1.946482, 3.090672, 5.739054");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.582401, 1.358795, 2.967244, 4.431425, 7.825030",\
|
|
"0.613241, 1.389635, 2.998087, 4.462268, 7.855874",\
|
|
"0.713351, 1.489746, 3.098206, 4.562387, 7.955994",\
|
|
"1.006041, 1.782485, 3.391396, 4.855605, 8.249274",\
|
|
"1.927796, 2.704638, 4.317280, 5.781713, 9.175902");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.102338, 1.164508, 3.375198, 5.380391, 10.027920",\
|
|
"0.102338, 1.164508, 3.375199, 5.380395, 10.027930",\
|
|
"0.102339, 1.164508, 3.375201, 5.380405, 10.027961",\
|
|
"0.102386, 1.164545, 3.375338, 5.381048, 10.029778",\
|
|
"0.102776, 1.164852, 3.376470, 5.386359, 10.044793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "1.308010, 1.765180, 2.703123, 3.550140, 5.514638",\
|
|
"1.335021, 1.792189, 2.730133, 3.577149, 5.541646",\
|
|
"1.423555, 1.880721, 2.818664, 3.665675, 5.630162",\
|
|
"1.756446, 2.213606, 3.151549, 3.998553, 5.963023",\
|
|
"3.545660, 4.003241, 4.941222, 5.788809, 7.754629");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.068844, 0.673108, 1.944631, 3.089375, 5.738665",\
|
|
"0.068844, 0.673108, 1.944631, 3.089375, 5.738665",\
|
|
"0.068844, 0.673108, 1.944631, 3.089375, 5.738665",\
|
|
"0.068844, 0.673108, 1.944631, 3.089375, 5.738665",\
|
|
"0.068948, 0.673108, 1.944631, 3.089375, 5.738665");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "7.169471, 7.945863, 9.554293, 11.018473, 14.412075",\
|
|
"7.169471, 7.945863, 9.554293, 11.018473, 14.412075",\
|
|
"7.169471, 7.945863, 9.554293, 11.018473, 14.412075",\
|
|
"7.169471, 7.945863, 9.554293, 11.018473, 14.412075",\
|
|
"7.169471, 7.945863, 9.554293, 11.018473, 14.412075");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.102336, 1.164506, 3.375192, 5.380363, 10.027839",\
|
|
"0.102336, 1.164506, 3.375192, 5.380363, 10.027839",\
|
|
"0.102336, 1.164506, 3.375192, 5.380363, 10.027839",\
|
|
"0.102336, 1.164506, 3.375192, 5.380363, 10.027839",\
|
|
"0.102336, 1.164506, 3.375192, 5.380363, 10.027839");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "7.708220, 8.165380, 9.103322, 9.950326, 11.914796",\
|
|
"7.708220, 8.165380, 9.103322, 9.950326, 11.914796",\
|
|
"7.708220, 8.165380, 9.103322, 9.950326, 11.914796",\
|
|
"7.708220, 8.165380, 9.103322, 9.950326, 11.914796",\
|
|
"7.708220, 8.165380, 9.103322, 9.950326, 11.914796");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.068842, 0.674153, 1.946483, 3.090670, 5.739061",\
|
|
"0.068842, 0.674153, 1.946483, 3.090670, 5.739061",\
|
|
"0.068842, 0.674153, 1.946483, 3.090670, 5.739061",\
|
|
"0.068842, 0.674153, 1.946483, 3.090670, 5.739061",\
|
|
"0.068842, 0.674153, 1.946483, 3.090670, 5.739061");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "6.134579, 6.911019, 8.519236, 9.983244, 13.376448",\
|
|
"6.134579, 6.911019, 8.519236, 9.983244, 13.376448",\
|
|
"6.134579, 6.911019, 8.519236, 9.983244, 13.376448",\
|
|
"6.134579, 6.911019, 8.519236, 9.983244, 13.376448",\
|
|
"6.134579, 6.911019, 8.519236, 9.983244, 13.376448");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.102310, 1.164942, 3.375266, 5.380234, 10.027244",\
|
|
"0.102310, 1.164942, 3.375266, 5.380234, 10.027244",\
|
|
"0.102310, 1.164942, 3.375266, 5.380234, 10.027244",\
|
|
"0.102310, 1.164942, 3.375266, 5.380234, 10.027244",\
|
|
"0.102310, 1.164942, 3.375266, 5.380234, 10.027244");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "6.919844, 7.377000, 8.314942, 9.161941, 11.126397",\
|
|
"6.919844, 7.377000, 8.314942, 9.161941, 11.126397",\
|
|
"6.919844, 7.377000, 8.314942, 9.161941, 11.126397",\
|
|
"6.919844, 7.377000, 8.314942, 9.161941, 11.126397",\
|
|
"6.919844, 7.377000, 8.314942, 9.161941, 11.126397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002724, 0.045079, 0.132615, 0.212224, 0.396738");
|
|
values ( "0.068841, 0.674162, 1.946500, 3.090683, 5.739066",\
|
|
"0.068841, 0.674162, 1.946500, 3.090683, 5.739066",\
|
|
"0.068841, 0.674162, 1.946500, 3.090683, 5.739066",\
|
|
"0.068841, 0.674162, 1.946500, 3.090683, 5.739066",\
|
|
"0.068841, 0.674162, 1.946500, 3.090683, 5.739066");
|
|
}
|
|
|
|
} /* 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.396738 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001086 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "2.934900, 3.713282, 5.327592, 6.791586, 10.205685",\
|
|
"2.980380, 3.758762, 5.373072, 6.837066, 10.251165",\
|
|
"3.090490, 3.868872, 5.483182, 6.947176, 10.361275",\
|
|
"3.417578, 4.195960, 5.810270, 7.274264, 10.688362",\
|
|
"4.557027, 5.335409, 6.949720, 8.413713, 11.827812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "3.631041, 4.092068, 5.029785, 5.878353, 7.858621",\
|
|
"3.677855, 4.138881, 5.076598, 5.925167, 7.905435",\
|
|
"3.792434, 4.253461, 5.191178, 6.039746, 8.020014",\
|
|
"4.158808, 4.619834, 5.557551, 6.406120, 8.386388",\
|
|
"5.549125, 6.010152, 6.947869, 7.796437, 9.776705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "2.934900, 3.713282, 5.327592, 6.791586, 10.205685",\
|
|
"2.980380, 3.758762, 5.373072, 6.837066, 10.251165",\
|
|
"3.090490, 3.868872, 5.483182, 6.947176, 10.361275",\
|
|
"3.417578, 4.195960, 5.810270, 7.274264, 10.688362",\
|
|
"4.557027, 5.335409, 6.949720, 8.413713, 11.827812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201",\
|
|
"0.075674, 1.136997, 3.348579, 5.360444, 10.052201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "3.631041, 4.092068, 5.029785, 5.878353, 7.858621",\
|
|
"3.677855, 4.138881, 5.076598, 5.925167, 7.905435",\
|
|
"3.792434, 4.253461, 5.191178, 6.039746, 8.020014",\
|
|
"4.158808, 4.619834, 5.557551, 6.406120, 8.386388",\
|
|
"5.549125, 6.010152, 6.947869, 7.796437, 9.776705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269",\
|
|
"0.054016, 0.654575, 1.923450, 3.068843, 5.735269");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "7.472883, 8.251256, 9.865579, 11.329578, 14.743689",\
|
|
"7.472883, 8.251256, 9.865579, 11.329578, 14.743689",\
|
|
"7.472883, 8.251256, 9.865579, 11.329578, 14.743689",\
|
|
"7.472883, 8.251256, 9.865579, 11.329578, 14.743689",\
|
|
"7.472883, 8.251256, 9.865579, 11.329578, 14.743689");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.075664, 1.136992, 3.348567, 5.360445, 10.052226",\
|
|
"0.075664, 1.136992, 3.348567, 5.360445, 10.052226",\
|
|
"0.075664, 1.136992, 3.348567, 5.360445, 10.052226",\
|
|
"0.075664, 1.136992, 3.348567, 5.360445, 10.052226",\
|
|
"0.075664, 1.136992, 3.348567, 5.360445, 10.052226");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "8.015577, 8.476595, 9.414311, 10.262883, 12.243157",\
|
|
"8.015577, 8.476595, 9.414311, 10.262883, 12.243157",\
|
|
"8.015577, 8.476595, 9.414311, 10.262883, 12.243157",\
|
|
"8.015577, 8.476595, 9.414311, 10.262883, 12.243157",\
|
|
"8.015577, 8.476595, 9.414311, 10.262883, 12.243157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.054001, 0.654572, 1.923445, 3.068844, 5.735275",\
|
|
"0.054001, 0.654572, 1.923445, 3.068844, 5.735275",\
|
|
"0.054001, 0.654572, 1.923445, 3.068844, 5.735275",\
|
|
"0.054001, 0.654572, 1.923445, 3.068844, 5.735275",\
|
|
"0.054001, 0.654572, 1.923445, 3.068844, 5.735275");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "6.388125, 7.166463, 8.780836, 10.244859, 13.659023",\
|
|
"6.388125, 7.166463, 8.780836, 10.244859, 13.659023",\
|
|
"6.388125, 7.166463, 8.780836, 10.244859, 13.659023",\
|
|
"6.388125, 7.166463, 8.780836, 10.244859, 13.659023",\
|
|
"6.388125, 7.166463, 8.780836, 10.244859, 13.659023");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.075624, 1.136971, 3.348518, 5.360444, 10.052339",\
|
|
"0.075624, 1.136971, 3.348518, 5.360444, 10.052339",\
|
|
"0.075624, 1.136971, 3.348518, 5.360444, 10.052339",\
|
|
"0.075624, 1.136971, 3.348518, 5.360444, 10.052339",\
|
|
"0.075624, 1.136971, 3.348518, 5.360444, 10.052339");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "7.177327, 7.638333, 8.576051, 9.424625, 11.404906",\
|
|
"7.177327, 7.638333, 8.576051, 9.424625, 11.404906",\
|
|
"7.177327, 7.638333, 8.576051, 9.424625, 11.404906",\
|
|
"7.177327, 7.638333, 8.576051, 9.424625, 11.404906",\
|
|
"7.177327, 7.638333, 8.576051, 9.424625, 11.404906");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001586, 0.043940, 0.131477, 0.211086, 0.396738");
|
|
values ( "0.053983, 0.654570, 1.923439, 3.068842, 5.735283",\
|
|
"0.053983, 0.654570, 1.923439, 3.068842, 5.735283",\
|
|
"0.053983, 0.654570, 1.923439, 3.068842, 5.735283",\
|
|
"0.053983, 0.654570, 1.923439, 3.068842, 5.735283",\
|
|
"0.053983, 0.654570, 1.923439, 3.068842, 5.735283");
|
|
}
|
|
|
|
} /* 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.001080 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[13];
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "2.045710, 2.070407, 2.146010, 2.422894, 3.765581",\
|
|
"2.097703, 2.122400, 2.198004, 2.474887, 3.817574",\
|
|
"2.219407, 2.244104, 2.319707, 2.596591, 3.939278",\
|
|
"2.542501, 2.567198, 2.642801, 2.919685, 4.262372",\
|
|
"3.654491, 3.679189, 3.754792, 4.031676, 5.374363");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.046357, 0.069585, 0.156556, 0.533778, 2.384104",\
|
|
"0.046357, 0.069586, 0.156556, 0.533778, 2.384104",\
|
|
"0.046357, 0.069586, 0.156556, 0.533778, 2.384104",\
|
|
"0.046357, 0.069586, 0.156557, 0.533778, 2.384104",\
|
|
"0.046358, 0.069587, 0.156557, 0.533778, 2.384104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "2.180643, 2.199914, 2.249620, 2.384175, 2.963826",\
|
|
"2.229236, 2.248507, 2.298213, 2.432768, 3.012420",\
|
|
"2.341279, 2.360551, 2.410256, 2.544811, 3.124463",\
|
|
"2.705611, 2.724882, 2.774587, 2.909142, 3.488794",\
|
|
"4.033952, 4.053223, 4.102929, 4.237484, 4.817137");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.043863, 0.056401, 0.096221, 0.248357, 1.024237",\
|
|
"0.043863, 0.056401, 0.096221, 0.248357, 1.024237",\
|
|
"0.043863, 0.056401, 0.096221, 0.248357, 1.024237",\
|
|
"0.043863, 0.056401, 0.096221, 0.248357, 1.024236",\
|
|
"0.043864, 0.056400, 0.096221, 0.248358, 1.024233");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "2.045710, 2.070407, 2.146010, 2.422894, 3.765581",\
|
|
"2.097703, 2.122400, 2.198004, 2.474887, 3.817574",\
|
|
"2.219407, 2.244104, 2.319707, 2.596591, 3.939278",\
|
|
"2.542501, 2.567198, 2.642801, 2.919685, 4.262372",\
|
|
"3.654491, 3.679189, 3.754792, 4.031676, 5.374363");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.046357, 0.069585, 0.156556, 0.533778, 2.384104",\
|
|
"0.046357, 0.069586, 0.156556, 0.533778, 2.384104",\
|
|
"0.046357, 0.069586, 0.156556, 0.533778, 2.384104",\
|
|
"0.046357, 0.069586, 0.156557, 0.533778, 2.384104",\
|
|
"0.046358, 0.069587, 0.156557, 0.533778, 2.384104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "2.180643, 2.199914, 2.249620, 2.384175, 2.963826",\
|
|
"2.229236, 2.248507, 2.298213, 2.432768, 3.012420",\
|
|
"2.341279, 2.360551, 2.410256, 2.544811, 3.124463",\
|
|
"2.705611, 2.724882, 2.774587, 2.909142, 3.488794",\
|
|
"4.033952, 4.053223, 4.102929, 4.237484, 4.817137");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.043863, 0.056401, 0.096221, 0.248357, 1.024237",\
|
|
"0.043863, 0.056401, 0.096221, 0.248357, 1.024237",\
|
|
"0.043863, 0.056401, 0.096221, 0.248357, 1.024237",\
|
|
"0.043863, 0.056401, 0.096221, 0.248357, 1.024236",\
|
|
"0.043864, 0.056400, 0.096221, 0.248358, 1.024233");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "7.490411, 7.515104, 7.590702, 7.867584, 9.210266",\
|
|
"7.490411, 7.515104, 7.590702, 7.867584, 9.210266",\
|
|
"7.490411, 7.515104, 7.590702, 7.867584, 9.210266",\
|
|
"7.490411, 7.515104, 7.590702, 7.867584, 9.210266",\
|
|
"7.490411, 7.515104, 7.590702, 7.867584, 9.210266");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.046338, 0.069568, 0.156546, 0.533781, 2.384104",\
|
|
"0.046338, 0.069568, 0.156546, 0.533781, 2.384104",\
|
|
"0.046338, 0.069568, 0.156546, 0.533781, 2.384104",\
|
|
"0.046338, 0.069568, 0.156546, 0.533781, 2.384104",\
|
|
"0.046338, 0.069568, 0.156546, 0.533781, 2.384104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "7.763559, 7.782829, 7.832534, 7.967090, 8.546757",\
|
|
"7.763559, 7.782829, 7.832534, 7.967090, 8.546757",\
|
|
"7.763559, 7.782829, 7.832534, 7.967090, 8.546757",\
|
|
"7.763559, 7.782829, 7.832534, 7.967090, 8.546757",\
|
|
"7.763559, 7.782829, 7.832534, 7.967090, 8.546757");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.043867, 0.056399, 0.096224, 0.248358, 1.024203",\
|
|
"0.043867, 0.056399, 0.096224, 0.248358, 1.024203",\
|
|
"0.043867, 0.056399, 0.096224, 0.248358, 1.024203",\
|
|
"0.043867, 0.056399, 0.096224, 0.248358, 1.024203",\
|
|
"0.043867, 0.056399, 0.096224, 0.248358, 1.024203");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "6.567374, 6.592050, 6.667628, 6.944505, 8.287169",\
|
|
"6.567374, 6.592050, 6.667628, 6.944505, 8.287169",\
|
|
"6.567374, 6.592050, 6.667628, 6.944505, 8.287169",\
|
|
"6.567374, 6.592050, 6.667628, 6.944505, 8.287169",\
|
|
"6.567374, 6.592050, 6.667628, 6.944505, 8.287169");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.046268, 0.069505, 0.156510, 0.533790, 2.384112",\
|
|
"0.046268, 0.069505, 0.156510, 0.533790, 2.384112",\
|
|
"0.046268, 0.069505, 0.156510, 0.533790, 2.384112",\
|
|
"0.046268, 0.069505, 0.156510, 0.533790, 2.384112",\
|
|
"0.046268, 0.069505, 0.156510, 0.533790, 2.384112");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "7.079575, 7.098850, 7.148556, 7.283106, 7.862708",\
|
|
"7.079575, 7.098850, 7.148556, 7.283106, 7.862708",\
|
|
"7.079575, 7.098850, 7.148556, 7.283106, 7.862708",\
|
|
"7.079575, 7.098850, 7.148556, 7.283106, 7.862708",\
|
|
"7.079575, 7.098850, 7.148556, 7.283106, 7.862708");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001580, 0.011852, 0.051080, 0.211080, 1.000000");
|
|
values ( "0.043853, 0.056407, 0.096213, 0.248356, 1.024345",\
|
|
"0.043853, 0.056407, 0.096213, 0.248356, 1.024345",\
|
|
"0.043853, 0.056407, 0.096213, 0.248356, 1.024345",\
|
|
"0.043853, 0.056407, 0.096213, 0.248356, 1.024345",\
|
|
"0.043853, 0.056407, 0.096213, 0.248356, 1.024345");
|
|
}
|
|
|
|
} /* 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.000882 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972",\
|
|
"5.781412, 5.806192, 5.881728, 6.158497, 7.500972");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039",\
|
|
"0.045532, 0.068853, 0.155946, 0.533410, 2.383039");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247",\
|
|
"5.934355, 5.953827, 6.003606, 6.138042, 6.717247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001382, 0.011654, 0.050882, 0.210882, 1.000000");
|
|
values ( "0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513",\
|
|
"0.043531, 0.056223, 0.096033, 0.247938, 1.023513");
|
|
}
|
|
|
|
} /* 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.001069 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007",\
|
|
"5.933112, 5.958349, 6.034585, 6.311648, 7.655007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662",\
|
|
"0.048556, 0.071590, 0.157707, 0.533453, 2.382662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382",\
|
|
"6.051498, 6.070822, 6.120744, 6.255465, 6.835382");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001569, 0.011841, 0.051069, 0.211069, 1.000000");
|
|
values ( "0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656",\
|
|
"0.044562, 0.057087, 0.096636, 0.248519, 1.023656");
|
|
}
|
|
|
|
} /* 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.000929 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[10];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "1.543320, 1.567844, 1.643148, 1.919900, 3.262022",\
|
|
"1.593815, 1.618339, 1.693644, 1.970396, 3.312517",\
|
|
"1.702881, 1.727405, 1.802710, 2.079462, 3.421583",\
|
|
"1.983125, 2.007649, 2.082954, 2.359706, 3.701827",\
|
|
"2.900881, 2.925405, 3.000709, 3.277461, 4.619583");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.044393, 0.067822, 0.155460, 0.533811, 2.378982",\
|
|
"0.044393, 0.067822, 0.155460, 0.533811, 2.378982",\
|
|
"0.044393, 0.067822, 0.155460, 0.533811, 2.378982",\
|
|
"0.044393, 0.067822, 0.155460, 0.533811, 2.378982",\
|
|
"0.044394, 0.067822, 0.155460, 0.533811, 2.378992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "2.054440, 2.073894, 2.123657, 2.258060, 2.836892",\
|
|
"2.104341, 2.123795, 2.173558, 2.307961, 2.886793",\
|
|
"2.218469, 2.237923, 2.287685, 2.422088, 3.000921",\
|
|
"2.579358, 2.598812, 2.648574, 2.782977, 3.361810",\
|
|
"3.962742, 3.982196, 4.031959, 4.166361, 4.745192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024256");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "1.543320, 1.567844, 1.643148, 1.919900, 3.262022",\
|
|
"1.593815, 1.618339, 1.693644, 1.970396, 3.312517",\
|
|
"1.702881, 1.727405, 1.802710, 2.079462, 3.421583",\
|
|
"1.983144, 2.007668, 2.082973, 2.359725, 3.701846",\
|
|
"2.900881, 2.925405, 3.000709, 3.277461, 4.619583");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.044393, 0.067821, 0.155460, 0.533811, 2.378981",\
|
|
"0.044393, 0.067821, 0.155460, 0.533811, 2.378981",\
|
|
"0.044393, 0.067821, 0.155460, 0.533811, 2.378981",\
|
|
"0.044393, 0.067821, 0.155460, 0.533811, 2.378981",\
|
|
"0.044394, 0.067822, 0.155460, 0.533811, 2.378992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "2.052211, 2.071665, 2.121427, 2.255830, 2.834663",\
|
|
"2.102118, 2.121573, 2.171335, 2.305738, 2.884571",\
|
|
"2.216247, 2.235701, 2.285463, 2.419866, 2.998699",\
|
|
"2.577962, 2.597416, 2.647179, 2.781582, 3.360415",\
|
|
"3.962742, 3.982196, 4.031959, 4.166361, 4.745192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024250",\
|
|
"0.043533, 0.056314, 0.096022, 0.247974, 1.024256");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876",\
|
|
"6.016170, 6.040696, 6.116003, 6.392758, 7.734876");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834",\
|
|
"0.044379, 0.067810, 0.155456, 0.533819, 2.378834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601",\
|
|
"6.903159, 6.922614, 6.972376, 7.106778, 7.685601");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001429, 0.011701, 0.050929, 0.210929, 1.000000");
|
|
values ( "0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272",\
|
|
"0.043531, 0.056315, 0.096021, 0.247974, 1.024272");
|
|
}
|
|
|
|
} /* 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.396738 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002508 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472",\
|
|
"6.297597, 7.073830, 8.682611, 10.146879, 13.535472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412",\
|
|
"0.109447, 1.171597, 3.382630, 5.388182, 10.029412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518",\
|
|
"7.011058, 7.467693, 8.405737, 9.252842, 11.214518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003008, 0.045362, 0.132899, 0.212508, 0.396738");
|
|
values ( "0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748",\
|
|
"0.072747, 0.678163, 1.950716, 3.095076, 5.739748");
|
|
}
|
|
|
|
} /* 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.000898 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[8];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "1.520100, 1.544650, 1.619961, 1.896713, 3.238888",\
|
|
"1.571768, 1.596318, 1.671629, 1.948380, 3.290556",\
|
|
"1.682240, 1.706789, 1.782100, 2.058852, 3.401027",\
|
|
"1.968556, 1.993105, 2.068416, 2.345168, 3.687343",\
|
|
"2.916588, 2.941138, 3.016449, 3.293200, 4.635375");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.044316, 0.067751, 0.155387, 0.533738, 2.378981",\
|
|
"0.044316, 0.067751, 0.155387, 0.533738, 2.378981",\
|
|
"0.044316, 0.067751, 0.155387, 0.533738, 2.378981",\
|
|
"0.044316, 0.067751, 0.155387, 0.533738, 2.378982",\
|
|
"0.044317, 0.067752, 0.155388, 0.533738, 2.378991");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "2.022168, 2.041653, 2.091429, 2.225831, 2.804692",\
|
|
"2.070930, 2.090415, 2.140191, 2.274593, 2.853454",\
|
|
"2.193140, 2.212625, 2.262401, 2.396803, 2.975663",\
|
|
"2.544518, 2.564003, 2.613778, 2.748181, 3.327041",\
|
|
"3.821240, 3.840725, 3.890501, 4.024903, 4.603762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.043487, 0.056282, 0.095994, 0.247946, 1.024249",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024249",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024249",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024249",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024252");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "1.520100, 1.544650, 1.619961, 1.896713, 3.238888",\
|
|
"1.571768, 1.596318, 1.671629, 1.948380, 3.290556",\
|
|
"1.682240, 1.706789, 1.782100, 2.058852, 3.401027",\
|
|
"1.968556, 1.993105, 2.068416, 2.345168, 3.687343",\
|
|
"2.916588, 2.941138, 3.016449, 3.293200, 4.635375");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.044316, 0.067751, 0.155387, 0.533738, 2.378980",\
|
|
"0.044316, 0.067751, 0.155387, 0.533738, 2.378980",\
|
|
"0.044316, 0.067751, 0.155387, 0.533738, 2.378980",\
|
|
"0.044316, 0.067751, 0.155387, 0.533738, 2.378982",\
|
|
"0.044317, 0.067752, 0.155388, 0.533738, 2.378991");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "2.022168, 2.041653, 2.091429, 2.225831, 2.804692",\
|
|
"2.070930, 2.090415, 2.140191, 2.274593, 2.853454",\
|
|
"2.193140, 2.212625, 2.262401, 2.396803, 2.975663",\
|
|
"2.544518, 2.564003, 2.613778, 2.748181, 3.327041",\
|
|
"3.821187, 3.840672, 3.890448, 4.024850, 4.603709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.043487, 0.056282, 0.095994, 0.247946, 1.024248",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024248",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024248",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024249",\
|
|
"0.043487, 0.056282, 0.095994, 0.247946, 1.024252");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004",\
|
|
"6.547216, 6.571766, 6.647077, 6.923829, 8.266004");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966",\
|
|
"0.044315, 0.067750, 0.155387, 0.533739, 2.378966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012",\
|
|
"7.301495, 7.320981, 7.370757, 7.505158, 8.084012");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001398, 0.011670, 0.050898, 0.210898, 1.000000");
|
|
values ( "0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265",\
|
|
"0.043486, 0.056283, 0.095993, 0.247945, 1.024265");
|
|
}
|
|
|
|
} /* 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.001532 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681",\
|
|
"5.828445, 5.852517, 5.927728, 6.204639, 7.546681");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252",\
|
|
"0.046387, 0.069575, 0.156995, 0.535484, 2.385252");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017",\
|
|
"6.137474, 6.156324, 6.205847, 6.340488, 6.920017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002032, 0.012304, 0.051532, 0.211532, 1.000000");
|
|
values ( "0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717",\
|
|
"0.044499, 0.056881, 0.096583, 0.249002, 1.025717");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[7] */
|
|
|
|
pin("mgmt_gpio_out[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000901 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[6];
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.506459, 1.532347, 1.609189, 1.886318, 3.230072",\
|
|
"1.556087, 1.581975, 1.658817, 1.935946, 3.279700",\
|
|
"1.661023, 1.686911, 1.763753, 2.040881, 3.384635",\
|
|
"1.906156, 1.932045, 2.008887, 2.286016, 3.629769",\
|
|
"2.697545, 2.723433, 2.800276, 3.077405, 4.421160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050195, 0.073103, 0.158429, 0.532561, 2.381414",\
|
|
"0.050195, 0.073103, 0.158429, 0.532561, 2.381414",\
|
|
"0.050195, 0.073103, 0.158429, 0.532561, 2.381414",\
|
|
"0.050195, 0.073104, 0.158429, 0.532561, 2.381415",\
|
|
"0.050198, 0.073106, 0.158430, 0.532561, 2.381415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.636486, 1.655969, 1.705947, 1.840565, 2.420173",\
|
|
"1.684845, 1.704327, 1.754306, 1.888924, 2.468532",\
|
|
"1.796632, 1.816114, 1.866092, 2.000711, 2.580318",\
|
|
"2.082239, 2.101722, 2.151700, 2.286318, 2.865925",\
|
|
"2.924967, 2.944449, 2.994425, 3.129042, 3.708649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044301, 0.056913, 0.096498, 0.248129, 1.022571",\
|
|
"0.044301, 0.056913, 0.096498, 0.248129, 1.022571",\
|
|
"0.044301, 0.056913, 0.096498, 0.248129, 1.022571",\
|
|
"0.044301, 0.056913, 0.096498, 0.248129, 1.022571",\
|
|
"0.044301, 0.056913, 0.096498, 0.248129, 1.022572");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.506459, 1.532347, 1.609189, 1.886318, 3.230072",\
|
|
"1.556087, 1.581975, 1.658817, 1.935946, 3.279700",\
|
|
"1.661023, 1.686911, 1.763753, 2.040881, 3.384635",\
|
|
"1.906156, 1.932045, 2.008887, 2.286016, 3.629769",\
|
|
"2.697545, 2.723433, 2.800276, 3.077405, 4.421160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050195, 0.073103, 0.158429, 0.532560, 2.381414",\
|
|
"0.050195, 0.073103, 0.158429, 0.532560, 2.381414",\
|
|
"0.050195, 0.073103, 0.158429, 0.532560, 2.381414",\
|
|
"0.050195, 0.073104, 0.158429, 0.532560, 2.381415",\
|
|
"0.050198, 0.073106, 0.158430, 0.532560, 2.381415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.636486, 1.655969, 1.705947, 1.840565, 2.420173",\
|
|
"1.684845, 1.704327, 1.754306, 1.888924, 2.468532",\
|
|
"1.796632, 1.816114, 1.866092, 2.000711, 2.580318",\
|
|
"2.082239, 2.101722, 2.151700, 2.286318, 2.865925",\
|
|
"2.924967, 2.944449, 2.994425, 3.129042, 3.708649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044293, 0.056905, 0.096493, 0.248128, 1.022570",\
|
|
"0.044293, 0.056905, 0.096493, 0.248128, 1.022570",\
|
|
"0.044293, 0.056905, 0.096493, 0.248128, 1.022570",\
|
|
"0.044293, 0.056905, 0.096493, 0.248128, 1.022570",\
|
|
"0.044293, 0.056905, 0.096493, 0.248128, 1.022572");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.672172, 1.698053, 1.774888, 2.052015, 3.395761",\
|
|
"1.723050, 1.748932, 1.825767, 2.102893, 3.446640",\
|
|
"1.827470, 1.853352, 1.930186, 2.207313, 3.551059",\
|
|
"2.071500, 2.097381, 2.174216, 2.451342, 3.795088",\
|
|
"2.860109, 2.885990, 2.962823, 3.239949, 4.583694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532565, 2.381418");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.811172, 1.830662, 1.880663, 2.015297, 2.594910",\
|
|
"1.859391, 1.878881, 1.928882, 2.063517, 2.643129",\
|
|
"1.971624, 1.991113, 2.041115, 2.175749, 2.755361",\
|
|
"2.257762, 2.277252, 2.327253, 2.461888, 3.041500",\
|
|
"3.113549, 3.133039, 3.183040, 3.317674, 3.897286");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056991, 0.096540, 0.248148, 1.022559");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.671687, 1.697563, 1.774391, 2.051516, 3.395256",\
|
|
"1.722567, 1.748443, 1.825271, 2.102396, 3.446136",\
|
|
"1.826986, 1.852862, 1.929690, 2.206814, 3.550554",\
|
|
"2.071031, 2.096906, 2.173734, 2.450859, 3.794600",\
|
|
"2.859751, 2.885628, 2.962456, 3.239581, 4.583322");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050144, 0.073058, 0.158402, 0.532567, 2.381418",\
|
|
"0.050144, 0.073058, 0.158402, 0.532567, 2.381418",\
|
|
"0.050144, 0.073058, 0.158402, 0.532567, 2.381418",\
|
|
"0.050145, 0.073058, 0.158402, 0.532567, 2.381419",\
|
|
"0.050146, 0.073059, 0.158403, 0.532567, 2.381419");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.808555, 1.828038, 1.878017, 2.012636, 2.592244",\
|
|
"1.856780, 1.876263, 1.926242, 2.060861, 2.640469",\
|
|
"1.969007, 1.988490, 2.038469, 2.173088, 2.752696",\
|
|
"2.255158, 2.274641, 2.324620, 2.459239, 3.038846",\
|
|
"3.111033, 3.130516, 3.180496, 3.315115, 3.894723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044305, 0.056917, 0.096500, 0.248130, 1.022570");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.925201, 1.944690, 1.994692, 2.129326, 2.708938",\
|
|
"1.976199, 1.995689, 2.045690, 2.180325, 2.759937",\
|
|
"2.080502, 2.099991, 2.149992, 2.284627, 2.864239",\
|
|
"2.324713, 2.344202, 2.394204, 2.528838, 3.108450",\
|
|
"3.113723, 3.133213, 3.183214, 3.317848, 3.897460");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056992, 0.096541, 0.248148, 1.022559",\
|
|
"0.044374, 0.056991, 0.096540, 0.248148, 1.022559");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.697738, 1.723619, 1.800454, 2.077580, 3.421327",\
|
|
"1.745945, 1.771826, 1.848661, 2.125787, 3.469534",\
|
|
"1.858197, 1.884079, 1.960913, 2.238040, 3.581786",\
|
|
"2.144832, 2.170713, 2.247547, 2.524674, 3.868420",\
|
|
"3.003699, 3.029580, 3.106413, 3.383539, 4.727284");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532564, 2.381417",\
|
|
"0.050168, 0.073079, 0.158414, 0.532565, 2.381418");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.922584, 1.942067, 1.992046, 2.126665, 2.706272",\
|
|
"1.973588, 1.993071, 2.043050, 2.177669, 2.757277",\
|
|
"2.077885, 2.097368, 2.147346, 2.281965, 2.861573",\
|
|
"2.322108, 2.341591, 2.391570, 2.526189, 3.105797",\
|
|
"3.111207, 3.130690, 3.180669, 3.315289, 3.894897");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044303, 0.056915, 0.096499, 0.248130, 1.022570",\
|
|
"0.044305, 0.056917, 0.096500, 0.248130, 1.022570");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "1.697253, 1.723129, 1.799957, 2.077081, 3.420822",\
|
|
"1.745461, 1.771337, 1.848165, 2.125290, 3.469030",\
|
|
"1.857713, 1.883589, 1.960416, 2.237541, 3.581281",\
|
|
"2.144363, 2.170238, 2.247066, 2.524191, 3.867931",\
|
|
"3.003341, 3.029217, 3.106046, 3.383171, 4.726912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050144, 0.073058, 0.158402, 0.532567, 2.381418",\
|
|
"0.050144, 0.073058, 0.158402, 0.532567, 2.381418",\
|
|
"0.050144, 0.073058, 0.158402, 0.532567, 2.381418",\
|
|
"0.050145, 0.073058, 0.158402, 0.532567, 2.381419",\
|
|
"0.050146, 0.073059, 0.158403, 0.532567, 2.381419");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783",\
|
|
"6.825163, 6.851053, 6.927898, 7.205028, 8.548783");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413",\
|
|
"0.050204, 0.073112, 0.158433, 0.532560, 2.381413");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982",\
|
|
"7.092250, 7.111739, 7.161738, 7.296371, 7.875982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561",\
|
|
"0.044366, 0.056983, 0.096536, 0.248146, 1.022561");
|
|
}
|
|
|
|
} /* 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.000922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225",\
|
|
"5.606430, 5.630944, 5.706211, 5.982949, 7.325225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760",\
|
|
"0.044575, 0.067979, 0.155490, 0.533752, 2.382760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943",\
|
|
"5.774417, 5.793891, 5.843664, 5.978086, 6.556943");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001422, 0.011694, 0.050922, 0.210922, 1.000000");
|
|
values ( "0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906",\
|
|
"0.043495, 0.056322, 0.095988, 0.248041, 1.024906");
|
|
}
|
|
|
|
} /* 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.000875 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718",\
|
|
"5.661036, 5.685851, 5.761421, 6.038200, 7.380718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030",\
|
|
"0.045627, 0.068941, 0.155989, 0.533377, 2.383030");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481",\
|
|
"5.812535, 5.832011, 5.881793, 6.016233, 6.595481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001375, 0.011647, 0.050875, 0.210875, 1.000000");
|
|
values ( "0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430",\
|
|
"0.043528, 0.056211, 0.096032, 0.247932, 1.023430");
|
|
}
|
|
|
|
} /* 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.001066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998",\
|
|
"5.743393, 5.768379, 5.844305, 6.121219, 7.463998");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024",\
|
|
"0.047495, 0.070626, 0.157157, 0.533437, 2.382024");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394",\
|
|
"5.876229, 5.895509, 5.945259, 6.079807, 6.659394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001566, 0.011838, 0.051066, 0.211066, 1.000000");
|
|
values ( "0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008",\
|
|
"0.044055, 0.056542, 0.096352, 0.248237, 1.023008");
|
|
}
|
|
|
|
} /* 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.000964 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574",\
|
|
"5.614814, 5.639368, 5.714699, 5.991417, 7.333574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085",\
|
|
"0.045079, 0.068434, 0.155786, 0.533691, 2.383085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758",\
|
|
"5.774267, 5.793677, 5.843422, 5.977838, 6.556758");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001464, 0.011736, 0.050964, 0.210964, 1.000000");
|
|
values ( "0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991",\
|
|
"0.043608, 0.056334, 0.096072, 0.248009, 1.023991");
|
|
}
|
|
|
|
} /* 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.001061 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "2.777417, 2.802491, 2.878526, 3.155531, 4.498710",\
|
|
"2.827601, 2.852675, 2.928710, 3.205715, 4.548894",\
|
|
"2.940110, 2.965184, 3.041219, 3.318224, 4.661403",\
|
|
"3.282090, 3.307164, 3.383199, 3.660204, 5.003383",\
|
|
"4.551607, 4.576681, 4.652716, 4.929721, 6.272901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "3.509479, 3.528764, 3.578478, 3.713039, 4.292767",\
|
|
"3.568910, 3.588196, 3.637909, 3.772470, 4.352198",\
|
|
"3.682361, 3.701646, 3.751359, 3.885921, 4.465648",\
|
|
"4.032919, 4.052205, 4.101918, 4.236479, 4.816207",\
|
|
"5.301414, 5.320699, 5.370413, 5.504974, 6.084702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "2.777417, 2.802491, 2.878526, 3.155531, 4.498710",\
|
|
"2.827601, 2.852675, 2.928710, 3.205715, 4.548894",\
|
|
"2.940110, 2.965184, 3.041219, 3.318224, 4.661403",\
|
|
"3.282090, 3.307164, 3.383199, 3.660204, 5.003383",\
|
|
"4.551607, 4.576681, 4.652716, 4.929721, 6.272901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047819, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "3.509479, 3.528764, 3.578478, 3.713039, 4.292767",\
|
|
"3.568910, 3.588196, 3.637909, 3.772470, 4.352198",\
|
|
"3.682361, 3.701646, 3.751359, 3.885921, 4.465648",\
|
|
"4.032919, 4.052205, 4.101918, 4.236479, 4.816207",\
|
|
"5.301414, 5.320699, 5.370413, 5.504974, 6.084702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248340, 1.024103");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "4.723579, 4.748653, 4.824688, 5.101694, 6.444873",\
|
|
"4.775252, 4.800326, 4.876361, 5.153366, 6.496545",\
|
|
"4.885724, 4.910798, 4.986833, 5.263838, 6.607017",\
|
|
"5.172021, 5.197095, 5.273130, 5.550135, 6.893314",\
|
|
"6.122247, 6.147321, 6.223356, 6.500361, 7.843540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "7.054208, 7.073493, 7.123207, 7.257768, 7.837495",\
|
|
"7.103053, 7.122338, 7.172051, 7.306612, 7.886340",\
|
|
"7.225064, 7.244349, 7.294063, 7.428624, 8.008351",\
|
|
"7.576356, 7.595642, 7.645355, 7.779916, 8.359644",\
|
|
"8.848823, 8.868107, 8.917821, 9.052382, 9.632109");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "4.721704, 4.746778, 4.822814, 5.099819, 6.442998",\
|
|
"4.773377, 4.798451, 4.874486, 5.151492, 6.494671",\
|
|
"4.883849, 4.908923, 4.984958, 5.261963, 6.605143",\
|
|
"5.170146, 5.195220, 5.271255, 5.548260, 6.891439",\
|
|
"6.120372, 6.145446, 6.221481, 6.498486, 7.841665");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "7.053896, 7.073181, 7.122895, 7.257456, 7.837184",\
|
|
"7.102741, 7.122026, 7.171740, 7.306301, 7.886029",\
|
|
"7.224753, 7.244038, 7.293752, 7.428313, 8.008040",\
|
|
"7.576045, 7.595330, 7.645044, 7.779605, 8.359332",\
|
|
"8.847622, 8.866906, 8.916620, 9.051181, 9.630908");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "6.133734, 6.153019, 6.202733, 6.337294, 6.917022",\
|
|
"6.185407, 6.204692, 6.254405, 6.388967, 6.968694",\
|
|
"6.295878, 6.315164, 6.364877, 6.499438, 7.079166",\
|
|
"6.582176, 6.601461, 6.651175, 6.785736, 7.365463",\
|
|
"7.532401, 7.551686, 7.601400, 7.735961, 8.315688");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "5.438387, 5.463461, 5.539496, 5.816502, 7.159681",\
|
|
"5.487232, 5.512306, 5.588341, 5.865346, 7.208526",\
|
|
"5.609244, 5.634318, 5.710353, 5.987358, 7.330537",\
|
|
"5.960536, 5.985610, 6.061645, 6.338650, 7.681829",\
|
|
"7.233003, 7.258077, 7.334112, 7.611117, 8.954295");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "6.133423, 6.152708, 6.202422, 6.336983, 6.916710",\
|
|
"6.185095, 6.204380, 6.254094, 6.388655, 6.968383",\
|
|
"6.295567, 6.314852, 6.364566, 6.499127, 7.078855",\
|
|
"6.581864, 6.601149, 6.650863, 6.785424, 7.365152",\
|
|
"7.532090, 7.551374, 7.601089, 7.735650, 8.315376");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "5.436512, 5.461586, 5.537621, 5.814627, 7.157806",\
|
|
"5.485357, 5.510431, 5.586466, 5.863472, 7.206651",\
|
|
"5.607369, 5.632443, 5.708478, 5.985483, 7.328662",\
|
|
"5.958661, 5.983735, 6.059770, 6.336775, 7.679955",\
|
|
"7.230238, 7.255312, 7.331347, 7.608352, 8.951531");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "1.650018, 1.675091, 1.751125, 2.028130, 3.371308",\
|
|
"1.701388, 1.726462, 1.802495, 2.079500, 3.422679",\
|
|
"1.813532, 1.838605, 1.914639, 2.191644, 3.534822",\
|
|
"2.087897, 2.112970, 2.189004, 2.466009, 3.809188",\
|
|
"3.024285, 3.049358, 3.125393, 3.402398, 4.745577");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047816, 0.070916, 0.157308, 0.533531, 2.382718",\
|
|
"0.047816, 0.070916, 0.157308, 0.533531, 2.382718",\
|
|
"0.047816, 0.070916, 0.157308, 0.533531, 2.382718",\
|
|
"0.047816, 0.070916, 0.157308, 0.533531, 2.382720",\
|
|
"0.047817, 0.070918, 0.157309, 0.533531, 2.382720");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "1.911755, 1.931044, 1.980758, 2.115314, 2.694997",\
|
|
"1.957152, 1.976441, 2.026155, 2.160711, 2.740394",\
|
|
"2.070459, 2.089748, 2.139462, 2.274019, 2.853701",\
|
|
"2.437176, 2.456465, 2.506179, 2.640735, 3.220418",\
|
|
"3.843071, 3.862360, 3.912074, 4.046630, 4.626310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043837, 0.056379, 0.096206, 0.248339, 1.024203",\
|
|
"0.043837, 0.056379, 0.096206, 0.248339, 1.024203",\
|
|
"0.043837, 0.056379, 0.096206, 0.248339, 1.024203",\
|
|
"0.043837, 0.056379, 0.096206, 0.248340, 1.024203",\
|
|
"0.043837, 0.056379, 0.096206, 0.248340, 1.024210");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "1.650018, 1.675091, 1.751125, 2.028130, 3.371308",\
|
|
"1.701388, 1.726462, 1.802495, 2.079500, 3.422679",\
|
|
"1.813532, 1.838605, 1.914639, 2.191644, 3.534822",\
|
|
"2.087897, 2.112970, 2.189004, 2.466009, 3.809188",\
|
|
"3.024285, 3.049358, 3.125393, 3.402398, 4.745577");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047816, 0.070916, 0.157308, 0.533531, 2.382718",\
|
|
"0.047816, 0.070916, 0.157308, 0.533531, 2.382718",\
|
|
"0.047816, 0.070916, 0.157308, 0.533531, 2.382718",\
|
|
"0.047816, 0.070916, 0.157308, 0.533531, 2.382720",\
|
|
"0.047817, 0.070918, 0.157309, 0.533531, 2.382720");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "1.911755, 1.931044, 1.980758, 2.115314, 2.694997",\
|
|
"1.957152, 1.976441, 2.026155, 2.160711, 2.740394",\
|
|
"2.070459, 2.089748, 2.139462, 2.274019, 2.853701",\
|
|
"2.437176, 2.456465, 2.506179, 2.640735, 3.220418",\
|
|
"3.843071, 3.862360, 3.912074, 4.046630, 4.626310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043837, 0.056379, 0.096205, 0.248339, 1.024202",\
|
|
"0.043837, 0.056379, 0.096205, 0.248339, 1.024202",\
|
|
"0.043837, 0.056379, 0.096205, 0.248339, 1.024202",\
|
|
"0.043837, 0.056379, 0.096205, 0.248340, 1.024202",\
|
|
"0.043837, 0.056379, 0.096205, 0.248340, 1.024210");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "11.513514, 11.538587, 11.614622, 11.891627, 13.234806",\
|
|
"11.513514, 11.538587, 11.614622, 11.891627, 13.234806",\
|
|
"11.513514, 11.538587, 11.614622, 11.891627, 13.234806",\
|
|
"11.513514, 11.538587, 11.614622, 11.891627, 13.234806",\
|
|
"11.513514, 11.538587, 11.614622, 11.891627, 13.234806");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "13.127399, 13.146684, 13.196398, 13.330958, 13.910686",\
|
|
"13.127399, 13.146684, 13.196398, 13.330958, 13.910686",\
|
|
"13.127399, 13.146684, 13.196398, 13.330958, 13.910686",\
|
|
"13.127399, 13.146684, 13.196398, 13.330958, 13.910686",\
|
|
"13.127399, 13.146684, 13.196398, 13.330958, 13.910686");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "7.338186, 7.363260, 7.439295, 7.716300, 9.059480",\
|
|
"7.338186, 7.363260, 7.439295, 7.716300, 9.059480",\
|
|
"7.338186, 7.363260, 7.439295, 7.716300, 9.059480",\
|
|
"7.338186, 7.363260, 7.439295, 7.716300, 9.059480",\
|
|
"7.338186, 7.363260, 7.439295, 7.716300, 9.059480");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719",\
|
|
"0.047818, 0.070919, 0.157310, 0.533530, 2.382719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "9.028865, 9.048149, 9.097863, 9.232424, 9.812151",\
|
|
"9.028865, 9.048149, 9.097863, 9.232424, 9.812151",\
|
|
"9.028865, 9.048149, 9.097863, 9.232424, 9.812151",\
|
|
"9.028865, 9.048149, 9.097863, 9.232424, 9.812151",\
|
|
"9.028865, 9.048149, 9.097863, 9.232424, 9.812151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001561, 0.011833, 0.051061, 0.211061, 1.000000");
|
|
values ( "0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103",\
|
|
"0.043847, 0.056373, 0.096213, 0.248341, 1.024103");
|
|
}
|
|
|
|
} /* 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.000908 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.637689, 1.662935, 1.739034, 2.015953, 3.358991",\
|
|
"1.686468, 1.711714, 1.787813, 2.064732, 3.407770",\
|
|
"1.798772, 1.824018, 1.900116, 2.177036, 3.520073",\
|
|
"2.107936, 2.133182, 2.209281, 2.486200, 3.829238",\
|
|
"3.188376, 3.213621, 3.289720, 3.566639, 4.909676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047601, 0.070738, 0.157065, 0.532925, 2.381624",\
|
|
"0.047601, 0.070738, 0.157065, 0.532925, 2.381624",\
|
|
"0.047601, 0.070738, 0.157065, 0.532925, 2.381624",\
|
|
"0.047601, 0.070737, 0.157065, 0.532925, 2.381624",\
|
|
"0.047600, 0.070736, 0.157064, 0.532925, 2.381622");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.876253, 1.895674, 1.945437, 2.079907, 2.659401",\
|
|
"1.927037, 1.946457, 1.996220, 2.130690, 2.710184",\
|
|
"2.038496, 2.057916, 2.107679, 2.242149, 2.821643",\
|
|
"2.353768, 2.373189, 2.422952, 2.557422, 3.136916",\
|
|
"3.339757, 3.359178, 3.408941, 3.543411, 4.122904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043635, 0.056210, 0.096107, 0.247969, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247969, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247969, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247970, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247970, 1.022821");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.637338, 1.662579, 1.738674, 2.015591, 3.358624",\
|
|
"1.686116, 1.711358, 1.787452, 2.064370, 3.407403",\
|
|
"1.798420, 1.823662, 1.899756, 2.176674, 3.519707",\
|
|
"2.107591, 2.132833, 2.208927, 2.485845, 3.828877",\
|
|
"3.188099, 3.213341, 3.289436, 3.566354, 4.909388");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047586, 0.070724, 0.157057, 0.532927, 2.381625");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.874344, 1.893767, 1.943531, 2.077997, 2.657456",\
|
|
"1.925127, 1.944550, 1.994314, 2.128780, 2.708239",\
|
|
"2.036586, 2.056009, 2.105773, 2.240239, 2.819698",\
|
|
"2.351864, 2.371288, 2.421051, 2.555517, 3.134977",\
|
|
"3.337874, 3.357298, 3.407061, 3.541528, 4.120986");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022898");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.952680, 1.972100, 2.021863, 2.156333, 2.735827",\
|
|
"2.001458, 2.020879, 2.070642, 2.205112, 2.784606",\
|
|
"2.113762, 2.133183, 2.182945, 2.317415, 2.896910",\
|
|
"2.422677, 2.442097, 2.491860, 2.626330, 3.205825",\
|
|
"3.498608, 3.518028, 3.567791, 3.702261, 4.281754");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043635, 0.056210, 0.096107, 0.247969, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247969, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247969, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247970, 1.022818",\
|
|
"0.043635, 0.056210, 0.096107, 0.247970, 1.022821");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.705856, 1.731102, 1.807201, 2.084120, 3.427157",\
|
|
"1.756639, 1.781885, 1.857984, 2.134903, 3.477941",\
|
|
"1.868098, 1.893344, 1.969443, 2.246362, 3.589400",\
|
|
"2.183647, 2.208893, 2.284992, 2.561911, 3.904948",\
|
|
"3.171463, 3.196708, 3.272807, 3.549726, 4.892763");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047601, 0.070738, 0.157065, 0.532925, 2.381624",\
|
|
"0.047601, 0.070738, 0.157065, 0.532925, 2.381624",\
|
|
"0.047601, 0.070738, 0.157065, 0.532925, 2.381624",\
|
|
"0.047601, 0.070737, 0.157065, 0.532925, 2.381624",\
|
|
"0.047600, 0.070736, 0.157064, 0.532925, 2.381622");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.950770, 1.970193, 2.019957, 2.154423, 2.733882",\
|
|
"1.999549, 2.018972, 2.068736, 2.203202, 2.782661",\
|
|
"2.111852, 2.131276, 2.181039, 2.315506, 2.894965",\
|
|
"2.420773, 2.440196, 2.489960, 2.624426, 3.203885",\
|
|
"3.496725, 3.516148, 3.565912, 3.700378, 4.279836");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022896",\
|
|
"0.043627, 0.056214, 0.096101, 0.247969, 1.022898");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.705504, 1.730746, 1.806840, 2.083758, 3.426791",\
|
|
"1.756288, 1.781529, 1.857623, 2.134541, 3.477574",\
|
|
"1.867746, 1.892988, 1.969082, 2.246000, 3.589033",\
|
|
"2.183301, 2.208543, 2.284637, 2.561555, 3.904588",\
|
|
"3.171186, 3.196428, 3.272523, 3.549441, 4.892475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047584, 0.070722, 0.157056, 0.532927, 2.381624",\
|
|
"0.047586, 0.070724, 0.157057, 0.532927, 2.381625");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.468880, 1.494144, 1.570265, 1.847190, 3.190248",\
|
|
"1.519683, 1.544948, 1.621068, 1.897993, 3.241052",\
|
|
"1.624128, 1.649392, 1.725513, 2.002438, 3.345496",\
|
|
"1.868384, 1.893648, 1.969769, 2.246694, 3.589752",\
|
|
"2.658427, 2.683692, 2.759813, 3.036738, 4.379797");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047679, 0.070809, 0.157106, 0.532915, 2.381618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.609484, 1.628909, 1.678672, 1.813138, 2.392586",\
|
|
"1.657768, 1.677192, 1.726955, 1.861421, 2.440870",\
|
|
"1.769954, 1.789379, 1.839142, 1.973608, 2.553056",\
|
|
"2.055752, 2.075177, 2.124940, 2.259405, 2.838854",\
|
|
"2.908311, 2.927736, 2.977500, 3.111964, 3.691407");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043625, 0.056215, 0.096100, 0.247968, 1.022919",\
|
|
"0.043625, 0.056215, 0.096100, 0.247969, 1.022919",\
|
|
"0.043625, 0.056215, 0.096100, 0.247969, 1.022919",\
|
|
"0.043625, 0.056215, 0.096100, 0.247969, 1.022921",\
|
|
"0.043625, 0.056216, 0.096100, 0.247969, 1.022932");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.468880, 1.494144, 1.570265, 1.847190, 3.190248",\
|
|
"1.519683, 1.544948, 1.621068, 1.897993, 3.241052",\
|
|
"1.624128, 1.649392, 1.725513, 2.002438, 3.345496",\
|
|
"1.868384, 1.893648, 1.969769, 2.246694, 3.589752",\
|
|
"2.658427, 2.683692, 2.759813, 3.036738, 4.379797");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047677, 0.070807, 0.157105, 0.532915, 2.381618",\
|
|
"0.047679, 0.070809, 0.157106, 0.532915, 2.381618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.609484, 1.628909, 1.678672, 1.813138, 2.392586",\
|
|
"1.657768, 1.677192, 1.726955, 1.861421, 2.440870",\
|
|
"1.769954, 1.789379, 1.839142, 1.973608, 2.553056",\
|
|
"2.055752, 2.075177, 2.124940, 2.259405, 2.838854",\
|
|
"2.908311, 2.927736, 2.977500, 3.111964, 3.691407");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043624, 0.056215, 0.096099, 0.247968, 1.022919",\
|
|
"0.043624, 0.056215, 0.096099, 0.247968, 1.022919",\
|
|
"0.043624, 0.056215, 0.096099, 0.247968, 1.022919",\
|
|
"0.043624, 0.056215, 0.096099, 0.247968, 1.022921",\
|
|
"0.043624, 0.056216, 0.096099, 0.247968, 1.022932");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939",\
|
|
"6.534575, 6.559838, 6.635958, 6.912882, 8.255939");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618",\
|
|
"0.047671, 0.070801, 0.157102, 0.532916, 2.381618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820",\
|
|
"6.894662, 6.914081, 6.963844, 7.098315, 7.677820");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795",\
|
|
"0.043637, 0.056208, 0.096109, 0.247970, 1.022795");
|
|
}
|
|
|
|
} /* 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.003218 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181",\
|
|
"6.648715, 6.673664, 6.751215, 7.030616, 8.380181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508",\
|
|
"0.058988, 0.081154, 0.165170, 0.541931, 2.402508");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156",\
|
|
"6.782490, 6.800433, 6.850367, 6.987460, 7.574156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003718, 0.013990, 0.053218, 0.213218, 1.000000");
|
|
values ( "0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733",\
|
|
"0.049568, 0.061454, 0.099487, 0.255384, 1.043733");
|
|
}
|
|
|
|
} /* 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.003707 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871",\
|
|
"7.234027, 7.259208, 7.338018, 7.617312, 8.967871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866",\
|
|
"0.062859, 0.084728, 0.171279, 0.543197, 2.404866");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399",\
|
|
"6.356610, 6.374331, 6.424765, 6.561957, 7.136399");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004207, 0.014479, 0.053707, 0.213707, 1.000000");
|
|
values ( "0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299",\
|
|
"0.051225, 0.063007, 0.103654, 0.256652, 1.038299");
|
|
}
|
|
|
|
} /* 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.006096 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679",\
|
|
"6.389809, 6.412402, 6.489142, 6.768918, 8.118679");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167",\
|
|
"0.061130, 0.083544, 0.173868, 0.552535, 2.418167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228",\
|
|
"6.607566, 6.623619, 6.672525, 6.810244, 7.385228");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006596, 0.016868, 0.056096, 0.216096, 1.000000");
|
|
values ( "0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099",\
|
|
"0.051420, 0.062541, 0.105029, 0.261034, 1.050099");
|
|
}
|
|
|
|
} /* 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.003714 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "6.211250, 6.234694, 6.311338, 6.591276, 7.946459",\
|
|
"6.211250, 6.234694, 6.311338, 6.591276, 7.946459",\
|
|
"6.211250, 6.234694, 6.311338, 6.591276, 7.946459",\
|
|
"6.211250, 6.234694, 6.311338, 6.591276, 7.946459",\
|
|
"6.211250, 6.234694, 6.311338, 6.591276, 7.946459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "0.053239, 0.075970, 0.167104, 0.548255, 2.424540",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424540",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424540",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424540",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424540");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "6.211250, 6.234694, 6.311339, 6.591276, 7.946458",\
|
|
"6.211250, 6.234694, 6.311339, 6.591276, 7.946458",\
|
|
"6.211250, 6.234694, 6.311339, 6.591276, 7.946458",\
|
|
"6.211250, 6.234694, 6.311339, 6.591276, 7.946458",\
|
|
"6.211250, 6.234694, 6.311339, 6.591276, 7.946458");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "0.053239, 0.075970, 0.167104, 0.548255, 2.424539",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424539",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424539",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424539",\
|
|
"0.053239, 0.075970, 0.167104, 0.548255, 2.424539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097",\
|
|
"6.481363, 6.498877, 6.548609, 6.686485, 7.264097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004214, 0.014486, 0.053714, 0.213714, 1.000000");
|
|
values ( "0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177",\
|
|
"0.047452, 0.059050, 0.102379, 0.259441, 1.054177");
|
|
}
|
|
|
|
} /* 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.003996 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850",\
|
|
"6.336992, 6.360563, 6.437234, 6.715883, 8.063850");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582",\
|
|
"0.055757, 0.078358, 0.167899, 0.545042, 2.405582");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430",\
|
|
"6.570070, 6.587386, 6.636801, 6.773365, 7.347430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004496, 0.014769, 0.053996, 0.213996, 1.000000");
|
|
values ( "0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820",\
|
|
"0.048562, 0.060182, 0.102216, 0.256227, 1.038820");
|
|
}
|
|
|
|
} /* 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.004053 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472",\
|
|
"7.047095, 7.071471, 7.149340, 7.428370, 8.777472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167",\
|
|
"0.060465, 0.082622, 0.170459, 0.544499, 2.405167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964",\
|
|
"6.222825, 6.240213, 6.290026, 6.426898, 7.000964");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004553, 0.014825, 0.054053, 0.214053, 1.000000");
|
|
values ( "0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564",\
|
|
"0.050121, 0.061766, 0.103135, 0.256648, 1.038564");
|
|
}
|
|
|
|
} /* 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.006052 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524",\
|
|
"6.191657, 6.213849, 6.289788, 6.569002, 7.916524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040",\
|
|
"0.058339, 0.081040, 0.172180, 0.552080, 2.416040");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551",\
|
|
"6.463501, 6.479481, 6.527981, 6.665135, 7.239551");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006552, 0.016824, 0.056052, 0.216052, 1.000000");
|
|
values ( "0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966",\
|
|
"0.050239, 0.061410, 0.104200, 0.259934, 1.046966");
|
|
}
|
|
|
|
} /* 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.002660 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037",\
|
|
"6.219654, 6.243616, 6.319443, 6.597755, 7.944037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028",\
|
|
"0.051324, 0.074138, 0.160598, 0.540297, 2.397028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138",\
|
|
"6.482233, 6.500322, 6.549641, 6.685625, 7.270138");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003160, 0.013432, 0.052660, 0.212660, 1.000000");
|
|
values ( "0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077",\
|
|
"0.046349, 0.058250, 0.097623, 0.252959, 1.038077");
|
|
}
|
|
|
|
} /* 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.006474 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "6.066417, 6.088496, 6.164727, 6.444902, 7.796382",\
|
|
"6.066417, 6.088496, 6.164727, 6.444902, 7.796382",\
|
|
"6.066417, 6.088496, 6.164727, 6.444902, 7.796382",\
|
|
"6.066417, 6.088496, 6.164727, 6.444902, 7.796382",\
|
|
"6.066417, 6.088496, 6.164727, 6.444902, 7.796382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "0.059657, 0.082269, 0.173958, 0.555343, 2.427081",\
|
|
"0.059657, 0.082269, 0.173958, 0.555343, 2.427081",\
|
|
"0.059657, 0.082269, 0.173958, 0.555343, 2.427081",\
|
|
"0.059657, 0.082269, 0.173958, 0.555343, 2.427081",\
|
|
"0.059657, 0.082269, 0.173958, 0.555343, 2.427081");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "6.219183, 6.234932, 6.283502, 6.421577, 6.997114",\
|
|
"6.219183, 6.234932, 6.283502, 6.421577, 6.997114",\
|
|
"6.219183, 6.234932, 6.283502, 6.421577, 6.997114",\
|
|
"6.219183, 6.234932, 6.283502, 6.421577, 6.997114",\
|
|
"6.219183, 6.234932, 6.283502, 6.421577, 6.997114");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "0.050636, 0.061698, 0.105121, 0.262689, 1.056460",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056460",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056460",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056460",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056460");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "6.066417, 6.088496, 6.164731, 6.444902, 7.796380",\
|
|
"6.066417, 6.088496, 6.164731, 6.444902, 7.796380",\
|
|
"6.066417, 6.088496, 6.164731, 6.444902, 7.796380",\
|
|
"6.066417, 6.088496, 6.164731, 6.444902, 7.796380",\
|
|
"6.066417, 6.088496, 6.164731, 6.444902, 7.796380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "0.059657, 0.082269, 0.173959, 0.555343, 2.427077",\
|
|
"0.059657, 0.082269, 0.173959, 0.555343, 2.427077",\
|
|
"0.059657, 0.082269, 0.173959, 0.555343, 2.427077",\
|
|
"0.059657, 0.082269, 0.173959, 0.555343, 2.427077",\
|
|
"0.059657, 0.082269, 0.173959, 0.555343, 2.427077");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "6.219183, 6.234932, 6.283505, 6.421577, 6.997112",\
|
|
"6.219183, 6.234932, 6.283505, 6.421577, 6.997112",\
|
|
"6.219183, 6.234932, 6.283505, 6.421577, 6.997112",\
|
|
"6.219183, 6.234932, 6.283505, 6.421577, 6.997112",\
|
|
"6.219183, 6.234932, 6.283505, 6.421577, 6.997112");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006974, 0.017247, 0.056474, 0.216474, 1.000000");
|
|
values ( "0.050636, 0.061698, 0.105121, 0.262689, 1.056457",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056457",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056457",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056457",\
|
|
"0.050636, 0.061698, 0.105121, 0.262689, 1.056457");
|
|
}
|
|
|
|
} /* 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.004102 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226",\
|
|
"7.016765, 7.041028, 7.118820, 7.398066, 8.748226");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312",\
|
|
"0.060047, 0.082241, 0.170456, 0.545344, 2.408312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799",\
|
|
"6.202233, 6.219586, 6.269379, 6.406464, 6.980799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004602, 0.014874, 0.054102, 0.214102, 1.000000");
|
|
values ( "0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169",\
|
|
"0.049931, 0.061547, 0.103198, 0.257299, 1.041169");
|
|
}
|
|
|
|
} /* 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.005483 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "6.022739, 6.045210, 6.121397, 6.401312, 7.753342",\
|
|
"6.022739, 6.045210, 6.121397, 6.401312, 7.753342",\
|
|
"6.022739, 6.045210, 6.121397, 6.401312, 7.753342",\
|
|
"6.022739, 6.045210, 6.121397, 6.401312, 7.753342",\
|
|
"6.022739, 6.045210, 6.121397, 6.401312, 7.753342");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "0.056764, 0.079483, 0.171116, 0.552587, 2.424735",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424735",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424735",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424735",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424735");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "6.187611, 6.203990, 6.252925, 6.390768, 6.966658",\
|
|
"6.187611, 6.203990, 6.252925, 6.390768, 6.966658",\
|
|
"6.187611, 6.203990, 6.252925, 6.390768, 6.966658",\
|
|
"6.187611, 6.203990, 6.252925, 6.390768, 6.966658",\
|
|
"6.187611, 6.203990, 6.252925, 6.390768, 6.966658");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "0.049421, 0.060721, 0.104000, 0.261194, 1.054890",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054890",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054890",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054890",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054890");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "6.022739, 6.045210, 6.121399, 6.401312, 7.753341",\
|
|
"6.022739, 6.045210, 6.121399, 6.401312, 7.753341",\
|
|
"6.022739, 6.045210, 6.121399, 6.401312, 7.753341",\
|
|
"6.022739, 6.045210, 6.121399, 6.401312, 7.753341",\
|
|
"6.022739, 6.045210, 6.121399, 6.401312, 7.753341");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "0.056764, 0.079483, 0.171116, 0.552587, 2.424733",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424733",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424733",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424733",\
|
|
"0.056764, 0.079483, 0.171116, 0.552587, 2.424733");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "6.187611, 6.203990, 6.252927, 6.390768, 6.966657",\
|
|
"6.187611, 6.203990, 6.252927, 6.390768, 6.966657",\
|
|
"6.187611, 6.203990, 6.252927, 6.390768, 6.966657",\
|
|
"6.187611, 6.203990, 6.252927, 6.390768, 6.966657",\
|
|
"6.187611, 6.203990, 6.252927, 6.390768, 6.966657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005983, 0.016256, 0.055483, 0.215483, 1.000000");
|
|
values ( "0.049421, 0.060721, 0.104000, 0.261194, 1.054888",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054888",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054888",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054888",\
|
|
"0.049421, 0.060721, 0.104000, 0.261194, 1.054888");
|
|
}
|
|
|
|
} /* 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.003672 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051",\
|
|
"6.871861, 6.895772, 6.972903, 7.252401, 8.605051");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031",\
|
|
"0.055684, 0.078200, 0.167976, 0.546186, 2.415031");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497",\
|
|
"5.948928, 5.966433, 6.015940, 6.153104, 6.729497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981",\
|
|
"0.047230, 0.058907, 0.101867, 0.257737, 1.047981");
|
|
}
|
|
|
|
} /* 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.005131 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634",\
|
|
"6.753758, 6.776848, 6.853590, 7.132826, 8.481634");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913",\
|
|
"0.058925, 0.081402, 0.171278, 0.548988, 2.411913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641",\
|
|
"5.998215, 6.014803, 6.063744, 6.200770, 6.775641");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005631, 0.015903, 0.055131, 0.215131, 1.000000");
|
|
values ( "0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856",\
|
|
"0.049529, 0.060886, 0.103431, 0.258627, 1.044856");
|
|
}
|
|
|
|
} /* 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.005347 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380",\
|
|
"6.609513, 6.632136, 6.708289, 6.987377, 8.335380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479",\
|
|
"0.057258, 0.079939, 0.170666, 0.549905, 2.412479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641",\
|
|
"5.740510, 5.756948, 5.805679, 5.942559, 6.516641");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005847, 0.016119, 0.055347, 0.215347, 1.000000");
|
|
values ( "0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925",\
|
|
"0.049218, 0.060678, 0.103247, 0.258777, 1.046925");
|
|
}
|
|
|
|
} /* 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.004066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923",\
|
|
"6.608725, 6.632023, 6.708519, 6.987955, 8.339923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680",\
|
|
"0.054363, 0.077073, 0.167833, 0.547759, 2.416680");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799",\
|
|
"5.739151, 5.756432, 5.805810, 5.943039, 6.518799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004566, 0.014839, 0.054066, 0.214066, 1.000000");
|
|
values ( "0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540",\
|
|
"0.047617, 0.059364, 0.102231, 0.258427, 1.050540");
|
|
}
|
|
|
|
} /* 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.004023 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924",\
|
|
"6.710638, 6.733814, 6.809921, 7.088421, 8.435924");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531",\
|
|
"0.053729, 0.076529, 0.166897, 0.545498, 2.407531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799",\
|
|
"5.854485, 5.871754, 5.920901, 6.057209, 6.627799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004523, 0.014795, 0.054023, 0.214023, 1.000000");
|
|
values ( "0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851",\
|
|
"0.047549, 0.059380, 0.101618, 0.256104, 1.036851");
|
|
}
|
|
|
|
} /* 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.002195 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312",\
|
|
"6.655336, 6.679538, 6.755456, 7.033660, 8.380312");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972",\
|
|
"0.050298, 0.073129, 0.159554, 0.538983, 2.395972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562",\
|
|
"5.938894, 5.957272, 6.006692, 6.142467, 6.726562");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002695, 0.012967, 0.052195, 0.212195, 1.000000");
|
|
values ( "0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844",\
|
|
"0.045399, 0.057503, 0.096989, 0.252212, 1.037844");
|
|
}
|
|
|
|
} /* 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.001331 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991",\
|
|
"6.582889, 6.607411, 6.683064, 6.960445, 8.304991");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568",\
|
|
"0.047049, 0.070177, 0.157075, 0.535492, 2.389568");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792",\
|
|
"5.886834, 5.905921, 5.955608, 6.090607, 6.671792");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001831, 0.012103, 0.051331, 0.211331, 1.000000");
|
|
values ( "0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843",\
|
|
"0.044120, 0.056701, 0.096274, 0.249731, 1.030843");
|
|
}
|
|
|
|
} /* 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.002035 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994",\
|
|
"6.719317, 6.743818, 6.820024, 7.098034, 8.443994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854",\
|
|
"0.051022, 0.073769, 0.159809, 0.537829, 2.392854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048",\
|
|
"5.984324, 6.002774, 6.052214, 6.187738, 6.771048");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002535, 0.012807, 0.052035, 0.212035, 1.000000");
|
|
values ( "0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026",\
|
|
"0.045291, 0.057311, 0.096950, 0.251429, 1.034026");
|
|
}
|
|
|
|
} /* 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.000826 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709",\
|
|
"6.630517, 6.655809, 6.731935, 7.009146, 8.353709");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070",\
|
|
"0.047228, 0.070393, 0.156730, 0.533472, 2.385070");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160",\
|
|
"5.908236, 5.927769, 5.977626, 6.112384, 6.693160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753",\
|
|
"0.043465, 0.056141, 0.095940, 0.248612, 1.026753");
|
|
}
|
|
|
|
} /* 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.001823 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557",\
|
|
"6.662576, 6.686984, 6.762962, 7.040820, 8.386557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122",\
|
|
"0.049605, 0.072449, 0.158837, 0.537291, 2.392122");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179",\
|
|
"5.943790, 5.962389, 6.011914, 6.147331, 6.730179");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002323, 0.012595, 0.051823, 0.211823, 1.000000");
|
|
values ( "0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887",\
|
|
"0.044955, 0.057134, 0.096723, 0.251046, 1.033887");
|
|
}
|
|
|
|
} /* 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.003438 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846",\
|
|
"6.990001, 7.013626, 7.089416, 7.368133, 8.714846");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140",\
|
|
"0.053321, 0.076071, 0.162455, 0.542971, 2.401140");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782",\
|
|
"6.290238, 6.307838, 6.356786, 6.493062, 7.066782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003938, 0.014211, 0.053438, 0.213438, 1.000000");
|
|
values ( "0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855",\
|
|
"0.046934, 0.058742, 0.098038, 0.254521, 1.035855");
|
|
}
|
|
|
|
} /* 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.001388 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947",\
|
|
"7.111005, 7.137184, 7.214936, 7.493015, 8.839947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725",\
|
|
"0.054630, 0.077067, 0.161116, 0.534835, 2.388725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697",\
|
|
"6.087675, 6.106766, 6.156849, 6.292304, 6.874697");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012161, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075",\
|
|
"0.045676, 0.058071, 0.097187, 0.250347, 1.030075");
|
|
}
|
|
|
|
} /* 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.002087 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554",\
|
|
"7.001549, 7.027033, 7.104565, 7.383040, 8.730554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318",\
|
|
"0.055899, 0.078201, 0.162427, 0.537463, 2.393318");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111",\
|
|
"6.183570, 6.202148, 6.252270, 6.388350, 6.972111");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002587, 0.012859, 0.052087, 0.212087, 1.000000");
|
|
values ( "0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522",\
|
|
"0.047557, 0.059726, 0.098269, 0.252201, 1.034522");
|
|
}
|
|
|
|
} /* 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.005026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005",\
|
|
"5.879438, 5.902119, 5.978145, 6.257078, 7.605005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796",\
|
|
"0.055922, 0.078678, 0.169513, 0.548982, 2.412796");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917",\
|
|
"6.016884, 6.033502, 6.082337, 6.219179, 6.793917");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005526, 0.015798, 0.055026, 0.215026, 1.000000");
|
|
values ( "0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467",\
|
|
"0.048891, 0.060296, 0.102974, 0.258214, 1.044467");
|
|
}
|
|
|
|
} /* 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.003267 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443",\
|
|
"6.848656, 6.872654, 6.948865, 7.227590, 8.574443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634",\
|
|
"0.054421, 0.077041, 0.162866, 0.542040, 2.399634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679",\
|
|
"5.935942, 5.953646, 6.002648, 6.138811, 6.723679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003767, 0.014039, 0.053267, 0.213267, 1.000000");
|
|
values ( "0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479",\
|
|
"0.046731, 0.058569, 0.097910, 0.254041, 1.041479");
|
|
}
|
|
|
|
} /* 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.003065 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668",\
|
|
"6.783545, 6.807434, 6.883404, 7.162160, 8.509668");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226",\
|
|
"0.052830, 0.075559, 0.161776, 0.542054, 2.401226");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985",\
|
|
"5.895954, 5.913806, 5.962926, 6.099184, 6.672985");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003565, 0.013838, 0.053065, 0.213065, 1.000000");
|
|
values ( "0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597",\
|
|
"0.046417, 0.058394, 0.097651, 0.254167, 1.036597");
|
|
}
|
|
|
|
} /* 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.003494 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735",\
|
|
"6.786002, 6.810077, 6.886556, 7.165657, 8.513735");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816",\
|
|
"0.055915, 0.078421, 0.163856, 0.543123, 2.402816");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274",\
|
|
"6.015663, 6.033276, 6.082442, 6.219085, 6.793274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003994, 0.014267, 0.053494, 0.213494, 1.000000");
|
|
values ( "0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639",\
|
|
"0.047779, 0.059510, 0.098518, 0.255145, 1.036639");
|
|
}
|
|
|
|
} /* 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.002277 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825",\
|
|
"6.853024, 6.877999, 6.954976, 7.233454, 8.580825");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169",\
|
|
"0.054395, 0.076862, 0.161816, 0.538526, 2.395169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067",\
|
|
"6.068578, 6.086980, 6.136764, 6.272813, 6.857067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367",\
|
|
"0.046902, 0.058957, 0.097895, 0.252521, 1.036367");
|
|
}
|
|
|
|
} /* 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.003124 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395",\
|
|
"7.084756, 7.109596, 7.186893, 7.465796, 8.813395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960",\
|
|
"0.058028, 0.080286, 0.164635, 0.540871, 2.397960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904",\
|
|
"6.072647, 6.090504, 6.139879, 6.276160, 6.860904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003624, 0.013896, 0.053124, 0.213124, 1.000000");
|
|
values ( "0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359",\
|
|
"0.047709, 0.059551, 0.098477, 0.253906, 1.039359");
|
|
}
|
|
|
|
} /* 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.003852 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807",\
|
|
"7.015159, 7.039252, 7.116737, 7.396312, 8.748807");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279",\
|
|
"0.057626, 0.079990, 0.169192, 0.546262, 2.414279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080",\
|
|
"6.052655, 6.070059, 6.119568, 6.256770, 6.833080");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004352, 0.014624, 0.053852, 0.213852, 1.000000");
|
|
values ( "0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004",\
|
|
"0.047825, 0.059430, 0.102246, 0.257878, 1.047004");
|
|
}
|
|
|
|
} /* 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.004044 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921",\
|
|
"7.070985, 7.095099, 7.172611, 7.451632, 8.800921");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680",\
|
|
"0.058948, 0.081245, 0.169711, 0.544984, 2.406680");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627",\
|
|
"6.086201, 6.103478, 6.152840, 6.289477, 6.863627");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004544, 0.014816, 0.054044, 0.214044, 1.000000");
|
|
values ( "0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967",\
|
|
"0.048422, 0.060023, 0.102230, 0.256525, 1.039967");
|
|
}
|
|
|
|
} /* 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.003276 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975",\
|
|
"7.226936, 7.252394, 7.330663, 7.610013, 8.958975");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180",\
|
|
"0.061989, 0.083891, 0.166873, 0.541006, 2.399180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429",\
|
|
"6.346846, 6.364814, 6.414988, 6.552013, 7.137429");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003776, 0.014048, 0.053276, 0.213276, 1.000000");
|
|
values ( "0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455",\
|
|
"0.050689, 0.062616, 0.100190, 0.255039, 1.040455");
|
|
}
|
|
|
|
} /* 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.003467 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983",\
|
|
"7.172311, 7.197480, 7.275503, 7.555114, 8.904983");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837",\
|
|
"0.061483, 0.083452, 0.166760, 0.542329, 2.402837");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056",\
|
|
"6.308218, 6.326049, 6.376059, 6.513332, 7.100056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132",\
|
|
"0.050492, 0.062334, 0.100053, 0.255874, 1.044132");
|
|
}
|
|
|
|
} /* 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.004688 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779",\
|
|
"7.320119, 7.344942, 7.423946, 7.703444, 9.052779");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360",\
|
|
"0.066615, 0.088316, 0.174645, 0.545635, 2.405360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942",\
|
|
"6.415494, 6.432652, 6.482854, 6.620260, 7.193942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005188, 0.015460, 0.054688, 0.214688, 1.000000");
|
|
values ( "0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702",\
|
|
"0.053218, 0.064720, 0.105069, 0.257933, 1.038702");
|
|
}
|
|
|
|
} /* 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.002953 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858",\
|
|
"6.926498, 6.950767, 7.027198, 7.306018, 8.653858");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351",\
|
|
"0.054213, 0.076794, 0.162393, 0.541399, 2.400351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157",\
|
|
"6.001664, 6.019565, 6.068718, 6.204952, 6.779157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003453, 0.013725, 0.052953, 0.212953, 1.000000");
|
|
values ( "0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994",\
|
|
"0.046371, 0.058233, 0.097633, 0.253910, 1.034994");
|
|
}
|
|
|
|
} /* 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.005294 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901",\
|
|
"7.057616, 7.080957, 7.158225, 7.437667, 8.786901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043",\
|
|
"0.061374, 0.083637, 0.172762, 0.549099, 2.412043");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714",\
|
|
"6.079453, 6.095944, 6.144854, 6.281927, 6.856714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005794, 0.016066, 0.055294, 0.215294, 1.000000");
|
|
values ( "0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104",\
|
|
"0.049817, 0.061139, 0.103639, 0.258860, 1.045104");
|
|
}
|
|
|
|
} /* 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.001899 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982",\
|
|
"6.021776, 6.046269, 6.122412, 6.400479, 7.746982");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882",\
|
|
"0.050319, 0.073104, 0.159268, 0.537769, 2.393882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631",\
|
|
"6.272713, 6.291296, 6.341002, 6.476747, 7.060631");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002399, 0.012671, 0.051899, 0.211899, 1.000000");
|
|
values ( "0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921",\
|
|
"0.045722, 0.057809, 0.097160, 0.251655, 1.034921");
|
|
}
|
|
|
|
} /* 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.001587 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201",\
|
|
"5.909654, 5.933997, 6.009685, 6.287434, 7.633201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490",\
|
|
"0.047790, 0.070817, 0.157649, 0.536887, 2.393490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192",\
|
|
"6.193063, 6.211875, 6.261502, 6.396935, 6.980192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002087, 0.012359, 0.051587, 0.211587, 1.000000");
|
|
values ( "0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298",\
|
|
"0.044659, 0.056864, 0.096548, 0.250810, 1.033298");
|
|
}
|
|
|
|
} /* 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.001544 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633",\
|
|
"5.956061, 5.980603, 6.056486, 6.334168, 7.679633");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050",\
|
|
"0.048425, 0.071403, 0.157965, 0.536400, 2.392050");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859",\
|
|
"6.226161, 6.245019, 6.294703, 6.430055, 7.012859");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002044, 0.012316, 0.051544, 0.211544, 1.000000");
|
|
values ( "0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720",\
|
|
"0.044802, 0.057022, 0.096654, 0.250530, 1.031720");
|
|
}
|
|
|
|
} /* 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.001198 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646",\
|
|
"6.128336, 6.153728, 6.230323, 6.507963, 7.853646");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003",\
|
|
"0.049944, 0.072823, 0.158474, 0.534740, 2.388003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334",\
|
|
"6.355544, 6.374806, 6.424910, 6.560232, 7.142334");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145367, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033",\
|
|
"0.045237, 0.057718, 0.096943, 0.249905, 1.029033");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[0]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[0] */
|
|
} /* end of bus pwr_ctrl_out */
|
|
bus ( wb_adr_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_adr_i[31]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003142 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.712048, 1.666568, 1.556458, 1.229370, 0.089920",\
|
|
"1.761364, 1.715884, 1.605774, 1.278686, 0.139236",\
|
|
"1.866223, 1.820743, 1.710633, 1.383546, 0.244096",\
|
|
"2.112099, 2.066620, 1.956510, 1.629422, 0.489972",\
|
|
"2.892375, 2.846895, 2.736785, 2.409697, 1.270247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.048596, 6.003116, 5.893006, 5.565919, 4.426469",\
|
|
"6.096317, 6.050837, 5.940727, 5.613640, 4.474190",\
|
|
"6.208025, 6.162545, 6.052435, 5.725348, 4.585897",\
|
|
"6.488422, 6.442943, 6.332833, 6.005745, 4.866295",\
|
|
"7.303978, 7.258498, 7.148388, 6.821301, 5.681850");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.173105, -0.127626, -0.017516, 0.309572, 1.449022",\
|
|
"-0.222422, -0.176942, -0.066832, 0.260256, 1.399706",\
|
|
"-0.327280, -0.281801, -0.171691, 0.155397, 1.294847",\
|
|
"-0.573157, -0.527677, -0.417568, -0.090480, 1.048970",\
|
|
"-1.353433, -1.307953, -1.197843, -0.870755, 0.268695");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.366249, -4.320769, -4.210659, -3.883571, -2.744121",\
|
|
"-4.413970, -4.368490, -4.258380, -3.931292, -2.791842",\
|
|
"-4.525677, -4.480197, -4.370088, -4.043000, -2.903550",\
|
|
"-4.806075, -4.760595, -4.650485, -4.323398, -3.183947",\
|
|
"-5.621630, -5.576150, -5.466041, -5.138953, -3.999503");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[31] */
|
|
|
|
pin("wb_adr_i[30]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002990 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.701047, 1.655567, 1.545457, 1.218370, 0.078920",\
|
|
"1.750339, 1.704859, 1.594749, 1.267662, 0.128212",\
|
|
"1.855196, 1.809717, 1.699607, 1.372519, 0.233069",\
|
|
"2.101082, 2.055603, 1.945493, 1.618405, 0.478955",\
|
|
"2.879443, 2.833963, 2.723853, 2.396765, 1.257315");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.969232, 5.923752, 5.813642, 5.486554, 4.347104",\
|
|
"6.016903, 5.971424, 5.861314, 5.534226, 4.394776",\
|
|
"6.128607, 6.083127, 5.973017, 5.645929, 4.506479",\
|
|
"6.408735, 6.363256, 6.253146, 5.926058, 4.786608",\
|
|
"7.222225, 7.176745, 7.066636, 6.739548, 5.600098");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.162105, -0.116625, -0.006516, 0.320572, 1.460022",\
|
|
"-0.211397, -0.165917, -0.055807, 0.271280, 1.410730",\
|
|
"-0.316254, -0.270775, -0.160665, 0.166423, 1.305873",\
|
|
"-0.562140, -0.516661, -0.406551, -0.079463, 1.059987",\
|
|
"-1.340500, -1.295020, -1.184911, -0.857823, 0.281627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.286884, -4.241405, -4.131295, -3.804207, -2.664757",\
|
|
"-4.334556, -4.289076, -4.178967, -3.851879, -2.712429",\
|
|
"-4.446259, -4.400780, -4.290670, -3.963582, -2.824132",\
|
|
"-4.726387, -4.680907, -4.570797, -4.243710, -3.104260",\
|
|
"-5.539876, -5.494397, -5.384287, -5.057199, -3.917749");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[30] */
|
|
|
|
pin("wb_adr_i[29]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.714908, 5.669428, 5.559318, 5.232230, 4.092780",\
|
|
"5.764250, 5.718770, 5.608660, 5.281572, 4.142122",\
|
|
"5.869110, 5.823630, 5.713521, 5.386433, 4.246983",\
|
|
"6.114001, 6.068521, 5.958412, 5.631324, 4.491874",\
|
|
"6.887972, 6.842492, 6.732382, 6.405294, 5.265844");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.895098, 1.849618, 1.739509, 1.412421, 0.272971",\
|
|
"1.942886, 1.897407, 1.787297, 1.460209, 0.320759",\
|
|
"2.054600, 2.009120, 1.899010, 1.571923, 0.432473",\
|
|
"2.338303, 2.292823, 2.182714, 1.855626, 0.716176",\
|
|
"3.166624, 3.121144, 3.011034, 2.683946, 1.544496");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.032561, -3.987081, -3.876971, -3.549884, -2.410434",\
|
|
"-4.081903, -4.036423, -3.926313, -3.599226, -2.459776",\
|
|
"-4.186763, -4.141284, -4.031174, -3.704086, -2.564636",\
|
|
"-4.431654, -4.386175, -4.276065, -3.948977, -2.809527",\
|
|
"-5.205624, -5.160144, -5.050035, -4.722947, -3.583497");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.356156, -0.310676, -0.200567, 0.126521, 1.265971",\
|
|
"-0.403944, -0.358464, -0.248354, 0.078733, 1.218184",\
|
|
"-0.515658, -0.470178, -0.360068, -0.032980, 1.106470",\
|
|
"-0.799361, -0.753881, -0.643771, -0.316683, 0.822767",\
|
|
"-1.627682, -1.582202, -1.472092, -1.145004, -0.005554");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[29] */
|
|
|
|
pin("wb_adr_i[28]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.693195, 1.647715, 1.537605, 1.210518, 0.071068",\
|
|
"1.742587, 1.697107, 1.586997, 1.259909, 0.120459",\
|
|
"1.847450, 1.801970, 1.691861, 1.364773, 0.225323",\
|
|
"2.093224, 2.047745, 1.937635, 1.610547, 0.471097",\
|
|
"2.877148, 2.831668, 2.721559, 2.394471, 1.255021");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.728870, 5.683391, 5.573281, 5.246193, 4.106743",\
|
|
"5.776760, 5.731280, 5.621171, 5.294083, 4.154633",\
|
|
"5.888484, 5.843004, 5.732894, 5.405807, 4.266356",\
|
|
"6.169683, 6.124203, 6.014093, 5.687005, 4.547555",\
|
|
"6.991986, 6.946507, 6.836397, 6.509309, 5.369859");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.154253, -0.108773, 0.001337, 0.328424, 1.467875",\
|
|
"-0.203645, -0.158165, -0.048055, 0.279032, 1.418483",\
|
|
"-0.308508, -0.263029, -0.152919, 0.174169, 1.313619",\
|
|
"-0.554282, -0.508802, -0.398692, -0.071605, 1.067845",\
|
|
"-1.338206, -1.292726, -1.182617, -0.855529, 0.283921");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.046524, -4.001044, -3.890934, -3.563846, -2.424396",\
|
|
"-4.094413, -4.048934, -3.938824, -3.611736, -2.472286",\
|
|
"-4.206137, -4.160657, -4.050548, -3.723460, -2.584010",\
|
|
"-4.487336, -4.441856, -4.331746, -4.004659, -2.865208",\
|
|
"-5.309639, -5.264159, -5.154049, -4.826962, -3.687511");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[28] */
|
|
|
|
pin("wb_adr_i[27]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.678439, 1.632959, 1.522850, 1.195762, 0.056312",\
|
|
"1.727765, 1.682285, 1.572175, 1.245087, 0.105637",\
|
|
"1.832624, 1.787145, 1.677035, 1.349947, 0.210497",\
|
|
"2.078503, 2.033024, 1.922914, 1.595826, 0.456376",\
|
|
"2.859179, 2.813699, 2.703589, 2.376502, 1.237052");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.795332, 5.749852, 5.639742, 5.312654, 4.173204",\
|
|
"5.843069, 5.797589, 5.687479, 5.360392, 4.220942",\
|
|
"5.954779, 5.909299, 5.799189, 5.472101, 4.332651",\
|
|
"6.235245, 6.189765, 6.079655, 5.752567, 4.613117",\
|
|
"7.051378, 7.005898, 6.895789, 6.568701, 5.429251");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.139497, -0.094017, 0.016093, 0.343180, 1.482630",\
|
|
"-0.188823, -0.143343, -0.033233, 0.293855, 1.433305",\
|
|
"-0.293682, -0.248202, -0.138092, 0.188995, 1.328445",\
|
|
"-0.539561, -0.494081, -0.383972, -0.056884, 1.082566",\
|
|
"-1.320237, -1.274757, -1.164647, -0.837560, 0.301890");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-4.112985, -4.067505, -3.957396, -3.630308, -2.490858",\
|
|
"-4.160722, -4.115242, -4.005133, -3.678045, -2.538595",\
|
|
"-4.272432, -4.226952, -4.116842, -3.789755, -2.650305",\
|
|
"-4.552898, -4.507418, -4.397308, -4.070221, -2.930771",\
|
|
"-5.369030, -5.323551, -5.213441, -4.886353, -3.746903");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[27] */
|
|
|
|
pin("wb_adr_i[26]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004219 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "5.558444, 5.512964, 5.402854, 5.075767, 3.936317",\
|
|
"5.608066, 5.562586, 5.452476, 5.125388, 3.985938",\
|
|
"5.713061, 5.667582, 5.557472, 5.230384, 4.090934",\
|
|
"5.957787, 5.912307, 5.802197, 5.475109, 4.335659",\
|
|
"6.745855, 6.700376, 6.590266, 6.263178, 5.123728");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.924489, 1.879010, 1.768900, 1.441812, 0.302362",\
|
|
"1.972821, 1.927341, 1.817231, 1.490143, 0.350693",\
|
|
"2.084646, 2.039166, 1.929056, 1.601969, 0.462518",\
|
|
"2.371333, 2.325853, 2.215743, 1.888655, 0.749205",\
|
|
"3.221564, 3.176084, 3.065974, 2.738887, 1.599437");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.876097, -3.830617, -3.720508, -3.393420, -2.253970",\
|
|
"-3.925718, -3.880239, -3.770129, -3.443041, -2.303591",\
|
|
"-4.030715, -3.985235, -3.875125, -3.548037, -2.408587",\
|
|
"-4.275440, -4.229960, -4.119850, -3.792763, -2.653312",\
|
|
"-5.063507, -5.018027, -4.907917, -4.580830, -3.441380");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.385548, -0.340068, -0.229958, 0.097130, 1.236580",\
|
|
"-0.433879, -0.388399, -0.278289, 0.048799, 1.188249",\
|
|
"-0.545704, -0.500224, -0.390114, -0.063026, 1.076424",\
|
|
"-0.832391, -0.786911, -0.676801, -0.349713, 0.789737",\
|
|
"-1.682622, -1.637142, -1.527032, -1.199944, -0.060494");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[26] */
|
|
|
|
pin("wb_adr_i[25]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004859 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.311920, 4.266440, 4.156330, 3.829242, 2.689792",\
|
|
"4.361650, 4.316171, 4.206061, 3.878973, 2.739523",\
|
|
"4.466903, 4.421423, 4.311313, 3.984226, 2.844775",\
|
|
"4.711217, 4.665738, 4.555628, 4.228540, 3.089090",\
|
|
"5.499151, 5.453671, 5.343561, 5.016474, 3.877023");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.662003, 1.616523, 1.506413, 1.179326, 0.039876",\
|
|
"1.710342, 1.664863, 1.554753, 1.227665, 0.088215",\
|
|
"1.822299, 1.776819, 1.666709, 1.339621, 0.200171",\
|
|
"2.109050, 2.063570, 1.953460, 1.626372, 0.486922",\
|
|
"2.964733, 2.919253, 2.809143, 2.482055, 1.342605");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.629572, -2.584093, -2.473983, -2.146895, -1.007445",\
|
|
"-2.679303, -2.633823, -2.523714, -2.196626, -1.057176",\
|
|
"-2.784555, -2.739076, -2.628966, -2.301878, -1.162428",\
|
|
"-3.028870, -2.983390, -2.873281, -2.546193, -1.406743",\
|
|
"-3.816803, -3.771324, -3.661214, -3.334126, -2.194676");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.123061, -0.077581, 0.032529, 0.359617, 1.499067",\
|
|
"-0.171400, -0.125920, -0.015811, 0.311277, 1.450727",\
|
|
"-0.283356, -0.237876, -0.127766, 0.199321, 1.338771",\
|
|
"-0.570107, -0.524628, -0.414518, -0.087430, 1.052020",\
|
|
"-1.425791, -1.380311, -1.270201, -0.943113, 0.196337");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[25] */
|
|
|
|
pin("wb_adr_i[24]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003903 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.477570, 1.432090, 1.321980, 0.994892, -0.144558",\
|
|
"1.527207, 1.481728, 1.371618, 1.044530, -0.094920",\
|
|
"1.632212, 1.586732, 1.476622, 1.149534, 0.010084",\
|
|
"1.877498, 1.832018, 1.721908, 1.394820, 0.255370",\
|
|
"2.671676, 2.626196, 2.516087, 2.188999, 1.049549");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "4.319956, 4.274476, 4.164366, 3.837279, 2.697829",\
|
|
"4.368299, 4.322819, 4.212709, 3.885621, 2.746171",\
|
|
"4.480123, 4.434643, 4.324533, 3.997446, 2.857996",\
|
|
"4.764909, 4.719429, 4.609320, 4.282232, 3.142782",\
|
|
"5.604363, 5.558884, 5.448774, 5.121686, 3.982236");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.061373, 0.106852, 0.216962, 0.544050, 1.683500",\
|
|
"0.011735, 0.057215, 0.167324, 0.494412, 1.633862",\
|
|
"-0.093269, -0.047790, 0.062320, 0.389408, 1.528858",\
|
|
"-0.338555, -0.293075, -0.182966, 0.144122, 1.283572",\
|
|
"-1.132734, -1.087254, -0.977144, -0.650056, 0.489394");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.637609, -2.592129, -2.482019, -2.154931, -1.015481",\
|
|
"-2.685951, -2.640471, -2.530362, -2.203274, -1.063824",\
|
|
"-2.797776, -2.752296, -2.642186, -2.315099, -1.175648",\
|
|
"-3.082562, -3.037082, -2.926972, -2.599885, -1.460435",\
|
|
"-3.922016, -3.876536, -3.766427, -3.439339, -2.299889");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[24] */
|
|
|
|
pin("wb_adr_i[23]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002131 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.958244, 18.912766, 18.802654, 18.475567, 17.336117",\
|
|
"19.009630, 18.964151, 18.854042, 18.526953, 17.387503",\
|
|
"19.121775, 19.076296, 18.966187, 18.639097, 17.499647",\
|
|
"19.396179, 19.350700, 19.240589, 18.913502, 17.774052",\
|
|
"20.333168, 20.287689, 20.177578, 19.850491, 18.711040");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.072891, 18.027412, 17.917301, 17.590214, 16.450764",\
|
|
"18.118296, 18.072817, 17.962708, 17.635618, 16.496168",\
|
|
"18.231606, 18.186127, 18.076015, 17.748928, 16.609478",\
|
|
"18.598396, 18.552917, 18.442806, 18.115719, 16.976269",\
|
|
"20.007475, 19.961996, 19.851887, 19.524797, 18.385347");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.631544, -0.586064, -0.475955, -0.148867, 0.990583",\
|
|
"-0.682932, -0.637452, -0.527342, -0.200254, 0.939196",\
|
|
"-0.795076, -0.749596, -0.639486, -0.312399, 0.827051",\
|
|
"-1.069331, -1.023852, -0.913742, -0.586654, 0.552796",\
|
|
"-2.003898, -1.958418, -1.848308, -1.521220, -0.381770");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.758463, -2.712984, -2.602874, -2.275786, -1.136336",\
|
|
"-2.803868, -2.758388, -2.648278, -2.321190, -1.181741",\
|
|
"-2.917176, -2.871696, -2.761586, -2.434498, -1.295048",\
|
|
"-3.283911, -3.238431, -3.128321, -2.801233, -1.661783",\
|
|
"-4.689924, -4.644444, -4.534335, -4.207247, -3.067797");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[23] */
|
|
|
|
pin("wb_adr_i[22]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002466 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.955715, 18.910236, 18.800125, 18.473038, 17.333588",\
|
|
"19.007099, 18.961620, 18.851509, 18.524422, 17.384972",\
|
|
"19.119240, 19.073761, 18.963650, 18.636562, 17.497112",\
|
|
"19.393660, 19.348181, 19.238071, 18.910982, 17.771532",\
|
|
"20.330936, 20.285458, 20.175346, 19.848259, 18.708809");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.137360, 18.091881, 17.981770, 17.654682, 16.515232",\
|
|
"18.182758, 18.137280, 18.027168, 17.700081, 16.560631",\
|
|
"18.296068, 18.250589, 18.140480, 17.813391, 16.673941",\
|
|
"18.662874, 18.617395, 18.507286, 18.180197, 17.040747",\
|
|
"20.072550, 20.027071, 19.916962, 19.589872, 18.450422");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.623324, -0.577844, -0.467734, -0.140647, 0.998803",\
|
|
"-0.674708, -0.629229, -0.519119, -0.192031, 0.947419",\
|
|
"-0.786851, -0.741371, -0.631261, -0.304173, 0.835277",\
|
|
"-1.061103, -1.015623, -0.905514, -0.578426, 0.561024",\
|
|
"-1.995665, -1.950185, -1.840075, -1.512987, -0.373537");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.648089, -2.602609, -2.492499, -2.165411, -1.025962",\
|
|
"-2.693487, -2.648007, -2.537897, -2.210809, -1.071359",\
|
|
"-2.806797, -2.761317, -2.651207, -2.324119, -1.184669",\
|
|
"-3.173455, -3.127975, -3.017865, -2.690777, -1.551327",\
|
|
"-4.575008, -4.529528, -4.419418, -4.092330, -2.952881");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[22] */
|
|
|
|
pin("wb_adr_i[21]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003532 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.934175, 18.888697, 18.778587, 18.451498, 17.312048",\
|
|
"18.986204, 18.940725, 18.830616, 18.503527, 17.364077",\
|
|
"19.090174, 19.044695, 18.934586, 18.607496, 17.468046",\
|
|
"19.333885, 19.288406, 19.178295, 18.851208, 17.711758",\
|
|
"20.122110, 20.076632, 19.966522, 19.639433, 18.499983");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.535101, 18.489622, 18.379513, 18.052423, 16.912973",\
|
|
"18.583220, 18.537741, 18.427631, 18.100542, 16.961092",\
|
|
"18.695728, 18.650249, 18.540138, 18.213051, 17.073601",\
|
|
"18.982689, 18.937210, 18.827099, 18.500011, 17.360561",\
|
|
"19.852406, 19.806927, 19.696815, 19.369728, 18.230278");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.830081, -0.784602, -0.674492, -0.347404, 0.792046",\
|
|
"-0.881884, -0.836404, -0.726295, -0.399207, 0.740243",\
|
|
"-0.986085, -0.940606, -0.830496, -0.503408, 0.636042",\
|
|
"-1.229666, -1.184186, -1.074077, -0.746989, 0.392461",\
|
|
"-2.016453, -1.970973, -1.860864, -1.533776, -0.394326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.592000, -2.546520, -2.436410, -2.109322, -0.969872",\
|
|
"-2.640141, -2.594662, -2.484552, -2.157464, -1.018014",\
|
|
"-2.752633, -2.707153, -2.597043, -2.269955, -1.130505",\
|
|
"-3.039241, -2.993762, -2.883652, -2.556564, -1.417114",\
|
|
"-3.906541, -3.861062, -3.750952, -3.423864, -2.284414");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[21] */
|
|
|
|
pin("wb_adr_i[20]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002752 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.388067, 18.342588, 18.232479, 17.905390, 16.765940",\
|
|
"18.437756, 18.392277, 18.282166, 17.955078, 16.815628",\
|
|
"18.549814, 18.504335, 18.394226, 18.067137, 16.927687",\
|
|
"18.893839, 18.848360, 18.738251, 18.411161, 17.271711",\
|
|
"20.171637, 20.126158, 20.016048, 19.688959, 18.549509");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.758751, 18.713272, 18.603161, 18.276073, 17.136623",\
|
|
"18.807981, 18.762503, 18.652393, 18.325304, 17.185854",\
|
|
"18.920506, 18.875027, 18.764915, 18.437828, 17.298378",\
|
|
"19.272337, 19.226858, 19.116749, 18.789660, 17.650209",\
|
|
"20.536282, 20.490803, 20.380692, 20.053604, 18.914154");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.914933, -0.869454, -0.759344, -0.432256, 0.707194",\
|
|
"-0.964621, -0.919141, -0.809032, -0.481944, 0.657506",\
|
|
"-1.076680, -1.031201, -0.921091, -0.594003, 0.545447",\
|
|
"-1.420390, -1.374910, -1.264801, -0.937713, 0.201737",\
|
|
"-2.687353, -2.641873, -2.531763, -2.204675, -1.065225");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.942674, -0.897194, -0.787085, -0.459997, 0.679453",\
|
|
"-0.991905, -0.946425, -0.836315, -0.509227, 0.630223",\
|
|
"-1.104430, -1.058950, -0.948840, -0.621752, 0.517698",\
|
|
"-1.456199, -1.410719, -1.300610, -0.973522, 0.165928",\
|
|
"-2.720174, -2.674694, -2.564584, -2.237496, -1.098047");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[20] */
|
|
|
|
pin("wb_adr_i[19]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004152 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.292160, 19.246681, 19.136570, 18.809483, 17.670033",\
|
|
"19.341846, 19.296368, 19.186256, 18.859169, 17.719719",\
|
|
"19.446995, 19.401516, 19.291405, 18.964317, 17.824867",\
|
|
"19.691463, 19.645985, 19.535873, 19.208786, 18.069336",\
|
|
"20.479338, 20.433859, 20.323750, 19.996660, 18.857210");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.046288, 19.000809, 18.890697, 18.563610, 17.424160",\
|
|
"19.094624, 19.049145, 18.939034, 18.611946, 17.472496",\
|
|
"19.206520, 19.161041, 19.050930, 18.723843, 17.584393",\
|
|
"19.493401, 19.447922, 19.337811, 19.010723, 17.871273",\
|
|
"20.347515, 20.302036, 20.191925, 19.864838, 18.725388");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.012862, 0.058342, 0.168452, 0.495539, 1.634989",\
|
|
"-0.036825, 0.008655, 0.118764, 0.445852, 1.585302",\
|
|
"-0.141974, -0.096494, 0.013616, 0.340703, 1.480153",\
|
|
"-0.386999, -0.341519, -0.231409, 0.095679, 1.235129",\
|
|
"-1.180885, -1.135405, -1.025296, -0.698208, 0.441242");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.003118, -1.957638, -1.847528, -1.520440, -0.380990",\
|
|
"-2.051454, -2.005974, -1.895864, -1.568777, -0.429327",\
|
|
"-2.163350, -2.117870, -2.007761, -1.680673, -0.541223",\
|
|
"-2.450231, -2.404751, -2.294641, -1.967553, -0.828103",\
|
|
"-3.304345, -3.258865, -3.148756, -2.821668, -1.682218");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[19] */
|
|
|
|
pin("wb_adr_i[18]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006409 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.352655, 19.307177, 19.197067, 18.869978, 17.730528",\
|
|
"19.402384, 19.356905, 19.246796, 18.919706, 17.780256",\
|
|
"19.507698, 19.462219, 19.352108, 19.025021, 17.885571",\
|
|
"19.751869, 19.706390, 19.596279, 19.269192, 18.129742",\
|
|
"20.539297, 20.493818, 20.383709, 20.056620, 18.917170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.103949, 19.058470, 18.948360, 18.621271, 17.481821",\
|
|
"19.152262, 19.106783, 18.996674, 18.669584, 17.530134",\
|
|
"19.264240, 19.218761, 19.108650, 18.781563, 17.642113",\
|
|
"19.551149, 19.505671, 19.395561, 19.068472, 17.929022",\
|
|
"20.408619, 20.363140, 20.253029, 19.925941, 18.786491");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.032621, 0.012859, 0.122969, 0.450057, 1.589507",\
|
|
"-0.082350, -0.036870, 0.073240, 0.400327, 1.539778",\
|
|
"-0.187664, -0.142184, -0.032075, 0.295013, 1.434463",\
|
|
"-0.432309, -0.386829, -0.276719, 0.050369, 1.189819",\
|
|
"-1.224986, -1.179507, -1.069397, -0.742309, 0.397141");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.060780, -2.015300, -1.905190, -1.578102, -0.438652",\
|
|
"-2.109093, -2.063613, -1.953504, -1.626416, -0.486966",\
|
|
"-2.221071, -2.175591, -2.065482, -1.738394, -0.598944",\
|
|
"-2.507980, -2.462501, -2.352391, -2.025303, -0.885853",\
|
|
"-3.365450, -3.319970, -3.209860, -2.882772, -1.743323");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[18] */
|
|
|
|
pin("wb_adr_i[17]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005234 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.209320, 19.163841, 19.053730, 18.726643, 17.587193",\
|
|
"19.258955, 19.213476, 19.103367, 18.776278, 17.636827",\
|
|
"19.364006, 19.318527, 19.208416, 18.881329, 17.741879",\
|
|
"19.608686, 19.563208, 19.453098, 19.126009, 17.986559",\
|
|
"20.397192, 20.351713, 20.241604, 19.914515, 18.775064");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.905279, 18.859800, 18.749691, 18.422602, 17.283152",\
|
|
"18.953604, 18.908125, 18.798016, 18.470926, 17.331476",\
|
|
"19.065449, 19.019970, 18.909859, 18.582771, 17.443321",\
|
|
"19.352175, 19.306696, 19.196587, 18.869497, 17.730047",\
|
|
"20.203436, 20.157957, 20.047848, 19.720758, 18.581308");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.065514, 0.110993, 0.221103, 0.548191, 1.687641",\
|
|
"0.015877, 0.061357, 0.171467, 0.498555, 1.638005",\
|
|
"-0.089173, -0.043693, 0.066417, 0.393505, 1.532955",\
|
|
"-0.334363, -0.288883, -0.178773, 0.148314, 1.287765",\
|
|
"-1.128310, -1.082830, -0.972720, -0.645633, 0.493818");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.862105, -1.816626, -1.706516, -1.379428, -0.239978",\
|
|
"-1.910430, -1.864950, -1.754840, -1.427752, -0.288303",\
|
|
"-2.022276, -1.976796, -1.866686, -1.539598, -0.400149",\
|
|
"-2.309001, -2.263521, -2.153411, -1.826324, -0.686874",\
|
|
"-3.160264, -3.114785, -3.004675, -2.677587, -1.538137");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[17] */
|
|
|
|
pin("wb_adr_i[16]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.007983 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.281645, 19.236166, 19.126057, 18.798967, 17.659517",\
|
|
"19.331301, 19.285822, 19.175713, 18.848623, 17.709173",\
|
|
"19.436483, 19.391005, 19.280895, 18.953806, 17.814356",\
|
|
"19.680902, 19.635424, 19.525314, 19.198225, 18.058775",\
|
|
"20.468826, 20.423347, 20.313236, 19.986149, 18.846699");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.010342, 18.964863, 18.854752, 18.527664, 17.388214",\
|
|
"19.058634, 19.013155, 18.903046, 18.575956, 17.436506",\
|
|
"19.170547, 19.125069, 19.014957, 18.687870, 17.548420",\
|
|
"19.457418, 19.411940, 19.301830, 18.974741, 17.835291",\
|
|
"20.312162, 20.266684, 20.156574, 19.829485, 18.690035");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.029913, 0.075392, 0.185502, 0.512590, 1.652040",\
|
|
"-0.019743, 0.025737, 0.135847, 0.462934, 1.602384",\
|
|
"-0.124926, -0.079447, 0.030663, 0.357751, 1.497201",\
|
|
"-0.369868, -0.324388, -0.214279, 0.112809, 1.252259",\
|
|
"-1.163475, -1.117995, -1.007885, -0.680797, 0.458653");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.967171, -1.921691, -1.811582, -1.484494, -0.345044",\
|
|
"-2.015463, -1.969983, -1.859873, -1.532785, -0.393336",\
|
|
"-2.127377, -2.081897, -1.971787, -1.644700, -0.505250",\
|
|
"-2.414247, -2.368767, -2.258657, -1.931570, -0.792120",\
|
|
"-3.268992, -3.223512, -3.113402, -2.786314, -1.646865");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[16] */
|
|
|
|
pin("wb_adr_i[15]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.007119 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.314003, 19.268524, 19.158413, 18.831326, 17.691875",\
|
|
"19.363693, 19.318214, 19.208103, 18.881016, 17.741566",\
|
|
"19.468937, 19.423458, 19.313347, 18.986259, 17.846809",\
|
|
"19.713249, 19.667770, 19.557659, 19.230572, 18.091122",\
|
|
"20.501019, 20.455540, 20.345428, 20.018341, 18.878891");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.114784, 19.069305, 18.959194, 18.632107, 17.492657",\
|
|
"19.163088, 19.117609, 19.007500, 18.680410, 17.540960",\
|
|
"19.275032, 19.229553, 19.119442, 18.792355, 17.652905",\
|
|
"19.561943, 19.516464, 19.406353, 19.079266, 17.939816",\
|
|
"20.418112, 20.372633, 20.262524, 19.935434, 18.795984");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.003198, 0.048677, 0.158787, 0.485875, 1.625325",\
|
|
"-0.046494, -0.001014, 0.109096, 0.436184, 1.575634",\
|
|
"-0.151737, -0.106257, 0.003853, 0.330941, 1.470391",\
|
|
"-0.396567, -0.351088, -0.240978, 0.086110, 1.225560",\
|
|
"-1.190021, -1.144541, -1.034431, -0.707343, 0.432107");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.072203, -2.026723, -1.916613, -1.589525, -0.450075",\
|
|
"-2.120506, -2.075027, -1.964917, -1.637829, -0.498379",\
|
|
"-2.232450, -2.186971, -2.076861, -1.749773, -0.610323",\
|
|
"-2.519362, -2.473883, -2.363773, -2.036685, -0.897235",\
|
|
"-3.375531, -3.330051, -3.219941, -2.892853, -1.753403");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[15] */
|
|
|
|
pin("wb_adr_i[14]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.010980 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.437578, 19.392099, 19.281990, 18.954901, 17.815451",\
|
|
"19.488436, 19.442957, 19.332848, 19.005758, 17.866308",\
|
|
"19.592991, 19.547512, 19.437401, 19.110313, 17.970863",\
|
|
"19.836496, 19.791018, 19.680908, 19.353819, 18.214369",\
|
|
"20.621864, 20.576385, 20.466274, 20.139187, 18.999737");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.213503, 19.168024, 19.057915, 18.730825, 17.591375",\
|
|
"19.261555, 19.216076, 19.105965, 18.778877, 17.639427",\
|
|
"19.373926, 19.328447, 19.218338, 18.891249, 17.751799",\
|
|
"19.660860, 19.615381, 19.505272, 19.178183, 18.038733",\
|
|
"20.525373, 20.479895, 20.369785, 20.042696, 18.903246");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.111382, -0.065902, 0.044208, 0.371296, 1.510746",\
|
|
"-0.162470, -0.116990, -0.006880, 0.320208, 1.459658",\
|
|
"-0.266787, -0.221308, -0.111198, 0.215890, 1.355340",\
|
|
"-0.510518, -0.465038, -0.354928, -0.027841, 1.111609",\
|
|
"-1.298493, -1.253013, -1.142903, -0.815815, 0.323635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.170921, -2.125442, -2.015332, -1.688244, -0.548794",\
|
|
"-2.218972, -2.173492, -2.063383, -1.736295, -0.596845",\
|
|
"-2.331345, -2.285865, -2.175755, -1.848667, -0.709217",\
|
|
"-2.618280, -2.572801, -2.462691, -2.135603, -0.996153",\
|
|
"-3.482793, -3.437314, -3.327204, -3.000116, -1.860666");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[14] */
|
|
|
|
pin("wb_adr_i[13]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006680 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.286623, 19.241144, 19.131035, 18.803946, 17.664495",\
|
|
"19.337215, 19.291737, 19.181625, 18.854538, 17.715088",\
|
|
"19.442568, 19.397089, 19.286980, 18.959890, 17.820440",\
|
|
"19.685884, 19.640406, 19.530296, 19.203207, 18.063757",\
|
|
"20.473970, 20.428492, 20.318382, 19.991293, 18.851843");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.009598, 18.964119, 18.854008, 18.526920, 17.387470",\
|
|
"19.057800, 19.012321, 18.902210, 18.575123, 17.435673",\
|
|
"19.169800, 19.124321, 19.014210, 18.687122, 17.547672",\
|
|
"19.456694, 19.411215, 19.301105, 18.974016, 17.834566",\
|
|
"20.314310, 20.268831, 20.158722, 19.831633, 18.692183");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.296375, -0.250896, -0.140786, 0.186302, 1.325752",\
|
|
"-0.347174, -0.301694, -0.191584, 0.135504, 1.274954",\
|
|
"-0.452528, -0.407048, -0.296938, 0.030150, 1.169600",\
|
|
"-0.696035, -0.650555, -0.540445, -0.213358, 0.926092",\
|
|
"-1.488568, -1.443088, -1.332978, -1.005891, 0.133559");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.967016, -1.921536, -1.811426, -1.484338, -0.344888",\
|
|
"-2.015218, -1.969738, -1.859628, -1.532540, -0.393090",\
|
|
"-2.127218, -2.081738, -1.971629, -1.644541, -0.505091",\
|
|
"-2.414112, -2.368632, -2.258523, -1.931435, -0.791985",\
|
|
"-3.271730, -3.226250, -3.116140, -2.789052, -1.649603");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[13] */
|
|
|
|
pin("wb_adr_i[12]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005527 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.298830, 19.253351, 19.143242, 18.816153, 17.676702",\
|
|
"19.348551, 19.303072, 19.192963, 18.865873, 17.726423",\
|
|
"19.453812, 19.408333, 19.298222, 18.971134, 17.831684",\
|
|
"19.698107, 19.652628, 19.542519, 19.215429, 18.075979",\
|
|
"20.485964, 20.440485, 20.330376, 20.003286, 18.863836");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.075874, 19.030396, 18.920284, 18.593197, 17.453747",\
|
|
"19.124201, 19.078722, 18.968613, 18.641523, 17.502073",\
|
|
"19.236155, 19.190676, 19.080566, 18.753477, 17.614027",\
|
|
"19.523041, 19.477562, 19.367451, 19.040363, 17.900913",\
|
|
"20.379417, 20.333939, 20.223827, 19.896740, 18.757290");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.266897, -0.221417, -0.111307, 0.215781, 1.355231",\
|
|
"-0.316619, -0.271139, -0.161029, 0.166059, 1.305509",\
|
|
"-0.421879, -0.376400, -0.266290, 0.060798, 1.200248",\
|
|
"-0.666662, -0.621182, -0.511072, -0.183984, 0.955466",\
|
|
"-1.459891, -1.414411, -1.304301, -0.977214, 0.162236");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.033292, -1.987812, -1.877702, -1.550614, -0.411165",\
|
|
"-2.081619, -2.036139, -1.926030, -1.598942, -0.459492",\
|
|
"-2.193573, -2.148093, -2.037983, -1.710896, -0.571446",\
|
|
"-2.480459, -2.434979, -2.324869, -1.997781, -0.858331",\
|
|
"-3.336836, -3.291357, -3.181247, -2.854159, -1.714709");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[12] */
|
|
|
|
pin("wb_adr_i[11]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005923 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.382992, 19.337513, 19.227402, 18.900314, 17.760864",\
|
|
"19.432678, 19.387199, 19.277088, 18.950001, 17.810551",\
|
|
"19.537876, 19.492397, 19.382286, 19.055199, 17.915749",\
|
|
"19.782265, 19.736786, 19.626675, 19.299587, 18.160137",\
|
|
"20.570068, 20.524590, 20.414478, 20.087391, 18.947941");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.194185, 19.148706, 19.038597, 18.711508, 17.572058",\
|
|
"19.242502, 19.197023, 19.086914, 18.759825, 17.620375",\
|
|
"19.354424, 19.308945, 19.198833, 18.871746, 17.732296",\
|
|
"19.641308, 19.595829, 19.485718, 19.158630, 18.019180",\
|
|
"20.496414, 20.450935, 20.340824, 20.013737, 18.874287");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.257733, -0.212253, -0.102143, 0.224945, 1.364395",\
|
|
"-0.307419, -0.261940, -0.151830, 0.175258, 1.314708",\
|
|
"-0.412617, -0.367137, -0.257027, 0.070061, 1.209511",\
|
|
"-0.657545, -0.612065, -0.501956, -0.174868, 0.964582",\
|
|
"-1.451247, -1.405767, -1.295657, -0.968569, 0.170881");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.152028, -2.106548, -1.996438, -1.669350, -0.529900",\
|
|
"-2.200345, -2.154865, -2.044755, -1.717667, -0.578217",\
|
|
"-2.312265, -2.266786, -2.156676, -1.829588, -0.690138",\
|
|
"-2.599152, -2.553672, -2.443562, -2.116474, -0.977024",\
|
|
"-3.454257, -3.408777, -3.298667, -2.971579, -1.832129");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[11] */
|
|
|
|
pin("wb_adr_i[10]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005724 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.413630, 19.368151, 19.258041, 18.930952, 17.791502",\
|
|
"19.463343, 19.417864, 19.307755, 18.980665, 17.841215",\
|
|
"19.568590, 19.523111, 19.413002, 19.085913, 17.946463",\
|
|
"19.812870, 19.767391, 19.657280, 19.330193, 18.190742",\
|
|
"20.600353, 20.554874, 20.444763, 20.117676, 18.978226");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.232759, 19.187281, 19.077171, 18.750082, 17.610632",\
|
|
"19.281082, 19.235603, 19.125492, 18.798405, 17.658955",\
|
|
"19.393026, 19.347548, 19.237438, 18.910349, 17.770899",\
|
|
"19.679926, 19.634447, 19.524338, 19.197248, 18.057798",\
|
|
"20.536043, 20.490564, 20.380455, 20.053366, 18.913916");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.270374, -0.224894, -0.114784, 0.212303, 1.351753",\
|
|
"-0.320086, -0.274607, -0.164497, 0.162591, 1.302041",\
|
|
"-0.425335, -0.379856, -0.269746, 0.057342, 1.196792",\
|
|
"-0.670120, -0.624641, -0.514531, -0.187443, 0.952007",\
|
|
"-1.463168, -1.417688, -1.307579, -0.980491, 0.158959");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.190599, -2.145119, -2.035009, -1.707922, -0.568472",\
|
|
"-2.238922, -2.193442, -2.083332, -1.756244, -0.616794",\
|
|
"-2.350866, -2.305386, -2.195276, -1.868188, -0.728739",\
|
|
"-2.637767, -2.592287, -2.482177, -2.155089, -1.015640",\
|
|
"-3.493884, -3.448404, -3.338294, -3.011206, -1.871756");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[10] */
|
|
|
|
pin("wb_adr_i[9]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.007855 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.380352, 19.334873, 19.224762, 18.897675, 17.758224",\
|
|
"19.431015, 19.385536, 19.275425, 18.948338, 17.808887",\
|
|
"19.535534, 19.490055, 19.379944, 19.052856, 17.913406",\
|
|
"19.779585, 19.734106, 19.623997, 19.296907, 18.157457",\
|
|
"20.567619, 20.522141, 20.412029, 20.084942, 18.945492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.102571, 19.057093, 18.946983, 18.619894, 17.480444",\
|
|
"19.150745, 19.105267, 18.995155, 18.668068, 17.528618",\
|
|
"19.262981, 19.217503, 19.107391, 18.780304, 17.640854",\
|
|
"19.549692, 19.504213, 19.394104, 19.067015, 17.927565",\
|
|
"20.408360, 20.362881, 20.252769, 19.925682, 18.786232");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.096770, -0.051290, 0.058820, 0.385908, 1.525358",\
|
|
"-0.147653, -0.102173, 0.007937, 0.335024, 1.474475",\
|
|
"-0.251961, -0.206482, -0.096372, 0.230716, 1.370166",\
|
|
"-0.496380, -0.450900, -0.340791, -0.013703, 1.125747",\
|
|
"-1.288661, -1.243181, -1.133071, -0.805984, 0.333467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.060418, -2.014938, -1.904829, -1.577741, -0.438291",\
|
|
"-2.108592, -2.063112, -1.953002, -1.625915, -0.486465",\
|
|
"-2.220829, -2.175349, -2.065239, -1.738151, -0.598701",\
|
|
"-2.507540, -2.462060, -2.351950, -2.024862, -0.885412",\
|
|
"-3.366208, -3.320728, -3.210618, -2.883531, -1.744081");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[9] */
|
|
|
|
pin("wb_adr_i[8]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005496 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.384481, 19.339003, 19.228893, 18.901804, 17.762354",\
|
|
"19.434212, 19.388733, 19.278622, 18.951534, 17.812084",\
|
|
"19.539490, 19.494011, 19.383900, 19.056812, 17.917362",\
|
|
"19.783752, 19.738274, 19.628162, 19.301075, 18.161625",\
|
|
"20.571562, 20.526083, 20.415974, 20.088884, 18.949434");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.165478, 19.119999, 19.009888, 18.682800, 17.543350",\
|
|
"19.213806, 19.168327, 19.058216, 18.731129, 17.591679",\
|
|
"19.325769, 19.280291, 19.170181, 18.843092, 17.703642",\
|
|
"19.612650, 19.567171, 19.457062, 19.129972, 17.990522",\
|
|
"20.469376, 20.423897, 20.313786, 19.986698, 18.847248");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.054759, -0.009279, 0.100831, 0.427918, 1.567368",\
|
|
"-0.104490, -0.059010, 0.051100, 0.378188, 1.517638",\
|
|
"-0.209769, -0.164289, -0.054179, 0.272909, 1.412359",\
|
|
"-0.454477, -0.408997, -0.298887, 0.028201, 1.167651",\
|
|
"-1.247208, -1.201728, -1.091618, -0.764530, 0.374920");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.123321, -2.077841, -1.967731, -1.640643, -0.501193",\
|
|
"-2.171649, -2.126170, -2.016060, -1.688972, -0.549522",\
|
|
"-2.283613, -2.238133, -2.128023, -1.800935, -0.661485",\
|
|
"-2.570494, -2.525014, -2.414905, -2.087817, -0.948367",\
|
|
"-3.427219, -3.381740, -3.271630, -2.944542, -1.805092");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[8] */
|
|
|
|
pin("wb_adr_i[7]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005941 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.806761, 18.761282, 18.651173, 18.324083, 17.184633",\
|
|
"18.858297, 18.812819, 18.702709, 18.375620, 17.236170",\
|
|
"18.968702, 18.923223, 18.813114, 18.486025, 17.346575",\
|
|
"19.254902, 19.209423, 19.099312, 18.772224, 17.632774",\
|
|
"20.205662, 20.160183, 20.050072, 19.722984, 18.583534");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "18.500280, 18.454802, 18.344692, 18.017603, 16.878153",\
|
|
"18.550539, 18.505060, 18.394951, 18.067862, 16.928411",\
|
|
"18.663843, 18.618364, 18.508255, 18.181166, 17.041716",\
|
|
"19.015797, 18.970318, 18.860207, 18.533119, 17.393669",\
|
|
"20.281237, 20.235758, 20.125648, 19.798559, 18.659109");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.761113, -0.715633, -0.605524, -0.278436, 0.861014",\
|
|
"-0.812650, -0.767170, -0.657061, -0.329973, 0.809477",\
|
|
"-0.923054, -0.877574, -0.767465, -0.440377, 0.699073",\
|
|
"-1.209140, -1.163661, -1.053551, -0.726463, 0.412987",\
|
|
"-2.158810, -2.113330, -2.003221, -1.676133, -0.536683");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.204414, -0.158934, -0.048825, 0.278263, 1.417713",\
|
|
"-0.254674, -0.209194, -0.099084, 0.228004, 1.367453",\
|
|
"-0.367977, -0.322497, -0.212388, 0.114700, 1.254150",\
|
|
"-0.719922, -0.674442, -0.564332, -0.237245, 0.902205",\
|
|
"-1.985240, -1.939760, -1.829650, -1.502563, -0.363113");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[7] */
|
|
|
|
pin("wb_adr_i[6]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005298 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.934809, 19.889330, 19.779221, 19.452131, 18.312681",\
|
|
"19.985052, 19.939573, 19.829464, 19.502375, 18.362925",\
|
|
"20.098293, 20.052814, 19.942703, 19.615616, 18.476166",\
|
|
"20.420799, 20.375320, 20.265209, 19.938122, 18.798672",\
|
|
"21.538050, 21.492571, 21.382462, 21.055372, 19.915922");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.554623, 19.509144, 19.399033, 19.071945, 17.932495",\
|
|
"19.602707, 19.557228, 19.447117, 19.120029, 17.980579",\
|
|
"19.715189, 19.669710, 19.559601, 19.232512, 18.093061",\
|
|
"20.070148, 20.024670, 19.914558, 19.587471, 18.448021",\
|
|
"21.380978, 21.335499, 21.225388, 20.898300, 19.758850");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.188886, -1.143406, -1.033297, -0.706209, 0.433241",\
|
|
"-1.239130, -1.193650, -1.083540, -0.756453, 0.382997",\
|
|
"-1.352371, -1.306891, -1.196782, -0.869694, 0.269756",\
|
|
"-1.674767, -1.629287, -1.519177, -1.192089, -0.052639",\
|
|
"-2.795465, -2.749986, -2.639876, -2.312788, -1.173338");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.749648, -1.704168, -1.594058, -1.266970, -0.127520",\
|
|
"-1.797732, -1.752253, -1.642143, -1.315055, -0.175605",\
|
|
"-1.910213, -1.864733, -1.754623, -1.427536, -0.288086",\
|
|
"-2.265173, -2.219694, -2.109584, -1.782496, -0.643046",\
|
|
"-3.576002, -3.530522, -3.420413, -3.093325, -1.953875");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[6] */
|
|
|
|
pin("wb_adr_i[5]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006579 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.924896, 19.879417, 19.769306, 19.442219, 18.302769",\
|
|
"19.976419, 19.930941, 19.820831, 19.493742, 18.354292",\
|
|
"20.086824, 20.041346, 19.931236, 19.604147, 18.464697",\
|
|
"20.372965, 20.327486, 20.217377, 19.890287, 18.750837",\
|
|
"21.323149, 21.277670, 21.167561, 20.840471, 19.701021");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.571999, 19.526520, 19.416409, 19.089321, 17.949871",\
|
|
"19.622238, 19.576759, 19.466648, 19.139561, 18.000111",\
|
|
"19.735538, 19.690060, 19.579948, 19.252861, 18.113411",\
|
|
"20.087576, 20.042097, 19.931988, 19.604898, 18.465448",\
|
|
"21.353962, 21.308483, 21.198372, 20.871284, 19.731834");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.150798, -1.105319, -0.995209, -0.668121, 0.471329",\
|
|
"-1.202322, -1.156842, -1.046732, -0.719645, 0.419805",\
|
|
"-1.312726, -1.267246, -1.157136, -0.830049, 0.309401",\
|
|
"-1.598745, -1.553265, -1.443155, -1.116067, 0.023382",\
|
|
"-2.551884, -2.506404, -2.396295, -2.069207, -0.929757");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.465664, -1.420184, -1.310075, -0.982987, 0.156463",\
|
|
"-1.515904, -1.470424, -1.360314, -1.033226, 0.106224",\
|
|
"-1.629203, -1.583723, -1.473614, -1.146526, -0.007076",\
|
|
"-1.980825, -1.935345, -1.825236, -1.498148, -0.358698",\
|
|
"-3.240004, -3.194524, -3.084414, -2.757327, -1.617877");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[5] */
|
|
|
|
pin("wb_adr_i[4]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006754 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.920216, 19.874737, 19.764626, 19.437538, 18.298088",\
|
|
"19.971664, 19.926186, 19.816074, 19.488987, 18.349537",\
|
|
"20.082088, 20.036610, 19.926498, 19.599411, 18.459961",\
|
|
"20.368063, 20.322584, 20.212475, 19.885386, 18.745935",\
|
|
"21.316578, 21.271099, 21.160988, 20.833900, 19.694450");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.613333, 19.567854, 19.457745, 19.130655, 17.991205",\
|
|
"19.663534, 19.618055, 19.507946, 19.180857, 18.041407",\
|
|
"19.776819, 19.731340, 19.621231, 19.294142, 18.154692",\
|
|
"20.128929, 20.083450, 19.973339, 19.646252, 18.506802",\
|
|
"21.395119, 21.349640, 21.239529, 20.912441, 19.772991");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.116748, -1.071269, -0.961159, -0.634071, 0.505379",\
|
|
"-1.168197, -1.122717, -1.012608, -0.685520, 0.453930",\
|
|
"-1.278620, -1.233140, -1.123031, -0.795943, 0.343507",\
|
|
"-1.564579, -1.519099, -1.408989, -1.081901, 0.057549",\
|
|
"-2.517399, -2.471919, -2.361809, -2.034721, -0.895272");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.144176, -1.098696, -0.988586, -0.661498, 0.477952",\
|
|
"-1.194377, -1.148897, -1.038787, -0.711699, 0.427750",\
|
|
"-1.307663, -1.262183, -1.152073, -0.824986, 0.314464",\
|
|
"-1.659591, -1.614111, -1.504001, -1.176913, -0.037463",\
|
|
"-2.922804, -2.877324, -2.767214, -2.440126, -1.300677");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[4] */
|
|
|
|
pin("wb_adr_i[3]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.008374 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "20.036814, 19.991335, 19.881226, 19.554136, 18.414686",\
|
|
"20.085756, 20.040277, 19.930168, 19.603079, 18.463629",\
|
|
"20.201399, 20.155920, 20.045811, 19.718721, 18.579271",\
|
|
"20.527351, 20.481873, 20.371761, 20.044674, 18.905224",\
|
|
"21.673857, 21.628378, 21.518269, 21.191179, 20.051729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.397900, 19.352421, 19.242310, 18.915222, 17.775772",\
|
|
"19.448954, 19.403475, 19.293365, 18.966276, 17.826826",\
|
|
"19.570015, 19.524536, 19.414425, 19.087337, 17.947887",\
|
|
"19.935364, 19.889885, 19.779774, 19.452686, 18.313236",\
|
|
"21.354570, 21.309092, 21.198982, 20.871893, 19.732443");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.715170, -0.669690, -0.559580, -0.232492, 0.906957",\
|
|
"-0.764111, -0.718631, -0.608521, -0.281433, 0.858017",\
|
|
"-0.879795, -0.834315, -0.724205, -0.397118, 0.742332",\
|
|
"-1.205911, -1.160431, -1.050321, -0.723233, 0.416217",\
|
|
"-2.354614, -2.309134, -2.199024, -1.871936, -0.732486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.011124, -0.965644, -0.855535, -0.528447, 0.611003",\
|
|
"-1.062177, -1.016697, -0.906588, -0.579500, 0.559950",\
|
|
"-1.183137, -1.137657, -1.027547, -0.700459, 0.438991",\
|
|
"-1.548401, -1.502921, -1.392811, -1.065723, 0.073726",\
|
|
"-2.963864, -2.918385, -2.808275, -2.481187, -1.341737");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[3] */
|
|
|
|
pin("wb_adr_i[2]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003489 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "20.879776, 20.834297, 20.724186, 20.397099, 19.257648",\
|
|
"20.928654, 20.883175, 20.773064, 20.445976, 19.306526",\
|
|
"21.040878, 20.995399, 20.885288, 20.558201, 19.418751",\
|
|
"21.349949, 21.304470, 21.194359, 20.867271, 19.727821",\
|
|
"22.426884, 22.381405, 22.271294, 21.944206, 20.804756");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "20.040934, 19.995455, 19.885345, 19.558256, 18.418806",\
|
|
"20.091959, 20.046480, 19.936371, 19.609282, 18.469831",\
|
|
"20.203524, 20.158045, 20.047935, 19.720846, 18.581396",\
|
|
"20.518160, 20.472681, 20.362572, 20.035482, 18.896032",\
|
|
"21.507982, 21.462503, 21.352394, 21.025305, 19.885855");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.819001, -0.773521, -0.663411, -0.336324, 0.803126",\
|
|
"-0.867879, -0.822399, -0.712289, -0.385202, 0.754248",\
|
|
"-0.980104, -0.934624, -0.824515, -0.497427, 0.642023",\
|
|
"-1.289175, -1.243696, -1.133586, -0.806498, 0.332952",\
|
|
"-2.366110, -2.320631, -2.210521, -1.883433, -0.743983");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.309773, -1.264293, -1.154183, -0.827096, 0.312355",\
|
|
"-1.360799, -1.315320, -1.205210, -0.878122, 0.261328",\
|
|
"-1.472363, -1.426883, -1.316774, -0.989686, 0.149764",\
|
|
"-1.786998, -1.741519, -1.631409, -1.304321, -0.164871",\
|
|
"-2.776819, -2.731339, -2.621230, -2.294142, -1.154692");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[2] */
|
|
|
|
pin("wb_adr_i[1]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005434 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "20.038700, 19.993221, 19.883110, 19.556023, 18.416573",\
|
|
"20.090433, 20.044954, 19.934845, 19.607756, 18.468306",\
|
|
"20.200775, 20.155296, 20.045185, 19.718098, 18.578648",\
|
|
"20.486898, 20.441420, 20.331310, 20.004221, 18.864771",\
|
|
"21.437096, 21.391617, 21.281506, 20.954418, 19.814968");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.231287, 19.185808, 19.075699, 18.748610, 17.609159",\
|
|
"19.281637, 19.236158, 19.126049, 18.798960, 17.659510",\
|
|
"19.394985, 19.349506, 19.239395, 18.912308, 17.772858",\
|
|
"19.746859, 19.701380, 19.591270, 19.264181, 18.124731",\
|
|
"21.015282, 20.969803, 20.859692, 20.532604, 19.393154");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.489533, -0.444053, -0.333943, -0.006856, 1.132594",\
|
|
"-0.541267, -0.495787, -0.385677, -0.058590, 1.080860",\
|
|
"-0.651608, -0.606129, -0.496019, -0.168931, 0.970519",\
|
|
"-0.937629, -0.892149, -0.782039, -0.454952, 0.684498",\
|
|
"-1.886846, -1.841366, -1.731257, -1.404169, -0.264719");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.478423, -0.432943, -0.322833, 0.004255, 1.143705",\
|
|
"-0.528773, -0.483294, -0.373184, -0.046096, 1.093354",\
|
|
"-0.642120, -0.596640, -0.486530, -0.159442, 0.980007",\
|
|
"-0.994008, -0.948528, -0.838418, -0.511331, 0.628119",\
|
|
"-2.263102, -2.217622, -2.107512, -1.780424, -0.640974");
|
|
}
|
|
|
|
} /* 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.009544 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "20.025099, 19.979620, 19.869511, 19.542421, 18.402971",\
|
|
"20.075748, 20.030270, 19.920158, 19.593071, 18.453621",\
|
|
"20.184826, 20.139347, 20.029236, 19.702148, 18.562698",\
|
|
"20.470037, 20.424559, 20.314449, 19.987360, 18.847910",\
|
|
"21.377443, 21.331964, 21.221855, 20.894766, 19.755316");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "19.290701, 19.245222, 19.135113, 18.808023, 17.668573",\
|
|
"19.340380, 19.294901, 19.184792, 18.857702, 17.718252",\
|
|
"19.454386, 19.408907, 19.298798, 18.971708, 17.832258",\
|
|
"19.825325, 19.779846, 19.669735, 19.342648, 18.203197",\
|
|
"21.178087, 21.132608, 21.022499, 20.695410, 19.555960");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.484149, -0.438669, -0.328559, -0.001472, 1.137978",\
|
|
"-0.534799, -0.489319, -0.379209, -0.052122, 1.087328",\
|
|
"-0.643876, -0.598396, -0.488286, -0.161199, 0.978251",\
|
|
"-0.929055, -0.883575, -0.773465, -0.446378, 0.693072",\
|
|
"-1.836077, -1.790598, -1.680488, -1.353400, -0.213950");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.899737, -0.854258, -0.744148, -0.417060, 0.722390",\
|
|
"-0.949417, -0.903937, -0.793827, -0.466739, 0.672711",\
|
|
"-1.063423, -1.017943, -0.907833, -0.580745, 0.558705",\
|
|
"-1.434096, -1.388617, -1.278507, -0.951419, 0.188031",\
|
|
"-2.783192, -2.737712, -2.627603, -2.300515, -1.161065");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[0] */
|
|
} /* end of bus wb_adr_i */
|
|
bus ( wb_dat_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_dat_i[31]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002763 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.496350, -0.541830, -0.651939, -0.979027, -2.118477",\
|
|
"-0.446645, -0.492124, -0.602234, -0.929322, -2.068772",\
|
|
"-0.341522, -0.387002, -0.497112, -0.824200, -1.963650",\
|
|
"-0.096840, -0.142319, -0.252429, -0.579517, -1.718967",\
|
|
"0.692877, 0.647398, 0.537288, 0.210200, -0.929250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.052017, 1.006537, 0.896427, 0.569339, -0.570111",\
|
|
"1.100380, 1.054900, 0.944790, 0.617702, -0.521747",\
|
|
"1.212261, 1.166781, 1.056672, 0.729584, -0.409866",\
|
|
"1.498744, 1.453265, 1.343155, 1.016067, -0.123383",\
|
|
"2.349983, 2.304503, 2.194393, 1.867305, 0.727855");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.580512, 0.625991, 0.736101, 1.063189, 2.202639",\
|
|
"0.530807, 0.576286, 0.686396, 1.013484, 2.152934",\
|
|
"0.425684, 0.471164, 0.581274, 0.908362, 2.047812",\
|
|
"0.181002, 0.226481, 0.336591, 0.663679, 1.803129",\
|
|
"-0.608715, -0.563236, -0.453126, -0.126038, 1.013412");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.725322, -0.679842, -0.569732, -0.242644, 0.896806",\
|
|
"-0.773685, -0.728205, -0.618095, -0.291008, 0.848442",\
|
|
"-0.885566, -0.840086, -0.729977, -0.402889, 0.736561",\
|
|
"-1.172050, -1.126570, -1.016460, -0.689372, 0.450078",\
|
|
"-2.023288, -1.977808, -1.867698, -1.540610, -0.401160");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[31] */
|
|
|
|
pin("wb_dat_i[30]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002596 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.431494, -0.476974, -0.587084, -0.914172, -2.053621",\
|
|
"-0.381739, -0.427219, -0.537329, -0.864416, -2.003866",\
|
|
"-0.276505, -0.321985, -0.432094, -0.759182, -1.898632",\
|
|
"-0.032021, -0.077501, -0.187611, -0.514699, -1.654148",\
|
|
"0.757441, 0.711961, 0.601851, 0.274764, -0.864686");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.099889, 1.054409, 0.944299, 0.617211, -0.522238",\
|
|
"1.148259, 1.102779, 0.992670, 0.665582, -0.473868",\
|
|
"1.260197, 1.214717, 1.104607, 0.777519, -0.361930",\
|
|
"1.546716, 1.501236, 1.391126, 1.064038, -0.075412",\
|
|
"2.400334, 2.354855, 2.244745, 1.917657, 0.778207");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.515777, 0.561256, 0.671366, 0.998454, 2.137904",\
|
|
"0.466022, 0.511501, 0.621611, 0.948699, 2.088149",\
|
|
"0.360787, 0.406267, 0.516377, 0.843465, 1.982915",\
|
|
"0.116304, 0.161783, 0.271893, 0.598981, 1.738431",\
|
|
"-0.673158, -0.627679, -0.517569, -0.190481, 0.948969");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.772994, -0.727514, -0.617404, -0.290316, 0.849133",\
|
|
"-0.821364, -0.775884, -0.665775, -0.338687, 0.800763",\
|
|
"-0.933302, -0.887822, -0.777712, -0.450624, 0.688825",\
|
|
"-1.219821, -1.174341, -1.064231, -0.737143, 0.402307",\
|
|
"-2.073439, -2.027960, -1.917850, -1.590762, -0.451312");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[30] */
|
|
|
|
pin("wb_dat_i[29]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003008 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.713795, -0.759275, -0.869385, -1.196473, -2.335922",\
|
|
"-0.664037, -0.709517, -0.819627, -1.146715, -2.286165",\
|
|
"-0.558786, -0.604266, -0.714375, -1.041463, -2.180913",\
|
|
"-0.314327, -0.359807, -0.469917, -0.797005, -1.936455",\
|
|
"0.475163, 0.429683, 0.319573, -0.007515, -1.146965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.668770, 0.623291, 0.513181, 0.186093, -0.953357",\
|
|
"0.717136, 0.671656, 0.561547, 0.234459, -0.904991",\
|
|
"0.829083, 0.783603, 0.673493, 0.346405, -0.793045",\
|
|
"1.115483, 1.070004, 0.959894, 0.632806, -0.506644",\
|
|
"1.968733, 1.923253, 1.813143, 1.486055, 0.346605");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.798254, 0.843734, 0.953844, 1.280931, 2.420381",\
|
|
"0.748496, 0.793976, 0.904086, 1.231174, 2.370624",\
|
|
"0.643245, 0.688725, 0.798834, 1.125922, 2.265372",\
|
|
"0.398786, 0.444266, 0.554376, 0.881464, 2.020914",\
|
|
"-0.390704, -0.345224, -0.235114, 0.091974, 1.231424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.341578, -0.296098, -0.185988, 0.141099, 1.280549",\
|
|
"-0.389944, -0.344464, -0.234354, 0.092734, 1.232183",\
|
|
"-0.501890, -0.456411, -0.346301, -0.019213, 1.120237",\
|
|
"-0.788291, -0.742811, -0.632701, -0.305614, 0.833836",\
|
|
"-1.641540, -1.596061, -1.485951, -1.158863, -0.019413");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[29] */
|
|
|
|
pin("wb_dat_i[28]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003102 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.648185, -0.693665, -0.803775, -1.130862, -2.270312",\
|
|
"-0.597103, -0.642583, -0.752693, -1.079781, -2.219230",\
|
|
"-0.492757, -0.538237, -0.648347, -0.975435, -2.114885",\
|
|
"-0.248824, -0.294304, -0.404414, -0.731502, -1.870952",\
|
|
"0.539410, 0.493930, 0.383820, 0.056732, -1.082717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.699672, 0.654193, 0.544083, 0.216995, -0.922455",\
|
|
"0.747898, 0.702418, 0.592308, 0.265220, -0.874230",\
|
|
"0.860197, 0.814717, 0.704607, 0.377519, -0.761931",\
|
|
"1.146663, 1.101183, 0.991073, 0.663985, -0.475465",\
|
|
"2.006345, 1.960865, 1.850755, 1.523667, 0.384217");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.732445, 0.777925, 0.888034, 1.215122, 2.354572",\
|
|
"0.681363, 0.726843, 0.836953, 1.164040, 2.303490",\
|
|
"0.577017, 0.622497, 0.732607, 1.059695, 2.199144",\
|
|
"0.333084, 0.378564, 0.488674, 0.815762, 1.955212",\
|
|
"-0.455150, -0.409670, -0.299560, 0.027528, 1.166977");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.372811, -0.327331, -0.217221, 0.109867, 1.249316",\
|
|
"-0.421036, -0.375556, -0.265446, 0.061641, 1.201091",\
|
|
"-0.533335, -0.487856, -0.377746, -0.050658, 1.088792",\
|
|
"-0.819801, -0.774321, -0.664212, -0.337124, 0.802326",\
|
|
"-1.679483, -1.634004, -1.523894, -1.196806, -0.057356");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[28] */
|
|
|
|
pin("wb_dat_i[27]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002710 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.542976, -0.588456, -0.698565, -1.025653, -2.165103",\
|
|
"-0.492205, -0.537685, -0.647794, -0.974882, -2.114332",\
|
|
"-0.387726, -0.433206, -0.543316, -0.870403, -2.009853",\
|
|
"-0.143551, -0.189030, -0.299140, -0.626228, -1.765678",\
|
|
"0.645640, 0.600160, 0.490050, 0.162963, -0.976487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.840728, 0.795249, 0.685139, 0.358051, -0.781399",\
|
|
"0.888997, 0.843517, 0.733407, 0.406319, -0.733131",\
|
|
"1.001207, 0.955728, 0.845618, 0.518530, -0.620920",\
|
|
"1.287569, 1.242089, 1.131979, 0.804891, -0.334559",\
|
|
"2.143658, 2.098178, 1.988069, 1.660981, 0.521531");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.628471, 0.673951, 0.784060, 1.111148, 2.250598",\
|
|
"0.577700, 0.623179, 0.733289, 1.060377, 2.199827",\
|
|
"0.473221, 0.518701, 0.628810, 0.955898, 2.095348",\
|
|
"0.229045, 0.274525, 0.384635, 0.711723, 1.851173",\
|
|
"-0.560145, -0.514665, -0.404555, -0.077468, 1.061982");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.509189, -0.463709, -0.353599, -0.026512, 1.112938",\
|
|
"-0.557457, -0.511978, -0.401868, -0.074780, 1.064670",\
|
|
"-0.669668, -0.624188, -0.514078, -0.186991, 0.952459",\
|
|
"-0.956029, -0.910550, -0.800440, -0.473352, 0.666098",\
|
|
"-1.812119, -1.766639, -1.656529, -1.329442, -0.189991");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[27] */
|
|
|
|
pin("wb_dat_i[26]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003370 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.496312, -0.541792, -0.651902, -0.978989, -2.118439",\
|
|
"-0.445164, -0.490644, -0.600754, -0.927842, -2.067292",\
|
|
"-0.340811, -0.386290, -0.496400, -0.823488, -1.962938",\
|
|
"-0.097039, -0.142518, -0.252628, -0.579716, -1.719166",\
|
|
"0.690886, 0.645406, 0.535296, 0.208209, -0.931241");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.861923, 0.816444, 0.706334, 0.379246, -0.760204",\
|
|
"0.910132, 0.864652, 0.754542, 0.427454, -0.711996",\
|
|
"1.022467, 0.976987, 0.866877, 0.539789, -0.599661",\
|
|
"1.308975, 1.263495, 1.153385, 0.826297, -0.313153",\
|
|
"2.170107, 2.124627, 2.014517, 1.687430, 0.547980");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.581737, 0.627216, 0.737326, 1.064414, 2.203864",\
|
|
"0.530589, 0.576069, 0.686178, 1.013266, 2.152716",\
|
|
"0.426235, 0.471715, 0.581825, 0.908912, 2.048362",\
|
|
"0.182463, 0.227943, 0.338053, 0.665140, 1.804590",\
|
|
"-0.605462, -0.559982, -0.449872, -0.122784, 1.016666");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.530500, -0.485020, -0.374910, -0.047823, 1.091627",\
|
|
"-0.578708, -0.533228, -0.423119, -0.096031, 1.043419",\
|
|
"-0.691043, -0.645564, -0.535454, -0.208366, 0.931084",\
|
|
"-0.977551, -0.932071, -0.821961, -0.494874, 0.644576",\
|
|
"-1.838684, -1.793204, -1.683094, -1.356006, -0.216556");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[26] */
|
|
|
|
pin("wb_dat_i[25]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002753 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.195386, -0.240866, -0.350976, -0.678063, -1.817513",\
|
|
"-0.144014, -0.189493, -0.299603, -0.626691, -1.766141",\
|
|
"-0.039720, -0.085199, -0.195309, -0.522397, -1.661847",\
|
|
"0.203826, 0.158346, 0.048236, -0.278851, -1.418301",\
|
|
"0.991171, 0.945691, 0.835581, 0.508494, -0.630956");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.297219, 1.251739, 1.141629, 0.814542, -0.324908",\
|
|
"1.345397, 1.299917, 1.189807, 0.862720, -0.276731",\
|
|
"1.457811, 1.412332, 1.302222, 0.975134, -0.164316",\
|
|
"1.744503, 1.699024, 1.588914, 1.261826, 0.122376",\
|
|
"2.609312, 2.563833, 2.453723, 2.126635, 0.987185");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.280857, 0.326337, 0.436447, 0.763534, 1.902984",\
|
|
"0.229485, 0.274964, 0.385074, 0.712162, 1.851612",\
|
|
"0.125191, 0.170670, 0.280780, 0.607868, 1.747318",\
|
|
"-0.118355, -0.072875, 0.037235, 0.364322, 1.503772",\
|
|
"-0.905700, -0.860220, -0.750110, -0.423023, 0.716427");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.965715, -0.920236, -0.810126, -0.483038, 0.656412",\
|
|
"-1.013893, -0.968414, -0.858304, -0.531216, 0.608234",\
|
|
"-1.126308, -1.080828, -0.970718, -0.643631, 0.495819",\
|
|
"-1.413000, -1.367520, -1.257411, -0.930323, 0.209127",\
|
|
"-2.277808, -2.232329, -2.122219, -1.795131, -0.655681");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[25] */
|
|
|
|
pin("wb_dat_i[24]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002662 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.537632, -0.583112, -0.693221, -1.020309, -2.159759",\
|
|
"-0.486531, -0.532010, -0.642120, -0.969208, -2.108658",\
|
|
"-0.382190, -0.427670, -0.537780, -0.864868, -2.004318",\
|
|
"-0.138266, -0.183746, -0.293856, -0.620944, -1.760394",\
|
|
"0.649915, 0.604435, 0.494325, 0.167238, -0.972213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.824148, 0.778668, 0.668558, 0.341470, -0.797980",\
|
|
"0.872378, 0.826898, 0.716788, 0.389700, -0.749750",\
|
|
"0.984681, 0.939201, 0.829091, 0.502003, -0.637447",\
|
|
"1.271150, 1.225670, 1.115560, 0.788472, -0.350978",\
|
|
"2.130965, 2.085485, 1.975376, 1.648288, 0.508838");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.622819, 0.668298, 0.778408, 1.105496, 2.244946",\
|
|
"0.571718, 0.617197, 0.727307, 1.054395, 2.193845",\
|
|
"0.467377, 0.512857, 0.622967, 0.950055, 2.089505",\
|
|
"0.223453, 0.268933, 0.379043, 0.706130, 1.845580",\
|
|
"-0.564728, -0.519248, -0.409138, -0.082051, 1.057400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.493118, -0.447639, -0.337529, -0.010441, 1.129009",\
|
|
"-0.541349, -0.495869, -0.385759, -0.058671, 1.080779",\
|
|
"-0.653651, -0.608171, -0.498062, -0.170974, 0.968476",\
|
|
"-0.940120, -0.894640, -0.784531, -0.457443, 0.682007",\
|
|
"-1.799936, -1.754456, -1.644346, -1.317258, -0.177808");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[24] */
|
|
|
|
pin("wb_dat_i[23]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002979 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.789518, -0.834998, -0.945107, -1.272195, -2.411645",\
|
|
"-0.739919, -0.785399, -0.895508, -1.222596, -2.362046",\
|
|
"-0.635036, -0.680515, -0.790625, -1.117713, -2.257163",\
|
|
"-0.389921, -0.435401, -0.545510, -0.872598, -2.012048",\
|
|
"0.400398, 0.354918, 0.244809, -0.082279, -1.221729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.625341, 0.579862, 0.469752, 0.142664, -0.996786",\
|
|
"0.673658, 0.628179, 0.518069, 0.190981, -0.948469",\
|
|
"0.785422, 0.739942, 0.629832, 0.302744, -0.836705",\
|
|
"1.071375, 1.025896, 0.915786, 0.588698, -0.550752",\
|
|
"1.915876, 1.870396, 1.760286, 1.433198, 0.293749");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.873681, 0.919161, 1.029270, 1.356358, 2.495808",\
|
|
"0.824082, 0.869562, 0.979671, 1.306759, 2.446209",\
|
|
"0.719199, 0.764678, 0.874788, 1.201876, 2.341326",\
|
|
"0.474084, 0.519564, 0.629673, 0.956761, 2.096211",\
|
|
"-0.316235, -0.270755, -0.160645, 0.166442, 1.305892");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.298646, -0.253166, -0.143057, 0.184031, 1.323481",\
|
|
"-0.346963, -0.301483, -0.191374, 0.135714, 1.275164",\
|
|
"-0.458727, -0.413247, -0.303137, 0.023951, 1.163401",\
|
|
"-0.744680, -0.699201, -0.589091, -0.262003, 0.877447",\
|
|
"-1.589181, -1.543701, -1.433591, -1.106503, 0.032947");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[23] */
|
|
|
|
pin("wb_dat_i[22]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002538 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.775542, -0.821022, -0.931132, -1.258219, -2.397669",\
|
|
"-0.725937, -0.771416, -0.881526, -1.208614, -2.348064",\
|
|
"-0.621050, -0.666530, -0.776640, -1.103728, -2.243177",\
|
|
"-0.375941, -0.421421, -0.531531, -0.858619, -1.998068",\
|
|
"0.414371, 0.368891, 0.258781, -0.068307, -1.207757");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.639113, 0.593633, 0.483523, 0.156435, -0.983014",\
|
|
"0.687442, 0.641962, 0.531852, 0.204764, -0.934685",\
|
|
"0.799206, 0.753726, 0.643617, 0.316529, -0.822921",\
|
|
"1.085200, 1.039721, 0.929611, 0.602523, -0.536927",\
|
|
"1.929939, 1.884459, 1.774350, 1.447262, 0.307812");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.859826, 0.905305, 1.015415, 1.342503, 2.481953",\
|
|
"0.810220, 0.855700, 0.965810, 1.292898, 2.432348",\
|
|
"0.705334, 0.750814, 0.860923, 1.188011, 2.327461",\
|
|
"0.460225, 0.505705, 0.615814, 0.942902, 2.082352",\
|
|
"-0.330087, -0.284607, -0.174498, 0.152590, 1.292040");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.312218, -0.266738, -0.156628, 0.170460, 1.309909",\
|
|
"-0.360547, -0.315067, -0.204957, 0.122131, 1.261580",\
|
|
"-0.472311, -0.426831, -0.316721, 0.010366, 1.149816",\
|
|
"-0.758305, -0.712825, -0.602715, -0.275628, 0.863822",\
|
|
"-1.603044, -1.557564, -1.447455, -1.120367, 0.019083");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[22] */
|
|
|
|
pin("wb_dat_i[21]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002654 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.568434, -0.613914, -0.724023, -1.051111, -2.190561",\
|
|
"-0.518800, -0.564280, -0.674390, -1.001478, -2.140928",\
|
|
"-0.413847, -0.459327, -0.569437, -0.896525, -2.035975",\
|
|
"-0.168863, -0.214343, -0.324453, -0.651541, -1.790991",\
|
|
"0.621233, 0.575753, 0.465643, 0.138556, -1.000894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.003540, 0.958060, 0.847950, 0.520863, -0.618587",\
|
|
"1.051897, 1.006418, 0.896308, 0.569220, -0.570230",\
|
|
"1.163692, 1.118213, 1.008103, 0.681015, -0.458435",\
|
|
"1.450120, 1.404640, 1.294531, 0.967443, -0.172007",\
|
|
"2.297742, 2.252262, 2.142152, 1.815064, 0.675615");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.652892, 0.698371, 0.808481, 1.135569, 2.275019",\
|
|
"0.603258, 0.648738, 0.758848, 1.085936, 2.225385",\
|
|
"0.498305, 0.543785, 0.653894, 0.980982, 2.120432",\
|
|
"0.253321, 0.298801, 0.408911, 0.735999, 1.875448",\
|
|
"-0.536775, -0.491296, -0.381186, -0.054098, 1.085352");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.676348, -0.630868, -0.520758, -0.193670, 0.945780",\
|
|
"-0.724705, -0.679225, -0.569115, -0.242028, 0.897422",\
|
|
"-0.836500, -0.791020, -0.680911, -0.353823, 0.785627",\
|
|
"-1.122928, -1.077448, -0.967338, -0.640250, 0.499199",\
|
|
"-1.970549, -1.925070, -1.814960, -1.487872, -0.348422");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[21] */
|
|
|
|
pin("wb_dat_i[20]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002682 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.571319, -0.616799, -0.726908, -1.053996, -2.193446",\
|
|
"-0.521694, -0.567174, -0.677284, -1.004372, -2.143822",\
|
|
"-0.416760, -0.462240, -0.572350, -0.899438, -2.038888",\
|
|
"-0.171743, -0.217222, -0.327332, -0.654420, -1.793870",\
|
|
"0.618393, 0.572913, 0.462803, 0.135715, -1.003734");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.995089, 0.949609, 0.839499, 0.512412, -0.627038",\
|
|
"1.043445, 0.997965, 0.887856, 0.560768, -0.578682",\
|
|
"1.155231, 1.109751, 0.999641, 0.672553, -0.466897",\
|
|
"1.441648, 1.396168, 1.286058, 0.958970, -0.180480",\
|
|
"2.288847, 2.243368, 2.133258, 1.806170, 0.666720");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.655577, 0.701057, 0.811167, 1.138255, 2.277705",\
|
|
"0.605953, 0.651433, 0.761543, 1.088630, 2.228080",\
|
|
"0.501019, 0.546499, 0.656609, 0.983697, 2.123147",\
|
|
"0.256001, 0.301481, 0.411591, 0.738679, 1.878129",\
|
|
"-0.534134, -0.488654, -0.378545, -0.051457, 1.087993");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.668228, -0.622748, -0.512638, -0.185550, 0.953900",\
|
|
"-0.716584, -0.671104, -0.560994, -0.233906, 0.905544",\
|
|
"-0.828369, -0.782889, -0.672780, -0.345692, 0.793758",\
|
|
"-1.114786, -1.069306, -0.959197, -0.632109, 0.507341",\
|
|
"-1.961986, -1.916506, -1.806396, -1.479309, -0.339859");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[20] */
|
|
|
|
pin("wb_dat_i[19]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003526 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.335960, -0.381439, -0.491549, -0.818637, -1.958087",\
|
|
"-0.286280, -0.331760, -0.441870, -0.768957, -1.908407",\
|
|
"-0.181197, -0.226677, -0.336787, -0.663875, -1.803325",\
|
|
"0.063555, 0.018075, -0.092035, -0.419123, -1.558573",\
|
|
"0.853347, 0.807867, 0.697758, 0.370670, -0.768780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.222543, 1.177063, 1.066953, 0.739866, -0.399585",\
|
|
"1.270897, 1.225417, 1.115307, 0.788219, -0.351231",\
|
|
"1.382758, 1.337278, 1.227168, 0.900080, -0.239370",\
|
|
"1.669225, 1.623745, 1.513635, 1.186547, 0.047097",\
|
|
"2.519592, 2.474113, 2.364003, 2.036915, 0.897465");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.421453, 0.466933, 0.577043, 0.904131, 2.043581",\
|
|
"0.371774, 0.417254, 0.527363, 0.854451, 1.993901",\
|
|
"0.266691, 0.312171, 0.422281, 0.749369, 1.888819",\
|
|
"0.021939, 0.067419, 0.177529, 0.504616, 1.644067",\
|
|
"-0.767853, -0.722374, -0.612264, -0.285176, 0.854274");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.891003, -0.845523, -0.735414, -0.408326, 0.731124",\
|
|
"-0.939357, -0.893877, -0.783767, -0.456680, 0.682770",\
|
|
"-1.051218, -1.005738, -0.895628, -0.568541, 0.570910",\
|
|
"-1.337685, -1.292205, -1.182095, -0.855008, 0.284442",\
|
|
"-2.188053, -2.142573, -2.032463, -1.705375, -0.565925");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[19] */
|
|
|
|
pin("wb_dat_i[18]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004360 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.530283, -0.575762, -0.685872, -1.012960, -2.152410",\
|
|
"-0.480929, -0.526409, -0.636518, -0.963606, -2.103056",\
|
|
"-0.376066, -0.421546, -0.531656, -0.858743, -1.998193",\
|
|
"-0.130907, -0.176387, -0.286496, -0.613584, -1.753034",\
|
|
"0.647581, 0.602102, 0.491992, 0.164904, -0.974546");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.084423, 1.038943, 0.928833, 0.601745, -0.537705",\
|
|
"1.132246, 1.086766, 0.976656, 0.649569, -0.489881",\
|
|
"1.243966, 1.198486, 1.088377, 0.761289, -0.378161",\
|
|
"1.528161, 1.482681, 1.372571, 1.045483, -0.093967",\
|
|
"2.358091, 2.312612, 2.202502, 1.875414, 0.735964");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.615706, 0.661186, 0.771295, 1.098383, 2.237833",\
|
|
"0.566352, 0.611832, 0.721942, 1.049029, 2.188479",\
|
|
"0.461489, 0.506969, 0.617079, 0.944166, 2.083616",\
|
|
"0.216330, 0.261810, 0.371920, 0.699007, 1.838457",\
|
|
"-0.562158, -0.516678, -0.406569, -0.079481, 1.059969");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.752999, -0.707519, -0.597409, -0.270322, 0.869128",\
|
|
"-0.800822, -0.755343, -0.645233, -0.318145, 0.821305",\
|
|
"-0.912543, -0.867063, -0.756953, -0.429865, 0.709585",\
|
|
"-1.196737, -1.151257, -1.041147, -0.714060, 0.425390",\
|
|
"-2.026668, -1.981188, -1.871078, -1.543991, -0.404541");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[18] */
|
|
|
|
pin("wb_dat_i[17]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003609 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.553000, -0.598480, -0.708589, -1.035677, -2.175127",\
|
|
"-0.502202, -0.547681, -0.657791, -0.984879, -2.124329",\
|
|
"-0.397741, -0.443221, -0.553331, -0.880419, -2.019869",\
|
|
"-0.153599, -0.199079, -0.309188, -0.636276, -1.775726",\
|
|
"0.635532, 0.590052, 0.479942, 0.152854, -0.986596");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.828557, 0.783078, 0.672968, 0.345880, -0.793570",\
|
|
"0.876805, 0.831326, 0.721216, 0.394128, -0.745322",\
|
|
"0.989028, 0.943548, 0.833438, 0.506351, -0.633099",\
|
|
"1.275403, 1.229923, 1.119813, 0.792726, -0.346724",\
|
|
"2.131985, 2.086505, 1.976396, 1.649308, 0.509858");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.638472, 0.683952, 0.794061, 1.121149, 2.260599",\
|
|
"0.587674, 0.633154, 0.743263, 1.070351, 2.209801",\
|
|
"0.483213, 0.528693, 0.638803, 0.965891, 2.105341",\
|
|
"0.239071, 0.284551, 0.394661, 0.721748, 1.861198",\
|
|
"-0.550060, -0.504580, -0.394470, -0.067382, 1.072068");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.497054, -0.451574, -0.341464, -0.014377, 1.125073",\
|
|
"-0.545302, -0.499822, -0.389712, -0.062624, 1.076826",\
|
|
"-0.657524, -0.612045, -0.501935, -0.174847, 0.964603",\
|
|
"-0.943899, -0.898420, -0.788310, -0.461222, 0.678228",\
|
|
"-1.800482, -1.755002, -1.644892, -1.317804, -0.178354");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[17] */
|
|
|
|
pin("wb_dat_i[16]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.011806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.526929, -0.572409, -0.682519, -1.009606, -2.149056",\
|
|
"-0.477614, -0.523094, -0.633204, -0.960292, -2.099742",\
|
|
"-0.372746, -0.418226, -0.528335, -0.855423, -1.994873",\
|
|
"-0.127605, -0.173085, -0.283195, -0.610282, -1.749732",\
|
|
"0.656358, 0.610878, 0.500768, 0.173681, -0.965770");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.074237, 1.028757, 0.918647, 0.591559, -0.547891",\
|
|
"1.122142, 1.076662, 0.966552, 0.639465, -0.499985",\
|
|
"1.233881, 1.188402, 1.078292, 0.751204, -0.388246",\
|
|
"1.518951, 1.473471, 1.363361, 1.036273, -0.103177",\
|
|
"2.355764, 2.310284, 2.200174, 1.873086, 0.733636");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.612115, 0.657595, 0.767704, 1.094792, 2.234242",\
|
|
"0.562800, 0.608280, 0.718390, 1.045477, 2.184927",\
|
|
"0.457932, 0.503411, 0.613521, 0.940609, 2.080059",\
|
|
"0.212791, 0.258271, 0.368380, 0.695468, 1.834918",\
|
|
"-0.571172, -0.525692, -0.415583, -0.088495, 1.050955");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.743207, -0.697728, -0.587618, -0.260530, 0.878920",\
|
|
"-0.791113, -0.745633, -0.635523, -0.308435, 0.831015",\
|
|
"-0.902852, -0.857372, -0.747262, -0.420175, 0.719275",\
|
|
"-1.187921, -1.142442, -1.032332, -0.705244, 0.434206",\
|
|
"-2.024734, -1.979255, -1.869145, -1.542057, -0.402607");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[16] */
|
|
|
|
pin("wb_dat_i[15]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.007664 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.403584, -0.449063, -0.559173, -0.886261, -2.025711",\
|
|
"-0.352508, -0.397988, -0.508097, -0.835185, -1.974635",\
|
|
"-0.248161, -0.293640, -0.403750, -0.730838, -1.870288",\
|
|
"-0.004368, -0.049847, -0.159957, -0.487045, -1.626495",\
|
|
"0.783702, 0.738223, 0.628113, 0.301025, -0.838425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.014622, 0.969142, 0.859032, 0.531944, -0.607506",\
|
|
"1.062783, 1.017303, 0.907193, 0.580105, -0.559345",\
|
|
"1.175089, 1.129609, 1.019499, 0.692411, -0.447038",\
|
|
"1.460999, 1.415520, 1.305410, 0.978322, -0.161128",\
|
|
"2.318236, 2.272757, 2.162647, 1.835559, 0.696109");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.487746, 0.533225, 0.643335, 0.970423, 2.109873",\
|
|
"0.436670, 0.482150, 0.592260, 0.919347, 2.058797",\
|
|
"0.332323, 0.377802, 0.487912, 0.815000, 1.954450",\
|
|
"0.088530, 0.134009, 0.244119, 0.571207, 1.710657",\
|
|
"-0.699540, -0.654061, -0.543951, -0.216863, 0.922587");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.687927, -0.642447, -0.532337, -0.205249, 0.934201",\
|
|
"-0.736088, -0.690608, -0.580498, -0.253410, 0.886040",\
|
|
"-0.848394, -0.802914, -0.692804, -0.365716, 0.773733",\
|
|
"-1.134304, -1.088825, -0.978715, -0.651627, 0.487823",\
|
|
"-1.991541, -1.946061, -1.835952, -1.508864, -0.369414");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[15] */
|
|
|
|
pin("wb_dat_i[14]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005695 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.452205, -0.497684, -0.607794, -0.934882, -2.074332",\
|
|
"-0.402463, -0.447942, -0.558052, -0.885140, -2.024590",\
|
|
"-0.297154, -0.342634, -0.452744, -0.779832, -1.919281",\
|
|
"-0.052685, -0.098165, -0.208274, -0.535362, -1.674812",\
|
|
"0.737935, 0.692456, 0.582346, 0.255258, -0.884192");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.997183, 0.951704, 0.841594, 0.514506, -0.624944",\
|
|
"1.045512, 1.000032, 0.889923, 0.562835, -0.576615",\
|
|
"1.157489, 1.112009, 1.001899, 0.674811, -0.464638",\
|
|
"1.443220, 1.397740, 1.287631, 0.960543, -0.178907",\
|
|
"2.293628, 2.248148, 2.138039, 1.810951, 0.671501");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.536487, 0.581967, 0.692077, 1.019165, 2.158615",\
|
|
"0.486745, 0.532225, 0.642335, 0.969423, 2.108872",\
|
|
"0.381437, 0.426916, 0.537026, 0.864114, 2.003564",\
|
|
"0.136967, 0.182447, 0.292557, 0.619645, 1.759095",\
|
|
"-0.653653, -0.608173, -0.498063, -0.170975, 0.968475");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.670288, -0.624809, -0.514699, -0.187611, 0.951839",\
|
|
"-0.718617, -0.673137, -0.563027, -0.235940, 0.903510",\
|
|
"-0.830594, -0.785114, -0.675004, -0.347916, 0.791534",\
|
|
"-1.116325, -1.070845, -0.960736, -0.633648, 0.505802",\
|
|
"-1.966733, -1.921253, -1.811143, -1.484056, -0.344606");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[14] */
|
|
|
|
pin("wb_dat_i[13]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.011233 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.638726, -0.684206, -0.794316, -1.121404, -2.260854",\
|
|
"-0.587578, -0.633058, -0.743168, -1.070256, -2.209705",\
|
|
"-0.483318, -0.528798, -0.638908, -0.965996, -2.105445",\
|
|
"-0.239506, -0.284986, -0.395095, -0.722183, -1.861633",\
|
|
"0.549244, 0.503764, 0.393655, 0.066567, -1.072883");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.593814, 0.548334, 0.438225, 0.111137, -1.028313",\
|
|
"0.641925, 0.596446, 0.486336, 0.159248, -0.980202",\
|
|
"0.754244, 0.708765, 0.598655, 0.271567, -0.867883",\
|
|
"1.040111, 0.994631, 0.884521, 0.557433, -0.582017",\
|
|
"1.897572, 1.852092, 1.741982, 1.414894, 0.275444");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.723185, 0.768665, 0.878775, 1.205863, 2.345313",\
|
|
"0.672037, 0.717517, 0.827626, 1.154714, 2.294164",\
|
|
"0.567777, 0.613257, 0.723366, 1.050454, 2.189904",\
|
|
"0.323965, 0.369444, 0.479554, 0.806642, 1.946092",\
|
|
"-0.464786, -0.419306, -0.309196, 0.017892, 1.157342");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.266622, -0.221142, -0.111032, 0.216056, 1.355505",\
|
|
"-0.314733, -0.269253, -0.159143, 0.167944, 1.307394",\
|
|
"-0.427052, -0.381572, -0.271462, 0.055625, 1.195075",\
|
|
"-0.712918, -0.667439, -0.557329, -0.230241, 0.909209",\
|
|
"-1.570379, -1.524899, -1.414790, -1.087702, 0.051748");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[13] */
|
|
|
|
pin("wb_dat_i[12]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.008998 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.838881, -0.884361, -0.994471, -1.321559, -2.461009",\
|
|
"-0.789353, -0.834832, -0.944942, -1.272030, -2.411480",\
|
|
"-0.684384, -0.729864, -0.839974, -1.167062, -2.306511",\
|
|
"-0.439277, -0.484756, -0.594866, -0.921954, -2.061404",\
|
|
"0.352410, 0.306931, 0.196821, -0.130267, -1.269717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.473518, 0.428038, 0.317928, -0.009160, -1.148610",\
|
|
"0.521769, 0.476290, 0.366180, 0.039092, -1.100358",\
|
|
"0.633573, 0.588093, 0.477983, 0.150896, -0.988554",\
|
|
"0.918963, 0.873484, 0.763374, 0.436286, -0.703164",\
|
|
"1.761070, 1.715590, 1.605480, 1.278392, 0.138942");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.923141, 0.968621, 1.078731, 1.405818, 2.545268",\
|
|
"0.873612, 0.919092, 1.029202, 1.356290, 2.495739",\
|
|
"0.768644, 0.814123, 0.924233, 1.251321, 2.390771",\
|
|
"0.523536, 0.569016, 0.679126, 1.006214, 2.145664",\
|
|
"-0.268151, -0.222671, -0.112561, 0.214527, 1.353976");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.146656, -0.101177, 0.008933, 0.336021, 1.475471",\
|
|
"-0.194908, -0.149428, -0.039318, 0.287770, 1.427219",\
|
|
"-0.306712, -0.261232, -0.151122, 0.175966, 1.315416",\
|
|
"-0.592102, -0.546622, -0.436512, -0.109424, 1.030025",\
|
|
"-1.434208, -1.388728, -1.278619, -0.951531, 0.187919");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[12] */
|
|
|
|
pin("wb_dat_i[11]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006732 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.229124, -0.274604, -0.384714, -0.711802, -1.851252",\
|
|
"-0.178000, -0.223480, -0.333590, -0.660678, -1.800128",\
|
|
"-0.073674, -0.119154, -0.229264, -0.556351, -1.695801",\
|
|
"0.170112, 0.124632, 0.014522, -0.312566, -1.452016",\
|
|
"0.958290, 0.912810, 0.802700, 0.475612, -0.663838");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.192687, 1.147208, 1.037098, 0.710010, -0.429440",\
|
|
"1.240859, 1.195379, 1.085269, 0.758181, -0.381269",\
|
|
"1.353172, 1.307692, 1.197583, 0.870495, -0.268955",\
|
|
"1.639101, 1.593621, 1.483511, 1.156423, 0.016973",\
|
|
"2.496676, 2.451196, 2.341086, 2.013999, 0.874549");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.314618, 0.360098, 0.470208, 0.797295, 1.936746",\
|
|
"0.263494, 0.308974, 0.419084, 0.746172, 1.885622",\
|
|
"0.159168, 0.204648, 0.314757, 0.641845, 1.781295",\
|
|
"-0.084618, -0.039138, 0.070972, 0.398059, 1.537510",\
|
|
"-0.872796, -0.827316, -0.717206, -0.390119, 0.749331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.861148, -0.815668, -0.705558, -0.378470, 0.760980",\
|
|
"-0.909319, -0.863839, -0.753729, -0.426642, 0.712808",\
|
|
"-1.021633, -0.976153, -0.866043, -0.538955, 0.600495",\
|
|
"-1.307561, -1.262081, -1.151971, -0.824884, 0.314566",\
|
|
"-2.165137, -2.119657, -2.009547, -1.682459, -0.543009");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[11] */
|
|
|
|
pin("wb_dat_i[10]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005855 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.414009, -0.459489, -0.569599, -0.896687, -2.036137",\
|
|
"-0.364293, -0.409772, -0.519882, -0.846970, -1.986420",\
|
|
"-0.259027, -0.304506, -0.414616, -0.741704, -1.881154",\
|
|
"-0.014475, -0.059955, -0.170064, -0.497152, -1.636602",\
|
|
"0.776310, 0.730831, 0.620721, 0.293633, -0.845817");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.068209, 1.022729, 0.912619, 0.585532, -0.553918",\
|
|
"1.116529, 1.071049, 0.960939, 0.633852, -0.505598",\
|
|
"1.228484, 1.183005, 1.072895, 0.745807, -0.393643",\
|
|
"1.514182, 1.468702, 1.358592, 1.031504, -0.107946",\
|
|
"2.363601, 2.318121, 2.208012, 1.880924, 0.741474");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.499433, 0.544912, 0.655022, 0.982110, 2.121560",\
|
|
"0.449716, 0.495196, 0.605305, 0.932393, 2.071843",\
|
|
"0.344450, 0.389930, 0.500039, 0.827127, 1.966577",\
|
|
"0.099898, 0.145378, 0.255488, 0.582575, 1.722025",\
|
|
"-0.690887, -0.645407, -0.535298, -0.208210, 0.931240");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.736785, -0.691306, -0.581196, -0.254108, 0.885342",\
|
|
"-0.785105, -0.739626, -0.629516, -0.302428, 0.837022",\
|
|
"-0.897061, -0.851581, -0.741471, -0.414384, 0.725066",\
|
|
"-1.182758, -1.137278, -1.027169, -0.700081, 0.439369",\
|
|
"-2.032177, -1.986698, -1.876588, -1.549500, -0.410050");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[10] */
|
|
|
|
pin("wb_dat_i[9]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004974 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.515547, -0.561027, -0.671136, -0.998224, -2.137674",\
|
|
"-0.466149, -0.511629, -0.621739, -0.948826, -2.088276",\
|
|
"-0.361283, -0.406763, -0.516873, -0.843960, -1.983410",\
|
|
"-0.115912, -0.161392, -0.271502, -0.598590, -1.738040",\
|
|
"0.667470, 0.621990, 0.511880, 0.184792, -0.954658");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.018942, 0.973462, 0.863353, 0.536265, -0.603185",\
|
|
"1.066875, 1.021395, 0.911285, 0.584198, -0.555253",\
|
|
"1.178606, 1.133126, 1.023016, 0.695929, -0.443521",\
|
|
"1.461834, 1.416354, 1.306244, 0.979157, -0.160293",\
|
|
"2.289926, 2.244446, 2.134336, 1.807249, 0.667799");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.601018, 0.646498, 0.756607, 1.083695, 2.223145",\
|
|
"0.551620, 0.597100, 0.707210, 1.034297, 2.173748",\
|
|
"0.446754, 0.492234, 0.602344, 0.929431, 2.068882",\
|
|
"0.201383, 0.246863, 0.356973, 0.684061, 1.823511",\
|
|
"-0.581998, -0.536519, -0.426409, -0.099321, 1.040129");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.687439, -0.641959, -0.531849, -0.204762, 0.934689",\
|
|
"-0.735371, -0.689892, -0.579782, -0.252694, 0.886756",\
|
|
"-0.847103, -0.801623, -0.691513, -0.364425, 0.775025",\
|
|
"-1.130331, -1.084851, -0.974741, -0.647653, 0.491797",\
|
|
"-1.958422, -1.912942, -1.802833, -1.475745, -0.336295");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[9] */
|
|
|
|
pin("wb_dat_i[8]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006368 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.689412, -0.734892, -0.845002, -1.172090, -2.311540",\
|
|
"-0.639763, -0.685242, -0.795352, -1.122440, -2.261890",\
|
|
"-0.534647, -0.580127, -0.690237, -1.017324, -2.156775",\
|
|
"-0.289814, -0.335294, -0.445404, -0.772492, -1.911942",\
|
|
"0.501418, 0.455938, 0.345829, 0.018741, -1.120709");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.619276, 0.573796, 0.463686, 0.136599, -1.002851",\
|
|
"0.667588, 0.622108, 0.511999, 0.184911, -0.954539",\
|
|
"0.779466, 0.733986, 0.623877, 0.296789, -0.842661",\
|
|
"1.064960, 1.019481, 0.909371, 0.582283, -0.557167",\
|
|
"1.910390, 1.864911, 1.754801, 1.427713, 0.288263");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.774599, 0.820079, 0.930189, 1.257276, 2.396726",\
|
|
"0.724949, 0.770429, 0.880539, 1.207627, 2.347077",\
|
|
"0.619834, 0.665313, 0.775423, 1.102511, 2.241961",\
|
|
"0.375001, 0.420481, 0.530590, 0.857678, 1.997128",\
|
|
"-0.416232, -0.370752, -0.260642, 0.066446, 1.205896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.288247, -0.242767, -0.132657, 0.194431, 1.333881",\
|
|
"-0.336559, -0.291079, -0.180969, 0.146119, 1.285569",\
|
|
"-0.448437, -0.402957, -0.292847, 0.034240, 1.173691",\
|
|
"-0.733931, -0.688451, -0.578341, -0.251254, 0.888196",\
|
|
"-1.579361, -1.533881, -1.423772, -1.096684, 0.042766");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[8] */
|
|
|
|
pin("wb_dat_i[7]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005013 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.635589, -0.681069, -0.791179, -1.118267, -2.257717",\
|
|
"-0.584417, -0.629897, -0.740007, -1.067095, -2.206545",\
|
|
"-0.480164, -0.525643, -0.635753, -0.962841, -2.102291",\
|
|
"-0.236175, -0.281655, -0.391764, -0.718852, -1.858302",\
|
|
"0.552899, 0.507419, 0.397309, 0.070221, -1.069228");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.598679, 0.553199, 0.443089, 0.116002, -1.023448",\
|
|
"0.646899, 0.601419, 0.491309, 0.164221, -0.975229",\
|
|
"0.759181, 0.713701, 0.603591, 0.276503, -0.862947",\
|
|
"1.044986, 0.999506, 0.889396, 0.562309, -0.577141",\
|
|
"1.900875, 1.855396, 1.745286, 1.418198, 0.278748");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.719752, 0.765232, 0.875342, 1.202430, 2.341879",\
|
|
"0.668580, 0.714060, 0.824170, 1.151258, 2.290708",\
|
|
"0.564326, 0.609806, 0.719916, 1.047004, 2.186454",\
|
|
"0.320338, 0.365817, 0.475927, 0.803015, 1.942465",\
|
|
"-0.468736, -0.423256, -0.313146, 0.013942, 1.153391");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.271984, -0.226504, -0.116394, 0.210694, 1.350143",\
|
|
"-0.320203, -0.274724, -0.164614, 0.162474, 1.301924",\
|
|
"-0.432485, -0.387006, -0.276896, 0.050192, 1.189642",\
|
|
"-0.718291, -0.672811, -0.562701, -0.235613, 0.903836",\
|
|
"-1.574180, -1.528700, -1.418591, -1.091503, 0.047947");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[7] */
|
|
|
|
pin("wb_dat_i[6]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004621 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.642395, -0.687875, -0.797985, -1.125072, -2.264522",\
|
|
"-0.591368, -0.636847, -0.746957, -1.074045, -2.213495",\
|
|
"-0.487048, -0.532528, -0.642638, -0.969726, -2.109176",\
|
|
"-0.242949, -0.288429, -0.398539, -0.725627, -1.865076",\
|
|
"0.546649, 0.501169, 0.391059, 0.063972, -1.075478");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.600822, 0.555343, 0.445233, 0.118145, -1.021305",\
|
|
"0.649055, 0.603575, 0.493465, 0.166378, -0.973072",\
|
|
"0.761299, 0.715819, 0.605709, 0.278621, -0.860829",\
|
|
"1.047037, 1.001557, 0.891447, 0.564359, -0.575091",\
|
|
"1.901285, 1.855805, 1.745695, 1.418607, 0.279157");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.726678, 0.772158, 0.882268, 1.209356, 2.348806",\
|
|
"0.675651, 0.721131, 0.831241, 1.158329, 2.297778",\
|
|
"0.571332, 0.616812, 0.726921, 1.054009, 2.193459",\
|
|
"0.327233, 0.372712, 0.482822, 0.809910, 1.949360",\
|
|
"-0.462366, -0.416886, -0.306776, 0.020312, 1.159762");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.273927, -0.228447, -0.118338, 0.208750, 1.348200",\
|
|
"-0.322160, -0.276680, -0.166570, 0.160518, 1.299968",\
|
|
"-0.434404, -0.388924, -0.278814, 0.048274, 1.187724",\
|
|
"-0.720141, -0.674662, -0.564552, -0.237464, 0.901986",\
|
|
"-1.574389, -1.528910, -1.418800, -1.091712, 0.047738");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[6] */
|
|
|
|
pin("wb_dat_i[5]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004097 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.504021, -0.549500, -0.659610, -0.986698, -2.126148",\
|
|
"-0.453285, -0.498765, -0.608875, -0.935963, -2.075412",\
|
|
"-0.347942, -0.393422, -0.503531, -0.830619, -1.970069",\
|
|
"-0.104486, -0.149966, -0.260076, -0.587164, -1.726613",\
|
|
"0.686044, 0.640564, 0.530455, 0.203367, -0.936083");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.952538, 0.907058, 0.796949, 0.469861, -0.669589",\
|
|
"1.000812, 0.955332, 0.845222, 0.518134, -0.621315",\
|
|
"1.112806, 1.067326, 0.957217, 0.630129, -0.509321",\
|
|
"1.398642, 1.353163, 1.243053, 0.915965, -0.223485",\
|
|
"2.249823, 2.204343, 2.094233, 1.767145, 0.627695");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.588478, 0.633958, 0.744068, 1.071156, 2.210606",\
|
|
"0.537743, 0.583223, 0.693332, 1.020420, 2.159870",\
|
|
"0.432400, 0.477879, 0.587989, 0.915077, 2.054527",\
|
|
"0.188944, 0.234424, 0.344533, 0.671621, 1.811071",\
|
|
"-0.601587, -0.556107, -0.445997, -0.118909, 1.020541");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.625346, -0.579866, -0.469756, -0.142668, 0.996781",\
|
|
"-0.673620, -0.628140, -0.518030, -0.190942, 0.948508",\
|
|
"-0.785614, -0.740134, -0.630024, -0.302936, 0.836514",\
|
|
"-1.071450, -1.025970, -0.915860, -0.588773, 0.550677",\
|
|
"-1.922630, -1.877151, -1.767041, -1.439953, -0.300503");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[5] */
|
|
|
|
pin("wb_dat_i[4]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004477 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.486024, -0.531504, -0.641614, -0.968702, -2.108152",\
|
|
"-0.435181, -0.480661, -0.590770, -0.917858, -2.057308",\
|
|
"-0.330774, -0.376254, -0.486364, -0.813452, -1.952901",\
|
|
"-0.086521, -0.132001, -0.242111, -0.569199, -1.708649",\
|
|
"0.703816, 0.658336, 0.548226, 0.221138, -0.918312");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.955640, 0.910160, 0.800050, 0.472962, -0.666488",\
|
|
"1.003898, 0.958418, 0.848309, 0.521221, -0.618229",\
|
|
"1.116094, 1.070614, 0.960504, 0.633416, -0.506034",\
|
|
"1.401813, 1.356333, 1.246223, 0.919135, -0.220315",\
|
|
"2.254291, 2.208811, 2.098701, 1.771613, 0.632163");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.570283, 0.615763, 0.725873, 1.052961, 2.192410",\
|
|
"0.519439, 0.564919, 0.675029, 1.002117, 2.141567",\
|
|
"0.415033, 0.460513, 0.570622, 0.897710, 2.037160",\
|
|
"0.170780, 0.216260, 0.326370, 0.653458, 1.792907",\
|
|
"-0.619557, -0.574077, -0.463967, -0.136879, 1.002570");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.628778, -0.583299, -0.473189, -0.146101, 0.993349",\
|
|
"-0.677037, -0.631557, -0.521447, -0.194359, 0.945091",\
|
|
"-0.789232, -0.743753, -0.633643, -0.306555, 0.832895",\
|
|
"-1.074951, -1.029472, -0.919362, -0.592274, 0.547176",\
|
|
"-1.927429, -1.881949, -1.771839, -1.444752, -0.305302");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[4] */
|
|
|
|
pin("wb_dat_i[3]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.004588 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.507301, -0.552781, -0.662891, -0.989979, -2.129429",\
|
|
"-0.456076, -0.501556, -0.611666, -0.938754, -2.078204",\
|
|
"-0.351806, -0.397286, -0.507396, -0.834484, -1.973934",\
|
|
"-0.107975, -0.153455, -0.263565, -0.590652, -1.730103",\
|
|
"0.680808, 0.635328, 0.525218, 0.198130, -0.941320");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.741995, 0.696515, 0.586405, 0.259317, -0.880133",\
|
|
"0.790208, 0.744728, 0.634618, 0.307531, -0.831919",\
|
|
"0.902520, 0.857041, 0.746931, 0.419843, -0.719607",\
|
|
"1.188375, 1.142895, 1.032785, 0.705697, -0.433753",\
|
|
"2.045548, 2.000068, 1.889959, 1.562871, 0.423421");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.592796, 0.638276, 0.748386, 1.075474, 2.214924",\
|
|
"0.541571, 0.587051, 0.697161, 1.024248, 2.163698",\
|
|
"0.437301, 0.482781, 0.592891, 0.919978, 2.059428",\
|
|
"0.193470, 0.238950, 0.349059, 0.676147, 1.815597",\
|
|
"-0.595313, -0.549833, -0.439724, -0.112636, 1.026814");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.410455, -0.364975, -0.254865, 0.072222, 1.211673",\
|
|
"-0.458668, -0.413189, -0.303079, 0.024009, 1.163459",\
|
|
"-0.570981, -0.525501, -0.415391, -0.088303, 1.051147",\
|
|
"-0.856835, -0.811355, -0.701245, -0.374158, 0.765292",\
|
|
"-1.714008, -1.668529, -1.558419, -1.231331, -0.091881");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[3] */
|
|
|
|
pin("wb_dat_i[2]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003832 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.601774, -0.647253, -0.757363, -1.084451, -2.223901",\
|
|
"-0.551035, -0.596515, -0.706625, -1.033712, -2.173162",\
|
|
"-0.445691, -0.491171, -0.601281, -0.928368, -2.067818",\
|
|
"-0.202239, -0.247719, -0.357828, -0.684916, -1.824366",\
|
|
"0.588260, 0.542780, 0.432670, 0.105582, -1.033868");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.681815, 0.636336, 0.526226, 0.199138, -0.940312",\
|
|
"0.730093, 0.684613, 0.574504, 0.247416, -0.892034",\
|
|
"0.842088, 0.796608, 0.686498, 0.359411, -0.780040",\
|
|
"1.127837, 1.082357, 0.972248, 0.645160, -0.494290",\
|
|
"1.978507, 1.933027, 1.822917, 1.495829, 0.356379");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.687198, 0.732677, 0.842787, 1.169875, 2.309325",\
|
|
"0.636459, 0.681939, 0.792049, 1.119137, 2.258587",\
|
|
"0.531115, 0.576595, 0.686705, 1.013793, 2.153243",\
|
|
"0.287663, 0.333143, 0.443253, 0.770340, 1.909790",\
|
|
"-0.502836, -0.457356, -0.347246, -0.020158, 1.119292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.350392, -0.304912, -0.194802, 0.132286, 1.271736",\
|
|
"-0.398669, -0.353190, -0.243080, 0.084008, 1.223458",\
|
|
"-0.510664, -0.465184, -0.355074, -0.027987, 1.111463",\
|
|
"-0.796413, -0.750934, -0.640824, -0.313736, 0.825714",\
|
|
"-1.647083, -1.601603, -1.491493, -1.164406, -0.024956");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[2] */
|
|
|
|
pin("wb_dat_i[1]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003820 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.746483, -0.791963, -0.902073, -1.229161, -2.368611",\
|
|
"-0.696960, -0.742440, -0.852550, -1.179637, -2.319088",\
|
|
"-0.592089, -0.637569, -0.747678, -1.074766, -2.214216",\
|
|
"-0.346770, -0.392249, -0.502359, -0.829447, -1.968897",\
|
|
"0.441914, 0.396435, 0.286325, -0.040763, -1.180213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.602287, 0.556808, 0.446698, 0.119610, -1.019840",\
|
|
"0.650450, 0.604970, 0.494860, 0.167773, -0.971677",\
|
|
"0.762200, 0.716720, 0.606611, 0.279523, -0.859927",\
|
|
"1.046161, 1.000681, 0.890571, 0.563484, -0.575966",\
|
|
"1.880718, 1.835238, 1.725128, 1.398041, 0.258591");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.831955, 0.877435, 0.987545, 1.314633, 2.454082",\
|
|
"0.782432, 0.827912, 0.938022, 1.265109, 2.404559",\
|
|
"0.677561, 0.723040, 0.833150, 1.160238, 2.299688",\
|
|
"0.432242, 0.477721, 0.587831, 0.914919, 2.054369",\
|
|
"-0.356442, -0.310962, -0.200853, 0.126235, 1.265685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.270784, -0.225304, -0.115194, 0.211893, 1.351343",\
|
|
"-0.318946, -0.273467, -0.163357, 0.163731, 1.303181",\
|
|
"-0.430696, -0.385217, -0.275107, 0.051981, 1.191431",\
|
|
"-0.714657, -0.669178, -0.559068, -0.231980, 0.907470",\
|
|
"-1.549214, -1.503735, -1.393625, -1.066537, 0.072913");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[1] */
|
|
|
|
pin("wb_dat_i[0]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003432 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.511298, -0.556778, -0.666887, -0.993975, -2.133425",\
|
|
"-0.461658, -0.507138, -0.617247, -0.944335, -2.083785",\
|
|
"-0.356666, -0.402145, -0.512255, -0.839343, -1.978793",\
|
|
"-0.111596, -0.157076, -0.267186, -0.594273, -1.733724",\
|
|
"0.680064, 0.634585, 0.524475, 0.197387, -0.942063");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.999483, 0.954003, 0.843893, 0.516806, -0.622644",\
|
|
"1.047832, 1.002353, 0.892243, 0.565155, -0.574295",\
|
|
"1.159648, 1.114169, 1.004059, 0.676971, -0.462479",\
|
|
"1.445152, 1.399673, 1.289563, 0.962475, -0.176975",\
|
|
"2.288354, 2.242874, 2.132764, 1.805676, 0.666226");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.596484, 0.641963, 0.752073, 1.079161, 2.218611",\
|
|
"0.546844, 0.592323, 0.702433, 1.029521, 2.168971",\
|
|
"0.441851, 0.487331, 0.597441, 0.924529, 2.063979",\
|
|
"0.196782, 0.242262, 0.352371, 0.679459, 1.818909",\
|
|
"-0.594879, -0.549399, -0.439289, -0.112201, 1.027249");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.668454, -0.622974, -0.512864, -0.185776, 0.953674",\
|
|
"-0.716803, -0.671323, -0.561213, -0.234126, 0.905324",\
|
|
"-0.828619, -0.783139, -0.673029, -0.345942, 0.793509",\
|
|
"-1.114123, -1.068643, -0.958533, -0.631446, 0.508004",\
|
|
"-1.957324, -1.911845, -1.801735, -1.474647, -0.335197");
|
|
}
|
|
|
|
} /* 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.001129 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "7.056844, 7.081306, 7.156688, 7.433761, 8.776244",\
|
|
"7.102324, 7.126786, 7.202168, 7.479241, 8.821724",\
|
|
"7.212433, 7.236896, 7.312277, 7.589350, 8.931833",\
|
|
"7.539521, 7.563984, 7.639365, 7.916439, 9.258922",\
|
|
"8.678970, 8.703434, 8.778815, 9.055888, 10.398371");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "7.274664, 7.294084, 7.343721, 7.478103, 8.055763",\
|
|
"7.320144, 7.339563, 7.389201, 7.523583, 8.101243",\
|
|
"7.430254, 7.449673, 7.499310, 7.633692, 8.211352",\
|
|
"7.757342, 7.776761, 7.826399, 7.960781, 8.538441",\
|
|
"8.896791, 8.916211, 8.965849, 9.100230, 9.677891");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "7.056844, 7.081306, 7.156688, 7.433761, 8.776244",\
|
|
"7.102324, 7.126786, 7.202168, 7.479241, 8.821724",\
|
|
"7.212433, 7.236896, 7.312277, 7.589350, 8.931833",\
|
|
"7.539521, 7.563984, 7.639365, 7.916439, 9.258922",\
|
|
"8.678970, 8.703434, 8.778815, 9.055888, 10.398371");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477",\
|
|
"0.044446, 0.067930, 0.155763, 0.531342, 2.372477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "7.274664, 7.294084, 7.343721, 7.478103, 8.055763",\
|
|
"7.320144, 7.339563, 7.389201, 7.523583, 8.101243",\
|
|
"7.430254, 7.449673, 7.499310, 7.633692, 8.211352",\
|
|
"7.757342, 7.776761, 7.826399, 7.960781, 8.538441",\
|
|
"8.896791, 8.916211, 8.965849, 9.100230, 9.677891");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001629, 0.011901, 0.051129, 0.211129, 1.000000");
|
|
values ( "0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109",\
|
|
"0.043513, 0.056699, 0.096077, 0.248217, 1.026109");
|
|
}
|
|
|
|
} /* 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.001208 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "6.561861, 6.586261, 6.661633, 6.938755, 8.281301",\
|
|
"6.607340, 6.631741, 6.707113, 6.984235, 8.326781",\
|
|
"6.717451, 6.741851, 6.817224, 7.094345, 8.436891",\
|
|
"7.044538, 7.068939, 7.144311, 7.421432, 8.763978",\
|
|
"8.183987, 8.208387, 8.283760, 8.560882, 9.903428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "6.848301, 6.867633, 6.917241, 7.051658, 7.629409",\
|
|
"6.893781, 6.913113, 6.962720, 7.097138, 7.674889",\
|
|
"7.003891, 7.023223, 7.072831, 7.207248, 7.784999",\
|
|
"7.330979, 7.350311, 7.399918, 7.534336, 8.112086",\
|
|
"8.470428, 8.489760, 8.539369, 8.673785, 9.251536");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "6.561861, 6.586261, 6.661633, 6.938755, 8.281301",\
|
|
"6.607340, 6.631741, 6.707113, 6.984235, 8.326781",\
|
|
"6.717451, 6.741851, 6.817224, 7.094345, 8.436891",\
|
|
"7.044538, 7.068939, 7.144311, 7.421432, 8.763978",\
|
|
"8.183987, 8.208387, 8.283760, 8.560882, 9.903428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720",\
|
|
"0.044634, 0.068110, 0.155938, 0.531417, 2.372720");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "6.848301, 6.867633, 6.917241, 7.051658, 7.629409",\
|
|
"6.893781, 6.913113, 6.962720, 7.097138, 7.674889",\
|
|
"7.003891, 7.023223, 7.072831, 7.207248, 7.784999",\
|
|
"7.330979, 7.350311, 7.399918, 7.534336, 8.112086",\
|
|
"8.470428, 8.489760, 8.539369, 8.673785, 9.251536");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001708, 0.011981, 0.051208, 0.211208, 1.000000");
|
|
values ( "0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441",\
|
|
"0.043616, 0.056779, 0.096146, 0.248370, 1.026441");
|
|
}
|
|
|
|
} /* 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.002467 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "6.812591, 6.836184, 6.911373, 7.188968, 8.531397",\
|
|
"6.858071, 6.881663, 6.956852, 7.234447, 8.576877",\
|
|
"6.968180, 6.991773, 7.066962, 7.344557, 8.686986",\
|
|
"7.295269, 7.318861, 7.394050, 7.671645, 9.014074",\
|
|
"8.434718, 8.458311, 8.533500, 8.811094, 10.153524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "7.137921, 7.156167, 7.205291, 7.340179, 7.918940",\
|
|
"7.183401, 7.201646, 7.250771, 7.385659, 7.964419",\
|
|
"7.293511, 7.311756, 7.360881, 7.495769, 8.074530",\
|
|
"7.620599, 7.638844, 7.687969, 7.822857, 8.401618",\
|
|
"8.760050, 8.778295, 8.827419, 8.962308, 9.541069");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "6.812591, 6.836184, 6.911373, 7.188968, 8.531397",\
|
|
"6.858071, 6.881663, 6.956852, 7.234447, 8.576877",\
|
|
"6.968180, 6.991773, 7.066962, 7.344557, 8.686986",\
|
|
"7.295269, 7.318861, 7.394050, 7.671645, 9.014074",\
|
|
"8.434718, 8.458311, 8.533500, 8.811094, 10.153524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610",\
|
|
"0.047544, 0.070910, 0.158740, 0.535337, 2.377610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "7.137921, 7.156167, 7.205291, 7.340179, 7.918940",\
|
|
"7.183401, 7.201646, 7.250771, 7.385659, 7.964419",\
|
|
"7.293511, 7.311756, 7.360881, 7.495769, 8.074530",\
|
|
"7.620599, 7.638844, 7.687969, 7.822857, 8.401618",\
|
|
"8.760050, 8.778295, 8.827419, 8.962308, 9.541069");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002967, 0.013239, 0.052467, 0.212467, 1.000000");
|
|
values ( "0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421",\
|
|
"0.045257, 0.058030, 0.097206, 0.250602, 1.031421");
|
|
}
|
|
|
|
} /* 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.001173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "7.149255, 7.173680, 7.249056, 7.526150, 8.868655",\
|
|
"7.194735, 7.219160, 7.294536, 7.571630, 8.914135",\
|
|
"7.304844, 7.329269, 7.404645, 7.681739, 9.024244",\
|
|
"7.631932, 7.656357, 7.731733, 8.008827, 9.351333",\
|
|
"8.771381, 8.795807, 8.871182, 9.148277, 10.490782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "7.387823, 7.407193, 7.456816, 7.591222, 8.168957",\
|
|
"7.433302, 7.452673, 7.502296, 7.636702, 8.214437",\
|
|
"7.543412, 7.562782, 7.612405, 7.746811, 8.324546",\
|
|
"7.870500, 7.889871, 7.939494, 8.073899, 8.651634",\
|
|
"9.009951, 9.029321, 9.078943, 9.213349, 9.791084");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "7.149255, 7.173680, 7.249056, 7.526150, 8.868655",\
|
|
"7.194735, 7.219160, 7.294536, 7.571630, 8.914135",\
|
|
"7.304844, 7.329269, 7.404645, 7.681739, 9.024244",\
|
|
"7.631932, 7.656357, 7.731733, 8.008827, 9.351333",\
|
|
"8.771381, 8.795807, 8.871182, 9.148277, 10.490782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787",\
|
|
"0.044549, 0.068028, 0.155861, 0.531559, 2.372787");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "7.387823, 7.407193, 7.456816, 7.591222, 8.168957",\
|
|
"7.433302, 7.452673, 7.502296, 7.636702, 8.214437",\
|
|
"7.543412, 7.562782, 7.612405, 7.746811, 8.324546",\
|
|
"7.870500, 7.889871, 7.939494, 8.073899, 8.651634",\
|
|
"9.009951, 9.029321, 9.078943, 9.213349, 9.791084");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400",\
|
|
"0.043571, 0.056743, 0.096112, 0.248317, 1.026400");
|
|
}
|
|
|
|
} /* 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.002432 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "6.724062, 6.747665, 6.822860, 7.100433, 8.442853",\
|
|
"6.769542, 6.793145, 6.868340, 7.145913, 8.488333",\
|
|
"6.879652, 6.903255, 6.978450, 7.256023, 8.598442",\
|
|
"7.206739, 7.230343, 7.305538, 7.583111, 8.925530",\
|
|
"8.346189, 8.369794, 8.444987, 8.722561, 10.064981");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "6.987887, 7.006155, 7.055296, 7.190181, 7.768963",\
|
|
"7.033367, 7.051634, 7.100776, 7.235661, 7.814443",\
|
|
"7.143477, 7.161744, 7.210886, 7.345771, 7.924553",\
|
|
"7.470565, 7.488832, 7.537973, 7.672859, 8.251640",\
|
|
"8.610015, 8.628283, 8.677423, 8.812308, 9.391090");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "6.724062, 6.747665, 6.822860, 7.100433, 8.442853",\
|
|
"6.769542, 6.793145, 6.868340, 7.145913, 8.488333",\
|
|
"6.879652, 6.903255, 6.978450, 7.256023, 8.598442",\
|
|
"7.206739, 7.230343, 7.305538, 7.583111, 8.925530",\
|
|
"8.346189, 8.369794, 8.444987, 8.722561, 10.064981");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771",\
|
|
"0.047464, 0.070830, 0.158667, 0.535513, 2.377771");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "6.987887, 7.006155, 7.055296, 7.190181, 7.768963",\
|
|
"7.033367, 7.051634, 7.100776, 7.235661, 7.814443",\
|
|
"7.143477, 7.161744, 7.210886, 7.345771, 7.924553",\
|
|
"7.470565, 7.488832, 7.537973, 7.672859, 8.251640",\
|
|
"8.610015, 8.628283, 8.677423, 8.812308, 9.391090");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002932, 0.013204, 0.052432, 0.212432, 1.000000");
|
|
values ( "0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458",\
|
|
"0.045213, 0.057995, 0.097173, 0.250568, 1.031458");
|
|
}
|
|
|
|
} /* 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.001195 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "7.249861, 7.274269, 7.349642, 7.626747, 8.969260",\
|
|
"7.295341, 7.319748, 7.395122, 7.672227, 9.014739",\
|
|
"7.405451, 7.429859, 7.505232, 7.782337, 9.124850",\
|
|
"7.732539, 7.756946, 7.832320, 8.109425, 9.451938",\
|
|
"8.871987, 8.896396, 8.971768, 9.248874, 10.591386");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "7.459934, 7.479280, 7.528895, 7.663309, 8.241064",\
|
|
"7.505414, 7.524760, 7.574375, 7.708788, 8.286543",\
|
|
"7.615523, 7.634870, 7.684484, 7.818898, 8.396652",\
|
|
"7.942612, 7.961958, 8.011573, 8.145987, 8.723742",\
|
|
"9.082060, 9.101407, 9.151021, 9.285435, 9.863190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "7.249861, 7.274269, 7.349642, 7.626747, 8.969260",\
|
|
"7.295341, 7.319748, 7.395122, 7.672227, 9.014739",\
|
|
"7.405451, 7.429859, 7.505232, 7.782337, 9.124850",\
|
|
"7.732539, 7.756946, 7.832320, 8.109425, 9.451938",\
|
|
"8.871987, 8.896396, 8.971768, 9.248874, 10.591386");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848",\
|
|
"0.044601, 0.068078, 0.155910, 0.531590, 2.372848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "7.459934, 7.479280, 7.528895, 7.663309, 8.241064",\
|
|
"7.505414, 7.524760, 7.574375, 7.708788, 8.286543",\
|
|
"7.615523, 7.634870, 7.684484, 7.818898, 8.396652",\
|
|
"7.942612, 7.961958, 8.011573, 8.145987, 8.723742",\
|
|
"9.082060, 9.101407, 9.151021, 9.285435, 9.863190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001695, 0.011967, 0.051195, 0.211195, 1.000000");
|
|
values ( "0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477",\
|
|
"0.043599, 0.056765, 0.096132, 0.248357, 1.026477");
|
|
}
|
|
|
|
} /* 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.001137 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "6.958561, 6.983017, 7.058395, 7.335465, 8.677909",\
|
|
"7.004041, 7.028497, 7.103875, 7.380945, 8.723389",\
|
|
"7.114151, 7.138607, 7.213985, 7.491055, 8.833499",\
|
|
"7.441238, 7.465694, 7.541073, 7.818142, 9.160586",\
|
|
"8.580688, 8.605145, 8.680523, 8.957591, 10.300036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "7.202829, 7.222239, 7.271872, 7.406246, 7.983864",\
|
|
"7.248309, 7.267719, 7.317351, 7.451725, 8.029345",\
|
|
"7.358419, 7.377829, 7.427461, 7.561835, 8.139454",\
|
|
"7.685507, 7.704916, 7.754549, 7.888923, 8.466541",\
|
|
"8.824955, 8.844366, 8.893998, 9.028372, 9.605990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "6.958561, 6.983017, 7.058395, 7.335465, 8.677909",\
|
|
"7.004041, 7.028497, 7.103875, 7.380945, 8.723389",\
|
|
"7.114151, 7.138607, 7.213985, 7.491055, 8.833499",\
|
|
"7.441238, 7.465694, 7.541073, 7.818142, 9.160586",\
|
|
"8.580688, 8.605145, 8.680523, 8.957591, 10.300036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363",\
|
|
"0.044466, 0.067950, 0.155784, 0.531300, 2.372363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "7.202829, 7.222239, 7.271872, 7.406246, 7.983864",\
|
|
"7.248309, 7.267719, 7.317351, 7.451725, 8.029345",\
|
|
"7.358419, 7.377829, 7.427461, 7.561835, 8.139454",\
|
|
"7.685507, 7.704916, 7.754549, 7.888923, 8.466541",\
|
|
"8.824955, 8.844366, 8.893998, 9.028372, 9.605990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001637, 0.011909, 0.051137, 0.211137, 1.000000");
|
|
values ( "0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013",\
|
|
"0.043524, 0.056708, 0.096087, 0.248207, 1.026013");
|
|
}
|
|
|
|
} /* 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.001198 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "7.059015, 7.083422, 7.158793, 7.435897, 8.778388",\
|
|
"7.104495, 7.128902, 7.204273, 7.481377, 8.823868",\
|
|
"7.214604, 7.239011, 7.314383, 7.591486, 8.933977",\
|
|
"7.541693, 7.566100, 7.641471, 7.918574, 9.261065",\
|
|
"8.681142, 8.705548, 8.780920, 9.058023, 10.400515");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "7.280650, 7.299993, 7.349604, 7.484012, 8.061731",\
|
|
"7.326129, 7.345473, 7.395084, 7.529492, 8.107210",\
|
|
"7.436239, 7.455583, 7.505194, 7.639602, 8.217320",\
|
|
"7.763327, 7.782670, 7.832282, 7.966690, 8.544409",\
|
|
"8.902776, 8.922119, 8.971730, 9.106138, 9.683857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "7.059015, 7.083422, 7.158793, 7.435897, 8.778388",\
|
|
"7.104495, 7.128902, 7.204273, 7.481377, 8.823868",\
|
|
"7.214604, 7.239011, 7.314383, 7.591486, 8.933977",\
|
|
"7.541693, 7.566100, 7.641471, 7.918574, 9.261065",\
|
|
"8.681142, 8.705548, 8.780920, 9.058023, 10.400515");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720",\
|
|
"0.044608, 0.068085, 0.155917, 0.531511, 2.372720");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "7.280650, 7.299993, 7.349604, 7.484012, 8.061731",\
|
|
"7.326129, 7.345473, 7.395084, 7.529492, 8.107210",\
|
|
"7.436239, 7.455583, 7.505194, 7.639602, 8.217320",\
|
|
"7.763327, 7.782670, 7.832282, 7.966690, 8.544409",\
|
|
"8.902776, 8.922119, 8.971730, 9.106138, 9.683857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001698, 0.011970, 0.051198, 0.211198, 1.000000");
|
|
values ( "0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376",\
|
|
"0.043603, 0.056768, 0.096136, 0.248341, 1.026376");
|
|
}
|
|
|
|
} /* 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.001155 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "6.593486, 6.617929, 6.693305, 6.970383, 8.312824",\
|
|
"6.638966, 6.663409, 6.738785, 7.015862, 8.358304",\
|
|
"6.749076, 6.773519, 6.848895, 7.125973, 8.468414",\
|
|
"7.076163, 7.100606, 7.175982, 7.453060, 8.795502",\
|
|
"8.215613, 8.240056, 8.315432, 8.592509, 9.934951");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "6.885379, 6.904769, 6.954393, 7.088768, 7.666375",\
|
|
"6.930859, 6.950249, 6.999873, 7.134248, 7.711855",\
|
|
"7.040968, 7.060359, 7.109983, 7.244358, 7.821964",\
|
|
"7.368056, 7.387446, 7.437071, 7.571446, 8.149053",\
|
|
"8.507506, 8.526896, 8.576520, 8.710896, 9.288502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "6.593486, 6.617929, 6.693305, 6.970383, 8.312824",\
|
|
"6.638966, 6.663409, 6.738785, 7.015862, 8.358304",\
|
|
"6.749076, 6.773519, 6.848895, 7.125973, 8.468414",\
|
|
"7.076163, 7.100606, 7.175982, 7.453060, 8.795502",\
|
|
"8.215613, 8.240056, 8.315432, 8.592509, 9.934951");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299",\
|
|
"0.044509, 0.067992, 0.155824, 0.531241, 2.372299");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "6.885379, 6.904769, 6.954393, 7.088768, 7.666375",\
|
|
"6.930859, 6.950249, 6.999873, 7.134248, 7.711855",\
|
|
"7.040968, 7.060359, 7.109983, 7.244358, 7.821964",\
|
|
"7.368056, 7.387446, 7.437071, 7.571446, 8.149053",\
|
|
"8.507506, 8.526896, 8.576520, 8.710896, 9.288502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001655, 0.011927, 0.051155, 0.211155, 1.000000");
|
|
values ( "0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999",\
|
|
"0.043548, 0.056727, 0.096104, 0.248225, 1.025999");
|
|
}
|
|
|
|
} /* 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.002552 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "6.398128, 6.421680, 6.496857, 6.774485, 8.116912",\
|
|
"6.443608, 6.467160, 6.542337, 6.819965, 8.162392",\
|
|
"6.553718, 6.577270, 6.652447, 6.930075, 8.272502",\
|
|
"6.880805, 6.904358, 6.979535, 7.257163, 8.599589",\
|
|
"8.020254, 8.043806, 8.118983, 8.396611, 9.739038");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "6.703460, 6.721650, 6.770742, 6.905665, 7.484504",\
|
|
"6.748940, 6.767130, 6.816222, 6.951145, 7.529984",\
|
|
"6.859049, 6.877240, 6.926332, 7.061255, 7.640093",\
|
|
"7.186137, 7.204328, 7.253420, 7.388342, 7.967181",\
|
|
"8.325585, 8.343776, 8.392869, 8.527792, 9.106630");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "6.398128, 6.421680, 6.496857, 6.774485, 8.116912",\
|
|
"6.443608, 6.467160, 6.542337, 6.819965, 8.162392",\
|
|
"6.553718, 6.577270, 6.652447, 6.930075, 8.272502",\
|
|
"6.880805, 6.904358, 6.979535, 7.257163, 8.599589",\
|
|
"8.020254, 8.043806, 8.118983, 8.396611, 9.739038");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980",\
|
|
"0.047740, 0.071100, 0.158931, 0.535628, 2.377980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "6.703460, 6.721650, 6.770742, 6.905665, 7.484504",\
|
|
"6.748940, 6.767130, 6.816222, 6.951145, 7.529984",\
|
|
"6.859049, 6.877240, 6.926332, 7.061255, 7.640093",\
|
|
"7.186137, 7.204328, 7.253420, 7.388342, 7.967181",\
|
|
"8.325585, 8.343776, 8.392869, 8.527792, 9.106630");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003052, 0.013324, 0.052552, 0.212552, 1.000000");
|
|
values ( "0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790",\
|
|
"0.045371, 0.058115, 0.097278, 0.250759, 1.031790");
|
|
}
|
|
|
|
} /* 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.001112 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "6.396667, 6.421148, 6.496533, 6.773613, 8.116141",\
|
|
"6.442147, 6.466628, 6.542013, 6.819093, 8.161621",\
|
|
"6.552257, 6.576737, 6.652122, 6.929203, 8.271730",\
|
|
"6.879344, 6.903825, 6.979210, 7.256290, 8.598819",\
|
|
"8.018794, 8.043275, 8.118659, 8.395741, 9.738268");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "6.709088, 6.728527, 6.778170, 6.912544, 7.490186",\
|
|
"6.754568, 6.774006, 6.823650, 6.958024, 7.535666",\
|
|
"6.864678, 6.884116, 6.933760, 7.068133, 7.645775",\
|
|
"7.191766, 7.211204, 7.260848, 7.395221, 7.972863",\
|
|
"8.331215, 8.350653, 8.400297, 8.534671, 9.112312");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "6.396667, 6.421148, 6.496533, 6.773613, 8.116141",\
|
|
"6.442147, 6.466628, 6.542013, 6.819093, 8.161621",\
|
|
"6.552257, 6.576737, 6.652122, 6.929203, 8.271730",\
|
|
"6.879344, 6.903825, 6.979210, 7.256290, 8.598819",\
|
|
"8.018794, 8.043275, 8.118659, 8.395741, 9.738268");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271",\
|
|
"0.044408, 0.067896, 0.155724, 0.531096, 2.372271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "6.709088, 6.728527, 6.778170, 6.912544, 7.490186",\
|
|
"6.754568, 6.774006, 6.823650, 6.958024, 7.535666",\
|
|
"6.864678, 6.884116, 6.933760, 7.068133, 7.645775",\
|
|
"7.191766, 7.211204, 7.260848, 7.395221, 7.972863",\
|
|
"8.331215, 8.350653, 8.400297, 8.534671, 9.112312");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001612, 0.011884, 0.051112, 0.211112, 1.000000");
|
|
values ( "0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005",\
|
|
"0.043492, 0.056683, 0.096065, 0.248184, 1.026005");
|
|
}
|
|
|
|
} /* 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.002418 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "6.932137, 6.955751, 7.030956, 7.308571, 8.651198",\
|
|
"6.977617, 7.001231, 7.076436, 7.354051, 8.696678",\
|
|
"7.087726, 7.111341, 7.186545, 7.464160, 8.806787",\
|
|
"7.414814, 7.438429, 7.513633, 7.791249, 9.133876",\
|
|
"8.554264, 8.577879, 8.653083, 8.930699, 10.273326");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "7.187513, 7.205791, 7.254943, 7.389864, 7.968815",\
|
|
"7.232993, 7.251271, 7.300423, 7.435344, 8.014295",\
|
|
"7.343102, 7.361380, 7.410532, 7.545453, 8.124404",\
|
|
"7.670190, 7.688468, 7.737621, 7.872541, 8.451492",\
|
|
"8.809641, 8.827919, 8.877071, 9.011992, 9.590942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "6.932137, 6.955751, 7.030956, 7.308571, 8.651198",\
|
|
"6.977617, 7.001231, 7.076436, 7.354051, 8.696678",\
|
|
"7.087726, 7.111341, 7.186545, 7.464160, 8.806787",\
|
|
"7.414814, 7.438429, 7.513633, 7.791249, 9.133876",\
|
|
"8.554264, 8.577879, 8.653083, 8.930699, 10.273326");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055",\
|
|
"0.047432, 0.070799, 0.158626, 0.535434, 2.378055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "7.187513, 7.205791, 7.254943, 7.389864, 7.968815",\
|
|
"7.232993, 7.251271, 7.300423, 7.435344, 8.014295",\
|
|
"7.343102, 7.361380, 7.410532, 7.545453, 8.124404",\
|
|
"7.670190, 7.688468, 7.737621, 7.872541, 8.451492",\
|
|
"8.809641, 8.827919, 8.877071, 9.011992, 9.590942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002918, 0.013191, 0.052418, 0.212418, 1.000000");
|
|
values ( "0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794",\
|
|
"0.045193, 0.057979, 0.097156, 0.250631, 1.031794");
|
|
}
|
|
|
|
} /* 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.002085 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "6.522847, 6.546623, 6.621891, 6.899477, 8.242558",\
|
|
"6.568327, 6.592103, 6.667371, 6.944956, 8.288037",\
|
|
"6.678436, 6.702212, 6.777481, 7.055066, 8.398147",\
|
|
"7.005525, 7.029301, 7.104569, 7.382154, 8.725235",\
|
|
"8.144974, 8.168750, 8.244019, 8.521604, 9.864684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "6.807301, 6.825795, 6.875090, 7.009972, 7.589053",\
|
|
"6.852780, 6.871274, 6.920569, 7.055451, 7.634532",\
|
|
"6.962890, 6.981384, 7.030679, 7.165561, 7.744642",\
|
|
"7.289978, 7.308472, 7.357767, 7.492649, 8.071731",\
|
|
"8.429428, 8.447922, 8.497217, 8.632099, 9.211181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "6.522847, 6.546623, 6.621891, 6.899477, 8.242558",\
|
|
"6.568327, 6.592103, 6.667371, 6.944956, 8.288037",\
|
|
"6.678436, 6.702212, 6.777481, 7.055066, 8.398147",\
|
|
"7.005525, 7.029301, 7.104569, 7.382154, 8.725235",\
|
|
"8.144974, 8.168750, 8.244019, 8.521604, 9.864684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634",\
|
|
"0.046670, 0.070055, 0.157866, 0.534480, 2.377634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "6.807301, 6.825795, 6.875090, 7.009972, 7.589053",\
|
|
"6.852780, 6.871274, 6.920569, 7.055451, 7.634532",\
|
|
"6.962890, 6.981384, 7.030679, 7.165561, 7.744642",\
|
|
"7.289978, 7.308472, 7.357767, 7.492649, 8.071731",\
|
|
"8.429428, 8.447922, 8.497217, 8.632099, 9.211181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002585, 0.012857, 0.052085, 0.212085, 1.000000");
|
|
values ( "0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427",\
|
|
"0.044753, 0.057645, 0.096859, 0.250238, 1.031427");
|
|
}
|
|
|
|
} /* 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.002339 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "7.083876, 7.107540, 7.182801, 7.460645, 8.804459",\
|
|
"7.129356, 7.153019, 7.228281, 7.506124, 8.849938",\
|
|
"7.239466, 7.263129, 7.338390, 7.616234, 8.960049",\
|
|
"7.566554, 7.590217, 7.665478, 7.943322, 9.287136",\
|
|
"8.706003, 8.729667, 8.804927, 9.082772, 10.426586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "7.312182, 7.330523, 7.379751, 7.514903, 8.094980",\
|
|
"7.357662, 7.376002, 7.425231, 7.560382, 8.140460",\
|
|
"7.467772, 7.486112, 7.535341, 7.670492, 8.250569",\
|
|
"7.794860, 7.813200, 7.862428, 7.997580, 8.577658",\
|
|
"8.934310, 8.952650, 9.001878, 9.137031, 9.717108");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "7.083876, 7.107540, 7.182801, 7.460645, 8.804459",\
|
|
"7.129356, 7.153019, 7.228281, 7.506124, 8.849938",\
|
|
"7.239466, 7.263129, 7.338390, 7.616234, 8.960049",\
|
|
"7.566554, 7.590217, 7.665478, 7.943322, 9.287136",\
|
|
"8.706003, 8.729667, 8.804927, 9.082772, 10.426586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578",\
|
|
"0.047249, 0.070611, 0.158401, 0.535773, 2.380578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "7.312182, 7.330523, 7.379751, 7.514903, 8.094980",\
|
|
"7.357662, 7.376002, 7.425231, 7.560382, 8.140460",\
|
|
"7.467772, 7.486112, 7.535341, 7.670492, 8.250569",\
|
|
"7.794860, 7.813200, 7.862428, 7.997580, 8.577658",\
|
|
"8.934310, 8.952650, 9.001878, 9.137031, 9.717108");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002839, 0.013111, 0.052339, 0.212339, 1.000000");
|
|
values ( "0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349",\
|
|
"0.045087, 0.057889, 0.097041, 0.251091, 1.034349");
|
|
}
|
|
|
|
} /* 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.001988 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "6.586628, 6.610450, 6.685738, 6.963316, 8.306548",\
|
|
"6.632108, 6.655930, 6.731217, 7.008796, 8.352028",\
|
|
"6.742218, 6.766039, 6.841327, 7.118906, 8.462137",\
|
|
"7.069305, 7.093127, 7.168415, 7.445993, 8.789226",\
|
|
"8.208755, 8.232577, 8.307865, 8.585444, 9.928676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "6.868992, 6.887549, 6.936888, 7.071769, 7.650930",\
|
|
"6.914472, 6.933029, 6.982368, 7.117249, 7.696410",\
|
|
"7.024582, 7.043139, 7.092478, 7.227359, 7.806520",\
|
|
"7.351669, 7.370227, 7.419566, 7.554447, 8.133608",\
|
|
"8.491119, 8.509677, 8.559015, 8.693896, 9.273058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "6.586628, 6.610450, 6.685738, 6.963316, 8.306548",\
|
|
"6.632108, 6.655930, 6.731217, 7.008796, 8.352028",\
|
|
"6.742218, 6.766039, 6.841327, 7.118906, 8.462137",\
|
|
"7.069305, 7.093127, 7.168415, 7.445993, 8.789226",\
|
|
"8.208755, 8.232577, 8.307865, 8.585444, 9.928676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673",\
|
|
"0.046447, 0.069837, 0.157644, 0.534315, 2.377673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "6.868992, 6.887549, 6.936888, 7.071769, 7.650930",\
|
|
"6.914472, 6.933029, 6.982368, 7.117249, 7.696410",\
|
|
"7.024582, 7.043139, 7.092478, 7.227359, 7.806520",\
|
|
"7.351669, 7.370227, 7.419566, 7.554447, 8.133608",\
|
|
"8.491119, 8.509677, 8.559015, 8.693896, 9.273058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002488, 0.012760, 0.051988, 0.211988, 1.000000");
|
|
values ( "0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431",\
|
|
"0.044624, 0.057546, 0.096771, 0.250145, 1.031431");
|
|
}
|
|
|
|
} /* 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.002507 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "6.990678, 7.014262, 7.089488, 7.367337, 8.710870",\
|
|
"7.036158, 7.059741, 7.134968, 7.412817, 8.756350",\
|
|
"7.146267, 7.169851, 7.245077, 7.522926, 8.866459",\
|
|
"7.473356, 7.496939, 7.572165, 7.850014, 9.193547",\
|
|
"8.612805, 8.636389, 8.711615, 8.989463, 10.332996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "7.217031, 7.235262, 7.284416, 7.419569, 7.999504",\
|
|
"7.262511, 7.280742, 7.329895, 7.465048, 8.044984",\
|
|
"7.372621, 7.390852, 7.440005, 7.575158, 8.155093",\
|
|
"7.699709, 7.717940, 7.767093, 7.902246, 8.482182",\
|
|
"8.839160, 8.857390, 8.906544, 9.041697, 9.621632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "6.990678, 7.014262, 7.089488, 7.367337, 8.710870",\
|
|
"7.036158, 7.059741, 7.134968, 7.412817, 8.756350",\
|
|
"7.146267, 7.169851, 7.245077, 7.522926, 8.866459",\
|
|
"7.473356, 7.496939, 7.572165, 7.850014, 9.193547",\
|
|
"8.612805, 8.636389, 8.711615, 8.989463, 10.332996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559",\
|
|
"0.047634, 0.070987, 0.158786, 0.536135, 2.380559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "7.217031, 7.235262, 7.284416, 7.419569, 7.999504",\
|
|
"7.262511, 7.280742, 7.329895, 7.465048, 8.044984",\
|
|
"7.372621, 7.390852, 7.440005, 7.575158, 8.155093",\
|
|
"7.699709, 7.717940, 7.767093, 7.902246, 8.482182",\
|
|
"8.839160, 8.857390, 8.906544, 9.041697, 9.621632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003007, 0.013279, 0.052507, 0.212507, 1.000000");
|
|
values ( "0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355",\
|
|
"0.045309, 0.058059, 0.097194, 0.251254, 1.034355");
|
|
}
|
|
|
|
} /* 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.001177 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "6.499288, 6.523728, 6.599155, 6.876546, 8.220399",\
|
|
"6.544767, 6.569208, 6.644635, 6.922026, 8.265879",\
|
|
"6.654878, 6.679318, 6.754745, 7.032136, 8.375989",\
|
|
"6.981965, 7.006406, 7.081833, 7.359224, 8.703076",\
|
|
"8.121415, 8.145856, 8.221283, 8.498674, 9.842526");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "6.793829, 6.813209, 6.862879, 6.997568, 7.576605",\
|
|
"6.839309, 6.858689, 6.908359, 7.043047, 7.622085",\
|
|
"6.949419, 6.968799, 7.018468, 7.153157, 7.732194",\
|
|
"7.276506, 7.295887, 7.345556, 7.480245, 8.059283",\
|
|
"8.415957, 8.435337, 8.485007, 8.619697, 9.198733");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "6.499288, 6.523728, 6.599155, 6.876546, 8.220399",\
|
|
"6.544767, 6.569208, 6.644635, 6.922026, 8.265879",\
|
|
"6.654878, 6.679318, 6.754745, 7.032136, 8.375989",\
|
|
"6.981965, 7.006406, 7.081833, 7.359224, 8.703076",\
|
|
"8.121415, 8.145856, 8.221283, 8.498674, 9.842526");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726",\
|
|
"0.044559, 0.068028, 0.155814, 0.531968, 2.375726");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "6.793829, 6.813209, 6.862879, 6.997568, 7.576605",\
|
|
"6.839309, 6.858689, 6.908359, 7.043047, 7.622085",\
|
|
"6.949419, 6.968799, 7.018468, 7.153157, 7.732194",\
|
|
"7.276506, 7.295887, 7.345556, 7.480245, 8.059283",\
|
|
"8.415957, 8.435337, 8.485007, 8.619697, 9.198733");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001677, 0.011949, 0.051177, 0.211177, 1.000000");
|
|
values ( "0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498",\
|
|
"0.043574, 0.056735, 0.096066, 0.248977, 1.029498");
|
|
}
|
|
|
|
} /* 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.001976 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "6.482343, 6.506173, 6.581470, 6.859087, 8.202510",\
|
|
"6.527822, 6.551653, 6.626950, 6.904567, 8.247991",\
|
|
"6.637932, 6.661763, 6.737060, 7.014677, 8.358100",\
|
|
"6.965020, 6.988851, 7.064147, 7.341764, 8.685187",\
|
|
"8.104469, 8.128300, 8.203597, 8.481215, 9.824637");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "6.767658, 6.786224, 6.835573, 6.970488, 7.549811",\
|
|
"6.813138, 6.831704, 6.881053, 7.015967, 7.595291",\
|
|
"6.923247, 6.941813, 6.991163, 7.126077, 7.705401",\
|
|
"7.250335, 7.268901, 7.318251, 7.453165, 8.032488",\
|
|
"8.389785, 8.408350, 8.457700, 8.592614, 9.171938");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "6.482343, 6.506173, 6.581470, 6.859087, 8.202510",\
|
|
"6.527822, 6.551653, 6.626950, 6.904567, 8.247991",\
|
|
"6.637932, 6.661763, 6.737060, 7.014677, 8.358100",\
|
|
"6.965020, 6.988851, 7.064147, 7.341764, 8.685187",\
|
|
"8.104469, 8.128300, 8.203597, 8.481215, 9.824637");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985",\
|
|
"0.046421, 0.069810, 0.157609, 0.534286, 2.377985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "6.767658, 6.786224, 6.835573, 6.970488, 7.549811",\
|
|
"6.813138, 6.831704, 6.881053, 7.015967, 7.595291",\
|
|
"6.923247, 6.941813, 6.991163, 7.126077, 7.705401",\
|
|
"7.250335, 7.268901, 7.318251, 7.453165, 8.032488",\
|
|
"8.389785, 8.408350, 8.457700, 8.592614, 9.171938");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002476, 0.012749, 0.051976, 0.211976, 1.000000");
|
|
values ( "0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791",\
|
|
"0.044609, 0.057533, 0.096754, 0.250211, 1.031791");
|
|
}
|
|
|
|
} /* 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.001791 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "6.690642, 6.714563, 6.789858, 7.067243, 8.409936",\
|
|
"6.736122, 6.760043, 6.835338, 7.112723, 8.455416",\
|
|
"6.846232, 6.870152, 6.945447, 7.222833, 8.565525",\
|
|
"7.173320, 7.197240, 7.272535, 7.549921, 8.892613",\
|
|
"8.312770, 8.336690, 8.411984, 8.689370, 10.032063");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "6.943054, 6.961745, 7.011137, 7.145817, 7.724238",\
|
|
"6.988533, 7.007225, 7.056616, 7.191297, 7.769718",\
|
|
"7.098643, 7.117334, 7.166726, 7.301406, 7.879827",\
|
|
"7.425731, 7.444422, 7.493814, 7.628494, 8.206915",\
|
|
"8.565182, 8.583872, 8.633264, 8.767943, 9.346365");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "6.690642, 6.714563, 6.789858, 7.067243, 8.409936",\
|
|
"6.736122, 6.760043, 6.835338, 7.112723, 8.455416",\
|
|
"6.846232, 6.870152, 6.945447, 7.222833, 8.565525",\
|
|
"7.173320, 7.197240, 7.272535, 7.549921, 8.892613",\
|
|
"8.312770, 8.336690, 8.411984, 8.689370, 10.032063");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465",\
|
|
"0.045995, 0.069404, 0.157227, 0.533332, 2.375465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "6.943054, 6.961745, 7.011137, 7.145817, 7.724238",\
|
|
"6.988533, 7.007225, 7.056616, 7.191297, 7.769718",\
|
|
"7.098643, 7.117334, 7.166726, 7.301406, 7.879827",\
|
|
"7.425731, 7.444422, 7.493814, 7.628494, 8.206915",\
|
|
"8.565182, 8.583872, 8.633264, 8.767943, 9.346365");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002291, 0.012563, 0.051791, 0.211791, 1.000000");
|
|
values ( "0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233",\
|
|
"0.044365, 0.057356, 0.096628, 0.249500, 1.029233");
|
|
}
|
|
|
|
} /* 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.001835 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "6.619849, 6.643737, 6.719028, 6.996444, 8.339203",\
|
|
"6.665329, 6.689217, 6.764508, 7.041924, 8.384683",\
|
|
"6.775438, 6.799327, 6.874618, 7.152033, 8.494792",\
|
|
"7.102526, 7.126415, 7.201706, 7.479122, 8.821880",\
|
|
"8.241975, 8.265864, 8.341156, 8.618571, 9.961329");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "6.903271, 6.921920, 6.971298, 7.106011, 7.684546",\
|
|
"6.948750, 6.967400, 7.016778, 7.151491, 7.730026",\
|
|
"7.058860, 7.077510, 7.126887, 7.261600, 7.840136",\
|
|
"7.385948, 7.404598, 7.453975, 7.588688, 8.167224",\
|
|
"8.525397, 8.544047, 8.593425, 8.728138, 9.306673");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "6.619849, 6.643737, 6.719028, 6.996444, 8.339203",\
|
|
"6.665329, 6.689217, 6.764508, 7.041924, 8.384683",\
|
|
"6.775438, 6.799327, 6.874618, 7.152033, 8.494792",\
|
|
"7.102526, 7.126415, 7.201706, 7.479122, 8.821880",\
|
|
"8.241975, 8.265864, 8.341156, 8.618571, 9.961329");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844",\
|
|
"0.046097, 0.069502, 0.157323, 0.533539, 2.375844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "6.903271, 6.921920, 6.971298, 7.106011, 7.684546",\
|
|
"6.948750, 6.967400, 7.016778, 7.151491, 7.730026",\
|
|
"7.058860, 7.077510, 7.126887, 7.261600, 7.840136",\
|
|
"7.385948, 7.404598, 7.453975, 7.588688, 8.167224",\
|
|
"8.525397, 8.544047, 8.593425, 8.728138, 9.306673");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002335, 0.012607, 0.051835, 0.211835, 1.000000");
|
|
values ( "0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598",\
|
|
"0.044422, 0.057399, 0.096663, 0.249620, 1.029598");
|
|
}
|
|
|
|
} /* 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.002628 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "7.022996, 7.046514, 7.121722, 7.399604, 8.743098",\
|
|
"7.068476, 7.091993, 7.167202, 7.445084, 8.788578",\
|
|
"7.178586, 7.202103, 7.277312, 7.555193, 8.898687",\
|
|
"7.505673, 7.529191, 7.604400, 7.882281, 9.225776",\
|
|
"8.645123, 8.668641, 8.743850, 9.021730, 10.365225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "7.224685, 7.242840, 7.291954, 7.427170, 8.007282",\
|
|
"7.270165, 7.288320, 7.337433, 7.472650, 8.052763",\
|
|
"7.380274, 7.398429, 7.447543, 7.582759, 8.162872",\
|
|
"7.707363, 7.725517, 7.774631, 7.909847, 8.489961",\
|
|
"8.846811, 8.864966, 8.914080, 9.049295, 9.629409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "7.022996, 7.046514, 7.121722, 7.399604, 8.743098",\
|
|
"7.068476, 7.091993, 7.167202, 7.445084, 8.788578",\
|
|
"7.178586, 7.202103, 7.277312, 7.555193, 8.898687",\
|
|
"7.505673, 7.529191, 7.604400, 7.882281, 9.225776",\
|
|
"8.645123, 8.668641, 8.743850, 9.021730, 10.365225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572",\
|
|
"0.047908, 0.071250, 0.159063, 0.537038, 2.381572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "7.224685, 7.242840, 7.291954, 7.427170, 8.007282",\
|
|
"7.270165, 7.288320, 7.337433, 7.472650, 8.052763",\
|
|
"7.380274, 7.398429, 7.447543, 7.582759, 8.162872",\
|
|
"7.707363, 7.725517, 7.774631, 7.909847, 8.489961",\
|
|
"8.846811, 8.864966, 8.914080, 9.049295, 9.629409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003128, 0.013400, 0.052628, 0.212628, 1.000000");
|
|
values ( "0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192",\
|
|
"0.045474, 0.058177, 0.097286, 0.251512, 1.035192");
|
|
}
|
|
|
|
} /* 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.002465 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "7.074358, 7.097928, 7.173060, 7.450322, 8.791250",\
|
|
"7.119838, 7.143408, 7.218540, 7.495802, 8.836730",\
|
|
"7.229948, 7.253518, 7.328650, 7.605912, 8.946839",\
|
|
"7.557036, 7.580606, 7.655738, 7.933000, 9.273928",\
|
|
"8.696486, 8.720056, 8.795188, 9.072449, 10.413377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "7.218987, 7.237219, 7.286294, 7.420877, 7.998236",\
|
|
"7.264467, 7.282699, 7.331774, 7.466357, 8.043716",\
|
|
"7.374577, 7.392809, 7.441884, 7.576467, 8.153826",\
|
|
"7.701664, 7.719897, 7.768971, 7.903555, 8.480914",\
|
|
"8.841113, 8.859345, 8.908421, 9.043003, 9.620362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "7.074358, 7.097928, 7.173060, 7.450322, 8.791250",\
|
|
"7.119838, 7.143408, 7.218540, 7.495802, 8.836730",\
|
|
"7.229948, 7.253518, 7.328650, 7.605912, 8.946839",\
|
|
"7.557036, 7.580606, 7.655738, 7.933000, 9.273928",\
|
|
"8.696486, 8.720056, 8.795188, 9.072449, 10.413377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607",\
|
|
"0.047539, 0.070914, 0.158806, 0.535123, 2.374607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "7.218987, 7.237219, 7.286294, 7.420877, 7.998236",\
|
|
"7.264467, 7.282699, 7.331774, 7.466357, 8.043716",\
|
|
"7.374577, 7.392809, 7.441884, 7.576467, 8.153826",\
|
|
"7.701664, 7.719897, 7.768971, 7.903555, 8.480914",\
|
|
"8.841113, 8.859345, 8.908421, 9.043003, 9.620362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002965, 0.013237, 0.052465, 0.212465, 1.000000");
|
|
values ( "0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164",\
|
|
"0.045261, 0.058041, 0.097256, 0.249887, 1.028164");
|
|
}
|
|
|
|
} /* 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.002957 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "7.080309, 7.103656, 7.178736, 7.456293, 8.797678",\
|
|
"7.125789, 7.149136, 7.224216, 7.501773, 8.843158",\
|
|
"7.235899, 7.259246, 7.334326, 7.611883, 8.953268",\
|
|
"7.562987, 7.586334, 7.661414, 7.938971, 9.280355",\
|
|
"8.702437, 8.725784, 8.800863, 9.078422, 10.419806");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "7.233874, 7.251798, 7.300703, 7.435581, 8.013837",\
|
|
"7.279354, 7.297278, 7.346182, 7.481061, 8.059317",\
|
|
"7.389463, 7.407388, 7.456293, 7.591171, 8.169426",\
|
|
"7.716551, 7.734476, 7.783380, 7.918259, 8.496513",\
|
|
"8.856000, 8.873925, 8.922829, 9.057708, 9.635963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "7.080309, 7.103656, 7.178736, 7.456293, 8.797678",\
|
|
"7.125789, 7.149136, 7.224216, 7.501773, 8.843158",\
|
|
"7.235899, 7.259246, 7.334326, 7.611883, 8.953268",\
|
|
"7.562987, 7.586334, 7.661414, 7.938971, 9.280355",\
|
|
"8.702437, 8.725784, 8.800863, 9.078422, 10.419806");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692",\
|
|
"0.048665, 0.072004, 0.159881, 0.536879, 2.377692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "7.233874, 7.251798, 7.300703, 7.435581, 8.013837",\
|
|
"7.279354, 7.297278, 7.346182, 7.481061, 8.059317",\
|
|
"7.389463, 7.407388, 7.456293, 7.591171, 8.169426",\
|
|
"7.716551, 7.734476, 7.783380, 7.918259, 8.496513",\
|
|
"8.856000, 8.873925, 8.922829, 9.057708, 9.635963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003457, 0.013729, 0.052957, 0.212957, 1.000000");
|
|
values ( "0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301",\
|
|
"0.045910, 0.058525, 0.097651, 0.251016, 1.031301");
|
|
}
|
|
|
|
} /* 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.002173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.147850, 7.171581, 7.246841, 7.524474, 8.867640",\
|
|
"7.193329, 7.217061, 7.292321, 7.569954, 8.913119",\
|
|
"7.303439, 7.327171, 7.402431, 7.680064, 9.023230",\
|
|
"7.630527, 7.654259, 7.729519, 8.007153, 9.350318",\
|
|
"8.769978, 8.793710, 8.868969, 9.146603, 10.489768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.264182, 7.282622, 7.331890, 7.466838, 8.046142",\
|
|
"7.309661, 7.328102, 7.377370, 7.512318, 8.091621",\
|
|
"7.419772, 7.438211, 7.487480, 7.622427, 8.201731",\
|
|
"7.746859, 7.765299, 7.814568, 7.949515, 8.528819",\
|
|
"8.886308, 8.904748, 8.954017, 9.088964, 9.668268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.147850, 7.171581, 7.246841, 7.524474, 8.867640",\
|
|
"7.193329, 7.217061, 7.292321, 7.569954, 8.913119",\
|
|
"7.303439, 7.327171, 7.402431, 7.680064, 9.023230",\
|
|
"7.630527, 7.654259, 7.729519, 8.007153, 9.350318",\
|
|
"8.769978, 8.793710, 8.868969, 9.146603, 10.489768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501",\
|
|
"0.046868, 0.070245, 0.158059, 0.535070, 2.378501");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.264182, 7.282622, 7.331890, 7.466838, 8.046142",\
|
|
"7.309661, 7.328102, 7.377370, 7.512318, 8.091621",\
|
|
"7.419772, 7.438211, 7.487480, 7.622427, 8.201731",\
|
|
"7.746859, 7.765299, 7.814568, 7.949515, 8.528819",\
|
|
"8.886308, 8.904748, 8.954017, 9.088964, 9.668268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188",\
|
|
"0.044869, 0.057730, 0.096925, 0.250473, 1.032188");
|
|
}
|
|
|
|
} /* 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.002667 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "7.066453, 7.089935, 7.165055, 7.442491, 8.783843",\
|
|
"7.111933, 7.135415, 7.210535, 7.487971, 8.829323",\
|
|
"7.222043, 7.245524, 7.320644, 7.598080, 8.939432",\
|
|
"7.549131, 7.572613, 7.647733, 7.925169, 9.266521",\
|
|
"8.688580, 8.712062, 8.787182, 9.064616, 10.405970");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "7.219495, 7.237603, 7.286616, 7.421370, 7.999321",\
|
|
"7.264975, 7.283083, 7.332096, 7.466850, 8.044801",\
|
|
"7.375085, 7.393193, 7.442206, 7.576960, 8.154910",\
|
|
"7.702172, 7.720281, 7.769294, 7.904047, 8.481998",\
|
|
"8.841622, 8.859732, 8.908745, 9.043498, 9.621449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "7.066453, 7.089935, 7.165055, 7.442491, 8.783843",\
|
|
"7.111933, 7.135415, 7.210535, 7.487971, 8.829323",\
|
|
"7.222043, 7.245524, 7.320644, 7.598080, 8.939432",\
|
|
"7.549131, 7.572613, 7.647733, 7.925169, 9.266521",\
|
|
"8.688580, 8.712062, 8.787182, 9.064616, 10.405970");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354",\
|
|
"0.048000, 0.071359, 0.159235, 0.535882, 2.376354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "7.219495, 7.237603, 7.286616, 7.421370, 7.999321",\
|
|
"7.264975, 7.283083, 7.332096, 7.466850, 8.044801",\
|
|
"7.375085, 7.393193, 7.442206, 7.576960, 8.154910",\
|
|
"7.702172, 7.720281, 7.769294, 7.904047, 8.481998",\
|
|
"8.841622, 8.859732, 8.908745, 9.043498, 9.621449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003167, 0.013439, 0.052667, 0.212667, 1.000000");
|
|
values ( "0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963",\
|
|
"0.045526, 0.058237, 0.097410, 0.250462, 1.029963");
|
|
}
|
|
|
|
} /* 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.001974 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "7.015650, 7.039468, 7.114729, 7.392133, 8.734603",\
|
|
"7.061130, 7.084948, 7.160209, 7.437613, 8.780083",\
|
|
"7.171240, 7.195057, 7.270319, 7.547723, 8.890193",\
|
|
"7.498328, 7.522145, 7.597406, 7.874810, 9.217280",\
|
|
"8.637777, 8.661595, 8.736856, 9.014260, 10.356730");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "7.188536, 7.207095, 7.256411, 7.391125, 7.969538",\
|
|
"7.234016, 7.252575, 7.301891, 7.436604, 8.015018",\
|
|
"7.344126, 7.362685, 7.412001, 7.546714, 8.125127",\
|
|
"7.671214, 7.689773, 7.739089, 7.873802, 8.452215",\
|
|
"8.810662, 8.829222, 8.878539, 9.013252, 9.591664");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "7.015650, 7.039468, 7.114729, 7.392133, 8.734603",\
|
|
"7.061130, 7.084948, 7.160209, 7.437613, 8.780083",\
|
|
"7.171240, 7.195057, 7.270319, 7.547723, 8.890193",\
|
|
"7.498328, 7.522145, 7.597406, 7.874810, 9.217280",\
|
|
"8.637777, 8.661595, 8.736856, 9.014260, 10.356730");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954",\
|
|
"0.046414, 0.069810, 0.157645, 0.534040, 2.375954");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "7.188536, 7.207095, 7.256411, 7.391125, 7.969538",\
|
|
"7.234016, 7.252575, 7.301891, 7.436604, 8.015018",\
|
|
"7.344126, 7.362685, 7.412001, 7.546714, 8.125127",\
|
|
"7.671214, 7.689773, 7.739089, 7.873802, 8.452215",\
|
|
"8.810662, 8.829222, 8.878539, 9.013252, 9.591664");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002474, 0.012746, 0.051974, 0.211974, 1.000000");
|
|
values ( "0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627",\
|
|
"0.044607, 0.057539, 0.096787, 0.249750, 1.029627");
|
|
}
|
|
|
|
} /* 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.002836 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "6.974947, 6.998356, 7.073470, 7.351073, 8.692879",\
|
|
"7.020427, 7.043836, 7.118949, 7.396553, 8.738358",\
|
|
"7.130537, 7.153945, 7.229059, 7.506662, 8.848469",\
|
|
"7.457625, 7.481033, 7.556147, 7.833750, 9.175556",\
|
|
"8.597075, 8.620482, 8.695596, 8.973199, 10.315005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "7.158335, 7.176341, 7.225306, 7.360225, 7.938773",\
|
|
"7.203815, 7.221820, 7.270786, 7.405704, 7.984252",\
|
|
"7.313925, 7.331931, 7.380896, 7.515815, 8.094363",\
|
|
"7.641013, 7.659018, 7.707983, 7.842902, 8.421451",\
|
|
"8.780463, 8.798468, 8.847432, 8.982352, 9.560900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "6.974947, 6.998356, 7.073470, 7.351073, 8.692879",\
|
|
"7.020427, 7.043836, 7.118949, 7.396553, 8.738358",\
|
|
"7.130537, 7.153945, 7.229059, 7.506662, 8.848469",\
|
|
"7.457625, 7.481033, 7.556147, 7.833750, 9.175556",\
|
|
"8.597075, 8.620482, 8.695596, 8.973199, 10.315005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073",\
|
|
"0.048388, 0.071732, 0.159592, 0.536586, 2.378073");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "7.158335, 7.176341, 7.225306, 7.360225, 7.938773",\
|
|
"7.203815, 7.221820, 7.270786, 7.405704, 7.984252",\
|
|
"7.313925, 7.331931, 7.380896, 7.515815, 8.094363",\
|
|
"7.641013, 7.659018, 7.707983, 7.842902, 8.421451",\
|
|
"8.780463, 8.798468, 8.847432, 8.982352, 9.560900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003336, 0.013608, 0.052836, 0.212836, 1.000000");
|
|
values ( "0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727",\
|
|
"0.045748, 0.058401, 0.097535, 0.250997, 1.031727");
|
|
}
|
|
|
|
} /* 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.001018 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "7.215867, 7.240426, 7.315833, 7.592922, 8.935669",\
|
|
"7.261347, 7.285906, 7.361313, 7.638402, 8.981149",\
|
|
"7.371457, 7.396016, 7.471423, 7.748511, 9.091259",\
|
|
"7.698545, 7.723104, 7.798511, 8.075599, 9.418346",\
|
|
"8.837995, 8.862554, 8.937961, 9.215049, 10.557796");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "7.398429, 7.417973, 7.467661, 7.602051, 8.179852",\
|
|
"7.443909, 7.463453, 7.513141, 7.647531, 8.225331",\
|
|
"7.554018, 7.573563, 7.623250, 7.757640, 8.335442",\
|
|
"7.881106, 7.900651, 7.950338, 8.084728, 8.662529",\
|
|
"9.020555, 9.040099, 9.089787, 9.224176, 9.801978");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "7.215867, 7.240426, 7.315833, 7.592922, 8.935669",\
|
|
"7.261347, 7.285906, 7.361313, 7.638402, 8.981149",\
|
|
"7.371457, 7.396016, 7.471423, 7.748511, 9.091259",\
|
|
"7.698545, 7.723104, 7.798511, 8.075599, 9.418346",\
|
|
"8.837995, 8.862554, 8.937961, 9.215049, 10.557796");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513",\
|
|
"0.044188, 0.067684, 0.155506, 0.530996, 2.372513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "7.398429, 7.417973, 7.467661, 7.602051, 8.179852",\
|
|
"7.443909, 7.463453, 7.513141, 7.647531, 8.225331",\
|
|
"7.554018, 7.573563, 7.623250, 7.757640, 8.335442",\
|
|
"7.881106, 7.900651, 7.950338, 8.084728, 8.662529",\
|
|
"9.020555, 9.040099, 9.089787, 9.224176, 9.801978");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011790, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192",\
|
|
"0.043371, 0.056587, 0.095976, 0.248138, 1.026192");
|
|
}
|
|
|
|
} /* 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.002270 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "7.225370, 7.249046, 7.324245, 7.601656, 8.943620",\
|
|
"7.270850, 7.294526, 7.369725, 7.647136, 8.989100",\
|
|
"7.380960, 7.404635, 7.479835, 7.757245, 9.099209",\
|
|
"7.708048, 7.731723, 7.806923, 8.084333, 9.426297",\
|
|
"8.847754, 8.871428, 8.946628, 9.224039, 10.566003");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "7.449446, 7.467811, 7.516995, 7.651713, 8.229877",\
|
|
"7.494925, 7.513291, 7.562475, 7.697193, 8.275357",\
|
|
"7.605035, 7.623400, 7.672585, 7.807302, 8.385467",\
|
|
"7.932124, 7.950489, 7.999673, 8.134391, 8.712555",\
|
|
"9.071829, 9.090194, 9.139379, 9.274096, 9.852260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "7.225370, 7.249046, 7.324245, 7.601656, 8.943620",\
|
|
"7.270850, 7.294526, 7.369725, 7.647136, 8.989100",\
|
|
"7.380960, 7.404635, 7.479835, 7.757245, 9.099209",\
|
|
"7.708048, 7.731723, 7.806923, 8.084333, 9.426297",\
|
|
"8.847754, 8.871428, 8.946628, 9.224039, 10.566003");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938",\
|
|
"0.047094, 0.070475, 0.158326, 0.534708, 2.375938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "7.449446, 7.467811, 7.516995, 7.651713, 8.229877",\
|
|
"7.494925, 7.513291, 7.562475, 7.697193, 8.275357",\
|
|
"7.605035, 7.623400, 7.672585, 7.807302, 8.385467",\
|
|
"7.932124, 7.950489, 7.999673, 8.134391, 8.712555",\
|
|
"9.071829, 9.090194, 9.139379, 9.274096, 9.852260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002770, 0.013043, 0.052270, 0.212270, 1.000000");
|
|
values ( "0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620",\
|
|
"0.045000, 0.057839, 0.097057, 0.250033, 1.029620");
|
|
}
|
|
|
|
} /* 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.002173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.258205, 7.281930, 7.357156, 7.634602, 8.976896",\
|
|
"7.303685, 7.327410, 7.402636, 7.680082, 9.022376",\
|
|
"7.413795, 7.437520, 7.512746, 7.790192, 9.132485",\
|
|
"7.740883, 7.764608, 7.839834, 8.117280, 9.459574",\
|
|
"8.880588, 8.904313, 8.979538, 9.256985, 10.599278");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.482862, 7.501292, 7.550526, 7.685276, 8.263676",\
|
|
"7.528342, 7.546772, 7.596005, 7.730756, 8.309155",\
|
|
"7.638452, 7.656882, 7.706116, 7.840866, 8.419266",\
|
|
"7.965540, 7.983971, 8.033203, 8.167954, 8.746354",\
|
|
"9.105244, 9.123675, 9.172908, 9.307659, 9.886058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.258205, 7.281930, 7.357156, 7.634602, 8.976896",\
|
|
"7.303685, 7.327410, 7.402636, 7.680082, 9.022376",\
|
|
"7.413795, 7.437520, 7.512746, 7.790192, 9.132485",\
|
|
"7.740883, 7.764608, 7.839834, 8.117280, 9.459574",\
|
|
"8.880588, 8.904313, 8.979538, 9.256985, 10.599278");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271",\
|
|
"0.046870, 0.070255, 0.158094, 0.534511, 2.376271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "7.482862, 7.501292, 7.550526, 7.685276, 8.263676",\
|
|
"7.528342, 7.546772, 7.596005, 7.730756, 8.309155",\
|
|
"7.638452, 7.656882, 7.706116, 7.840866, 8.419266",\
|
|
"7.965540, 7.983971, 8.033203, 8.167954, 8.746354",\
|
|
"9.105244, 9.123675, 9.172908, 9.307659, 9.886058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002673, 0.012945, 0.052173, 0.212173, 1.000000");
|
|
values ( "0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977",\
|
|
"0.044870, 0.057739, 0.096963, 0.250016, 1.029977");
|
|
}
|
|
|
|
} /* 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.002726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "7.112170, 7.135641, 7.210792, 7.488483, 8.830894",\
|
|
"7.157650, 7.181120, 7.256272, 7.533963, 8.876374",\
|
|
"7.267759, 7.291230, 7.366381, 7.644073, 8.986484",\
|
|
"7.594848, 7.618319, 7.693470, 7.971161, 9.313572",\
|
|
"8.734552, 8.758022, 8.833174, 9.110867, 10.453277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "7.355919, 7.373999, 7.423025, 7.558017, 8.137012",\
|
|
"7.401399, 7.419479, 7.468505, 7.603497, 8.182491",\
|
|
"7.511509, 7.529589, 7.578615, 7.713606, 8.292601",\
|
|
"7.838597, 7.856677, 7.905703, 8.040694, 8.619689",\
|
|
"8.978305, 8.996384, 9.045410, 9.180401, 9.759396");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "7.112170, 7.135641, 7.210792, 7.488483, 8.830894",\
|
|
"7.157650, 7.181120, 7.256272, 7.533963, 8.876374",\
|
|
"7.267759, 7.291230, 7.366381, 7.644073, 8.986484",\
|
|
"7.594848, 7.618319, 7.693470, 7.971161, 9.313572",\
|
|
"8.734552, 8.758022, 8.833174, 9.110867, 10.453277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735",\
|
|
"0.048139, 0.071487, 0.159320, 0.536242, 2.378735");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "7.355919, 7.373999, 7.423025, 7.558017, 8.137012",\
|
|
"7.401399, 7.419479, 7.468505, 7.603497, 8.182491",\
|
|
"7.511509, 7.529589, 7.578615, 7.713606, 8.292601",\
|
|
"7.838597, 7.856677, 7.905703, 8.040694, 8.619689",\
|
|
"8.978305, 8.996384, 9.045410, 9.180401, 9.759396");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003226, 0.013499, 0.052726, 0.212726, 1.000000");
|
|
values ( "0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521",\
|
|
"0.045601, 0.058288, 0.097424, 0.251080, 1.032521");
|
|
}
|
|
|
|
} /* 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.002332 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "7.102459, 7.126107, 7.201294, 7.478709, 8.820583",\
|
|
"7.147939, 7.171587, 7.246774, 7.524189, 8.866063",\
|
|
"7.258049, 7.281697, 7.356884, 7.634299, 8.976173",\
|
|
"7.585138, 7.608785, 7.683972, 7.961388, 9.303262",\
|
|
"8.724843, 8.748490, 8.823677, 9.101092, 10.442966");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "7.354936, 7.373261, 7.422417, 7.557135, 8.135249",\
|
|
"7.400415, 7.418741, 7.467897, 7.602615, 8.180729",\
|
|
"7.510526, 7.528851, 7.578007, 7.712725, 8.290839",\
|
|
"7.837614, 7.855939, 7.905096, 8.039813, 8.617928",\
|
|
"8.977318, 8.995644, 9.044800, 9.179518, 9.757632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "7.102459, 7.126107, 7.201294, 7.478709, 8.820583",\
|
|
"7.147939, 7.171587, 7.246774, 7.524189, 8.866063",\
|
|
"7.258049, 7.281697, 7.356884, 7.634299, 8.976173",\
|
|
"7.585138, 7.608785, 7.683972, 7.961388, 9.303262",\
|
|
"8.724843, 8.748490, 8.823677, 9.101092, 10.442966");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901",\
|
|
"0.047236, 0.070614, 0.158466, 0.534792, 2.375901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "7.354936, 7.373261, 7.422417, 7.557135, 8.135249",\
|
|
"7.400415, 7.418741, 7.467897, 7.602615, 8.180729",\
|
|
"7.510526, 7.528851, 7.578007, 7.712725, 8.290839",\
|
|
"7.837614, 7.855939, 7.905096, 8.039813, 8.617928",\
|
|
"8.977318, 8.995644, 9.044800, 9.179518, 9.757632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002832, 0.013104, 0.052332, 0.212332, 1.000000");
|
|
values ( "0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615",\
|
|
"0.045081, 0.057901, 0.097114, 0.250095, 1.029615");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[0] */
|
|
} /* end of bus wb_dat_o */
|
|
bus ( wb_sel_i ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : input ;
|
|
|
|
pin("wb_sel_i[3]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003135 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.726449, 2.680969, 2.570859, 2.243771, 1.104321",\
|
|
"2.777633, 2.732153, 2.622044, 2.294956, 1.155506",\
|
|
"2.882188, 2.836708, 2.726598, 2.399511, 1.260061",\
|
|
"3.125466, 3.079986, 2.969876, 2.642789, 1.503339",\
|
|
"3.913062, 3.867582, 3.757472, 3.430384, 2.290934");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.495949, 2.450469, 2.340359, 2.013272, 0.873822",\
|
|
"2.544114, 2.498634, 2.388525, 2.061437, 0.921987",\
|
|
"2.656551, 2.611071, 2.500962, 2.173874, 1.034424",\
|
|
"2.943268, 2.897788, 2.787678, 2.460591, 1.321141",\
|
|
"3.808964, 3.763484, 3.653375, 3.326287, 2.186837");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.692483, -1.647004, -1.536894, -1.209806, -0.070356",\
|
|
"-1.743947, -1.698467, -1.588358, -1.261270, -0.121820",\
|
|
"-1.848207, -1.802727, -1.692617, -1.365530, -0.226080",\
|
|
"-2.091681, -2.046201, -1.936091, -1.609003, -0.469553",\
|
|
"-2.878956, -2.833476, -2.723366, -2.396279, -1.256829");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.152975, 0.198455, 0.308565, 0.635653, 1.775103",\
|
|
"0.104801, 0.150281, 0.260391, 0.587479, 1.726929",\
|
|
"-0.007627, 0.037852, 0.147962, 0.475050, 1.614500",\
|
|
"-0.294193, -0.248713, -0.138604, 0.188484, 1.327934",\
|
|
"-1.162845, -1.117365, -1.007256, -0.680168, 0.459282");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[3] */
|
|
|
|
pin("wb_sel_i[2]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003750 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.636766, 2.591286, 2.481176, 2.154089, 1.014639",\
|
|
"2.687987, 2.642507, 2.532397, 2.205310, 1.065860",\
|
|
"2.792423, 2.746943, 2.636834, 2.309746, 1.170296",\
|
|
"3.035871, 2.990391, 2.880281, 2.553193, 1.413743",\
|
|
"3.823559, 3.778079, 3.667969, 3.340882, 2.201432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.366183, 2.320704, 2.210594, 1.883506, 0.744056",\
|
|
"2.414387, 2.368907, 2.258797, 1.931710, 0.792260",\
|
|
"2.526758, 2.481278, 2.371169, 2.044081, 0.904631",\
|
|
"2.812784, 2.767304, 2.657195, 2.330107, 1.190657",\
|
|
"3.672836, 3.627356, 3.517246, 3.190159, 2.050709");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.617821, -1.572341, -1.462232, -1.135144, 0.004306",\
|
|
"-1.669042, -1.623562, -1.513453, -1.186365, -0.046915",\
|
|
"-1.773479, -1.727999, -1.617889, -1.290801, -0.151351",\
|
|
"-2.016926, -1.971446, -1.861336, -1.534248, -0.394799",\
|
|
"-2.804614, -2.759134, -2.649024, -2.321937, -1.182487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.163904, 0.209384, 0.319494, 0.646582, 1.786031",\
|
|
"0.115735, 0.161215, 0.271325, 0.598413, 1.737863",\
|
|
"0.003329, 0.048808, 0.158918, 0.486006, 1.625456",\
|
|
"-0.283431, -0.237951, -0.127841, 0.199246, 1.338696",\
|
|
"-1.150599, -1.105119, -0.995009, -0.667921, 0.471529");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[2] */
|
|
|
|
pin("wb_sel_i[1]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002817 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.249376, 2.203896, 2.093786, 1.766699, 0.627249",\
|
|
"2.300622, 2.255142, 2.145032, 1.817944, 0.678494",\
|
|
"2.404981, 2.359501, 2.249391, 1.922303, 0.782853",\
|
|
"2.648581, 2.603101, 2.492991, 2.165903, 1.026453",\
|
|
"3.437192, 3.391713, 3.281603, 2.954515, 1.815065");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.920950, 1.875470, 1.765361, 1.438273, 0.298823",\
|
|
"1.969152, 1.923672, 1.813563, 1.486475, 0.347025",\
|
|
"2.081522, 2.036042, 1.925933, 1.598845, 0.459395",\
|
|
"2.368015, 2.322536, 2.212426, 1.885338, 0.745888",\
|
|
"3.230309, 3.184829, 3.074720, 2.747632, 1.608182");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.230330, -1.184850, -1.074741, -0.747653, 0.391797",\
|
|
"-1.281576, -1.236096, -1.125987, -0.798899, 0.340551",\
|
|
"-1.385935, -1.340455, -1.230345, -0.903258, 0.236192",\
|
|
"-1.629535, -1.584055, -1.473945, -1.146858, -0.007408",\
|
|
"-2.418147, -2.372667, -2.262557, -1.935469, -0.796019");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.229067, 0.274547, 0.384657, 0.711744, 1.851194",\
|
|
"0.180862, 0.226342, 0.336452, 0.663540, 1.802989",\
|
|
"0.068495, 0.113975, 0.224085, 0.551173, 1.690622",\
|
|
"-0.217924, -0.172444, -0.062334, 0.264754, 1.404204",\
|
|
"-1.079749, -1.034269, -0.924159, -0.597071, 0.542378");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[1] */
|
|
|
|
pin("wb_sel_i[0]") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.167921, 2.122441, 2.012331, 1.685244, 0.545794",\
|
|
"2.218782, 2.173302, 2.063192, 1.736105, 0.596655",\
|
|
"2.323231, 2.277751, 2.167642, 1.840554, 0.701104",\
|
|
"2.567303, 2.521823, 2.411714, 2.084626, 0.945176",\
|
|
"3.355758, 3.310278, 3.200169, 2.873081, 1.733631");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.082557, 2.037077, 1.926968, 1.599880, 0.460430",\
|
|
"2.130818, 2.085338, 1.975229, 1.648141, 0.508691",\
|
|
"2.243051, 2.197571, 2.087461, 1.760373, 0.620924",\
|
|
"2.529222, 2.483742, 2.373633, 2.046545, 0.907095",\
|
|
"3.385172, 3.339693, 3.229583, 2.902495, 1.763045");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.148680, -1.103201, -0.993091, -0.666003, 0.473447",\
|
|
"-1.199541, -1.154062, -1.043952, -0.716864, 0.422586",\
|
|
"-1.303991, -1.258511, -1.148401, -0.821313, 0.318137",\
|
|
"-1.548063, -1.502583, -1.392473, -1.065385, 0.074065",\
|
|
"-2.336517, -2.291038, -2.180928, -1.853840, -0.714390");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.041950, 0.003530, 0.113640, 0.440728, 1.580178",\
|
|
"-0.090210, -0.044730, 0.065380, 0.392467, 1.531917",\
|
|
"-0.202443, -0.156963, -0.046853, 0.280235, 1.419684",\
|
|
"-0.488614, -0.443134, -0.333025, -0.005937, 1.133513",\
|
|
"-1.344565, -1.299085, -1.188975, -0.861887, 0.277562");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[0] */
|
|
} /* end of bus wb_sel_i */
|
|
|
|
pin("wbbd_sck") {
|
|
direction : internal ;
|
|
clock : true ;
|
|
max_transition : 5.000000 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : _7205_/Q;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "1.217864");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "2.012783");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwh*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.133398, 3.178878, 3.288988, 3.616076, 4.755526");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.145367, 0.145367, 0.145367, 0.145367, 0.145367");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.298872, 3.344351, 3.454461, 3.781549, 4.920999");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.136244, 0.136244, 0.136244, 0.136244, 0.136244");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.133398, 3.178878, 3.288988, 3.616076, 4.755526");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.145367, 0.145367, 0.145367, 0.145367, 0.145367");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.298872, 3.344351, 3.454461, 3.781549, 4.920999");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.136244, 0.136244, 0.136244, 0.136244, 0.136244");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|